@charset "UTF-8";
/*=============================================
【目次】
=================================================*/
/* ==============================================
 ### ガイド系コンテンツ共通設定
=================================================*/
.guide-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
}

.guide-nav {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .guide-nav {
    display: none;
  }
}
.main-menu .guide-nav {
  display: none;
}

@media screen and (min-width: 600px) {
  .main-menu .guide-nav {
    display: block;
    padding: 0;
    right: 0;
  }
}
.guide-nav input {
  display: none;
}

.guide-nav input:checked + .toggle-switch::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

@media screen and (min-width: 600px) {
  .guide-nav input:checked + .toggle-switch::after {
    background-image: url(https://yanuk.itembox.design/item/img/common/icon_minus.png);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.guide-nav input:checked + .toggle-switch + .guide-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  height: auto;
}

.guide-nav .toggle-switch {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  font-size: 1.2rem;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .guide-nav .toggle-switch {
    text-align: left;
    border: none;
  }
}
.guide-nav .toggle-switch::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 600px) {
  .guide-nav .toggle-switch::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    top: 50%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://yanuk.itembox.design/item/img/common/icon_plus.png);
    transform: translateY(-50%);
    border: none;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.guide-nav .guide-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 600px) {
  .guide-nav .guide-menu {
    border: none;
  }
}
@media screen and (min-width: 600px) {
  .guide-nav .guide-menu li {
    padding-left: 1em;
  }
}
.guide-nav .guide-menu li a {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  padding: 13px;
  color: #333;
}

@media screen and (min-width: 600px) {
  .guide-nav .guide-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.guide-cmn-ttl {
  text-align: center;
  font-size: 2rem;
  font-family: "Spartan", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .guide-cmn-ttl {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.guide-article .fs-c-heading--page {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .guide-article .fs-c-heading--page {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
.guide-article .guide-content-item {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .guide-article .guide-content-item {
    margin-bottom: 60px;
  }
}
.guide-article .guide-content-item .ttl2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .guide-article .guide-content-item .ttl2 {
    font-size: 1.6rem;
  }
}
.guide-article .guide-content-item .ttl3 {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .guide-article .guide-content-item .ttl3 {
    font-size: 1.4rem;
  }
}
.guide-article .guide-content-item .text {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.8em;
}

@media screen and (min-width: 600px) {
  .guide-article .guide-content-item .text {
    font-size: 1.4rem;
  }
}
.guide-article .guide-content-item .text p,
.guide-article .guide-content-item .text div,
.guide-article .guide-content-item .text li {
  margin-bottom: 1em;
  line-height: 2em;
}

.guide-article .guide-content-item .text p:last-child,
.guide-article .guide-content-item .text div:last-child,
.guide-article .guide-content-item .text li:last-child {
  margin-bottom: 0;
}

.guide-article .guide-content-item .text p a,
.guide-article .guide-content-item .text div a,
.guide-article .guide-content-item .text li a {
  text-decoration: underline;
  color: #8d8d8d;
}

.guide-article .guide-content-item .text .tx_s {
  font-size: 1.2rem;
  color: #e8e8e8;
}

.guide-article .guide-content-ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.guide-article .guide-content-ttl:before {
  content: "■";
}

.guide-article h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.guide-article .cautionTx {
  color: #af0b00;
  font-weight: 500;
}

.guide-article .btn_link a {
  color: #e8e8e8;
  text-decoration: underline;
}

.guide-article .btn_link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}

/* =============================================
 ### ご注文の流れ
============================================= */
/* =============================================
 ### メンバーズカードについて
============================================= */
.guide-pointcard .ctm_membershipCard .fs-clientInfo {
  display: none;
  overflow: hidden;
  *zoom: 1;
}

.guide-pointcard .ctm_membershipCard .fs-clientInfo.is-ready {
  display: block;
}

.guide-pointcard .ctm_membershipCard .fs-membershipCard__number {
  display: none;
}

/* =============================================
 ### Amazon Pay
============================================= */
.guide-amazonpayment .amazonpay-notice {
  margin-top: 20px;
  border: 4px solid #f3f3f3;
  padding: 25px;
}

.guide-amazonpayment .amazonpay-notice h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice h3 {
    font-size: 1.8rem;
  }
}
.guide-amazonpayment .amazonpay-notice .ttl {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice .ttl {
    font-size: 1.6rem;
  }
}
.guide-amazonpayment .amazonpay-notice .text {
  margin-bottom: 20px;
}

.guide-amazonpayment .amazonpay-notice .text:last-of-type {
  margin-bottom: 0;
}

.guide-amazonpayment .amazonpay-notice .btn_amazon {
  width: 78px;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice .btn_amazon {
    width: 156px;
  }
}
.guide-amazonpayment .amazonpay-notice .btn_amazon img {
  width: 100%;
  vertical-align: text-bottom;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice .btn_amazon img {
    vertical-align: middle;
  }
}
.guide-amazonpayment .amazonpay-notice .btn_login {
  width: 78px;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice .btn_login {
    width: 156px;
  }
}
.guide-amazonpayment .amazonpay-notice .btn_login img {
  width: 100%;
  vertical-align: text-bottom;
}

@media screen and (min-width: 600px) {
  .guide-amazonpayment .amazonpay-notice .btn_login img {
    vertical-align: middle;
  }
}
/* =============================================
 ### 返品・交換について
============================================= */
.guide-return .guide-content-item .text ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 1em;
}

.guide-return .guide-content-item .text ul li {
  margin-bottom: 10px;
}

/* =============================================
 ### サイズについて
============================================= */
.guide-size .imgBlock {
  margin-bottom: 10px;
}

.guide-size .size-positionlist {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .guide-size .size-positionlist {
    width: 100%;
  }
}
.guide-size .size-positionlist .size-positionlist-item {
  width: 48%;
}

@media screen and (min-width: 600px) {
  .guide-size .guide-content-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.guide-size .guide-content-item .ttl2 {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .guide-size .guide-content-item .imgBlock {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) {
  .guide-size .guide-content-item .txBlock {
    width: 48%;
  }
}
@media screen and (min-width: 600px) {
  .guide-size .guide-content-item.guide-content-info .txBlock {
    width: 100%;
  }
}
/* =============================================
 ### よくあるご質問
============================================= */
.guide-faq .faqMenu {
  margin-bottom: 50px;
}

.guide-faq .faqMenu ul {
  border-top: 1px solid #333;
}

@media screen and (min-width: 600px) {
  .guide-faq .faqMenu ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
  }
}
.guide-faq .faqMenu ul li {
  vertical-align: top;
  background-color: transparent;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #333;
  border-radius: 0;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .guide-faq .faqMenu ul li {
    border-bottom: none;
    border-right: 1px solid #333;
    padding: 5px 20px 5px 0;
    margin-right: 20px;
  }
}
.guide-faq .faqMenu ul li:last-of-type {
  border-right: none;
}

.guide-faq .faqMenu ul li a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #333;
}

@media screen and (min-width: 600px) {
  .guide-faq .faqMenu ul li a {
    font-size: 1.3rem;
  }
}
.guide-faq .faqMenu ul li a:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
  .guide-faq .faqMenu ul li a:after {
    display: none;
  }
}
.guide-faq .faqContent .faqBlock {
  margin-bottom: 80px;
}

.guide-faq .faqContent .faqList {
  margin-bottom: 30px;
}

.guide-faq .faqContent .faqList:last-of-type {
  margin-bottom: 0;
}

.guide-faq .faqContent .faqList dt {
  font-weight: 600;
  padding: 10px;
  font-size: 1.2rem;
  background-color: #f3f3f3;
}

@media screen and (min-width: 600px) {
  .guide-faq .faqContent .faqList dt {
    font-size: 1.3rem;
  }
}
.guide-faq .faqContent .faqList dd {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 2em;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .guide-faq .faqContent .faqList dd {
    font-size: 1.3rem;
  }
}
.guide-faq .faqContent .faqList dd .note {
  margin-top: 10px;
}

.guide-faq .faqContent .faqList dd .note .boxLabel {
  font-size: 1.2rem;
  font-weight: 500;
}

.guide-faq .faqContent .faqList dd .note p {
  margin-bottom: 1em;
}

.guide-faq .faqContent .faqList dd .note p:last-of-type {
  margin-bottom: 0;
}

/* =============================================
 ### 特定商取引法に基づく表示
============================================= */
@media screen and (min-width: 600px) {
  .guide-businessdeal dl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
.guide-businessdeal dl dt {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .guide-businessdeal dl dt {
    font-size: 1.4rem;
    width: 20%;
  }
}
.guide-businessdeal dl dd {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .guide-businessdeal dl dd {
    font-size: 1.4rem;
    width: 80%;
    margin-bottom: 30px;
  }
}
/* =============================================
 ### プライバシーポリシー
============================================= */
.guide-privacy-policy .sign {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .guide-privacy-policy .sign {
    margin-bottom: 50px;
  }
}
/* =============================================
 ### お問い合わせ
============================================= */
@media screen and (min-width: 600px) {
  .guide-contact .guide-content-item {
    margin-bottom: 50px;
  }
}
.guide-contact .guide-content-item .text ul li {
  margin-bottom: 0;
}

.guide-contact .formblock {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 600px) {
  .guide-contact .formblock dl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c5cccd;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .guide-contact .formblock dl:first-of-type {
    border-top: 1px solid #c5cccd;
    padding-top: 30px;
  }
}
.guide-contact .formblock dl dt {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock dl dt {
    width: 15em;
    margin-bottom: 30px;
    font-size: 1.4rem;
    background-color: transparent;
  }
}
.guide-contact .formblock dl dd {
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock dl dd {
    width: calc(100% - 15em);
    font-size: 1.4rem;
  }
}
.guide-contact .formblock dl dd textarea {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock input[type=text].inputText {
    width: 400px;
  }
}
.guide-contact .formblock .form_control {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock .form_control {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.guide-contact .formblock .form_control li {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .guide-contact .formblock .form_control li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 600px) {
  .guide-contact .formblock .form_control li .ctm-btn-submit {
    width: 280px;
  }
}
@media screen and (min-width: 600px) {
  .guide-contact .formblock .form_control li .ctm-btn-reset {
    width: 280px;
    line-height: 1em;
  }
}
/* =============================================
 ### 商品レビューについて
============================================= */
.fs-body-category-review .guide-article ul {
  list-style-type: disc;
  margin-left: 1em;
}

/* =============================================
 ### 店舗でのご購入についてのレビュー
============================================= */
.fs-body-category-feedback .fs-c-dropdown select {
  border-color: #ccc;
}

.fs-body-category-feedback textarea {
  border-color: #ccc;
}

.fs-body-category-feedback .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-body-category-feedback .checkbox label {
  margin-bottom: 0;
}


/* =============================================
 ### 会員規約
============================================= */
.guide-membership-terms .guide-content-item .text ol li {
  margin-bottom: 0.5em;
}
.guide-membership-terms .guide-content-item .text ol ol li {
  margin-bottom: 0;
}