@charset "UTF-8";
/* コンテンツ幅 */
/* フッターレイアウト */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

img {
  height: auto;
}

.teikibin {
  background: #F7F6F1;
}
.teikibin__wrapper {
  background-color: #fff;
  overflow: hidden;
}

.visible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ec-customerRole .ec-pageHeader {
  font-family: "BIZ UDPMincho", serif;
}
.ec-customerRole .ec-pageHeader h1 {
  color: #8B7A5E;
}
.ec-customerRole .ec-progress {
  font-family: "BIZ UDPMincho", serif;
}
.ec-customerRole .ec-progress .ec-progress__number {
  background-color: #282E2E;
}
.ec-customerRole .ec-progress .is-complete .ec-progress__number {
  background-color: #A68142;
}
.ec-customerRole .ec-input + .ec-input {
  margin-top: 10px;
}
.ec-customerRole .ec-pageHeader h2 {
  color: #8B7A5E;
}
.ec-customerRole .ec-borderedDefs dt {
  background-color: #8B7A5E;
  color: #fff;
}
.ec-customerRole .ec-borderedDefs dt .ec-required {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ec-customerRole .ec-price .ec-price__tax {
  color: #fff;
}
.ec-customerRole .ec-borderedDefs dt .ec-label {
  max-width: 100%;
}

.lp-footer {
  margin-top: 4rem;
  padding: 2rem 0;
  background-color: #2F4061;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.fv {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.fv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  z-index: 1;
}
.fv__inner {
  margin-left: auto;
  margin-right: auto;
  font-family: "BIZ UDPMincho", serif;
}
.fv__maintext img {
  height: auto;
}
.fv__band {
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__band-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 110%;
  gap: 6px;
}
.fv__signature {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fv__signature--name {
  text-shadow: 0.748px 0.748px 8.305px rgba(255, 255, 255, 0.79);
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  line-height: 1.1;
}

.first {
  color: #fff;
  position: relative;
}
.first::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../../img/teikibin2/first_arrow_pc.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.first__title {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.05em;
  position: relative;
}
.first__lead {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.16;
}
.first__list {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.first__list-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.first__list-item:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.first__list-item:nth-child(2) {
  bottom: 0;
  left: 0;
}
.first__list-item:nth-child(3) {
  bottom: 0;
  right: 0;
}
.first__list-text {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
}
.first__list-text--highlight {
  text-shadow: 1px 1px 11.1px rgba(255, 255, 255, 0.79);
}
.first__desicription {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
}
.first__end {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0;
}
.first__end--highlight {
  color: #FFF;
}
.media__header {
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media__title {
  text-align: center;
  margin: 0;
}
.media__title span {
  border-bottom: 1px solid #fff;
  font-weight: 200;
  color: #fff;
}
.media__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media__marquee {
  position: relative;
}
.media__marquee-content {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 100%;
  position: absolute;
}

@-webkit-keyframes media-brand-scroll-pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3588px 0;
  }
}

@keyframes media-brand-scroll-pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3588px 0;
  }
}
@-webkit-keyframes media-brand-scroll-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1068px 0;
  }
}
@keyframes media-brand-scroll-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1068px 0;
  }
}
.features {
  background-color: #282E2E;
  color: #fff;
}
.features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.features__header-label {
  font-family: "Homemade Apple", cursive;
  line-height: 112%;
  opacity: 0.33;
  -webkit-transform: rotate(-10.31deg);
          transform: rotate(-10.31deg);
  position: absolute;
}
.features__header-title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  position: relative;
}
.features__header-title::before, .features__header-title::after {
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.features__description {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.features__word {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  line-height: 127.1%;
  letter-spacing: 0;
  white-space: nowrap;
}
.features__word--highlight {
  background: linear-gradient(179deg, #FBFBCC -37.85%, #FAFDE8 -2.8%, #FAFEF1 9.09%, #D5CCB1 57.03%, #A08F42 96.98%, #E2DCA3 169.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.features__word--emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.features__item-list {
  font-family: "BIZ UDPMincho", serif;
}
.features__item-list li {
  font-weight: 400;
  position: relative;
  padding-left: 1em;
}
.features__item-list li:last-child {
  margin-bottom: 0;
}
.features__item-list li::before {
  content: "・";
  left: 0;
  display: inline-block;
  position: absolute;
}
.features__item-quote {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-family: "BIZ UDPMincho", serif;
}
.features__item-image img {
  -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}
.features__subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features__item--02 .features__subtitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.features__subtitle-number {
  position: absolute;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 2.5rem;
  opacity: 0.2;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
.features__subtitle-word {
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0;
}
.features__subtitle-word--highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__subtitle-word--highlight span {
  background: linear-gradient(179deg, #FBFBCC -37.85%, #FAFDE8 -2.8%, #FAFEF1 9.09%, #D5CCB1 57.03%, #A08F42 96.98%, #E2DCA3 169.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.features__item--02 .features__subtitle-word--highlight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: -0.075em;
}
.features__subtitle-word--emphasis span {
  background: linear-gradient(179deg, #FBFBCC -37.85%, #FAFDE8 -2.8%, #FAFEF1 9.09%, #D5CCB1 57.03%, #A08F42 96.98%, #E2DCA3 169.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features__item--01 .features__subtitle-word--emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.features__subtitle-word--normal {
  white-space: nowrap;
}
.features__item--01 .features__subtitle-word--normal {
  line-height: 1.35;
}
.features__item--02 .features__subtitle-word--normal:last-child {
  letter-spacing: 0.06em;
}
.features__item--02 .features__subtitle-word--normal:last-child span {
  letter-spacing: 0.06em;
}

.profile {
  background-color: #000;
  color: #fff;
  font-family: "BIZ UDPMincho", serif;
  position: relative;
  padding-top: 1px;
}
.profile::before, .profile::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: calc(100% + 100px);
  left: 50%;
  pointer-events: none;
}
.profile::before {
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.profile::after {
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.profile__label {
  font-family: "Homemade Apple", cursive;
  opacity: 0.18;
  -webkit-transform: rotate(-5.22deg);
          transform: rotate(-5.22deg);
}
.profile__title {
  line-height: 1.1;
  white-space: nowrap;
}
.profile__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__description span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__description span:last-child::before {
  content: "";
  height: 1px;
  background-color: #fff;
}
.profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.profile__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.profile__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile__item-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile__item-title {
  opacity: 0.5;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
.profile__item-description p {
  line-height: 1.75;
}
.profile__item-description p + p {
  margin-top: 1em;
}
.profile__item-description p span {
  color: #A68142;
  font-weight: bold;
}

.promotion {
  background-color: #282E2E;
}
.promotion__content {
  display: grid;
}
.promotion__content > div {
  grid-area: 1/1;
}
.promotion__content-background {
  position: relative;
}
.promotion__content-background::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../img/teikibin2/promotion_content_frame_tl.svg), url(../../img/teikibin2/promotion_content_frame_tr.svg), url(../../img/teikibin2/promotion_content_frame_br.svg), url(../../img/teikibin2/promotion_content_frame_bl.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.promotion__content-details {
  font-family: "BIZ UDPMincho", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion__title-top {
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.promotion__title-bottom {
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.promotion__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promotion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promotion__list-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promotion__list-label {
  letter-spacing: 0.05em;
}
.promotion__list-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.16;
  position: relative;
}
.promotion__list-catch::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.promotion__list-catch--highlight {
  background: linear-gradient(179deg, #FBFBCC -37.85%, #FAFDE8 -2.8%, #FAFEF1 9.09%, #D5CCB1 57.03%, #A08F42 96.98%, #E2DCA3 169.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion__list--01 .promotion__list-catch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion__list--01 .promotion__list-catch::before {
  background-image: url(../../img/teikibin2/promotion_content_splash_01.png);
  top: -20px;
}
.promotion__list--01 .promotion__list-catch > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promotion__list--01 .promotion__list-catch > span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}
.promotion__list--02 .promotion__list-catch::before {
  background-image: url(../../img/teikibin2/promotion_content_splash_02.png);
}
.promotion__list--03 .promotion__list-catch::before {
  background-image: url(../../img/teikibin2/promotion_content_splash_03.png);
}
.promotion__trial {
  text-align: center;
  white-space: nowrap;
}
.promotion__info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "BIZ UDPMincho", serif;
}
.promotion__info-label {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(179deg, #FBFBCC -37.85%, #FAFDE8 -2.8%, #FAFEF1 9.09%, #D5CCB1 57.03%, #A08F42 96.98%, #E2DCA3 169.9%);
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  line-height: 1;
}
.promotion__info-time {
  color: #fff;
  text-shadow: 1px 1px 11.1px rgba(255, 255, 255, 0.79);
}
.promotion__info-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion__info-banner img {
  -webkit-box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.39);
          box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.39);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promotion__info-banner a {
  display: block;
  background-color: #fff;
}
.promotion__info-banner a:hover img {
  opacity: 0.95;
}

.voice {
  background-color: #F7F6F1;
}
.voice__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__title, .voice__description {
  font-family: "BIZ UDPMincho", serif;
}
.voice__label {
  font-family: "Homemade Apple", cursive;
  opacity: 0.86;
  mix-blend-mode: overlay;
  -webkit-transform: rotate(-5.22deg);
          transform: rotate(-5.22deg);
}
.voice__title {
  letter-spacing: 0;
}
.voice__title span:last-child {
  color: #725901;
}
.voice__list {
  display: grid;
}
.voice__list img {
  mix-blend-mode: darken;
}

.teikibin .faq {
  background-color: #F7F6F1;
}
.teikibin .faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teikibin .faq__label {
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.1;
  color: #002E2C;
}
.teikibin .faq__title {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  color: #002E2C;
}
.teikibin .faq__title span {
  border-top: 1px solid #002E2C;
  border-bottom: 1px solid #002E2C;
}
.teikibin .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teikibin .faq__list-item {
  border: 1px solid #002E2C;
  background-color: #fff;
  margin: 0;
}
.teikibin .faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #002E2C;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  font-family: "BIZ UDPMincho", serif;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  margin-bottom: 0 !important;
  border: none !important;
}
.teikibin .faq__question::before {
  content: none !important;
}
.teikibin .faq__question::after {
  content: "";
  display: block;
  width: 24px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  background-image: url("../../img/teikibin2/faq_arrow.svg");
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.teikibin .faq__question.open {
  background-color: #004844;
}
.teikibin .faq__question.open::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.teikibin .faq__answer {
  font-weight: 400;
  line-height: 1.6;
  color: #002E2C;
  font-family: "BIZ UDPMincho", serif;
}
.teikibin .faq__answer p {
  margin-bottom: 0;
}

.offer {
  background-color: #F7F6F1;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.offer__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer__return {
  background: #F7F6F1;
  font-family: "BIZ UDPMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.offer__return-title {
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.2;
  color: #B13939;
  position: relative;
  display: inline-block;
}
.offer__return-title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../img/teikibin2/return_icon.png);
  background-repeat: none;
  background-size: contain;
  background-position: center;
}
.offer__return-description {
  text-align: center;
}
.offer__return-description span {
  color: #B13939;
}
@media screen and (min-width: 768px) {
  .teikibin__wrapper {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .teikibin .container {
    width: 940px;
  }
  .display-sp,
.is-sp {
    display: none;
  }
  .display-pc,
.is-pc {
    display: block;
  }
  .ec-customerRole .ec-progress:after {
    margin-top: -10px;
  }
  .ec-customerRole .ec-pageHeader h2 {
    font-size: 24px;
  }
  .ec-customerRole .ec-borderedDefs dt {
    padding: 20px;
  }
  .lp-footer {
    margin-top: 8rem;
    padding: 2.4rem 0;
  }
  .fv {
    background-image: url(../../img/teikibin2/fv_background_pc.jpg);
    background-position: right bottom;
    height: 590px;
  }
  .fv::after {
    background-image: url(../../img/teikibin2/fv_cup_pc.png);
    background-size: 386px auto;
    top: 10px;
  }
  .fv__inner {
    width: 866px;
  }
  .fv__maintext {
    padding-left: 5rem;
    padding-top: 106px;
  }
  .fv__band {
    margin-top: 33px;
    height: 74px;
    background-image: url(../../img/teikibin2/fv_band_background_pc.png);
    padding-left: 76px;
  }
  .fv__band-text--top {
    font-size: 19px;
  }
  .fv__band-text--bottom {
    font-size: 16.45px;
  }
  .fv__signature {
    margin-top: 25px;
    padding-left: 70px;
  }
  .fv__signature--text {
    font-size: 18.47px;
    letter-spacing: 0.06em;
  }
  .fv__signature--text span {
    font-size: 23.24px;
  }
  .fv__signature--name {
    font-size: 55.42px;
    margin-left: -0.1em;
  }
  .first {
    background-image: url(../../img/teikibin2/first_mask_bottom_pc.png), url(../../img/teikibin2/first_background_pc.png);
    background-size: 100% auto, cover;
    background-position: center bottom, center;
    background-repeat: no-repeat, no-repeat;
    min-height: 900px;
    padding-top: 20px;
    padding-bottom: 130px;
  }
  .first::after {
    width: 20px;
    margin-left: 7px;
    bottom: 40px;
    height: 80px;
  }
  .first__title {
    font-size: 36px;
  }
  .first__lead {
    font-size: 28px;
    margin-top: -4px;
  }
  .first__lead span {
    font-size: 39px;
  }
  .first__list {
    background-image: url(../../img/teikibin2/first_list_background_pc.png);
    width: 562px;
    height: 466px;
    margin-top: 12px;
  }
  .first__list-item:nth-child(1) {
    top: 68px;
    margin-left: -8px;
  }
  .first__list-item:nth-child(2) {
    bottom: 100px;
    left: 18px;
  }
  .first__list-item:nth-child(3) {
    right: 62px;
    bottom: 88px;
  }
  .first__list-text {
    font-size: 21px;
  }
  .first__list-text--highlight {
    font-size: 28px;
  }
  .first__desicription {
    font-size: 18px;
    line-height: 2.2;
  }
  .first__desicription span {
    font-size: 24px;
  }
  .first__end {
    font-size: 42.25px;
    margin-top: 20px;
    text-shadow: 1.8px 1.8px 19.98px rgba(255, 255, 255, 0.79);
  }
  .first__end--highlight {
    font-size: 54px;
  }
  .media {
    margin-top: 0;
  }
  .media__header {
    background-image: url("../../img/teikibin2/media_background_pc.png");
    height: 304px;
  }
  .media__title {
    padding-top: 2.2rem;
  }
  .media__title span {
    font-size: 3.7rem;
  }
  .media__description {
    margin-top: -0.4rem;
  }
  .media__marquee {
    height: 153px;
    margin: 45px 0 50px;
  }
  .media__marquee-content {
    height: 153px;
    background-image: url(../../img/teikibin2/media_banner_pc.png);
    -webkit-animation-name: media-brand-scroll-pc;
            animation-name: media-brand-scroll-pc;
  }
  .features {
    padding-top: 212px;
    padding-bottom: 160px;
    background-image: url(../../img/teikibin2/features_background_left_pc.jpg), url(../../img/teikibin2/features_background_right_pc.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 500px auto, 450px auto;
  }
  .features__header-label {
    font-size: 94.29px;
    letter-spacing: 0.07em;
    top: -86px;
  }
  .features__header-title::before {
    top: -6px;
  }
  .features__header-title::after {
    bottom: -6px;
  }
  .features__header-title {
    text-shadow: 1.097px 1.097px 12.179px rgba(255, 255, 255, 0.79);
    font-style: normal;
    font-size: 62.542px;
    line-height: 95px;
    height: 95px;
  }
  .features__header-title span {
    font-size: 43.889px;
  }
  .features__description {
    margin-top: 40px;
  }
  .features__word {
    font-size: 42.02px;
  }
  .features__word--highlight {
    font-size: 59.382px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .features__word--emphasis {
    font-size: 59.382px;
    margin-left: 10px;
    -webkit-filter: drop-shadow(1.029px 1.029px 11.424px rgba(255, 255, 255, 0.79));
            filter: drop-shadow(1.029px 1.029px 11.424px rgba(255, 255, 255, 0.79));
  }
  .features__word--emphasis span:first-child {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .features__word--emphasis span:last-child {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .features__items {
    max-width: 900px;
    margin-top: 168px;
    margin-left: auto;
    margin-right: auto;
  }
  .features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .features__item--02 {
    margin-top: 132px;
  }
  .features__item--03 {
    margin-top: 203px;
  }
  .features__item-list {
    margin-top: 20px;
  }
  .features__item--02 .features__item-list {
    margin-top: 44px;
  }
  .features__item-list li {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .features__item-quote {
    font-size: 30px;
    line-height: 150%;
    margin-top: 30px;
  }
  .features__item--02 .features__item-quote {
    margin-top: 40px;
  }
  .features__item-image {
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .features__item--02 .features__subtitle {
    width: 520px;
    margin-top: -30px;
  }
  .features__subtitle-number {
    font-size: 147px;
  }
  .features__item--01 .features__subtitle-number {
    top: -98px;
    left: -60px;
  }
  .features__item--02 .features__subtitle-number {
    right: 0;
    top: -30px;
  }
  .features__item--03 .features__subtitle-number {
    top: -98px;
    left: -60px;
  }
  .features__subtitle-word--highlight {
    font-size: 78.41px;
  }
  .features__item--01 .features__subtitle-word--highlight span:nth-child(1) {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .features__item--01 .features__subtitle-word--highlight span:nth-child(2) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(1) {
    font-size: 87px;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(2) {
    font-size: 45.84px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(3) {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    font-size: 81.09px;
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(4) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    font-size: 81.09px;
  }
  .features__item--02 .features__subtitle-word--highlight + span {
    font-size: 26.42px;
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
    margin-left: 5px;
  }
  .features__item--03 .features__subtitle-word--highlight {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  .features__item--03 .features__subtitle-word--highlight > span:nth-child(1) {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .features__item--03 .features__subtitle-word--highlight > span:nth-child(2) {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .features__item--01 .features__subtitle-word--emphasis {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    font-size: 50.27px;
    margin-left: 15px;
  }
  .features__subtitle-word--normal {
    font-size: 25.58px;
  }
  .features__subtitle-word--normal span {
    font-size: 34.14px;
  }
  .features__item--01 .features__subtitle-word--normal {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    margin-left: 25px;
  }
  .features__item--02 .features__subtitle-word--normal {
    font-size: 36.69px;
  }
  .features__item--02 .features__subtitle-word--normal:last-child {
    font-size: 23px;
    margin-top: 5px;
  }
  .features__item--02 .features__subtitle-word--normal:last-child span {
    font-size: 35px;
  }
  .profile::before, .profile::after {
    height: 100px;
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
  .profile__header {
    margin-top: -70px;
  }
  .profile__label {
    font-size: 120px;
  }
  .profile__title {
    font-size: 65px;
    margin-top: -40px;
  }
  .profile__description {
    gap: 18px;
  }
  .profile__description span:first-child {
    font-size: 29px;
  }
  .profile__description span:last-child {
    font-size: 33px;
    gap: 18px;
  }
  .profile__description span:last-child::before {
    width: 140px;
  }
  .profile__items {
    margin-top: 90px;
  }
  .profile__item {
    gap: 48px;
  }
  .profile__item--02 .profile__item-texts {
    padding-top: 120px;
  }
  .profile__item-title {
    font-size: 44px;
  }
  .profile__item-description {
    margin-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
  .profile__item-description p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .promotion {
    padding: 190px 0 190px;
  }
  .promotion__content {
    width: 1135px;
    margin-left: auto;
    margin-right: auto;
  }
  .promotion__content-background {
    -webkit-filter: drop-shadow(9.407px 14.11px 7.996px rgba(0, 0, 0, 0.31));
            filter: drop-shadow(9.407px 14.11px 7.996px rgba(0, 0, 0, 0.31));
  }
  .promotion__content-background::before {
    background-position: left 31px top 26px, right 31px top 26px, right 31px bottom 86px, left 31px bottom 86px;
  }
  .promotion__content-details {
    padding-top: 54px;
  }
  .promotion__title-top {
    font-size: 24px;
  }
  .promotion__title-top span {
    font-size: 42px;
  }
  .promotion__title-bottom {
    font-size: 49px;
    margin-top: 16px;
  }
  .promotion__title-bottom span {
    font-size: 65px;
  }
  .promotion__lists {
    gap: 24px;
    width: 589px;
    margin-top: 28px;
  }
  .promotion__list:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .promotion__list-label {
    font-size: 22px;
  }
  .promotion__list--02 .promotion__list-label {
    text-align: right;
  }
  .promotion__list-catch {
    font-size: 62px;
  }
  .promotion__list-catch::before {
    width: 117px;
    height: 118px;
  }
  .promotion__list--01 .promotion__list-catch {
    margin-top: 20px;
  }
  .promotion__list--01 .promotion__list-catch::before {
    top: -24px;
    right: -40px;
  }
  .promotion__list--01 .promotion__list-catch > span:first-child > span:nth-child(1) {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .promotion__list--01 .promotion__list-catch > span:first-child > span:nth-child(2) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .promotion__list--01 .promotion__list-catch > span:last-child {
    font-size: 32px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    margin-left: 10px;
  }
  .promotion__list--02 .promotion__list-catch::before {
    top: -40px;
    left: -94px;
  }
  .promotion__list--03 .promotion__list-catch {
    margin-top: 10px;
  }
  .promotion__list--03 .promotion__list-catch::before {
    bottom: -40px;
    left: -94px;
  }
  .promotion__list--03 .promotion__list-catch > span:nth-child(1) {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .promotion__list--03 .promotion__list-catch > span:nth-child(2) {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .promotion__trial {
    text-shadow: 1.061px 1.061px 11.775px rgba(255, 255, 255, 0.79);
    font-size: 32px;
    margin-top: 32px;
  }
  .promotion__trial > span {
    font-size: 66px;
  }
  .promotion__trial > span span {
    font-size: 42px;
  }
  .promotion__info {
    margin-top: 20px;
  }
  .promotion__info-header {
    gap: 13px;
  }
  .promotion__info-label {
    width: 131px;
    height: 131px;
    font-size: 40px;
  }
  .promotion__info-time {
    font-size: 35px;
  }
  .promotion__info-time span {
    font-size: 59px;
  }
  .promotion__info-banner {
    gap: 100px;
    margin-top: 48px;
  }
  .promotion__info-banner img {
    -webkit-box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.39);
            box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.39);
  }
  .voice {
    padding: 122px 0 56px;
  }
  .voice__inner {
    background-image: url("../../img/teikibin2/voice_inner_background_pc.jpg");
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 114px 40px 40px;
    -webkit-box-shadow: 7.159px 7.159px 15.341px 5.114px rgba(0, 0, 0, 0.15);
            box-shadow: 7.159px 7.159px 15.341px 5.114px rgba(0, 0, 0, 0.15);
  }
  .voice__label {
    font-size: 100px;
  }
  .voice__title {
    font-size: 33.85px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: -40px;
  }
  .voice__title span {
    font-size: 52px;
  }
  .voice__description {
    font-size: 26px;
    margin-top: 32px;
  }
  .voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .teikibin .faq {
    padding: 40px 0 160px;
  }
  .teikibin .faq__label {
    font-size: 37px;
  }
  .teikibin .faq__title {
    font-size: 54px;
  }
  .teikibin .faq__title span {
    padding: 8px 0;
  }
  .teikibin .faq__list {
    gap: 32px;
    margin-top: 48px;
  }
  .teikibin .faq__question {
    padding: 16px 20px;
    font-size: 20px;
    gap: 12px;
  }
  .teikibin .faq__question::after {
    right: 20px;
  }
  .teikibin .faq__question::after:hover {
    background-color: #004844;
  }
  .teikibin .faq__answer {
    font-size: 17px;
  }
  .teikibin .faq__answer-inner {
    padding: 16px 20px 24px 56px;
  }
  .offer {
    padding-top: 18px;
    padding-bottom: 150px;
    background-image: url(../../img/teikibin2/offer_background_pc.jpg);
  }
  .offer__banner {
    gap: 74px;
  }
  .offer__return {
    width: 763px;
    height: 344px;
    background-image: url(../../img/teikibin2/return_frame_pc.svg);
    padding-top: 70px;
    margin-top: 200px;
    -webkit-box-shadow: 0 0 33.3px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 33.3px 1px rgba(0, 0, 0, 0.25);
  }
  .offer__return-title {
    font-size: 30.43px;
  }
  .offer__return-title::before {
    top: -157px;
    left: -55px;
    width: 180px;
    height: 180px;
  }
  .offer__return-title--first {
    font-size: 37px;
  }
  .offer__return-title--last {
    font-size: 49.45px;
  }
  .offer__return-description {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .teikibin .container {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
  .display-sp,
.is-sp {
    display: block;
  }
  .display-pc,
.is-pc {
    display: none;
  }
  .ec-customerRole input, .ec-customerRole select, .ec-customerRole textarea {
    font-size: 16px;
    max-width: 100%;
  }
  .ec-customerRole select {
    height: 40px;
  }
  .ec-customerRole .ec-borderedDefs dd {
    padding: 15px 0 20px;
  }
  .ec-customerRole .ec-pageHeader h2 {
    font-size: 20px;
  }
  .ec-customerRole .ec-borderedDefs dt {
    padding: 10px;
  }
  .ec-customerRole .ec-borderedDefs dt .ec-label {
    margin-bottom: 0;
  }
  .ec-customerRole .ec-borderedDefs dt .ec-required {
    border-color: #fff;
    color: #fff;
  }
  .fv {
    background-image: url(../../img/teikibin2/fv_background_sp.jpg);
    height: 100.7692307692vw;
  }
  .fv::after {
    background-image: url(../../img/teikibin2/fv_cup_sp.png);
    width: 27.9487179487vw;
    background-size: 100% auto;
    top: 7.6923076923vw;
  }
  .fv__maintext {
    width: 69.8717948718vw;
    margin-left: 10vw;
    padding-top: 24.6153846154vw;
  }
  .fv__band {
    background-image: url(../../img/teikibin2/fv_band_background_sp.png);
    background-size: auto 100%;
    width: 100%;
    padding-left: 24.1025641026vw;
    margin-top: 11.7948717949vw;
    height: 13.3333333333vw;
  }
  .fv__band-text--top {
    font-size: 3.8461538462vw;
    margin-left: -3.0769230769vw;
  }
  .fv__band-text--bottom {
    font-size: 3.3333333333vw;
  }
  .fv__signature {
    padding-left: 28.2051282051vw;
    margin-top: 1.0256410256vw;
  }
  .fv__signature--text {
    font-size: 3.3333333333vw;
    letter-spacing: 0.02em;
  }
  .fv__signature--text span {
    font-size: 3.5897435897vw;
  }
  .fv__signature--name {
    font-size: 8.9743589744vw;
  }
  .first {
    background-image: url(../../img/teikibin2/first_background_sp.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 2.96px 3.582px rgba(0, 0, 0, 0.41));
            filter: drop-shadow(0 2.96px 3.582px rgba(0, 0, 0, 0.41));
    padding-top: 8.2051282051vw;
    padding-bottom: 23.0769230769vw;
  }
  .first::after {
    width: 5.1282051282vw;
    height: 15.3846153846vw;
    bottom: 5.1282051282vw;
    margin-left: 1.0256410256vw;
  }
  .first__title {
    font-size: 6.1538461538vw;
    line-height: 1.3;
  }
  .first__title--bracket {
    position: absolute;
    font-size: 8.2051282051vw;
  }
  .first__title--bracket:first-child {
    left: 5.1282051282vw;
    top: -1.2820512821vw;
  }
  .first__title--bracket:last-child {
    right: 5.1282051282vw;
    bottom: -1.2820512821vw;
  }
  .first__lead {
    font-size: 4.6153846154vw;
    margin-top: 2.0512820513vw;
  }
  .first__lead span {
    font-size: 5.641025641vw;
  }
  .first__list {
    background-image: url(../../img/teikibin2/first_list_background_sp.png);
    width: 100%;
    height: 74.358974359vw;
    margin-top: 3.8461538462vw;
  }
  .first__list-item:nth-child(1) {
    top: 10.5128205128vw;
    margin-left: -1.0256410256vw;
  }
  .first__list-item:nth-child(2) {
    bottom: 12.8205128205vw;
    left: 5.1282051282vw;
  }
  .first__list-item:nth-child(3) {
    bottom: 9.7435897436vw;
    right: 10.2564102564vw;
  }
  .first__list-text {
    font-size: 3.8461538462vw;
  }
  .first__list-text--highlight {
    font-size: 5.1282051282vw;
  }
  .first__desicription {
    font-size: 3.8461538462vw;
    line-height: 2;
  }
  .first__desicription span {
    font-size: 5.1282051282vw;
  }
  .first__end {
    text-shadow: 0.612px 0.612px 6.79px rgba(255, 255, 255, 0.79);
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .first__end--highlight {
    font-size: 8.2051282051vw;
  }
  .media {
    margin-top: 0;
  }
  .media__header {
    background-image: url("../../img/teikibin2/media_background_sp.png");
    height: 30vw;
  }
  .media__title {
    padding-top: 0.5128205128vw;
    margin-bottom: 1.0256410256vw;
    margin-top: -1.2820512821vw;
  }
  .media__title span {
    font-size: 4.6153846154vw;
  }
  .media__description img {
    width: 64.358974359vw;
  }
  .media__marquee {
    height: 11.5384615385vw;
    margin: 3.8461538462vw 0 3.8461538462vw;
  }
  .media__marquee-content {
    background-image: url(../../img/teikibin2/media_banner_sp.png);
    height: 11.5384615385vw;
    -webkit-animation-name: media-brand-scroll-sp;
            animation-name: media-brand-scroll-sp;
  }
  .features {
    padding-top: 16.4102564103vw;
    padding-bottom: 25.641025641vw;
    background-image: url(../../img/teikibin2/features_background_sp.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .features__header-label {
    font-size: 9.2307692308vw;
    top: -6.6666666667vw;
  }
  .features__header-title::before {
    top: -4px;
  }
  .features__header-title::after {
    bottom: -4px;
  }
  .features__header-title {
    font-size: 7.1794871795vw;
    line-height: 10.2564102564vw;
    text-shadow: 0.358px 0.358px 3.979px rgba(255, 255, 255, 0.79);
  }
  .features__header-title span {
    font-size: 5.1282051282vw;
  }
  .features__description {
    margin-top: 5.1282051282vw;
  }
  .features__word {
    font-size: 5.1282051282vw;
  }
  .features__word--highlight {
    font-size: 8.2051282051vw;
    -webkit-transform: translateY(1.2820512821vw);
            transform: translateY(1.2820512821vw);
  }
  .features__word--emphasis {
    font-size: 8.2051282051vw;
    margin-left: 1.2820512821vw;
    -webkit-filter: drop-shadow(0.446px 0.446px 4.953px rgba(255, 255, 255, 0.79));
            filter: drop-shadow(0.446px 0.446px 4.953px rgba(255, 255, 255, 0.79));
  }
  .features__word--emphasis span:first-child {
    -webkit-transform: translateY(-1.5384615385vw);
            transform: translateY(-1.5384615385vw);
  }
  .features__word--emphasis span:last-child {
    -webkit-transform: translateY(3.0769230769vw);
            transform: translateY(3.0769230769vw);
  }
  .features__items {
    margin-top: 20.5128205128vw;
    padding: 0 5.1282051282vw;
  }
  .features__item--02 {
    margin-top: 8.2051282051vw;
  }
  .features__item--03 {
    margin-top: 18.7179487179vw;
  }
  .features__item-list {
    margin-top: 4.1025641026vw;
  }
  .features__item--03 .features__item-list {
    margin-top: 6.1538461538vw;
  }
  .features__item-list li {
    letter-spacing: 0.05em;
    font-size: 3.5897435897vw;
    line-height: 1.5;
    margin-bottom: 1.0256410256vw;
  }
  .features__item-quote {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
  .features__item-image {
    margin-top: 5.1282051282vw;
    width: 76.9230769231vw;
  }
  .features__item-image img {
    width: 100%;
  }
  .features__item--01 .features__item-image {
    margin-right: -10.2564102564vw;
    margin-left: auto;
  }
  .features__item--02 .features__item-image {
    margin-left: -10.2564102564vw;
  }
  .features__item--03 .features__item-image {
    margin-right: -10.2564102564vw;
    margin-left: auto;
  }
  .features__subtitle-number {
    font-size: 15.3846153846vw;
  }
  .features__item--01 .features__subtitle-number {
    top: -13.8461538462vw;
    left: -2.5641025641vw;
  }
  .features__item--02 .features__subtitle-number {
    top: -6.6666666667vw;
    right: -2.5641025641vw;
  }
  .features__item--03 .features__subtitle-number {
    top: -10.2564102564vw;
    left: -2.5641025641vw;
  }
  .features__subtitle-word--highlight {
    font-size: 10.2564102564vw;
  }
  .features__item--01 .features__subtitle-word--highlight span:nth-child(1) {
    -webkit-transform: translateY(-3.8461538462vw);
            transform: translateY(-3.8461538462vw);
  }
  .features__item--01 .features__subtitle-word--highlight span:nth-child(2) {
    -webkit-transform: translateY(2.5641025641vw);
            transform: translateY(2.5641025641vw);
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(1) {
    font-size: 12.3076923077vw;
    -webkit-transform: translateY(1.2820512821vw);
            transform: translateY(1.2820512821vw);
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(2) {
    font-size: 6.4102564103vw;
    -webkit-transform: translateY(0.7692307692vw);
            transform: translateY(0.7692307692vw);
    font-size: 11.2820512821vw;
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(3) {
    -webkit-transform: translateY(-2.5641025641vw);
            transform: translateY(-2.5641025641vw);
    font-size: 11.2820512821vw;
  }
  .features__item--02 .features__subtitle-word--highlight span:nth-child(4) {
    -webkit-transform: translateY(1.2820512821vw);
            transform: translateY(1.2820512821vw);
    font-size: 11.2820512821vw;
  }
  .features__item--02 .features__subtitle-word--highlight + span {
    margin-left: 1.2820512821vw;
    font-size: 5.1282051282vw;
  }
  .features__item--03 .features__subtitle-word--highlight {
    margin-top: 2.5641025641vw;
    font-size: 11.5384615385vw;
    letter-spacing: 0.05em;
  }
  .features__item--03 .features__subtitle-word--highlight > span:nth-child(1) {
    -webkit-transform: translateY(-1.0256410256vw);
            transform: translateY(-1.0256410256vw);
  }
  .features__item--03 .features__subtitle-word--highlight > span:nth-child(2) {
    -webkit-transform: translateY(2.0512820513vw);
            transform: translateY(2.0512820513vw);
  }
  .features__item--01 .features__subtitle-word--emphasis {
    margin-left: 2.5641025641vw;
    font-size: 6.4102564103vw;
    -webkit-transform: translateY(-1.2820512821vw);
            transform: translateY(-1.2820512821vw);
  }
  .features__subtitle-word--normal {
    font-size: 4.1025641026vw;
  }
  .features__subtitle-word--normal span {
    font-size: 6.1538461538vw;
  }
  .features__item--01 .features__subtitle-word--normal {
    margin-left: 2.5641025641vw;
  }
  .features__item--02 .features__subtitle-word--normal {
    font-size: 5.1282051282vw;
  }
  .features__item--02 .features__subtitle-word--normal:last-child {
    font-size: 4.6153846154vw;
    margin-top: 1.0256410256vw;
  }
  .features__item--02 .features__subtitle-word--normal:last-child span {
    font-size: 5.1282051282vw;
  }
  .features__item--03 .features__subtitle-word--normal span {
    font-size: 5.1282051282vw;
  }
  .profile {
    padding-bottom: 16.4102564103vw;
  }
  .profile::before, .profile::after {
    height: 50px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .profile__header {
    margin-top: -7.6923076923vw;
  }
  .profile__label {
    font-size: 12.3076923077vw;
    margin-left: 10.2564102564vw;
  }
  .profile__title {
    font-size: 6.6666666667vw;
    margin-top: -2.5641025641vw;
  }
  .profile__description {
    gap: 2.0512820513vw;
  }
  .profile__description span:first-child {
    font-size: 4.1025641026vw;
  }
  .profile__description span:last-child {
    gap: 2.0512820513vw;
  }
  .profile__description span:last-child {
    font-size: 4.1025641026vw;
  }
  .profile__description span:last-child::before {
    width: 7.6923076923vw;
  }
  .profile__items {
    margin-top: 12.3076923077vw;
  }
  .profile__item {
    gap: 5.1282051282vw;
  }
  .profile__item--02 {
    margin-top: 12.3076923077vw;
  }
  .profile__item-image {
    position: absolute;
    top: 0;
  }
  .profile__item--01 .profile__item-image {
    right: -3.8461538462vw;
    width: 30.7692307692vw;
  }
  .profile__item--02 .profile__item-image {
    left: -3.8461538462vw;
    width: 30.7692307692vw;
  }
  .profile__item-title {
    font-size: 7.1794871795vw;
    padding-top: 6.1538461538vw;
  }
  .profile__item--02 .profile__item-title {
    text-align: right;
  }
  .profile__item-description {
    margin-top: 5.1282051282vw;
  }
  .profile__item-description p {
    font-size: 3.5897435897vw;
  }
  .profile__item--01 .profile__item-description p:first-child {
    padding-right: 30.7692307692vw;
  }
  .profile__item--02 .profile__item-description p:first-child {
    padding-left: 30.7692307692vw;
  }
  .promotion {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
  .promotion__content {
    padding: 0 7.6923076923vw;
  }
  .promotion__content-background {
    -webkit-filter: drop-shadow(2.719px 4.078px 2.311px rgba(0, 0, 0, 0.31));
            filter: drop-shadow(2.719px 4.078px 2.311px rgba(0, 0, 0, 0.31));
  }
  .promotion__content-background::before {
    background-size: 8.2051282051vw auto;
    background-position: left 2.5641025641vw top 2.5641025641vw, right 2.5641025641vw top 2.5641025641vw, right 2.5641025641vw bottom 6.6666666667vw, left 2.5641025641vw bottom 6.6666666667vw;
  }
  .promotion__content-details {
    padding-top: 8.2051282051vw;
  }
  .promotion__title-top {
    font-size: 4.6153846154vw;
  }
  .promotion__title-top span {
    font-size: 6.6666666667vw;
  }
  .promotion__title-bottom {
    font-size: 5.641025641vw;
  }
  .promotion__title-bottom span {
    font-size: 8.2051282051vw;
  }
  .promotion__lists {
    gap: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .promotion__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promotion__list-image {
    width: 41.0256410256vw;
  }
  .promotion__list-image {
    margin-top: 5.1282051282vw;
  }
  .promotion__list-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promotion__list-label {
    font-size: 4.6153846154vw;
    text-align: center;
  }
  .promotion__list-catch {
    font-size: 10.2564102564vw;
  }
  .promotion__list--01 .promotion__list-catch {
    margin-top: 2.5641025641vw;
  }
  .promotion__list--01 .promotion__list-catch > span:first-child > span:nth-child(1) {
    -webkit-transform: translateY(-2.5641025641vw);
            transform: translateY(-2.5641025641vw);
  }
  .promotion__list--01 .promotion__list-catch > span:first-child > span:nth-child(2) {
    -webkit-transform: translateY(2.0512820513vw);
            transform: translateY(2.0512820513vw);
  }
  .promotion__list--01 .promotion__list-catch > span:last-child {
    font-size: 5.1282051282vw;
    -webkit-transform: translateY(0.5128205128vw);
            transform: translateY(0.5128205128vw);
    margin-left: 1.2820512821vw;
  }
  .promotion__list--03 .promotion__list-catch {
    margin-top: 1.2820512821vw;
  }
  .promotion__list--03 .promotion__list-catch > span:nth-child(1) {
    -webkit-transform: translateY(-1.5384615385vw);
            transform: translateY(-1.5384615385vw);
  }
  .promotion__list--03 .promotion__list-catch > span:nth-child(2) {
    -webkit-transform: translateY(2.5641025641vw);
            transform: translateY(2.5641025641vw);
  }
  .promotion__trial {
    text-shadow: 0.436px 0.436px 4.836px rgba(255, 255, 255, 0.79);
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
    line-height: 1.2;
  }
  .promotion__trial > span {
    font-size: 8.2051282051vw;
    letter-spacing: 0;
  }
  .promotion__info {
    margin-top: 8.2051282051vw;
  }
  .promotion__info-header {
    gap: 2.5641025641vw;
  }
  .promotion__info-label {
    width: 18.2051282051vw;
    height: 18.2051282051vw;
    font-size: 5.1282051282vw;
  }
  .promotion__info-time {
    font-size: 6.6666666667vw;
  }
  .promotion__info-time span {
    font-size: 9.2307692308vw;
  }
  .promotion__info-banner {
    margin-top: 5.1282051282vw;
    padding: 0 3.8461538462vw;
    gap: 5.1282051282vw;
  }
  .promotion__info-banner img {
    -webkit-box-shadow: 4px 4px 4.5px 0 rgba(0, 0, 0, 0.39);
            box-shadow: 4px 4px 4.5px 0 rgba(0, 0, 0, 0.39);
  }
  .voice {
    padding: 10.2564102564vw 3.8461538462vw;
  }
  .voice__inner {
    padding: 14.358974359vw 3.8461538462vw 6.1538461538vw;
    background-image: url("../../img/teikibin2/voice_inner_background_sp.jpg");
    background-position: left top;
    -webkit-box-shadow: 2.023px 2.023px 4.335px 1.445px rgba(0, 0, 0, 0.15);
            box-shadow: 2.023px 2.023px 4.335px 1.445px rgba(0, 0, 0, 0.15);
  }
  .voice__label {
    font-size: 9.2307692308vw;
  }
  .voice__title {
    font-size: 5.641025641vw;
    margin-top: -1.2820512821vw;
  }
  .voice__title span {
    font-size: 8.2051282051vw;
  }
  .voice__description {
    font-size: 4.1025641026vw;
  }
  .voice__list {
    gap: 2.5641025641vw;
    margin-top: 4.1025641026vw;
  }
  .teikibin .faq {
    padding: 5.1282051282vw 0 16.4102564103vw;
  }
  .teikibin .faq__label {
    font-size: 6.1538461538vw;
  }
  .teikibin .faq__title {
    font-size: 8.2051282051vw;
    margin-top: 2.5641025641vw;
  }
  .teikibin .faq__title span {
    padding: 1.0256410256vw 0;
  }
  .teikibin .faq__list {
    margin-top: 10.2564102564vw;
    gap: 5.1282051282vw;
  }
  .teikibin .faq__question {
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 6.1538461538vw 2.5641025641vw 2.5641025641vw;
    gap: 2.0512820513vw;
  }
  .teikibin .faq__question::after {
    width: 3.0769230769vw;
    height: 6.5;
    margin-right: 2.0512820513vw;
  }
  .teikibin .faq__answer {
    font-size: 3.5897435897vw;
  }
  .teikibin .faq__answer-inner {
    padding: 2.5641025641vw 6.1538461538vw 2.5641025641vw 5.1282051282vw;
  }
  .offer {
    padding-top: 32.8205128205vw;
    margin-top: -22.5641025641vw;
    padding-bottom: 25.641025641vw;
    background-image: url(../../img/teikibin2/offer_background_sp.jpg);
  }
  .offer__banner {
    padding: 0 5.1282051282vw;
    gap: 5.1282051282vw;
  }
  .offer__return {
    background-image: url(../../img/teikibin2/return_frame_sp.svg);
    height: 55.641025641vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 11.7948717949vw 0 0;
    margin-top: 10.2564102564vw;
    -webkit-box-shadow: 0 0 15.409px 0.463px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 15.409px 0.463px rgba(0, 0, 0, 0.25);
  }
  .offer__return-title {
    font-size: 4.6153846154vw;
  }
  .offer__return-title::before {
    width: 25.641025641vw;
    height: 25.641025641vw;
    top: -23.0769230769vw;
    left: -10.2564102564vw;
  }
  .offer__return-title--first {
    font-size: 4.6153846154vw;
  }
  .offer__return-title--last {
    font-size: 6.1538461538vw;
  }
  .offer__return-description {
    letter-spacing: 0;
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}