@charset "UTF-8";

html { scroll-behavior: smooth;}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
  margin:0;
  min-height:100vh;
  /* background: radial-gradient(120% 80% at 50% -10%, #ffb47a, #402020 60%); */
}
main {
  background: radial-gradient(120% 80% at 50% -10%, #ffb47a, #402020 60%);
  z-index: 0;
  position: relative;
}
/* 背景として敷くCanvas */
#snow{
  position: fixed; /* ←固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 背景の奥に */
}
#lp-form {
    z-index: 0;
    position: relative;
}
#footerGuide, #copyright, #footerSp, #footerPc {
    z-index: 0;
    position: relative;
}
.pc{
  display: block;
  !important;
}

.sp{
  display: none;
  width: 100%;
}

@media screen and (max-width: 750px){
  .pc{
    display: none;
    !important;
  }

  .sp{
    display: block;
    !important;
    width: 100%;
  }

}

img{
    /* width: 100%; */
    height: auto;
    vertical-align: top;
}

body[style] #floating {
    display: none;

}

#wrapper, #top{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #f6ddc3;
    font-size: clamp(10px,4vw,20px);
    overflow-x: hidden;
    position: relative;
}
@media screen and (max-width: 750px){
#wrapper, #top{
    width: 100%;
    position: relative;
    background-color: #f6ddc3;
}
}

#lp_251cp{
  margin: auto;
  background-color: #f6ddc3;
  /* background-image: radial-gradient(at 50% 12%, rgba(255, 238, 216, 1), rgba(255, 114, 83, 0.86) 80%); */
  background-size: cover;
  background-position: center;
}

#top .kv{
   width: 100%;
  margin: 0 auto;
  position: relative;

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

.w750{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.w750 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kv {
    position: relative;
}

.kv {
    position: relative;
}

.navi {
    position: absolute;
    top: 74%;
    left: 53%;
    transform: translateX(-50%);
    width: 750px;
    z-index: 10;
}

.menu-row {
    display: flex;
    /* gap: 10px; */
    margin-left: 1%;
  width: 94%;
}

.menu01 {
    flex: 5.1;
}

.menu02 {
    flex: 4.8;
}

.menu03 {
    width: auto;
    margin-top: 1%;
    margin-left: 1%;
}

/* ▼ スマホ時も横並びを維持 */
@media screen and (max-width: 767px) {
    .navi {
      margin-left: 1%;
  width: 100%;
    }
    .menu-row {
        gap: 5px;
        width: 90%;
    }

    .menu01, .menu02{
        width: 90%;
    }
    .menu03{
      width: 90%;
    }



    .menu01 img,
    .menu02 img,
    .menu03 img {
        width: 100%;
        height: auto;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25), 0 3px 5px rgba(0, 0, 0, 0.1);
    }
}


.shine {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.6) 45%,
    rgba(255, 255, 255, 0.6) 55%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineEffect 3s ease-in-out infinite;
  pointer-events: none;
}


@keyframes shineEffect {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* .shine img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
} */




 /* 2510cp タブ */
 .tab-wrapper {
   width: 750px;
   max-width: 100%;
   margin: 0 auto;
   background: #fff;
   overflow: hidden;
 }

 /* ラジオボタンを非表示 */
 .tab-wrapper input[type="radio"] {
   display: none;
 }

 /* --- タブ画像エリア --- */
 .tab-labels {
   display: flex;
   justify-content: space-between;
   padding: 0;
   height: 100%;
   padding: 22% 2% 2%;
   background: url("../img/anker_bg.jpg") no-repeat 0 0 / 100%;
 }

 .tab-labels label {
   flex: 1;
   text-align: center;
   cursor: pointer;
   transition: opacity .3s ease;
   gap: 2%;

 }

 /* タブ画像サイズ指定 */
 .tab-labels label img {
   display: block;
   width: 95%;
    border-radius: 10px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); /* 下方向に影 */
   margin-bottom: 5%;
   margin-left: 3%;
   text-align: center;
   height: auto;
 }

 /* ホバー時に半透明 */
 .tab-labels label:hover {
   opacity: 0.7;

 }


 /* ボタン */
 .img-glossy {
   position: relative;
   display: inline-block;
   overflow: hidden;
   border-radius: 10px;
 }

 .img-glossy::before {
   content: "";
   position: absolute;
   top: 0;
   left: -75%;
   width: 50%;
   height: 100%;
   background: linear-gradient(
     120deg,
     rgba(255,255,255,0) 0%,
     rgba(255,255,255,0.5) 50%,
     rgba(255,255,255,0) 100%
   );
   transform: skewX(-25deg);
   animation: shine 3s infinite;
 }

 @keyframes shine {
   0% { left: -75%; }
   100% { left: 125%; }
 }

 .img-3d {
   display: block;
   width: 100%;

   /* box-shadow:
     0 8px 15px rgba(0,0,0,0.25),
     0 3px 5px rgba(0,0,0,0.1);  */
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .img-3d:hover {
   transform: translateY(-5px);
   /* box-shadow:
     0 12px 20px rgba(0,0,0,0.35),
     0 5px 8px rgba(0,0,0,0.15); */
 }


 /* コンテンツ部分 */
 .tab-content > div {
   display: none;
   width: auto;
   text-align: center;
   animation: fade .3s ease;
 }
 #tab1:checked ~ .tab-content .content1,
 #tab2:checked ~ .tab-content .content2,
 #tab3:checked ~ .tab-content .content3,
 #tab4:checked ~ .tab-content .content4 {
   display: block;
 }

 @keyframes fade {
   from { opacity: 0; }
   to   { opacity: 1; }
 }


