@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #4d4d4d;
  /*font-family: 'YakuHanJP','Noto Sans JP', sans-serif;*/
  font-family: 'YakuHanJP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  /* font-family: 'YakuHanMP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif; */
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
  padding: 0;
  /* opacity: 0; */
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
#wrap{ position:relative; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !important; }
.w100{ width: 100% !important; }
.h100{ height: 100% !important; }
.none{ display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:1200px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
.inner{ width:85.333333%; max-width:560px; }
}

/*  custom template
=========================================================================================*/

/* color
---------------------------------------------- */
:root{
  --color-accent: #ff8733;
}
.color-accent{ color: #ff8733; }

.color-em{ color: #ff6900; }

/* font
---------------------------------------------- */
body.loaded .shippori {
  font-family: "Shippori Mincho", serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.jost {
  font-family: "Jost", sans-serif;
}


:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
}
.wrapper{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }
.movieWrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap iframe,
.movieWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vTxt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #333;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  transition: .5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 0;
}
.btn._round{
  border-radius: 50vw;
}
.btn.shadow{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hoverBtn::before{
  content: '';
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 0;
  border-radius: 100%;
  background-color: rgb(var(--color-pink));
  transition: .5s cubic-bezier(0, 0, 0.2, 1);
  z-index: -1;
}

.telBtn{
  font-size: 15px;
}
.telBtn__txt{
  letter-spacing: .075em;
}
.telBtn__txt::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #444;
  -webkit-mask-image: url(../../img/common/icon_tel.svg);
  mask-image: url(../../img/common/icon_tel.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-right: 5px;
  transition: .5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .hoverBtn:hover{
    border-color: rgb(var(--color-pink));
    color: #fff;
  }
  .hoverBtn:hover::before{
    height: 200%;
  }

  .telBtn:hover .telBtn__txt::before{
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .btn{
    font-size: 14px;
  }
  .telBtn{
    font-size: 18px;
  }
  .telBtn__txt::before{
    width: 12px;
    height: 12px;
  }
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  padding: 10px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}


/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}

/* scroll
---------------------------------------------- */
.scroll{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.scroll::-webkit-scrollbar{
  display: none;
}
.scroll .scrollInner{
  position: relative;
}
.scroll .scrollInner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.scroll .scrollInner img{
  vertical-align: top;
}

/*.scroll .scrollCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/pc/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.7);
  pointer-events: none;
}*/

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  width: 60px;
  height: 60px;
  /* margin-top: -25px; */
}
.swiper-button-prev{
  left: 0;
  /*background: url(../img/common/pc/icon_prev.svg) no-repeat center/100% auto;*/
}
.swiper-button-next{
  right: 0;
  /*background: url(../img/common/pc/icon_next.svg) no-repeat center/100% auto;*/
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-pagination{
  position: relative;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 9px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* commonCapArea
---------------------------------------------- */
.commonCapArea{
position: relative;
padding-top: 70px;
padding-bottom: 60px;
}
.commonCapList{}
.commonCapList > li{
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
  /* text-align: justify; */
}
.commonCap__link{
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .commonCapArea{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .commonCapList > li{
    font-size: 9px;
    line-height: 1.3;
  }
}

/* caution
---------------------------------------------- */
.caution {
  max-width: 1000px;
  border: 1px solid #e60000;
  padding: 25px;
}
* + .caution {
  margin-top: 40px;
}
.caution__txt {
  color: #e60000;
  font-size: clamp(18px, 0.9rem + 0.37vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .caution {
    max-width: 560px;
    margin-top: 30px;
    padding-block: 20px;
  }
  * + .caution {
    margin-top: 30px;
  }
  .caution__txt {
    text-align: justify;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 10px 25px 10px 50px;
  overflow: hidden;
  transition: .4s ease;
  z-index: 1000;
}

.header__inner{
  height: 100%;
}

.h-logo img{
  width: 220px;
}

.h-btnBox {
  display: flex;
  column-gap: 10px;
  margin-inline: auto 20px;
}
.h-btnBox__btn {
  font-weight: 600;
  padding: .7em 1em;
}
.h-btnBox__btn .small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.h-btnBox__btn--event {
  width: 240px;
  background-color: var(--color-accent);
}
.h-btnBox__btn--event .small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: #fff05a;
}
.h-btnBox__btn--event .small::before,
.h-btnBox__btn--event .small::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff05a;
}
.h-btnBox__btn--event .small::before {
  transform: rotate(-40deg);
}
.h-btnBox__btn--event .small::after {
  transform: rotate(40deg);
}

.h-btnBox__btn--first {
  width: 230px;
  background-color: #fff37b;
  color: #ff6900;
}
.h-btnBox__btn--first .small {
  color: #666;
}

.h-menuBtn{
  position: relative;
  display: block;
  width: 60px;
  aspect-ratio: 1;
  background-color: #9e8b61;
  border-radius: 50%;
  z-index: 10;
}
.h-menuBtn__mark{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 14px;
  transition: .4s ease;
}
.h-menuBtn__line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 50vw;
  transition: .4s ease;
  z-index: 1;
}
.h-menuBtn__line:nth-child(1){ top: 0; }
.h-menuBtn__line:nth-child(2){ bottom: 0; }
/* .h-menuBtn__line::before{
  content: '';
  width: 100%;
  height: 2px;
  transition: .4s ease;
} */

/* active */
.h-menuBtn.active .h-menuBtn__line:nth-child(1){
  transform: translate(-50%, 6px) rotate(45deg);
}
.h-menuBtn.active .h-menuBtn__line:nth-child(2){
  transform: translate(-50%, -6px) rotate(-45deg);
}

.h-nav{
  /* display: none; */

  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: rgb(255 255 255 / .9);
  padding: 20px 80px;
  overflow-y: auto;
  filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: 1.2s cubic-bezier(0.11, 0.92, 0.21, 0.99);
  /* transform: translateX(100%); */
  z-index: -1;
}
.header.active .h-nav{
  filter: blur(0);
  opacity: 1;
  scrollbar-gutter: stable;
  visibility: visible;
  z-index: 9;
}

.h-gNavList{
  gap: 2em 1em;
}
.h-gNavList__link{
  display: flex;
  align-items: center;
  gap: .6em;
  font-size: clamp(14px, 0.63rem + 0.42vw, 18px); /* 960 - 1920 */
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-inline: .6em;
  transition: .4s ease;
}
.h-gNavList__link::before {
  content: '';
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background: url(../../img/common/icon_arrow.svg) center/8px no-repeat, #ff964c;
  border-radius: 2px;
}
.h-gNavList__link.is-current{
  color: rgb(var(--color-pink));
}


.h-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  filter: blur(10px);
  background-color: rgb(255 105 0 / .1);
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  z-index: 5;
}
.header.active .h-overlay{
  visibility: visible;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .header:hover{
    background-color: #fff;
  }
  .h-gNavList__link:hover{
    color: rgb(var(--color-pink));
  }
}

@media screen and (max-width: 960px) {
  .h-logo img {
    width: 170px;
  }
  .h-btnBox__btn {
    font-size: 13px;
  }
  .h-btnBox__btn .small {
    font-size: 11px;
  }
  .h-btnBox__btn--event {
    width: 200px;
  }
  .h-btnBox__btn--first {
    width: 190px;
  }
}

@media screen and (min-width: 769px) {
  .sp-fixedAction {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 70px;
    padding-inline: 20px 10px;
  }
  .h-logo img {
    width: 150px;
    margin-top: 3px;
  }
  .header .h-btnBox {
    display: none !important;
  }
  .h-menuBtn {
    width: 50px;
  }
  .h-menuBtn__mark {
    width: 20px;
    height: 10px;
  }
  /* active */
  .h-menuBtn.active .h-menuBtn__mark {
    width: 24px;
  }
  .h-menuBtn.active .h-menuBtn__line:nth-child(1){
    transform: translate(-50%, 4px) rotate(45deg);
  }
  .h-menuBtn.active .h-menuBtn__line:nth-child(2){
    transform: translate(-50%, -4px) rotate(-45deg);
  }

  .h-nav {
    height: 100%;
    padding: 50px 20px;
  }
  .h-gNav {
    padding-inline: 40px;
  }
  .h-gNavList.flex {
    justify-content: flex-start;
    row-gap: 2.8em;
  }
  .h-gNavList > li {
    width: 100%;
  }
  .h-gNavList__link {
    width: 100%;
    font-size: 16px;
  }
  .h-gNavList__link::before {
    width: 16px;
  }

  .h-navBnr {
    width: min(calc(320 / 335 * 100%), 320px);
    margin-top: 40px;
    margin-inline: auto;
    box-shadow: 5px 5px 5px rgba(0 0 0 / .2);
  }

  .sp-fixedAction {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
  }
  .sp-fixedActionBox {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .h-btnBox__btn {
    height: 70px;
    font-size: 14px;
    line-height: 1.6;
    padding-inline: .5em;
    text-align: center;
  }
  .h-btnBox__btn--event {
    width: 100%;
  }
  .h-btnBox__btn--first {
    width: 100%;
  }
  .h-btnBox__btn .small {
    font-size: 13px;
  }
}

/* floatingBnr
---------------------------------------------- */
.floatingBnr {
  width: 330px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translate(calc(100% + 50px), 0);
  transition: .8s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}
.floatingBnr.is-active {
  transform: translate(0, 0);
}
.floatingBnr.is-hide,
.floatingBnr.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.floatingBnr__link {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 5px rgba(0 0 0 / .2);
  transition: .4s;
}
.floatingBnr__close {
  width: calc(40 / 330 * 100%);
  aspect-ratio: 1;
  background-color: #fff05a;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
.floatingBnr__close::before,
.floatingBnr__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 50vw;
  background-color: #9e8b61;
  z-index: 1;
}
.floatingBnr__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.floatingBnr__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .floatingBnr__link:hover {
    filter: brightness(1.05);
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.low .wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 710px;
  background-size: cover;
  background-position: 0 -200px;
  background-repeat: no-repeat;
  transform: scaleX(1.2) translateX(-10px);
  transition: 2s ease-out;
  z-index: -1;
}
.loaded.low .wrapper::before{
  background-position: 0 0;
  transform: scaleX(1) translateX(0);
  /* animation: bgMove 6s ease infinite both alternate; */
}

.main{
  position: relative;
  /* overflow-x: hidden; */
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 0;
}
body.noScroll .main {
  filter: blur(5px);
}

.low .main{
  opacity: 0;
  /* transform: translateY(30px); */
}
.loaded.low .main{
  opacity: 1;
  /* transform: translateY(0); */
}



.secTtl{
  text-align: center;
}
.secTtl .en{
  font-size: 40px;
  letter-spacing: 0.075em;
  opacity: 0;
  transition: .4s ease;
}
.secTtl .ja{
  display: block;
  font-size: 15px;
  margin-top: 1em;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(20px);
  transition: .4s ease;
  overflow: hidden;
}

.secTtl .en .splitChild{
  opacity: 0;
}
.secTtl.inview .en{
  opacity: 1;
}
.secTtl.inview .en .splitChild{
  animation: splitOpacity 1.2s ease-out forwards;
}
.secTtl.inview .ja{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.loaded.low .secTtl .en{
  opacity: 1;
}
.loaded.low .secTtl .en .splitChild{
  animation: splitOpacity 1.2s ease-out forwards;
}
.loaded.low .secTtl .ja{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@keyframes splitOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.secTtl--child{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: .8em;
  z-index: 0;
}
.secTtl--child::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #444;
  z-index: 1;
}

.secCopy{
  font-size: clamp(24px, 0.83rem + 1.39vw, 40px);
  letter-spacing: 0.05em;
  line-height: 2;
}

.secCopy-m{
  font-size: clamp(22px, 0.79rem + 1.22vw, 36px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.secCopy-s{
  font-size: clamp(20px, 0.75rem + 1.04vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.secText{
  font-size: clamp(14px, 0.79rem + 0.17vw, 16px);
  letter-spacing: 0.05em;
  line-height: 2.375;
}

.secBar {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100px;
  background-color: #ccc;
  z-index: 1;
}

/* kv
---------------------------------------------- */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.kvTtl {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.kvTtl::after {
  content: '';
  display: block;
  background: url(../../img/common/icon_arrow.svg) center/contain no-repeat;
  width: 15px;
  aspect-ratio: 15 / 16;
  margin-top: 40px;
  margin-inline: auto;
  transform: rotate(90deg);
}
.kvTtl .en {
  display: block;
  font-size: clamp(34px, 0.67rem + 6.21vw, 130px); /* 375 - 1920 */
  letter-spacing: 0.05em;
}
.kvTtl .ja {
  display: block;
  font-size: clamp(16px, 0.64rem + 1.55vw, 40px);
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .kvTtl {
    bottom: 7%;
  }
}

/* secIntro
---------------------------------------------- */
.secIntro {
  text-align: center;
}
* + .secIntro__text {
  margin-top: 3em;
}

/* breadcrumb */
.breadcrumb{
  max-width: 1300px;
  margin-top: 100px;
}
.breadcrumbList > li{
  position: relative;
  z-index: 0;
}
.breadcrumbList > li + li{
  margin-left: 30px;
}
.breadcrumbList > li + li::before{
  content: '・';
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  font-size: 11px;
  letter-spacing: 0.075em;
  color: #ddd;

}
.breadcrumb__link{
  color: #ddd;
  transition: .4s ease;
}
.breadcrumb__name{
  font-size: 11px;
  letter-spacing: 0.075em;
}

/* infoBox */
.infoBox{
  gap: 30px;
  max-width: 1000px;
  background-color: #fdf3f7;
  border-radius: 20px;
  padding: 60px 20px;
}
.infoBox__head{
  padding-left: 5%;
}
.infoBox__txt{
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 0;
}
.infoBox__txt::before{
  content: '';
  position: absolute;
  top: 5px;
  left: -10%;
  width: 20px;
  height: 19px;
  background: url(../../img/common/icon_human.svg) center/contain no-repeat;
  margin-right: 5px;
  vertical-align: -3px;
  z-index: 1;
}
.infoBox__txt .small{
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: .5em;
}

.infoBox__telBox{
  width: 100%;
  max-width: 400px;
}
.infoBox__tel{
  height: 80px;
  font-size: 30px;
}
.infoBox__tel .telBtn__txt::before{
  width: 19px;
  height: 19px;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover{
    color: #444;
  }
}

@media screen and (max-width: 768px) {
  /* secIntro
  ---------------------------------------------- */
  .secIntro__text {
    text-align: justify;
  }
  * + .secIntro__text {
    margin-top: 1.5em;
  }

  /* infoBox */
  .infoBox{
    gap: 25px;
    max-width: 560px;
    padding: 45px 20px 50px;
  }
  .infoBox__head{
    padding-left: 0;
  }
  .infoBox__txt{
    font-size: 18px;
    text-align: center;
  }
  .infoBox__txt::before{
    left: 10%;
  }
  .infoBox__txt .em{
    display: block;
    padding-left: 1em;
  }
  .infoBox__txt .small{
    font-size: 16px;
    font-weight: 400;
    margin-top: .5em;
    text-align: center;
  }

  .infoBox__telBox{
    max-width: 280px;
  }
  .infoBox__tel{
    height: 56px;
    font-size: 21px;
  }
  .infoBox__tel .telBtn__txt::before{
    width: 14px;
    height: 14px;
  }
}

/* commonContents
---------------------------------------------- */
.commonContents {
  padding-block: 150px;
  overflow: hidden;
}

.commonContents__title {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}

.commonContentsWrap {
  max-width: 1700px;
  margin-top: 70px;
}

.commonContentsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px calc(25 / 1700 * 100%);
}
.commonContentsList__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.commonContentsList__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 105 0 / .5);
  opacity: 0;
  transition: .4s;
  z-index: 0;
}

.commonContentsList__box {
  display: grid;
  place-content: center;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  inset: 0;
  z-index: 2;
}
.commonContentsList__name {
  font-size: clamp(18px, 0.34rem + 1.64vw, 30px); /* 769 - 1500 */
  letter-spacing: 0.05em;
}
.commonContentsList__ja {
  font-family: "Shippori Mincho", serif;;
  font-size: clamp(14px, 0.61rem + 0.55vw, 18px); /* 769 - 1500 */
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.commonContentsList__ja::before {
  content: '';
  display: block;
  width: 180px;
  height: 1px;
  background-color: #fff;
  margin-block: 8%;
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .commonContentsList__link:hover::before {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .commonContentsWrap[ data-num="2"] {
    max-width: 1160px;
  }
  .commonContentsWrap[ data-num="2"] .commonContentsList {
    grid-template-columns: 1fr 1fr;
    gap: 25px calc(25 / 1160 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .commonContents {
    padding-block: 80px;
  }

  .commonContents__title {
    font-size: 20px;
  }

  .commonContentsWrap {
    max-width: 400px;
    margin-top: 35px;
  }

  .commonContentsList {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }

  .commonContentsList__ja::before {
    width: 120px;
    margin-block: 10%;
  }

  .commonContentsList__img {
    aspect-ratio: 320 / 180;
    object-fit: cover;
  }
}

/* commonBnrArea
---------------------------------------------- */
.commonBnrArea {
  background-color: #f5f3ef;
  padding-block: 100px;
  overflow: hidden;
}
.commonBnrWrap {
  max-width: 1540px;
}
.commonBnrList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px calc(20 / 1540 * 100%);
}
.commonBnrList > li {
  width: calc((100% - 40px) / 3);
}

@media screen and (min-width: 769px) {
  .commonBnrList[data-num="2"] {
    column-gap: calc(40 / 1540 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .commonBnrArea {
    padding-block: 50px;
  }
  .commonBnrWrap {
    width: calc(300 / 375 * 100%);
    max-width: 400px;
  }
  .commonBnrList {
    flex-direction: column;
  }
  .commonBnrList > li {
    width: 100%;
  }
}

/* hpbModal
---------------------------------------------- */
.hpbModal .modal__overlay {
  background: rgb(255 240 90 / .8);
}
.hpbModal .modal__container {
  background: none;
  max-width: 960px;
  padding-inline: 0;
}
.hpbModal .modal__content {
  background-color: #fff;
  border-radius: 60px;
  padding-block: 70px;
}
.hpbModal__inner {
  max-width: 800px;
}
.hpbModal__title {
  text-align: center;
}
.hpbModal__text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 4em;
  text-align: center;
}
.hpbModal__text .small {
  font-size: 14px;
}
.hpbModalList {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5em 1em;
  margin-top: 50px;
}
.hpbModalList__link {
  display: flex;
  align-items: center;
  gap: .6em;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-inline: .6em;
  transition: .4s ease;
}
.hpbModalList__icon {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background-color: #ff964c;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}
.hpbModalList__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  aspect-ratio: 1;
  background: url(../../img/common/icon_arrow.svg) center / 8px no-repeat;
  z-index: 1;
}

.hpbModal .modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  position: static;
  background: #ff964c;
  border-radius: 50vw;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-inline: auto;
  padding: 0.8em 1.9em;
  text-align: center;
}
.hpbModal .modal__close .icon {
  display: block;
  position: relative;
  z-index: 0;
}
.hpbModal .modal__close .icon::before,
.hpbModal .modal__close .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}
.hpbModal .modal__close .icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hpbModal .modal__close .icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .hpbModal .modal__container {
    width: calc(320 / 375 * 100%);
  }
  .hpbModal .modal__content {
    border-radius: 50px;
    padding-block: 50px;
  }
  .hpbModal__title img {
    width: 126px;
  }
  .hpbModal__text {
    font-size: 16px;
    margin-top: 2em;
  }
  .hpbModal__text .small {
    font-size: 12px;
  }
  .hpbModalList {
    grid-template-columns: 1fr;
    row-gap: 1em;
    margin-top: 20px;
  }
  .hpbModalList__link {
    font-size: 16px;
  }
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footer{
  background-color: #ff964c;
  color: #fff;
  padding-block: 100px 150px;
  transition: .4s;
  overflow: hidden;
}
body.noScroll .footer {
  filter: blur(5px);
}

.f-contents{
  max-width: 1480px;
  gap: 40px calc(80 / 1480 * 100%);
}

.f-logo{
}
.f-logo img{
  width: 127px;
}

.f-nav{
  flex: 1;
  max-width: 750px;
}

.f-navWrap{
  gap: 25px calc(50 / 750 * 100%);
}

.f-gNav{
  flex: 1;
}
.f-gNavList {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1em 3.2em;
}
.f-gNavList__link{
  font-size: clamp(13px, 0.69rem + 0.26vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.5em;
  transition: .4s ease;
  position: relative;
  z-index: 0;
}
.f-gNavList__link::before {
  content: '';
  position: absolute;
  top: calc(100% - .5em);
  left: .5em;
  width: 0;
  height: 1px;
  background-color: rgb(255 255 255 / .7);
  transition: .3s;
  z-index: 0;
}

.f-navInfo {
  width: calc(140 / 750 * 100%);
}
.f-navInfo__btn,
.f-navInfo__btn img {
  display: block;
  width: 100%;
}

.f-bottom{
  max-width: 1480px;
  margin-top: 80px;
}

.f-bottomList {
  gap: 1em 2em;
}
.f-bottomList__link {
  font-size: clamp(11px, 0.6rem + 0.17vw, 13px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.5em;
  transition: .4s;
  position: relative;
  z-index: 0;
}
.f-bottomList__link::before {
  content: '';
  position: absolute;
  top: calc(100% - .5em);
  left: .5em;
  width: 0;
  height: 1px;
  background-color: rgb(255 255 255 / .7);
  transition: .3s;
  z-index: 0;
}
.copyright{
  font-size: clamp(11px, 0.6rem + 0.17vw, 13px);
  letter-spacing: 0.075em;
}
.pageTop{
  position: relative;
  font-size: 11px;
  letter-spacing: 0.075em;
  z-index: 0;
}
.pageTop::after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 9px;
  background: url(../../img/common/icon_arrow-top.svg) center/contain no-repeat;
  margin-left: 6px;
  vertical-align: -3px;
}

@media (hover: hover) and (pointer: fine) {
  .f-gNavList__link:hover,
  .f-bottomList__link:hover {
    opacity: .7;
  }
  .f-gNavList__link:hover::before,
  .f-bottomList__link:hover::before {
    width: calc(100% - .5em);
  }
}

@media screen and (max-width: 960px) {
  .f-contents{
    flex-direction: column;
    align-items: center;
  }
  .f-nav{
    width: 100%;
    padding-top: 0;
  }

  .f-bottom {
    max-width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .footer{
    padding-block: 50px 120px;
  }
  .f-contents{
    width: calc(320 / 375 * 100%);
    max-width: 400px;
  }

  .f-gNavList{
    grid-template-columns: auto auto;
    column-gap: 1em;
  }

  .f-navInfo {
    width: 100%;
  }

  .f-bottom{
    align-items: flex-end;
    width: calc(320 / 375 * 100%);
    max-width: 400px;
    margin-top: 60px;
  }
  .f-bottomList {
    flex: 1;
    gap: 1em;
  }
}

/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: none; }}
.fade_slide1.inview,.fade_slide2.inview,.fade_slide3.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown{ from { opacity: 0; transform: translate3d(0, -10px, 0); } to { opacity: 1; transform: none; }}
.fi_d.inview{ animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight{ from { opacity: 0; transform: translate(10px,0); } to { opacity: 1; transform: none; } }
.fi_r.inview{ animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-10px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #362d11;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #362d11;
	transform-origin: right;
	transition: transform .6s .4s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}

/* print
---------------------------------------------- */
@media print{
	body,html{
		zoom:.8 !important;
	}
	.header-property,
	.box-bukken-contact,
	.box-bukken,
	.area-user-footer-wrap,
	.footer-property,
	.ttl-property-main,
	.search-wrap,
	.commonBnrArea,
	.kv,
	.print-hidden{
		display: none;
	}
	.contents-property{
		padding-top: 0 !important;
	}
}
