﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  background: #fff;
}

.main-area img {
  width: 100%;
  height: auto;
}

.imgbox {
  position: relative;
}

.main-area a,
.main-area picture,
.main-area span {
  display: inline-block;
}

/* font */
.lp__credit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8* (100vw / 375));
  z-index: 1;
}

.lp__credit a {
  display: flex;
  gap: calc(14* (100vw / 375));
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1;
}

.lp__credit .lp__credit_name {
  font-size: calc(15* (100vw / 375));
  letter-spacing: 0.07em;
  color: #8D7B56;
  font-weight: 500;
}

.lp__credit .lp__credit_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60* (100vw / 375));
  height: calc(22* (100vw / 375));
  background: #988867;
  font-size: calc(13* (100vw / 375));
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  top: calc(-4* (100vw / 375));
}

@media screen and (max-width: 767px) {
  .main-area {
    padding-bottom: calc(40* (100vw / 375));
  }

  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    padding-bottom: 8.5rem;
    overflow-x: hidden;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all .3s;
  }

  .lp__credit {
    align-items: flex-start;
    gap: 0.6rem;
  }

  .lp__credit a {
    gap: 1.3rem;
  }

  .lp__credit .lp__credit_name {
    font-size: 1.5rem;
  }

  .lp__credit .lp__credit_btn {
    width: 6rem;
    height: 2.2rem;
    font-size: 1.3rem;
    top: -0.4rem;
  }
}

/* ▽ fv ▽ */
.lp__fv {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #988867;
  background: #FCF3F0;
  padding-bottom: calc(70* (100vw / 375));
  text-align: center;
}

.fv__read_ttl {
  margin-top: calc(53* (100vw / 375));
  font-size: calc(28* (100vw / 375));
  font-weight: 800;
  letter-spacing: 0.09em;
}

.fv__read_ttl span {
  font-size: calc(26* (100vw / 375));
  margin: 0 calc(-4* (100vw / 375)) 0 calc(2* (100vw / 375));
}

.fv__read_tx {
  font-family: 'BIZ UDGothic', sans-serif;
  font-size: calc(14* (100vw / 375));
  line-height: 2.142;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-top: calc(24* (100vw / 375));
}

