@charset "utf-8";
@media print, screen and (min-width: 769px) {
  /*=========================================================================
STYLE BASIC
=========================================================================*/
  .for_sp {
    display: none !important;
  }

  #Header,
  #Footer,
  #top_categoryNavi,
  #bread_crumbBloc {
    min-width: 1200px;
  }

  #headContainer,
  ul#breadCrumb,
  .cat_navi_inner,
  #footerTop,
  #bottomContainer {
    width: 1200px;
  }

  /*=========================================================================
HEADER
=========================================================================*/
  #Header {
    width: 100%;
    top: 0;
    z-index: 999;
    position: sticky;
    left: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }

  .flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  /*------------------------------------------------------------------- */
  #headContainer,
  #site_nameBloc,
  #headerLink {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  /*------------------------------------------------------------------- */
  #headContainer {
    justify-content: space-between;
  }

  /*------------------------------------------------------------------- */
  #site_nameBloc {
    padding: 12px 0%;
    width: 50%;
  }

  @media print, screen and (max-width: 1000px) {
    #site_nameBloc {
      justify-content: flex-start;
    }
  }

  /*------------------------------------------------------------------- */
  #siteName {
    width: 43%;
    max-width: 280px;
    margin-right: 3%;
    margin-left: 10%;
  }
  #siteCatch {
    width: 43%;
    height: auto;
    max-width: 280px;
  }
  #siteCatch img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media print, screen and (max-width: 1000px) {
    #siteName {
      width: 45%;
      margin: 0 2% 0 5%;
      max-width: inherit;
    }
  }

  /*------------------------------------------------------------------- */
  #headerLink {
    width: 45%;
    margin-right: 5%;
  }

  @media print, screen and (max-width: 1000px) {
    #headerLink {
      justify-content: flex-start;
    }
  }
  /*------------------------------------------------------------------- */
  ul#head_linkList {
    align-items: center;
    width: calc(100% - 65px);
    justify-content: flex-end;
  }
  ul#head_linkList li {
    margin-left: 5%;
    font-size: 13px;
  }
  ul#head_linkList li:first-of-type {
    margin-left: 0;
  }

  /*------------------------------------------------------------------- */
  ul#head_linkList li#mnCart {
    width: 2.2em;
    padding-top: 0.5em;
  }

  /*------------------------------------------------------------------- */
  #cartNum {
    font-size: 11px;
    width: 2em;
    padding: 0.3em 0 0.35em;
    top: -6px;
  }

  @media print, screen and (max-width: 1200px) {
    #cartNum {
      font-size: 10px;
    }
  }
  @media print, screen and (max-width: 1000px) {
    #cartNum {
      font-size: 9px;
    }
  }

  /*=========================================================================
HEADER：ドロワーナビ①
=========================================================================*/
  #menu-trigger {
    width: 60px;
    height: 60px;
    right: 4%;
  }

  /* ---------------------------------------------------------------- */
  #menu-trigger p {
    font-size: 11px;
    bottom: 9px;
  }

  @media print, screen and (max-width: 1000px) {
    #menu-trigger p {
      font-size: 10px;
    }
  }

  /* ---------------------------------------------------------------- */
  #menu-trigger span:nth-child(1) {
    top: 22%;
  }
  #menu-trigger span:nth-child(2) {
    top: 38%;
  }
  #menu-trigger span:nth-child(3) {
    top: 55%;
  }

  /* ---------------------------------------------------------------- */

  /*=========================================================================
ヘッダー：カテゴリーナビ
=========================================================================*/
  #sub_naviBox {
    display: none !important;
  }

  /* ---------------------------------------------------------------- */
  #top_categoryNavi {
    top: 65px;
    height: 30px;
    width: 100%;
  }
  #top_categoryNavi.is-fixed {
    top: 65px;
  }

  /* ---------------------------------------------------------------- */
  .cat_subnavi {
    display: none;
  }

  .cat_navi_inner {
    padding: 5px 5%;
    height: 30px;
  }

  /* ---------------------------------------------------------------- */
  ul#cat_naviList {
    width: 66%;
    margin-right: 0%;
    max-width: 1200px;
  }

  ul#cat_naviList li.top_layer {
    font-size: 12px;
    margin-right: 0.3em;
  }
  ul#cat_naviList li.top_layer a {
    padding: 2px 0.5em;
  }

  ul#cat_naviList li.top_layer:first-of-type {
    margin-right: 1em;
  }
  ul#cat_naviList li.top_layer:last-of-type {
    margin-left: 0.3em;
  }

  /* ---------------------------------------------------------------- */
  .cat_subnavi {
    top: 1.3em;
    left: 0%;
    padding-top: 30px;
    position: absolute;
    z-index: 2;
  }
  .cat_subnavi.open {
    display: block;
  }

  .cat_subnavi p {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .cat_subnavi p a {
    padding-left: 1em !important;
  }
  .cat_subnavi p a:before {
    top: 0.4em;
    width: 0.6em;
    height: 0.6em;
  }

  .cat_subnavi p.other_link {
    padding-top: 10px;
  }
  .cat_subnavi p.other_link:last-of-type {
    padding-bottom: 0;
  }
  .cat_subnavi p.other_link a:before {
    top: 0.5em;
    border-top: 0.3em solid transparent;
    border-right: 0.6em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.6em solid #fffaea;
  }

  /* ---------------------------------------------------------------- */
  .subnavi_inner {
    padding: 15px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .subnavi_inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 1.5em;
    top: 3px;
    border-top: 14px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #01b4be;
    border-left: 8px solid transparent;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  }

  /* ---------------------------------------------------------------- */
  #contactArea {
    width: 34%;
  }
  #contactArea div {
    font-size: 12px;
    margin-left: 1em;
  }

  /*=========================================================================
パンクズリスト
=========================================================================*/
  ul#breadCrumb {
    padding: 10px 3%;
    margin: 0 auto;
    max-width: 1200px;
  }

  ul#breadCrumb li {
    font-size: 12px;
  }

  /*=========================================================================
#Footer
=========================================================================*/
  .fooer_onebloc {
    width: 94%;
    margin: 0 auto;
    max-width: 1600px;
    padding: 30px 0;
  }

  /*=========================================================================
#Footer：会社情報
=========================================================================*/
  #campany_nameBox {
    width: 63%;
    margin-right: 1%;
  }

  @media print, screen and (max-width: 1000px) {
    #campany_nameBox {
      width: 50%;
    }
  }
  /* ---------------------------------------------------------------- */
  #bottomLogo {
    width: 8%;
    margin-right: 2%;
  }
  #companyNanme {
    width: 40%;
    margin-right: 2%;
  }

  @media print, screen and (max-width: 1000px) {
    #bottomLogo {
      width: 12%;
    }
    #companyNanme {
      width: 70%;
      margin-right: 0;
    }
  }

  /* ---------------------------------------------------------------- */
  #companyAdd {
    width: 41%;
    font-size: 11px;
  }
  #companyAdd span {
    font-size: 11px;
  }
  #companyAdd a {
    padding: 1px 0.5em 2px;
    margin-left: 1em;
    font-size: 10px;
    vertical-align: 1px;
  }

  @media print, screen and (max-width: 1000px) {
    #companyAdd {
      font-size: 13px;
      width: 100%;
      margin-top: 10px;
    }
  }

  /*=========================================================================
#Footer：インフォメーションリンク
=========================================================================*/
  ul#bottom_infoLink {
    width: 36%;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: auto;

    align-items: center;
    justify-content: flex-end;
  }

  @media print, screen and (max-width: 1000px) {
    ul#bottom_infoLink {
      width: 49%;
    }
  }

  /* ---------------------------------------------------------------- */
  ul#bottom_infoLink li {
    margin-left: 4%;
    font-size: 11px;
  }
  ul#bottom_infoLink li:first-of-type {
    margin-left: 0;
  }

  ul#bottom_infoLink li a {
    position: relative;
    z-index: 1;
    border: 1px solid #fffaea;
    text-decoration: none;
    color: #fffaea;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 2px 0.5em;
  }
  ul#bottom_infoLink li a img {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: -1px;
  }
  ul#bottom_infoLink li a:hover {
    background: #ff7900;
    border-color: #ff7900;
  }

  /*=========================================================================
#Footer：ガイドリンク
=========================================================================*/
  #bottomContact,
  .footer_linkbox,
  ul.footer_categorylist {
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #bottomContact {
    align-items: stretch;
  }

  /* ---------------------------------------------------------------- */
  .footer_linkbox,
  #foot_contactBox {
    width: 48.5%;
  }
  .footer_linkbox {
    margin-right: 3%;
  }

  /* ---------------------------------------------------------------- */
  .foot_listTitle {
    width: 100%;
    line-height: 100%;
    font-weight: 600;
    color: #ff7900;
    border-bottom: 1px solid #ff7900;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .foot_listTitle a {
    color: #ff7900;
    text-decoration: none;
  }
  .foot_listTitle a:hover {
    color: #01b4be;
    border-bottom-color: #01b4be;
  }

  @media print, screen and (max-width: 1200px) {
    .foot_listTitle {
      font-size: 13px;
    }
  }

  @media print, screen and (max-width: 1000px) {
    .foot_listTitle {
      font-size: 1.3vw;
    }
  }

  /*=========================================================================
#Footer：カテゴリーリンク
=========================================================================*/
  ul.footer_categorylist {
    list-style-type: none;
    margin-right: 3%;
    width: 31%;
  }
  ul.footer_categorylist:last-of-type {
    margin-right: 0%;
  }

  /* ---------------------------------------------------------------- */
  #list-Notes {
    width: 32%;
  }
  #list-Guide {
    width: 65%;
  }

  /* ---------------------------------------------------------------- */
  ul.footer_categorylist li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 130%;
    font-size: 12px;
    font-weight: 500;
  }
  ul.footer_categorylist li a {
    color: #fffaea;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-left: 1.3em;
    display: block;
  }
  ul.footer_categorylist li a:hover {
    color: #ff7900;
  }

  ul.footer_categorylist li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #fffaea;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;

    transition: 0.2s;
  }

  ul.footer_categorylist li a:hover:before {
    border-color: #ff7900;
  }

  @media print, screen and (max-width: 1200px) {
    ul.footer_categorylist li {
      font-size: 11px;
    }
  }

  @media print, screen and (max-width: 1000px) {
    ul.footer_categorylist li {
      font-size: 10px;
    }
  }

  /* ---------------------------------------------------------------- */
  ul.footer_categorylist li.other {
    border-top: 1px dashed #fffaea;
    padding-top: 10px;
  }

  /* ---------------------------------------------------------------- */
  ul.footer_categorylist#list-Guide {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  ul.footer_categorylist#list-Guide li {
    width: 48.5%;
    margin-right: 3%;
  }
  ul.footer_categorylist#list-Guide li:nth-of-type(even) {
    margin-right: 0;
  }

  /* ---------------------------------------------------------------- */
  #bottomCategory {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #bottomCategory .footer_linkbox {
    width: 48.5%;
  }
  #bottomCategory .footer_linkbox:nth-of-type(even) {
    margin-right: 0;
  }

  /*=========================================================================
#Footer：お問い合わせ
=========================================================================*/
  #foot_contactBox {
    border: 1px solid #fffaea;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  #foot_contactBox #contactArea {
    width: 96%;
    margin: 0 auto;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #foot_contactBox #contactArea div {
    font-size: 16px;
  }

  @media print, screen and (max-width: 1200px) {
    #foot_contactBox #contactArea div {
      font-size: 14px;
    }
  }
  @media print, screen and (max-width: 1000px) {
    #foot_contactBox #contactArea div {
      font-size: 13px;
    }
  }
  @media print, screen and (max-width: 900px) {
    #foot_contactBox #contactArea div {
      font-size: 12px;
    }
  }

  /*=========================================================================
#Footer：コピーライト、他
=========================================================================*/
  #footerBottom {
    padding: 15px 0;
  }

  #Copy {
    position: absolute;
    width: 32%;
    font-size: 12px;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media print, screen and (max-width: 1200px) {
    #Copy {
      font-size: 11px;
    }
  }

  /* ---------------------------------------------------------------- */
  ul#store_cautionLink {
    margin-left: 33%;
    width: 48%;
    justify-content: flex-start;
  }
  ul#store_cautionLink li {
    font-size: 12px;
  }

  /* ---------------------------------------------------------------- */
  ul#bottom_snsLink {
    justify-content: flex-end;
    width: 19%;
  }
  ul#bottom_snsLink li {
    width: 12%;
    margin-left: 5%;
  }
  ul#bottom_snsLink li:first-of-type {
    margin-left: 0;
  }
  ul#bottom_snsLink li#linkLine {
    width: 47%;
  }

  #bottomContainer {
    margin: 0 auto;
    width: 90%;
  }

  /*=========================================================================
TABNAVI
=========================================================================*/
  ul#tabNavi {
    padding-bottom: 5px;
  }
  ul#tabNavi li {
    margin-right: 2%;
  }
  ul#tabNavi li a {
    font-size: 14px;
    display: block;
    padding: 10px 1em;
  }

  /* ---------------------------------------------------------------- */
  #informationContainer {
    padding: 30px 0;
  }

  /*=========================================================================
バルーン
=========================================================================*/
  .baloon {
    bottom: 4em;
    max-width: 320px;
    width: max-content;
    display: none;
  }
  .baloon:before {
    bottom: -2.6em;
    /* left: 1em; */
    border-top: 1.4em solid #014646;
    border-right: 0.6em solid transparent;
    border-bottom: 1.4em solid transparent;
    border-left: 0.6em solid transparent;
  }
  .baloon:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -2.1em;
    right: 0.5em;
    width: 6em;
    height: 3em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/chara02.png");
  }

  /* ---------------------------------------------------------------- */
  .baloon_body {
    background: #f8efd1;
    border: 3px solid #014646;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px;
    font-size: 12px;
  }

  .baloon_body img {
    width: 100%;
    margin-bottom: 10px;
  }

  /* ---------------------------------------------------------------- */
  .baloon_pic {
    margin-bottom: 9%;
  }

  /* ---------------------------------------------------------------- */
  .baloon_title {
    font-size: 15px;
    margin-bottom: 5px;
  }

  /* ---------------------------------------------------------------- */
  .btn_pagelink {
    margin-top: 15px;
    font-size: 12px;
  }
  .btn_pagelink a {
    padding: 10px 1em;
  }
}

