﻿:root {
  --lp-common-color: #FEF6E7;
  --lp-border-color: #A3A3A3;
  --lp-color-blue: #C9D7E8;
  --lp-color-pink: #F4CDD4;
}


/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif, "HiraKakuProN-W4";
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: calc(14* (100vw / 375));
  padding-bottom: calc(80* (100vw / 375));
  overflow: hidden;
  text-align: center;
  color: #111;
}

.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.4rem;
    padding-bottom: 10rem;
  }

  .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(23* (100vw / 375));
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 120rem;
    margin: auto;
  }

  .sec__fv h2+p {
    margin-top: 7.2rem;
  }
}


/* ===============================================
* l--style *
=============================================== */
.l--style:nth-child(odd) {
  position: relative;
}

.l--style:nth-child(odd)::before {
  content: "";
  position: absolute;
  background: #FCFAF4;
  width: 100%;
  height: 100%;
  top: calc(60* (100vw /375));
  left: 0;
  z-index: -1;
}

.l--style h3 {
  width: calc(80*(100vw / 375));
  margin: calc(53*(100vw / 375)) auto 0;
}

.l--style:nth-child(odd)+.l--style h3 {
  margin-top: calc(116* (100vw /375));
}

.l--style .style-ttl {
  margin-top: calc(23*(100vw / 375));
}

@media screen and (max-width: 767px) {
  .l--style .style-ttl .sp-line {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: calc(24* (100vw /375));
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 60%, var(--lp-color-blue) 60%, var(--lp-color-blue) 90%, transparent 90%);
  }

  .l--style:nth-child(odd) .style-ttl .sp-line {
    background: linear-gradient(transparent 60%, var(--lp-color-pink) 60%, var(--lp-color-pink) 90%, transparent 90%);
  }
}

.l--style .img-wrap {
  width: calc(375* (100vw /375));
  margin: calc(25* (100vw /375)) auto 0;
}

.l--style h4 {
  position: relative;
  width: calc(190* (100vw /375));
  margin: calc(40* (100vw /375)) auto 0;
}

.l--style h4::before {
  content: "";
  position: absolute;
  width: calc(10* (100vw /375));
  height: calc(10* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-30* (100vw /375));
  background: #92AAC6;
  border-radius: 50%;
}

.l--style h4+p {
  margin-top: calc(50* (100vw /375));
}

.l--style:nth-child(odd) h4::before {
  background: #E28F9F;
}

@media screen and (min-width: 768px) {
  .l--style:nth-child(odd)::before {
    height: 101%;
    top: 6rem;
  }

  .l--style h3 {
    width: 8rem;
    margin: 6.6rem auto 0;
  }

  .l--style+.l--style h3 {
    margin-top: 7.4rem;
  }

  .l--style:nth-child(odd)+.l--style h3 {
    margin-top: 15.4rem;
  }

  .l--style .style-ttl {
    margin-top: 2.3rem;
  }

  .l--style .style-ttl .pc-line {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 60%, var(--lp-color-blue) 60%, var(--lp-color-blue) 90%, transparent 90%);
  }

  .l--style:nth-child(odd) .style-ttl .pc-line {
    background: linear-gradient(transparent 60%, var(--lp-color-pink) 60%, var(--lp-color-pink) 90%, transparent 90%);
  }

  .l--style .img-wrap {
    width: 46rem;
    margin: 2.4rem auto 0;
  }

  .l--style h4 {
    width: 19rem;
    margin: 4rem auto 0;
  }

  .l--style h4::before {
    width: 1rem;
    height: 1rem;
    bottom: -3rem;
  }

  .l--style h4+p {
    margin-top: 5.3rem;
  }
}


/* ===============================================
* l--item *
=============================================== */
.l--item {
  position: relative;
}

.l--item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  top: calc(20* (100vw /375));
  left: 0;
  background: #FCF4F4;
  z-index: -1;
}

.l--item h3 {
  width: calc(190* (100vw /375));
  margin: calc(54* (100vw /375)) auto 0;
}

.l--item-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(355* (100vw /375));
  justify-content: space-between;
  margin: calc(40* (100vw /375)) auto 0;
  gap: calc(37* (100vw /375)) 0;
}

.l--item-list li {
  width: calc(172* (100vw /375));
}

.l--item-list .lp_credit {
  text-align: left;
  line-height: 1.5;
  margin-top: calc(8* (100vw /375));
}

.l--item-list .lp_credit a {
  display: inline-block;
  margin-bottom: calc(4* (100vw /375));
}

.l--item-list .lp_credit.mb a {
  margin-bottom: calc(23* (100vw /375));
}

@media screen and (min-width: 768px) {
  .l--item::before {
    height: 102.6%;
    top: 2rem;
  }

  .l--item h3 {
    width: 31.1rem;
    margin: 7.6rem auto 0;
  }

  .l--item-list {
    width: 100rem;
    margin: 4rem auto 0;
    gap: 3.9rem 0;
  }

  .l--item-list li {
    width: 28rem;
  }

  .l--item-list .lp_credit {
    margin-top: 0.9rem;
  }

  .l--item-list .lp_credit a {
    margin-bottom: 0.6rem;
  }

  .l--item-list .lp_credit.mb a {
    margin-bottom: 2.5rem;
  }

  .l--item-list .lp_credit.mb2 a {
    margin-bottom: 2.5rem;
  }

  .l--item-list .price {
    display: inline-block;
  }
}



