﻿:root {
  --lp-accent: #F88383;

  --blue-bg: #F7F6F4;
  --blue-underline: #BCD9EB;
  --blue-text-bg: #3086BC;

  --yellow-bg: #FFF4DD;
  --yellow-underline: #FFEFCC;
  --yellow-text-bg: #F2B100;
}


/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2.25;
  font-size: calc(16* (100vw / 375));
  padding-bottom: calc(80* (100vw / 375));
  overflow: hidden;
  text-align: center;
  color: #292929;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@font-face {
  font-family: "Baskerville";
  src: url("../fonts/baskerville.ttf") format("truetype");
}

.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main-area .lp_credit {
  font-size: calc(12* (100vw / 375));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: calc(28* (100vw / 375));
}

.main-area .lp_credit a {
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.6rem;
    padding-bottom: 8rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
    margin-top: 1.7rem;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv h2+p {
  margin-top: calc(20* (100vw /375));
  padding: calc(74* (100vw /375)) 0 calc(74* (100vw /375));
  background: url(../img/bg_sp.jpg) center/cover no-repeat;
}


@media screen and (min-width: 768px) {
  .sec__fv h2 {
    margin: auto;
  }

  .sec__fv h2+p {
    margin-top: 4.2rem;
    padding: 14.3rem 0 14.3rem;
    background: url(../img/bg_pc.jpg) center/cover no-repeat;

  }
}

/* ===============================================
* main-wrap *
=============================================== */
.img-wrap,
.main-wrap {
  position: relative;
}



/* ===============================================
* info *
=============================================== */
.info {
  padding: calc(60 * (100vw /375)) 0 calc(60* (100vw /375));
  background-color: var(--blue-bg);
}

.info--inner {
  border: 3px #fff solid;
  width: calc(345* (100vw /375));
  margin: auto;
  padding: calc(27* (100vw /375)) 0 calc(27* (100vw /375));
}

.info--tx h3 {
  font-size: calc(24* (100vw /375));
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.info--tx h3+p {
  font-size: calc(10* (100vw /375));
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: calc(10* (100vw /375));
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .info--sp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(20* (100vw /375));
    margin-top: calc(23* (100vw /375));
  }

  .info--sp-wrap .img-wrap {
    width: calc(96* (100vw /375));
  }

  .info--sp-wrap p {
    width: calc(180* (100vw /375));
    font-size: calc(13* (100vw /375));
    line-height: 1.8461538462;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

.info--function-wrap {
  display: flex;
  justify-content: center;
  gap: calc(15* (100vw /375));
  margin-top: calc(20* (100vw /375));
}

.info--function-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(95* (100vw /375));
  height: calc(95* (100vw /375));
  background: var(--blue-underline);
  border-radius: 50%;
  font-size: calc(13* (100vw /375));
  line-height: 1.3846153846;
  font-weight: 500;
}

.info--btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(200* (100vw /375));
  height: calc(40* (100vw /375));
  border-radius: calc(25* (100vw /375));
  background-color: #292929;
  color: #fff;
  font-size: calc(14* (100vw /375));
  font-weight: 500;
  margin: calc(20* (100vw /375)) auto 0;
}

.info.yellow {
  background-color: var(--yellow-bg);
}

.yellow .info--function-wrap li {
  background: #FFDD81;
}

@media screen and (min-width: 768px) {
  .info {
    padding: 6rem 0 6rem;
  }

  .info--inner {
    display: flex;
    justify-content: center;
    width: 80rem;
    padding: 3.7rem 0 3.7rem;
    gap: 6rem;
  }

  .info--tx h3 {
    font-size: 2.4rem;
    text-align: left;
  }

  .info--tx h3+p {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: left;
  }

  .info--sp-wrap p {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 2rem;
    line-height: 1.8461538462;
    letter-spacing: 0.05em;
  }

  .info--function-wrap {
    justify-content: flex-start;
    gap: 1.5rem;
    margin-top: 1.8rem;
  }

  .info--function-wrap li {
    width: 9.5rem;
    height: 9.5rem;
    font-size: 1.3rem;
  }

  .info--btn {
    width: 20rem;
    height: 4rem;
    border-radius: 2.5rem;
    font-size: 1.4rem;
    margin: 3rem auto 0;
  }

  .info--inner .img-wrap {
    width: 16.2rem;
  }

  .yellow.info .info--inner {
    flex-direction: row-reverse;
    gap: 4rem;
  }
}


/* ===============================================
* about--head *
=============================================== */
.about--head {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .about--img--wrap-1 {
    position: relative;
    margin-top: calc(60* (100vw /375));
    width: calc(290* (100vw /375));
  }

  .about--img--wrap-2 .img-wrap {
    width: calc(210* (100vw /375));
    margin: calc(37* (100vw /375)) calc(20* (100vw /375)) 0 auto;
  }

  .about--unnde-line {
    width: calc(315* (100vw /375));
    margin: calc(20* (100vw /375)) auto 0;
  }
}

.about--img--wrap-1 p {
  position: absolute;
  top: calc(136*(100vw / 375));
  right: calc(-68*(100vw / 375));
  font-size: calc(14*(100vw / 375));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7142857143;
  text-align: left;
}

.about--unnde-line span {
  display: block;
  background: linear-gradient(transparent 65%, var(--blue-underline) 65%, var(--blue-underline) 95%, transparent 95%);
  line-height: 1.5;
  font-size: calc(24*(100vw / 375));
  width: fit-content;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: left;
}

.about--unnde-line span:nth-of-type(1) {
  width: calc(290* (100vw /375));
}

.yellow .about--unnde-line span {
  background: linear-gradient(transparent 65%, var(--yellow-underline) 65%, var(--yellow-underline) 95%, transparent 95%);
}

@media screen and (min-width: 768px) {
  .about--head {
    display: flex;
    justify-content: center;
    gap: 27rem;
    margin-top: 8rem;
  }

  .about--img--wrap-1 {
    position: relative;
    width: 43.7rem;
  }

  .about--img--wrap-2 {
    width: 29.5rem;
    margin-top: 9.3rem;
  }

  .about--img--wrap-1 p {
    top: 20.5rem;
    right: -12.3rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }

  .about--unnde-line span {
    background: linear-gradient(transparent 65%, var(--blue-underline) 65%, var(--blue-underline) 95%, transparent 95%);
    line-height: 1.5;
    font-size: 2.4rem;
  }

  .about--unnde-line span:nth-of-type(1) {
    width: 29rem;
  }

  .about--img--wrap-2 .img-wrap {
    margin-top: 6rem;
  }

}

/* ===============================================
* about--main *
=============================================== */
.about--main {
  background: var(--blue-bg);
  padding: calc(170* (100vw /375)) 0 calc(40* (100vw /375));
  margin-top: calc(-130* (100vw /375));
}

.yellow .about--main {
  background: var(--yellow-bg);
}

.about--recommend {
  position: relative;
  z-index: 2;
  width: calc(295* (100vw /375));
  filter: drop-shadow(0px calc(2* (100vw /375)) calc(4* (100vw /375)) rgba(0, 0, 0, 0.16));
  margin: auto;
}

.about--visual {
  margin-top: calc(-40* (100vw /375));
}

.about--function {
  display: flex;
  flex-direction: column;
  width: calc(315* (100vw /375));
  margin: calc(40* (100vw /375)) auto 0;
  gap: calc(28* (100vw /375));
}

.about--function .img-wrap {
  z-index: 2;
  width: calc(270* (100vw /375));
  margin: auto;
}

.about--function .tx-wrap {
  background: #fff;
  margin-top: calc(-40* (100vw /375));
  padding: calc(51* (100vw /375)) 0 calc(30* (100vw /375));
}

.about--function .tx-wrap * {
  letter-spacing: 0.05em;
}

.about--function .num {
  color: var(--blue-text-bg);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(14* (100vw /375));
}

.yellow .about--function .num {
  color: var(--yellow-text-bg);
}

.about--function .num span {
  font-weight: 600;
  font-size: calc(18* (100vw /375));
}

.about--function .copy {
  font-size: calc(16* (100vw /375));
  font-weight: 600;
  line-height: 1.875;
}

.about--function .copy span {
  color: var(--blue-text-bg);
  font-weight: 600;
  font-size: calc(22*(100vw / 375));
  line-height: 1.1;
}

.yellow .about--function .copy span {
  color: var(--yellow-text-bg);
}

.about--function .detail {
  font-size: calc(13* (100vw /375));
  margin-top: calc(16* (100vw /375));
  line-height: 1.6923076923;
}

.about--function .small {
  font-size: calc(10* (100vw /375));
  margin-top: calc(4* (100vw /375));
  line-height: 1.6923076923;
}

.about--function span.sub {
  font-size: 0.6em !important;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .about--main {
    padding: 8rem 0 8.7rem;
    margin-top: -6rem;
  }

  .about--recommend {
    width: 40.5rem;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
  }

  .about--visual {
    margin: -5rem auto 0;
    width: 100rem;
  }

  .about--function {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: initial;
    margin: 6rem auto 0;
    gap: 8rem;
  }

  .about--function li {
    width: 31.5rem;
  }

  .about--function li:nth-of-type(2) {
    margin-top: 10rem;
  }

  .about--function .img-wrap {
    width: 27rem;
  }

  .about--function .tx-wrap {
    margin-top: -4rem;
    padding: 5rem 0 3rem;
  }

  .about--function .num {
    font-size: 1.4rem;
  }

  .about--function .num span {
    font-size: 1.8rem;
  }

  .about--function .copy {
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .about--function .copy span {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .about--function .detail {
    font-size: 1.3rem;
    margin-top: 1.7rem;
    line-height: 1.6923076923;
  }

  .about--function .small {
    font-size: 1rem;
    margin-top: 0.6rem;
    line-height: 1.6923076923;
  }
}

/* ===============================================
* about--foot *
=============================================== */
.about--foot-visual::before {
  content: "";
  position: absolute;
  background: url(../img/deco.png) center/contain no-repeat;
  width: calc(116* (100vw /375));
  height: calc(87* (100vw /375));
  bottom: calc(-38*(100vw / 375));
  right: calc(15*(100vw / 375));
}

.yellow .about--foot-visual::before {
  background: url(../img/deco02.png) center/contain no-repeat;
}

.about--foot-ttl {
  width: calc(322* (100vw /375));
  margin: calc(30* (100vw /375)) auto 0;
}

.yellow .about--foot-ttl {
  width: calc(256*(100vw / 375));
}

.about--foot-inner {
  position: relative;
  width: calc(345* (100vw /375));
  background: var(--blue-bg);
  border-radius: calc(10* (100vw /375));
  margin: calc(80* (100vw /375)) auto 0;
  padding: calc(35* (100vw /375)) 0 calc(30* (100vw /375));
}

.about--foot-inner h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(24* (100vw /375));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-30* (100vw /375));
  white-space: nowrap;
}

.about--foot-use {
  display: flex;
  flex-direction: column;
  width: calc(295 * (100vw /375));
  gap: calc(30* (100vw /375));
  margin: auto;
}

.about--foot-use dl div {
  display: flex;
  margin-top: calc(10* (100vw /375));
}

.about--foot-use dl div+div {
  margin-top: calc(5* (100vw /375));
}

.about--foot-use dt {
  background: var(--blue-text-bg);
  color: #fff;
  font-size: calc(14* (100vw /375));
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 calc(5* (100vw /375));
  margin-right: calc(10* (100vw /375));
  width: fit-content;
  line-height: 1.8;
}

.yellow .about--foot-use dt {
  background: var(--yellow-text-bg);
}

.about--foot-use dd {
  font-size: calc(14* (100vw /375));
  line-height: 1.7142857143;
  text-align: left;
}

.about--foot-use li:nth-of-type(2) * {
  text-align: center;
  margin: auto;
}

.about--foot-use li:nth-of-type(2) dl {
  margin-top: calc(10* (100vw /375));
}

.about--foot-use li:nth-of-type(2) dd {
  margin-top: calc(5* (100vw /375));
}

.about--img p {
  font-size: calc(18* (100vw /375));
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: var(--lp-accent);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about--img {
    width: calc(345* (100vw /375));
    margin: calc(28* (100vw /375)) auto 0;
  }

  .about--img .img-wrap {
    margin-top: calc(20* (100vw /375));
  }
}

.about--buy {
  background: var(--blue-bg);
  margin-top: calc(60* (100vw /375));
  padding: calc(60* (100vw /375)) 0 calc(60* (100vw /375));
}

.about--buy-inner {
  display: flex;
  justify-content: center;
  gap: calc(15* (100vw /375));
}

.about--buy-inner .img-wrap {
  width: calc(124* (100vw /375));
}

.about--buy-inner .img-wrap::before {
  content: "";
  position: absolute;
  background: url(../img/deco.png) center/contain no-repeat;
  width: calc(64* (100vw /375));
  height: calc(48* (100vw /375));
  right: calc(-20* (100vw /375));
  top: calc(100* (100vw /375));
}

.yellow .about--buy-inner .img-wrap::before {
  background: url(../img/deco02.png) center/contain no-repeat;
  right: calc(105*(100vw / 375));
  top: calc(138*(100vw / 375));
}

.about--buy-inner .tx-wrap {
  width: calc(195* (100vw /375));
  text-align: left;
  margin-top: calc(34* (100vw /375));
}

.about--buy-inner .tx-wrap p:nth-of-type(1) {
  font-size: calc(12* (100vw /375));
  line-height: 1;
}

.about--buy-inner .tx-wrap p:nth-of-type(2) {
  font-weight: 500;
  font-size: calc(16* (100vw /375));
  line-height: 1.5;
  margin-top: calc(9* (100vw /375));
}

.about--buy-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(200* (100vw /375));
  height: calc(40* (100vw /375));
  border-radius: calc(25* (100vw /375));
  background-color: var(--blue-text-bg);
  color: #fff;
  font-size: calc(14* (100vw /375));
  font-weight: 500;
  margin: calc(30* (100vw /375)) auto 0;
}

