@charset "UTF-8";
#id250703summer html {
  font-size: 16px;
  overflow-x: hidden;
}

#id250703summer body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

#id250703summer a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #id250703summer a[href^="tel:"] {
    pointer-events: auto;
  }
  .lc-header {
    z-index: 12;
  }
}

#id250703summer a {
  transition: opacity 0.3s;
}
#id250703summer a:hover {
  opacity: 0.7;
}

#id250703summer *,
#id250703summer *::before,
#id250703summer *::after {
  box-sizing: border-box;
}

/* Remove default padding */
#id250703summer ul,
#id250703summer ol {
  padding: 0;
}

/* Remove default margin */
      #id250703summer body,
#id250703summer h1,
#id250703summer h2,
#id250703summer h3,

#id250703summer p,
#id250703summer ul,
#id250703summer ol,
#id250703summer figure,
#id250703summer blockquote,
#id250703summer dl,
#id250703summer dd {
  margin: 0;
}

/* Set core root defaults */
#id250703summer html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
#id250703summer body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
#id250703summer ul,
#id250703summer ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
#id250703summer a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

#id250703summer a {
  text-decoration: none;
}

/* Make images easier to work with */
#id250703summer img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
#id250703summer article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
#id250703summer input,
#id250703summer button,
#id250703summer textarea,
#id250703summer select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
#id250703summer img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
#id250703summer input,
#id250703summer button,
#id250703summer select,
#id250703summer textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#id250703summer textarea {
  resize: vertical;
}

#id250703summer input[type=checkbox],
#id250703summer input[type=radio] {
  display: none;
}

#id250703summer input[type=submit],
#id250703summer input[type=button] {
  cursor: pointer;
}
#id250703summer select::-ms-expand {
  display: none;
}


  .md-none{
    display: block;
  }
  @media screen and (max-width: 768px) {
    .md-none{
      display: none;
    }
  }
  .md-show{
    display: none;
  }
  @media screen and (max-width: 768px) {
    .md-show{
      display: block;
    }
  }
  .md2-show{
    display: none;
  }
  @media screen and (max-width: 900px) {
    .md2-show{
      display: block;
    }
  }
  .md2-none{
    display: block;
  }
  @media screen and (max-width: 900px) {
    .md2-none{
      display: none;
    }
  }
 
.inner{
  max-width: 1250px;
  width: 100%;
  padding:0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner{
    padding:0 24px;
  }
}


/* ===============================================================================================
======================================= SANDALS LANDING PAGE =====================================
=============================================================================================== */

/* MV*/
#id250703summer .mv{
  background-color: #FDFEF3;
  padding-top: calc(72 / 1600 * 100vw);
  padding-bottom: calc(76 / 1600 * 100vw);
}
@media screen and (max-width: 768px) {
  #id250703summer .mv{
    padding-top: calc(14 / 393 * 100vw);
    padding-bottom: calc(28 / 393 * 100vw);
  }
}


#id250703summer .mv-inner{
  max-width: 2050px;
  width: 100%;
  padding:0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #id250703summer .mv-inner{
    padding:0 15px;
  }
}
#id250703summer .mv-recomend-text-img-wrap{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#id250703summer .mv-recomend-asirai-img{
  width: calc(131.949 / 1600 * 100vw);
  height: calc(64 / 1600 * 100vw);
  position: absolute;
  top: 36%;
  left: 109%;
  z-index: 1;
}

#id250703summer .mv-recomend-text-img{
  max-width: calc(402 / 1600 * 100vw);
  width: 100%;
  height: auto;
  aspect-ratio: 402 / 87;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #id250703summer .mv-recomend-text-img{
    max-width: calc(279 / 393 * 100vw);
    aspect-ratio: 279 / 62;
  }
}
#id250703summer .mv-recomend-text-img svg{
width: calc(402 / 1600 * 100vw);
height: calc(87 / 1600 * 100vw);
}
@media screen and (max-width: 768px) {
  #id250703summer .mv-recomend-text-img svg{
    width: calc(279 / 393 * 100vw);
    height: calc(62 / 393 * 100vw);
    margin-top: 0;
  }
}
#id250703summer .mv-recomend-text-img img{
width: 100%;
height: 100%;
object-fit: contain;
}
#id250703summer .mv-recomend-text-small{
  color:  #000;
text-align: center;

font-family: "Noto Sans JP";
font-size: calc(32 / 1600 * 100vw);
font-style: normal;
font-weight: 400;
line-height: 140%; /* 44.8px */
letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  #id250703summer .mv-recomend-text-small{
    font-size: calc(22 / 393 * 100vw);
  }
}

#id250703summer .mv-recomend-text{
  color:#000;
text-align: center;
font-family: "Noto Sans JP";
font-size: calc(50.287 / 1600 * 100vw);
font-style: normal;
font-weight: 350;
line-height: 110%; /* 70.402px */
letter-spacing: 2.514px;
margin-top: -20px;
}
@media screen and (max-width: 768px) {
      #id250703summer .mv-recomend-text{
    font-size: calc(32 / 393 * 100vw);
    margin-top: -17px;
  }

    
  
}


#id250703summer .mv-img{
  max-width: calc(1190 / 1600 * 100vw);
  width: 100%;
  height: auto;
  aspect-ratio: 1190 / 359;
  margin: 0 auto;
  margin-top: 44.95px;

  }
  #id250703summer .mv-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #id250703summer .mv-img{
    max-width: 100%;
    aspect-ratio: 345 / 340;
    margin-top: calc(17.41 / 393 * 100vw);
  }
}
/* テキストセクション */
#id250703summer .text-section {
  background-color: #FFF;
padding: 56px 0;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #id250703summer .text-section{
    padding: calc(20 / 393 * 100vw) 0;
  }
}
#id250703summer .text-inner {
  max-width: 1200px;
  width: 100%;
  padding:0 25px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #id250703summer .text-inner{
    padding:0 calc(24 / 393 * 100vw);
  }
}

#id250703summer .text-line{
  color: #000;
text-align: center;
font-family: "Noto Sans JP";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 32px */
}

#id250703summer .mv-text-line{
  text-decoration: underline;
  text-decoration-color: #F6B8BD;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
}



/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  
  #id250703summer .text-line {
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
  }

}

