﻿:root {
  --lp-common-color1: #FFD2CD;
  --lp-common-color2: #F8C8D4;

  --sec-color: initial;
  --sec1-color: #F89494;
  --sec2-color: #FFB33C;
  --sec3-color: #62B1F6;
  --sec4-color: #69BB7B;

}


/* パンくず 追加スタイル 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;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
  font-size: calc(14* (100vw / 375));
  padding-bottom: calc(70* (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.5rem;
    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(32* (100vw / 375));
}


@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 120rem;
    margin: auto;
  }

  .sec__fv h2+p {
    margin-top: 5.2rem;
  }

}

/* ===============================================
* main-wrap *
=============================================== */
.img-wrap,
.main-wrap {
  position: relative;
}


/* ===============================================
* l--about *
=============================================== */
.l--about {
  background: #F4F9FD;
  width: calc(355* (100vw /375));
  margin: calc(35*(100vw / 375)) auto 0;
  padding: calc(26*(100vw / 375)) 0 calc(40*(100vw / 375));
}

.l--about h3 {
  width: calc(220* (100vw /375));
  position: relative;
  left: 50%;
  transform: translateX(-56%);
}

.l--about .--tx {
  margin-top: calc(21* (100vw /375));
}

.l--about .--img {
  position: relative;
  margin: calc(23* (100vw /375)) auto 0;
  width: calc(280* (100vw /375));
}

.l--about .--img::before {
  content: "";
  position: absolute;
  background: url(../img/img02.png) center/contain no-repeat;
  width: calc(125*(100vw / 375));
  height: calc(125*(100vw / 375));
  left: calc(-25*(100vw / 375));
  bottom: calc(-77*(100vw / 375));
}

.about--function h4 {
  width: calc(260* (100vw /375));
  margin: calc(94*(100vw / 375)) auto 0;
}

.function__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(0*(100vw / 375)) calc(13*(100vw / 375));
  margin-top: calc(32* (100vw /375));
}

.function__list li {
  width: calc(100* (100vw /375));
}

@media screen and (min-width: 768px) {
  .l--about {
    width: 120rem;
    margin: 5.2rem auto 0;
    padding: 5.4rem 0 8rem;
  }

  .l--about h3 {
    width: 46rem;
    transform: translateX(-61%);
  }

  .about--flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10rem;
    margin-top: 3rem;
  }

  .l--about .--tx {
    width: 33rem;
    margin-top: 6.4rem;
    text-align: left;
  }

  .l--about .--img {
    margin: 0;
    width: 37rem;
  }

  .l--about .--img::before {
    width: 17.6rem;
    height: 17.6rem;
    left: -10.3rem;
    bottom: -9.2rem;
  }

  .about--function h4 {
    width: 26rem;
    margin: 9.9rem auto 0;
  }

  .function__list {
    gap: 0 2.5rem;
    margin-top: 3.1rem;
  }

  .function__list li {
    width: 14rem;
  }
}

/* ===============================================
* l--item  *
=============================================== */
.l--item {
  position: relative;
  width: calc(355* (100vw /375));
  margin: calc(80* (100vw /375)) auto 0;
  border: var(--sec1-color) 1px solid;
  padding-bottom: calc(44* (100vw /375));
}

