﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

#breadcrumb {
  background: #fff;
}

/* ページ共通___________________________*/
.main-area {
  /* font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif; */
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif; */
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1428571429;
  font-size: calc(14* (100vw / 375));
  text-align: center;
  overflow-x: clip;
  color: #363636;
}

.font_en {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
}

.main-area * {
  letter-spacing: 0.07em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}


.main-area .lp_credit a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

}

/* ===============================================
* fv *
=============================================== */
.main-area {
  position: relative;
}

.main-area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../img/bg_sp.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.fv_tx_ttl {
  margin-top: calc(50* (100vw /375));
  font-size: calc(30* (100vw /375));
  line-height: 1.6;
}

.fv_tx_detail {
  margin-top: calc(14 * (100vw / 375));
  font-size: calc(16* (100vw /375));
  line-height: 1.875;
}

.img_frame {
  position: relative;
  left: calc(-5* (100vw /375));
  z-index: 0;
}

.img_frame::before {
  content: "";
  position: absolute;
  left: calc(5* (100vw /375));
  z-index: 1;
  border: calc(2* (100vw /375)) #D6C69B solid;
  top: calc(7 * (100vw / 375));
  left: calc(9 * (100vw / 375));
  width: 100%;
  height: 100%;
  border-radius: calc(220* (100vw /375)) calc(220* (100vw /375)) 0 0;
}

.sec__sticky {
  position: sticky;
  top: calc(100* (100vw /375));
  width: calc(337* (100vw /375));
  margin: calc(45 * (100vw / 375)) auto calc(68* (100vw /375));
}

.sec__sticky.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.sec__style {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 140rem;
    margin: auto;
  }

  .main-area::before {
    background-image: url('../img/bg_pc.jpg');
  }

  .fv_tx_ttl {
    margin-top: 14rem;
    font-size: 3rem;
  }

  .fv_tx_detail {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }

  .img_frame {
    left: -0.5rem;
  }

  .img_frame::before {
    left: 1rem;
    border: 0.4rem #D6C69B solid;
    top: 1rem;
    left: 1rem;
    border-radius: 22rem 22rem 0 0;
  }

  .sec__sticky {
    top: 10rem;
    width: 44rem;
    margin: 5.8rem auto 15rem;
  }
}




/* ===============================================
* nav *
=============================================== */
.sec__style.sec__style0 {
  background: #E6DED3;
  padding: calc(64* (100vw /375)) 0;
}

h3.font_en {
  position: relative;
  font-size: calc(36* (100vw /375));
  line-height: 1;
  color: #73531E;
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(37 * (100vw / 375)) calc(37 * (100vw / 375));
  margin-top: calc(34 * (100vw / 375));
  position: relative;
  left: calc(-5* (100vw /375));
}

.nav_list li {
  width: calc(150* (100vw /375));
  filter: drop-shadow(0 0 calc(6* (100vw /375)) rgba(0, 0, 0, 0.16));
}

.nav_list li a {
  position: relative;
}

.nav_item_arrow {
  position: absolute;
  width: calc(40* (100vw /375));
  filter: drop-shadow(0 0 calc(6* (100vw /375)) rgba(0, 0, 0, 0.16));
  bottom: calc(-10* (100vw /375));
  right: calc(-10* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__style.sec__style0 {
    padding: 15.2rem 0;
  }

  h3.font_en {
    font-size: 3.6rem;
  }

  .nav_list {
    gap: 3.7rem;
    margin-top: 3.3rem;
    left: -0.5rem;
  }

  .nav_list li {
    width: 22rem;
    filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.16));
  }

  .nav_item_arrow {
    position: absolute;
    width: 5rem;
    filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.16));
    bottom: -1rem;
    right: -1rem;
  }
}

/* ===============================================
* sec *
=============================================== */
.sec__style1 {
  background: #fff;
  padding: calc(170 * (100vw / 375)) 0 calc(50 * (100vw / 375));
}

