img {
vertical-align:top;
}


a.btn01 {
    background: #e6908c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: fit-content;
}


/* ヘッダー */
/* ヘッダーを固定化 */
/* グローバルナビの幅調整 */
.fs-l-header__contents > div.menu {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1 / span3;
    grid-column: 1 / span3;
    background: #f0dcdd;
    max-width: none;
}

/* ヘッダーの固定化 */
.fs-l-header__contents {
    position: sticky;
    position:-webkit-sticky; /*Safari用*/
    z-index: 5000;
    top:0;
    background: white;
}
.fs-p-headerUtilityMenu__list {
    margin-top: 10px;
}

.fs-l-header__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 4em 1fr 4em;
  grid-template-columns: 4em 4em 1fr 4em 4em;
  align-items: start;
align-items: center;
}

.fs-l-header__contents > * {
    padding: 0;
    text-align: center;
}

.fs-l-header__leftContainer {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: center;
  z-index: 2000;
}

.fs-l-header__logo {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

@media screen and (max-width:1200px) {
.fs-l-header__logo {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}
.sp_none {
display:none;
}
}

.fs-l-header__utility {
  display: none;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
  align-self: stretch;
}

.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
  display: none;
}

@media screen and (min-width: 768px) {
  .fs-l-header__welcomeMsg.is-ready {
    display: block;
  }
  .fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
 
  .fs-l-header__utility *:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-l-header__utility *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-l-header__utility *:last-child {
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (min-width:1200px) {
.fs-l-header__utility {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}


@media screen and (min-width: 960px) {
  .fs-l-header__leftContainer {
    align-self: start;
  }
}

.fs-l-header--min {
  border-bottom: 2px solid #646464;
}






.fs-p-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.fs-p-logo__image {
  max-height: 48px;
  min-height: 1px;
}

@media screen and (min-width: 768px) {
  .fs-p-logo__image {
    max-height: 100%;
  }
}

@media screen and (min-width: 960px) {
    .fs-p-logo__image {
    max-height: 48px;
  }
}

.fs-p-logo__type {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.fs-p-logo__lead {
  font-size: 1rem;
  margin: 4px 0 0;
}


/* ========test============ */

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 3000;
}

.menu > li {
    float: left;
    width: 20%; /* グローバルナビ5つの場合 */
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f0dcdd;
    list-style: none;
    margin: 0 auto;
    padding-left: 0px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.menu > li a {
    display: block;
    color: #333333;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;

    padding-left: 0px;
    margin: 0;
    list-style: none;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.menu > li:hover {
    background: #f0dcdd;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #fff;
    height: 40px;
}

.menu__third-level li {
    border-top: 1px solid #fff;
}

.menu__second-level li a:hover {
    background: #faf0e6;
}

.menu__third-level li a:hover {
    background: #faf0e6;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

@media screen and (max-width: 1200px){
  .menu {
    display: none;
  }
}



.menu > li.menu__single {
    position: relative;
margin:0;
padding:0;
}

li.menu__single ul.menu__second-level {
    position: relative;
    top: 1px;
    width: 100%;
    background: #f0dcdd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
padding-inline-start: 0px;
}

li.menu__single:hover ul.menu__second-level {
    top: 0px;
    visibility: visible;
    opacity: 1;
}



li.menu__mega ul.menu__second-level {
    position: relative;
    top: 1px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #f0dcdd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 0px;
    width: 32%;
    visibility: visible;
    opacity: 1;
    padding-left: 0px;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}





/* ===============test=========== */

/* ===============fontstyle=========== */

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 2;
/* padding-top: 3px; */}


.p_h2 {
	padding-top: 3%;
　　　　　margin:  0 0 0 0;
	background-color: transparent; /*背景色*/
	border-bottom: none; /*下線（線種 太さ 色）*/
	font-size: x-large;
	color: #666666;
	text-align:  center;
}
.p_h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #666666;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #e6908c;/*左線*/
}

.p_h4 {
  padding: 0.1em 0.2em;/*上下 左右の余白*/
  color: #e6908c;/*文字色*/
  font-weight: bold;
}


.fs-p-card {
  background-color:#f9eaec;
  border: 1px solid #999999;
  margin: 8px 0;
  padding: 12px;
}

.fs-p-card__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.8rem;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 16px;
}

.fs-p-card__message {
  padding: 0 8px;
}

.fs-p-card__footer {
  text-align: right;
}	
/* ご使用方法ボックスデザイン */
.howto_1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #666666;
    background: #fdf5f5;/*背景色*/
}
.howto_1 p {
    margin: 0; 
    padding: 0;
}
/* ワンポイントアドバイスボックスデザイン */
.point_1{
    position: relative;
    background: #d7efff;
    box-shadow: 0px 0px 0px 5px #d7efff;
    border: dashed 2px white;
    padding: 0.5em 2em;
    margin: 2em 0;
    color: #666666;
}
.point_1:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #8bd0ff #fff #8bd0ff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.point_1 p {
    padding: 0.2em 0.2em;
}
.point_1 a {
    color: #3fb1ff;
}
.point_1 h3 {
    text-align: center;
    font-weight: bold;
    color: #7dbbe5;
    padding: 0.2em 0.2em;
}
.point_1 h4 {
    text-align: center;
    font-weight: bold;
    color: #7dbbe5;
    padding: 0.1em 0.5em;
}
.point_1 span {
  background: linear-gradient(transparent 70%, #feffa6 70%);
}

/* グループ一覧　カートに入れる　非表示 */
.fs-body-category .fs-c-button--addToCart--list{display:none}



/* ショッピングカート　購入手続きへ進むデフォルトcssボタン　非表示 */
.fs-body-cart .fs-c-button--secondary {
  display: none;
}
.fs-body-cart .fs-c-button--primary {
  display: none;
}



/* 会員登録ポップアップの表示用css 表示の挙動制御はFSCC機能に依存 */
#gcamp {margin-left: auto; margin-right: auto; padding: 0; bottom: 0; width: 100%; z-index:1100; display: block; position: fixed;}
#gcamp ul { display:block; rgba(255,255,255,0.8); }
#gcamp ul a { display:block; vertical-align:middle; padding: auto; border: 0px none; }
#gcamp ul a li {
 list-style-type: none;
 margin-top:1px;
  padding-bottom: 50px;
  background-repeat:no-repeat;
  background-position:center 0;
  background-size:100%;
  color: none;
  text-align: center;
  }

li.camp1 {
 background-image:url("https://aiclinic.itembox.design/item/pickup_eye02.jpg" );
 width: 100%;
 height: auto;
 max-width: 800px;
 margin: auto; 
 }


/* 会員登録ポップアップの表示用css 表示の挙動制御はFSCC機能に依存 */

@media screen and (max-width: 999px){
.member_entry_camp {
 position: fixed;
 bottom: 0;
 z-index:1200;
 width: 55%;
 text-align: left;
left: 3px;
 }
 }


@media screen and (min-width: 1000px){
.member_entry_camp {
 position: fixed;
 bottom: 0;
 z-index:1200;
 width: 30%;
 text-align: left;
left: 10px;
 }
 }

@media screen and (min-width: 2000px){
.member_entry_camp {
 position: fixed;
 bottom: 0;
 z-index:1200;
 width: 20%;
 text-align: left;
left: 10px;
 }
 }





/* 送料とお支払方法ページ内のシステムパーツ非表示css
.fs-c-postage {
 display :none;
 }
 */


/* コラムパーツ画像のセンター表示 */
.fs-pt-column__image > img {
  display: block;
  max-width: 100%;
  margin : 0 auto;
 }

/* カートボタンのcss表示（サイズ比調整） */
.fs-c-variationCart--withImage > li {
     -ms-grid-columns: auto 1fr 2em 128px;
    grid-template-columns: auto 1fr 2em 45%;
}

.fs-c-button--image {
    border: none;
    padding: 0;
    background: none;
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
 }


/* 商品詳細ページのデフォルトパーツ（ポイントパーツ）の非表示 
.fs-c-productPointDisplay{
  display: none;
}
*/


/* 商品詳細ページ在庫閥値（△：×）非表示 */
.fs-c-stockSignLegend{
  display: none;
}


@media (min-width: 768px) {
/* SNS固定リンク */
.sns_fixed {
    position: fixed;
    margin-left: 80%;
    bottom: 18%;
	z-index: 99999
}
}
@media screen and (max-width: 460px){
.sns_fixed {display:none}
}


.fs-c-salesPeriod__date{
 display: none;
}


.ranking_h2 {
    border-bottom: 2px solid currentColor;
    color: #e6908c;
    font-size: 1.6em;
    text-align: center;
    margin-top: 5%;
padding-bottom: 1em;
}
  





.under_yellow {
border-bottom:solid;
border-color:#ffffcc;
border-width:5px;/*5ピクセルの太さにする*/
}


/* カート画面 /p/cart にて、お気に入りに追加リンクの非表示 */
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 1px solid #b2b2b2;
  border-radius: 0;
  border-width: 1px 0 0 0;
  margin-top: 8px;
  padding-top: 8px;
  display:none;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border-width: 0 0 0 1px;
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
    display: none;
  }
}

