@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: #000;
  /*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: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , 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,.br1200{ 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: 1200px) {
.br1200{ display: block!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
=========================================================================================*/
:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
  --headerheight: 0;
}
.wrapper{
  position: relative;
  overflow: hidden;
}
/* スクロールバーガタつき対策 */
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;
}

.sp960 {
  display: none;
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

@media screen and (max-width: 960px) {
  .sp960 {
    display: block;
  }
}

/* button
---------------------------------------------- */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  transition: .4s;
  z-index: 0;
}

.button--map {
	height: auto;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 1em;
}
.button--map::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  width: 20px;
  height: 28px;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_map.svg);
  mask-image: url(../img/common/icon_map.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: .4sease;
  z-index: 1;
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #808080;
  font-family: YakuHanJP,'Noto Sans JP',sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: right;
  padding: 10px 8px;
}
.p-caption.w,.f-caption.w{
  color: rgb(255 255 255 / .8);
  text-shadow: 0 0 5px rgba(79 73 65 / .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{
  display: block;
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption,.f-caption {
    font-size: 9px;
    padding-block: 5px;
  }
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}

/* color
---------------------------------------------- */
:root {
  --color-green: #2cb5a9;
  --color-orange: #ea5504;
  --color-orange85: #ed6e2a;
}


/* font
---------------------------------------------- */
body.loaded .gothic{
  font-family: YakuHanJP,'Noto Sans JP',sans-serif;
}
body.loaded .notoSerif{
  font-family: YakuHanMP,"Noto Serif JP",serif;
}
.roboto {
  font-family: "Roboto", serif;
  font-optical-sizing: 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; }
}

/* swipe
---------------------------------------------- */
.swipe{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.swipe::-webkit-scrollbar{
  display: none;
}
.swipeInner{
  position: relative;
}
.swipeInner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.swipeInner img{
  vertical-align: top;
}
.swipeCaution{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 188px;
  background: url(../img/common/icon_scrollCaution.svg) no-repeat center/130px auto rgba(51,51,51,.8);
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/* 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{

  position: relative;
	width: 14px;
	height: auto;
	aspect-ratio: 1;
  background: #ccc;
	margin: 0 !important;
  vertical-align: top;
  opacity: 1;
	z-index: 0;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* modal
---------------------------------------------- */
.modal__close {
  top: 0;
  right: 0;
  width: 50px;
  aspect-ratio: 1;
  background-color: rgb(51 51 51 / .8);
  font-size: inherit;
  z-index: 1;
}
.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .sp-modalBtn {
    pointer-events: none;
  }

  .sp-modalIcon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modal__close {
    width: 30px;
  }

  .sp-modalBtn {
    display: block;
    position: relative;
    z-index: 0;
  }

  .sp-modalIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    aspect-ratio: 1;
    background-color: rgb(51 51 51 / .8);
    z-index: 1;
  }
  .sp-modalIcon::before,
  .sp-modalIcon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 1px;
    background-color: #fff;
    z-index: 1;
  }
  .sp-modalIcon::after {
    width: 1px;
    height: 50%;
  }

  .tapAttention {
    position: relative;
    background-color: #666;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 0.8em;
    text-align: center;
    z-index: 0;
  }
  .tapAttention::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 27px;
    aspect-ratio: 1;
    background-color: #666;
    z-index: -1;
  }
  .tapAttention + * {
    margin-top: 20px;
  }
}

/* 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;
}
.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;
  }
} */

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main {
  position: relative;
  /* font-family: YakuHanMP, "Shippori Mincho", serif; */
  font-family: "Shippori Mincho", serif;
  padding-top: 122px;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 57px;
  }
}

.section {
	position: relative;
	z-index: 0;
}

.sectionTitle {
	font-size: clamp(54px, -2.72rem + 12.68vw, 200px); /* 769 - 1920 */
  font-weight: 500;
}

.sectionCopy {
  font-size: clamp(16px, 0rem + 2.09vw, 40px); /* 769 - 1920 */
  line-height: 1.7;
}

.sectionCopy-m {
  font-size: clamp(20px, 0.75rem + 1.04vw, 32px); /* 769 - 1920 */
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.sectionCopy-m .num {
  font-size: 180%;
  line-height: 1;
}

.sectionText {
  font-size: clamp(16px, 0.96rem + 0.14vw, 18px); /* 440 - 1920 */
  /* font-size: 18px; */
  line-height: 2.1;
}

.sectionCircle {
	position: absolute;
}

.sectionDeco {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100px;
	background-color: var(--color-orange);
	z-index: 0;
}
.sectionDeco::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 9.9px;
	aspect-ratio: 1;
	background-color: var(--color-orange);
	z-index: 1;
}

