@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&display=swap");
* {
  /* outline: 1px solid red; */
}
.text-base {
  font-size: 16px;
}

#main a {
  color: #333;
  text-decoration: none;
}

#main {
  padding-top: 140px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
  overflow-x: hidden;
}
/* common-parts */
.content-title {
  font-size: 36px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 80px;
}

/* MV */
.tvcmweb__titileMv {
  width: calc(100vw - 150px);
  margin-left: auto;
}
.tvcmweb__titileMv img {
  width: 100%;
}
.tvcmweb__titileText {
  position: relative;
  padding: 90px 0 200px;  
}

.tvcmweb__titileText::before {
  content: "";
  display: inline-block;
  background: #29A155;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 400px);
}
.tvcmweb__titileText_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.tvcmweb__titileText_inner > * {
  max-width: 615px;
  color: #FFFFFF;
}
.tvcmweb__titileText_head {
  position: relative;
  font-size: 36px;
  line-height: 1.7;
}
.tvcmweb__titileText_head span {
  position: relative;
  z-index: 2;
}
.tvcmweb__titileText_head::before {
  content: "";
  background: url(../images/tvcmweb/tvcmweb_bgtitle.png);
  background-size: cover;
  width: 400px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: -210px;
  z-index: 1;
}
.tvcmweb__titileText_head .sp {
  display: none;
}

/* WEB限定公開動画 */
.tvcmweb__content {
  background: #EDF6F0;
  padding: 0 10px;
}
.tvcmweb__content-inner {
  max-width: 1200px;
  padding: 80px 40px 120px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -140px;
}
.tvcmweb__interview {
  display: flex;
  gap: 0 60px;
  padding: 0 40px;
}
.tvcmweb__interview + .tvcmweb__interview {
  margin-top: 140px;
}
.tvcmweb__interview .sp {
  display: none;
}
/* 動画部分 */
.tvcmweb__interview-left {
  max-width: 540px;
  width: 100%;
}
.tvcmweb__interview-img .youtube-iframe {
  margin-bottom: 40px;
}
.tvcmweb__interview-img iframe {
  width: 100%;
}
.tvcmweb__interview-imgBox {
  display: flex;
  justify-content: space-between;
}
/* テキスト部分 */
.tvcmweb__interview-right {
  width: calc(100% - 540px);
}
.tvcmweb__interview-name {
  position: relative;
  padding-left: 35px;
  margin-bottom: 40px;
}
.tvcmweb__interview-name::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}
.tvcmweb__interview-name_inner {
  display: flex;
}
.tvcmweb__interview-name_inner h3 {
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-right: 15px;
}
.tvcmweb__interview-name_inner h3 span {
  font-size: 16px;
}
.tvcmweb__interview-point {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tvcmweb__interview-point li {
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.2;
}
.tvcmweb__interview-catch {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

/* 色指定 */
.HT_terabayashi .tvcmweb__interview-name::before {
  background: #E4425D;
}
.HT_terabayashi .tvcmweb__interview-name_inner h3 {
  color: #E4425D;
  min-width: 123px;
}
.HT_terabayashi .tvcmweb__interview-point li {
  background: #FCF0F0;
  color: #E4425D;
}
.tvcmweb__interview.HT_yokoyama {
  flex-direction: row-reverse;
}
.HT_yokoyama .tvcmweb__interview-name::before {
  background: #1D7DDA;
}
.HT_yokoyama .tvcmweb__interview-name_inner h3 {
  color: #1D7DDA;
  min-width: 140px;
}
.HT_yokoyama .tvcmweb__interview-point li {
  background: #F0F6FC;
  color: #1D7DDA;
}
.HT_watanabe .tvcmweb__interview-name::before {
  background: #E9881B;
}
.HT_watanabe .tvcmweb__interview-name_inner h3 {
  color: #E9881B;
  min-width: 140px;
}
.HT_watanabe .tvcmweb__interview-point li {
  background: #FCF7F0;
  color: #E9881B;
}

/* CTA */
.detail .cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.detail .contact-button-wrapper {
  position: relative;
  width: 580px;
  height: 120px;
}

.detail .contact-button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #509d6d;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(97, 179, 128, 1) 0%, rgba(97, 179, 128, 1) 100%);
}

.detail .contact-text {
  top: 33px;
  left: 105px;
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 2.52px;
  line-height: 54px;
  white-space: nowrap;
}

.detail .contact-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.detail .character-image {
  object-fit: cover;
  width: 36px;
  height: auto;
}

.detail .trial-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #e0944f;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(247, 164, 87, 1) 0%, rgba(247, 164, 87, 1) 100%);
}

.detail .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 78px;
}

.detail .trial-button-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.detail .trial-text {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4.32px;
  line-height: 54px;
  white-space: nowrap;
}

.detail .trial-subtitle {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.64px;
  line-height: 33px;
  white-space: nowrap;
}

/* CMギャラリー */
.tvcmweb__cm_gallery {
  padding: 120px 40px 0;
}
.tvcmweb__cm_gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
}
.tvcmweb__cm_gallery-list li {
  width: 100%!important;
}
.tvcmweb__cm_gallery-list li:first-child {
  text-align: center;
}
.tvcmweb__cm_gallery-list li:first-child  .youtube-iframe_wrapper {
  max-width: 540px;
  margin: 0 auto;
}
.tvcmweb__cm_gallery-list li:not(:first-child) {
  flex: 1;
}

