.top_width {
    width: 96%;
}

.c-lineup-wrap {
    display: flex;
    gap:30px;
    margin-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
         align-items: start; /* 高さの間延び防止 */
  justify-content: start; /* 任意で中央寄せ */
}

.c-lineup_img {
    max-width: 300px;
    width: 40%;
    height: auto;
}

.c-lineup_desp {
    width: 60%;
    
}

.c-lineup_desp p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
} 

.l-cosme_lineup {
    padding-top:50px;
    padding-bottom: 50px;
}

.c-cosme_lineup_ttl,.c-cosme_ttl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.l-cosme_btn {
    background-color:#e57a7a;
    border-radius: 20px;
    color: #fff;
    padding:10px;
    text-align: center;
    display: inline-block;
    width: 90%;
}

.l-cosme_color {
    padding:60px 20px;
    background-color: #fceded;
}

.c-cosme-wrap {
    display: flex;
     align-items: start; /* 高さの間延び防止 */
  justify-content: start; /* 任意で中央寄せ */
  gap:20px;
  margin-bottom: 50px;
}

.c-cosme_voice_img img {
        max-width: 300px;
    width: 100%;
    height: auto;
}

.c-cosme_voice_desp {
     width: 60%;
     font-size: 14px;
     line-height: 22px;
}

.l-cosme_faq {
    padding:60px 30px;
}

ul.qa-list {
      list-style: none;
      padding: 0;
      margin: 0;
      max-width: 600px;
      font-size: 14px;
    }

    ul.qa-list li {
      /* border-bottom: 1px solid #ccc; */
      padding: 0px;
      cursor: pointer;
    }

    ul.qa-list li .answer {
      /* display: none; */
      margin-top: 8px;
      color: #555;
      margin-top: 8px;
      color: #555;
      transition: height 0.3s ease;
       overflow: hidden;
        height: 0;
    }

        .qa-list li.open .answer {
  /* JavaScriptでheightを動的に設定するので何もしない */
}
.qa-list li .question {
  cursor: pointer;
  padding: 10px 24px 10px 10px;
  background: #fff;
  border: 1px solid #999;
  margin-top: 5px;
   position: relative;
}

    ul.qa-list li.open .answer {
      display: block;
    }

    ul.qa-list li .question::before {
      /* content: "Q. "; */
      font-weight: bold;
    }

    ul.qa-list li .answer::before {
      /* content: "A. "; */
      font-weight: bold;
    }

    .toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.qa-list li:not(.open) .toggle-icon::before {
  content: '+';
}

.qa-list li.open .toggle-icon::before {
  content: '-';
}

    .l-cosme_concept {
         overflow: hidden;
    }

    .l-cosme_concept p {
        font-size: 14px;
        line-height: 24px;
    }

    .l-cosme_story_inner {
        background-color: #fff;
        padding:30px;
        margin-top: 60px;
           
    }

      .story-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;

  }

  .c-cosme-story_card{  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
       align-items: start; /* 高さの間延び防止 */
  justify-content: start; /* 任意で中央寄せ */
  }
  .c-cosme-story_card.reverse {
    flex-direction: row-reverse;
  }

  .c-cosme-story_img {
    flex: 1;
    width: 50%;
    height: auto;

  }

  .c-cosme-story_text {
    flex: 1;
    
  }

  .c-cosme-story_text h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .c-cosme-story_img img {
    width: 100%;
    height: auto;
    /* border-radius: 1rem; */
  }

  .kiri-ichigo {
    position: absolute;
    right: -90px;
    bottom: -110px;
  }

.c-cosme-story_card p {
    line-height: 18px;
}

.c-cosme_subttl {
  margin-bottom: 30px;
  text-align: center;
    font-weight: bold;
}

.c-use-item {
  font-weight: bold;
  margin-bottom: 5px;
  color: #e57a7a;
}

.c-name_staff {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top:5px;
}

/* .c-subttl-text {
  font-weight: bold;
  font-size: 10px;
} */

.c-cosme_spec_text {
  border-top:1px #ccc solid;
  padding-top: 10px;
}

.img-riyu {
  width: 90%;
  height: auto;
  margin:0 auto;
  display: block;
}

.midashi01 {
 padding-top: 50px;
}


/* YouTube動画 */
.youtube-wrapper-all {
  position: relative;
}

.ttl-movie {
  margin-bottom: 10px;
}

.text_movie {
  position: absolute;
  top:-20px;
  left:0;
}


.youtube-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  padding: 10px;
  /* border: 4px solid #ff6f61; */
   /* ラインの色を変更可能 */
  border-radius: 16px;
  background-color: #ecd6c4;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
   width: 94%;
  margin:0 auto 50px;
}

.youtube-frame {


  height:600px;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
 
}

.youtube-frame iframe {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  margin:0 auto;
  border: 0;
}


.img_price {
  width: 90%;
  height: auto;
  display: block;
  margin:20px auto 10px;
}

.buy_btn {
    width: 90%;
  height: auto;
  display: block;
  margin:0 auto 30px;
}

.top_buy_btn {
    width: 90%;
  height: auto;
  display: block;
  margin:20px auto 20px;
}

.ttl-product {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto 40px;
}

.l-cosme_pro_wrap {
  background-image: url(../img/pro-bg.png);
  padding:2% 5% 5%;
  margin-bottom: 100px;
}

.pro-card {
  background-color: #fff;
  width:100%;
  border-radius: 20px;
  margin-bottom: 60px;
  padding:130px 5% 5% 5%;
  position: relative;
  margin-top: 50px;
  
  
}

.card02 {
   padding:90px 5% 5% 5%;
}

.card03 {
  margin-bottom: 0;
}

.pro-card p {
  font-size:14px;
  line-height: 24px;
}
.pro-item01 {
  position: absolute;
  top:-60px;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.pro-item02 {
  position: absolute;
  top:-40px;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-bottom: 20px;
    
}

.pro-item03 {
  position: absolute;
  top:-40px;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
   
}

.qa-list .answer {
  line-height: 22px;
}