.sectionBlur {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  filter: blur(30px);
  background-color: #fff;
  z-index: -2;
}
.sectionBlur--top {
  top: 0;
}
.sectionBlur--bottom {
  bottom: 0;
}

.gra-text {
	padding-bottom: 0.1em;
  opacity: .5;
  overflow: hidden;
}
.gra-text__child {
	background: linear-gradient(90deg, rgba(255, 244, 113, 1) 0%, rgba(135, 208, 244, 1) 33.33%, rgba(54, 189, 239, 1) 66.67%, rgba(44, 181, 169, 1) 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.has-diamond {
  position: relative;
  z-index: 0;
}
.has-diamond::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  width: 14px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  background-color: var(--color-orange);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sectionText {
    font-size: 14px;
  }

	.sectionDeco {
		top: -15px;
		height: 30px;
	}
	.sectionDeco::before {
		width: 4px;
	}

  .sectionBlur {
    height: 80px;
  }
}

/* gra-area
---------------------------------------------- */
.gra-area {
	background: linear-gradient(135deg, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
	padding-block: clamp(80px, 3.48rem + 6.47vw, 180px) clamp(80px, 3.18rem + 7.77vw, 200px);
}

.gra-area .sectionTitle {
	color: var(--color-green);
  opacity: .5;
}

.gra-area .sectionCircle {
  position: absolute;
	top: 0;
	left: 0;
	width: calc(1300 / 1920 * 100%);
	aspect-ratio: 1;
  background : -webkit-radial-gradient(0% 0%, circle farthest-side, rgba(255, 244, 113, 1) 0%, rgba(255, 244, 113, 0) 100%);
  background : radial-gradient(0% 30.22%, circle farthest-side, rgba(255, 244, 113, 1) 0%, rgba(255, 244, 113, 0) 100%);
	border-radius: 0 0 50% 0;
	z-index: -1;
}

@media screen and (max-width: 768px) {
  .sectionCircle {
		width: calc(250 / 375 * 100%);
	}
}

/* commonEntryArea
---------------------------------------------- */
.commonEntryArea {
  padding-block: clamp(80px, 4.09rem + 3.88vw, 140px);
}
.commonEntryArea::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  opacity: .1;
  z-index: -1;
}
.commonEntryArea__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  text-align: center;
}
.commonEntryArea__copy::before,
.commonEntryArea__copy::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
}

.commonEntryTitle {
  font-size: clamp(55px, 1.56rem + 3.91vw, 100px);
  font-weight: 500;
  color: rgb(255 255 255 / .6);
}
.commonEntryTitle .text {
  background: linear-gradient(90deg, rgba(44, 181, 169, 1) 0%, rgba(54, 189, 239, 1) 33.33%, rgba(135, 208, 244, 1) 66.67%, rgba(255, 244, 113, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .5;
}

.commonEntryFlow {
  margin-top: 100px;
}
.commonEntryFlow__inner {
  gap: 3%;
  max-width: 1400px;
}

.commonEntryFlowList {
  flex: 1;
  max-width: 1100px;
}
.commonEntryFlowList > li {
  width: calc((100% - 140px) / 3);
  background-color: rgb(255 255 255 / .8);
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  padding: 30px calc(20 / 1100 * 100%) 20px;
  position: relative;
  z-index: 0;
}
.commonEntryFlowList > li::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  aspect-ratio: 1;
  background: var(--color-orange);
  border-radius: 50%;
  z-index: 1;
}
.commonEntryFlowList > li + li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  aspect-ratio: 1;
  border-top: 2px solid #95dad4;
  border-right: 2px solid #95dad4;
  z-index: 1;
}

.commonEntryFlowList__title {
  font-size: clamp(20px, 0.71rem + 1.13vw, 33px);
  font-weight: 500;
  color: var(--color-green);
  text-align: center;
}

.commonEntryFlowList__copy {
  font-size: clamp(18px, 1.04rem + 0.17vw, 20px);
  line-height: 1.9;
  margin-top: 0.5em;
  text-align: center;
}

.commonEntryFlowList__text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-top: .5em;
}

.commonEntryFlowList__cap {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
}

.commonEntryFlowList__btn {
  /* position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%); */
  height: 50px;
  width: min(100%, 260px);
  font-size: 16px;
  background-color: #e98f41;
  margin-top: 17%;
  margin-inline: auto;
  /* z-index: 0; */
}
.commonEntryFlowList__btn._residence {
  background-color: #B81C22;
}

.commonEntryFlow + .commonEntryContents {
  margin-top: 140px;
}
.commonEntryContents__inner {
  max-width: 1400px;
}