.lp__fv .imgbox {
  width: calc(325* (100vw / 375));
  margin: calc(40* (100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .lp__fv {
    padding-bottom: 10rem;
  }

  .fv__read_ttl {
    margin-top: 8.7rem;
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }

  .fv__read_ttl span {
    font-size: 4.6rem;
    margin: 0 -0.5rem 0 0.1rem;
  }

  .fv__read_tx {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 1.5rem;
  }

  .lp__fv .imgbox {
    width: 55rem;
    margin: 5.3rem auto 0;
  }
}

/* ▽ block1 ▽ */
.lp__block1 {
  margin-top: calc(61* (100vw / 375));
}

.lp__block1_img1 {
  position: relative;
  width: calc(285* (100vw / 375));
  height: calc(376* (100vw / 375));
  margin-left: calc(30* (100vw / 375));
}

.lp__block1_img1::before {
  content: "";
  position: absolute;
  top: calc(14* (100vw / 375));
  left: calc(-15* (100vw / 375));
  width: 100%;
  height: 100%;
  border: #B9995E 1px solid;
  z-index: 0;
}

.lp__block1_img1 img {
  position: relative;
}

.lp__block1_inner {
  position: relative;
  margin-top: calc(-77* (100vw / 375));
}

.lp__block1_inner::before {
  content: "";
  position: absolute;
  top: calc(114* (100vw / 375));
  right: 0;
  z-index: 0;
  background: #EAE8D9;
  width: calc(276* (100vw / 375));
  height: calc(330* (100vw / 375));
}

.lp__block1_img2 {
  width: calc(198* (100vw / 375));
  margin: 0 calc(25* (100vw / 375)) 0 auto;
  clip-path: inset(0 0 round calc(15* (100vw / 375)));
}

.lp__block1_img3 {
  width: calc(280* (100vw / 375));
  margin: calc(37* (100vw / 375)) auto 0;
}

.lp__block1 .lp__credit {
  margin-top: calc(26* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .lp__block1 {
    position: relative;
    width: 100rem;
    margin: 10rem auto 0;
  }

  .lp__block1_img1 {
    width: 49rem;
    height: 65rem;
    margin-left: 18rem;
  }

  .lp__block1_img1::before {
    top: 4rem;
    left: -4.5rem;
    width: 45rem;
    border: #B9995E 2px solid;
  }

  .lp__block1_inner {
    position: initial;
    margin: -13rem 2rem 0 auto;
    width: 36.6rem;
  }

  .lp__block1_inner::before {
    content: "";
    position: absolute;
    top: 76rem;
    left: 16.3rem;
    width: 200%;
    height: 43.4rem;
    z-index: 0;
    background: #EAE8D9;
  }

  .lp__block1_img2 {
    width: 36.6rem;
    clip-path: inset(0 0 round 3rem);
  }

  .lp__block1 .lp__credit {
    margin-top: 2.3rem;
  }

  .lp__block1_img3 {
    width: 55.8rem;
    margin: -20.2rem 0 0 0;
  }
}

/* ▽ block2 ▽ */
.lp__block2 {
  position: relative;
  margin-top: calc(66* (100vw / 375));
  padding: calc(60* (100vw / 375)) 0 calc(66* (100vw / 375));
  background: linear-gradient(180deg, #BAAD8D 12%, #C0B296 36%, #DED5C6 73%, #E7E2D6 88%, transparent);
}

.lp__block2_img1 {
  width: calc(300* (100vw / 375));
  margin-left: calc(25* (100vw / 375));
}

.lp__block2_img2 {
  width: calc(276* (100vw / 375));
  margin: calc(33* (100vw / 375)) 0 0 auto;
}

.lp__block2_img3 {
  width: calc(198* (100vw / 375));
  margin: calc(-97* (100vw / 375)) 0 0 calc(12* (100vw / 375));
}

.lp__block2 .lp__credit {
  margin-top: calc(19* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .lp__block2 {
    margin-top: 12rem;
    padding: 10rem 0 22rem;
    background: linear-gradient(180deg, #BAAD8D 4%, #C0B296 34%, #CABDA3 50%, #DED5C6 74%, #E7E2D6 85%, transparent);
  }

  .lp__block2_inner1 {
    width: 62rem;
    margin: auto;
  }

  .lp__block2_img1 {
    width: 100%;
    margin: auto;
  }

  .lp__block2 .lp__credit {
    margin-top: 2.5rem;
  }

  .lp__block2 .lp__credit_name {
    color: #fff;
  }

  .lp__block2_inner2 {
    width: 110rem;
    margin: 1.4rem auto 0;
  }

  .lp__block2_img2 {
    width: 62.4rem;
    margin: 0 5rem 0 auto;
  }

  .lp__block2_img3 {
    width: 50rem;
    margin: -38.8rem 0 0 2rem;
  }
}

/* ▽ block3 ▽ */
.lp__block3_img1 {
  width: calc(304* (100vw / 375));
  margin: 0 auto 0 calc(45* (100vw / 375));
}

.lp__block3_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: calc(-36* (100vw / 375));
}

.lp__block3_inner .imgbox {
  width: calc(184* (100vw / 375));
}

.lp__block3_inner .lp__block3_inner_right {
  margin-top: calc(49* (100vw / 375));
}

.lp__block3 .lp__credit {
  margin-top: calc(26* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .lp__block3 {
    margin-top: -13.9rem;
  }

  .lp__block3_img1 {
    position: relative;
    width: 65rem;
    margin: 0 auto 0;
    left: 1.5rem;
  }

  .lp__block3_inner {
    width: 100rem;
    margin: -4.8rem auto 0;
  }

  .lp__block3_inner .imgbox {
    width: 48rem;
  }

  .lp__block3_inner .lp__block3_inner_right {
    margin-top: 14rem;
  }

  .lp__block3 .lp__credit {
    margin-top: 2.4rem;
  }
}

/* ▽ block4 ▽ */
.lp__block4 {
  margin-top: calc(65* (100vw / 375));
  padding: calc(60* (100vw / 375)) 0 calc(40* (100vw / 375));
  background: linear-gradient(180deg, #E8D5CF 12%, #EADBD4 38%, #EDDFD9 72%, #F4EDE9 90%, transparent)
}

.lp__block4 .lp__credit {
  margin-top: calc(26* (100vw / 375));
}

.lp__copyright {
  width: calc(264* (100vw / 375));
  margin: calc(33* (100vw / 375)) auto 0;
}

@media screen and (max-width: 767px) {
  .lp__block4_inner {
    position: relative;
    width: calc(345* (100vw / 375));
    height: calc(694* (100vw / 375));
    margin: auto;
  }

  .lp__block4_img1 {
    position: absolute;
    top: calc(140* (100vw / 375));
    left: calc(10* (100vw / 375));
    width: calc(162* (100vw / 375));
    z-index: 1;
  }

  .lp__block4_img2 {
    position: absolute;
    bottom: calc(35* (100vw / 375));
    left: 0;
    width: calc(214* (100vw / 375));
  }

  .lp__block4_img3 {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(214* (100vw / 375));
  }

  .lp__block4_img4 {
    position: absolute;
    bottom: 0;
    right: calc(20* (100vw / 375));
    width: calc(162* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .lp__block4 {
    margin-top: 12rem;
    padding: 10rem 0 21.8rem;
    background: linear-gradient(180deg, #E8D5CF 4%, #ECDED9 46%, #EEE0DB 78%, #F2E9E5 84%, transparent);
  }

  .lp__block4_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem 4rem;
    width: 110rem;
    margin: auto;
  }

  .lp__block4_inner div {
    width: 52rem;
  }

  .lp__block4_inner div:nth-of-type(even) {
    transform: translateY(17.3rem);
  }

  .lp__block4_inner div:nth-of-type(3) {
    transform: translateY(-10rem);
  }

  .lp__block4 .lp__credit {
    margin-top: 2.4rem;
  }

  .lp__copyright {
    width: 34.8rem;
    margin: 3.8rem 0 0 auto;
  }
}

/* ▽ foot_btn ▽ */
.lp__foot_btn {
  display: flex;
  flex-direction: column;
  gap: calc(13* (100vw / 375));
  width: calc(300* (100vw / 375));
  margin: calc(40* (100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .lp__foot_btn {
    gap: 2rem;
    width: 30rem;
    margin: -5rem auto 0;
  }
}

/* ▽ animation ▽ */
.js_imgFadeIn {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s;
}

.js_imgFadeIn.imgAnimated {
  opacity: 1;
  transform: translateY(0);
}