/* アンカーリンク */
  #id250703summer .ancher-link{
  background-color: #FDFEF3;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  #id250703summer .ancher-link{
    padding-top: calc(26.69 / 393 * 100vw);
  }
}
.ancher-link-flex{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #id250703summer .ancher-link-flex{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 23px;
    row-gap: 16px;
  }
}
#id250703summer .ancher-link-flex-item{
  max-width: 270px;
  width: 100%;
  height: auto;
  aspect-ratio: 270 / 445.61;
}
#id250703summer .ancher-link-flex-item picture{
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #id250703summer .ancher-link-flex-item{
    max-width: 100%;
    width: calc(161 / 393 * 100vw);
    aspect-ratio: 161 / 321.82;
  }
}

@media screen and (max-width: 768px) {
  #id250703summer .sp-299{
    max-width: 100%;
    width: calc(161 / 393 * 100vw);
    aspect-ratio: 161 / 299.82;
  }
}
#id250703summer .ancher-link-flex-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==============================================
   RECOMMEND SECTION
   ============================================== */


      #id250703summer .recommend-section {
     background-color: #FDFEF3;
     padding: calc(72 / 1600 * 100vw) 0;
     padding-bottom: calc(187 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-section {
       padding: 72px 0;
       padding-bottom: 187px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-section {
       padding: calc(48 / 393 * 100vw) 0;
       padding-bottom: calc(32 / 393 * 100vw);
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-section {
       padding: 48px 0;
       padding-bottom: 32px;
     }
   }
   
   #id250703summer .recommend-section2 {
     background-color: #FDFEF3;
     padding: calc(72 / 1600 * 100vw) 0;
     padding-bottom: 54px;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-section2 {
       padding: 72px 0;
       padding-bottom: 54px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-section2 {
       padding: calc(48 / 393 * 100vw) 0;
       padding-bottom: 0px;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-section2 {
       padding: 48px 0;
       padding-bottom: 0px;
     }
   }
  
  
     /* タイトル部分 */
   #id250703summer .recommend-title-container {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: calc(24 / 1600 * 100vw);
     margin-bottom: calc(45 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-title-container {
       gap: 24px;
       margin-bottom: 45px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-title-container {
       gap: calc(16 / 393 * 100vw);
       margin-bottom: calc(37 / 393 * 100vw);
     }
   }
   
   @media screen and (max-width: 320px) {

   }
  
  #id250703summer .recommend-number p {
    font-family: "Autour One", sans-serif;
    font-size: 32px;
    color: #C36565;
    margin: 0;
    text-align: center;
    line-height: 1;
  }
  
  #id250703summer .recommend-main-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  
    padding: 0 24px;
    z-index: 1;
  }
  
  #id250703summer .recommend-main-title .title-border {
    display: none;
  }
  
  #id250703summer .recommend-main-title h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin: 0;
    white-space: nowrap;
    line-height: 1.3;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-title h2{
     text-align: center;
  }
}
  
  #id250703summer .recommend-main-title h2::before {
    position: absolute;
    z-index: -1;
    left: -24px;
    bottom: 50%;
    width: calc(100% + 48px);
    height: 2px;
    background-color: #FDFEF3;
    content: '';
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-title h2::before {
     position: static;
    }
  }
  
  /* メインコンテンツ */
  #id250703summer .recommend-main-content {
    display: flex;
    flex-direction: column;
    gap: 72px;
    border-top: 2px solid #000;
  
    position: relative;
  
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-content {
      border-top: none;
    }
  }
  
     /* 商品セクション */
   #id250703summer .recommend-product-section {
     background-color: #FFF;
     padding: calc(88 / 1600 * 100vw) calc(48 / 1600 * 100vw) calc(64 / 1600 * 100vw);
     display: flex;
     gap: calc(64 / 1600 * 100vw);
     position: relative;
     border-bottom: 2px solid #000;
     max-width: 1200px;
     width: 100%;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-product-section {
       padding: 88px 48px 64px;
       gap: 64px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-product-section {
       flex-direction: column;
       padding: 0;
       gap: calc(26 / 393 * 100vw);
       border-bottom: none;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-product-section {
       gap: 26px;
     }
   }
  .recommend-section-inner{
    max-width: 1250px;
    width: 100%;
    padding:0 25px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1400px) {
    .recommend-section-inner{
      padding:0;
    }
  }
     #id250703summer .recommend-title-number{
     max-width: 331px;
     width: 100%;
     height: auto;
     aspect-ratio: 300 / 77.6;
     margin: 0 auto;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-title-number{
       max-width: 331px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-title-number{
       max-width: calc(231 / 393 * 100vw);
       aspect-ratio: 231 / 59.06;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-title-number{
       max-width: 231px;
     }
   }
  #id250703summer .recommend-title-number img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
     #id250703summer .recommend-product-image {
     flex: 1;
     position: relative;
     max-width: calc(488 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-product-image {
       max-width: 488px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-product-image {
       max-width: 100%;
     }
   }
  
  #id250703summer .recommend-product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  #id250703summer .recommend-label {
    position: absolute;
    top: 20%;
    right: -10%;
    background-color: #FAF7CA;
    padding: 6px 8px;
    border-radius: 4px;
    transform: rotate(-4deg);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.3;
  }
  
     #id250703summer .recommend-content {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: calc(56 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-content {
       gap: 56px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-content {
       gap: calc(26 / 393 * 100vw);
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-content {
       gap: 26px;
     }
   }
  
  /* スタッフコメント */
  #id250703summer .staff-comment {
    position: relative;
  }
  
         #id250703summer .comment-box {
       max-width: 432px;
       width: 100%;
       border-radius: 24px;
       padding: 20px 32px;
       margin-bottom: 24px;
       border: 2px solid #000;
       position: relative;
     }
     
     @media screen and (min-width: 1600px) {
       #id250703summer .comment-box {
         max-width: 432px;
         border-radius: 24px;
          border-radius: 24px;
          padding: 20px 32px;
          margin-bottom: 24px;
       }
     }
     
     
     @media screen and (max-width: 768px) {
       #id250703summer .comment-box {
         max-width: 100%;
         width: 100%;
         padding: calc(24 / 393 * 100vw) calc(24 / 393 * 100vw);
         padding-bottom: calc(61 / 393 * 100vw);
         margin-bottom: calc(112 / 393 * 100vw);
         border-radius: calc(16 / 393 * 100vw);
       }
       #id250703summer .comment-box4 {
        max-width: 100%;
        width: 100%;
        padding: calc(24 / 393 * 100vw) calc(24 / 393 * 100vw);
        padding-bottom: calc(90 / 393 * 100vw);
        margin-bottom: calc(112 / 393 * 100vw);
        border-radius: calc(16 / 393 * 100vw);
      }
     }
     
     @media screen and (max-width: 320px) {
       #id250703summer .comment-box {
         padding: 24px 24px;
         padding-bottom: 61px;
         margin-bottom: 112px;
         border-radius: 16px;
       }
     }
  
  #id250703summer .comment-box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.72px;
  }
  
     #id250703summer .staff-profile {
     display: flex;
     align-items: center;
     gap: calc(4 / 1600 * 100vw);
     position: relative;
     border-top: 2px dashed #000;
     border-bottom: 2px dashed #000;
     max-width: 320px;
     width: 100%;
     padding: 16px 18px;
   }

   @media screen and (max-width: 768px) {
     #id250703summer .staff-profile {
       max-width: unset;
     }
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .staff-profile {
       gap: 4px;
       max-width: 320px;
     }
   }
   
   @media screen and (max-width: 1024px) {
    #id250703summer .staff-profile {
      width: 70%;
    }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .staff-profile {
       width: 100%;
       gap: calc(4 / 393 * 100vw);
       padding: calc(16 / 393 * 100vw) calc(8 / 393 * 100vw);
       border-top: 2px dashed #000;
       border-bottom: 2px dashed #000;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .staff-profile {
       gap: 4px;
     }
   }
  
  
  #id250703summer .profile-tag img{
      width: 83px;
      height: 46px;
  }
  
  #id250703summer .profile-text {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-align: center;
  }
  
     #id250703summer .staff-illustration-img {
     max-width: calc(201.9 / 1600 * 100vw);
     width: 100%;
     height: auto;
     aspect-ratio: 201.9 / 260.26;
     position: absolute;
     top: 112px;
     right: -125px;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .staff-illustration-img {
       max-width: 201.9px;
     }
   }
   @media screen and (max-width: 1024px) {
    #id250703summer .staff-illustration-img {
      top: 147px;
      right: -42px;
    }
   }
   @media screen and (max-width: 790px) {
    #id250703summer .staff-illustration-img {
      top: 180px;
      right: -42px;
    }
   }
   
   
   @media screen and (max-width: 768px) {
     #id250703summer .staff-illustration-img {
       max-width: calc(173.77 / 393 * 100vw);
       aspect-ratio: 173.77 / 153;
       top: 204px;
       right: 45%;
       transform: translateX(50%)
     }
   }
   @media screen and (max-width: 590px) {
    #id250703summer .staff-illustration-img {
      max-width: 173.77px;
      top: 284px;
    }
   }
   @media screen and (max-width: 394px) {
    #id250703summer .staff-illustration-img {
      max-width: 173.77px;
      top: 290px;
    }
   }
   @media screen and (max-width: 375px) {
    #id250703summer .staff-illustration-img {
      max-width: 173.77px;
      top: 300px;
    }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .staff-illustration-img {
       max-width: 173.77px;
       top: 358px;
     }
   }
  
  #id250703summer .staff-illustration-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  #id250703summer .recommend-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #FAF7CA;
    padding: 4px 8px;
    border-radius: 4px;
    transform: rotate(32deg);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
  }
  
  #id250703summer .staff-name {
    font-family: "Autour One", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    letter-spacing: 0.9px;
    line-height: 1.05;
  }
  
  /* 商品情報 */
  #id250703summer .product-info {
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 24px;
    padding: 24px 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
  }
  
    #id250703summer .product-thumbnail {
    width: 110px;
    height: 110px;
    background-color: #FAF7CA;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  #id250703summer .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-details {
      gap: 0;
    }
  }
  
  #id250703summer .product-details h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0em;
  }
  
  #id250703summer .product-details .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-details .price {
     padding-top: 8px;
     font-size: 14px;
    }
  }
  
  #id250703summer .product-btn {
    background-color: #000;
    color: #FFF;
    padding: 16px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    transition: opacity 0.3s;
    margin-top: 8px;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-btn {
      padding: 14px 16px;
      font-size: 12px;
      margin-top: 16px;
    }
  }
  
  #id250703summer .product-btn:hover {
    opacity: 0.7;
  }
  
  /* 着用セクション */
  #id250703summer .wearing-section {
    display: flex;
    flex-direction: column;
    gap: calc(15 / 1600 * 100vw);
    /* 1600px以上の場合の最大値を設定 */
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .wearing-section {
      gap: 15px;
    
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .wearing-section {
      background-color: #FDFEF3;
      margin-left: calc(-24 / 393 * 100vw);
      margin-right: calc(-24 / 393 * 100vw);
      padding-left: calc(24 / 393 * 100vw);
      padding-right: calc(24 / 393 * 100vw);
      width: calc(100% + (48 / 393 * 100vw));
      padding-top: calc(32 / 393 * 100vw);
      border-top: 2px solid #000;
      gap: calc(15 / 393 * 100vw);
      padding-bottom: 0;
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .wearing-section {
      margin-left: -24px;
      margin-right: -24px;
      padding-left: 24px;
      padding-right: 24px;
      width: calc(100% + 48px);
      padding-top: 32px;
      gap: 15px;
      padding-bottom: 45px;
    }
  }
  
  #id250703summer .wearing-title {
    max-width: calc(623.17 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 623.17 / 131;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .wearing-title {
      max-width: 623.17px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .wearing-title {
      max-width: calc(345 / 393 * 100vw);
      aspect-ratio: 345 / 113;
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .wearing-title {
      max-width: 345px;
    }
  }
  
  #id250703summer .wearing-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .staff-icon img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
  }
  
  #id250703summer .heart-icon {
    font-size: 24px;
    color: #C36565;
  }
  
  
  /* ギャラリー */
  #id250703summer .wearing-gallery {
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    position: relative;
  }
  
  
  @media screen and (max-width: 768px) {
    #id250703summer .wearing-gallery {
      gap: calc(20 / 393 * 100vw);
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .wearing-gallery {
      gap: 20px;
    }
  }
  
  #id250703summer .gallery-item-1 {
    max-width: calc(584 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 550 / 707;
    position: relative;
    transform: rotate(0deg);
    overflow: hidden;
    
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .gallery-item-1 {
      max-width: 584px;
    }
  }
  @media screen and (max-width: 1580px) {
    #id250703summer .gallery-item-1 {
      justify-self: right;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #id250703summer .gallery-item-1 {
      max-width: 450px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    #id250703summer .gallery-item-1 {
      max-width: 380px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .gallery-item-1 {
      max-width: calc(584 / 393 * 100vw);
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .gallery-item-1 {
      max-width: 100%;
    }
  }
  
  #id250703summer .gallery-item-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #id250703summer .gallery-item-2 {
    max-width: calc(385 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 385 / 498;
    position: relative;
    overflow: hidden;
    margin-top: calc(58 / 1600 * 100vw);
    margin-left: calc(95 / 1600 * 100vw);
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .gallery-item-2 {
      max-width: 385px;
      margin-top: 58px;
      margin-left: 95px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #id250703summer .gallery-item-2 {
      max-width: 300px;
      margin-top: 45px;
      margin-left: 70px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    #id250703summer .gallery-item-2 {
      max-width: 250px;
      margin-top: 35px;
      margin-left: 60px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .gallery-item-2 {
      margin-top: calc(-37 / 393 * 100vw);
      margin-left: calc(58 / 393 * 100vw);
      max-width: calc(280 / 393 * 100vw);
      aspect-ratio: 256 / 320;
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .gallery-item-2 {
      margin-top: -37px;
      margin-left: 58px;
      max-width: 280px;
    }
  }
  
  #id250703summer .gallery-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .gallery-item-3 {
    max-width: calc(481.34 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 481.34 / 699.49;
    position: relative;
    overflow: hidden;
    margin-left: calc(70 / 1600 * 100vw);

  }
  @media screen and (max-width: 1580px) {
    #id250703summer .gallery-item-3 {
      justify-self: right;
    }
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .gallery-item-3 {
      max-width: 481.34px;
      margin-left: 70px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #id250703summer .gallery-item-3 {
      max-width: 370px;
      margin-left: 55px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    #id250703summer .gallery-item-3 {
      max-width: 320px;
      margin-left: 45px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .gallery-item-3 {
      margin-left: calc(14 / 393 * 100vw);
      margin-top: calc(-1 / 393 * 100vw);
      max-width: calc(310 / 393 * 100vw);
      aspect-ratio: 300 / 370;
      transform: rotate(-3deg);
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .gallery-item-3 {
      margin-left: 14px;
      margin-top: -1px;
      max-width: 310px;
    }
  }
  #id250703summer .gallery-item-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #id250703summer .gallery-item-4 {
    max-width: calc(500 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 623;
    position: relative;
    overflow: hidden;
    margin-top: calc(-169 / 1600 * 100vw);
    margin-left: calc(41 / 1600 * 100vw);
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .gallery-item-4 {
      max-width: 500px;
      margin-top: -169px;
      margin-left: 41px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #id250703summer .gallery-item-4 {
      max-width: 380px;
      margin-top: -130px;
      margin-left: 32px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    #id250703summer .gallery-item-4 {
      max-width: 320px;
      margin-top: -110px;
      margin-left: 28px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .gallery-item-4 {
      margin-top: calc(14 / 393 * 100vw);
      margin-left: calc(53 / 393 * 100vw);
      max-width: calc(289 / 393 * 100vw);
      aspect-ratio: 278 / 347;
      transform: rotate(6deg);
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .gallery-item-4 {
      margin-top: 14px;
      margin-left: 53px;
      max-width: 289px;
    }
  }
  #id250703summer .gallery-item-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .heart-small {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #C36565;
  }
  
  /* 下部スタッフコメント */
  #id250703summer .staff-comment-bottom {
    position: absolute;
    bottom: -115px;
    right: 47px;
  }
  @media screen and (max-width: 1100px) {
    #id250703summer .staff-comment-bottom {
      bottom: -60px;
      right: 47px;
    }
  }
  @media screen and (max-width: 768px) {
    #id250703summer .staff-comment-bottom {
     position: static;
  }
}
  
  #id250703summer .staff-comment-bottom .comment-box {
    margin-bottom: 0;
  }
  
  #id250703summer .gallery-comment-box{
    max-width: calc(552 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 552 / 351.05;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .gallery-comment-box {
      max-width: 552px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #id250703summer .gallery-comment-box {
      max-width: calc(345 / 393 * 100vw);
      aspect-ratio: 345 / 368;
    }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .gallery-comment-box {
      max-width: 345px;
    }
  }
  #id250703summer .gallery-comment-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* セクション２つ目 */

  #id250703summer .recommend-section-sec2 {
    background-color: #FDFEF3;
    padding: 72px 0;
    padding-bottom: 147px;
  }
  #id250703summer .recommend-section-sec2 {
    background-color: #FDFEF3;
    padding: 72px 0;
    padding-bottom: 0px;
  }
  
  
     /* タイトル部分 */
   #id250703summer .recommend-title-container-sec2 {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: calc(24 / 1600 * 100vw);
     margin-bottom: calc(45 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-title-container-sec2 {
       gap: 24px;
       margin-bottom: 45px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-title-container-sec2 {
       gap: calc(16 / 393 * 100vw);
       margin-bottom: calc(37 / 393 * 100vw);
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-title-container-sec2 {
       gap: 16px;
       margin-bottom: 37px;
     }
   }

  
  #id250703summer .recommend-number-sec2 p {
    font-family: "Autour One", sans-serif;
    font-size: 32px;
    color: #C36565;
    margin: 0;
    text-align: center;
    line-height: 1;
  }
  
  #id250703summer .recommend-main-title-sec2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  
    padding: 0 24px;
    z-index: 1;
  }
  
  #id250703summer .recommend-main-title-sec2 .title-border {
    display: none;
  }
  
  #id250703summer .recommend-main-title-sec2 h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin: 0;
    white-space: nowrap;
    line-height: 1.3;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-title-sec2 h2{
     text-align: center;
  }
}
  
  #id250703summer .recommend-main-title-sec2 h2::before {
    position: absolute;
    z-index: -1;
    left: -24px;
    bottom: 50%;
    width: calc(100% + 48px);
    height: 2px;
    background-color: #FDFEF3;
    content: '';
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-title-sec2 h2::before {
     position: static;
    }
  }
   
  #id250703summer .recommend-main-title-sec2 h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin: 0;
    white-space: nowrap;
    line-height: 1.3;
    position: relative;

  }
  @media screen and (max-width: 900px) {
    #id250703summer .recommend-main-title-sec2 h2{
      text-align: center;
    }
  }

  
  #id250703summer .recommend-main-title-sec2 h2::before {
    position: absolute;
    z-index: -1;
    left: -24px;
    bottom: 50%;
    width: calc(100% + 48px);
    height: 2px;
    background-color: #FDFEF3;
    content: '';
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-title-sec2 h2::before {
     position: static;
    }
  }
  
  /* メインコンテンツ */
    #id250703summer .recommend-main-content-sec2 {
    display: flex;
    flex-direction: column;
    gap: 72px;
    border-top: 2px solid #000;
    max-width: 1200px;
    width: 100%;
  
    position: relative;
  
  }
  @media screen and (max-width: 900px) {
    #id250703summer .recommend-main-content-sec2 {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 768px) {
    #id250703summer .recommend-main-content-sec2 {
     border-top: none;
     margin-top: 0;
    }
  }
  
     /* 商品セクション */
   #id250703summer .recommend-product-section-sec2 {
     background-color: #FFF;
     padding: calc(88 / 1600 * 100vw) calc(48 / 1600 * 100vw) calc(64 / 1600 * 100vw);
     display: flex;
     gap: calc(64 / 1600 * 100vw);
     position: relative;
     border-bottom: 2px solid #000;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-product-section-sec2 {
       padding: 88px 48px 64px;
       gap: 64px;
     }
   }
   @media screen and (max-width: 900px) {
    #id250703summer .recommend-product-section-sec2 {
      margin-top: 30px;
    }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-product-section-sec2 {
       flex-direction: column;
       padding: 0;
       gap: calc(26 / 393 * 100vw);
       border-bottom: none;
       margin-top: 0;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-product-section-sec2 {
       gap: 26px;
     }
   }
  .recommend-section-inner-sec2{
    max-width: 1250px;
    width: 100%;
    padding:0 25px;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .recommend-section-inner-sec2{
      padding:0;
    }
  }
     #id250703summer .recommend-title-number-sec2{
     max-width: calc(331 / 1600 * 100vw);
     width: 100%;
     height: auto;
     aspect-ratio: 300 / 77.6;
     margin: 0 auto;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-title-number-sec2{
       max-width: 331px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-title-number-sec2{
       max-width: calc(231 / 393 * 100vw);
       aspect-ratio: 231 / 59.06;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-title-number-sec2{
       max-width: 231px;
     }
   }
  #id250703summer .recommend-title-number-sec2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
     #id250703summer .recommend-product-image-sec2 {
     flex: 1;
     position: relative;
     max-width: calc(488 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-product-image-sec2 {
       max-width: 488px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-product-image-sec2 {
       max-width: 100%;
     }
   }
  
  #id250703summer .recommend-product-image-sec2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  #id250703summer .recommend-label {
    position: absolute;
    top: 20%;
    right: -10%;
    background-color: #FAF7CA;
    padding: 6px 8px;
    border-radius: 4px;
    transform: rotate(-4deg);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.3;
  }
  
     #id250703summer .recommend-content-sec2 {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: calc(56 / 1600 * 100vw);
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .recommend-content-sec2 {
       gap: 56px;
     }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .recommend-content-sec2 {
       gap: calc(26 / 393 * 100vw);
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .recommend-content-sec2 {
       gap: 26px;
     }
   }
  
  /* スタッフコメント */
  #id250703summer .staff-comment-sec2 {
    position: relative;
  }
  
         #id250703summer .comment-box-sec2 {
       max-width: 432px;
       width: 100%;
       border-radius:24px;
       padding: 20px 32px;
       margin-bottom: 31px;
       border: 2px solid #000;
       position: relative;
     }
     
     @media screen and (min-width: 1600px) {
       #id250703summer .comment-box-sec2 {
         max-width: 432px;
         border-radius: 24px;
       }
     }
   
     

     
     @media screen and (max-width: 768px) {
       #id250703summer .comment-box-sec2 {
         max-width: 100%;
         width: 100%;
         padding: calc(24 / 393 * 100vw) calc(24 / 393 * 100vw);
         padding-bottom: calc(61 / 393 * 100vw);
         margin-bottom: calc(112 / 393 * 100vw);
         border-radius: calc(16 / 393 * 100vw);
       }
     }
     
     @media screen and (max-width: 320px) {
       #id250703summer .comment-box-sec2 {
         padding: 24px 24px;
         padding-bottom: 61px;
         margin-bottom: 112px;
         border-radius: 16px;
       }
     }
  
  #id250703summer .comment-box-sec2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.72px;
  }
  
     #id250703summer .staff-profile-sec2 {
     display: flex;
     align-items: center;
     gap: calc(4 / 1600 * 100vw);
     position: relative;
     border-top: 2px dashed #000;
     border-bottom: 2px dashed #000;
     width: calc(352 / 1600 * 100vw);
     padding: 16px 8px;
   }
   
   @media screen and (min-width: 1600px) {
     #id250703summer .staff-profile-sec2 {
       gap: 4px;
       width: 352px;
     }
   }
   @media screen and (max-width: 1024px) {
    #id250703summer .staff-profile-sec2 {
      width: 80%;
    }
   }
   @media screen and (max-width: 1200px) {
    #id250703summer .staff-profile-sec2 {
      width: 60%;
    }
   }
   
   @media screen and (max-width: 768px) {
     #id250703summer .staff-profile-sec2 {
       width: 100%;
       gap: calc(4 / 393 * 100vw);
       padding: calc(16 / 393 * 100vw) calc(8 / 393 * 100vw);
       border-top: 2px dashed #000;
       border-bottom: 2px dashed #000;
     }
   }
   
   @media screen and (max-width: 320px) {
     #id250703summer .staff-profile-sec2 {
       gap: 4px;
     }
   }
  
  
  #id250703summer .profile-tag img{
      width: 83px;
      height: 46px;
  }
  
  #id250703summer .profile-text-sec2 {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-align: center;
  }
  #id250703summer .staff-illustration-img-sec2 {
    max-width: calc(201.9 / 1600 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 201.9 / 260.26;
    position: absolute;
    top: 112px;
    right: -125px;
  }
  
  @media screen and (min-width: 1600px) {
    #id250703summer .staff-illustration-img-sec2 {
      max-width: 201.9px;
    }
  }
  @media screen and (max-width: 1024px) {
   #id250703summer .staff-illustration-img-sec2 {
    top: 180px;
     right: -42px;
   }
  }
  @media screen and (max-width: 790px) {
   #id250703summer .staff-illustration-img-sec2 {
     top: 180px;
     right: -42px;
   }
  }
  
  
  @media screen and (max-width: 768px) {
    #id250703summer .staff-illustration-img-sec2 {
      max-width: calc(173.77 / 393 * 100vw);
      aspect-ratio: 173.77 / 153;
      top: 204px;
      right: 45%;
      transform: translateX(50%)
    }
  }
  @media screen and (max-width: 590px) {
   #id250703summer .staff-illustration-img-sec2 {
     max-width: 173.77px;
     top: 284px;
   }
  }
  @media screen and (max-width: 394px) {
   #id250703summer .staff-illustration-img-sec2 {
     max-width: 173.77px;
     top: 290px;
   }
  }
  @media screen and (max-width: 375px) {
    #id250703summer .staff-illustration-img-sec2 {
     max-width: 173.77px;
     top: 300px;
   }
  }
  
  @media screen and (max-width: 320px) {
    #id250703summer .staff-illustration-img-sec2 {
      max-width: 173.77px;
      top: 358px;
    }
  }

  

   
  
  #id250703summer .staff-illustration-img-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  #id250703summer .recommend-badge-sec2 {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #FAF7CA;
    padding: 4px 8px;
    border-radius: 4px;
    transform: rotate(32deg);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
  }
  
  #id250703summer .staff-name-sec2 {
    font-family: "Autour One", sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    letter-spacing: 0.9px;
    line-height: 1.05;
  }
  
  /* 商品情報 */
  #id250703summer .product-info-sec2 {
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 24px;
    padding: 24px 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
  }
  
    #id250703summer .product-thumbnail-sec2 {
    width: 110px;
    height: 110px;
    background-color: #FAF7CA;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  #id250703summer .product-thumbnail-sec2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .product-details-sec2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-details-sec2 {
      gap: 0;
    }
  }
  
  #id250703summer .product-details-sec2 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.04em;
  }
  
  #id250703summer .product-details-sec2 .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-details-sec2 .price {
     padding-top: 8px;
     font-size: 14px;
    }
  }
  
  #id250703summer .product-btn-sec2 {
    background-color: #000;
    color: #FFF;
    padding: 16px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    transition: opacity 0.3s;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .product-btn-sec2 {
      padding: 14px 16px;
      font-size: 12px;
      margin-top: 16px;
    }
  }
  
  #id250703summer .product-btn-sec2:hover {
    opacity: 0.7;
  }

      /* ギャラリー２つ目 */
    /* ギャラリー */
    #id250703summer .wearing-section-sec2 {
      display: flex;
      flex-direction: column;
      gap: calc(15 / 1600 * 100vw);
      padding-bottom: calc(45 / 1600 * 100vw);
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .wearing-section-sec2 {
        gap: 15px;
        padding-bottom: 45px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .wearing-section-sec2 {
        background-color: #FDFEF3;
        margin-left: calc(-24 / 393 * 100vw);
        margin-right: calc(-24 / 393 * 100vw);
        padding-left: calc(24 / 393 * 100vw);
        padding-right: calc(24 / 393 * 100vw);
        width: calc(100% + (48 / 393 * 100vw));
        padding-top: calc(32 / 393 * 100vw);
        border-top: 2px solid #000;
        gap: calc(15 / 393 * 100vw);
        padding-bottom: calc(32 / 393 * 100vw);
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .wearing-section-sec2 {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        width: calc(100% + 48px);
        padding-top: 32px;
        gap: 15px;
        padding-bottom: 45px;
      }
    }
    
    #id250703summer .wearing-title-sec2 {
      max-width: calc(623.17 / 1600 * 100vw);
      width: 100%;
      height: auto;
      aspect-ratio: 623.17 / 131;
      margin: 0 auto;
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .wearing-title-sec2 {
        max-width: 623.17px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .wearing-title-sec2 {
        max-width: calc(345 / 393 * 100vw);
        aspect-ratio: 345 / 113;
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .wearing-title-sec2 {
        max-width: 345px;
      }
    }
    
    #id250703summer .wearing-title-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    #id250703summer .staff-icon-sec2 img {
      width: 88px;
      height: 88px;
      border-radius: 50%;
    }
    
    #id250703summer .heart-icon-sec2 {
      font-size: 24px;
      color: #C36565;
    }
    
    #id250703summer .wearing-gallery-sec2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
      position: relative;
    }
    
 
    
    
    @media screen and (max-width: 768px) {
      #id250703summer .wearing-gallery-sec2 {
        gap: calc(20 / 393 * 100vw);
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .wearing-gallery-sec2 {
        gap: 20px;
      }
    }
    
    #id250703summer .gallery-item-1-sec2 {
      max-width: calc(584 / 1600 * 100vw);
      width: 100%;
      height: auto;
      aspect-ratio: 550 / 707;
      position: relative;
      transform: rotate(0deg);
      overflow: hidden;
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .gallery-item-1-sec2 {
        max-width: 584px;
      }
    }
    @media screen and (max-width: 1580px) {
      #id250703summer .gallery-item-1-sec2 {
        justify-self: right;
      }
    }
    
    @media screen and (max-width: 1200px) {
      #id250703summer .gallery-item-1-sec2 {
        max-width: 450px;
      }
    }
    
    @media screen and (max-width: 1024px) {
      #id250703summer .gallery-item-1-sec2 {
        max-width: 380px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .gallery-item-1-sec2 {
        max-width: calc(584 / 393 * 100vw);
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .gallery-item-1-sec2 {
        max-width: 100%;
      }
    }
    
    #id250703summer .gallery-item-1-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    #id250703summer .gallery-item-2-sec2 {
      max-width: calc(543 / 1600 * 100vw);
      width: 100%;
      height: auto;
      aspect-ratio: 473 / 591;
      position: relative;
      overflow: hidden;
      margin-top: calc(117 / 1600 * 100vw);
      margin-left: calc(32 / 1600 * 100vw);
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .gallery-item-2-sec2 {
        max-width: 543px;
        margin-top: 117px;
        margin-left: 32px;
      }
    }
    
    @media screen and (max-width: 1200px) {
      #id250703summer .gallery-item-2-sec2 {
        max-width: 420px;
        margin-top: 90px;
        margin-left: 25px;
      }
    }
    
    @media screen and (max-width: 1024px) {
      #id250703summer .gallery-item-2-sec2 {
        max-width: 360px;
        margin-top: 75px;
        margin-left: 20px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .gallery-item-2-sec2 {
        margin-top: calc(-37 / 393 * 100vw);
        margin-left: calc(58 / 393 * 100vw);
        max-width: calc(300 / 393 * 100vw);
        aspect-ratio: 300 / 375;
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .gallery-item-2-sec2 {
        margin-top: -37px;
        margin-left: 58px;
        max-width: 300px;
      }
    }
    
    #id250703summer .gallery-item-2-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    #id250703summer .gallery-item-3-sec2 {
      max-width: calc(406 / 1600 * 100vw);
      width: 100%;
      height: auto;
      aspect-ratio: 341 / 426;
      position: relative;
      overflow: hidden;
      margin-left: calc(114 / 1600 * 100vw);
      margin-top: calc(-46 / 1600 * 100vw);
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .gallery-item-3-sec2 {
        max-width: 406px;
        margin-left: 114px;
        margin-top: -46px;
      }
    }
    @media screen and (max-width: 1580px) {
      #id250703summer .gallery-item-3-sec2 {
        justify-self: right;
      }
    }
    
    @media screen and (max-width: 1200px) {
      #id250703summer .gallery-item-3-sec2 {
        max-width: 320px;
        margin-left: 85px;
        margin-top: -35px;
      }
    }
    
    @media screen and (max-width: 1024px) {
      #id250703summer .gallery-item-3-sec2 {
        max-width: 270px;
        margin-left: 70px;
        margin-top: -30px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .gallery-item-3-sec2 {
        margin-left: calc(14 / 393 * 100vw);
        margin-top: calc(-1 / 393 * 100vw);
        max-width: calc(310 / 393 * 100vw);
        aspect-ratio: 300 / 370;
        transform: rotate(-3deg);
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .gallery-item-3-sec2 {
        margin-left: 14px;
        margin-top: -1px;
        max-width: 310px;
      }
    }
    #id250703summer .gallery-item-3-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    #id250703summer .gallery-item-4-sec2 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    
    #id250703summer .heart-small-sec2 {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 32px;
      color: #C36565;
    }
    
    /* 下部スタッフコメント */
    #id250703summer .staff-comment-bottom-sec2 {
      position: absolute;
      bottom: 132px;
      right: 3px;
    }
    @media screen and (max-width: 768px) {
      #id250703summer .staff-comment-bottom-sec2 {
       position: static;
    }
  }
    
    #id250703summer .staff-comment-bottom-sec2 .comment-box {
      margin-bottom: 0;
    }
    
    #id250703summer .gallery-comment-box-sec2{
      max-width: calc(600 / 1600 * 100vw);
      width: 100%;
      height: auto;
      aspect-ratio: 600 / 342;
      margin: 0 auto;
    }
    
    @media screen and (min-width: 1600px) {
      #id250703summer .gallery-comment-box-sec2 {
        max-width: 600px;
      }
    }
    
    @media screen and (max-width: 768px) {
      #id250703summer .gallery-comment-box-sec2 {
        max-width: calc(345 / 393 * 100vw);
        aspect-ratio: 345 / 368;
      }
    }
    
    @media screen and (max-width: 320px) {
      #id250703summer .gallery-comment-box-sec2 {
        max-width: 345px;
      }
    }
    #id250703summer .gallery-comment-box-sec2  img{
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  /* カラーバリエーション */
  #id250703summer .color-variations {
    background-color: #FFF;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: calc(72 / 1600 * 100vw) 0;
  }
  
  #id250703summer .color-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
    font-weight: 400;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .color-title {
      gap: 8px;
      margin-bottom: 24px;
    }
  }

  
  #id250703summer .color-dot {
    width: 11px;
    height: 11px;
    background-color: #C36565;
    border-radius: 50%;
  }
  
  #id250703summer .color-title h3 {
    font-family: "Autour One", sans-serif;
    font-size: 42px;
    color: #C36565;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
  }
  
  #id250703summer .color-grid {
    display: flex;
    justify-content: center;
  
    gap: 56px;
    max-width: 1250px;
    padding: 0 25px;
    margin: 0 auto;
  }
  @media screen and (max-width: 900px) {
    #id250703summer .color-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 23px;
      padding: 0 24px;
    }
  }
  
  #id250703summer .color-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .color-item {
      gap: 8px;
    }
  }
  
  #id250703summer .color-image {
    max-width: 258px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #id250703summer .color-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #id250703summer .color-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .color-info {
      gap: 8px;
    }
  }
  
  #id250703summer .color-info h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
  }
  
  #id250703summer .color-info .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1;
  }
  
  #id250703summer .color-btn {
    background-color: #222;
    color: #FFF;
    padding: 16px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    transition: opacity 0.3s;
    margin-top: 8px;
  }
  @media screen and (max-width: 768px) {
    #id250703summer .color-btn {
      padding: 14px 16px;
      font-size: 12px;
    }
  }
  
  #id250703summer .color-btn:hover {
    opacity: 0.7;
  }
  
     /* レスポンシブ対応 */
   @media screen and (max-width: 768px) {
  
    #id250703summer .recommend-title-container {
      gap: 16px;
      margin-bottom: 37px;
    }
  
    #id250703summer .recommend-number p {
      font-size: 24px;
    }
  
    #id250703summer .recommend-main-title {
      gap: 16px;
    }
  
    #id250703summer .recommend-main-title {
      padding: 0;
    }
  
    #id250703summer .recommend-main-title h2 {
      color: #000;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 33.6px */
