
/* 共通 */
.fs-c-heading--page{
  border-bottom: 2px solid #96705C;
  color: #96705C;
  font-weight: bold;
}
.red{
  color: #ff0000;
}

.fs-c-breadcrumb{
  max-width: 1216px;
  margin: 110px auto 24px;
}

/*　ヘッダーカート　*/
.fs-l-header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1216px;
  margin: 0 auto;
}

.fs-p-logo .fs-p-logo__image {
  max-height: 50px;
}

.fs-l-header{
  position: fixed; /*← fixedで固定 */
  background-color: #fff;
  width: 100%;
  height: 136px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0px;
}

.fs-l-sideArea{
  z-index: 1;
}

/*
.fs-l-sideArea + .fs-l-pageMain {
  max-width: 1260px;
}
*/

/*　トップページ　*/
.fs-pt-carousel {
  padding-top: 40px;  /*　スライドサイズ変更のため調整　*/
  margin-top: 50px;
}

.fs-body-top .fs-l-main .fs-p-searchForm{
  display: none;
}
/*----
.fs-l-main {
  max-width: 1600px;
  justify-content: center;
  margin: 0 auto;
}
*/


/*　コラム　*/
.custom-p-scrollingCartButton {
  color:#333333;
  width: 55px;
}

.fs-l-header__leftContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60%;
}

.fs-p-headerNavigation__link{
color:#333333!important;
}

.fs-p-headerNavBar{
background: #fff;
}

.custom-p-scrollingCartButton__button:visited {
  color:#333333;
}

.custom-p-scrollingCartButton__button {
  background: #ffffff;
  border-radius: 0px;
  display: block;
  line-height: 1;
  opacity: 0.9;
  padding: 4px 8px 8px 8px;
  position: relative;
  text-align: center;
  width: 60px;
}

.fs-p-drawerButton{
  text-align: center;
}

/*　ファーストビュー　*/
.movie-youtube{
  padding-bottom: 40px;
}
.movie-youtube iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/*　コラム　*/

.custom-column{
  grid-template-columns: 1fr 1fr;
}

.custom-column4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*　お知らせ・新着情報　*/
.fs-p-dateList > li p {
  display: inline-block;
  padding-left: 10px;
}


/*　サイドバー　*/
.fs-p-dateList > li{
  border:none;
    padding: 0;  /*　山口追加　*/
}

.fs-p-drawer__heading{
  color: #96705C;
}

.fs-pt-menu__item--lv3{
padding-left: 18px ;
}
.fs-p-sideMenu .fs-pt-menu__link,
.fs-p-sideMenu .fs-pt-menu__heading {
  padding: 8px 8px 8px 2px;
}
.fs-pt-menu__heading--lv1{
  padding: 8px!important;
  border:none!important;
}
.fs-pt-menu__heading--lv1 .fs-pt-menu__link{
  padding: 8px;
}

.fs-p-sideMenu a:hover{
  background: #CD8858;
}


/*　グループ一覧　*/

