@charset "UTF-8";

html { scroll-behavior: smooth;}

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

body {
overflow-x: hidden;
!important;
}

.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;
    font-size: clamp(10px,4vw,20px);
    overflow-x: hidden;
    position: relative;
}
@media screen and (max-width: 750px){
#wrapper, #top{
    width: 100%;
    position: relative;
}
}
#lp_2506summer{
  background-color: #ffffff;
  background-image: linear-gradient(169deg, rgba(65, 132, 253, 1), rgba(42, 240, 221, 1));
  background-attachment: fixed;
  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: 82%;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    z-index: 10;
}

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

.menu01 {
    flex: 6;
}

.menu02 {
    flex: 4;
}

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

/* ▼ スマホ時も横並びを維持 */
@media screen and (max-width: 767px) {
    .navi {
        width: 99%;
    }

    .menu01, .menu02{
        width: 100%;
    }
    .menu03{
      width: 97%;
    }

    .menu-row {
        gap: 5px;
    }

    .menu01 img,
    .menu02 img,
    .menu03 img {
        width: 100%;
        height: auto;
    }
}


.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);
}

/*アンカーボタン*/

#anker{
      margin: 0 auto;
      width: 100%;
      padding: 5%;
      background: url("../img/anker_bg.jpg") no-repeat 0 0 / 100% 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_2506summer,
#cp2506_fv,
#sec01_2506cp,
#sec02_2506cp,
#sec03_2506cp,
#sec04_2506cp,
#sec05_2506cp,
#sec06_2506cp,
#sec07_2506cp,
#sec08_2506cp,
#sec09_2506cp,
#sec10_2506cp,
#sec10_2506cp,
#sec11_2506cp,
#sec12_2506cp,
#sec_bnr{
      width: 100%;
      position: relative;
    }


#sec01_2506cp{
      margin: 0 auto;
      width: 100%;
      background-color: #cce3ec;
    }
#sec02_2506cp{
      margin: 0 auto;
      width: 100%;
      background: url("../img/sec02_bg_26.jpg") no-repeat 0 0 / 100% 100%;
    }

#sec03_2506cp{
          margin: 0 auto;
          width: 100%;
          background: url("../img/sec03_bg.png") no-repeat 0 0 / 100% 100%;
        }
#sec04_2506cp{
    margin: 0 auto;
    width: 100%;
    background: url("../img/sec04_bg.jpg") no-repeat 0 0 / 100% 100%;
    }
#sec05_2506cp{
    margin: 0 auto;
    width: 100%;
    background: url("../img/sec05_bg.jpg") no-repeat 0 0 / 100% 100%;
    }
#sec06_2506cp{
    margin: 0 auto;
    width: 100%;
    background: url("../img/sec06_bg.jpg") no-repeat 0 0 / 100% 100%;
    }

.point_btn01{
  display: block;
  position: absolute;
  z-index: 1;
  top: 24%;
  left: 63%;
  width: 32%;
  }

.point_btn02{
  display: block;
  position: absolute;
  z-index: 1;
  top: 34%;
  left: 8%;
  width: 32%;
  }

.point_btn03{
  display: block;
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 8%;
  width: 32%;
  }

.point_btn04{
  display: block;
  position: absolute;
  z-index: 1;
  top: 39%;
  left: 59%;
  width: 32%;
  }

.detail_btn01{
    display: block;
      position: absolute;
      z-index: 1;
      top: 55%;
      left: 16%;
      width: 40%;
  }

.detail_btn02{
  display: block;
  position: absolute;
  z-index: 1;
  top: 66.5%;
  left: 14%;
  width: 40%;
  }

.detail_btn03{
  display: block;
  position: absolute;
  z-index: 1;
  top: 63.5%;
  left: 14%;
  width: 40%;
  }

.detail_btn04{
  display: block;
  position: absolute;
  z-index: 1;
  top: 53.5%;
  left: 14%;
  width: 40%;
  }