letter-spacing: 1.96px;
    }
  
     
     #id250703summer .recommend-main-content {
       gap: 0;
       padding-top: calc(48 / 393 * 100vw);
       padding-left: calc(24 / 393 * 100vw);
       padding-right: calc(24 / 393 * 100vw);
       background-color: #fff;
     }

  

  
    #id250703summer .staff-illustration img {
      width: 120px;
    }
  
    #id250703summer .product-info {
      padding: 16px 16px;
        gap: 12px;
        margin-bottom: 32px;
        border-radius: 16px;
    }
  
    #id250703summer .product-thumbnail {
      width: 80px;
      height: 80px;
    }
  
    #id250703summer .product-details h3 {
      font-size: 18px;
    }
  
    #id250703summer .wearing-title h3 {
      font-size: 20px;
      letter-spacing: 0.8px;
    }
  
    #id250703summer .staff-icon img {
      width: 60px;
      height: 60px;
    }
  
    #id250703summer .wearing-gallery {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    #id250703summer .wearing-gallery-sec2 {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  
    #id250703summer .staff-comment-bottom {
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }
    #id250703summer .staff-comment-bottom-sec2 {
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }
  
    #id250703summer .color-variations {
      padding: 48px 0;
      margin-top: 0;
    }
  
    #id250703summer .color-title h3 {
      font-size: 26px;
    }
  
  
    #id250703summer .color-image {
      width: 161px;
      height: 161px;

    }
         /* セクション２つ目レスポンシブ */
  
    #id250703summer .recommend-number-sec2 p {
      font-size: 24px;
    }
  
    #id250703summer .recommend-main-title-sec2 {
      gap: 16px;
    }
  
    #id250703summer .recommend-main-title-sec2 {
      padding: 0;
    }
  
    #id250703summer .recommend-main-title-sec2 h2 {
      color: #000;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 33.6px */
    }
  
    #id250703summer .recommend-main-title-sec2 h2::before {
      left: -16px;
      width: calc(100% + 32px);
    }
     
     #id250703summer .recommend-main-content-sec2 {
       gap: 0;
       padding-top: calc(48 / 393 * 100vw);
       padding-left: calc(24 / 393 * 100vw);
       padding-right: calc(24 / 393 * 100vw);
       background-color: #fff;
     }

  

  
   
  
    #id250703summer .product-info-sec2 {
      padding: 11px 17px;
        gap: 12px;
        margin-bottom: 32px;
        border-radius: 16px;
    }
  
    #id250703summer .product-thumbnail-sec2 {
      width: 80px;
      height: 80px;
    }
  
    #id250703summer .product-details-sec2 h3 {
      font-size: 18px;
    }
  
    #id250703summer .wearing-title-sec2 h3 {
      font-size: 20px;
      letter-spacing: 0.8px;
    }
  
    #id250703summer .staff-icon-sec2 img {
      width: 60px;
      height: 60px;
    }
  
    #id250703summer .wearing-gallery-sec2 {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  
    #id250703summer .staff-comment-bottom-sec2 {
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

    #id250703summer .color-variations-sec2 {
      padding: 48px 0;
      margin-top: 0;
    }
  
    #id250703summer .color-title-sec2 h3 {
      font-size: 28px;
    }
  
  
    #id250703summer .color-image-sec2 {
      width: 161px;
      height: 161px;

    }
    
    
  }