.yellow .about--buy-btn {
  background-color: var(--yellow-text-bg);
}

@media screen and (min-width: 768px) {
  .about--foot-visual {
    width: 54rem;
    margin: 8rem auto 0;
  }

  .about--foot-visual::before {
    width: 11.6rem;
    height: 8.7rem;
    bottom: -4rem;
    right: 2rem;
  }

  .about--foot-ttl {
    width: 32.1rem;
    margin: 3rem auto 0;
  }

  .yellow .about--foot-ttl {
    width: 25.6rem;
  }

  .about--foot-inner {
    width: 80rem;
    border-radius: 1rem;
    margin: 8rem auto 0;
    padding: 4rem 0 3rem;
  }

  .about--foot-inner h3 {
    font-size: 2.4rem;
    top: -3rem;
  }

  .about--foot-use {
    flex-direction: row;
    width: initial;
    justify-content: center;
    gap: 6rem;
  }

  .about--foot-use li {
    width: 29.5rem;
  }

  .about--foot-use dl div {
    margin-top: 1rem;
  }

  .about--foot-use dl div+div {
    margin-top: 0.5rem;
  }

  .about--foot-use dt {
    font-size: 1.4rem;
    padding: 0 0.5rem;
    margin-right: 1rem;
  }

  .about--foot-use dd {
    font-size: 1.4rem;
  }

  .about--foot-use li:nth-of-type(2) * {
    text-align: left;
    margin: initial;
  }

  .about--foot-use li:nth-of-type(2) dl {
    margin-top: 1rem;
  }

  .about--foot-use li:nth-of-type(2) dd {
    margin-top: 0.5rem;
  }

  .about--img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80rem;
    margin: 6rem auto 0;
    flex-direction: row-reverse;
  }

  .about--img .img-wrap {
    width: 48rem;
    flex-shrink: 0;
  }

  .about--img p {
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }

  .about--buy {
    width: 80rem;
    margin: 6rem auto 0;
    padding: 4rem 0 4rem;
  }

  .about--buy-inner {
    gap: 7.5rem;
    padding-right: 1rem;
  }

  .about--buy-inner .img-wrap {
    width: 16.8rem;
  }

  .about--buy-inner .img-wrap::before {
    width: 8.7rem;
    height: 6.5rem;
    right: -6.5rem;
    top: 17rem;
  }

  .yellow .about--buy-inner {
    gap: 9rem;
    padding-right: 0;
  }

  .yellow .about--buy-inner .img-wrap::before {
    right: 14.5rem;
    top: 18.7rem;
  }

  .about--buy-inner .tx-wrap {
    width: 30rem;
    margin-top: 6.3rem;
  }

  .about--buy-inner .tx-wrap * {
    letter-spacing: 0.05em;
  }

  .about--buy-inner .tx-wrap p:nth-of-type(1) {
    font-size: 1.2rem;
  }

  .about--buy-inner .tx-wrap p:nth-of-type(2) {
    font-size: 2.4rem;
    margin-top: 1rem;
  }

  .about--buy-btn {
    width: 20rem;
    height: 4rem;
    border-radius: 2.5rem;
    font-size: 1.4rem;
    margin: 2rem auto 0;
  }
}


.main-area .lp_foot_btn.--1 {
  border: none;
  background: #FF9B90;
  color: #fff;
  margin: calc(53* (100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 28rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 1.9rem auto 0;
  }

  .main-area .lp_foot_btn.--1 {
    margin: 7.3rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2000ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.showFade {
  opacity: 1;
}