/*アンカーボタン*/

#anker{
      margin: 0 auto;
      width: 100%;
      padding: 5%;
      background: url("../img/anker_bg.png") no-repeat 0 0 / 100%;
    }

.button-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 2列 */
      gap: 10px;
      max-width: 750px;
      margin: 0 auto;

    }

    .button-grid button {
      padding: 0;
      border: none;
      background: none;

    }

    .button-grid img {
      width: 100%;
      height: auto;
      display: block;
    }




#lp_2509cp,
#sec01_2511cp,
#type01,
#type02,
#type03,
#type04,
#item_area01,
#item_area02,
#item_area03,
#sec_bnr{
      width: 100%;
      position: relative;
    }


#sec01_2511cp{
      margin: 0 auto;
      width: 100%;
      background: url("../img/sec01_bg.jpg") no-repeat 0 0 / 100% 100%;
    }

#type01{
          margin: 0 auto;
          width: 100%;
          background: url("../img/type01_bg.jpg") no-repeat 0 0 / 100% 100%;
          background-color: #ffe9e4;
        }
#type02{
          margin: 0 auto;
          width: 100%;
          background: url("../img/type02_bg.jpg") no-repeat 0 0 / 100% 100%;
          background-color: #f8e0ce;
        }
#type03{
          margin: 0 auto;
          width: 100%;
          background: url("../img/type03_bg.jpg") no-repeat 0 0 / 100% 100%;
          background-color: #fdf2d5;
        }
#type04{
          margin: 0 auto;
          width: 100%;
          background: url("../img/type04_bg.jpg") no-repeat 0 0 / 100% 100%;
          background-color: #f6e9ea   ;
        }

#item_area01{
    margin: 0 auto;
    width: 100%;
    background: url("../img/item01_bg.jpg") no-repeat 0 0 / 100% 100%;
    transform: translateZ(0);
    }

#item_area02{
    margin: 0 auto;
    width: 100%;
    background: url("../img/item02_bg.jpg") no-repeat 0 0 / 100% 100%;
    transform: translateZ(0);
    }

#item_area03{
      margin: 0 auto;
      width: 100%;
      background: url("../img/item03_bg.jpg") no-repeat 0 0 / 100% 100%;
      transform: translateZ(0);
      }


/*比較表*/

.chart01{
padding: 2%;
background:#ffe9e4;
}
.chart02{
padding: 2%;
background:#f8e0ce;
}
.chart03{
padding: 2%;
background:#fdf2d5;
}
.chart04{
padding: 2%;
background:#f6e9ea;
}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 1020px;
  vertical-align: top;
  margin: 2%;

}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}



.point_btn01{
  display: block;
  position: absolute;
  z-index: 1;
  top: 22.5%;
  left: 67%;
  width: 25%;
  }

@media screen and (max-width: 750px){
  .point_btn01{
    display: block;
    position: absolute;
    z-index: 1;
    top: 21%;
    left: 67%;
    width: 25%;
    }
   }

.point_btn02{
  display: block;
  position: absolute;
  z-index: 1;
  top: 29.2%;
  left: 6%;
  width: 25%;
  }
@media screen and (max-width: 750px){
  .point_btn02{
    display: block;
    position: absolute;
    z-index: 1;
    top: 26.5%;
    left: 6%;
    width: 25%;
    }
   }

.point_btn03{
  display: block;
  position: absolute;
  z-index: 1;
  top: 33.8%;
  left: 9%;
  width: 25%;
  }
@media screen and (max-width: 750px){
    .point_btn03{
      display: block;
      position: absolute;
      z-index: 1;
      top: 31%;
      left: 6%;
      width: 25%;
      }
     }



.point_btn04{
  display: block;
  position: absolute;
  z-index: 1;
  top: 39%;
  left: 69%;
  width: 25%;
  }