.sec__style1::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(140* (100vw /375));
  background: linear-gradient(180deg, #fff 0%, transparent);
  bottom: calc(-140* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
}

.sec__style1 h3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(80* (100vw /375));
  background: #807157;
  top: calc(-105* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
}

.img__wrap {
  display: flex;
  justify-content: center;
}

.sec__card {
  display: flex;
  flex-direction: column;
  margin-top: calc(34* (100vw /375));
  gap: calc(30* (100vw /375));
}

.sec__card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #807157;
  width: calc(60* (100vw /375));
  height: calc(60* (100vw /375));
  border-radius: 50%;
  font-size: calc(30* (100vw /375));
  line-height: 1;
  margin: auto;
}

.sec__card__ttl {
  font-size: calc(24* (100vw /375));
  line-height: 1.5;
  margin-top: calc(14* (100vw /375));
}

.sec__card__detail {
  margin-top: calc(15* (100vw /375));
}

.sec__card__imgwrap {
  display: flex;
  justify-content: center;
  gap: calc(11* (100vw /375));
  margin-top: calc(-7* (100vw /375));
}

.sec__card01 .sec__card__imgwrap li {
  width: calc(167* (100vw /375));
}

.sec__card__imgtx {
  margin-top: calc(6 * (100vw / 375));
  line-height: 1.7142857143;
  text-align: left;
}

.sec__card__imgwrap+p {
  font-size: calc(12 * (100vw / 375));
  line-height: 2;
  margin: calc(10 * (100vw / 375)) auto 0;
  width: calc(345* (100vw /375));
  text-align: left;
}

.sec__card02 .sec__card__imgwrap {
  width: calc(345* (100vw /375));
  margin: calc(-7* (100vw /375)) auto 0;
  justify-content: flex-start;
}

.sec__card02 .sec__card__imgitem {
  position: relative;
  width: calc(329* (100vw /375));
}

.sec__card02 .sec__card__imgitem::before {
  content: "";
  position: absolute;
  background: url(../img/img09.jpg) center/contain no-repeat;
  width: calc(118* (100vw /375));
  height: calc(141* (100vw /375));
  bottom: calc(-25 * (100vw / 375));
  right: calc(-16 * (100vw / 375));
}

.sec__card03 {
  margin-top: calc(64 * (100vw / 375));
}

.sec__card03 .sec__card__imgwrap {
  width: calc(345* (100vw /375));
  margin: calc(-7* (100vw /375)) auto 0;
}

