#Wrap {
  margin-top: 76.5px !important;
}
@media all and (max-width: 767px) {
  #Wrap {
    margin-top: 69px !important;
  }
}
.teiki-page {
  --primary: #00696d;
  color: var(--primary);
}
.teiki-page .sp-only {
  display: none;
}
@media all and (max-width: 767px) {
  .teiki-page .sp-only {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .teiki-page .pc-only {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .teiki-page .sp-text-center {
    text-align: center;
  }
}
.teiki-container {
  max-width: 1368px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .teiki-container {
    padding: 0 4.07vw;
  }
}
.teiki-ttl {
  height: 36px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: var(--primary);
  color: #fff;
  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;
  padding-top: 2px;
}
@media all and (max-width: 767px) {
  .teiki-ttl {
    height: 44px;
    font-size: 17px;
  }
}
.teiki-hero {
  padding-top: 160px;
  height: 910px;
  background: url(/Contents/ImagesPkg/teiki/hero.jpg) 50% / cover no-repeat;
}
@media all and (max-width: 767px) {
  .teiki-hero {
    padding-top: 5.86vw;
    background: url(/Contents/ImagesPkg/teiki/hero_sp.jpg) 50% / cover no-repeat;
    height: 141vw;
    padding-bottom: 60px;
  }
}
.teiki-hero__content {
  max-width: 1280px;
  margin: 0 auto;
}
.teiki-hero__ttl {
  margin-bottom: 90px;
  padding-left: 125px;
}
@media all and (max-width: 767px) {
  .teiki-hero__ttl {
    padding-left: 0;
    margin-bottom: 5.33vw;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .teiki-hero__ttl img {
    width: 44.8vw;
  }
}
.teiki-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media all and (max-width: 767px) {
  .teiki-hero__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media all and (max-width: 767px) {
  .teiki-hero__list li:nth-child(1) {
    margin-top: 5.06vw;
    margin-left: 8.26vw;
  }
  .teiki-hero__list li:nth-child(1) img {
    width: 29.86vw;
  }
  .teiki-hero__list li:nth-child(2) {
    margin-top: -3.2vw;
    margin-left: 2.4vw;
  }
  .teiki-hero__list li:nth-child(2) img {
    width: 32vw;
  }
  .teiki-hero__list li:nth-child(3) {
    margin-left: 25.6vw;
  }
  .teiki-hero__list li:nth-child(3) img {
    width: 31.2vw;
  }
}
.teiki-about {
  padding-top: 10px;
  background: #f1f1f1;
  padding-bottom: 160px;
}
@media all and (max-width: 767px) {
  .teiki-about {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.teiki-about__ttl {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .teiki-about__ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.teiki-about__lead {
  font-size: 26px;
  line-height: 1.65;
  color: var(--primary);
  text-align: center;
  margin-bottom: 112px;
}
@media all and (max-width: 767px) {
  .teiki-about__lead {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.teiki-about__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 40px;
}
@media all and (max-width: 767px) {
  .teiki-about__cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.teiki-about-card {
  background: #fff;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .teiki-about-card {
    padding-bottom: 24px;
  }
}
.teiki-about-card:nth-child(3n + 1) {
  grid-column: span 2;
}
@media all and (max-width: 767px) {
  .teiki-about-card:nth-child(3n + 1) {
    grid-column: auto;
  }
}
.teiki-about-card__lead {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .teiki-about-card__lead {
    margin-top: 12px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 24px;
  }
}
.teiki-about-card__txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0 20px;
  text-align: center;
  margin-top: 36px;
}
@media all and (max-width: 767px) {
  .teiki-about-card__txt {
    font-size: 12px;
    padding: 0 20px;
    margin-top: 24px;
    text-align: left;
  }
}
.teiki-about-card__img {
  text-align: center;
}
.teiki-about-discount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding: 0 120px;
}
@media all and (max-width: 767px) {
  .teiki-about-discount {
    grid-template-columns: 1fr;
    padding: 0 40px;
  }
}
.teiki-about-discount__img {
  width: 360px;
}
@media all and (max-width: 767px) {
  .teiki-about-discount__img {
    display: none;
  }
}
.teiki-about-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 56px 50px 0;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery {
    grid-template-columns: 1fr;
    padding: 24px 24px 0;
  }
}
.teiki-about-delivery__card {
  border-radius: 22px;
  border: 1px solid var(--primary);
  padding: 24px 40px 50px;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__card {
    border: 0;
    padding: 0;
  }
}
.teiki-about-delivery__ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__ttl {
    font-size: 16px;
    background-position: 2px;
    margin-bottom: 12px;
  }
}
.teiki-about-delivery__lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__lead {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 16px;
  }
}
.teiki-about-delivery__cycle {
  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;
  gap: 80px;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__cycle {
    gap: 24px;
  }
}
.teiki-about-delivery__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__time {
    gap: 12px;
  }
}
.teiki-about-delivery__time li {
  text-align: center;
}
.teiki-about-delivery__time p {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .teiki-about-delivery__time p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
  }
}
.teiki-about-surprise {
  margin-top: 60px;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .teiki-about-surprise {
    padding: 0 40px;
    margin-top: 20px;
    gap: 18px;
  }
}
.teiki-about-surprise li {
  text-align: center;
}
.teiki-about-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 56px 50px 0;
}
@media all and (max-width: 767px) {
  .teiki-about-flow {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 12px 20px 0;
  }
}
.teiki-about-flow__card {
  border-radius: 22px;
  border: 1px solid var(--primary);
  padding: 24px 20px 50px;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__card {
    padding: 0 0 24px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--primary);
  }
}
.teiki-about-flow__ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__ttl {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 24px;
  }
}
.teiki-about-flow__first {
  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;
  gap: 80px;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__first {
    gap: 40px;
    padding: 0 25px;
  }
}
.teiki-about-flow__first li {
  text-align: center;
  position: relative;
}
.teiki-about-flow__first li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  right: -74px;
  width: 66px;
  height: 16px;
  background: url(/Contents/ImagesPkg/teiki/about_flow_arrow01.svg) 50% /
    contain no-repeat;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__first li:not(:last-child)::after {
    top: 32px;
    right: -37px;
    width: 33px;
    height: 8px;
  }
}
.teiki-about-flow__first p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 12px -40px 0;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__first p {
    font-size: 12px;
    font-weight: normal;
    margin: 8px -20px 0;
  }
}
.teiki-about-flow__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__after {
    gap: 24px;
  }
}
.teiki-about-flow__after li {
  text-align: center;
  position: relative;
}
.teiki-about-flow__after li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: -45px;
  width: 40px;
  height: 16px;
  background: url(/Contents/ImagesPkg/teiki/about_flow_arrow01.svg) 50% /
    contain no-repeat;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__after li:not(:last-child)::after {
    top: 26px;
    right: -22.5px;
    width: 20px;
    height: 8px;
  }
}
.teiki-about-flow__after p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 12px -40px 0;
}
@media all and (max-width: 767px) {
  .teiki-about-flow__after p {
    font-size: 12px;
    font-weight: normal;
    margin: 8px -20px 0;
  }
}
.teiki-manual {
  margin-top: 160px;
}
@media all and (max-width: 767px) {
  .teiki-manual {
    margin-top: 60px;
  }
}
.teiki-manual__img {
  margin-top: 130px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .teiki-manual__img {
    margin-top: 40px;
  }
}
.teiki-manual__img img {
  width: 1006px;
}
.teiki-support {
  margin-top: 160px;
}
@media all and (max-width: 767px) {
  .teiki-support {
    margin-top: 60px;
  }
}
.teiki-support__row {
  margin-top: 105px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 767px) {
  .teiki-support__row {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.teiki-support__col {
  padding: 0 60px;
}
@media all and (max-width: 767px) {
  .teiki-support__col {
    padding: 0 20px;
  }
}
.teiki-support__col:not(:last-child) {
  border-right: 1px solid currentColor;
}
@media all and (max-width: 767px) {
  .teiki-support__col:not(:last-child) {
    border: 0;
  }
}
.teiki-support-card {
  padding-top: 22px;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .teiki-support-card {
    padding: 0;
  }
}
.teiki-support-card__ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .teiki-support-card__ttl {
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
}
.teiki-support-card__lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .teiki-support-card__lead {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
  }
}
.teiki-support-card__body {
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
}
@media all and (max-width: 767px) {
  .teiki-support-card__body {
    font-size: 12px;
    line-height: 1.71;
  }
}
.teiki-support-card__body p {
  text-align: center;
}
.teiki-support-card__link {
  margin: 0 auto;
  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;
  width: 224px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .teiki-support-card__link {
    width: 200px;
    height: 28px;
    border-radius: 12px;
    font-size: 14px;
  }
}
.teiki-faq {
  margin-top: 160px;
}
@media all and (max-width: 767px) {
  .teiki-faq {
    margin-top: 60px;
  }
}
.teiki-faq__list {
  max-width: 960px;
  margin: 54px auto 0;
}
@media all and (max-width: 767px) {
  .teiki-faq__list {
    margin: 0 auto;
  }
}
.teiki-faq__item {
  padding: 24px 20px;
}
@media all and (max-width: 767px) {
  .teiki-faq__item {
    padding: 12px 12px;
  }
}
.teiki-faq__item:not(:last-child) {
  border-bottom: 1px solid currentColor;
}
.teiki-faq__question {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  padding: 12px 50px 12px 0;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .teiki-faq__question {
    font-size: 14px;
    padding: 8px 24px 8px 0;
  }
}
.teiki-faq__question span:first-child {
  min-width: 36px;
}
@media all and (max-width: 767px) {
  .teiki-faq__question span:first-child {
    min-width: 26px;
  }
}
.teiki-faq__question i {
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  height: 30px;
  background: currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media all and (max-width: 767px) {
  .teiki-faq__question i {
    width: 24px;
    height: 24px;
    top: 8px;
  }
}
.teiki-faq__question i::before,
.teiki-faq__question i::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  will-change: transform, opacity;
}
@media all and (max-width: 767px) {
  .teiki-faq__question i::before,
  .teiki-faq__question i::after {
    width: 12px;
  }
}
.teiki-faq__question i::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -1px;
}
.teiki-faq__question.is-open i::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.teiki-faq__question.is-open i::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.teiki-faq__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.teiki-faq__answer-txt {
  font-size: 20px;
  line-height: 1.56;
  padding-left: 40px;
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  .teiki-faq__answer-txt {
    font-size: 12px;
    line-height: 1.71;
    padding-left: 30px;
    padding-right: 40px;
  }
}
.teiki-product {
  margin-top: 160px;
  padding-top: 160px;
  background: #f1f1f1;
  padding-bottom: 250px;
}
@media all and (max-width: 767px) {
  .teiki-product {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.teiki-product__card {
  background: #fff;
  padding-bottom: 150px;
}
@media all and (max-width: 767px) {
  .teiki-product__card {
    padding-bottom: 60px;
  }
}
.teiki-product__img {
  margin-top: 142px;
  display: grid;
  place-content: center;
  place-items: center;
  margin-bottom: 55px;
}
@media all and (max-width: 767px) {
  .teiki-product__img {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.teiki-product__img img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.teiki-product__img img:nth-child(1) {
  width: 532px;
}
@media all and (max-width: 767px) {
  .teiki-product__img img:nth-child(1) {
    width: 266px;
  }
}
.teiki-product__img img:nth-child(2) {
  width: 155px;
  position: relative;
  top: 14px;
  left: 8px;
}
@media all and (max-width: 767px) {
  .teiki-product__img img:nth-child(2) {
    width: 77px;
    top: 10px;
    left: 5px;
  }
}
.teiki-product__details p {
  text-align: center;
}
.teiki-product__name-jp {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  .teiki-product__name-jp {
    font-size: 18px;
  }
}
.teiki-product__name-en {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .teiki-product__name-en {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.teiki-product__description {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .teiki-product__description {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 28px;
  }
}
.teiki-product__link {
  margin: 0 auto;
  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;
  width: 224px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 2px;
}
@media all and (max-width: 767px) {
  .teiki-product__link {
    width: 200px;
    height: 28px;
    border-radius: 12px;
    font-size: 14px;
  }
}