.commonEntryContents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  white-space: nowrap;
}
.commonEntryContents__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #95dad4;
}

.commonEntryContentsList {
  row-gap: 30px;
  margin-top: 60px;
}
.commonEntryContentsList > li {
  width: calc((100% - 140px) / 3);
}

.commonEntryContentsList__name {
  font-size: clamp(16px, 0.75rem + 0.52vw, 22px);
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .commonEntryFlow__inner {
    row-gap: 30px;
    flex-direction: column;
  }
  .commonEntryFlowList {
    width: 100%;
  }

  .commonEntryContentsList > li {
    width: calc((100% - 60px) / 3);
  }

  .commonEntryFlowList > li + li::after {
    left: -46px;
    width: 16px;
  }
}

@media screen and (max-width: 960px) {
  .commonEntryFlowList {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 5%;
  }
  .commonEntryFlowList > li {
    width: calc((100% - 60px) / 2);
  }
  .commonEntryFlowList > li + li::after {
    left: -34px;
  }
}

@media screen and (max-width: 768px) {
  .commonEntryArea__copy {
    column-gap: .8em;
  }
  .commonEntryArea__copy::before,
  .commonEntryArea__copy::after {
    width: 25px;
  }
  .commonEntryFlow {
    margin-top: 50px;
  }
  .commonEntryFlow__inner,
  .commonEntryContents__inner {
    max-width: 400px;
  }
  .commonEntryFlowList {
    row-gap: 50px;
    flex-direction: column;
  }
  .commonEntryFlowList > li {
    width: 100%;
    padding-inline: calc(20 / 320 * 100%);
  }
  .commonEntryFlowList > li.has-btn {
    margin-bottom: 70px;
  }
  .commonEntryFlowList > li + li::after {
    top: -36px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .commonEntryFlowList__btn {
    font-size: 14px;
    margin-top: 10px;
  }

  .commonEntryFlow + .commonEntryContents {
    margin-top: 70px;
  }

  .commonEntryContents__title {
    display: block;
    text-align: center;
  }
  .commonEntryContents__title::before {
    content: none;
  }

  .commonEntryContentsList {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    padding-inline: 20px;
  }
  .commonEntryContentsList > li {
    width: 100%;
  }

  .commonEntryContentsList__name {
    margin-top: 0.5em;
  }
}

/* commonLimited
---------------------------------------------- */
.commonLimited {
  position: relative;
	padding-block: 180px;
  overflow: hidden;
  z-index: 0;
}
.commonLimited::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgba(250 243 128 / 1) 20%, rgba(80 194 239 / 1) 57%, rgba(37 183 170 / 1) 100%);
  mix-blend-mode: plus-lighter;
  z-index: -1;
}

/* .commonLimitedBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
} */

.commonLimited__title {
	color: #16B9AB;
	font-size: 100px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 64%;
	text-align: center;
}

.commonLimited__text {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.4;
	margin-top: 50px;
	text-align: center;
}
.commonLimited__text .em {
	display: block;
	color: #E88F42;
	font-size: 20px;
	font-weight: 500;
}

.commonLimited__btnBox {
	max-width: 1240px;
	margin-top: 70px;
}

.commonLimited__btnWrap {
	width: 50%;
}

.commonLimited__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 140px;
	border: 1px solid rgb(255 255 255 / .5);
	text-align: center;
	overflow: hidden;
	z-index: 0;
}
.commonLimited__btn::before,
.commonLimited__btn::after {
	content: '';
	position: absolute;
}
.commonLimited__btn::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(60deg, rgba(186 93 13 / 1) 0%, rgba(232 143 66 / 1) 100%);
	opacity: .8;
	z-index: -2;
}
.commonLimited__btn::after {
	top: -25%;
	left: -25%;
	width: 150%;
	height: 150%;
	background-color: rgba(186 93 13 / .4);
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 50vw;
	mix-blend-mode: multiply;
	animation: btnHoverLeaves 1s cubic-bezier(0, 0.81, 0.36, 1) forwards;
	z-index: -1;
}