.tvcmweb__cm_gallery-list li .youtube-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.tvcmweb__cm_gallery-list li .youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 説明会エリアCTA設定 */
.container-CTA {
  color: #FFFFFF;
}
.sec-CTA-title {
    max-width: 550px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  margin: 0 auto 15px;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .tvcmweb__titileMv {
    width: calc(100vw - 100px);
  }
  .tvcmweb__titileText::before {
    height: calc(100% + 40%);
  }
  .tvcmweb__titileText_head::before {
    left: -35px;
  }
  /* WEB限定公開動画 */
  .tvcmweb__content-inner {
    padding: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .tvcmweb__titileText_inner {
    flex-direction: column;
    align-items: center;
  }
  .tvcmweb__titileText_head {
    margin-bottom: 30px;
  }
  /* WEB限定公開動画 */
  .tvcmweb__interview {
    flex-direction: column;
  }
  .tvcmweb__interview + .tvcmweb__interview {
  margin-top: 100px;
}
/* テキスト部分 */
.tvcmweb__interview-right {
  width: 100%;
}
  /* web限定公開動画 */
  .tvcmweb__interview .pc {
    display: none;
  }
  .tvcmweb__interview .sp {
    display: block;
    margin-bottom: 25px;
  }
.tvcmweb__interview-img .youtube-iframe {
    position: relative;
      width: 100%;
      height: 0;
      padding-top: 56%;
      margin-top: 30px;
  }
  .tvcmweb__interview-img .youtube-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tvcmweb__interview-imgBox img{
  width: 100%;
}
  .tvcmweb__interview-name_inner {
    display: block;
  }
  .tvcmweb__interview-imgBox {
    justify-content: center;
    gap: 0 20px;
  }
  .tvcmweb__interview-name_inner h3 {
    margin-bottom: 8px;
}
}

@media (max-width: 768px) {
  #main {
    padding-top: 80px;
    font-size: 16px;
  }
  .content-title {
  font-size: 24px;
  margin-bottom: 40px;
}

  /* MV */
  .tvcmweb__titileText_head .sp {
    display: block;
  } 
  .tvcmweb__titileText_inner {
    padding: 0 20px;
    align-items: flex-start;
  }
  .tvcmweb__titileMv {
    width: 100%;
  }
  .tvcmweb__titileText {
    width: calc(100% - 30px);
    padding: 60px 0 180px;
  }
  .tvcmweb__titileText::after {
    content: "";
    display: inline-block;
    background: #EDF6F0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    width: calc(100% + 30px);
    height: 100%;
  }
  .tvcmweb__titileText_head {
    font-size: 20px;
    width: 100%;
  }
  .tvcmweb__titileText_head::before {
    left: auto;
    right: 0;
    top: -30px;
    width: 250px;
    height: 50px;
  }
  /* WEB限定公開動画 */
    .tvcmweb__content {
      margin-bottom: -60px;
    }
    .tvcmweb__content-inner {
      padding: 40px 20px 60px;
    }
    .tvcmweb__interview {
      padding: 0;
    }
    .tvcmweb__interview + .tvcmweb__interview {
    margin-top: 80px;
  }
    /* 動画部分 */
    .tvcmweb__interview-img .youtube-iframe {
      margin-bottom: 20px;
    }
    .tvcmweb__interview-imgBox {
      gap: 0 15px;
    }
    /* テキスト部分 */
    .tvcmweb__interview-name {
    padding-left: 28px;
    margin-bottom: 25px;
  }
  .tvcmweb__interview-name::before {
    width: 8px;
    height: 100%;
  }
  .tvcmweb__interview-name_inner h3 {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .tvcmweb__interview-name_inner h3 span {
    font-size: 14px;
  }
  .tvcmweb__interview-point li {
    font-size: 10px;
  }
  .tvcmweb__interview-catch {
    font-size: 20px;
  }
  /* CTA */
  .detail .cta-buttons {
    margin-top: 80px;
  }
    .detail .contact-button-wrapper,
  .detail .contact-button,
  .detail .trial-button-wrapper,
  .detail .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }
  .detail .character-image {
    width: 22px;
  }
  .detail .contact-text,
  .detail .trial-text {
    font-size: 20px;
  }
  .detail .contact-text::after {
    font-size: 22px;
    right: 15px;
  }
  .detail .trial-button-wrapper::after {
    font-size: 22px;
    right: 15px;
  }
  /* CM Gallery */
  .tvcmweb__cm_gallery {
  padding: 80px 0 0;
}
.tvcmweb__cm_gallery-list {
  gap: 20px 0;
}
.tvcmweb__cm_gallery-list li {
  width: 100%!important;
}
.tvcmweb__cm_gallery-list li:first-child {
  text-align: center;
}
.tvcmweb__cm_gallery-list li:first-child  .youtube-iframe_wrapper {
  max-width: none;
  margin: 0 auto;
}
.tvcmweb__cm_gallery-list li:not(:first-child) {
  flex: none;
}
}

@media (max-width: 400px) {
  .detail .cta-buttons {
    margin-left: -15px;
  }
}