.detail_btn05{
  display: block;
  position: absolute;
  z-index: 1;
  top: 48.8%;
  left: 30%;
  width: 40%;
  }

.detail_btn06{
  display: block;
  position: absolute;
  z-index: 1;
  top: 59.5%;
  left: 29%;
  width: 40%;
  }

.detail_btn07{
  display: block;
  position: absolute;
  z-index: 1;
  top: 29%;
  left: 30%;
  width: 40%;
  }

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

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

    }





    /*アコーディオン*/
    #cp2506_100 .toggle_contents {margin:0% 10% 5% 10%;}
    #cp2506_100 .toggle_title {position: relative;padding: 4%;cursor: pointer;font-size: 105%;text-align: center;line-height: 1;font-weight: 600;border-radius:0px; color: #FFF; background-color: #c9b16f;}
    #cp2506_100 .toggle_btn {position: absolute;top: 50%;right: 15px;transform: translateY(-50%);background: #eaeff4;display: block;width: 24px;height: 24px;text-indent: 100%;white-space: nowrap;overflow: hidden;border-radius: 50%;}
    #cp2506_100 .toggle_btn:before, .toggle_btn:after {display: block;content: '';background-color: #333;position: absolute;width: 10px;height: 1px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
    #cp2506_100 .toggle_btn:before {width: 1px;height: 10px;}
    #cp2506_100 .toggle_title.selected .toggle_btn:before {content: normal;}
    #cp2506_100 .toggle_contents dd {display: none;}
    #cp2506_100 .toggle_contents dd {padding: 5%;margin: 0;background: #f9f9f9; }
    #cp2506_100 .toggle_contents dd h5{line-height:1.6;text-align:left; padding:5px 2px;;margin:5px 0 10px 0;color:#333;font-size:88%;}
    #cp2506_100 .toggle_contents dd h5 span{font-weight:200; font-size:75%;}
    #cp2506_100 .toggle_contents dd p{line-height:1.6;text-align:left;font-size:92%;padding:5px 2px 15px 2px;color:#333333;}
    #cp2506_100 .toggle_contents dd p.red{ font-weight: bold;line-height:1.6;text-align:left;font-size:92%;padding:5px 2px 15px 2px; color:#b51d1d;}
    .attention {color: #000 !important;}
    .supplement_bnr {
      width: 100%;
      max-width: 480px;
      margin: 2em auto 2em;
    }


    .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;
        }


.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;
}



/*オファー*/
#offer01{
  margin: 0 auto;
  width: 100%;
  background: url("../img/offer01_bg.jpg") no-repeat 0 0 / 100% 100%;
  padding-bottom: 10%;
}
#offer02{
  margin: 0 auto;
  width: 100%;
  background: url("../img/offer02_bg.jpg") no-repeat 0 0 / 100% 100%;
  padding-bottom: 10%;
}
#offer03{
  margin: 0 auto;
  width: 100%;
  background: url("../img/offer03_bg.jpg") no-repeat 0 0 / 100% 100%;
  padding-bottom: 10%;
}

.offer-area {
  margin: auto;
    text-align: center;
    background-color: white;
    max-width: 710px;
    width: 94%;
}

.button-group {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#imageMiddle_block1,
#imageMiddle_block2,
#imageMiddle_block3,
#imageBottom_block1,
#imageBottom_block2,
#imageBottom_block3{
  margin: 2% auto;
  width: 98%;
}

.cart_btn{
  margin: auto;
  width: 96%;
}

.button-group.product-buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 10px;
  margin-bottom: 2%;
  padding: 3%;
}

.image-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.image-button img {
  /* width: 80px;
  height: auto;
  display: block; */
}
.image-button.selected img {
  /* outline: 2px solid #28a745;
  border-radius: 4px; */
}

.size-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap; /* 行が足りないときは折り返し */
  margin: 10px 0;
}