.l--item h3 {
  width: fit-content;
  padding: 0 calc(10*(100vw / 375));
  margin: auto;
  font-family: "filmotype-lacrosse", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(54* (100vw /375));
  color: var(--sec1-color);
  top: calc(-29*(100vw / 375));
  position: relative;
  background: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.l--item h3+p {
  position: relative;
  width: fit-content;
  font-size: calc(18* (100vw /375));
  margin: calc(-24*(100vw / 375)) auto 0;
  font-weight: 500;
  padding: 0 calc(40*(100vw / 375));
  line-height: 1;
}

.l--item h3+p::before,
.l--item h3+p::after {
  content: "";
  position: absolute;
  width: calc(30* (100vw /375));
  height: 1px;
  background: #000;
  top: calc(8* (100vw /375));
  left: 0;
}

.l--item h3+p::after {
  left: initial;
  right: 0;
}

.img03 {
  margin-top: calc(30* (100vw /375));
}

.item--flex {
  width: calc(325* (100vw /375));
  margin: calc(30* (100vw /375)) auto 0;
}

.item--detail h4 {
  margin: calc(40*(100vw / 375)) auto 0;
  color: var(--sec1-color);
}

.item--detail h4 span {
  position: relative;
  font-weight: 500;
  font-size: calc(22* (100vw /375));
  width: fit-content;
  line-height: 1.58;
  padding: 0 calc(23* (100vw /375));
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .item--detail h4 span {
    display: block;
    margin: auto;
  }

  .l--item1 .item--detail h4 .wrap2 {
    text-indent: -1em;
  }
}

.item--detail h4 .wrap1::before,
.item--detail h4 .wrap2::before {
  content: "";
  position: absolute;
  background: url(../img/svg/wrap_1.svg) center/contain no-repeat;
  width: calc(14* (100vw /375));
  height: calc(11* (100vw /375));
}

.item--detail h4 .wrap1::before {
  top: calc(2* (100vw /375));
  left: 0;
}

.item--detail h4 .wrap2::before {
  bottom: calc(2* (100vw /375));
  right: 0;
  transform: scale(-1, -1);
}

.item--detail h4+p {
  margin-top: calc(5* (100vw /375));
}

.--credit {
  display: flex;
  justify-content: space-between;
  margin-top: calc(29* (100vw /375));
}

.--credit p {
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}

.--credit p span {
  font-size: calc(11* (100vw /375));
}

.--credit a {
  width: calc(136* (100vw /375));
  margin-top: calc(7* (100vw /375));
}

@media screen and (min-width: 768px) {
  .l--item {
    width: 120rem;
    margin: 15rem auto 0;
    padding-bottom: 7rem;
  }

  .l--item h3 {
    padding: 0 2rem;
    font-size: 5.4rem;
    top: -2.8rem;
  }

  .l--item h3+p {
    font-size: 1.8rem;
    margin: -2.3rem auto 0;
    padding: 0 4rem;
  }

  .l--item h3+p::before,
  .l--item h3+p::after {
    width: 3rem;
    top: 1rem;
  }

  .img03 {
    width: 90rem;
    margin: 6rem auto 0;
  }

  .item--flex {
    width: initial;
    display: flex;
    margin: 8rem auto 0;
    justify-content: center;
    gap: 10.5rem;
    padding-left: 4rem;
  }

  .item--detail h4 {
    margin: 13.6rem auto 0;
  }

  .item--detail h4 span {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0;
  }

  .item--detail h4 .wrap1::before,
  .item--detail h4 .wrap2::before {
    width: 2rem;
    height: 1.6rem;
  }

  .item--detail h4 .wrap1::before {
    top: -1.7rem;
    left: -3rem;
  }

  .item--detail h4 .wrap2::before {
    bottom: -1.7rem;
    right: -3rem;
  }

  .item--detail h4+p {
    margin-top: 3rem;
    text-align: left;
  }

  .--credit {
    display: flex;
    justify-content: flex-start;
    margin-top: 4.6rem;
    gap: 4.8rem;
  }

  .--credit p {
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .--credit p span {
    font-size: 1.2rem;
  }

  .--credit a {
    width: 18rem;
    margin-top: 1rem;
  }

  .item__list--item {
    width: 45rem;
  }

  .l--item1 .item--flex,
  .l--item4 .item--flex {
    flex-direction: row-reverse;
  }
}

/* カラー調整___________________________*/
.l--item2.l--item {
  border: var(--sec2-color) 1px solid;
}

.l--item3.l--item {
  border: var(--sec3-color) 1px solid;
}

.l--item4.l--item {
  border: var(--sec4-color) 1px solid;
}

.l--item2.l--item h3,
.l--item2 .item--detail h4 {
  color: var(--sec2-color);
}

.l--item3.l--item h3,
.l--item3 .item--detail h4 {
  color: var(--sec3-color);
}

.l--item4.l--item h3,
.l--item4 .item--detail h4 {
  color: var(--sec4-color);
}

.l--item2 .item--detail h4 .wrap1::before,
.l--item2 .item--detail h4 .wrap2::before {
  background: url(../img/svg/wrap_2.svg) center/contain no-repeat;
}

.l--item3 .item--detail h4 .wrap1::before,
.l--item3 .item--detail h4 .wrap2::before {
  background: url(../img/svg/wrap_3.svg) center/contain no-repeat;
}

.l--item4 .item--detail h4 .wrap1::before,
.l--item4 .item--detail h4 .wrap2::before {
  background: url(../img/svg/wrap_4.svg) center/contain no-repeat;
}

/* ===============================================
* l--item2 *
=============================================== */
@media screen and (max-width: 767px) {
  .l--item2 .item__list--item.--2 {
    width: calc(325* (100vw /375));
    margin: calc(30* (100vw /375)) auto 0;
  }

  .l--item2 .item--flex {
    margin: calc(56*(100vw / 375)) auto 0;
  }

  .l--item2 .item--detail h4 .wrap1 {
    left: calc(5* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .l--item2 .item__list--item.--2 {
    width: 45rem;
    margin: 5.8rem auto 0;
  }

  .l--item2 .item--flex {
    margin-top: 10rem;
    padding-right: 5rem;
    padding-left: 0;
    gap: 8rem;
  }

  .l--item2 .item--detail h4 {
    margin-top: 15rem;
  }
}

/* ===============================================
* l--item3 *
=============================================== */
@media screen and (max-width: 767px) {
  .l--item3 .item--detail h4 .wrap1 {
    left: calc(12* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .l--item3 .item--flex {
    gap: 12.5rem;
    padding-left: 0rem;
    padding-right: 5rem;
  }

  .l--item3 .item--detail h4 {
    margin-top: 13.1rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .l--item3 .item--detail h4 .wrap2 {
    right: -18.4rem;
  }
}

/* ===============================================
* l--item4 *
=============================================== */
@media screen and (max-width: 767px) {
  .l--item4.l--item h3+p {
    margin: calc(-19*(100vw / 375)) auto 0;
  }

  .l--item4 .item--detail h4 .wrap1 {
    left: calc(2* (100vw /375));
  }

  .l--item4 .item--detail h4 .wrap2 {
    left: calc(-11* (100vw /375));
  }

  .l--item4 .--credit+.--credit {
    margin-top: calc(18* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .l--item4 .item--flex {
    gap: 12.5rem;
    padding-left: 5rem;
  }

  .l--item4 .item--detail h4 {
    margin-top: 9.3rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .l--item4 .item--detail h4 .wrap2 {
    right: -5.2rem;
  }

  .l--item4 .--credit+.--credit {
    margin-top: 3rem;
  }
}





/* ===============================================
* 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 {
  position: relative;
  width: calc(276*(100vw / 375));
  margin: calc(19*(100vw / 375)) auto 0;
  left: calc(10* (100vw /375));
}

.main-area .lp_foot_btn.--1 {
  border: none;
  margin: calc(51* (100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    display: block;
    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;
}


/* ===============================================
* アイテムスライド　調整 *
=============================================== */
.js-slider-setColor .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.js-slider-setColor .slick-dots {
  bottom: calc(-21* (100vw /375));
  z-index: 1;
}

/* ドット___________________________*/
.js-slider-setColor .slick-dots li {
  width: calc(10* (100vw /375)) !important;
  height: calc(10* (100vw /375)) !important;
  margin: 0 calc(5* (100vw /375)) !important;
  box-sizing: border-box;
}

.js-slider-setColor .slick-dots li button {
  width: calc(10* (100vw /375)) !important;
  height: calc(10* (100vw /375)) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: initial !important;
  z-index: 1 !important;
}

.js-slider-setColor .slick-dots li.slick-active button {
  background: initial;
}

.js-slider-setColor .slick-dots li button:before {
  content: "" !important;
  color: transparent !important;
  border-radius: 50%;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0.2 !important;
  width: calc(10* (100vw /375)) !important;
  height: calc(10* (100vw /375)) !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: -1 !important;
}

.js-slider-setColor .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {

  .js-slider-setColor .slick-dots {
    bottom: -2.4rem;
    z-index: 1;
    position: absolute;
  }

  /* ドット___________________________*/
  .js-slider-setColor .slick-dots li {
    width: 1rem !important;
    height: 1rem !important;
    margin: 0 0.5rem !important;
  }

  .js-slider-setColor .slick-dots li button {
    width: 1rem !important;
    height: 1rem !important;
  }

  .js-slider-setColor .slick-dots li button:before {
    width: 1rem !important;
    height: 1rem !important;
  }
}

/* ===============================================
* dot color *
=============================================== */
/* .item__list--item.--1___________________________*/
.item__list--item.--1 .slick-dots li:nth-of-type(1) button:before {
  background: #79B291;
}

.item__list--item.--1 .slick-dots li:nth-of-type(2) button:before {
  background: #5D5775;
}

.item__list--item.--1 .slick-dots li:nth-of-type(3) button:before {
  background: #D6C4BC;
}

.item__list--item.--1 .slick-dots li:nth-of-type(4) button:before {
  background: #79AFEB;
}

.item__list--item.--1 .slick-dots li:nth-of-type(5) button:before {
  background: #3E4053;
}

.item__list--item.--1 .slick-dots li:nth-of-type(6) button:before {
  background: #9D9AA2;
}

/* .item__list--item.--2___________________________*/
.item__list--item.--2 .slick-dots li:nth-of-type(1) button:before {
  background: #D6C4BC;
}

.item__list--item.--2 .slick-dots li:nth-of-type(2) button:before {
  background: #9D9AA2;
}

.item__list--item.--2 .slick-dots li:nth-of-type(3) button:before {
  background: #79AFEB;
}

.item__list--item.--2 .slick-dots li:nth-of-type(4) button:before {
  background: #ED7E9C;
}

/* .item__list--item.--3___________________________*/
.item__list--item.--3 .slick-dots li:nth-of-type(1) button:before {
  background: #79B291;
}

.item__list--item.--3 .slick-dots li:nth-of-type(2) button:before {
  background: #3E4053;
}

.item__list--item.--3 .slick-dots li:nth-of-type(3) button:before {
  background: #5D5775;
}

/* .item__list--item.--4___________________________*/
.item__list--item.--4 .slick-dots li:nth-of-type(1) button:before {
  background: #79AFEB;
}

.item__list--item.--4 .slick-dots li:nth-of-type(2) button:before {
  background: #D6C4BC;
}

.item__list--item.--4 .slick-dots li:nth-of-type(3) button:before {
  background: #ED7E9C;
}

.item__list--item.--4 .slick-dots li:nth-of-type(4) button:before {
  background: #3E4053;
}

.item__list--item.--4 .slick-dots li:nth-of-type(5) button:before {
  background: #5D5775;
}

.item__list--item.--4 .slick-dots li:nth-of-type(6) button:before {
  background: #79B291;
}

.item__list--item.--4 .slick-dots li:nth-of-type(7) button:before {
  background: #9D9AA2;
}

/* .item__list--item.--5___________________________*/
.item__list--item.--5 .slick-dots li:nth-of-type(1) button:before {
  background: #D6C4BC;
}

.item__list--item.--5 .slick-dots li:nth-of-type(2) button:before {
  background: #3E4053;
}

.item__list--item.--5 .slick-dots li:nth-of-type(3) button:before {
  background: #9D9AA2;
}

.item__list--item.--5 .slick-dots li:nth-of-type(4) button:before {
  background: #79AFEB;
}