@media screen and (max-width: 750px){
  .point_btn04{
    display: block;
    position: absolute;
    z-index: 1;
    top: 39%;
    left: 69%;
    width: 25%;
  }
}

    #attention{
      margin: 0 auto;
      width: 100%;
      padding: 10%;
      background-color: #f2f2f2;
      font-size: 90%;
      line-height: 1.6;
    }

    #attention_offer{
      margin: 0 auto;
      width: 100%;
      padding: 10%;
      background-color: #ffc5b1;
      font-size: 90%;
      line-height: 1.6;
    }

    #attention p.red,
    #attention_offer p.red{
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    font-size: 92%;
    padding: 5px 2px 15px 2px;
    color: #b51d1d;
}

    #attention_offer p.txt{
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
        font-size: 92%;
        padding: 5px 2px 15px 2px;
        color: #fff;
        }
    #attention p.title,
    #attention_offer p.title{
      font-weight: bold;
      position: relative;padding: 4%;
      cursor: pointer;font-size: 105%;
      text-align: center;
      line-height: 1;
      font-weight: 600;
      border-radius:0px;

    }



    .target-area {
          position: relative;
        }
        #floating {
          position: fixed;
          display: none;
          opacity: 0;
          z-index: 98;
          width: 100%;
          max-width: 750px;
          bottom: 0;
          margin: 1%;
          z-index: 10000;
        }

        #floating.fixed {
          display: block;
          opacity: 1;
        }

        #floating ul {
          display: flex;
          justify-content: center;
          list-style: none;
          padding: 0;
          margin: 0 auto;
          width: 98%;
          padding-right: 3%;
        }
        #floating li img {
          width: 100%;
          text-align: center;
        }
        #floating li:nth-of-type(1) {
          margin-right: 5px;
        }
        #floating li:nth-of-type(2) {
          margin-left: 5px;
        }
        @media (max-width: 768px) {
          #floating li:nth-of-type(1) {
            margin-right: 2px;
          }
          #floating li:nth-of-type(2) {
            margin-left: 2px;
          }
        }
        .floating-link.disabled {
          pointer-events: none; /* リンクを無効にする */
          opacity: 0.5; /* 視覚的に無効化を示す */
        }

        .clearLeft {
        clear: left;
        }

        /*エフェクト*/

        /* --- 下からふわっと --- */
        .fadeUpTrigger {
          opacity: 0;
          transform: translateY(15px);
          transition: all 1.5s ease-out;
        }
        .fadeUpTrigger.fadeUp {
          opacity: 1;
          transform: translateY(0);
        }

        /* --- シンプルフェードイン --- */
        .fade-in-simple {
          opacity: 0;
          transition: opacity 1.5s ease;
        }
        .fade-in-simple.visible {
          opacity: 1;
        }

        /* --- スケールでふわっと --- */
        .fade-in-fuwa {
          opacity: 0;
          transform: scale(0.95);
          transition: opacity 1.5s ease, transform 1.5s ease;
        }
        .fade-in-fuwa.visible {
          opacity: 1;
          transform: scale(1);
        }

        /* --- 左からスライドイン --- */
        .fadeLeftTrigger {
          opacity: 0;
          transform: translateX(-30px);
          transition: all 1.2s ease-out;
        }
        .fadeLeftTrigger.fadeLeft {
          opacity: 1;
          transform: translateX(0);
        }

        /* --- 右からスライドイン --- */
        .fadeRightTrigger {
          opacity: 0;
          transform: translateX(30px);
          transition: all 1.2s ease-out;
        }
        .fadeRightTrigger.fadeRight {
          opacity: 1;
          transform: translateX(0);
        }


.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity:0;
    }

    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }

      to {
        opacity: 1;
      transform: translateY(0);
      }
    }


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
        opacity: 0;
    }

.anim-box.fadein.is-animated {
        animation: fadeIn 0.9s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    }

@keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