@media screen and (min-width: 768px) {
  .sec__style1 {
    padding: 16.4rem 0 14rem;
  }

  .sec__style1::before {
    height: 14rem;
    bottom: -14rem;
  }

  .sec__style1 h3::before {
    height: 8rem;
    top: -10.5rem;
  }

  .sec__card {
    display: flex;
    flex-direction: row;
    margin-top: 4.5rem;
    gap: 10.7rem;
    justify-content: center;
  }

  .sec__card__top {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .sec__card__num {
    position: absolute;
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    top: 0;
    left: 0;
  }

  .sec__card__ttl {
    font-size: 2.4rem;
    margin-top: -0.8rem;
    padding-left: 8rem;
    text-align: left;
  }

  .sec__card__detail {
    margin-top: 1.9rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .sec__card__imgwrap {
    gap: 2rem;
    margin-top: 0;
  }

  .sec__card01 .sec__card__imgwrap li {
    width: 24rem;
  }

  .sec__card__imgtx {
    margin-top: 0.7rem;
  }

  .sec__card__imgwrap+p {
    font-size: 1.2rem;
    margin: 1.7rem 0 0 0;
    width: initial;
  }

  .sec__card02 {
    flex-direction: row-reverse;
    margin: 7.2rem auto 0;
    gap: 8rem;
    width: 100rem;
    justify-content: flex-end;

  }

  .sec__card02 .sec__card__imgwrap {
    width: 42rem;
    margin: 0;
  }

  .sec__card02 .sec__card__imgitem {
    position: relative;
    width: 42rem;
  }

  .sec__card02 .sec__card__imgitem::before {
    width: 15rem;
    height: 18rem;
    bottom: -3rem;
    right: -2rem;
  }

  .sec__card03 {
    margin-top: 11rem;
    gap: 9rem;
  }

  .sec__card03 .sec__card__imgwrap {
    width: 50rem;
    margin: 0;
  }
}



/* ===============================================
* sec__style__lineup *
=============================================== */
.sec__style__lineup {
  padding: calc(167* (100vw /375)) 0 calc(60* (100vw /375));
}

.sec__style__lineup h3 {
  font-size: calc(30* (100vw /375));
  line-height: 1.44;
}

.sec__style__lineup h3 span {
  position: relative;
  font-size: calc(24* (100vw /375));
}

.sec__style__lineup h3 span::before,
.sec__style__lineup h3 span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(40 * (100vw / 375));
  top: 50%;
  transform: translateY(-50%);
  background: #807157;
}

.sec__style__lineup h3 span::before {
  left: calc(-50* (100vw /375));
}

.sec__style__lineup h3 span::after {
  right: calc(-50* (100vw /375));
}

.sec__style__lineup .img_frame {
  width: calc(335* (100vw /375));
}

.sec__style__lineup .img_frame {
  margin: calc(24* (100vw /375)) auto 0;
  left: calc(-5* (100vw /375));
}

.sec__style2 .img_frame::before,
.sec__style4 .img_frame::before {
  border-radius: 0;
  top: calc(10 * (100vw / 375));
}

.credit__link {
  line-height: 2.1428571429;
  margin-top: calc(20* (100vw /375));
}

.credit__link span {
  width: calc(70* (100vw /375));
  height: calc(20* (100vw /375));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #807157;
  border-radius: calc(10* (100vw /375));
  margin: calc(6* (100vw /375)) auto 0;
  font-size: calc(14* (100vw /375));
  line-height: 1;
}

.sec__tx {
  margin-top: calc(17 * (100vw / 375));
}

@media screen and (min-width: 768px) {
  .sec__style__lineup {
    padding: 20rem 0 14rem;
  }

  .sec__style__lineup h3 {
    font-size: 3.6rem;
    line-height: 1.38;
  }

  .sec__style__lineup h3 span {
    font-size: 3rem;
  }

  .sec__style__lineup h3 span::before,
  .sec__style__lineup h3 span::after {
    width: 4rem;
  }

  .sec__style__lineup h3 span::before {
    left: -5rem;
  }

  .sec__style__lineup h3 span::after {
    right: -5rem;
  }

  .sec__style__lineup .img_frame {
    width: 48rem;
  }

  .sec__style__lineup .img_frame {
    margin: 2.5rem auto 0;
    left: -0.5rem;
  }

  .sec__style2 .img_frame::before,
  .sec__style4 .img_frame::before {
    top: 1rem;
  }

  .credit__link {
    line-height: 1;
    margin-top: 3.2rem;
  }

  .credit__link a {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .credit__link span {
    width: 7rem;
    height: 2rem;
    border-radius: 1rem;
    margin: 0;
    font-size: 1.4rem;
  }

  .sec__tx {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}









.sec__style2 {
  position: relative;
  background: transparent;
  z-index: initial;
}

.sec__style2>* {
  position: relative;
  z-index: 1;
}

.sec__style2::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #E6DED3;
  mix-blend-mode: multiply;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.sec__style2.sec__style__lineup .img__wrap02,
.sec__style4.sec__style__lineup .img__wrap02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(20* (100vw /375));
  width: calc(345* (100vw /375));
  margin: calc(23* (100vw /375)) auto 0;
}

.sec__style3.sec__style__lineup {
  padding: calc(57* (100vw /375)) 0 calc(60* (100vw /375));
  background: #F5F0E9;
}

.sec__style3.sec__style__lineup .img__wrap02,
.sec__style5.sec__style__lineup .img__wrap02 {
  flex-direction: column;
  gap: calc(30 * (100vw / 375));
  margin: calc(37 * (100vw / 375)) auto 0;
}

.sec__style3.sec__style__lineup .img__wrap02>div,
.sec__style5.sec__style__lineup .img__wrap02>div {
  width: calc(345* (100vw /375));
}

.sec__style3.sec__style__lineup .img__wrap02>div:last-child,
.sec__style5.sec__style__lineup .img__wrap02>div:last-child {
  margin-left: auto;
}

.sec__style4.sec__style__lineup {
  padding: calc(57* (100vw /375)) 0 calc(60* (100vw /375));
  background: #FCFAF9;
}

@media screen and (max-width: 767px) {

  .sec__style4 h3 span,
  .sec__style5 h3 span {
    line-height: 1.25;
    display: inline-block;
    margin-top: calc(9* (100vw /375));
  }
}

.sec__style4.sec__style__lineup .sec__tx {
  margin-top: calc(27 * (100vw / 375));
}

.sec__style4.sec__style__lineup .img__wrap02 {
  margin: calc(53 * (100vw / 375)) auto 0;
}

.sec__style5 {
  padding: calc(57* (100vw /375)) 0 calc(60* (100vw /375));
  background: #F5F0E9;
}

@media screen and (min-width: 768px) {

  .sec__style2.sec__style__lineup .img__wrap02,
  .sec__style4.sec__style__lineup .img__wrap02 {
    gap: 4rem;
    width: initial;
    margin: 5.3rem auto 0;
    flex-direction: row;
  }

  .sec__style2.sec__style__lineup .img__wrap02>div,
  .sec__style4.sec__style__lineup .img__wrap02>div {
    width: 38rem;
  }

  .sec__style3.sec__style__lineup {
    padding: 13.8rem 0 14rem;
  }

  .sec__style3 .img_frame,
  .sec__style5 .img_frame {
    height: 60rem;
  }

  .sec__style3 .img_frame::before,
  .sec__style5 .img_frame::before {
    border-radius: 24rem 24rem 0 0;
  }

  .sec__style3.sec__style__lineup .img__wrap02,
  .sec__style5.sec__style__lineup .img__wrap02 {
    flex-direction: row;
    gap: 4rem;
    margin: 3.8rem auto 0;
  }

  .sec__style3.sec__style__lineup .img__wrap02>div,
  .sec__style5.sec__style__lineup .img__wrap02>div {
    width: 38rem;
  }

  .sec__style3.sec__style__lineup .img__wrap02>div:last-child,
  .sec__style5.sec__style__lineup .img__wrap02>div:last-child {
    margin-left: 0;
  }

  .sec__style4.sec__style__lineup {
    padding: 13.8rem 0 14rem;
  }

  .sec__style4.sec__style__lineup .sec__tx {
    margin-top: 3rem;
  }

  .sec__style4.sec__style__lineup .img__wrap02 {
    margin: 5.3rem auto 0;
  }

  .sec__style5 {
    padding: 13.8rem 0 14rem;
  }
}





/* ▽_____________ lp_foot_btn ______________▽ */
.foot__btn {
  background: #fff;
  padding: calc(40 * (100vw /375)) 0 calc(60* (100vw /375));
}

.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(345*(100vw / 375));
  height: calc(53*(100vw / 375));
  margin: 0 auto 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.075em;
  background: #807157;
  color: #FFF;
  border-radius: calc(30* (100vw /375));
}

.main-area .lp_foot_btn.second {
  margin: calc(10*(100vw / 375)) auto 0;
  border: #807157 1px solid;
  color: #807157;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .foot__btn {
    background: #fff;
    padding: 6rem 0 10rem;
  }

  .main-area .lp_foot_btn {
    width: 34.5rem;
    height: 5.3rem;
    font-size: 1.4rem;
  }

  .main-area .lp_foot_btn.second {
    margin: 1rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  /* will-change: opacity; */
  transition: ease-in, opacity 1000ms, transform 1000ms;
}

.show {
  opacity: 1;
}

.js-fadeIn.js-left {
  transform: translateX(-100px);
}

.js-fadeIn.js-right {
  transform: translateX(100px);
}

.js-fadeIn.js-bottom {
  transform: translateY(100px);
}

.js-fadeIn.js-left.show,
.js-fadeIn.js-right.show,
.js-fadeIn.js-bottom.show {
  transform: translate(0, 0);
}
