

/*************** 共通 ***************/

body {
  font-family: "Noto Serif", serif;
  line-height: 1.7;
  font-size: 2.6rem;
  overflow-x: hidden;
}

.content-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.index_image {
  text-align: center;
  margin-bottom: 30px;
}

/* BOX */
.content_area_program {
  border-radius: 50px;
  padding: 80px 20px;
  background-color: #FCF8EFDE;
  max-width: 960px;
  margin: 80px auto;
  box-shadow: 
    0 0 40px rgba(0, 0, 0, 0.48),
    0 0 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .content_area_program {
    padding: 20px;
    margin: 80px 10px;
    border-radius: 25px;
  }
}
  /* アニメーション */
  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


.lp_wrapper {
  padding: 0!important;
}

/*************** KV ***************/

.kv_area picture{
  width: 100%;
  display: block;
  overflow: hidden;
}

.kv_area {
  width: 100%; 
  overflow: hidden; 
}

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


/*************** バナーエリア ***************/

.banner_area {
  width: 100%;
  overflow: hidden;
  background: #f6ed27;
  padding: 20px 0;
  position: relative;
}


.banner_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.banner-content {
  text-align: center;
  color: #1a4d1a;
}

.banner-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a4d1a;
}

.banner-text {
  font-size: 3.0rem;
  line-height: 1.6;
  color: #115830;
  font-weight: 700;

  display: inline-block;
}

@media (max-width: 990px) {
.content_area_program {
  padding: 80px 20px;
}
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  
  .banner_area {
    padding: 40px 0;
  }
  
  .banner-title {
    font-size: 2.4rem;
  }
  
  .banner-text {
    font-size: 2.2rem;
  }
  
  .main_title {
    font-size: 4.5rem;
  }
  
  .main_title span {
    font-size: 2.0rem;
  }

  
  .description_text {
    font-size: 1.6rem;
  }
  
  .description_text p {
    font-size: 1.6rem;
  }
  .content_area_program {
    padding: 60px 10px;
  }

  .content_area_program.box03 {
    padding: 60px 20px;
  }
}






/*************** 説明エリア ***************/

.description_area{
  position: relative;
  width: 100%;
  margin-left: 0;
  background-image: url('../images/first_bg_pc.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  padding: 120px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .description_area {
    background-image: url('../images/first_bg_sp.webp'); 
  }
}

.main_title {
  font-size: 9.0rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}

.main_title span {
  font-size: 4.0rem;
  margin-bottom: -16px;
  display: block;
}

.description_text-purukatsu{
  max-width: 1400px;
  margin: 0 auto 60px;
  font-size: 2.9rem;
  text-align: center;
  font-weight: 700;
}


.description_text {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1070px;
  margin: 0 auto 80px;
}

.description_text p {
 font-weight: 600;
}

.sub_content {
  margin-bottom: 40px;
}