.commonLimited__btn .ja {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.commonLimited__btn .en {
	display: block;
	color: rgb(255 255 255 / .8);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: .5em;
}

.commonLimited__bg .altImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@keyframes btnHoverEnter {
	0% {
		left: -25%;
		transform: scaleX(0);
		transform-origin: left;
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes btnHoverLeaves {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	100% {
		right: -25%;
		left: auto;
		transform: scaleX(0);
		transform-origin: right;
	}
}

.commonLimited__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* position: relative; */
  width: 100%;
  height: 100%;
  /* max-height: 1000px; */
  /* aspect-ratio: 16/9; */
  overflow: hidden;
  z-index: -2;
}
.commonLimited__bg video,
.commonLimited__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
	.commonLimited__btn:hover::after {
		animation: btnHoverEnter 1s cubic-bezier(0, 0.81, 0.36, 1) forwards;
	}
}

@media screen and (min-width: 1921px) {
  .commonLimited__bg video,
  .commonLimited__bg iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
	.commonLimited {
		padding-block: 80px;
	}

	.commonLimited__title {
		font-size: 50px;
	}

	.commonLimited__text {
		font-size: 16px;
		line-height: 2;
		margin-top: 30px;
	}
	.commonLimited__text .em {
		font-size: 18px;
		line-height: 1.8;
	}

	.commonLimited__btnBox {
		max-width: 400px;
		margin-top: 40px;
	}

	.commonLimited__btnWrap {
		width: 100%;
	}

	.commonLimited__btn {
		height: 80px;
	}

	.commonLimited__btn .ja {
		font-size: 17px;
		line-height: 1.5;
	}
	.commonLimited__btn .en {
		font-size: 12px;
	}
}

/* commonAnnotation
---------------------------------------------- */
.commonAnnotation {
  max-width: 800px;
  background-color: rgb(255 255 255 / .9);
  border: 1px solid #b52d44;
  margin-top: 40px;
  padding: 20px;
}
.commonAnnotation__text {
  color: #b52d44;
  font-size: clamp(14px, 0.79rem + 0.17vw, 16px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .commonAnnotation {
    margin-top: 20px;
    padding-block: 15px;
  }
  .commonAnnotation__text {
    text-align: justify;
  }
}

/* lower
---------------------------------------------- */
.kv {
  position: relative;
  z-index: 0;
}

.kv__title {
  position: absolute;
  top: calc(100 / 1920 * 100%);
  left: calc(100 / 1920 * 100%);
  color: rgb(255 255 255 / .8);
  font-size: clamp(40px, 1.29rem + 5.18vw, 120px);
  font-weight: 500;
  overflow: hidden;
  z-index: 2;
}
.kv__title .en {
  display: inline-block;
  padding-bottom: 0.1em;
  transform: translateY(105%);
  overflow: hidden;
  transition: .6s cubic-bezier(0, 0.95, 0.22, 1);
}
.kv.loaded .kv__title .en {
  transform: translateY(0);
}
/* .kv__title .en span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.kv.loaded .kv__title .en span {
  animation: splitTxt .5s cubic-bezier(0.19, 1, 0.22, 1) both;
}

@keyframes splitTxt {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */

.kv__img {
  transition: .7s cubic-bezier(0, 0.59, 0, 0.98);
  clip-path: inset(0 100% 0 0);
}
.loaded .kv__img {
  clip-path: inset(0);
}

.kv__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  opacity: .1;
  transition: .8s .2s cubic-bezier(0, 0.59, 0, 0.98);
  z-index: 1;
}
.loaded .kv__img::before {
  width: 100%;
}

.kv02 {
  position: relative;
  background : linear-gradient(135deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  padding-block: 130px;
  z-index: 0;
}

.kv02__title {
  color: rgb(255 255 255 / .8);
  font-size: clamp(40px, 1.29rem + 5.18vw, 120px);
  font-weight: 500;
  overflow: hidden;
  text-align: center;
}
.kv02__title .en {
  display: inline-block;
  transform: translateY(105%);
  overflow: hidden;
  transition: .6s cubic-bezier(0, 0.95, 0.22, 1);
}
.kv.loaded .kv02__title .en {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .kv__title {
    top: calc(30 / 375 * 100%);
    left: calc(30 / 375 * 100%);
  }

  .kv02 {
    padding-block: 50px;
  }
}

.lowerIntro {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 244, 113, 1) 0%, rgba(116, 216, 255, 1) 50%, rgba(47, 247, 229, 1) 100%);
  padding-block: clamp(50px, 1.91rem + 5.18vw, 130px);
  overflow: hidden;
  z-index: 0;
}
.lowerIntro::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.5);
  width: calc(1400 / 1920 * 100%);
  aspect-ratio: 1;
  background-color: rgb(255 255 255 / .5);
  border-radius: 100%;
  opacity: 0;
  filter: blur(10px);
  transition: 1.2s cubic-bezier(0, 0.59, 0, 0.98);
  z-index: 0;
}
.lowerIntro.inview::before {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}

.lowerIntroCopy {
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lowerIntro::before {
    width: calc(350 / 375 * 100%);
  }
}

