@charset "UTF-8";
.productList-container {
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .productList-container {
    width: 1200px;
  }
}
/* =============================================
 ### カテゴリ上部コメント　独自コメント3
============================================= */
.ctm_group_uppercomment {
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .ctm_group_uppercomment {
    width: 1200px;
  }
}
/* =============================================
 ### カテゴリ下部コメント　独自コメント4
============================================= */
.ctm_group_lowercomment {
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .ctm_group_lowercomment {
    width: 1200px;
  }
}
.fs-body-category-ranking .ctm_group_lowercomment {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fs-body-category-ranking .ctm_group_lowercomment {
    width: 1000px;
  }
}
/* =============================================
 ### ご利用ガイドTOP
============================================= */
.guide-top-content {
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .guide-top-content {
    width: 1200px;
  }
}
.guide-top-content .guide-menu {
  border-top: 1px solid #313131;
}

.guide-top-content .guide-menu h2 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 10px;
  border-bottom: 1px solid #313131;
  position: relative;
}

.guide-top-content .guide-menu:after {
  content: "";
  width: 30%;
  height: 0;
}

.guide-top-content .guide-menu h2:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

.guide-top-content .guide-menu ul {
  display: none;
  border-bottom: 1px solid #313131;
}

.guide-top-content .guide-menu ul li {
  border-bottom: 1px solid #d3d3d3;
}

.guide-top-content .guide-menu ul li:last-of-type {
  border-bottom: none;
}

.guide-top-content .guide-menu ul li a {
  display: block;
  font-size: 1.2rem;
  padding: 15px 20px;
  position: relative;
  font-weight: 400;
  color: #898989;
}

.guide-top-content .guide-menu .dropdown.open ul {
  display: block;
}

.guide-top-content .guide-menu .dropdown.open h2:after {
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_minus.svg);
}

@media screen and (min-width: 768px) {
  .guide-top-content .guide-menu {
    border-top: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .guide-top-content .guide-menu .item {
    width: 30%;
    border-top: 1px solid #d3d3d3;
    padding-top: 30px;
    margin-bottom: 75px;
  }
  .guide-top-content .guide-menu h2 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    border-bottom: none;
    position: relative;
    margin-bottom: 20px;
  }
  .guide-top-content .guide-menu h2:after {
    display: none;
  }
  .guide-top-content .guide-menu ul {
    display: block;
    border-bottom: none;
  }
  .guide-top-content .guide-menu ul li {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .guide-top-content .guide-menu ul li a {
    display: block;
    font-size: 1.2rem;
    padding: 0;
    position: relative;
    font-weight: 400;
    color: #898989;
  }
}
/* =============================================
 ### ご利用ガイド　下層共通
============================================= */
.guide-wrap + .fs-c-heading--page {
  display: none;
}

.guide-wrap + .fs-c-heading--page + .productList-container {
  display: none;
}

.guide-wrap + .fs-c-heading--page + .productList-container + .fs-c-productList {
  display: none;
}

.guide-wrap {
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .guide-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 150px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .guide-nav {
    width: 18.3%;
  }
}
.guide-nav .guide-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .guide-nav .guide-menu {
    display: block;
  }
  .guide-nav .guide-menu h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
  }
  .guide-nav .guide-menu h2:after {
    display: none;
  }
  .guide-nav .guide-menu ul {
    display: block;
    border-bottom: none;
  }
  .guide-nav .guide-menu ul li {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .guide-nav .guide-menu ul li a {
    display: block;
    font-size: 1.2rem;
    padding: 0;
    position: relative;
    font-weight: 400;
    color: #898989;
  }
}
.guide-cmn-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .guide-cmn-ttl {
    font-size: 1.2rem;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .guide-article {
    width: 75%;
    order: 1;
  }
}
.guide-article .fs-c-heading--page {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .guide-article .fs-c-heading--page {
    display: block;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
  }
}
.guide-article .guide-content-item {
  margin-bottom: 50px;
}

.guide-article .guide-content-item .ttl2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.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: #313131;
}

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

.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 {
  font-weight: bold;
  color: #cc0000;
}

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

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

/* =============================================
 ### お支払い方法について
============================================= */
@media screen and (min-width: 768px) {
  .guide-guide07 .card_5brand {
    width: 300px;
  }
}
.guide-guide07 .amazonpay_howto .btn_toggle {
  padding: 10px 10px;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  position: relative;
}

.guide-guide07 .amazonpay_howto .btn_toggle:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