.sub_title {
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.sub_title p {
  text-align: center;
}

.image_section {
  background: #fff;
  border-radius: 35px;
  box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.6);
  margin-top: 65px;
  padding: 55px 100px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.image_contents.pc {
  display: block;
}

.image_contents.sp {
  display: none;
}

.image_text {
  font-size: 2.0rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 600;
}

.small_text {
  font-size: 1.4rem;
  color: #666;
}


@media (max-width: 1190px) {
  .description_area {
    padding: 120px 20px;
  }
}

@media (max-width: 767px) {
  .image_contents.pc {
    display: none;
  }

  .description_text-purukatsu {
    font-size: 1.8rem;
  }
  
  .image_contents.sp {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .ceramide_state {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .ceramide_state_item {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .state_title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
  }
  
  .ceramide_state_item.rich .state_title {
    background: #4A90E2;
    color: #fff;
  }
  
  .ceramide_state_item.deficient .state_title {
    background: #E8D5F2;
    color: #333;
  }
  
  .ceramide_state_item .image_wrapper {
    margin-bottom: 15px;
  }
  
  .ceramide_state_item .image_wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .ceramide_state_item p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 0;
  }

  .description_area {
    padding: 40px 20px;
  }
  
  .image_section {
    flex-direction: column;
    gap: 20px;
  }
  
  .sub_title {
    font-size: 1.7rem;
  }
  .image_section {
    padding: 30px 80px;
    text-align: center;
}

.image_text p {
  font-size: 1.4rem;
}
.button_images-win {
  width: 70%;
}

}

@media (max-width: 446px) {
  .banner-text  {
    font-size: 1.6rem;
  }
  .main_title {
    font-size: 7.0rem;
}

.image_section {
  padding: 30px 35px;
}

.sub_title {
  font-size: 1.6rem;
}

.description_text-purukatsu {
  font-size: 1.7rem;
}
}

/* リンクボタン */
.button_banner {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.button_banner {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.button_images {
  position: relative;
  display: inline-block;
  transform: translateY(-3px);
}


.button_images, .button_images-win {
  position: relative;
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.2s ease; 
}

.button_images:hover {
  transform: translateY(-3px); 
}

.button_images::after {
  content: '';
  position: absolute;
  right: -210px;
  top: 74%;
  transform: translateY(-53%);
  width: 300px;
  height: 300px;
  background-image: url(../images/first_bottom_pine.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
/* 

.button_images-win img {
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.4));
} */



@media (max-width: 1150px) {
  .button_images::after {
   display: none;
}
}


/*************** どっち推しエリア ***************/

.which_area {
  position: relative;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.which_area_inner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}

.which_area_inner a {
  display: block;
  width: 100%;
  line-height: 1.7;
}

.which_area_inner picture {
  width: 100%;
  display: block;
  line-height: 0;
}

.which_area_inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ボタンエリア */
.which_button_area {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.which_button {
  display: inline-block;
  background-color: #fff461;
  border: none;
  padding: 1em 2em;
  border-radius: 8px;
  font-weight: bold;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow:
    /* ベベルハイライト（上方向の光） */
    inset -5px -5px 10px rgba(255, 255, 255, 0.5),
    /* ベベルシャドウ（下方向の影） */
    inset 5px 5px 10px rgba(255, 227, 0, 0.5),
    /* 外側の光彩 */
    0 0 20px rgba(0, 0, 0, 0.09);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  line-height: 1.6;
  text-align: center;
  white-space: normal;
  width: 600px;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 40px;
}

a.which_button {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  padding: 10px 60px;
}

.which_button:hover {
  transform: translateY(-3px);
 
}


@media (max-width: 1640px) {
  .which_button_area {
    bottom: 4%;
  }
}


@media (max-width: 1185px) {
  .which_button_area {
    bottom: 2%;
    font-size: 1.6rem;
  }
  
  a.which_button {
    font-size: 1.6rem;
  
  }
}


@media (max-width: 790px) {
  .which_button_area {
    bottom: 0;
    font-size: 1.4rem;
  }}


@media (max-width: 767px) {
  .which_area_inner img {
    object-fit: cover;
    min-height: 200px;
  }
  
  .which_button_area {
    bottom: 1.2%;
  }
  .which_button {
    padding: 12px 60px;
    line-height: 1.6;
    max-width: 360px;
  }
}



/*************** コンテンツエリア ***************/

.content_area {
  position: relative;
  width: 100%;
  margin-left: 0;
  background-image: url('../images/second_bg.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  padding: 80px 0;
  overflow: hidden;
}


.content_area > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .content_area {
    background-attachment: scroll; 
    padding: 40px 0;
  }
} 


.title-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 120px; 
}


.title-wrapper::before {
  content: '';
  position: absolute;
  left: 14%;
  top: -50%;
  width: 400px;  
  height: 400px; 
  background-image: url('../images/first_left_pine.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}


.title-wrapper::after {
  content: '';
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;  
  height: 150px; 
  background-image: url('../images/first_right_pine.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main_title {
  position: relative;
  z-index: 2;
}


@media (max-width: 767px) {
  .title-wrapper {
    padding: 0 30px;
  }

  .title-wrapper::before {
    left: -3%;
    top: -36%;
    width: 200px;
    height: 200px;
  }

  .title-wrapper::after {
    right: -1%;
    top: 78%;
    width: 80px;
    height: 80px;
}

}

@media (max-width: 367px) {
  .main_title {
    font-size: 6.5rem;
  }
  .main_title span  {
    font-size: 3.5rem;
  }
}

@media (max-width: 300px) {
  .title-wrapper {
    padding: 0px;
  }
  
  .title-wrapper::before {
display: none;
  }
  
  .title-wrapper::after {
    display: none;
  }
}


/*************** プログラム概要 ***************/
.program_contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; 
  box-sizing: border-box;
}

.program_01, .program_02 {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 400px;
  min-height: 400px;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
  height: 100%;
}

.program_contents_inner {
  position: relative;
  padding: 40px 30px;
  margin: 10px 0;
  width: 400px !important;
  min-width: 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
}

.program_01 .title, .program_02 .title {
  font-size: 2.8rem;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  width: 100%;
  color: #115730;
}

.program_01 .text, .program_02 .text {
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 0;
  line-height: 1.2;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  width: 100%;
}

.program_01 .description, .program_02 .description {
  font-size: 1.6rem;
  margin: 20px 0;
  padding: 0;
  line-height: 1.2;
  min-height: 3.0rem;
  text-align: center;
  width: 100%;
}

.content_area_program.box01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_area_program.box01 .program_contents {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

p.small_text {
  font-size: 1.5rem;
  color: #000;
 margin: 0 auto;
}

p.description-caution {
  font-size: 1.4rem;
  color: #000;
 margin: 20px auto;
 text-align: center;
}

@media (max-width: 990px) {
  .program_contents {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .program_contents_inner {
    width: 100% !important;
    min-width: auto;
    max-width: 100%;
  }
  .program_01, .program_02 {
    max-width: 600px;
    min-height: 0;
    padding-bottom: 0;
}
}


/* 装飾画像スタイル */
/* .decoration-top, .decoration-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
} */

/* .decoration-top {
  top: 5px;
  width: 80%;
  height: auto;
}

.decoration-bottom {
  bottom: 5px;
  width: 80%;
  height: auto;
} */

/* .decoration-top img, .decoration-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
} */

/* 下部装飾画像を180度回転 */
/* .decoration-bottom img {
  transform: rotate(180deg);
} */


/*************** タイアップソングエリア ***************/
.content_area_program.box02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content_area_program.box02 .youtube-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_area_program.box02 .youtube-container iframe {
  width: 100%;
  aspect-ratio: 3/2;

}


/*************** プロフィールエリア ***************/
.content_area_program.box03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.content_area_program.box03 .profile-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 500px;
  justify-content: center;
}

.content_area_program.box03 .profile-text .text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  text-indent: 1em;
}


.content_area_program.box03 .profile-text .text br + * {
  text-indent: 1em;
}

.content_area_program.box03 .profile-image {
  max-width: 800px;
}

.content_area_program.box03 .profile-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


@media (max-width: 990px) {
  .content_area  {
    padding: 80px 10px;
  }
}


@media (max-width: 767px) {
  .program_contents {
    flex-direction: column;
    gap: 20px;
  }
  
  .program_contents_inner {
    width: 100% !important;
    min-width: auto;
    max-width: 100%;
    padding: 0px 20px;
  }
  
  .program_contents_inner.box01 {
    min-width: auto;
    max-width: 100%;
    padding: 20px;
  }

.content_area_program.box01 .program_01, .program_02  {
  min-height: 100px !important;
}


  .content_area_program.box03 .profile-text {
    width: 100%;
    max-width: 100%;
  }
  .content_area_program.box03 .profile-image {
    width: 100%
}

}

/* TOPへ戻る */
/* .c-pageFooter__pageTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  position: absolute;
  bottom: 55px;
  right: clamp(1rem, (100vw - 1344px) * 0.5, 0px);
  width: 90px;
  height: 4rem;
  margin-inline:auto;font-size: 1.2rem;
  transform: translateY(-100%);
  text-transform: uppercase;
  z-index: 1;
  transition: opacity .25s cubic-bezier(.33,1,.68,1)
}

@media (max-width: 779px) {
  .c-pageFooter__pageTop {
    position: relative;
    bottom: 120px;
    right: -120%;
  }
}

@media (any-hover: hover) {
  .c-pageFooter__pageTop:hover {
      opacity:.3
  }
}

.c-pageFooter__pageTop:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon_arrow_up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right:10px;
}
   */


   @media screen and (min-width: 751px) {
    .description_area,.which_area,.content_area{
      width: 100vw;
      margin-left: calc(-50vw + 50%);
    }
  }
  
  @media screen and (max-width: 750px) {
    .description_area,.which_area ,.content_area{
      width: auto;
      margin-left: 0;
    }
  }