/* ===============================================
* profile *
=============================================== */
.text-en {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.l--profile h3 {
  font-size: calc(40* (100vw /375));
  line-height: 1;
  letter-spacing: 0.07em;
  color: #E28F9F;
  margin: calc(112* (100vw /375)) auto 0;
}

@media screen and (max-width: 767px) {
  .l--profile .img-wrap {
    width: calc(220* (100vw /375));
    margin: calc(33* (100vw /375)) auto 0;
  }

  .l--profile .tx-wrap {
    text-align: left;
    width: calc(315* (100vw /375));
    margin: calc(22* (100vw /375)) auto 0;
  }

  .l--profile .name {
    font-size: calc(18* (100vw /375));
  }

  .l--profile .name .text-en {
    line-height: 1;
    font-size: calc(24* (100vw /375));
    letter-spacing: 0.05em;
  }

  .l--profile .name+p {
    margin-top: calc(8* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .l--profile h3 {
    font-size: 4rem;
    margin: 11.2rem auto 0;
  }

  .l--profile .--inner {
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin-top: 3.6rem;
  }

  .l--profile .img-wrap {
    width: 26rem;
  }

  .l--profile .tx-wrap {
    text-align: left;
    width: 48rem;
    margin-top: 2.9rem;
  }

  .l--profile .name {
    font-size: 1.8rem;
  }

  .l--profile .name .text-en {
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }

  .l--profile .name+p {
    margin-top: 1.8rem;
  }
}


/* ===============================================
* insta *
=============================================== */
.l--insta {
  background: #FCFAF4;
  margin: calc(54*(100vw / 375)) 0 calc(40* (100vw /375));
  padding: calc(40*(100vw / 375)) 0;
}

.l--insta>* {
  width: calc(355* (100vw /375));
  margin: auto;
}

.l--insta .banner+p {
  margin-top: calc(23* (100vw /375));
  text-align: left;
}

.l--insta .--inner {
  background: #fff;
  width: calc(355* (100vw /375));
  margin: calc(23* (100vw /375)) auto 0;
}

.l--insta .--inner .img-wrap {
  width: calc(295* (100vw /375));
  margin: auto;
}

.l--insta .tx-wrap h3 {
  position: relative;
  font-size: calc(24* (100vw /375));
  margin-top: calc(18* (100vw /375));
  letter-spacing: 0.05em;
}

.l--insta .tx-wrap h3::before {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: calc(30* (100vw /375));
  top: calc(46* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
}

.l--insta .desc {
  margin-left: calc(10* (100vw /375));
  margin-top: calc(5* (100vw /375));
  text-align: left;
}

.l--insta .desc.--2 {
  margin-top: calc(10* (100vw /375));
}

.l--insta .desc dt {
  color: #70A9B4;
  font-size: calc(24* (100vw /375));
  line-height: 1;
}

.l--insta .desc dt span {
  font-size: calc(16* (100vw /375));
}

.l--insta .desc dd {
  margin-top: calc(6* (100vw /375));
}

.l--insta .desc.--2 .small {
  display: inline-block;
  font-size: calc(12* (100vw /375));
  margin-top: calc(10* (100vw /375));
}

.l--insta .insta_btn {
  width: calc(250* (100vw /375));
  margin: calc(10* (100vw /375)) auto calc(22* (100vw /375));
}

@media screen and (min-width: 768px) {
  .l--insta {
    width: 80rem;
    margin: 6rem auto 4rem;
    padding: 6rem 0 4rem;
    border-radius: 2rem;
  }

  .l--insta>* {
    width: 70rem;
  }

  .l--insta .banner {
    width: 58rem;
  }

  .l--insta .banner+p {
    margin-top: 2.2rem;
    text-align: center;
  }

  .l--insta .--inner {
    width: 70rem;
    display: flex;
    justify-content: center;
    margin: 3.3rem auto 0;
  }

  .l--insta .--inner .img-wrap,
  .l--insta .tx-wrap {
    width: 35rem;
    margin: 0;
  }

  .l--insta .tx-wrap h3 {
    font-size: 2.4rem;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    left: -1rem;
  }

  .l--insta .tx-wrap h3::before {
    width: 3rem;
    top: 4.4rem;
  }

  .l--insta .desc {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .l--insta .desc.--2 {
    margin-top: 1rem;
  }

  .l--insta .desc dt {
    font-size: 2.4rem;
  }

  .l--insta .desc dt span {
    font-size: 1.6rem;
  }

  .l--insta .desc dd {
    margin-top: 0.6rem;
  }

  .l--insta .desc.--2 .small {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .l--insta .insta_btn {
    width: 26rem;
    margin: 1rem 0 0 0;
    display: block;
  }
}

/* ===============================================
* foot-btn *
=============================================== */
.main-area .btn-list,
.main-area .btn-top {
  display: block;
  width: calc(280* (100vw /375));
  margin: calc(34* (100vw /375)) auto 0;
}

.main-area .btn-top {
  margin-top: calc(20* (100vw /375));
}

@media screen and (min-width: 768px) {

  .main-area .btn-list,
  .main-area .btn-top {
    width: 28rem;
    margin: 6rem auto 0;
  }

  .main-area .btn-top {
    margin-top: 2rem;
  }
}




/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(320* (100vw / 375));
  height: calc(60* (100vw / 375));
  margin: calc(112* (100vw / 375)) auto 0;
  line-height: 1;
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(15* (100vw / 375));
  letter-spacing: 0.05em;
  border: #000 1px solid;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 32rem;
    height: 6rem;
    font-size: 1.5rem;
    margin: 16rem 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;
}