.guide-guide07 .amazonpay_howto .btn_toggle.on:after {
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_minus.svg);
}

.guide-guide07 .amazonpay_howto .content_toggle {
  padding: 15px 20px;
  display: none;
}

.guide-guide07 .amazonpay_howto .content_toggle.active {
  display: block;
}

/* =============================================
 ### Amazon Pay
============================================= */
.guide-guide11 .amazonpay-notice {
  margin-top: 20px;
  border: 1px solid #d3d3d3;
  padding: 20px;
}

.guide-guide11 .amazonpay-notice h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.guide-guide11 .amazonpay-notice .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}

/* =============================================
 ### ギフトボックス（無料）について
============================================= */
@media screen and (min-width: 768px) {
  .guide-guide03 .image {
    width: 500px;
  }
}
/* =============================================
 ### サイズについて
============================================= */
@media screen and (min-width: 768px) {
  .guide-guide04 .image {
    width: 330px;
  }
}
/* =============================================
 ### 返品等について
============================================= */
.guide-guide08 .guide-content-item ol {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 1em;
}

.guide-article .guide-guide08 .guide-content-item ol li {
  margin-bottom: 0;
}

/* =============================================
 ### ポイント・会員ランクについて
============================================= */
.guide-guide12 .rank-table {
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  width: 100%;
}

.guide-guide12 .rank-table th {
  background-color: #f0f0f0;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 10px 5px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.guide-guide12 .rank-table td {
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 10px 5px;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
}

/* =============================================
 ### よくあるご質問
============================================= */
.guide-guide10 .faqMenu {
  margin-bottom: 50px;
}

.guide-guide10 .faqMenu ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.guide-guide10 .faqMenu ul li {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .guide-guide10 .faqMenu ul li {
    border-right: 1px solid #000;
    padding-right: 20px;
  }
}
.guide-guide10 .faqMenu ul li a {
  color: #959595;
}

.guide-guide10 .faqContent .faqBlock {
  margin-bottom: 80px;
}

.guide-guide10 .faqContent h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.guide-guide10 .faqContent .faqDetail {
  margin-bottom: 30px;
}

.guide-guide10 .faqContent .faqDetail:last-of-type {
  margin-bottom: 0;
}