/* ---------------------------------------------------------------- */
#main_naviList {
  color: #fffaea;
  background: #014646;
  padding: 15px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#main_naviList:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 1.5em;
  top: 3px;
  border-top: 14px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #014646;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}

/* ---------------------------------------------------------------- */
#menuTitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}

#main_naviList p {
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 12px;
}
#main_naviList p a {
  text-decoration: none;
  color: #fffaea;
  text-align: center;
  padding: 5px 20px;
  display: block;
}

#header_mainNavi.open {
  display: block;
  top: 3em;
  opacity: 1;
  z-index: 999;
}

#header_mainNavi {
  position: absolute;
  top: -350%;
  right: 4%;
  padding-top: 30px;
  z-index: 2;
  color: #fffaea;
  opacity: 0;
  transition: all 0.5s;
}


.d-flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.align-items-start {
  display: flex;
  align-items: start;
}
.align-items-end {
  display: flex;
  align-items: end;
}
.align-items-center {
  display: flex;
  align-items: start;
}
.justify-content-start {
  display: flex;
  justify-content: flex-start;
}
.justify-content-end {
  display: flex;
  justify-content: flex-end;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
.justify-content-between {
  display: flex;
  justify-content: space-between;
}
.justify-content-arrow {
  display: flex;
  justify-content: space-around;
}