.fs-c-subgroupList__link{
  background: #FFFCF3;
}
.category-wrapper ul{
  display: flex;
  flex-wrap: wrap;
  list-style:none;
  margin: 0;
  padding: 0;
}
.category-wrapper ul li{
  width: 20%;
  text-align: center;
  margin-bottom: 15px;
}
.category-wrapper ul li p{
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.fs-body-category .fs-l-main{
  margin: 0px auto 24px;
  padding-top: 50px;
}

.fs-c-sortItems__list__item.is-active{
  background: #96705C;
}




/*　TOP見出し　*/
.fs-body-top .fs-p-heading--lv2 {
  border-left: 4px solid #96705C;
  border-bottom:none;
  line-height: 1.4;
  color: #96705C;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 8px;
}

/*　商品ページ　*/
.fs-body-product .fs-l-page{
  margin-top: 100px;
}

.fs-body-product .fs-l-main{
  margin: 50px auto 24px;
}

.fs-body-product .fs-l-main table{
  width: 100%;
}

.fs-body-product .fs-p-productDescription--short p{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.fs-body-product .fs-p-productDescription--short h2{
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.fs-body-product .fs-p-productDescription--short h3{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.fs-body-product .fs-p-productDescription--short img{
  display: block;
  margin: 0 auto;
}


.fs-body-product iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #336b9b;
  color: #ffffff;
}

.fixed-footer-wrapper.pc{
  position: fixed;
  right: 10px;
  width: 150px;
  bottom: 20px;
  background: none;
  height: auto;
  display: initial;
  border-top: none;
}

.fixed-footer-wrapper.pc:hover{
  transform: scale(0.9);
}

/* フリーページ */
.fs-body-custom .fs-l-main{
  margin: 140px auto 0;
  padding-top: 50px;  /* トップ送料バナー追加のため山口調整　*/
}

.fs-l-pageMain .fs-c-documentArticle h2{
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  text-align:left;
  color: #333333;
  background: #fffcf3;
  border-left: solid 5px #96705C;
  margin: 0 0 10px;
}

.fs-l-pageMain .fs-c-documentArticle h3{
  font-size: 22px;
  line-height: 1.4;
  margin-top: 60px;
  font-weight: bold;
  border-style:none;
  padding: 0;
}

.fs-body-custom h2{
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #96705C;
}

.fs-body-custom .free-tpl1 h2{
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  text-align:left;
  color: #333333;
  background: #fffcf3;
  border-left: solid 5px #96705C;
  margin: 0 0 10px;
}

.fs-body-custom h3{
  font-size: 22px;
  line-height: 1.4;
  margin-top: 60px;
  font-weight: bold;
}

.fs-body-custom .free-tpl1 h3{
  color: #96705C;
}

.fs-body-custom .fs-l-main p{
  font-size: 16px;
  line-height: 1.6;
}

.fs-body-custom table{
  border-collapse: collapse;
  width: 100%;
  border-color: #333;
  margin-bottom: 15px;
}

.fs-body-custom tr{
  border: solid 1px;
  border-color: #333;
  color: #333;
}
.fs-body-custom th{
  padding: 15px 10px;
  background: #dcdcdc;
  text-align: center;
  font-size: 100%;
  line-height: 1.8em;
  color: #000;
  width: 90px;
}
.fs-body-custom td{
  padding: 10px 10px; /*　11/21山口変更 15px 15px→10px 10px　*/
  font-size: 100%;
  line-height: 1.8em;
  color: #333;
}

.fs-body-custom th {
  padding: 10px 10px; /*　11/21山口変更 15px 15px→10px 10px　*/
  background: #fffcf3;
  text-align: center;
  font-size: 100%;
  line-height: 1.8em;
  color: #96705C;
}

.company-wrapper div{
  margin-bottom: 100px;
}

.fs-body-custom section{
  margin-bottom: 100px;
}

.alert{
  color: red;
}


/* メガメニュー */
.gnav-wrapper {
  background: #fff;
  position: relative;
}
.gnav-wrapper ul{
margin:0;
padding: 0;
}

.gnav {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
}
.gnav ul{
list-style:none;
}
.gnav li {
  padding: 21px 0;
  text-align: center;
  transition: all .6s ease-in-out;
}

.gnav li:hover {
  background: #fffcf3;
}

.gnav a {
  color: #333333;
  border-left: solid 1px #fefefe;
  padding: 0 65px;
}
.gnav > li:last-child a {
  border-right: solid 1px #fefefe;
}

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}
.gnav > li:hover  a{
  color:#333333;
}

.mega .fs-p-searchForm{
  padding-left: 20px;
}

.megamenu {
  background: #fffcf3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 67px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}


.megamenu-inner li {
  width: calc( (100% / 6) );
  padding: 0;
}
.megamenu-inner-shohin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.megamenu-inner-shohin li {
  width: calc( (100% / 5) );
  padding: 0;
}

.megamenu-inner a {
  border-left: none;
}

.megamenu-inner-img {
  margin: 0 0 10px;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}




/* ▽▽枕比較表ここから▽▽ */

.table-container {
    overflow-x: auto;
    white-space: nowrap;
}
.table-container  table {
    border-collapse: collapse;
    background-color: #fff;
    margin-bottom: 20px;
    min-width: 1000px; /* 横に広がるための最低幅 */
}
.table-container  td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 10px; /* fs既存css 15px 15px→10px 10pxへ変更 */
    font-size: 100%; /* fs既存css */
    line-height: 1.6em; /* fs既存css 1.8→1.6へ変更 */
    color: #333; /* fs既存css */
}
.table-container  th {
    padding: 10px 10px; /* fs既存css 15px 15px→10px 10pxへ変更 */
    background: #fffcf3; /* fs既存css */
    text-align: center; /* fs既存css */
    font-size: 100%; /* fs既存css */
    line-height: 1.8em; /* fs既存css */
    color: #96705C; /* fs既存css */
    font-weight: bold;
}
.table-container tr.makura-tr {
  border: 0px none; /* fs既存css：borderを打ち消し */
}
.makura-tb-header {
    font-weight: bold;
    vertical-align: top; /* 要素を上に詰める */
    min-width: 167.63px; /* 列の最小幅を統一 */
    border: 1px solid #ddd; /* 表掛線 */
}
.makura-tb-header img {
    font-weight: bold;
    width: 100%;
}
.price {
    color: #333;
}
.small {
    font-size: 0.8em;
}
.product-image {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.product-image:hover {
    /*filter:invert(100%);*/
opacity:0.5;
transition:0.3s;
}
.makura-tb-header img.product-tag {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product-name {
    /* margin-top: 8px; */
    font-weight: bold;
    width: 100%;
    display: block;
    line-height: normal;/* 12/17行間調整 */
}
.product-name a {
    color: #96705C;
}
.table-category {
    font-weight: bold;
    background-color: #f9f9f9;
    position: sticky;
    left: 0;
    /*z-index: 1;*/
}

a.fs-top-custom-button005 {
display: block;/* ボタンデザイン変更追加分：大きさ指定するために必要 */
width: 130px;/* ボタンデザイン変更追加分：大きさ指定 */
height: auto;/* ボタンデザイン変更追加分：高さ指定 */
border-radius: 100vh;
text-align: center;
margin: 0 auto;
vertical-align: middle;
text-decoration: none;
padding: 5px 10px;
font-size: 14px;/* ボタンデザイン変更追加分 */
font-weight: normal;
/*background-image: linear-gradient(to top, #9a7647 0%, #c6a27b 100%);*/
background-color: #96705C;
color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
transition: 0.5s;
}
a.fs-top-custom-button005:hover {
color: #fff;
opacity: 0.5;
}

a.fs-top-custom-button006 {
display: block;/* ボタンデザイン変更追加分：大きさ指定するために必要 */
width: 130px;/* ボタンデザイン変更追加分：大きさ指定 */
height: auto;/* ボタンデザイン変更追加分：高さ指定 */
border-radius: 100vh;
text-align: center;
margin: 0 auto;
vertical-align: middle;
text-decoration: none;
padding: 5px 10px;
font-size: 14px;/* ボタンデザイン変更追加分 */
font-weight: normal;
background-color: #fff;
color: #96705C;
border: 1px solid #96705C;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
transition: 0.5s;
}
a.fs-top-custom-button006:hover {
color: #96705C;
opacity: 0.5;
}

/*　△△枕比較表ここまで△△ */


/*　マイページ　*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink{
  background: #fffcf3;
  border: 1px solid #fffcf3;
  box-shadow: 0 0 2px #96705C;
}

.fs-p-accountInfo{
  background: #fffcf3;
}

.fs-p-accountInfo__header{
  padding-bottom: 10px;
}

/*　お気に入りページ　*/
.fs-c-noResultMessage{
  background: #fffcf3;
}

/*　注文履歴　*/
.fs-c-history__info{
  background: #fffcf3;
}
.fs-c-dropdown::after{
  background: #96705C;
  border-left: 1px solid #96705C;
  color: #FFF;
  font-size: 1.7rem;
}

/*　ポイント　*/
.fs-c-pointSummary [class$="--availablePoint"]{
  background-color: #FFF;
}
.fs-c-pointSummary [class$="--limitedPoint"]{
    background-color: #FFF;
}

/*　パスワード変更　*/
.fs-body-my-account-password .fs-c-inputInformation__field{
  background: #fffcf3;
}

/*　メールマガジン登録　*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__field{
  background: #fffcf3;
}

/*　ログインページ　*/
.fs-body-cart-login .fs-l-main{
  margin: 0px auto 24px;
}
.fs-body-login .fs-c-inputInformation__field{
  background: #fffcf3;
}
.fs-body-cart-login .fs-c-loginForm {
  margin: 10px auto 24px;
  max-width: 100%;
  display: flex;
  gap: 40px;
}
.fs-body-cart-login .fs-c-subSection{
  width: 50%;
  background: #fffcf3;
  padding: 15px;
}
.fs-body-cart-login .fs-c-inputInformation__field {
  background: #fffcf3;
}
.fs-body-forgotPassword .fs-c-inputInformation__field{
  background: #fffcf3;
}
.fs-body-login section.fs-c-newUsers.fs-c-subSection{
  display: none;
}
/*　検索　*/
.fs-p-productSearch__form{
  background: #fffcf3;
}

/*　会員登録ページ　*/
.fs-body-register .fs-l-main{
  margin: 0px auto 24px;
}
.fs-body-register form{
  background: #fffcf3;
  padding-top: 40px;
}


/*　店舗レビューページ　*/
.free-tpl1 h2 {
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  background: #fffcf3;
  border-left: solid 5px #96705C;
  margin: 0 0 10px;
}
.fs-body-custom .free-tpl1 h3 {
  color: #96705C;
}
.fs-body-reviews .fs-p-announcement__body{
  margin-bottom: 40px;
}

/*　会員登録ページ　*/
.fs-body-register .fs-l-main{
  margin: 0px auto 24px;
}
.fs-body-register form{
  background: #fffcf3;
  padding-top: 40px;
}


/*　店舗ページ　*/
.area-contents-wrapper{
  padding: 8px;
  background: #fffcf3;
}

.store-area-include{
  text-align: center;
  margin-bottom: 20px;
}

.first-area {
  margin-bottom: 20px;
}

.first-area p {
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 0;
  color: #96705C;
  font-weight: bold;
}
.second-area {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.store-area {
  font-size: 24px;
  margin-top: 60px;
  padding-left: 10px;
  }

.fs-p-heading--lv{
 padding-bottom:5px;
}

.store-area-wrapper .store-area{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-weight: bold;
}

.store-area-wrapper .store-area:before,
.store-area-wrapper .store-area:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.store-area-wrapper .store-area:before {
  left:0;
}
.store-area-wrapper .store-area:after {
  right: 0;
}

.store-area-wrapper .fs-c-documentArticle__heading{
  padding: 0.5em;
  font-size:18px;
  font-weight: bold;
  text-align:left;
  color: #333333;
  background: #fffcf3;
  border-left: solid 5px #96705C;
  margin: 0 0 10px;
}

.fs-p-linkButton{
  background-color:#96705C;
  color:#fff!important;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #5f492b;
  border:none;
  padding:10px 30px;
}

/* 店舗一覧ページLINEリンクボタン(山口追加)*/

.fs-p-line-linkButton{
  background-color:#00B900;
  color:#fff!important;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #5f492b;
  border:none;
  padding:10px 30px;
}


/* ショッピングクレジット*/

.shopping-shipping .step-item{
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.shopping-shipping .step-image{
  width: 20%;
}

.shopping-shipping .step-description{
  width: 80%;
}
.shopping-shipping .step-description h3{
  margin-top: 0;
}
.accordion {
  width: 100%;
}

.accordion-hidden {
  display: none;
}

.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #fffcf3;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}

.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
  font-size: 16px;
}

.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}


/* マイ枕のメンテナンスのご予約について*/
.mainte-fv {
  padding: 20px 60px;
  background-color: #fffcf3;
}

.mainte-fv h2{
  color: #96705C;
  font-size: 34px;
  text-align: center;
}

.mainte-fv img{
  margin-bottom: 20px;
}
.mainte-fv p{
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.mainte-step-wrapper {
  background-color: #96705C;
  padding: 20px 40px;
}

.mainte-step-wrapper h2 {
  color: #FFF;
  font-size: 34px;
  line-height: 1.6;
  text-align: center;
}

.mainte-step-item {
  background-color: #FFF;
  border-radius: 30px;
  padding: 0px 20px 30px;
  margin-bottom: 30px;
  text-align: left;
}
.mainte-step-item .mainte-no{
  color: #fff;
  background-color: #96705C;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
}
.mainte-step-item h3 {
  display: inline-block;
  color: #96705C;
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.mainte-step-item p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.mainte-cta{
  display: block;
  text-align: center;
}

.mainte-cta h2 {
  color: #96705C!important;
  font-size: 34px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}

.mainte-cta p {
  background-color: #96705C;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 70px;
  border-radius: 50px;
  display: inline-block;
}

.btn02 {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  border: 1px solid #808080;
  font-size: 1.5em;
  font-weight: normal;
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  padding: 20px 50px;
  margin: 20px;
  border-radius: 30px;
  transition: .4s;
}

/*　個人情報取り扱いについて　*/
.fs-body-about-privacyPolicy .fs-c-explainList{
  display: none;
}


/*　フッター　*/
.fs-p-footerNavigationItem__emphasis{
font-size: 1.6rem;
}

.fs-pt-column--3{
max-width: 1216px;
margin: 0 auto;
padding-top: 40px;
}

.sp{
  display: none;
}

/*---岩本追加項目

.fs-body-top .fs-c-productListItem__prices.fs-c-productPrices {
  display: none;
}
--*/
.fs-p-footerCopyright {
  color: #000;
}


.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.fs-sp-futteradd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* デフォルトは2カラム */
  column-gap: 10px
}

.fs-sp-futteradd-grid img{
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.iconitem-sp {
    display: none;
}

.fs-c-button--primary {
  font-size: 1.75rem;
  min-width: 270px;
  padding: 0.8em 1.6em 0.8em;
}

.fs-c-estimatedDeliveryDate{
  font-size: 1.4rem;
}

.login-icon {
    width: 30px;  /* アイコンの幅を指定 */
    vertical-align: middle; /* カートアイコンと縦位置を揃える */
    display: block; /* テキストと縦に並べるため、blockに設定 */
    margin: 0 auto; /* 画像を中央揃え */
}

.login-label {
    display: block;   /* テキストを新しい行に表示 */
    margin-top: 5px;  /* 画像との間に余白を追加 */
    font-size: 1rem;  /* テキストのサイズを指定 */
    color: #333;      /* テキストの色を変更 */
}

.custom-column1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  align-items: flex-start;
}

.fs-p-logo .fs-p-logo__image {
  margin: 10px 0;
}

.fs-p-footerCopyright__text {
 margin-bottom: 10px;
}


.fs-top-payment {
    align-items: center;
    text-align: center;
 /* margin-left: 300px; */

}

.fs-c-productCarouselMainImage__thumbnail__img{
  border: 1px solid #777777;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: 3px solid #ffdc48;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.6rem;
}

.fs-top-payment img{
    width: 50%;
    height: auto;
}

.category-topicon ul {
  list-style-type: none; /* リストの点を削除 */
  padding: 0; /* パディングをリセット */
  margin: 0; /* マージンをリセット */
  display: grid; /* フレックスボックスを使用して横並びに */
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between; /* 各アイテムの間隔を均等に */
  text-align: center;
}

  .category-topicon li {
      text-align: center; /* テキストを中央揃え */
      /*flex-basis: 30%;  各アイテムの幅を30%に設定（3カラムに対応） */
      box-sizing: border-box; /* パディングやボーダーが幅に影響しないように */
  }

  .category-topicon a {
      text-decoration: none; /* リンクの下線を削除 */
      color: inherit; /* リンクの色を親要素に合わせる */
  }

  .category-topicon img {
      width: 300px; /* 画像の幅を指定 */
      height: auto; /* 画像の高さを指定 */
  }

  .category-topicon p {
      margin: 10px 0; /* 上に少しマージンを追加 */
      font-size: 14px; /* テキストのサイズを調整 */
  }

  .top3-icon1{
      display: none;
  }

.top3-icon1-pc-only{
    display: block;
}

.toprecep-pc {
    display: block;
    margin: 0 auto;
}


    /*----------岩本追加項目ヘッダー---------*/

    /* タブ切り替え全体のスタイル 
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fffcf3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

/* タブのスタイル 
.tab_item {
  width: calc(100% / 4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

.tabs p {
  text-decoration: none;
}

/* ラジオボタンを全て消す 
input[name="tab_item"] {
  display: none;
}

/* タブ切り替えの中身のスタイル 
.tab_content_mymakura {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

/* 選択されているタブのコンテンツのみを表示 
#all_mymakura:checked ~ .tab_content_mymakura#all_content,
#programming_mymakura:checked ~ .tab_content_mymakura#programming_content,
#design_mymakura:checked ~ .tab_content_mymakura#design_content,
#sale_mymakura:checked ~ .tab_content_mymakura#sale_content {
  display: block;
}

/* 選択されているタブのスタイルを変える 
.tabsiwa input:checked + .tab_itemiwa {
  background-color: #5ab4bd;
  color: #fff;
}


.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.products_makura {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.magmapage {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}

.products_magma {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product img {
  max-width: 100%;
  height: auto;
}

.product p {
  margin-top: 10px;
  font-size: 14px;
}

*/


.color-chips{
  border-radius: 10px;
  width: 20px;
  height: 20px; 
  margin-bottom: 5px;
}


.header {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.content {
  display: flex;
  gap: 20px;
}

.sidebar {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.sidebar img {
  max-width: 100%;
  height: auto;
}

.sidebar p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.fs-pt-carousel img {
  max-width: 80vw;
}
.fs-c-productListItem {
  display: flex;
  flex-direction: column;
}


/* ↓↓山口追加ブランドページここから↓↓ */


.fs-top-brand-sp-only {
      display: none;
  }

.fs-top-brand-pc-only .fs-pt-carousel {
      padding-top: 0px;
  }

.fs-top-brand-pc-only {
      display: block;
  }
  
/* ↑↑山口追加ブランドページここまで↑↑ */

/* ↓↓山口追加トップページカルーセルここから↓↓ */

.top-y-sp-only {
      display: none;
  }

.top-y-pc-only {
      display: block;
  }

/* ↑↑山口追加トップページカルーセルここまで↑↑ */

/*----岩本追加検索フォーム-----*/



/*------------岩本スライド用追加CSS--------------*/


/*　スマートフォン　*/
  @media (max-width: 811px) {

  /*　共通　*/

  .sp{
    display: block;
  }
  .fs-l-page .fs-pt-carousel {
    padding-top: 70px;  /*　スライドサイズ変更のため山口調整　*/
  }

  .fs-body-top .fs-l-main{
    margin: 25px auto 24px;
  }

  .fs-l-main {
    margin: 135px auto 24px;
    padding: 8px 15px;
  }
  .fs-c-breadcrumb{
    display: none;
  }


  /*　ヘッダー　*/
  .fs-l-header{
    height: 100px;
  }
  .fs-p-logo .fs-p-logo__image {
    max-height: 40px;
    margin-left: 10px;
  }
  .fs-p-logo{
    padding: 0;
  }
  .fs-p-scrollingCartButton__label{
    font-size: 1rem;
  }
  .fs-p-headerNavBar{
    width: 100%;
    box-sizing: border-box;
    background-color: bisque;
  }
  .fs-l-header__logo{
    padding: 0 0 0 8px;
  }

  .fs-pt-carousel{
    padding-top: 70px;
    margin-top: 0;
  }

  .fs-p-headerNavigation__link{
  color:#fff!important;
  }
  .mega{
    display: none;
  }

  .sp .gnav-wrapper{
    background: #ffffff;
  }
  .sp .main-wrapper li img{
    height: 25px;
  }

  .sp .gnav a {
    border: none;
    color: #333333;
    font-size: 12px;
  }
  .sp .gnav > li:last-child a{
    border: none;
  }
  .sp .gnav li {
    width: 20%;
    padding: 10px 0;
  }
  .sp .gnav-wrapper ul{
    padding: 0;
  }
  .sp .gnav-wrapper ul p{
    margin: 0;
  }
  .gnav-wrapper ul{
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
  }
  .gnav a {
  padding:0;
  }
  .fs-p-drawer{
    margin-top: 100px;
  }


  .fs-body-top .fs-l-main .fs-p-searchForm{
    width: 100%;
    display: block;
  }



  .fs-l-sideArea {
    display: block;
  }

  /*　コラムパーツ　*/
  .custom-column4{
    display:flex;
    overflow-x:scroll;
    width: 380px;
    max-width: 100%;
  }

  .custom-column4 .fs-pt-column__item{
    width: 90%;
    flex-shrink: 0;
  }

  .custom-column{
    grid-template-columns: 1fr;
  }

  /*　お知らせ・新着情報　*/
  .fs-p-dateList > li p {
    margin: 5px 0 0 0;
    color: #646464;
    line-height: 1.4;
    padding-left: 0px;
  }
  .fs-p-dateList .fs-pt-list__item a time{
    background: #fff;
    color: #646464;
    line-height: 1.2;
    padding: 2px 4px 0 0;
  }

  .category-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-wrapper ul li {
    flex: 0 0 calc(100% / 3); /* 3等分 */
    box-sizing: border-box;
    padding: 5px; /* 余白調整 */
}


  /* グループページ*/
  .fs-body-category .fs-l-main{
    margin: 140px auto 24px;
    padding-top: 10px;
  }

  .fs-c-heading--page{
    padding: 1.2em 0 1.2em;
  }


  /* 商品ページ*/

  .fs-body-product .fs-l-main {
    margin: 0px auto 24px;
  }

  .fs-body-product .fs-p-productDescription--short p{
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .fs-body-product .fs-p-productDescription--short h2{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }

  .fs-body-product .fs-p-productDescription--short h3{
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }

  .fixed-footer-wrapper{
    position: fixed;
    bottom: 0;
    height: 50px;
    background: rgb(255, 255, 255, 0.8);
    z-index: 999;
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border-top: 1px solid #bfbfbf;
    align-items: center;
    white-space: nowrap;
  }
  
  .fixed-footer-wrapper.pc{
    display: none;
  }
  .fixed-footer-wrapper .cart-btn{
    background: #96705C;
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 2px;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .fixed-footer-wrapper .cart-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }

  .fs-body-product .fs-l-page{
    margin-top: 140px;
  }



  /*　ログインページ　*/
  .fs-body-cart-login .fs-c-loginForm{
    display: block;
  }
  .fs-body-cart-login .fs-c-subSection{
    width: 100%;
  }
  .fs-body-cart-login .fs-l-main {
    margin: 90px auto 24px;
  }


  /*　会員登録ページ　*/
  .fs-body-register .fs-l-main{
    margin: 90px auto 24px;
  }

  /* フリーページ */
  .fs-body-custom .fs-l-main{
    margin: 140px auto 0;
    padding-top: 10px;  /* トップ送料バナー追加のため山口調整　*/
  }
  .fs-l-pageMain .fs-c-documentArticle h2{
    font-size: 20px;
    font-weight: bold;
  }
  .fs-l-pageMain .fs-c-documentArticle h3{
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
  }
  .fs-body-custom .fs-c-heading--page{
    padding: 1.2em 0 1.2em;
    font-weight: bold;
    font-size: 24px;
  }
  .fs-body-custom h2{
    font-size: 20px;
    font-weight: bold;
  }
  .fs-body-custom .free-tpl1 h2 {
    font-size: 20px;
  }
  .fs-body-custom h3{
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
  }
  .fs-body-custom .fs-l-main p{
    font-size: 16px;
  }


  /*　店舗レビューページ　*/
  .fs-body-custom .free-tpl1 h2 {
    font-size: 20px;
  }
  .fs-body-custom h3 {
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
  }

  /* ショッピングクレジット */
  .shopping-shipping .step-item{
    display: block;
  }
  .shopping-shipping .step-image{
    width: 60%;
    margin: 0px auto;
  }
  .shopping-shipping .step-description{
    width: 100%;
  }
  .shopping-shipping .step-description h3{
    margin-top: 25px;
  }
  /* マイ枕のメンテナンスのご予約について*/
  .mainte-fv{
    padding: 20px 10px;
  }
  .step-head{
    display: flex;
    align-items: center;
  }
  .mainte-step-wrapper{
    padding: 20px 5px;
  }
  .mainte-step-wrapper .mainte-step-item h3{
    display: inline-block;
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mainte-step-item .mainte-no{
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 10px;
  }
  .mainte-step-item{
    padding: 25px 15px 25px;
  }

  /* マイページ*/
  .fs-c-accountService{
    max-width: 300px;
  }


  /* 岩本追加スマホ用フッター*/

    .fs-pt-menu__heading--lv1 .fs-pt-menu__link{
        background-color: #e2e2e2;
        font-weight: bold;
    }

    .iconitem-sp {
    display: block;
    }

    .fs-sp-futteradd-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* デフォルトは2カラム */
    gap: 10px;
    margin: 15px;

    }
  .iconitem-pc {
      display: none;
  }

  .fs-top-payment img{
      width: 80%;
      height: auto;
  }
  .fs-top-payment {
      margin: 0 auto;
  }

  .fs-pt-column {
    display: grid;
      grid-template-columns: 1fr ; /* デフォルトは2カラム */
  }

  .category-topicon ul {
      display: grid; /* フレックスボックスを使用して横並びに */
      grid-template-columns: repeat(2, 1fr);
      justify-content: space-between; /* 各アイテムの間隔を均等に */
  }

  .top3-icon1-pc{
        display: none;
    }

  .top3-pc-only {
      display: none;
  }

  .top3-icon1 {
      display: block;
  }

  .category-topicon img {
    width: 175px;
    height: auto;
    margin: 0 auto;
  }


  .fs-pt-carousel img {
    max-width: 100vw;
  }
  

  .fs-l-header__leftContainer {
    margin-left: 5%;
}



.wpcf7-form-control {
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
  }

  .color-chips {
    width: 15px;
    height: 15px;
  }


  /* 山口追加ブランドページ*/

.fs-top-brand-pc-only {
      display: none;
  }

.fs-top-brand-sp-only {
      display: block;
  }

.fs-top-brand-sp-only .fs-pt-carousel {
      padding-top: 0px;
  }
   

/* ↓↓山口追加トップページカルーセルここから↓↓ */

.top-y-sp-only {
      display: block;
  }

.top-y-pc-only {
      display: none;
  }


}