/* コラムCSS  */

.co_h2 {
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  padding-top: 5%;
  background-color: transparent;
  border-bottom: none;
  font-size: x-large;
  color: #FF9999;
  text-align: center;
  font-weight: bold;
}

.co_h3{
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  background-color: #FF9999;
  color: #fff;
  padding: 0.6rem;
  font-weight: bold;
  font-size: 20px;
}

.co_h4 {
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  padding: 0.25em 0.5em;
  font-size: 20px;
  background: transparent;
  border-left: solid 5px #FF9999;
  font-weight: bold;
  margin: 50px 0 20px;
}

.co_h5{
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  border-bottom: #FF9999 1px dashed;
  font-weight: bold;
  font-size: 1.6rem;
}

.co_p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
  padding: 0.5em;
  font-weight: bold;
}

.co_p span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: linear-gradient(transparent 70%, #FFDBB7 70%);
  font-weight: bold;
}

.co_p a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: linear-gradient(transparent 70%, #eeaa6d 20%);
  font-weight: bolder;
  font-weight: bold;
}

.day_night::after{
  content: url('https://aiclinic.itembox.design/item/column/column_item20.jpg');
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.day::after{
  content: url('https://aiclinic.itembox.design/item/column/column_item21.jpg');
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.night::after{
  content: url('https://aiclinic.itembox.design/item/column/column_item19.jpg');
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.last_item_box{
  margin-bottom: 150px;
}

.item_column{
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  margin-left: 2rem;
  align-items: center;
}

.item_column img{
  max-width: 100px;
  height: auto;
}

.item_column_text{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left:20px;
}

.item_column_text a{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  padding: 0.5em;
  margin-left: 0.5rem;
  text-align: center;
  width: fit-content;
  border-radius: 5px;
  background-color: #FF9999;
  color: #fff;
  border: #FF9999 2.5px solid;
}

.item_column_text a:hover{
  border-radius: 5px;
  background-color: #fff;
  color: #FF9999;
  border: #FF9999 2.5px solid;
  transition: 0.3s;
}

.co_ul{
  list-style: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  padding: 0.5em;
  margin-left: 2rem;
}

.co_ul li{
  margin: 5px 0;
}

.co_ul li span{
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: bold;
}

.image_wrap{
  width: 70px;
  min-width: 70px;
}

@media screen and (max-width:500px) {
  .item_column{
    flex-direction: column;
  }

  .item_column_text a{
    margin: auto;
  }

  .image_wrap{
      margin: 0 auto;  
  }
}

.co_p span{
  border-bottm: 1.5px #FFD966 solid;
}


.two_column{
  display: flex;
  flex-direction: row;
}
/* コラムCSS終わり */


.fs-c-reviewerStatus {
    background: #1f5da0;
    border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0 4px;
    min-width: 8em;
    padding: 4px 8px;
    text-align: center;
    display: none;
}


/* 20211028_カルーセルの全幅表示 */
.br_top_slider.fs-c-slick .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .br_top_slider.fs-c-slick .slick-slide {
    width: 33.33vw;
  }
}

/* 20211119_商品ページyoutube動画埋め込みレスポンシブ */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





/* テーブルタグ列固定 */
.fixedcolumn{
  position: sticky;
  left: 0;
  color: #000;
  background: #f5f5f5;
    text-align: center;
    padding-inline: 5px;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}


.p_h3_solpro {
    padding: 0.25em 0.5em;
    color: #666666;
    background: transparent;
    border-left: solid 5px #C886CB;
}


.fs-c-subgroupList__item {
  flex-grow: 1;
  flex-basis: calc(50%);
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}



/* 会員限定購入ページへのCTA */
.button_solid007 {
    text-align: center;
}
.button_solid007 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #6bb6ff;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #6bb6ff;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_solid007 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.sp_top_linknavi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 5px;
    padding: 0px;
}

ul.sp_top_linknavi_box{
    padding: 0px;
    list-style: none;
    width: 48%;
}

ul.sp_top_linknavi_box li:first-child{
    display: flex;
    width: 100%;
    text-align: center;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

ul.sp_top_linknavi_box li.left{
    background: #3d67a3;}

ul.sp_top_linknavi_box li.right{
    background: #d72d4d;}

ul.sp_top_linknavi_box li:nth-child(2){
    display: flex;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #e6908c;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.sp_top_linknavi_box li:nth-child(3){
    display: flex;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #e6908c;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top:none;
}

ul.sp_top_linknavi_box li:nth-child(2)::after,
ul.sp_top_linknavi_box li:nth-child(3)::after {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6908c;
    content: "\e90c";
    font-size: 2.2rem;
    grid-column: 3;
    grid-row: 1/3;
    position: absolute;
    right: 2px;
}

#category_search,
#title_campaign,
#brand_list{
    margin-top: -80px;
    padding-top: 100px;
}
    .pc_only {display: block;}

    .sp_only {display: none;}

    @media screen and (max-width:767px) {
        .pc_only {display: none;}

        .sp_only {display: block;}
    }


.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    }

    .gallery-item {
      flex: 1 1 calc(50% - 16px); /* For SP, two items per row */
      box-sizing: border-box;
       border: solid 1px #ddd;
    }

    .gallery-item img {
      width: 100%;
      height: auto;
    }
 @media (max-width:767px) {
        
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    }
    }

    @media (min-width: 768px) {
      .gallery-item {
        flex: 1 1 calc(25% - 16px); /* For PC, four items per row */
        border: solid 1px #ddd;
      }
    }

.pc_only.fs-pt-carousel.fs-pt-carousel--fitImage.fs-c-slick {
    display: none;
}

@media screen and (max-width: 410px) {
.fs-c-accountService__page{
  flex-basis:49%;
}
}







/* BR-241003 */
.br_header_obi {
    grid-row: 1;
    grid-column: 1/6;
    background: #65443c;
    color: #fff;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
    font-size:12px;
}
/* 商品詳細用 */
.set_product_box {
    border: solid 2px #f0dcdd;
    padding: 12px 24px;
    margin-bottom: 24px;
    border-radius: 18px;
}
h4.product_detail_ttl {
    border-left: solid 0.6em #f0dcdd;
    padding-left: 1em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
}
dl.product_detail {
display:grid;
grid-template-columns:auto 1fr;
border-top:solid 1px #999;
}
dl.product_detail dt,
dl.product_detail dd {
margin:0;
border-bottom:solid 1px #999;
padding:12px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
dl.product_detail dt {
font-weight:bold;
}
dl.product_detail dd {
padding-left:12px;
}



/* 闇市ページ　割引価格　非表示 */
.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stageUndetermined,
.fs-c-productPrice.fs-c-productPrice--member.fs-c-productPrice--stage5 {
display:none;
}

a.limited_link_btn {
    background: #2422a7;
    color: #fff;
    font-size: 36px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 55px;
    border-radius: 10px;
}



/* BRothers　追加　20250120 */
body {
 counter-reset: number 0; 
}
.br_ranking .fs-c-productListCarousel.fs-c-slick {
    display: block;
}
.br_ranking span.fs-c-productListCarousel__ctrl {
    display: none !important;
}
.br_ranking .fs-c-productListCarousel__list {
    display: block;
}
.br_ranking div.slick-track {
    display: grid !important;
    grid-template-columns: repeat(6,1fr) !important;
    grid-gap: 16px;
    width: 100% !important;
    transform: none !important;
}
.br_ranking div.slick-track::before {
    content: none !important;
}
.br_ranking article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    min-width: 100%;
    margin: 0;
}
.br_ranking .slick-slide {
position:relative;
}
.br_ranking .slick-slide:nth-child(n+13) {
    display: none;
}
.br_ranking .slick-slide::before {
counter-increment: number 1;
    content: counter(number) " ";
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 2em;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f0dcdd;
    color: #fff;
}
ul.br_category_item {
    margin-bottom: 60px;
}
.br_category_item a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 0.5em;
}
.br_category_item ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-right: solid 2px #e6908c;
    border-bottom: solid 2px #e6908c;
}
.br_category_item li.fs-pt-menu__item.fs-pt-menu__item--lv2 {
    border-left: solid 2px #e6908c;
    border-top: solid 2px #e6908c;
    height: 60px;
    align-content: center;
    padding: 10px 23px 10px 10px;
}
.br_category_item a.fs-pt-menu__link.fs-pt-menu__link--lv2::after {
    content: "》";
    color: #e6908c;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:580px) {
.br_ranking.fs-c-productListCarousel.fs-c-slick {
    display: block;
}
.br_ranking div.slick-track {
    grid-template-columns: repeat(3,1fr) !important;
}
.br_ranking span.fs-c-productName__name {
    font-size: 12px;
    line-height: 1.4em;
}
.br_category_item ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (min-width:1200px) {
.pc_none {
display:none;
}
}
@media screen and (max-width:1200px) {
.fs-p-drawer {
    top: 123px;
    z-index: 101;
}
}
@media screen and (max-width:460px) {
.fs-p-drawer {
    top: 90px;
    z-index: 101;
}
}