.size-buttons .image-button {
  padding: 0;
  border: none;
  background: none;
  flex-shrink: 0;
}

.size-buttons .image-button img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .size-buttons .image-button img {
    width: 110px;
  }
}



.button-group.size-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 3%;
}

.button-group.size-buttons .image-button {
flex: 1;
display: flex;
justify-content: center;
}
/*エフェクト*/

/* --- 下からふわっと --- */
.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);
}



/*オファー*/

#imageTop_block1,
#imageTop_block2,
#imageTop_block3 {
    margin: 0 auto;
    max-width: 710px;
    width: 94%;
}
.tabset-content, .sub-tabset-content {
    display: none;
}
.tabset-container {
    margin: auto;
    text-align: center;
    background-color: white;
    max-width: 710px;
    width: 94%;
}
.tabsets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3%;
}
.tabsets button {
    width: 49.2%;
    padding-top: 18%;
    border: none;
    cursor: pointer;
}
.tabsets button:nth-child(1),
.tabsets button:nth-child(2) {
    margin-bottom: 1.7%;
}
.tabsets .btn-mtr2 {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product9.png') no-repeat center / contain;
}
.tabsets .btn-3r {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product10.png') no-repeat center / contain;
}
.tabsets .btn-3ori {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product11.png') no-repeat center / contain;
}
.tabsets .btn-ftn {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product12.png') no-repeat center / contain;
}
.tabsets .btn-mtr2.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product9_on.png') no-repeat center / contain;
}
.tabsets .btn-3r.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product10_on.png') no-repeat center / contain;
}
.tabsets .btn-3ori.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product11_on.png') no-repeat center / contain;
}
.tabsets .btn-ftn.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/product12_on.png') no-repeat center / contain;
}
.sub-tabsets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3%;
}
.sub-tabsets button {
    width: 32%;
    padding-top: 18%;
    border: none;
    cursor: pointer;
}
.sub-tabsets .size-mtr2-s {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_s.png') no-repeat center / contain;
}
.sub-tabsets .size-mtr2-m {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_m.png') no-repeat center / contain;
}
.sub-tabsets .size-mtr2-l {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_l.png') no-repeat center / contain;
}
.sub-tabsets .size-mtr2-s.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_s_on.png') no-repeat center / contain;
}
.sub-tabsets .size-mtr2-m.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_m_on.png') no-repeat center / contain;
}
.sub-tabsets .size-mtr2-l.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/mtr2_size_l_on.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-s,
.sub-tabsets .size-3ori-s {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_s.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-m,
.sub-tabsets .size-3ori-m {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_m.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-l,
.sub-tabsets .size-3ori-l {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_l.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-s.active,
.sub-tabsets .size-3ori-s.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_s_on.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-m.active,
.sub-tabsets .size-3ori-m.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_m_on.png') no-repeat center / contain;
}
.sub-tabsets .size-3r-l.active,
.sub-tabsets .size-3ori-l.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/3r_3ori_size_l_on.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-s {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_s.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-m {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_m.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-l {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_l.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-s.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_s_on.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-m.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_m_on.png') no-repeat center / contain;
}
.sub-tabsets .size-ftn-l.active {
  background: url('https://d2w53g1q050m78.cloudfront.net/ichibanboshicom/uploads/2505cp/img/buttons/ftn_size_l_on.png') no-repeat center / contain;
}
.sub-tabset-content > img {
    margin: 2% auto;
    width: 98%;
}
.sub-tabset-content a img {
    margin: 0 auto;
    display: block;
    width: 91.3%;
}
@media (max-width: 768px) {
  .tabsets button:nth-child(1), .tabsets button:nth-child(2) {
    margin-bottom: 3.1%;
  }
  .tabsets button {
    margin-bottom: 2%;
  }
  .tabsets button {
    width: 48.5%;
  }
  .sub-tabsets button {
    width: 31.4%;
  }
  .button-group.size-buttons {
    margin-bottom: 25px;
  }
}
