@charset 'utf-8';

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
  margin: 0;
  padding: 0;
}
html { height: 100vh; font-size: 62.5%; }
body {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: /*'Noto Sans JP',*/ 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.06em; }

/*.f-Jost { font-family: 'Jost', sans-serif; }
.f-JosefinSans { font-family: 'Josefin Sans', sans-serif; }*/

.c-red { color: #c00; }

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
picture { display: block; position: relative; width: 100%; }
.object-fit-img { width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
rb { display: inline-block; vertical-align: baseline; }
a,
a:link,
a:visited { touch-action: manipulation; text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
button { -webkit-font-smoothing: antialiased; }

.device-click a,
.device-click button { transition: ease 0.3s; }
.device-click a:hover,
.device-click button:hover { opacity: 0.6; }

.clearfix { *zoom: 1; }
.clearfix::after { content: ''; display: table; clear: both; }

.fs-preview-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; }
.fs-l-pageMain,
.wrap { position: relative; width: auto; }
.fs-l-pageMain { font-size: 1.2rem; }

.is-logined-false { display: none; }
.is-login-true { display: none; }

@media screen and (max-width: 768px) {
  .visible-sp { display: inherit !important; }
  .visible-pc { display: none !important; }
  .fs-l-pageMain { margin: 0 20px; }
}

@media screen and (min-width: 769px) {
  .visible-sp { display: none !important; }
  .visible-pc { display: inherit !important; }
  .fs-c-breadcrumb,
  .fs-l-pageMain,
  .wrap { margin: 0 auto; padding: 0 20px; max-width: 1240px; }
  .fs-l-pageMain {
   font-size: 1.4rem;
   max-width: 1240px;
  }
}

/* header
------------------------------------------------ */
#header { position: relative; width: 100%; }
.hd-announce { position: relative; padding: 9px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1.2; color: #fff; }
.hd-main { position: relative; width: 100%; z-index: 10; }
.hd-main-top { position: relative; height: 65px; background-color: rgba(0,114,151,0.9); }
.hd-logo { position: absolute; top: 19px; left: 20px; width: 120px; height: 31px; }
.hd-logo > a { display: block; width: 100%; height: 100%; }
.hd-btns { display: flex; align-items: center; position: absolute; top: 22px; right: 85px; }
.hd-btns-item { margin-left: 16px; }
.hd-btns-item:first-child { margin-left: 0; }
.hd-btns-item > a { display: block; position: relative; }
.hd-btns-item i { display: block; }
.hd-btns-item .i-hd-search { width: 21px; height: 21px; }
.hd-btns-item .i-hd-cart { width: 24px; height: 22px; }
.hd-btns-item .fs-client-cart-count { position: absolute; top: -12px; right: -12px; width: 14px; height: 14px; background-color: #e14a45; border-radius: 50%; text-align: center; font-family: 'Josefin Sans', sans-serif; font-size: 0.9rem; line-height: 14px; color: #fff; }
.hd-menu-btn { position: absolute; top: 17px; right: 20px; width: 30px; height: 30px; }
.hd-menu-btn > a,
.hd-menu-btn span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hd-menu-btn span { text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.hd-menu-btn > a::after,
.hd-menu-btn span::before,
.hd-menu-btn span::after { content: ''; position: absolute; left: 0; width: 100%; height: 2px; background-color: #ca9513; }
.hd-menu-btn > a::after { top: 4px; }
.hd-menu-btn span::before { top: 14px; }
.hd-menu-btn span::after { top: 24px; }
#hd-search { display: none; position: absolute; top: 65px; left: 0; padding: 22px 0 20px; width: 100%; background-color: rgba(202,149,19,0.9); }
.hd-search-form { position: relative; padding: 5px 0; border-bottom: 1px solid #fff; }
.hd-search-form input,
.hd-search-form button { appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; margin: 0; padding: 0; width: 100%; height: 100%; min-height: inherit; background: none; border: none; border-radius: 0; box-shadow: none; font-family: inherit; line-height: 1.2; }
.hd-search-form--input { height: 21px; }
.hd-search-form--input input { padding: 0 36px 0 8px; width: 100%; font-size: 1.2rem; color: #fff; }
.hd-search-form--input input::-webkit-input-placeholder { color: #fff; opacity: 1; }
.hd-search-form--input input:-ms-input-placeholder { color: #fff; opacity: 1; }
.hd-search-form--input input::placeholder { color: #fff; opacity: 1; }
.hd-search-form--submit { position: absolute; bottom: 5px; right: 8px; width: 21px; height: 21px; }
.hd-search-form--submit button { position: relative; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.hd-search-form--submit button::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/search2.svg) no-repeat center center; background-size: 100% 100%; }
.hd-search-close { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 22px; height: 22px; background-color: rgba(253,253,254,0.8); border-radius: 50%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.hd-search-close::before,
.hd-search-close::after { content: ''; position: absolute; top: 50%; left: 4.5px; width: 13px; height: 1px; background-color: #ca9513; }
.hd-search-close::before { transform: rotate(45deg); }
.hd-search-close::after { transform: rotate(-45deg); }
#gnav .hd-search-form { margin: 0 20px; padding-top: 102px; width: calc(100% - 40px); border-bottom-color: #ca9513; }
#gnav .hd-search-form--input input { color: #ca9513; }
#gnav .hd-search-form--input input::-webkit-input-placeholder { color: #ca9513; }
#gnav .hd-search-form--input input:-ms-input-placeholder { color: #ca9513; }
#gnav .hd-search-form--input input::placeholder { color: #ca9513; }
#gnav .hd-search-form--submit button::after { background-image: url(https://chatrois.itembox.design/item/_assets/img/icon/search1.svg); }
.gnav-btns { display: flex; justify-content: center; align-items: flex-start; margin-top: 50px; }
.gnav-btns-item { margin-left: 40px; }
.gnav-btns-item:first-child { margin-left: 0; }
.gnav-btns-item > a { display: block; position: relative; }
.gnav-btns-item i { display: block; }
.gnav-btns-item .i-hd-favorite { width: 23px; height: 20px; }
/*.gnav-btns-item .i-hd-shop { width: 23px; height: 20px; }*/
.gnav-btns-item .i-hd-account { width: 18px; height: 21px; }
.gnav-btns-item .i-hd-cart { width: 24px; height: 22px; }
.gnav-btns-item .fs-client-cart-count { position: absolute; top: -12px; right: -12px; width: 14px; height: 14px; background-color: #e14a45; border-radius: 50%; text-align: center; font-family: 'Josefin Sans', sans-serif; font-size: 0.9rem; line-height: 14px; color: #fff; }
.gnav-sns { margin-top: 48px; }
.gnav-price-title { padding: 30px 20px 8px; font-family: 'Jost', sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 1.2; color: #ca9513; }
.gnav-sns-title { margin: 0 20px 8px; font-family: 'Jost', sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 1.2; color: #ca9513; }
.gnav-sns-content { position: relative; }
.gnav-sns-links { display: flex; flex-wrap: wrap; }
.gnav-sns-links--item { margin: 1px 0.5px 0 0; width: calc(50% - 0.5px); text-align: center; font-family: 'Jost', sans-serif; font-size: 1.5rem; font-weight: 500; line-height: 1.2; }
.gnav-sns-links--item:nth-of-type(-n+2) { margin-top: 0; }
.gnav-sns-links--item:nth-of-type(2n) { margin-right: 0; }
.gnav-sns-links--item > a { display: block; padding: 13px 0; background-color: #ca9513; color: #fff; }
.gnav-others { margin: 48px 20px 0; padding-bottom: 50px; }
.gnav-others-links { display: flex; margin-top: 10px; }
.gnav-others-links:first-child { margin-top: 0; }
.gnav-others-links--item { position: relative; margin-right: 16px; padding-right: 16px; font-size: 1.2rem; line-height: 1.2; }
.gnav-others-links--item::after { content: ''; position: absolute; top: 2px; right: 0; width: 1px; height: 12px; background-color: #fff; }
.gnav-others-links--item:last-child { margin-right: 0; padding-right: 0; }
.gnav-others-links--item:last-child::after { display: none; }
.gnav-others-links--item > a { display: inline-block; vertical-align: top; color: #fff; }
.gnav-close { position: absolute; top: 50px; right: 24px; width: 23px; height: 23px; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.gnav-close::before,
.gnav-close::after { content: ''; position: absolute; top: 50%; left: -4px; width: 30px; height: 2px; background-color: #ca9513; }
.gnav-close::before { transform: rotate(45deg); }
.gnav-close::after { transform: rotate(-45deg); }
.gnav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.9); z-index: 9; }

.body-hd-fixed .hd-main { position: fixed; top: 0; left: 0; }

@media screen and (max-width: 768px) {
  .hd-announce { background-image: url(https://chatrois.itembox.design/item/_assets/img/share/hd_announce_bg.webp); }
  #gnav { position: fixed; top: 0; right: 0; transition: transform ease 0.4s, opacity ease 0.4s; transform: translateX(100%); width: calc(100% - 75px); height: 100%; background-color: rgba(0,114,151,0.9); z-index: 10; opacity: 0; }
  #gnav > .frame { position: relative; width: 100%; height: 100%; overflow-y: auto; }
  .gnav-links { margin-top: 50px; border-top: 1px solid #ca9513; }
  .gnav-links-item { border-bottom: 1px solid #ca9513; font-family: 'Jost', sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 1.2; color: #ca9513; }
  .gnav-links-item > a { display: block; padding: 16px 20px; color: #ca9513; }
  .hd-search-form { margin-left: 20px; width: calc(100% - 80px); }

  .body-gnav-open { position: fixed; top: 0; left: 0; }
  .body-gnav-open #gnav { transform: translateX(0); opacity: 1; }
}

@media screen and (min-width: 769px) {
  .hd-announce { padding: 7px; height: 28px; background-image: url(https://chatrois.itembox.design/item/_assets/img/share/hd_announce_bg-pc.webp); font-size: 1.2rem; }
  .hd-main-top { height: 90px; }
  .hd-logo { top: 25px; left: 60px; width: 170px; height: 44px; }
  #gnav { display: block !important; position: absolute; top: 50px; right: 300px; opacity: 1 !important; }
  #gnav .hd-search-form,
  .gnav-btns,
  .gnav-price,
  .gnav-sns,
  .gnav-others,
  .gnav-close,
  .gnav-overlay { display: none !important; }
  .gnav-links { display: flex; }
  .gnav-links-item { height: 18px; border-left: 1px solid #ca9513; font-family: 'Jost', sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 18px; color: #ca9513; }
  .gnav-links-item:first-child { border-left: none; }
  .gnav-links-item > a { display: block; padding: 0 20px; position: relative; letter-spacing: 0.05em; color: #ca9513; }
  .device-click .gnav-links-item > a::before { content: ''; position: absolute; top: -32px; left: 50%; transition: opacity ease 0.3s; margin-left: -14px; width: 28px; height: 26px; background: url(https://chatrois.itembox.design/item/_assets/img/share/gnav_active.svg) no-repeat center center; background-size: 100% 100%; opacity: 0; }
  .device-click .gnav-links-item > a:hover { opacity: 1; }
  .device-click .gnav-links-item > a:hover::before { opacity: 1; }
  .hd-btns { top: 48px; right: 50px; }
  .hd-btns-item { margin-left: 22px; }
  .hd-btns-item .i-hd-search { width: 21px; height: 20px; }
  .hd-btns-item .i-hd-favorite { width: 22px; height: 20px; }
  /*.hd-btns-item .i-hd-shop { width: 22px; height: 20px; }*/
  .hd-btns-item .i-hd-account { width: 18px; height: 21px; }
  .hd-btns-item .i-hd-cart { width: 23px; height: 21px; }
  .hd-btns-item .fs-client-cart-count { top: -10px; right: -10px; line-height: 16px; }
  .hd-menu-btn { display: none; }
  #hd-menu { display: none !important; }
  #hd-search { padding: 29px 0 30px; top: 90px; }
  .hd-search-form { margin: 0 auto; padding: 7px 0; max-width: 800px; }
  .hd-search-form--input { height: 26px; }
  .hd-search-form--input input { padding: 0 40px 0 12px; font-size: 1.5rem; }
  .hd-search-form--submit { bottom: 7px; right: 7px; width: 26px; height: 26px; }
  .hd-search-close { right: 26px; width: 27px; height: 27px; }
  .hd-search-close::before,
  .hd-search-close::after { left: 7.5px; width: 12px; }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #gnav { right: 240px; }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .hd-main-top { height: 7.5vw; }
  .hd-logo { top: 2.08333333333vw; left: 5vw; width: 14.1666666667vw; height: 3.66666666667vw; }
  #gnav { top: 4.16666666667vw; right: 18vw; }
  .gnav-links-item { height: 1.5vw; font-size: 1.5vw; line-height: 1.5vw; }
  .gnav-links-item > a { padding: 0 1.66666666667vw; }
  .gnav-links-item > a.active::before { top: -2.66666666667vw; margin-left: -1.16666666667vw; width: 2.33333333333vw; height: 2.16666666667vw; }
  .hd-btns { top: 4vw; right: 4.16666666667vw; }
  .hd-btns-item { margin-left: 1.83333333333vw; }
  .hd-btns-item .i-hd-search { width: 1.75vw; height: 1.66666666667vw; }
  .hd-btns-item .i-hd-favorite { width: 1.83333333333vw; height: 1.66666666667vw; }
  /*.hd-btns-item .i-hd-shop { width: 1.83333333333vw; height: 1.66666666667vw; }*/
  .hd-btns-item .i-hd-account { width: 1.5vw; height: 1.75vw; }
  .hd-btns-item .i-hd-cart { width: 1.91666666667vw; height: 1.75vw; }
  .hd-btns-item .fs-client-cart-count { top: -0.83333333333vw; right: -0.83333333333vw; line-height: 1.33333333333vw; }
  #hd-search { padding: 2.41666666667vw 0 2.5vw; top: 7.5vw; }
  .hd-search-form { padding: 0.58333333333vw 0; max-width: 66.6666666667vw; }
  .hd-search-form--input { height: 2.16666666667vw; }
  .hd-search-form--input input { padding: 0 3.33333333333vw 0 1vw; font-size: 1.25vw; }
  .hd-search-form--submit { bottom: 0.58333333333vw; right: 0.58333333333vw; width: 2.16666666667vw; height: 2.16666666667vw; }
  .hd-search-close { right: 2.16666666667vw; width: 2.25vw; height: 2.25vw; }
  .hd-search-close::before,
  .hd-search-close::after { left: 0.625vw; width: 1vw; }
}

/* components
------------------------------------------------ */
/* title */
.title-1 { position: relative; margin-bottom: 30px; padding-top: 38px; height: 90px; text-align: center; font-family: 'Jost', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; font-size: 2rem; font-weight: 600; line-height: 1.2; }
.title-1::before,
.title-1::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.title-1::before { top: 0; width: 175px; height: 31px; background-image: url(https://chatrois.itembox.design/item/_assets/img/share/title1_top.svg); }
.title-1::after { bottom: 0; width: 129px; height: 21px; background-image: url(https://chatrois.itembox.design/item/_assets/img/share/title1_btm.svg); }
.title-2 { position: relative; margin-bottom: 14px; padding: 8px 10px 8px 65px; background: url(https://chatrois.itembox.design/item/_assets/img/share/title2_bg.png) no-repeat left top; background-size: cover; font-size: 1.4rem; font-weight: 500; line-height: 1.2; color: #fff; }
.title-2::after { content: ''; position: absolute; top: -5px; left: 10px; width: 43px; height: 41px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/initial_c1.svg) no-repeat center center; background-size: 100% 100%; }

@media screen and (min-width: 769px) {
  .title-1 { margin-bottom: 50px; padding-top: 46px; height: 108px; font-size: 2.4rem; }
  .title-1::before { width: 207px; height: 37px; }
  .title-1::after { width: 153px; height: 26px; }
  .title-2 { margin-bottom: 18px; padding: 6px 10px 6px 62px; font-size: 1.5rem; }
  .title-2::after { top: -10px; left: 13px; width: 39px; height: 38px; }
}

/* more */
.more-1 { margin-top: 34px; padding-bottom: 14px; text-align: right; }
.more-1 > a { display: inline-block; position: relative; padding: 11px 12px 10px; min-width: 130px; background-color: #441500; border-radius: 20px; text-align: center; vertical-align: top; font-family: 'Jost', sans-serif; font-size: 1.15rem; line-height: 1.2; color: #fff; }
.more-1 > a::before { content: ''; position: absolute; bottom: -14px; right: 14px; width: 29px; height: 15px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/drop1.png) no-repeat center center; background-size: 100%; z-index: -1; }
.more-1 > a::after { content: ''; display: inline-block; margin: 2px 0 0 8px; width: 6px; height: 10px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/arrow_white1.svg) no-repeat center center; background-size: 100% 100%; vertical-align: top; }

@media screen and (min-width: 769px) {
  .more-1 { margin-top: 38px; padding-bottom: 20px; }
  .more-1 > a { padding: 14px 14px 13px; min-width: 162px; border-radius: 40px; font-size: 1.43rem; }
  .more-1 > a::before { bottom: -20px; right: 14px; width: 42px; height: 22px; }
  .more-1 > a::after { margin: 2px 0 0 10px; width: 8px; height: 14px; }
}

/* slide */
.slide-1 { position: relative; }
.slide-1-frame { position: relative; overflow: hidden; }
.slide-1-move { display: flex; position: relative; }
.slide-1-direct { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-color: rgba(202,149,19,0.9); border-radius: 50%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.slide-1-direct::after { content: ''; position: absolute; top: 11px; width: 10px; height: 18px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/slide2.svg) no-repeat center center; background-size: 100% 100%; }
.slide-1-direct--prev { left: 0; }
.slide-1-direct--prev::after { right: 18px; transform: rotate(180deg); }
.slide-1-direct--next { right: 0; }
.slide-1-direct--next::after { left: 18px; }

@media screen and (max-width: 768px) {
  .slide-1-scroll .slide-1-frame { padding-bottom: 10px; overflow-x: auto; }
  .slide-1-scroll .slide-1-move { transition: none !important; transform: none !important; }
  .slide-1-scroll .slide-1-item { display: none !important; }
  .slide-1-scroll .slide-1-item.origin { display: block !important; }
}

/* block */
.block-bnr { position: relative; }
.block-bnr::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 10.6666666667vw); background: url(https://chatrois.itembox.design/item/_assets/img/share/bnr_bg1.png) repeat center center #007297; background-size: 124px; z-index: -1; }
.block-bnr-lists--item > a { display: block; width: 100%; border-radius: 5px; overflow: hidden; }
.block-checked { position: relative; margin-top: 30px; }

@media screen and (max-width: 768px) {
  .block-bnr { margin: 50px -20px 0; padding: 0 20px 40px; width: calc(100% + 40px); }
  .block-bnr-lists { margin: 0 auto; width: calc(100% - 67px); }
  .block-bnr-lists--item { margin-top: 40px; }
  .block-bnr-lists--item:first-child { margin-top: 0; }
  .block-checked .slide-1 { width: calc(100% + 20px); }
  .block-checked .slide-1-direct { display: none; }
}

@media screen and (min-width: 769px) {
  .block-bnr { margin-top: 80px; padding-bottom: 57px; }
  .block-bnr::after { height: calc(100% - 60px); background-size: 165px; }
  .block-bnr-lists { display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1000px; }
  .block-bnr-lists--item { margin: 10% 10% 0 0; width: 45%; }
  .block-bnr-lists--item:nth-of-type(-n+2) { margin-top: 0; }
  .block-bnr-lists--item:nth-of-type(2n) { margin-right: 0; }
  .block-bnr-lists--item > a { border-radius: 10px; }
  .block-checked { margin-top: 78px; }
  .block-checked .slide-1 { margin: 0 15px; }
  .block-checked .slide-1-direct--prev { left: -15px; }
  .block-checked .slide-1-direct--next { right: -15px; }
}

/* product */
.prd-lists-item { position: relative; }
.prd-lists-item > a { display: block; position: relative; width: 100%; }
.prd-lists-photo { position: relative; padding-bottom: 100%; width: 100%; height: 0; border-radius: 5px; overflow: hidden; z-index: 1; }
.prd-lists-photo > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
.prd-lists-info { margin-top: 8px; }
.prd-lists-title { font-size: 1.4rem; font-weight: 400; line-height: 1.57142857143; }
.prd-lists-price { margin-top: 4px; font-size: 1.2rem; line-height: 1.2; color: #777; }
.prd-lists-rank { position: absolute; top: -14px; left: -10px; padding-top: 7px; width: 47px; height: 45px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/rank.svg) no-repeat center; background-size: 100% 100%; text-align: center; font-family: 'Jost', sans-serif;font-size: 2.4rem; font-weight: 500; color: #fff; z-index: 2; }
.prd-lists-rank--1 { background-image: url(https://chatrois.itembox.design/item/_assets/img/icon/rank1.svg); }
.prd-lists-rank--2 { background-image: url(https://chatrois.itembox.design/item/_assets/img/icon/rank2.svg); }
.prd-lists-rank--3 { background-image: url(https://chatrois.itembox.design/item/_assets/img/icon/rank3.svg); }

@media screen and (max-width: 768px) {
  .prd-lists.line-sp-2 { display: flex; flex-wrap: wrap; }
  .line-sp-2 .prd-lists-item { margin: 36px 5.97014925373% 0 0; width: 47.0149253731%; }
  .line-sp-2 .prd-lists-item:nth-of-type(-n+2) { margin-top: 0; }
  .line-sp-2 .prd-lists-item:nth-of-type(2n) { margin-right: 0; }
}

@media screen and (min-width: 769px) {
  .prd-lists-photo { border-radius: 10px; }
  .prd-lists-info { margin-top: 12px; }
  .prd-lists-title { font-size: 1.5rem; line-height: 1.6; }
  .prd-lists-price { margin-top: 5px; font-size: 1.3rem; }
  .prd-lists-rank { top: -15px; left: -10px; padding-top: 8px; width: 50px; height: 48px; }

  .prd-lists.line-pc-3,
  .prd-lists.line-pc-4 { display: flex; flex-wrap: wrap; }
  .line-pc-3 .prd-lists-item { margin: 60px 5% 0 0; width: 30%; }
  .line-pc-3 .prd-lists-item:nth-of-type(-n+3) { margin-top: 0; }
  .line-pc-3 .prd-lists-item:nth-of-type(3n) { margin-right: 0; }
  .line-pc-4 .prd-lists-item { margin: 36px 3.33333333333% 0 0; width: 22.5%; }
  .line-pc-4 .prd-lists-item:nth-of-type(-n+4) { margin-top: 0; }
  .line-pc-4 .prd-lists-item:nth-of-type(4n) { margin-right: 0; }
}

/* news */
.news-lists-item { position: relative; margin-top: 55px; }
.news-lists-item:first-child { margin-top: 0; }
.news-lists-item > a { display: block; position: relative; width: 100%; }
.news-lists-photo { position: relative; padding-bottom: 58.6567164179%; width: 78.3582089552%; height: 0; overflow: hidden; }
.news-lists-photo > img { position: absolute; top: 0; left: 0; }
.news-lists-info { position: relative; }
.news-lists-date { padding-bottom: 12px; border-bottom: 1px solid #eee; font-size: 1.4rem; font-weight: 400; line-height: 1.2; color: #777; }
.news-lists-title { margin-top: 16px; font-size: 1.6rem; font-weight: 400; line-height: 1.1875; }
.news-lists-excerpt { margin-top: 10px; font-size: 1.4rem; line-height: 2; }

.news-lists-item:nth-of-type(odd) .news-lists-date { text-align: right; }
.news-lists-item:nth-of-type(even) .news-lists-title { text-align: right; }

@media screen and (max-width: 768px) {
  .news-lists-info { margin-top: 12px; }

  .news-lists-item:nth-of-type(odd) .news-lists-photo { margin-left: -20px; }
  .news-lists-item:nth-of-type(odd) .news-lists-date { margin-right: -20px; padding-right: 20px; }
  .news-lists-item:nth-of-type(even) .news-lists-photo { margin: 0 -20px 0 auto; }
  .news-lists-item:nth-of-type(even) .news-lists-date { margin-left: -20px; padding-left: 20px; }
}

@media screen and (min-width: 769px) {
  .news-lists-item { margin-top: 80px; }
  .news-lists-item > a { display: flex; justify-content: space-between; align-items: center; }
  .news-lists-photo { padding-bottom: 23.3333333333%; width: 31.1111111111%; }
  .news-lists-info { width: 62.2222222222%; }
  .news-lists-date { padding-bottom: 16px; font-size: 1.5rem; }
  .news-lists-title,
  .news-lists-excerpt { padding: 0 9px; }
  .news-lists-title { margin-top: 18px; font-size: 1.8rem; line-height: 2.11111111111; }
  .news-lists-excerpt { margin-top: 12px; font-size: 1.5rem; line-height: 1.66666666667; }

  .news-lists-item:nth-of-type(even) > a { flex-flow: row-reverse; }
}

/* pager */
.pager { position: relative; margin-top: 35px; padding: 20px 0 4px; border-top: 1px solid #eee; }
.pager-prev,
.pager-next { position: absolute; top: 20px; width: 42px; height: 42px; }
.pager-prev >  a,
.pager-next >  a { display: block; position: relative; width: 100%; height: 100%; border: 1px solid #ca9513; border-radius: 50%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.pager-prev >  a::after,
.pager-next >  a::after { content: ''; position: absolute; top: 12px; width: 10px; height: 17px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/arrow_gold1.svg) no-repeat center center; background-size: 100% 100%; }
.pager-prev { left: 0; }
.pager-prev >  a::after { left: 14px; transform: rotate(180deg); }
.pager-next { right: 0; }
.pager-next >  a::after { right: 14px; }
.pager-top { margin-top: 4px; height: 34px; text-align: center; font-size: 1.17rem;font-weight: 700; line-height: 1.2; }
.pager-top > a { display: inline-block; padding: 10px; min-width: 162px; height: 100%; background-color: #ca9513; border-radius: 40px; vertical-align: top; color: #fff; }

@media screen and (min-width: 769px) {
  .pager { margin-top: 75px; padding: 40px 0 4px; }
  .pager-prev,
  .pager-next { top: 40px; width: 48px; height: 48px; }
  .pager-prev >  a,
  .pager-next >  a { border-width: 2px; }
  .pager-prev >  a::after,
  .pager-next >  a::after { top: 12px; width: 12px; height: 20px; }
  .pager-prev >  a::after { left: 15px; }
  .pager-next >  a::after { right: 15px; }
  .pager-top { margin-top: 6px; height: 38px; font-size: 1.3rem; }
  .pager-top > a { padding: 11px; min-width: 180px; }
}

/* fs
------------------------------------------------ */
.fs-l-main { display: block; margin: 0; padding: 0; width: 100%; max-width: inherit; } 

/* form */
[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='datetime'],
[type='date'],
[type='month'],
[type='week'],
[type='time'],
[type='datetime-local'],
[type='number'],
select,
textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 13px; width: 100%; background: none; border: solid #d5d5d5 1px; border-radius: 0; box-shadow: none; font-family: inherit; font-size: 1.4rem; }
.fs-c-inputGroup { border-color: #d5d5d5; border-radius: 0; }
.fs-c-inputTable { border-spacing: 0; }
.fs-c-inputTable > tbody > tr + tr { margin-top: 24px; }
.fs-c-inputTable__headerCell { padding-bottom: 6px; }
.fs-c-inputTable__label { font-size: 1.1rem; font-weight: 700; }

@media screen and (min-width: 769px) {
  .fs-c-inputTable > tbody > tr + tr { margin-top: 30px; }
  .fs-c-inputTable__headerCell { padding-bottom: 10px; }
  .fs-c-inputTable__label { padding-bottom: 10px; font-size: 1.3rem; }
}

/* button */
.fs-c-button--primary,
.fs-c-button--secondary { padding: 14px 6px; border-radius: 2.5px; box-shadow: none; font-size: 1.4rem; font-weight: 700; color: #fff !important; }
.fs-c-button--standard { padding: 12px 20px; border-radius: 2.5px; box-shadow: none; font-size: 1rem; color: #ca9513 !important; }
.fs-c-inputInformation__button { margin-top: 30px; }
.fs-c-buttonContainer { margin-top: 10px; padding: 0; }
.fs-c-buttonContainer:first-child { margin-top: 0; }
.fs-c-buttonContainer--memberRegister { margin-top: 30px; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .fs-c-button--primary,
  .fs-c-button--secondary { padding: 16px 10px; min-width: 300px; border-radius: 5px; font-size: 1.6rem; }
  .fs-c-button--standard { padding: 11px 25px; border-radius: 5px; font-size: 1.2rem; }
  .fs-c-inputInformation__button { margin-top: 40px; }
  .fs-c-buttonContainer--memberRegister { margin-top: 40px; }
}

/* heading */
.fs-c-heading--page { position: relative; margin: 0 0 34px; padding: 0; border-bottom: none; text-align: center; font-size: 1.8rem; font-weight: 700; line-height: 1.2; color: #333; }
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title { margin-bottom: 20px; border-bottom: none; text-align: center; font-size: 1.6rem; color: #3a3a3a; }
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title { margin-bottom: 20px; border-bottom: none; font-size: 1.6rem; color: #3a3a3a; }

@media screen and (min-width: 769px) {
  .fs-c-heading--page { margin-bottom: 80px; font-size: 2.4rem; }
  .fs-c-subSection__title,
  .fs-c-linkedServiceLogin__title { margin-bottom: 40px; font-size: 1.8rem; }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title { margin-bottom: 40px; font-size: 1.8rem; }
}

/* breadcrumb */
.fs-c-breadcrumb { position: relative; }
.fs-c-breadcrumb + .fs-c-breadcrumb { margin-top: -50px; }
.fs-c-breadcrumb__list { padding: 0; line-height: 1.2; }
.fs-c-breadcrumb__listItem { display: inline; vertical-align: top; font-size: 1.1rem; line-height: 1.2; }
.fs-c-breadcrumb__listItem:last-child { margin-right: 0; }
.fs-c-breadcrumb__listItem > a { display: inline-block; position: relative; text-decoration: underline; vertical-align: top; color: #ca9513; }
.device-click .fs-c-breadcrumb__listItem > a:hover { text-decoration: none; }
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before { content: '>'; padding: 0 0.4em; }

@media screen and (max-width: 768px) {
  .fs-c-breadcrumb { margin: 0 20px 45px; padding-top: 10px; }
  .fs-c-breadcrumb__list { padding: 0; }
}

@media screen and (min-width: 769px) {
  .fs-c-breadcrumb { margin-bottom: 34px; padding-top: 42px; }
  .fs-c-breadcrumb + .fs-c-breadcrumb { margin-top: -70px; }
  .fs-c-breadcrumb__listItem { font-size: 1.3rem; }
}

/* productMarks */
.fs-c-productMark { display: flex; flex-wrap: wrap; margin: -10px 0 0 -17px; }
.fs-c-productMark__item { margin: 10px 0 0 17px; }
.fs-c-productMark__mark { margin: 0; padding: 2px 6px 3px; min-width: 100px; background-color: #e14a45; border: 1px solid #e14a45; border-radius: 0; text-align: center; font-size: 1.1rem; font-weight: 500; line-height: 1.2; color: #fff; }
.fs-c-productMark__mark.icon-new { background-color: #fff; border-color: #e14a45; color: #e14a45; }
.fs-c-productMark__mark.icon-cat { background-color: #fff; border-color: #e14a45; color: #e14a45; }
.fs-c-productMark__mark.icon-gentei { background-color: #fff; border-color: #F74B4E; color: #F74B4E; }
.fs-c-productMark__mark.icon-shop { background-color: #fff; border-color: #BC4042; color: #BC4042; }
.fs-c-productMark__mark.icon-staff { background-color: #fff; border-color: #8E3031; color: #8E3031; }
.fs-c-productMark__mark.icon-recommend { background-color: #fff; border-color: #C3595A; color: #C3595A; }
.fs-c-productMark__mark.icon-gift { background-color: #fff; border-color: #ca9513; color: #ca9513; }
.fs-c-productMark__mark.icon-present { background-color: #fff; border-color: #C78740; color: #C78740; }
.fs-c-productMark__mark.icon-personal { background-color: #fff; border-color: #D0AD46; color: #D0AD46; }
.fs-c-productMark__mark.icon-cool { background-color: #fff; border-color: #1980a1; color: #1980a1; }
.fs-c-productMark__mark.icon-temperature { background-color: #fff; border-color: #3a3a3a; color: #3a3a3a; }
.fs-c-productMark__mark.icon-freeshipping { background-color: #ca9513; border-color: #ca9513; color: #fff; }
.fs-c-productMark__mark.icon-soldout { background-color: #fff; border-color: #aaa; color: #aaa; }
.fs-c-productMark__mark.icon-egift { background-color: #F74B4E; border-color: #F74B4E; color: #fff; }

@media screen and (min-width: 769px) {
  .fs-c-productMark { margin: -10px 0 0 -10px; }
  .fs-c-productMark__item { margin: 10px 0 0 10px; }
  .fs-c-productMark__mark { padding: 2px 6px 3px; min-width: 90px; font-size: 1.1rem; }
}

/* productList */
.fs-c-productList { position: relative; margin: 0; }
.fs-c-productList .fs-c-heading--page { position: relative; margin: 0 0 28px; padding: 38px 0 0; height: 90px; border-bottom: none; text-align: center; font-family: 'Jost', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; font-size: 2rem; font-weight: 600; line-height: 1.2; color: #333; }
.fs-c-productList .fs-c-heading--page::before,
.fs-c-productList .fs-c-heading--page::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.fs-c-productList .fs-c-heading--page::before { top: 0; width: 175px; height: 31px; background-image: url(https://chatrois.itembox.design/item/_assets/img/share/title1_top.svg); }
.fs-c-productList .fs-c-heading--page::after { bottom: 0; width: 129px; height: 21px; background-image: url(https://chatrois.itembox.design/item/_assets/img/share/title1_btm.svg); }
.fs-c-productList__controller { flex-flow: row-reverse; margin: 0; }
.fs-c-sortItems { position: relative; margin: 0; border: none; }
.fs-c-sortItems__label { padding: 0; border: none; font-size: 1.1rem; line-height: 1.2; color: #777; }
.fs-c-sortItems--selected { position: relative; margin-left: 12px; width: 84px; padding: 6px 12px; border-bottom: 1px solid #aaa; font-size: 1.1rem; line-height: 1.2; cursor: pointer; }
.fs-c-sortItems--selected::after { content: ''; position: absolute; top: 11px; right: 1px; transition: ease 0.3s; width: 10px; height: 6px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/arrow_gold_down1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-sortItems--selected.active::after { transform: rotate(180deg); }
.fs-c-sortItems__list { display: none; position: absolute; top: 26px; right: 0; padding: 16px 14px; background-color: rgba(255,255,255,0.95); border: none; }
.fs-c-sortItems__list__item { margin-top: 8px; font-size: 1.1rem; line-height: 1.2; }
.fs-c-sortItems__list__item:first-child { margin-top: 0; }
.fs-c-sortItems__list__item.is-active { background: none; color: #333; }
.fs-c-sortItems__list__item__label { padding: 0; white-space: nowrap; }
.fs-c-listControl { flex-direction: row; justify-content: flex-start; margin: 0; font-size: 1.1rem; line-height: 1.2; }
.fs-c-pagination { justify-content: center; align-items: center; margin: 0; width: 100%; border-radius: 0; }
.fs-c-pagination__item { flex: inherit; margin: 0 6px; padding: 0; font-size: 1.2rem; font-weight: 500; }
.fs-c-pagination__item[role='button'],
.fs-c-pagination__item.is-active { width: 42px; height: 42px; border: 1px solid #ca9513; border-radius: 50%; text-align: center; font-size: 1.2rem; line-height: 40px; }
.fs-c-pagination__item[role='button'] { color: #ca9513; }
.fs-c-pagination__item.is-active { background: #ca9513; color: #fff; }
.fs-c-pagination__item--prev[role='button'],
.fs-c-pagination__item--next[role='button'] { position: relative; width: 10px; height: 15px; border: none; }
.fs-c-pagination__item--prev[role='button']::before,
.fs-c-pagination__item--next[role='button']::before { display: none; }
.fs-c-pagination__item--prev[role='button']::after,
.fs-c-pagination__item--next[role='button']::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/arrow_gold1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-pagination__item--prev[role='button'] { margin: 0 14px 0 0; }
.fs-c-pagination__item--prev[role='button']::after { transform: rotate(180deg); }
.fs-c-pagination__item--next[role='button'] { margin: 0 0 0 14px; }
.prd-archive-top { position: relative; margin-bottom: 25px; z-index: 2; }
.prd-archive-top .fs-c-pagination { display: none; }
.prd-archive-btm { margin-top: 48px; }
.prd-archive-btm .fs-c-sortItems,
.prd-archive-btm .fs-c-listControl__status { display: none; }
.fs-c-productList__list { display: flex; flex-wrap: wrap; }
.fs-c-productList__list__item { padding: 0; border: none; }
/*.fs-c-productListItem__viewMoreImageButton,
 .fs-c-productListItem__control { display: none; } */
.fs-c-productListItem__image > a { display: block; position: relative; padding-bottom: 100%; width: 100%; height: 0; border-radius: 5px; overflow: hidden; }
.fs-c-productListItem__image > a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
.fs-c-productListItem__productName { margin: 8px 0 0; font-size: 1.4rem; font-weight: 400; line-height: 1.57142857143; }
.fs-c-productListItem__productName > a { display: inline-block; vertical-align: top; }
.fs-c-productListItem .fs-c-productMarks { margin: 8px 0; }
.fs-c-productListItem .fs-c-productMark { margin: -6px 0 0 -6px; }
.fs-c-productListItem .fs-c-productMark__item { margin: 6px 0 0 6px; }
.fs-c-productListItem .fs-c-productMark__mark { padding-right: 2px; padding-left: 2px; min-width: 74px; font-size: 1rem; }
.fs-c-productListItem__prices { margin-top: 4px; }
.fs-c-productListItem__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { color: #999; }
.fs-c-productListItem__prices .fs-c-productPrice__main__label { display: none; }
.fs-c-productListItem__prices .fs-c-productPrice__main__price { font-size: 1.2rem; line-height: 1.2; }
.fs-c-productPrice--selling .fs-c-productPrice__addon { display: none; }

@media screen and (max-width: 768px) {
  .fs-c-productList__list__item { margin: 34px 5.97014925373% 0 0; width: 47.0149253731%; }
  .fs-c-productList__list__item:nth-of-type(-n+2) { margin-top: 0; }
  .fs-c-productList__list__item:nth-of-type(2n) { margin-right: 0; }
}

@media screen and (min-width: 769px) {
  .fs-c-productList .fs-c-heading--page { margin-bottom: 20px; padding-top: 46px; height: 108px; font-size: 2.4rem; }
  .fs-c-productList .fs-c-heading--page::before { width: 207px; height: 37px; }
  .fs-c-productList .fs-c-heading--page::after { width: 153px; height: 26px; }
  .fs-c-listControl { font-size: 1.3rem; }
  .fs-c-sortItems__label { font-size: 1.3rem; }
  .fs-c-sortItems--selected { margin-left: 10px; padding: 10px 4px; width: 110px; font-size: 1.3rem; }
  .fs-c-sortItems__list { top: 37px; padding: 16px 14px; }
  .fs-c-sortItems__list__item { margin-top: 8px; font-size: 1.3rem; }
  .fs-c-pagination__item { font-size: 1.4rem; }
  .fs-c-pagination__item[role='button'],
  .fs-c-pagination__item.is-active { margin: 0 5px; width: 48px; height: 48px; font-size: 1.4rem; line-height: 46px; }
  .fs-c-pagination__item--prev[role='button'],
  .fs-c-pagination__item--next[role='button'] { width: 11px; height: 18px; }
  .fs-c-pagination__item--prev[role='button'] { margin: 0 30px 0 0; }
  .fs-c-pagination__item--next[role='button'] { margin: 0 0 0 30px; }
  .prd-archive-top { margin-bottom: 16px; }
  .prd-archive-btm { margin-top: 70px; }
  .fs-c-productList__list__item { margin: 58px 5% 0 0; width: 30%; }
  .fs-c-productList__list__item:nth-of-type(-n+3) { margin-top: 0; }
  .fs-c-productList__list__item:nth-of-type(3n) { margin-right: 0; }
  .fs-c-productListItem__image > a { border-radius: 10px; }
  .fs-c-productListItem .fs-c-productMarks { margin: 12px 0; }
  .fs-c-productListItem__productName { margin-top: 5px; font-size: 1.5rem; }
  .fs-c-productListItem .fs-c-productMarks { margin: 8px 0; }
  .fs-c-productListItem .fs-c-productMark { margin: -8px 0 0 -8px; }
  .fs-c-productListItem .fs-c-productMark__item { margin: 8px 0 0 8px; }
  .fs-c-productListItem .fs-c-productMark__mark { min-width: 84px; }
  .fs-c-productListItem__prices { margin-top: 4px; }
  .fs-c-productListItem__prices .fs-c-productPrice__main__price { font-size: 1.3rem; }
}

/* productLayout */
.fs-c-productMainImage { position: relative; padding-bottom: 100%; width: 100%; height: 0; }
.fs-c-productMainImage__image { display: none; }
.fs-c-productMainSlide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.fs-c-productMainSlide__frame { position: relative; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.fs-c-productMainSlide__move { display: flex; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.fs-c-productMainSlide--item { position: relative; width: 100%; height: 100%; }
.fs-c-productMainSlide--item .photo { position: relative; padding-bottom: 100%; width: 100%; height: 100%; overflow: hidden; }
.fs-c-productMainSlide--item .photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
.fs-c-productMainSlide--direct { position: absolute; top: 50%; margin-top: -31px; width: 32px; height: 62px; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.fs-c-productMainSlide--direct::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/slide1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-productMainSlide--direct--prev { left: -15px; transform: rotate(180deg); }
.fs-c-productMainSlide--direct--next { right: -15px; }
.fs-c-productMainImage__expandButton { display: block; position: absolute; bottom: 12px; right: 12px; padding: 0; width: 37px; height: 37px; }
.fs-c-button--viewExtendedImage.fs-c-button--plain { display: block; position: relative; width: 100%; height: 100%; background: rgba(255,255,255,0.75); border: none; border-radius: 50%; }
.fs-c-button--viewExtendedImage.fs-c-button--plain::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 16px; height: 16px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/zoom1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-productThumbnail { display: none; }
.fs-c-productThumbSlide { position: relative; margin-top: 16px; }
.fs-c-productThumbSlide__frame { position: relative; width: 100%; overflow: hidden; }
.fs-c-productThumbSlide__move { display: flex; position: relative; }
.fs-c-productThumbSlide--item { position: relative; width: 55px; cursor: pointer; }
.fs-c-productThumbSlide--item::after { content: ''; position: absolute; top: 0; left: 0; transition: ease 0.3s; width: 100%; height: 100%; border: 1.5px solid #ca9513; border-radius: 5px; opacity: 0; }
.fs-c-productThumbSlide--item.active::after { opacity: 1; }
.fs-c-productThumbSlide--item .photo { position: relative; padding-bottom: 100%; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.fs-c-productThumbSlide--item .photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
.fs-c-productImageModal { background-color: #fff; }
.fs-c-productImageModal__inner { height: 100%; }
.fs-c-productImageModal__contents { height: 100%; }
.fs-c-productImageModal .fs-c-slick .slick-slide div { vertical-align: top; }
.fs-c-productImageModalCarousel { height: 100%; }
.fs-c-productImageModalCarousel__track { display: flex; align-items: center; height: 100%; }
.fs-c-productImageModal__close { top: 28px; right: 28px; width: 37px; height: 37px; }
.fs-c-productImageModal__close::before,
.fs-c-productImageModal__close::after { content: ''; position: absolute; top: 50%; left: -6px; width: 50px; height: 2px; background-color: #cc991c; }
.fs-c-productImageModal__close::before { transform: rotate(45deg); }
.fs-c-productImageModal__close::after { transform: rotate(-45deg); }
.fs-c-productImageModalCarousel__figure__caption { display: none; }
.fs-c-productImageModalCarousel__figure img { border-radius: 5px; overflow: hidden; }
.fs-c-productImageModal .fs-c-slick .slick-prev,
.fs-c-productImageModal .fs-c-slick .slick-next { top: 50%; transform: none; margin-top: -31px; width: 32px; height: 62px; background: none; }
.fs-c-productImageModal .fs-c-slick .slick-prev:before,
.fs-c-productImageModal .fs-c-slick .slick-next:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/slide1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-productImageModal .fs-c-slick .slick-prev { left: 15px; transform: rotate(180deg); }
.fs-c-productImageModal .fs-c-slick .slick-next { right: 15px; }
.fs-c-productImageModal .slick-dots { display: none !important; }
.fs-c-productNumber { display: flex; margin-bottom: 8px; padding: 0; border: none; font-size: 1.2rem; line-height: 1.2; color: #999; }
.fs-c-productNumber__label::after { content: '\FF1A'; }
.fs-c-productNumber__number { font-weight: 400; }
.fs-c-productNameHeading { margin-bottom: 14px; font-size: 2rem; font-weight: 500; line-height: 1.3; }
.fs-p-productDescription { position: relative; font-size: 1.4rem; line-height: 1.5357; }
.fs-p-productDescription > * + * { margin-top: 1.5357em; }
.fs-p-productDescription table { width: 100%; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #c1b3b3; border-left: 1px solid #c1b3b3; }
.fs-p-productDescription table th,
.fs-p-productDescription table td { padding: 11px 14px; border-right: 1px solid #c1b3b3; border-bottom: 1px solid #c1b3b3; font-size: 1.4rem; }
.fs-p-productDescription table th { background-color: #eeebeb; text-align: center; font-weight: 500; }
.fs-p-productDescription table td { background-color: #fff; }
.fs-p-productDescription--short { margin: 14px 0 12px; font-size: 1.2rem; line-height: 1.5833; }
.fs-c-productPrices--productDetail { margin-top: 12px; }
.fs-c-productNotice--outOfStock { margin-top: 12px; }
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label { display: none; }
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { font-size: 2rem; font-weight: 500; }
.fs-c-productPrices--productDetail .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) { font-size: 1.2rem; }
.fs-c-productOption { flex-direction: row; align-items: center; margin-top: 18px; padding: 24px 15px; background-color: #f2f9fb; }
.fs-c-productOption__name,
.fs-c-productOption__option { padding: 0; }
.fs-c-productOption__name { margin-right: 16px; background: none; white-space: nowrap; font-size: 1.2rem; font-weight: 500; line-height: 1.2; }
.fs-c-productOption__name::after { content: '\FF1A'; }
.fs-c-productOption__name .fs-c-requiredMark { display: none; }
.fs-c-productOption__option { margin: 0; width: 100%; }
.fs-c-productOption__option .fs-c-dropdown::after { content: ''; top: 50%; right: 8px; margin-top: -4px; padding: 0; width: 14px; height: 8px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/select1.svg) no-repeat center center; background-size: 100% 100%; border: none; }
.fs-c-productOption__option .fs-c-dropdown__menu { padding: 6px 10px; background: #fff; border: none; font-size: 1.2rem; color: #999; }
.fs-c-variationAndActions { margin-top: 25px; }
.fs-c-variationList__item__body { margin-top: 0; }
.fs-c-variationCart { padding: 0; border-bottom: 1px solid #ddd; }

/* カートボタン */
.fs-c-variationCart > li { display: flex; justify-content: flex-start; align-items: center; position: relative; padding: 10px 0; border-top: 1px solid #ddd; }
.fs-c-variationCart > li + li { margin-top: 0; }
.fs-c-variationCart__image { position: relative; padding-bottom: 45px; width: 45px; height: 0; border-radius: 5px; overflow: hidden; }
.fs-c-variationCart--withImage .fs-c-variationCart__image { margin-right: 0; }

/* カートボタン　*/
.fs-c-variationCart--withImage .fs-c-variationCart__image > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }
/* カートボタン */
.fs-c-variationCart__variationName { flex-grow: inherit; margin-left: 15px; width: calc(100% - 225px); font-size: 1.2rem; line-height: 1.4375; }
/* カートボタン */
.fs-c-variationCart__wishlist { position: absolute; top: 50%; right: 0; margin-top: -8px; width: 17px; height: 15px; }
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon { width: 100%; height: 100%; }
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/favorite1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-variationCart__wishlist { position: absolute; top: 50%; right: 0; margin-top: -8px; width: 17px; height: 15px; }
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon,
.fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon::before,
.fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://chatrois.itembox.design/item/_assets/img/icon/favorite1.svg) no-repeat center center; background-size: 100% 100%; }
.fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon::before { background-image: url(https://chatrois.itembox.design/item/_assets/img/icon/favorite2.svg); }

/* カートボタン　*/
.fs-c-variationCart__cartButton { margin-left: 26px; width: 110px; height: 33px; }
.fs-c-variationCart__cartButton .fs-c-button--addToCart--variation,
.fs-c-variationCart__cartButton .fs-c-button--subscribeToArrivalNotice--variation { padding: 0; width: 100%; height: 100%; background-color: #ca9513; border: none; border-radius: 2.5px; box-shadow: none; font-size: 1.1rem; font-weight: 700; line-height: 33px; }
.fs-c-buttonContainer--inquiryAboutProduct { position: relative; margin-top: 30px; padding: 0 0 25px; }
.fs-c-buttonContainer--inquiryAboutProduct::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1.5px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/dotted1.png) repeat-x left top; background-size: auto 100%; }
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct { display: block; padding: 12px; width: 100%; background-color: #fff; border: 1px solid #ca9513; border-radius: 2.5px; text-align: center; font-size: 1.2rem; font-weight: 700; line-height: 1.2; color: #ca9513; }
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before { content: ''; display: inline-block; margin: 3px 8px 0 0; width: 14px; height: 10px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/mail1.png) no-repeat center center; background-size: 100% 100%; vertical-align: top; }
.device-click .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover { text-decoration: none; }
.fs-p-productDetailExplain { position: relative; margin-top: 25px; }
.fs-p-productDetailFixedCart { display: none; position: fixed; z-index: 10; }
.fs-p-productDetailFixedCart > a { display: block; position: relative; background-color: rgba(202,149,19,0.9); text-align: center; font-size: 1.4rem; font-weight: 700; line-height: 1.2; color: #fff; }
.fs-p-productDetailFixedCart > a::before { content: ''; display: inline-block; margin: 17px 12px 0 0; width: 18px; height: 16px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/cart2.svg) no-repeat center center; background-size: 100% 100%; vertical-align: top; }
.fs-p-productDescription--1 { margin-top: 42px; overflow-x: auto; }

@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-page { padding-bottom: 50px; }
  .fs-body-product .fs-c-breadcrumb { margin-bottom: 28px; }
  .fs-body-product .fs-c-breadcrumb + .fs-c-breadcrumb { margin-bottom: -33px; }
  .fs-c-productThumbSlide { width: calc(100% + 20px); }
  .fs-c-productThumbSlide__frame { padding-bottom: 10px; overflow-x: auto; }
  .fs-l-productLayout--content { margin-top: 20px; }
  .fs-p-productDetailFixedCart { bottom: 0; left: 0; width: 100%; height: 50px; }
  .fs-p-productDetailFixedCart > a { line-height: 50px; }
  .fs-p-productDescription--1 { padding-bottom: 26px; }
  .fs-p-productDescription--1::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1.5px; background: url(https://chatrois.itembox.design/item/_assets/img/icon/dotted1.png) repeat-x left top; background-size: auto 100%; }
}

@media screen and (min-width: 769px) {
  .fs-body-product .fs-c-breadcrumb { margin-bottom: 58px; }
  .fs-body-product .fs-c-breadcrumb + .fs-c-breadcrumb { margin-bottom: -84px; }
  .fs-l-productLayout { display: flex; justify-content: space-between; }
  .fs-l-productLayout--gallery { padding: 0 10px; width: 50%; }
  .fs-c-productMainSlide__frame { border-radius: 10px; }
  .fs-c-productMainSlide--direct { margin-top: -26px; width: 28px; height: 52px; }
  .fs-c-productMainImage__expandButton { bottom: 25px; right: 25px; width: 49px; height: 49px; }
  .fs-c-button--viewExtendedImage.fs-c-button--plain::before { width: 21px; height: 21px; }
  .fs-c-productThumbSlide { margin-top: 18px; }
  .fs-c-productThumbSlide__move { flex-wrap: wrap; transform: none !important; margin-left: 0 !important; width: 100% !important; }
  .fs-c-productThumbSlide--item { margin: 2.41379310344% 2.41379310344% 0 0 !important; width: 14.6551724138% !important; }
  .fs-c-productThumbSlide--item::after { border-width: 3px; border-radius: 10px; }
  .fs-c-productThumbSlide--item:nth-of-type(-n+6) { margin-top: 0 !important; }
  .fs-c-productThumbSlide--item:nth-of-type(6n) { margin-right: 0 !important; }
  .fs-c-productThumbSlide--item .photo { border-radius: 10px; }
  .fs-c-productImageModal__close { right: 50%; margin-right: -425px; }
  .fs-c-productImageModalCarousel__figure img { border-radius: 10px; }
  .fs-c-productImageModalCarousel__figure__caption + .fs-c-productImageModalCarousel__figure__image { max-height: 700px; }
  .fs-c-productImageModal .fs-c-slick .slick-prev,
  .fs-c-productImageModal .fs-c-slick .slick-next { margin-top: -26px; width: 28px; height: 52px; }
  .fs-c-productImageModal .fs-c-slick .slick-prev { left: 50%; margin-left: -425px; }
  .fs-c-productImageModal .fs-c-slick .slick-next { right: 50%; margin-right: -425px; }
  .fs-l-productLayout--content { width: 41.6667%; }
  .fs-c-productNumber { margin-bottom: 18px; font-size: 1.3rem; }
  .fs-c-productNameHeading { margin-bottom: 20px; font-size: 2.4rem; }
  .fs-p-productDescription { font-size: 1.3rem; line-height: 1.84615384615; }
  .fs-p-productDescription > * + * { margin-top: 1.84615384615em; }
  .fs-p-productDescription table th,
  .fs-p-productDescription table td { padding: 12px 27px; }
  .fs-p-productDescription--short { margin: 20px 0 16px; font-size: 1.3rem; line-height: 1.69230769231; }
  .fs-c-productPrices--productDetail { margin-top: 18px; }
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { font-size: 2.6rem; }
  .fs-c-productPrices--productDetail .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) { font-size: 1.3rem; }
  .fs-c-productOption { margin-top: 22px; padding: 30px 26px 30px 22px; }
  .fs-c-productOption__name { font-size: 1.3rem; }
  .fs-c-productOption__option .fs-c-dropdown::after { right: 17px; margin-top: -4px; width: 15px; height: 9px; }
  .fs-c-productOption__option .fs-c-dropdown__menu { padding: 11px 15px; font-size: 1.3rem; }
  .fs-c-variationAndActions { margin-top: 30px; }
  .fs-c-variationCart > li { padding: 15px 10px 15px 7px; }
  .fs-c-variationCart__image { padding-bottom: 60px; width: 60px; border-radius: 10px; }

  .fs-c-variationCart__variationName { margin-left: 25px; width: calc(100% - 280px); font-size: 1.3rem; }
  .fs-c-variationCart__wishlist { right: 10px; margin-top: -8px; width: 18px; height: 16px; }
  .fs-c-variationCart__cartButton { margin-left: 27px; width: 135px; height: 40px; }
  .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation,
  .fs-c-variationCart__cartButton .fs-c-button--subscribeToArrivalNotice--variation { font-size: 1.3rem; line-height: 40px; }
  .fs-c-buttonContainer--inquiryAboutProduct { margin-top: 30px; padding-bottom: 30px; }
  .fs-c-buttonContainer--inquiryAboutProduct::after { height: 3px; }
  .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct { padding: 15px; border-width: 2px; border-radius: 5px; font-size: 1.3rem; }
  .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before { margin: 2px 14px 0 0; width: 20px; height: 14px; }
  .fs-p-productDetailExplain { margin-top: 30px; }
  .fs-p-productDescription--full { margin: 0 24px; }
  .fs-p-productDetailFixedCart { bottom: 20px; right: 20px; contain-intrinsic-size: 50px;}
  .fs-p-productDetailFixedCart > a { padding: 15px 8px 15px 28px; background-color: #ca9513; border-radius: 5px; font-size: 1.1rem; line-height: 1.36363636364; }
  .fs-p-productDetailFixedCart > a::before { position: absolute; top: 50%; left: 8px; margin: -8px 0 0; width: 17px; height: 15px; }
  .fs-p-productDescription--1 { margin-top: 40px; }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .fs-c-productImageModal__close { right: 20px; margin-right: 0; }
  .fs-c-productImageModal .fs-c-slick .slick-prev { left: 20px; margin-left: 0; }
  .fs-c-productImageModal .fs-c-slick .slick-next { right: 20px; margin-right: 0; }
}

/* modal */
.fs-c-modal { font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  .fs-c-modal { font-size: 1.4rem; }
}

/* list */
.fs-c-list { margin: 0; }
.fs-c-list li { position: relative; margin-left: 0; padding-left: 1em; text-indent: 0; }
.fs-c-list li::before { content: '\30FB'; position: absolute; top: 0; left: 0; margin: 0; width: auto; height: auto; border: none; border-radius: 0; }

/* orderedList */
.fs-c-orderedList > li { padding: 0; text-indent: 0; }
.fs-c-orderedList > li::before { content: '\FF08'counter(number)'\FF09'; padding-right: 0; width: auto; text-align: left; color: #3a3a3a; }
.fs-c-orderedList > li + li { margin-top: 0; }
.fs-c-orderedList2 { counter-reset: number; }
.fs-c-orderedList2 > li::before { counter-increment: number; content: counter(number)'.'; }

/* explainList */
.fs-c-explainList dt { font-weight: 400; }
.fs-c-explainList dt::before { content: '\30FB'; }
.fs-c-explainList dd:not(:last-child) { margin-bottom: 1.5833em; }

@media screen and (min-width: 769px) {
  .fs-c-explainList { display: block; }
  .fs-c-explainList dd:not(:last-child) { margin-bottom: 1.8462em; }
}

/* table */
.fs-c-table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
.fs-c-table th,
.fs-c-table td { padding: 8px 15px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 1.2rem; font-weight: 400; line-height: 2.0833; }
.fs-c-table th { background-color: #f8f3e6; text-align: center; }

@media screen and (max-width: 768px) {
  .fs-c-table,
  .fs-c-table tbody,
  .fs-c-table tr,
  .fs-c-table th,
  .fs-c-table td { display: block; width: 100%; }
}

@media screen and (min-width: 769px) {
  .fs-c-table th,
  .fs-c-table td { padding: 14px 40px; font-size: 1.5rem; }
  .fs-c-table th { padding-right: 0; padding-left: 0; width: 200px; }
}

/* address */
.fs-p-address { font-style: normal; }

/* documentArticle */
.fs-c-documentArticle { padding: 0; }
.fs-c-documentArticle + .fs-c-documentArticle { margin-top: 46px; }
.fs-c-documentArticle__heading { margin-bottom: 16px; padding: 0 0 8px; background: none; border-bottom: 1px solid #ddd; text-align: left; font-size: 1.4rem; font-weight: 400; line-height: 1.2; color: #3a3a3a; }
.fs-c-documentArticle__content { padding: 0; }
.fs-c-documentColumn + .fs-c-documentColumn { margin-top: 42px; }
.fs-c-documentColumn__heading { margin-bottom: 12px; padding: 0; border: none; font-size: 1.4rem; font-weight: 700; line-height: 1.5; color: #3a3a3a; }
.fs-c-documentColumn__content { padding: 0; font-size: 1.2rem; line-height: 1.5833; }
.fs-c-documentColumn__content > * + * { margin-top: 1.5833em; }
.fs-c-documentColumn__content a { text-decoration: underline; }
.device-click .fs-c-documentColumn__content a:hover { text-decoration: none; }

@media screen and (min-width: 769px) {
  .fs-c-documentArticle { margin: 0 auto; max-width: 1000px; }
  .fs-c-documentArticle + .fs-c-documentArticle { margin-top: 76px; }
  .fs-c-documentArticle__heading { margin-bottom: 35px; padding-bottom: 12px; font-size: 1.8rem; }
  .fs-c-documentColumn + .fs-c-documentColumn { margin-top: 68px; }
  .fs-c-documentColumn__heading { margin-bottom: 20px; font-size: 1.5rem; line-height: 1.6; }
  .fs-c-documentColumn__content { font-size: 1.3rem; line-height: 1.8462; }
  .fs-c-documentColumn__content > * + * { margin-top: 1.8462em; }
}

/* privacyPolicy */
.fs-p-privacyPolicy-about { margin-bottom: 32px; text-align: right; font-size: 1.2rem; line-height: 2; }

@media screen and (min-width: 769px) {
  .fs-p-privacyPolicy-about { margin-bottom: 42px; font-size: 1.5rem; line-height: 1.6; }
}

/* panelContainer */
.fs-c-panelContainer { margin: 0 20px; width: calc(100% - 40px); min-width: inherit; font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  .fs-c-panelContainer { margin: 0 auto; padding: 0 20px; max-width: 1240px; font-size: 1.4rem; }
}

/* documentContent */
.fs-c-documentContent { margin-bottom: 30px; }
.fs-c-documentContent:last-child { margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .fs-c-documentContent { margin-bottom: 50px; }
}

/* subSection */
.fs-c-subSection { margin-bottom: 40px; }
.fs-c-subSection__message { font-size: 1.1rem; line-height: 1.8462; }

@media screen and (min-width: 769px) {
  .fs-body-login .fs-c-subSection,
  .fs-body-wishlist-login .fs-c-subSection { margin-bottom: 0; }
  .fs-c-subSection__message { font-size: 1.3rem; }
}

/* inputInformation__field */
.fs-c-inputInformation__field { margin: 0 auto; padding: 0 !important; background: none !important; }
.fs-c-inputInformation__link { margin-top: 12px; text-align: center; text-decoration: underline; font-size: 1.1rem; }

@media screen and (min-width: 769px) {
  .fs-c-inputInformation__link { margin-top: 22px; font-size: 1.3rem; }
}

/* loginForm */
@media screen and (min-width: 769px) {
  .fs-body-login .fs-c-loginForm,
  .fs-body-wishlist-login .fs-c-loginForm { display: flex; justify-content: space-between; gap: inherit; margin: 0 auto; max-width: 1000px; }
  .fs-body-login .fs-c-loginForm > *,
  .fs-body-wishlist-login .fs-c-loginForm > * { flex-grow: inherit; flex-basis: inherit; margin: 0; width: 40%; }
}

/* cart */
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell { border-color: #e0e0e0; }
.fs-c-cartTable__headerCell { padding: 5px; background-color: #efefef; font-size: 1.3rem; }
.fs-c-cartTable__dataCell { padding: 0; }
.fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td { padding: 12px 0; font-size: 1.3rem; line-height: 1.2; }
.fs-c-orderTotalTable > tbody > tr td { padding-right: 8px; }
.fs-c-cartDiscountInfo { margin: 20px 0; }
.fs-c-cartDiscountInfo__body { font-size: 1.3rem; }
.fs-c-cartDiscountInfo__note { margin-top: 8px; }
.fs-c-cartDiscountInfo__note > li { margin: 0; font-size: 1.2rem; }
.fs-c-cartPayment,
.fs-c-payWithAmazon { margin-top: 28px; font-size: 1.3rem; }
.fs-body-cart .fs-c-wishlistProduct { margin-top: 40px; }
.fs-body-cart .fs-c-productListItem__productDescription { display: none; }
.fs-c-confirmOrder { margin-top: 20px; }
.fs-c-confirmOrder--rakutenPay .fs-c-confirmOrder__message { margin-top: 10px; }

@media screen and (min-width: 769px) {
  .fs-c-cartTableContainer { padding: 12px; border-color: #d5d5d5; border-radius: 0; }
  .fs-c-cartTable__dataCell { padding: 12px 18px; }
  .fs-c-orderTotalTable > tbody > tr:first-child th,
  .fs-c-orderTotalTable > tbody > tr:first-child td { border-top: none; }
  .fs-c-cartDiscountInfo { margin: 24px 30px 0; }
  .fs-c-continueShopping { margin: 20px 30px 0; }
  .fs-body-cart .fs-l-cart__contentsArea { margin-bottom: 20px; -ms-grid-columns: 1fr 340px; grid-template-columns: 1fr 340px; grid-column-gap: 30px; grid-row-gap: 30px; }
  .fs-body-cart .fs-l-cart__sideColumn { padding: 12px 22px 32px; border-color: #d5d5d5; border-radius: 0; }
  .fs-l-cart__sideColumn .fs-c-button--primary,
  .fs-l-cart__sideColumn .fs-c-button--secondary { min-width: 100%; }
  .fs-body-cart .fs-c-wishlistProduct { margin-top: 80px; }
}

/* mypage */
.fs-l-account { margin-bottom: 60px; }
.fs-c-accountService__page--accountDelete { height: auto; }
.mypage-logout { margin-top: 10px; }
.fs-c-addressBookList__list { margin-top: 20px; }

@media screen and (min-width: 769px) {
  .fs-l-account { margin-bottom: 80px; }
  .mypage-logout { flex-basis: 64%; margin-right: auto; }
}

/* footer
------------------------------------------------ */
#footer { position: relative; margin-top: 60px; }
.ft-pagetop { display: none; position: fixed; bottom: 20px; right: 20px; width: 60px; height: 53px; z-index: 8; }/* 初期サイズ70 60px*/
.ft-pagetop > a { display: block; width: 100%; height: 100%; }
.body-fixed-cart .ft-pagetop { bottom: 70px; }
.body-pagetop-stop .ft-pagetop { position: absolute; top: 120px; bottom: auto; }
.ft-main { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; color: #fff; }
.ft-main a { color: #fff; }
.ft-main-top { position: relative; padding: 50px 20px 60px; }
.ft-main-btm { position: relative; padding: 16px 0 28px; border-top: 1px solid #fff; }
.ft-logo { width: 120px; height: 31px; }
.ft-logo > a { display: block; width: 100%; height: 100%; }
.ft-links { display: flex; flex-wrap: wrap; align-items: flex-start; }
.ft-links-box--title { margin-bottom: 16px; font-size: 1.4rem; font-weight: 700; line-height: 1.2; }
.ft-links-lists--item { margin-top: 10px; font-size: 1.2rem; line-height: 1.6; }
.ft-links-lists--item:first-child { margin-top: 0; }
.ft-copyright { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.2; }
.ft-copyright small { font-size: inherit; }

@media screen and (max-width: 768px) {
  .ft-main { background-image: url(https://chatrois.itembox.design/item/_assets/img/share/ft_bg.webp); }
  .ft-logo { margin-bottom: 36px; }
  .ft-links-box { margin-top: 40px; padding: 0 10px; width: 50%; border-left: 1px solid #fff; }
  .ft-links-box:nth-of-type(-n+2) { margin-top: 0; }
  .ft-copyright { text-align: center; }
}

@media screen and (min-width: 769px) {
  #footer { margin-top: 100px; }
  .ft-pagetop { bottom: 20px; right: 20px; width: 84px; height: 74px; }
  .body-fixed-cart .ft-pagetop { bottom: 100px; }
  .body-pagetop-stop .ft-pagetop { top: 130px; }
  .ft-main { background-image: url(https://chatrois.itembox.design/item/_assets/img/share/ft_bg-pc.webp); }
  .ft-main-top { padding: 80px 0 50px; }
  .ft-main-btm { padding: 16px 0 35px; }
  .ft-logo { position: absolute; right: 20px; bottom: 0; width: 170px; height: 44px; }
  .ft-links { margin: -60px 0 0 -60px; width: calc(100% - 120px); }
  .ft-links-box { margin: 60px 0 0 60px; padding-left: 20px; border-left: 1px solid #fff; }
  .ft-links-box--title { margin-bottom: 18px; }
  .ft-links-lists--item { margin-top: 10px; font-size: 1.3rem; }
  .ft-copyright { text-align: right; font-size: 1.2rem; }
}

/*  line btn  */
.ft-linebtn { display: none; position: fixed; bottom: 200x; right: 200px; width: 70px; height: 60px; z-index: 8; }
.ft-linebtn > a { display: block; width: 100%; height: 100%; }
.body-fixed-cart .ft-linebtn { bottom: 70px; }
.body-pagetop-stop .ft-linebtn { position: absolute; top: 20px; bottom: auto; }
#fff; }

/* LPバナー　TOP表示 */
  #fs_ProductDetails .top-lpbanner .top-lpbanner--photo{ width:100%; max-width: 800px; margin:20px auto; text-align: center; }
.top-lpbanner .top-lpbanner--photo{ width:100%; max-width: 800px; margin:20px auto; text-align: center; }

/* 商品詳細　otete　ボタン */
.otete301{ width: 100%; display: inline-block; border: 2px solid #441500; background-color: #441500; padding: 10px;
transition: background-color 0.5s, border-color 0.5s; text-align: center; color: #fff; }
.otete301 a {text-decoration: none; color : #fff; }
.otete301:hover {background-color: white; border-color: #441500; transition: background-color 0.5s, border-color 0.5s;}
.otete301:hover a { color: #441500;}

/* フッターLINEアイコン ft-lineicon */
.ft-lineicon { display: none; position: fixed; bottom: 90px; right: 20px; width: 50px; height: 50px; z-index: 8; }/* 初期64 64px*/
.ft-lineicon > a { display: block; width: 100%; height: 100%; }
.body-pagetop-stop .ft-lineicon { position: absolute; top: 20px; bottom: auto; }
.body-fixed-cart .ft-lineicon { bottom: 70px; }
#fs_ProductDetails.body-fixed-cart .ft-lineicon { bottom: 140px; }

@media screen and (min-width: 769px) {
.ft-lineicon { bottom: 120px; right: 20px; width: 64px; height: 64px; }
.body-fixed-cart .ft-lineicon { bottom: 100px; }
#fs_ProductDetails.body-fixed-cart .ft-lineicon { bottom: 190px; }
.body-pagetop-stop .ft-lineicon { top: 20px; }}

/*
=====20230804　更新　ズームボタン表示==========================
.fs-c-productListItem__viewMoreImageButton,
 .fs-c-productListItem__control { display: none; }
↓
コメントアウト.fs-c-productListItem__viewMoreImageButton,
 .fs-c-productListItem__control { display: none; } コメントアウト

.fs-c-buttonContainer { margin-top: 15px; padding: 0; }
↓
.fs-c-buttonContainer { margin-top: 10px; padding: 0; }

.fs-c-productListItem__productName { margin-top:15px; font-size: 1.5rem; }
↓
.fs-c-productListItem__productName { margin-top: 5px; font-size: 1.5rem; }
===============================*/
div.fs-c-productListItem__control.fs-c-buttonContainer button.fs-c-button--addToCart--list.fs-c-button--plain{ padding: 0px; width: 74%; height: 100%; background-color: #ca9513; color:#fff; border: none; border-radius: 2.5px; box-shadow: none; font-size: 1rem; font-weight: 700; line-height: 33px; }

/* */

/*　イベント出店　項目　 */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item div.nolinks{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item div.nolinks .title{
  margin: 0;
  width: 100%;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 180px;
  font-size: 15px;
  color: #777;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 100px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 160px;
}
.news-list .item .title{
  margin-top: 10px;
}
.news-list .item div.nolinks{
  flex-wrap: wrap;
}
.news-list .item div.nolinks .title{
  margin-top: 10px;
}
}

/* コンテンツ記事　*/
.contents-article{ margin: 0 auto;}
@media screen and (min-width: 767px){
    .contents-article {
        width: 800px;
    }
}

/* 商品詳細ページ　テーブル */
.kcal_table th,.kcal_table td,
.item-th-nowrap th{
  white-space: nowrap;
}
.fs-p-productDescription--1 table.item-th-nowrap th,
.fs-p-productDescription--1 table.item-th-nowrap td,
.fs-p-productDescription--1 table.kcal_table th,
.fs-p-productDescription--1 table.kcal_table td{
  font-size: 0.9rem !important;
  padding: 4px;
}

/* カート画面　調整*/
fs-c-viewAllProductsLink__label,
#fs_ShoppingCart div.fs-l-page div.fs-c-continueShopping a{
  margin-bottom: 40px;
}


/*  商品ページ　カートレイアウト　変更用CSS   */
@media screen and (max-width: 768px) {
  /* 各バリエーション行を flex コンテナ化 */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 0.75em 0 !important;
  }

  /* サムネイル */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li
    > div.fs-c-variationCart__image {
    flex: 0 0 80px !important;
    margin-right: 0.5em !important;
    width: 80px;
    height: 80px; 
 }

  /* バリエーション名 */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li
    > div.fs-c-variationCart__variationName {
    flex: 1 1 auto !important;
    margin-right: 0.5em !important;
    font-size: 1.4em;
  }

  /* お気に入りハート */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li
    > div.fs-c-variationCart__wishlist {
    flex: 0 0 auto !important;
    top: 50px;
    right: 10px;
  }

  /* 「カートに入れる」ボタン領域を２行目に */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li
    > div.fs-c-variationCart__cartButton {
    flex: 0 0 100% !important;
    margin-top: 0.5em !important;
   }

  /* ボタンを全幅に広げる */
  #fs_form > div > div.fs-l-productLayout--content > div.fs-c-variationAndActions
    > div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li
    > div.fs-c-variationCart__cartButton > button {
    width: 100% !important;
    margin-left: -26px !important;
  }
}
/*  商品ページ　カートレイアウト　変更用CSS 　ここまで  */

/*  マイページ　注文履歴テキスト変更  */
#fs_MyPageTop > div.fs-l-page > main > section > div > ul > li.fs-c-accountService__page.fs-c-accountService__page--orderHistoryList > a > span > span{
  color: transparent;         /* 元のテキストを透明に */
  position: relative;
}
#fs_MyPageTop > div.fs-l-page > main > section > div > ul > li.fs-c-accountService__page.fs-c-accountService__page--orderHistoryList > a > span > span::after {
  content: "レビューを書く\A注文履歴";
  white-space: pre;
  color: #3c3c3c;
  position: absolute;
  left: -15px;
  top: -5px;
}