.guide-guide10 .faqContent .faqDetail dt {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.guide-guide10 .faqContent .faqDetail dd {
  font-size: 1.2rem;
}

.guide-guide10 .pagetop {
  text-align: right;
  margin-bottom: 30px;
}

.guide-guide10 .pagetop a {
  color: #959595;
  text-decoration: underline;
  font-size: 1.2rem;
}

/* =============================================
 ### アイコンについて
============================================= */
.guide-guide13 .materialiconlist {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.guide-guide13 .materialiconlist dt {
  width: 30%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .guide-guide13 .materialiconlist dt {
    width: 125px;
    margin-bottom: 50px;
  }
}
.guide-guide13 .materialiconlist dt img {
  width: 100%;
  height: auto;
}

.guide-guide13 .materialiconlist dd {
  width: 65%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .guide-guide13 .materialiconlist dd {
    width: calc(100% - 150px);
    margin-bottom: 50px;
  }
}
/* =============================================
 ### 特定商取引法に基づく表示
============================================= */
.guide-tokutei dl dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.guide-tokutei dl dd {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* =============================================
 ### お問い合わせ
============================================= */
@media screen and (min-width: 768px) {
  .guide-contact .guide-content-item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .guide-contact .formblock dl {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.guide-contact .formblock dl dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .guide-contact .formblock dl dt {
    width: 15em;
    margin-bottom: 30px;
  }
}
.guide-contact .formblock dl dd {
  margin-bottom: 10px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1.5em;
}

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

@media screen and (min-width: 768px) {
  .guide-contact .formblock input[type=text].inputText {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .guide-contact .formblock .form_control {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.guide-contact .formblock .form_control li {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .guide-contact .formblock .form_control li {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .guide-contact .formblock .form_control li .ctm-btn-submit {
    width: 300px;
  }
}
/* =============================================
 ### お問い合わせ完了
============================================= */
@media screen and (min-width: 768px) {
  .guide-contact_complete .btn1 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
 ### RANKING　
============================================= */
.ctm_cate_ranking .fs-c-productList__list__item a {
  display: block;
  position: relative;
}

.ctm_cate_ranking .fs-c-productList__list__item .mark-rank {
  display: block;
  position: absolute;
  width: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-weight: normal;
  background-color: #000;
  top: -10px;
  left: 5px;
  border-radius: 50%;
}

.ctm_cate_ranking .fs-c-productList__list__item .mark-rank.mark-rank1 {
  background-color: #cda000;
}

.ctm_cate_ranking .fs-c-productList__list__item .mark-rank.mark-rank2 {
  background-color: #787878;
}

.ctm_cate_ranking .fs-c-productList__list__item .mark-rank.mark-rank3 {
  background-color: #ac5d00;
}

/* =============================================
 ### LINE　line
============================================= */
@media screen and (min-width: 768px) {
  .fs-body-category-line .productList-container {
    width: 768px;
  }
}
/* =============================================
 ### リニューアルキャンペーン　renewal-information
============================================= */
.fs-body-category-renewal-information .fs-c-heading--page {
  display: none;
}

.ctm_renewal-info .renewal-info-section {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .ctm_renewal-info .renewal-info-section {
    margin-bottom: 80px;
  }
}
.ctm_renewal-info .renewal-info-section .mainImg {
  margin-bottom: 30px;
}

.ctm_renewal-info .renewal-info-section h2 {
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ctm_renewal-info .renewal-info-section h2 {
    font-size: 2.2rem;
  }
}
.ctm_renewal-info .renewal-info-section .text {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ctm_renewal-info .renewal-info-section .text {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_renewal-info .renewal-info-section .text h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.ctm_renewal-info .renewal-info-section .text p {
  margin-bottom: 20px;
}

.ctm_renewal-info .renewal-info-section .text p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .ctm_renewal-info .renewal-info-section .tx_c {
    text-align: center;
  }
}
.ctm_renewal-info .renewal-info-section .btn1 {
  width: 228px;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
 ###　セールカテゴリ
============================================= */
.ctm_sale_comment .infoTx {
  margin-bottom: 30px;
}

.ctm_sale_comment .infoTx .center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ctm_sale_comment .infoTx {
    text-align: center;
    margin-bottom: 50px;
  }
}
.ctm_sale_comment .infoTx a {
  text-decoration: underline;
}

.ctm_sale_comment .sale_nav {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ctm_sale_comment .sale_nav {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_sale_comment .sale_nav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .ctm_sale_comment .sale_nav ul:after,
  .ctm_sale_comment .sale_nav ul:before {
    display: block;
    content: "";
    width: 33%;
    height: 0;
    order: 1;
  }
}
.ctm_sale_comment .sale_nav ul li {
  width: 49%;
  margin-bottom: 5px;
}

.ctm_sale_comment .sale_nav ul li.sale_dsc {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ctm_sale_comment .sale_nav ul li.sale_dsc {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .ctm_sale_comment .sale_nav ul li {
    width: 33%;
  }
}
.ctm_sale_comment .sale_nav ul li a {
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #313131;
}

.ctm_sale_comment .sale_nav ul li a:hover {
  background-color: #313131;
  color: #fff;
}

.ctm_sale_comment .btn_sale_top {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ctm_sale_comment .btn_sale_top {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_sale .sale_nav_brand ul li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ctm_sale .sale_nav_brand ul li {
    width: 49.5%;
  }
  .ctm_sale .sale_nav_brand ul li.sale_dsc {
    width: 49.5%;
  }
}
/* =============================================
 ###　21-04-15 FS2 移行特集
============================================= */
.custom__groupHeadingBlock {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock {
    margin-bottom: 60px;
  }
}
.custom__groupHeadingBlock .visual {
  margin-bottom: 30px;
}

.custom__groupHeadingBlock .infoblock {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock .infoblock {
    margin-bottom: 60px;
  }
}
.custom__groupHeadingBlock .infoblock .lead {
  font-size: 1.2rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock .infoblock .lead {
    font-size: 1.4rem;
  }
}
.custom__groupHeadingBlock .infoblock .theme {
  font-size: 1.8rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock .infoblock .theme {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.custom__groupHeadingBlock .dateblock {
  text-align: center;
}

.custom__groupHeadingBlock .dateblock .date {
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock .dateblock .date {
    font-size: 1.6rem;
  }
}
.custom__groupHeadingBlock .dateblock .text strong {
  display: block;
  font-size: 1.8rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .custom__groupHeadingBlock .dateblock .text strong {
    font-size: 2.8rem;
  }
}
/* =============================================
	##　特集　商品一覧パターン1
============================================= */
.feature-productlist1 .itemBlock ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature-productlist1 .itemBlock ul li {
  width: 48%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .feature-productlist1 .itemBlock ul li {
    width: 30%;
  }
}
.feature-productlist1 .itemBlock .textBlock {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
}

.feature-productlist1 .itemBlock .textBlock .icon {
  background-color: #909090;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  font-size: 1.2rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  .feature-productlist1 .itemBlock .textBlock .icon {
    font-size: 1.4rem;
  }
}
.feature-productlist1 .itemBlock .textBlock .item {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .feature-productlist1 .itemBlock .textBlock .item {
    font-size: 1.4rem;
  }
}
/* =============================================
	##　特集　商品一覧パターン2
============================================= */
.feature-productlist2 .mb40 {
  margin-bottom: 40px;
}

.feature-productlist2 .lead {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .feature-productlist2 .lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.feature-productlist2 .text {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .feature-productlist2 .text {
    margin-bottom: 60px;
  }
}
.feature-productlist2 .itemBlock_align1 {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .feature-productlist2 .itemBlock_align1 {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-productlist2 .itemBlock_align1 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .feature-productlist2 .itemBlock_align2 {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-productlist2 .itemBlock_align2 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-productlist2 li {
  width: 48%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .feature-productlist2 li {
    margin-bottom: 40px;
  }
}
.feature-productlist2 .image {
  margin-bottom: 10px;
}

.feature-productlist2 .itemName {
  text-align: center;
  margin-bottom: 10px;
}

.feature-productlist2 .btn1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.feature-productlist2 .btn1 a {
  padding: 10px 0;
}

/* =============================================
 ###　21 SUMMER PRE ORDER Vol.2
============================================= */
.ctm_21summerpreorder2 {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .ctm_21summerpreorder2 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
 ###　ESSENTIAL特集 21SS
============================================= */
@media screen and (min-width: 768px) {
  .ctm_essential-coordinate21ss {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_essential-coordinate21ss .btn1 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

/* =============================================
 ###　AKKO COLLABORATION
============================================= */
@media screen and (min-width: 768px) {
  .ctm_AKKO3839_collaboration .custom__groupHeadingBlock {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
 ###　Night store限定商品
============================================= */
@media screen and (min-width: 768px) {
  .ctm_Aspecials_limited .custom__groupHeadingBlock {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
 ###　Night store限定商品
============================================= */
@media screen and (min-width: 768px) {
  .ctm_meryl-21ss .custom__groupHeadingBlock {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_meryl-21ss .custom__groupHeadingBlock .infoblock .lead {
  font-size: 1.6rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  .ctm_meryl-21ss .custom__groupHeadingBlock .infoblock .lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .ctm_meryl-21ss .feature-productlist2 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =============================================
 ###　SPRING OUTFITS
============================================= */
@media screen and (min-width: 768px) {
  .ctm_spring-outfits .custom__groupHeadingBlock {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_spring-outfits .custom__groupHeadingBlock .infoblock .lead {
  font-size: 1.6rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ctm_spring-outfits .custom__groupHeadingBlock .infoblock .lead {
    font-size: 2rem;
  }
}
.ctm_spring-outfits .custom__groupHeadingBlock .infoblock .text {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .ctm_spring-outfits .custom__groupHeadingBlock .infoblock .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .ctm_spring-outfits .feature-productlist2 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==============================================
 ### レフトナビ追加に伴うCSS調整
=================================================*/
@media screen and (min-width: 768px) {
  .ctm_maincontents .fs-c-productList {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .ctm_maincontents .productList-container {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .ctm_maincontents .ctm_group_uppercomment {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .ctm_maincontents .ctm_group_lowercomment {
    width: 1000px;
  }
}
/* ==============================================
 ### AI RECOMMEND RANKING
=================================================*/
.ctm_cate_ranking .fs-p-heading--lv2 {
  display: none;
}

.ctm_cate_ranking .fr3-productListStatic {
  margin-bottom: 40px;
  padding: 0;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .ctm_cate_ranking .fr3-productListStatic {
    gap: 26px;
  }
}
.ctm_cate_ranking .fr3-item {
  position: relative;
  margin: 30px 0;
}

.ctm_cate_ranking .fr3-item .fr3-item__rankContainer {
  position: absolute;
  top: -10px;
  left: 5px;
}

.ctm_cate_ranking .fr3-item .fr3-item__rank {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-weight: normal;
  background-color: #000;
  top: -10px;
  left: 5px;
  border-radius: 50%;
}

.ctm_cate_ranking .fr3-item:first-of-type .fr3-item__rank {
  background-color: #cda000;
}

.ctm_cate_ranking .fr3-item:nth-of-type(2) .fr3-item__rank {
  background-color: #787878;
}

.ctm_cate_ranking .fr3-item:nth-of-type(3) .fr3-item__rank {
  background-color: #ac5d00;
}

.ctm_cate_ranking .fr3-item__productName {
  text-align: center;
}

.ctm_cate_ranking .fr3-item__productPrice {
  color: #898989;
  margin-top: 10px;
  justify-content: center;
}

/* ==============================================
 ### AI RECOMMEND CHECKED ITEM
=================================================*/
.ctm_cate_checked-item .fs-p-heading--lv2 {
  display: none;
}

.ctm_cate_checked-item .fr3-productListStatic {
  margin-bottom: 40px;
  padding: 0;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .ctm_cate_checked-item .fr3-productListStatic {
    gap: 26px;
  }
}
.ctm_cate_checked-item .fr3-item {
  position: relative;
}

.ctm_cate_checked-item .fr3-item .fr3-item__rank {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-weight: normal;
  background-color: #000;
  top: -10px;
  left: 5px;
  border-radius: 50%;
}

.ctm_cate_checked-item .fr3-item__productPrice {
  color: #898989;
  margin-top: 10px;
}

/* =============================================
 ###　25-03-17 サブカテゴリメニュー
============================================= */
.ctm_category_comment .ctm_category_nav {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ctm_category_comment .ctm_category_nav {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctm_category_comment .ctm_category_nav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .ctm_category_comment .ctm_category_nav ul:after,
  .ctm_category_comment .ctm_category_nav ul:before {
    display: block;
    content: "";
    width: 33%;
    height: 0;
    order: 1;
  }
}
.ctm_category_comment .ctm_category_nav ul li {
  width: 49%;
  margin-bottom: 5px;
}

.ctm_category_comment .ctm_category_nav ul li.dsc {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ctm_category_comment .ctm_category_nav ul li.dsc {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .ctm_category_comment .ctm_category_nav ul li {
    width: 33%;
  }
}
.ctm_category_comment .ctm_category_nav ul li a {
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #313131;
}

.ctm_category_comment .ctm_category_nav ul li a:hover {
  background-color: #313131;
  color: #fff;
}

.ctm_category_comment .ctm_category_nav_item__all ul {
  justify-content: center;
  width: 100%;
}

.ctm_category_comment .ctm_category_nav_item__all ul li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ctm_category_comment .ctm_category_nav_item__all ul li {
    width: 33%;
  }
}
.ctm_category_comment .ctm_category_nav_item__all ul::before,
.ctm_category_comment .ctm_category_nav_item__all ul::after {
  display: none;
}

/* =============================================
 ### ごショップリスト
============================================= */
.fs-body-category-shoplist .fs-c-productList {
  display: none;
}

@media screen and (min-width: 768px) {
  .guide_shoplist {
    display: grid;
    gap: 50px;
  }
}
.guide_shoplist .shops_area {
  border-top: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  .guide_shoplist .shops_area {
    border: none;
  }
}
.guide_shoplist .shops_area:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.guide_shoplist .shops_area .btn_toggle2 {
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.guide_shoplist .shops_area .btn_toggle2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  content: "";
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_plus.svg);
}
@media screen and (min-width: 768px) {
  .guide_shoplist .shops_area .btn_toggle2::after {
    display: none;
  }
}
.guide_shoplist .shops_area .btn_toggle2.on::after {
  background-image: url(https://dscstore.itembox.design/item/img/common/icon_minus.svg);
}
.guide_shoplist .shop_area {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.guide_shoplist .shops_area_content {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .guide_shoplist .shops_area_content {
    gap: 30px;
  }
}
.guide_shoplist .shop_details {
  padding: 10px;
  display: grid;
  gap: 10px;
}
.guide_shoplist .shop_name {
  font-weight: bold;
}
.guide_shoplist .shop_tel_ttl {
  font-weight: bold;
}
.guide_shoplist .shop_brand_ttl {
  font-weight: bold;
}
.guide_shoplist .shop_brand_detail ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.guide_shoplist .shop_hours_ttl {
  font-weight: bold;
}
.guide_shoplist .btn_map {
  max-width: 200px;
}
.guide_shoplist .btn_map a {
  display: block;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto;
  font-family: "Tenor Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.guide_shoplist .btn_map a:hover {
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=group.css.map */