.page__title {
  font-size: clamp(22px, 0.62rem + 1.56vw, 40px); /* 769 - 1920 */
  line-height: 1.4;
  text-align: center;
}


/* テンプレートから上書き
---------------------------------------------- */
.pageHeading {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-block: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pageHeading {
    font-size: 11px;
    text-align: left;
  }
}
/*----------------------------------------------------------------------
  common
----------------------------------------------------------------------*/
/* .pageHeader--wrap:after {
  content: none;
}
@media screen and (max-width: 1000px) {
  .container--view {
    width: 90%;
    padding: 0;
  }
} */

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
/* .pageHeader {
  font-family: YakuHanJP,'Noto Sans JP',sans-serif;
  font-weight: 300;
  transition: .4s ease-out;
}

.pageHeader.is-hide {
  transform: translateY(-100%);
}

.cv--top {
  display: none;
}

.navi--menu .navi__item:last-of-type {
  width: 100%;
  border-right: none;
}

.navi__item--coming a {
  pointer-events: none;
  opacity: 0.4;
}

@media screen and (max-width: 1180px) {
  .pageHeader__logo {
    min-width: 346px;
  }
}

@media screen and (max-width: 970px) {
  .pageHeader__logo {
    min-width: 230px;
    margin: 0;
  }
}

@media screen and (max-width: 850px) {
  .pageHeader {
    min-height: 57px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .pageHeader {
    transform: translateY(0);
  }

  .pageHeader__inner {
    padding: 0;
  }

  .pageHeader__col {
    height: 100%;
    align-items: center;
  }

  .pageHeader__logo {
    width: 75%;
    height: auto;
  }

  .pageHeader__logo img {
    max-height: 50px;
  }

  .pageHeader__inner {
    height: 112px;
  }

  .pageHeader__col {
    height: 100%;
    align-items: center;
  }

  .container--btn--cv {
    row-gap: 10px;
    max-width: 250px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 450px) {
  .pageHeader__col {
    margin: 13px auto;
  }

  .pageHeader__inner {
    height: 57px;
  }

  .pageHeader__logo {
    max-width: calc(100% - 70px);
  }
} */

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.holiday {
    width: fit-content;
    color: #B81C22;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #B81C22;
    margin-inline: auto;
    padding: 20px;
    text-align: center;
}
.holiday__text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
  .holiday {
    width: 100%;
    max-width: 400px;
    padding: 15px 10px;
  }
  .holiday__text {
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* .container--btn--cv a {
  background: #E88F42;
  border: 1px solid #E88F42;
}
.container--btn--cv a:hover {
  background: #fff;
  color: #E88F42;
}

.container--btn--cv a:hover .svg-fill {
  fill: #E88F42;
}

.pageFooter__contact .contact__tel .icon {
  width: 72px;
}

.pageFooter__group {
  font-family: YakuHanJP,'Noto Sans JP',sans-serif;
}

.bnr__txt {
  line-height: 1.6;
}

.pageFooter__seller {
  margin: 30px auto;
}

.pageFooter__seller .seller {
  margin: 0 auto;
}

.pageFooter__seller .seller .seller__item {
  margin: 0 40px 0 0;
}

.pageFooter__seller .seller .seller__item:nth-of-type(1) a {
  max-width: 309px;
}

.pageFooter__seller .seller .seller__item:nth-of-type(2) a {
  max-width: 280px;
  padding-bottom: 10px;
}

.pageFooter__seller .seller .seller__item:nth-of-type(1) a img {
  width: 309px;
}

.pageFooter__seller .seller .seller__item:nth-of-type(2) a img {
  width: 280px;
}

.pageFooter__note .note {
  font-family: YakuHanJP,'Noto Sans JP',sans-serif;
}

@media screen and (max-width: 768px) {
  .pageFooter__cv {
    padding-bottom: 0;
  }

  .pageFooter__seller .seller .seller__item {
    width: 90%;
    margin-right: 0;
  }
  .pageFooter__seller .seller .seller__item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .pageFooter__seller .seller .seller__item:nth-of-type(1) a,
  .pageFooter__seller .seller .seller__item:nth-of-type(2) a {
    max-width: 90%;
    margin: 0 auto;
  }

  .pageFooter__seller .seller .seller__item:nth-of-type(1) a img,
  .pageFooter__seller .seller .seller__item:nth-of-type(2) a img {
    width: 100%;
  }

  .container--btn--cv a {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .container--btn--cv a {
    margin: 0;
  }

  .pageFooter__contact dd.hours {
    font-size: 11px;
  }
} */

/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 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, 20px, 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, -20px, 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(30px,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(-30px,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;
	}
}