/* モーダルを開くボタン */
    .modal__trigger {
      cursor: pointer;
    }
    .modal__trigger:nth-child(n + 2) {
      margin-top: 60px;
    }

    /* モーダル本体 */
    .modal__wrapper {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100vh;
    }
    /* モーダルbg */
    .modal__layer {
      height: 100%;
      background: rgba(50, 50, 50, .85);
      cursor: pointer;
    }
    .modal__container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(calc(100% - 40px), 750px);
      height: calc(100% - 40px);
      padding: 20px;
      /* background: #fff; */
    }
    .modal__inner {
      position: relative;
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      padding: 0;
    }

    /* 閉じるボタン */
    .modal__close {
      position: absolute;
      top: 20px;
      right: 2%;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 100px;
      cursor: pointer;
      transition: opacity .6s;
    }
    .modal__close:hover {
      opacity: .6;
    }
    .modal__close:before,
    .modal__close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      background: #000;
      content: '';
    }
    .modal__close:before {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .modal__close:after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* モーダル内のコンテンツ */
    .modal__content {
      width: 98%;
      max-width: 700px;
      max-height: 90vh;
      margin: auto;
    }
    .modal__content img {
      display: block;
      width: 100%;
      margin-top: 15px;
      line-height: 2.875;
    }
    @media screen and (max-width: 750px){

      .modal__inner {
        position: relative;
        overflow-y: scroll;
        max-width: 460px;
        height: 100%;
        margin: auto;
        /* padding: 80px 0 0; */
    }
    }


/* .w750{
    width: 100%;
} */


.shadow {
   filter: drop-shadow(2px 2px 2px #6890ac);
}




a:hover, .con_btn:hover, input:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}





/*オファー*/

.offer-area {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 10px 40px 10px;
  text-align: center;
  box-sizing: border-box;
  background-color: white;
}
.offer_01{
  position:relative;
  width: 100%;
  margin: auto;
  border: 5px solid #0037b0;
  padding: 3%;
  background-color: white;

}
.offer_02{
  position:relative;
  width: 100%;
  margin: auto;
  border: 5px solid #b73fa4;
  padding: 3%;
  background-color: white;

}

.offer_03{
  position:relative;
  width: 100%;
  margin: auto;
  border: 5px solid #31b2ce;
  padding: 3%;
  background-color: white;

}


.offer-area .tab1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 10px;
  justify-items: center;
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}

.offer-area .tab2 {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 10px;
  justify-items: center;
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}


.offer-area .tab3 {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 10px;
  justify-items: center;
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}

.offer-area .tab1 img,
.offer-area .tab2 img,
.offer-area .tab3 img{
  width: 100%;
  max-width: 340px; /* PCサイズ */
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}

.offer-area .tab img:hover {
  opacity: 0.8;
}

/* --- スマホ（幅750px以下） --- */
@media (max-width: 767px) {
  .offer-area .tab1{
    top: 24.5%; /* 位置を微調整 */
    gap: 6px;
    max-width: 90%; /* 横幅全体を縮小 */
  }

  .offer-area .tab2{
    top: 26%; /* 位置を微調整 */
    gap: 6px;
    max-width: 90%; /* 横幅全体を縮小 */
  }

  .offer-area .tab3 {
    top: 23.5%; /* 位置を微調整 */
    gap: 6px;
    max-width: 90%; /* 横幅全体を縮小 */
  }

  .offer-area .tab img {
    max-width: 100%; /* ボタン自体を小さくする */
  }
}

.tab-row_size {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  /* margin-bottom: 15px; */
  top: 36%;
  margin-left: 5%;
  margin-right: 6%;
}

.tab-row_size2 {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  /* margin-bottom: 15px; */
  top: 37%;
  margin-left: 5%;
  margin-right: 6%;
}

.tab-row_size3 {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  /* margin-bottom: 15px; */
  top: 38%;
  margin-left: 5%;
  margin-right: 6%;
}





.tab-row_size img,
.tab-row_size2 img,
.tab-row_size3 img{
  width: 33%;
  max-width: 33%;
  display: flex;
  /* width: calc(20% - 10px);
  max-width: 120px; */
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}




#sizeButtons img{
  width: 31%;
  max-width: 31%;
}
#pillowButtons img {
  width: 47%;
  max-width: 47%;
}

.image-area img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cart-button {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin: 0 auto;
  top:55%;
}

.cart-button02 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin: 0 auto;
  top:57%;
}

.soldout_button {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin: 0 auto;
  top:57%;
}


.cart-button03 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin: 0 auto;
  top: 62.5%;
}

.cart-button img,
.cart-button02 img,
.cart-button03 img{
  width: 100%;
  max-width: 100%;
  margin-left: 5%;

}

.soldout_button img  {
  width: 100%;
  max-width: 100%;
  margin-left: 12%;

}

@media (max-width: 750px) {
  .tab-row img {
    width: 45%;
  }

  #sizeButtons img{
    width: 31%;
  }
  .cart-button {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    margin: 0 auto;
    top:54%;
  }

  .cart-button02 {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    margin: 0 auto;
    top:56%;
  }


.soldout_button{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  margin: 0 auto;
  top:56%;
}


  .cart-button03 {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    margin: 0 auto;
    top: 61.5%;
  }



  .cart-button img,
  .cart-button02 img,
  .cart-button03 img{
    width: 90%;
    max-width: 100%;
    margin-left: 4%;

  }

  .soldout_button img {
    width: 90%;
    max-width: 100%;
    margin-left: 0%;

  }


}