@media (max-width: 389px) {
    #id250703summer .color-image {
      width: 100%;
      height: auto;
    }
}


#id250703summer section.fitfit-official{
  padding-top: 80px;
  padding-bottom: 80px;
} 

@media (max-width: 768px) {
  #id250703summer section.fitfit-official{
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
#id250703summer .fitfit-official-item{
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#id250703summer .fitfit-official-item-img{
  max-width: 116px;
  width: 100%;
  height: auto;
  aspect-ratio: 116/116;
}
#id250703summer .fitfit-official-item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#id250703summer .fitfit-official-item-text{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#id250703summer .fitfit-official-item-text-title{
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px) {
  #id250703summer .fitfit-official-item-text-title{
    font-size: 20px;
    padding-left: 50px;
    position: relative;
    &::before{
      content: '';
      display: block;
      width: 48px;
      height: 48px;
      background-image: url(../../../common/img/banner/lp/250627_85720/img/logo-fitfit.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      position: absolute;
      left: 0;
      top: -12px;
    }
  }
}
#id250703summer .fitfit-official-item-text-text{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px) {
  #id250703summer .fitfit-official-item-text-text{
    margin-top: 1em;
  }
}
  #id250703summer .fitfit-official-item-text-btn a{ 
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  #id250703summer .recommend-main-title{
    width: 100%;
  }
  #id250703summer .recommend-main-title h2{
    text-align: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
  
  #id250703summer .recommend-main-title h2::before,
  #id250703summer .recommend-main-title h2::after {
    background-color: #000;
    content: "";
    flex-grow: 1;
    height: 2px;
    width: auto;
   
  }
  
  #id250703summer .recommend-main-title h2::before {
    margin-right: 16px;
  }
  
  #id250703summer .recommend-main-title h2::after {
    margin-left: 16px;
  }
}


@media screen and (max-width: 768px) {
  #id250703summer .recommend-main-title-sec2{
    width: 100%;
  }
  #id250703summer .recommend-main-title-sec2 h2{
    width: 100%;
  }
  #id250703summer .recommend-main-title-sec2 h2{
    text-align: center;
    align-items: center;
    display: flex;
  }
  
  #id250703summer .recommend-main-title-sec2 h2::before,
  #id250703summer .recommend-main-title-sec2 h2::after {
    background-color: #000;
    content: "";
    flex-grow: 1;
    height: 2px;
    width: auto;
    
  }
  
  #id250703summer .recommend-main-title-sec2 h2::before {
    margin-right: 16px;
  }
  
  #id250703summer .recommend-main-title-sec2 h2::after {
    margin-left: 16px;
  }
}