﻿/* パンくず 追加スタイル 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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal; */
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  font-size: calc(14* (100vw /375));
  padding-bottom: calc(130 * var(--variable) * var(--ratio));
  text-align: center;
  overflow-x: clip;
  color: #333333;
}

/* .main-area {
  --pc-width: 1400;
  --sp-width: 375;
  --pc-artboard-width: 525;
  --sp-artboard-width: 375;
  --sec1-color:#6F9DDB;
  --sec2-color:#D5A775;
  --sec3-color:#CE8FAD;
  --sec4-color:#19ACB5;
  --sec5-color:#AFA08D;
  --sec6-color:#A7AF5A;
}
@media (min-width: 1400px) {
  .main-area {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .main-area {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (max-width: 767px) {
  .main-area {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
} */
.main-area * {
  letter-spacing: 0.05em;
}

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

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

@font-face {
  font-family: "HKGrotesk_medium";
  src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HKGrotesk_bold";
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}

.ff_hkg_m {
  font-family: "HKGrotesk_medium";
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.ff_hkg_b {
  font-family: "HKGrotesk_bold";
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}


.ff_bask {
  font-family: "Baskerville", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ff_ernie {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}


@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: 10.3rem;
  }

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

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

  .ff_gara {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .hidden-sml {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-lrg {
    display: none;
  }
}

/* ===============================================
* fv *
=============================================== */
.sec__fv h2+p {
  font-size: calc(14 * (100vw / 375));
  margin-top: calc(33 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.1em;
}

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

  .sec__fv h2+p {
    font-size: 1.4rem;
    margin-top: 3.4rem;
  }
}

/* ===============================================
* sec *
=============================================== */
.scroll_wrap {
  width: calc(295* (100vw /375));
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: calc(45* (100vw /375));
  margin-top: calc(42 * (100vw / 375));
}

.img-wrap {
  position: relative;
  /* border: calc(4* (100vw /375)) solid #341D16; */
}

.js-slider-set2,
.js-slider-set2-item {
  width: calc(295* (100vw /375));
}

.img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: calc(4* (100vw /375)) solid #341D16;
  top: 0;
  left: 0;
  z-index: 1;
}

.ttl_bland {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  margin-top: calc(10* (100vw /375));
}

.ttl_bland .ttl_num {
  font-weight: 400;
  letter-spacing: 0.1em;
}

.link_main {
  position: relative;
  width: 100%;
  font-size: calc(14* (100vw /375));
  font-weight: 300;
  line-height: 0.05em;
  line-height: 1.5;
  text-align: justify;
  margin-top: calc(3* (100vw /375));
}

.link_main .credit_price {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: calc(4* (100vw /375));
}

.link_main .credit_btn {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.05em;
  width: calc(86* (100vw /375));
  height: calc(29* (100vw /375));
  color: #fff;
  background: #341D16;
  position: absolute;
  bottom: calc(3* (100vw /375));
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_sub {
  margin-top: calc(13 * (100vw / 375));
  border-top: #E5DDD6 1px solid;
  text-align: left;
}

.link_sub p {
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  margin-top: calc(16 * (100vw / 375));
  line-height: 1;
}

.link_sub p::before {
  position: absolute;
  content: "";
  left: calc(4 * (100vw / 375));
  box-sizing: border-box;
  width: calc(8 * (100vw / 375));
  height: calc(8 * (100vw / 375));
  border: calc(5 * (100vw / 375)) solid transparent;
  border-top: calc(8 * (100vw / 375)) solid #341D16;
  left: calc(104* (100vw /375));
  top: calc(3* (100vw /375));
}

.link_sub_list {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: calc(1* (100vw /375));
  margin-top: calc(8* (100vw /375));
  font-size: calc(13* (100vw /375));
}

.link_sub_list li a {
  display: flex;
  justify-content: space-between;
}

.link_sub_list .credit_btn {
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .scroll_wrap {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7.5rem 12rem;
    margin-top: 5.3rem;
  }

  .sec__style {
    width: 32rem;
  }

  .js-slider-set2,
  .js-slider-set2-item {
    width: 32rem;
  }

  .img-wrap::before {
    border: 0.4rem solid #341D16;
  }

  .ttl_bland {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .link_main {
    font-size: 1.4rem;
    margin-top: 0rem;
  }

  .link_main .credit_price {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }

  .link_main .credit_btn {
    font-size: 1.2rem;
    width: 6.6rem;
    height: 2.7rem;
    bottom: 0.4rem;
  }

  .link_sub {
    margin-top: 1rem;
  }

  .link_sub p {
    font-size: 1.4rem;
    margin-top: 1.8rem;
  }

  .link_sub p::before {
    width: 0.4rem;
    height: 0.4rem;
    border: 0.5rem solid transparent;
    border-top: 0.8rem solid #341D16;
    left: 10.4rem;
    top: 0.3rem;
  }

  .link_sub_list {
    gap: 0rem;
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }

  .link_sub_list li a {
    display: flex;
    justify-content: space-between;
  }

  .link_sub_list .credit_btn {
    font-weight: 500;
    text-decoration: underline;
  }
}






/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(295 * (100vw / 375));
  height: calc(50 * (100vw / 375));
  margin: calc(54 * (100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: calc(15 * (100vw / 375));
  letter-spacing: 0.1em;
  background: #341D16;
  color: #FFF;
}

.main-area .lp_foot_btn.sec_btn {
  margin: calc(18 * (100vw / 375)) auto calc(108 * (100vw / 375));
  border: #341D16 1px solid;
  color: #341D16;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 36rem;
    height: 5rem;
    margin: 7.4rem auto 0;
    font-size: 1.5rem;
  }

  .main-area .lp_foot_btn.sec_btn {
    margin: 2rem auto 1.7rem;
  }
}


/* ▽ imganime ▽ */
/* .js-fadeIn {
  opacity: 0;
  transition-property: opactity;
  transition-timing-function: ease;
  transition-duration: 1.4s;
  transition: opacity 1.4s ease 0s;
}

.js-fadeIn.delay01 {
  transition: opacity 1.4s ease 0.2s;
}

.js-fadeIn.delay02 {
  transition: opacity 1.4s ease 0.4s;

}

.js-fadeIn.delay03 {
  transition: opacity 1.4s ease 0.6s;

}

.js-fadeIn.delay04 {
  transition: opacity 1.4s ease 0.8s;

}

.js-fadeIn.delay05 {
  transition: opacity 1.4s ease 1s;

}

.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);
} */