@charset "utf-8";


/* ==========================================================
 reset
========================================================== */
body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,th,td,button,figure,figcaption {margin: 0;padding: 0;}
input,textarea {margin: 0;font-size: 100%;}
textarea {resize: none;}
button {overflow: visible;cursor: pointer;vertical-align: top;font-size: 100%;color: inherit;border: none;background: none;-webkit-appearance: none;appearance: none;outline: none;}
button:focus-visible {outline: auto;}
label {cursor: pointer;}
table {border-spacing: 0;border-collapse: collapse;font-size: 100%;}
fieldset {border: 0;}
h1,h2,h3,h4,h5,h6,strong,b,address,caption,code,em,th,i {font-size: 100%;font-weight: normal;font-style: normal;}
ol,ul {list-style: none;}
ul li, ol li {list-style-type: none;}
sub {vertical-align: baseline;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
sup,sub {font-size: 60%;}
img {width: 100%;max-width: 100%;height: auto;vertical-align: top;border: 0;}
svg {width: 100%;max-width: 100%;vertical-align: bottom;fill: currentColor;}
a,a:hover {text-decoration: none;}


/* ==========================================================
 root font-size
========================================================== */
html{
	font-size: 10px;
}
@media screen and (max-width: 1680px){
	html{font-size: 0.595238095238095vw;}
}
@media screen and (max-width: 1185px){
	/*14px → min 10px*/
	html{font-size: 7.142857142857143px;}
}
@media screen and (max-width: 768px){
	html{font-size: 14px;}
}
@media screen and (max-width: 560px){
	/*font-size:10px 10 / 380 */
	html{font-size: 2.631578947368421vw;}
}



/* ==========================================================
 template style
========================================================== */
:root {
	--vw: 0;
	--header-height: 110px;
	--actionbtn-height: 0px;
	--window-half-width: 50vw;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--leading-trim: 0px;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--black: #000;
	--black-rgb: 0, 0, 0;
	--global-color: 0;
	--lvh-fixed: 1lvh;
	/* 背景 */
	--background-base: transparent;
	--green: #32411e;
	--green-rgb: 50, 65, 30;
	/* スマホ固定ボタン */
	--fixbuttonHeight: 50px;
}
@media screen and (max-width: 1200px) {
	:root {
		--header-height: 0;
		--actionbtn-height: 0;
	}
}
@supports not (top: 1lh) {
  :root {
		--leading-trim: 0px;
  }
}
html{
	/*scroll-behavior: smooth;*/
	scroll-padding-top: var(--header-height);
} 
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-family: sans-serif;*/
	font-family: serif;
	background-color: #e5e2d8;
}
/*html,body {
  overflow: clip;
  scrollbar-gutter: stable;
  overflow: revert;
  scrollbar-gutter: revert;
}*/
/* Firefox */
/*@-moz-document url-prefix() {
  html,
  body {
    scrollbar-gutter: revert;
  }
}*/
body * { box-sizing: border-box; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
.wrapper { position:relative;overflow: clip;}
.sp-bl,.sp-il,.tablet-bl { display:none !important; }
@media (any-hover: hover){
.opa { transition: opacity 0.5s ease-in-out; }
.opa:hover { opacity: 0.7 !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; }
.cf::before,.cf::after { content: ""; display: table; }
.cf::after { clear: both; }
.cf { zoom: 1; }
.ff{ text-align: justify; text-justify: inter-ideograph;}
.vText{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;text-orientation: upright;}
.vTextEn{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;text-orientation: mixed;}
.inner {max-width: 1520px;width: 90%;margin-inline: auto;position:relative;}
.inner2 {max-width: 1520px;width: 90%;margin-inline: auto;position:relative;}
.outer{width:100%;max-width:1920px;margin-inline: auto;position:relative;}
.fit-cover{overflow: clip;}
.fit-cover img{object-fit: cover;object-position: center center;height: 100%;width: 100%;}
i,em{ font-style: normal; }
b {font-weight: bold;}
sup{font-size: 10px; vertical-align: text-top; letter-spacing: 0;}
.flex{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.flex.nowrap{ flex-wrap: nowrap; }
.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; }
.flex.fd-cl{ flex-direction: column; }
.flex.fd-rr{ flex-direction: row-reverse; }
.grid {display: grid;}
.grid.jc-s { justify-content: start; }
.grid.jc-e { justify-content: end; }
.grid.ai-s { align-items: start; }
.grid.ai-c { align-items: center; }
.grid.ai-e { align-items: end; }
.grid.ai-st { align-items: stretch; }
@media screen and (max-width:768px) {
	.pc { display:none !important; }
	.sp-bl { display:block !important; }
	.sp-il { display:inline !important; }
	.inner { width: calc(340 / 380 * 100%); max-width: 560px;}
	.inner2 { width: calc(320 / 380 * 100%); max-width: 560px;}
	sup{font-size: 8px;}
}


/* tips */
.swiper .swiper-wrapper { transition-timing-function: linear;}
.gradationText * {display: inline-block;line-height: 1.2;margin-bottom: -.1em;background: linear-gradient(90deg, rgba(228, 203, 172, 1) 0%, rgba(153, 135, 112, 1) 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.safari-fix {transform: translateZ(0.1px); -webkit-transform: translateZ(0.1px);will-change: transform, opacity;-webkit-backface-visibility: hidden;backface-visibility: hidden;image-rendering: -webkit-optimize-contrast;}


/* フォント */
.wf-cormorant-n4-active .cormorant {
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
  /*
  Light 300
  Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}
.wf-cormorantinfant-n4-active .infant {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
  /*
  Light 300
  Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}
.wf-ebgaramond-n4-active .garamond {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
  /*
  Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	*/
}
.wf-waterfall-n4-active .waterfall {
	font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
  /*
  Regular 400
	*/
}
.wf-notosansjp-n4-active .notosans {
	/*font-family: YakuHanJP, 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	/*font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.wf-notoserifjp-n4-active .notoserif {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
}
/*
@font-face{
	font-family: "font-family";
	src: url(fontfail.woff2) format('woff2');
	font-style: normal;
	font-display: swap;
}
.font-family {
	font-family: "font-family";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
*/





/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
body ／ main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body {
	color: #333333;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-x: clip;
	font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 400;
  /*
  Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}
/*
.main {
	position: relative;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-x: clip;
}
.main img {
  width: 100%;
  max-width: 100%;
}
.main svg {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  fill: currentColor;
}
.main em {
  font-style: normal;
  font-weight: inherit;
}
*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cursor-pointer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cursor-pointer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  transform: scale(0);
  width: 120px;
  height: 60px;
  margin: -30px 0 0 -60px;
  background: url('../img/common/icon_cursor.svg') no-repeat center center/cover;
  transition: transform .3s,opacity .3s,visibility .3s;
  pointer-events: none;
}
.cursor-pointer.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cursor-none ,
.cursor-none * {
	cursor: none;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
caption
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.photo,.figure {
	position: relative;
}
.p-caption,.f-caption {
	position: absolute;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 3px 6px;
	/*letter-spacing: .01em;*/
	letter-spacing: 0;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.p-caption.wt,.f-caption.wt {
	color: #fff;
	font-weight: 500;
	padding: 6px 10px 6px;
}
.p-caption.pale,.f-caption.pale {
	opacity: .5;
}
.p-caption.pwt,.f-caption.pwt {
	color: #fff;
	transform: translateY(110%);
	font-size: 11px;
}
.p-caption.bt,.f-caption.bt {
	color: var(--black);
	padding: 0 10px 6px;
}
.p-caption.gt,.f-caption.gt {
	color: #999;
	padding: 0 10px 6px;
}
.p-caption.pbt,.f-caption.pbt {
	color: var(--black);
	transform: translateY(110%);
}
.p-caption.w,.f-caption.w {
	color: rgba(255,255,255,1);
	padding: 3px 4px 3px;
	background: rgba(0,0,0,.6);
}
.p-caption.b,.f-caption.b {
	/*color: var(--black);*/
	color: var(--black);
	padding: 3px 4px 1px;
	background: rgba(255,255,255,.7);
}
.p-caption.ow,.f-caption.ow {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	display: block;
	position: static;
	margin-top: 10px;
	padding: 0;
}
.p-caption.ob,.f-caption.ob {
	color: var(--black);
	/*color: #666666;*/
	font-size: 11px;
	line-height: 1.2;
	display: block;
	position: static;
	margin-top: 10px;
	padding: 0;
}
.p-caption.s,.f-caption.s {
	text-shadow: 0 0 3px rgba(0, 0, 0, .2), 2px 0 3px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .2), 2px 0 3px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .2);
}
.p-caption.bt.s,.f-caption.bt.s {
	text-shadow: 0 0 3px rgba(255, 255, 255, .2), 2px 0 3px rgba(255, 255, 255, .2), 0 2px 3px rgba(255, 255, 255, .2), 0 0 3px rgba(255, 255, 255, .2), 2px 0 3px rgba(255, 255, 255, .2), 0 2px 3px rgba(255, 255, 255, .2);
}
.p-caption.l,.f-caption.l {
	right: auto;
	left: 0;
	text-align: left;
}
.p-caption.tb,.f-caption.tb {
	bottom: 30px;
}
.p-caption.op,.f-caption.op {
	opacity: .7;
	color: #d9ddd9;
}
.p-caption small.bl,.f-caption small.bl {
	display: block;
}
.p-caption.thin,.f-caption.thin{
	background: rgba(0,0,0,.13);
}
@media screen and (max-width:768px) {
	.p-caption,.f-caption {
		font-size: 8px;
		padding: 3px 5px;
	}
	.p-caption.wt,.f-caption.wt {
		padding: 3px 5px 3px;
	}
	.p-caption.bt,.f-caption.bt {
		padding: 3px 5px 3px;
	}
	.p-caption.gt,.f-caption.gt {
		padding: 3px 5px 3px;
	}
	.p-caption.ow,.f-caption.ow,
	.p-caption.ob,.f-caption.ob{
		font-size: 10px;
		margin-top: 5px;
	}
	.p-caption.tb,.f-caption.tb {
		bottom: 20px;
	}
}





/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
common__note
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.common__note{
	padding-top: 70px;
	padding-bottom: 70px;
}
.common__note__list {
	max-width: 1200px;
}
.common__note__item{
	font-size: 11px;
	line-height: 1.545454545454545;
	letter-spacing: .02em;
	color: #5c5c5c;
	font-weight: 400;
	word-break: break-all;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px){
	.common__note{
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.common__note__list {
		max-width: 560px;
	}
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
modal
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.modal {
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal[aria-hidden="true"] {
  animation: modal-close .5s;
}
.modal[aria-hidden="false"] {
  animation: modal-open .5s;
}
@keyframes modal-open{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
@keyframes modal-close{
  0%{ opacity: 1; }
  100%{ opacity: 0; }
}
@keyframes modal-fadeIn{
  0%{ opacity: 0;transform:translateY(5%); }
  100%{ opacity: 1;transform:translateY(0%); }
}
@keyframes modal-fadeOut{
  0%{ opacity: 1;transform:translateY(0%); }
  100%{ opacity: 0;transform:translateY(5%); }
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}
.modal-container {
  position: relative;
  max-width: 1500px;
  width: 90%;
  /* modal-closeのサイズで調整 */
  max-height: calc(100% - 60px);
  margin: 0 auto;
  /*padding: 60px 0;*/
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  overflow: auto;
  z-index: 2;
}
.modal[aria-hidden="true"] .modal-container {
  animation: modal-fadeOut .5s;
}
.modal[aria-hidden="false"] .modal-container {
  animation: modal-fadeIn .5s;
}
.modal-content {
  position: relative;
}
.modal-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: calc(50 / 1500 * 100%);
  margin-right: calc(50 / 1500 * 100%);
  width: calc(56 / 1500 * 100%);
  height: calc(56 / 1500 * 100%);
  color: transparent;
  /*border: 10px solid transparent;*/
  /*background: rgba(0, 0, 0, 0);*/
  background: transparent;
  cursor: pointer;
  z-index: 3;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  /*background: #fff;*/
  background: rgba(var(--black-rgb), .8);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-open {
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
.modal-open:focus-visible {
  outline: auto;
}
@media screen and (max-width: 1800px) {
	.modal-container {
	  /* modal-closeのサイズで適宜調整 */
	  max-height: calc(100% - 220px);
	}
}
@media screen and (max-width: 768px) {
	.modal-container {
		width: calc(340 / 380 * 100%);
		/* modal-closeのサイズで調整 */
		max-height: calc(100% - 120px);
		/*padding: 30px 0;*/
		padding: 0;
	}
  .modal-close {
  	margin-top: 20px;
	  margin-right: 20px;
	  width: 36px;
	  height: 36px;
	}
	.modal-close::before,
	.modal-close::after {
    height: 3px;
  }
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swipeIcon
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.js-scroll--target{ position: relative;}
.swipebox { display: none; }
@media screen and (max-width: 768px) {
  .js-scroll--target{
    overflow-x: auto;
  }
  .swipebox {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../img/common/img_swipe.svg) no-repeat center/208px auto,rgba(0, 0, 0, .7);*/
    background: url(../img/common/img_swipe2.svg) no-repeat center/280px auto,rgba(0, 0, 0, .5);
    pointer-events: none;
    /*animation: swipeIcon 1.5s ease-in-out infinite;*/
  }
  .is-swipe .swipebox{
    display: none;
  }
}
@keyframes swipeIcon {
  0% { transform:translate(-5%,0); }
  50% { transform:translate(5%,0); }
  100% { transform:translate(-5%,0); }
}
.modal-swipe-btn { display: none; }
@media screen and (min-width: 769px){
  .scroll-modal .modal-container {
  	max-width: 1920px;
  }
  .scroll-modal .modal-close {
    margin-top: 20px;
    margin-right: 20px;
    width: 56px;
    height: 56px;
  }
  .scroll-modal .modal-close::before,
  .scroll-modal .modal-close::after {
  	background: rgba(var(--black-rgb), .8);
  }
}
@media screen and (max-width: 768px) {
	.modal-swipe-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		height: 35px;
		cursor: pointer;
		pointer-events: auto;
		background: url(../img/common/btn_modal_swipe.svg) no-repeat center center/cover;
		z-index: 1;
	}
	.scroll-modal .modal-close {
    margin-top: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .scroll-modal .modal-close::before,
  .scroll-modal .modal-close::after {
  	background: rgba(var(--black-rgb), .8);
  }
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
tab
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.tab{
	position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
.tab:focus-visible {
    outline: auto;
}
.tabpanel{
	display: none;
	position: relative;
}
.tabpanel.active{
	display: block;
	animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swiper
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* スライド */
.swiper-button-next, .swiper-button-prev {
  width: 48px;
  --swiper-navigation-size: 48px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="14" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"><path d="M0 7L16 14L11.7334 7L16 0L0 7Z" fill="%23151515"/></svg>') no-repeat center/calc(16 / 48 * 100%) auto rgba(var(--color-white), .8);
  transition: background-color .3s ease-out;
  position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	width: 100%;
	padding: 0;
}
.swiper-button-next:focus-visible ,
.swiper-button-prev:focus-visible {
    outline: auto;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
@media (any-hover: hover){
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(var(--color-white), 1);
  }
}






/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
animation photo
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@keyframes maskPhoto{ from{ clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); } to{ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }
.js-maskPhoto{ visibility: hidden; }
.js-maskPhoto.active{ animation-name: maskPhoto; animation-fill-mode:both; animation-duration:2.0s; animation-timing-function: cubic-bezier(.115,.405,.24,1); visibility: visible !important; }
.js-effectphoto{
	position: relative;
  opacity: 0;
  transition: 1s opacity cubic-bezier(.40,.575,.565,1);
}
.js-effectphoto.active {
	opacity: 1;
  transition: 1.9s opacity cubic-bezier(.40,.575,.565,1);
}
.js-effectphoto::after,
.js-effectphoto::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  transition: 1.7s opacity cubic-bezier(.39,.575,.565,1),1.8s width cubic-bezier(.215,.61,.355,1);
}
.js-effectphoto:before {
  background-color: rgba(255,255,255,.1);
  transition-delay: .3s;
}
.js-effectphoto.active:after,
.js-effectphoto.active:before {
	width: 0;
	opacity: 0;
}
.js-parallax-wrap {
	width: 100%;
	overflow: clip;
	display: flex;
	align-items: center;
	justify-content: center;
}
.js-parallax ,
.js-parallax-reverse {
	/*transform: scale(1.1);*/
	transform: scale(1.3);
}
.js-animeImage {
	mask-image: linear-gradient(90deg, #fff, #fff, transparent);
	mask-repeat: no-repeat;
	mask-size: 200% 100%;
	mask-position: top 0% right -100%;
	/*transition: mask-position .75s cubic-bezier(.40,.575,.565,1);*/
}
@media screen and (max-width: 768px) {
	.js-parallax ,
	.js-parallax-reverse {
		transform: scale(1.2);
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
animation text
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.js-translateText {
	overflow: clip;
}
.js-translateText span {
	display: inline-block;
	transform: translateY(70%);
	opacity: 0;
}

.js-textFadeDoor {
  display: inline-block !important;
  overflow: hidden;
  transform-origin: top right;
  perspective: 1000px;
}

.js-textFadeDoorSpan {
  display: block;
  opacity: 0;
  will-change: transform, opacity;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Universal animation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.fi-u, .fi-d, .fi, .fi-r, .fi-l, .fi-b { visibility: hidden; }
.fi-u-stagger > * { opacity: 0; filter: blur(20px); translate: 0 20px; }

/* fade in */
@keyframes fadeIn { from{ opacity: 0;filter: blur(20px); } to{ opacity: 1;filter: blur(0); } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 2s; 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.faded { animation-name: fadeInUp; animation-fill-mode: both; animation-duration: 2s; 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.faded { animation-name: fadeInDown; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

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

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

/* fade blur */
@keyframes fadeBlur { from{ opacity: 0; transform: translate3d(0, 20px, 0);filter:blur(5px); } to{ opacity: 1; transform: none;filter:blur(0px); } }
.fi-b.faded { animation-name: fadeBlur; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }







/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Unique style
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*  swiper - SP only
--------------------------------------------------*/
@media screen and (min-width: 769px){
	:root .common-slide__control {
		display: none;
	}
}
@media screen and (max-width:768px) {
	:root .common-slide__control {
		position: relative;
		margin-top: 2.5rem;
		z-index: 1;
	}
	:root .common-slide__control .swiper-button-prev,
	:root .common-slide__control .swiper-button-next{
	  transition: none;
	  cursor: pointer;
	  background: none;
	}
	:root .common-slide__control .swiper-button-prev{
	  position: relative;
	  left: auto;
	  top: auto;
	  transform: translate(0,0);
	  width: 12px;
	  height: auto;
	  margin: 0;
	  background: none;
	  pointer-events: auto;
	}
	:root .common-slide__control .swiper-button-next{
	  position: relative;
	  right: auto;
	  top: auto;
	  transform: translate(0,0);
	  width: 12px;
	  height: auto;
	  margin: 0;
	  background: none;
	  pointer-events: auto;
	}
	:root .common-slide__control .swiper-button-prev:after,
	:root .common-slide__control .swiper-button-next:after{
	  display: none;
	}
	:root .common-slide__control .swiper-button-disabled {
	  opacity: .6;
	}
	:root .common-slide__control .swiper-pagination {
	  position: relative;
	  left: auto;
	  right: auto;
	  bottom: auto;
	  width: fit-content;
	  border-radius: 0;
	  line-height: 1;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 0;
	  gap: 5px;
	}
	:root .common-slide__control .swiper-pagination-bullet {
	  width: 7px;
	  height: 7px;
	  margin: 0;
	  top: auto;
	  position: relative;
	  display: block;
	  border-radius: 50%;
	  background: #b6c8d2;
	  pointer-events: auto;
	  opacity: 1;
	}
	:root .common-slide__control .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  background: #609b9b;
	}
}



/*  masked-photo（波紋アニメーション用）
--------------------------------------------------*/
/*
<a href="masked-photo__link">
  <figure class="masked-photo">
    <img src="img_mask.jpg" alt="">
    <img class="masked-img" src="img_mask.jpg" alt="">
    <figcaption class="f-caption wt"></figcaption>
  </figure>
</a>
*/
.masked-photo {
	overflow: clip;
}
.masked-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.masked-img {
	position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(0 at center center);
  transform: scale(.75);
  height: 100%;
  width: 100%;
  overflow: clip;  
}
@media (any-hover: hover){
	.masked-photo__link:hover .masked-img {
		clip-path: circle(65% at center center);
	  transition: clip-path 1s ease-in-out,transform 1s ease-in-out;
	  transform: scale(1);
	}
}




/*  共通ボタン
--------------------------------------------------*/
.commonBtn-wrap {
  gap: 30px; 
}
.commonBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 8.0rem;
  font-size: 2.0rem;
  line-height: 1.45;
  color: var(--white);
  text-align: center;
  padding-bottom: .1em;
}
.commonBtn--limited {
  background: linear-gradient(90deg, rgba(118, 62, 38, 1) 0%, rgba(159, 120, 103, 1) 50%, rgba(118, 62, 38, 1) 100%);
}
.commonBtn--inquiry {
	background: linear-gradient(90deg, rgba(79, 56, 0, 1) 0%, rgba(132, 116, 76, 1) 50%, rgba(79, 56, 0, 1) 100%);
}
@media screen and (max-width: 768px){
  .commonBtn-wrap {
    gap: 20px; 
  }
  .commonBtn {
    height: 6.0rem;
    font-size: 1.8rem;
  }
}




/*  header
--------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding-inline: 30px 120px;
  z-index: 10000;
}
.header-logo { 
  position: relative;
  width: min(calc(494 / 1200 * 100%), 494px);
  filter: invert(0%);
  transition: filter .3s ease;
  z-index: 9;
}
.header-logo[data-logo="dark"] {
  filter: invert(100%);
}
.header-logo img {
	opacity: 0;
	transition: opacity .3s linear .2s;
}
.loaded .header-logo img {
	opacity: 1;
}
/*.header-logo::before {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: calc(100% + 6.0rem);
  height: 100%;
  filter: blur(40px);
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}*/
.header-cv {
	width: 280px;
	height: 60px;
}
.header-cv__btn {
	height: 60px;
	font-size: 20px;
}
.menu-trigger {
  position: fixed;
  top: 40px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  outline: none;
  background: rgba(204,204,204,0.4);
  transition: background-color 0.8s ease;
  z-index: 10;
}
.menu-trigger span {
  display: block;
  position: absolute;
  inset: 0;
  margin-inline: auto;
  width: 40px;
  height: 1px;
  background: #333;
  pointer-events: none;
  transform-origin: center center;
  transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1),transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-trigger span:nth-child(1) { top: 25px; }
.menu-trigger span:nth-child(2) { top: 34px; }
.menu-trigger[aria-expanded="true"] span:nth-child(1) { 
  top: 29.5px; 
  transform: rotate(-30deg);
}
.menu-trigger[aria-expanded="true"] span:nth-child(2) { 
  top: 29.5px; 
  transform: rotate(30deg);
}
.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  height: 100dvh;
  background: var(--green);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: clip-path 1.3s cubic-bezier(0.19, 1, 0.22, 1), visibility 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  z-index: 8;
}
.header-nav.is-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  visibility: visible;
  pointer-events: auto;
}
.header-nav__inner {
  position: relative;
  min-height: 100dvh;
  padding-block: 160px 120px;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.header-nav__list { 
  /*margin-bottom: 16.0rem;*/
  margin-bottom: 6.0rem;
}
.header-nav__list__item a {
  position: relative;
  display: block;
  color: var(--white);
  padding: 20px calc(80 / 640 * 100%);
}
.header-nav__list__item.soon a {
  pointer-events: none;
  cursor: default;
}
.header-nav__list__item a::before {
  content: '';
  position: absolute;
  inset: 0;
  /*width: 100%;*/
  height: 100%;
  background: linear-gradient(-90deg, #687649 0%, #8c9675 100%);
  width: 0;
  z-index: -1;
}
.header-nav__list__item__ttlEn {
  font-size: 25px;
  margin-bottom: 8px;
}
.header-nav__list__item.soon a .header-nav__list__item__ttlEn {
  opacity: .4;
}
.header-nav__list__item__ttlJp {
  font-size: 12px;
  color: #cccccc;
  font-weight: 700;
}
.header-nav__list__item.soon a .header-nav__list__item__ttlJp {
  opacity: .4;
}
.header-nav__list__item__arrow {
  position: absolute;
  right: calc(80 / 640 * 100%);
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 1px;
  background: var(--white);
}
.header-nav__list__item.soon a .header-nav__list__item__arrow {
  width: fit-content;
  height: auto;
  background: transparent;
}
.header-nav__list__item__arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 4.5px;
  height: 4.5px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}
.header-nav__list__item.soon a .header-nav__list__item__arrow::after {
  content: 'Coming Soon';
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  border-top: none;
  border-right: none;
  transform: none;
  font-size: 20px;
  color: var(--white);
  text-align: right;
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
  opacity: .4;
}
.header-nav__actions {
  padding-inline: calc(80 / 640 * 100%);
  gap: 20px; 
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white-rgb),0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s;
  cursor: pointer;
  z-index: 7;
}
.header-nav.is-active + .nav-overlay {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover){
	.header-nav__list__item a::before {
	  transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.header-nav__list__item a:hover::before {
	  width: 100%;
	  transition: width 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	}
}
@media screen and (max-width: 768px){
	.l-header {
	  height: 80px;
	  padding-inline: 10px;
	}
	.header-logo { 
	 	width: min(calc(253 / 360 * 100%), 400px);
    z-index: 8;
	}
	.header-cv {
		display: none;
		visibility: hidden;
	}
	.menu-trigger {
	  top: 10px;
	  right: 10px;
	}
	.header-nav__inner {
	  padding-block: 95px 60px;
	}
	.header-nav__list { 
	  /*margin-bottom: 7.0rem;*/
	  margin-bottom: 5.0rem;
	}
	.header-nav__list__item a {
	  padding: 13px calc(30 / 380 * 100%);
	}
	.header-nav__list__item__ttlEn {
	  font-size: 18px;
	  margin-bottom: 5px;
	}
	.header-nav__list__item__ttlJp {
	  font-size: 10px;
	}
	.header-nav__list__item__arrow {
	  right: calc(30 / 380 * 100%);
	}
	.header-nav__list__item.soon a .header-nav__list__item__arrow::after {
	  font-size: 14px;
	}
  .header-nav__actions { 
    padding-inline: calc(30 / 380 * 100%);
    gap: 10px; 
  }
  .header-nav__actions__btn {
  	height: 5.0rem;
	}
}




/*  l-kv
--------------------------------------------------*/
.l-kv {
	position: relative;
	width: 100%;
	/*height: 100lvh;*/
	height: 100.0rem;
	z-index: 1;
}
.l-kv::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #e5e2da;
	transition: all 1s linear;
	pointer-events: none;
	mask-image: linear-gradient(90deg, transparent, var(--white), var(--white));
	mask-repeat: no-repeat;
	mask-size: 200% 100%;
	mask-position: left 100% top 0%;
	transition: mask-position 1s linear;
	z-index: 1;
}
.subLoaded .l-kv::after {
	mask-position: top 0% left -100%;
}
.kv-photo {
	width: 100%;
	height: 100%;
	overflow: clip;
}
.kv-photo__item {
	width: 100%;
	height: 100%;
}
.kv-photo__item img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.kv-detail {
	position: absolute;
	inset: auto 0 10.0rem;
	width: 100%;
	margin-inline: auto;
	text-align: center;
	opacity: 0;
	transition: opacity 1s linear 1s;
}
.subLoaded .kv-detail {
	opacity: 1;
}
.kv-detail__ttlEn {
	font-size: 16.0rem;
	filter: drop-shadow(0 0 10px rgba(var(--black-rgb), 1.0));
}
.kv-detail__ttlEn span {
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(196, 184, 160, 1) 11.61%, rgba(255, 255, 255, 1) 25.3%, rgba(192, 179, 154, 1) 38.4%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50.1%, rgba(196, 184, 160, 1) 61.61%, rgba(255, 255, 255, 1) 75.3%, rgba(192, 179, 154, 1) 88.4%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  background-size: 200% auto;
  animation: shine 9s cubic-bezier(.40,.575,.565,1) infinite;
}
.kv-detail__ttlJp {
	font-size: max(14px,2.0rem);
	letter-spacing: .1em;
	color: rgba(var(--white-rgb), .78);
	filter: drop-shadow(0 0 10px rgba(var(--black-rgb), 1.0));
	margin-top: 2.0rem;
}
@keyframes shine {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
@media screen and (max-width: 768px){
	.l-kv {
		height: 48.0rem;
	}
	.kv-detail {
		inset: auto 0 10.0rem;
	}
	.kv-detail__ttlEn {
		font-size: 5.0rem;
		filter: drop-shadow(0 0 10px rgba(var(--black-rgb), 1.0));
	}
	.kv-detail__ttlJp {
		font-size: 1.4rem;
		margin-top: 2.0rem;
	}
}




/*  l-kv
--------------------------------------------------*/
.l-subKv {
	padding-block: 16.0rem 7.5rem;
}
.subKv-ttlEn {
	font-size: 16.0rem;
	color: #c1c0ab;
	text-align: center;
	margin-bottom: 4.5rem;
}
.subKv-ttlJp {
	font-size: 2.0rem;
	text-align: center;
}
@media screen and (max-width: 768px){
	.l-subKv {
		padding-block: 10.0rem 4.5rem;
	}
	.subKv-ttlEn {
		font-size: 5.0rem;
		margin-bottom: 2.7rem;
	}
	.subKv-ttlJp {
		font-size: 1.4rem;
	}
}



/*  ENタイトル＆JPタイトル＆JP説明文
--------------------------------------------------*/
.common-contentsHead {
	margin-bottom: 2.5rem;
}
.common-contentsHead[data-whidth="1200"] {
	max-width: 1200px;
}
.common-contentsHead__ttlEn {
	margin-bottom: .5rem;
	margin-left: calc(-45 / 1520 * 100%);
}
.common-contentsHead[data-whidth="1200"] .common-contentsHead__ttlEn {
	margin-left: calc(-45 / 1200 * 100%);
}
.common-contentsHead__ttlEn img {
	/*width: min(100%,calc(var(--ttlEnWidth) * 1px));*/
	width: calc(var(--ttlEnWidth) / 1520 * 100%);
}
.common-contentsHead[data-whidth="1200"] .common-contentsHead__ttlEn img {
	width: calc(var(--ttlEnWidth) / 1200 * 100%);
}
.common-contentsHead__heading {
	position: relative;
}
.common-contentsHead__heading__ttl {
	position: relative;
	font-size: 2.4rem;
	line-height: 2.16666667;
	padding-left: 7.0rem;
}
.common-contentsHead__heading__ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1em;
	width: 5.0rem;
	height: 1px;
	background-color: #333333;
}
.common-contentsHead__heading__desc {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 2.0rem;
}
.common-contentsHead__heading__ttl + .common-contentsHead__heading__desc {
	margin-top: .5rem;
}
@media screen and (max-width: 768px){
	.common-contentsHead {
		margin-bottom: 2.5rem;
	}
	.common-contentsHead[data-whidth="1200"] {
		max-width: 560px;
	}
	.common-contentsHead__ttlEn {
		margin-bottom: 2.5rem;
		margin-left: calc(-15 / 320 * 100%);
	}
	.common-contentsHead[data-whidth="1200"] .common-contentsHead__ttlEn {
		margin-left: calc(-15 / 320 * 100%);
	}
	.common-contentsHead__ttlEn img {
		width: calc(calc(var(--ttlEnWidth) * 0.69) / 320 * 100%);
	}
	.common-contentsHead[data-whidth="1200"] .common-contentsHead__ttlEn img {
		width: calc(calc(var(--ttlEnWidth) * 0.69) / 320 * 100%);
	}
	.common-contentsHead__heading__ttl {
		font-size: 2.0rem;
		line-height: 1.65;
		padding-left: 0;
		margin-top: -1.5rem;
	}
	.common-contentsHead__heading__ttl::before {
		display: none;
	}
	.common-contentsHead__heading__desc {
		font-size: 1.6rem;
		margin-top: 1.0rem;
	}
	.common-contentsHead__heading__ttl + .common-contentsHead__heading__desc {
		margin-top: 3.5rem;
	}
}
/*
＜ 1200px = data-whidth="1200" ＞
<div class="common-contentsHead inner2">
  <h3 class="common-contentsHead__ttlEn">
    <img src="./img/txt_test_head.svg" alt="Login" style="--ttlEnWidth:000;">
  </h3>
  <h4 class="common-contentsHead__heading">
    <p class="common-contentsHead__heading__ttl">
      <span>タイトル</span>
    </p>
    <p class="common-contentsHead__heading__desc">
      <span>説明文</span>
    </p>
  </h4>
</div>
*/




/*  common-entry
--------------------------------------------------*/
.common-entry {
	position: relative;
	padding-block: 21.0rem 20.0rem;
	background: #e4e2d9;
	z-index: 10;
}
.common-entry::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(50%, 900px);
	aspect-ratio: 900 / 1550;
	background: url('../img/common/bg_common_entry.webp') no-repeat left center/cover;
	z-index: 0;
}
.common-entry__container {
	position: relative;
	width: min(90%,1720px);
	margin-inline: auto;
	z-index: 1;
}
.common-entry__head {
	width: min(100%,1200px);
	margin-inline: auto;
	margin-bottom: 9.5rem;
}
.common-entry__head__detail {
	width: calc(720 / 1200 * 100%);
}
.common-entry__head__detail__heading {
	margin-bottom: 2.0rem;
	margin-left: calc(-35 / 720 * 100%);
}
.common-entry__head__detail__heading img {
	width: calc(115 / 720 * 100%);
}
.common-entry__head__detail__desc {
	font-size: 1.8rem;
	line-height: 2;
}
.common-entry__head__actions {
	width: calc(400 / 1200 * 100%);
}
.common-entry__contents {
	padding-block: calc(80 / 1720 * 100%) calc(140 / 1720 * 100%);
	background: rgba(var(--green-rgb), .9);
}
.common-entry__contents__ttlEn {
	position: relative;
	width: min(90%, 1140px);
	margin-inline: auto;
	margin-bottom: 4.5rem;
}
.common-entry__contents__ttlEn img {
	width: calc(262 / 1140 * 100%);
}
.common-entry__contents__inner {
	position: relative;
	width: min(90%,1084px);
	margin-inline: auto;
	z-index: 1;
}
.common-entry__contents__box {
	position: relative;
	width: 100%;
	padding-right: calc(424 / 1084 * 100%);
}
.common-entry__contents__ttlJp {
	position: relative;
	font-size: 2.6rem;
	line-height: 1.68181818;
	color: var(--white);
	padding-left: 7.0rem;
  margin-bottom: 2.5rem;
}
.common-entry__contents__ttlJp::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5.0rem;
	height: 1px;
	background: var(--white);
}
.common-entry__contents__desc {
	font-size: 1.8rem;
	line-height: 2;
	color: var(--white);
	padding-left: 7.0rem;
}
.common-entry__contents__photo {
	position: absolute;
	right: 0;
	bottom: 0;
  margin-bottom: calc(-40 / 1084 * 100%);
  width: calc(350 / 1084 * 100%);
}
.common-entry__contents__list {
	margin-top: 8.0rem;
	gap: 2.0rem;
}
.common-entry__contents__list__item {
	width: calc((100% - 2.0rem) / 2);
	aspect-ratio: 320 / 200;
	background: rgba(var(--white-rgb),0.35);
}
.common-entry__contents__list__item__ttlEn {
	font-size: 1.4rem;
  letter-spacing: .1em !important;
	color: rgba(var(--white-rgb),0.7);
	margin-bottom: 1.2rem;
}
.common-entry__contents__list__item__ttlJp {
	font-size: 2.4rem;
	color: var(--white);
}
.common-entry__contents__actions {
	width: min(100%,400px);
	margin-top: 8.0rem;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.common-entry {
		padding-block: 8.0rem 0;
	}
	.common-entry::before {
		width: calc(360 / 380 * 100%);
		margin-bottom: calc(160 / 380 * 100%);
		aspect-ratio: 360 / 810;
	}
	.common-entry__container {
		width: 100%;
	}
	.common-entry__head {
		width: min(calc(320 / 380 * 100%),560px);
		margin-bottom: 6.0rem;
	}
	.common-entry__head__detail {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.common-entry__head__detail__heading {
		margin-bottom: 2.5rem;
		margin-left: calc(-8 / 340 * 100%);
	}
	.common-entry__head__detail__heading img {
    width: calc(74 / 340 * 100%);
	}
	.common-entry__head__detail__desc {
		font-size: 1.6rem;
	}
	.common-entry__head__actions {
		width: 100%;
	}
	.common-entry__contents {
		padding-block: 4.0rem 8.0rem;
	}
	.common-entry__contents__ttlEn {
		width: calc(350 / 380 * 100%);
		margin-bottom: 1.0rem;
	}
	.common-entry__contents__ttlEn img {
    width: calc(165 / 350 * 100%);
	}
	.common-entry__contents__inner {
		width: calc(320 / 380 * 100%);
	}
	.common-entry__contents__box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.common-entry__contents__ttlJp {
		width: 100%;
		font-size: 2.2rem;
		padding-left: 0;
	  margin-bottom: -.7em;
	}
	.common-entry__contents__ttlJp::before {
		display: none;
	}
	.common-entry__contents__desc {
		width: calc(170 / 320 * 100%);
		font-size: 1.6rem;
		padding-left: 0;
	}
	.common-entry__contents__photo {
		position: relative;
	  margin-bottom: 0;
	  width: calc(120 / 320 * 100%);
	}
	.common-entry__contents__list {
		width: 100%;
		margin-top: 4.0rem;
		gap: 1.0rem;
	}
	.common-entry__contents__list__item {
		width: calc((100% - 1.0rem) / 2);
		aspect-ratio: 155 / 97;
	}
	.common-entry__contents__list__item__ttlEn {
		font-size: 1.0rem;
		margin-bottom: .7rem;
	}
	.common-entry__contents__list__item__ttlJp {
		font-size: 1.6rem;
	}
	.common-entry__contents__actions {
		width: 100%;
		margin-top: 4.0rem;
	}
}




/*  common-lower
--------------------------------------------------*/
.common-lower {
	position: relative;
	padding-block: 13.5rem 20.0rem;
	background: url('../img/common/bg_common_lower.webp') no-repeat center center/cover;
	z-index: 10;
}
.common-lower__container {
	width: min(calc(1840 / 1920 * 100%),1840px);
	margin-inline: auto;
}
.common-lower__heading {
	position: relative;
	width: min(100%,1270px);
	margin-inline: auto;
	margin-bottom: 1.5rem;
}
.common-lower__heading img {
	width: calc(173 / 1270 * 100%);
}
.common-lower__list {
	position: relative;
	width: min(95%,1200px);
	margin-inline: auto;
}
.common-lower__list__item {
	width: calc(400 / 1200 * 100%);
	aspect-ratio: 1 / 1;
}
.common-lower__list__item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.common-lower__list__item.soon .common-lower__list__item__link {
	pointer-events: none;
	cursor: default;
}
.common-lower__list__item__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.common-lower__list__item__photo::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #3f3420;
	opacity: .7;
	z-index: 0;
}
.common-lower__list__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.common-lower__list__item__photo .f-caption {
	z-index: 1;
}
.common-lower__list__item__detail {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	color: var(--white);
	text-align: center;
	z-index: 1;
}
.common-lower__list__item.soon .common-lower__list__item__detail::after {
	content: 'Coming Soon';
	position: absolute;
	inset: auto 0 8.0rem;
	font-size: 2.0rem;
  color: #cccccc;
	font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.common-lower__list__item__detail__ttlEn {
	font-size: 3.2rem;
  letter-spacing: .05em !important;
	margin-bottom: 1.5rem;
}
.common-lower__list__item__detail__ttlJp {
	font-size: 1.6rem;
	color: #cccccc;
	font-weight: 700;
}
@media (any-hover: hover){
	.common-lower__list__item__photo::after {
		transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.common-lower__list__item__link:hover .common-lower__list__item__photo::after {
		background-color: #333333;
		opacity: .3;
	}
}
@media screen and (max-width: 768px){
	.common-lower {
		padding-block: 8.0rem 8.0rem;
		background: url('../img/common/bg_common_lower-sp.webp') no-repeat center center/cover;
	}
	.common-lower__container {
		width: min(calc(360 / 380 * 100%),560px);
	}
	.common-lower__heading {
		width: calc(350 / 360 * 100%);
		margin-bottom: 1.8rem;
	}
	.common-lower__heading img {
		width: calc(109 / 350 * 100%);
	}
	.common-lower__list {
		width: 100%;
	}
	.common-lower__list__item {
		width: 100%;
		aspect-ratio: 360 / 140;
	}
	.common-lower__list__item.soon .common-lower__list__item__detail {
		inset: .5rem 0 0;
	}
	.common-lower__list__item.soon .common-lower__list__item__detail::after {
		position: relative;
		inset: auto;
		font-size: 1.8rem;
    margin-top: 2.2rem;
	}
	.common-lower__list__item__detail__ttlEn {
		font-size: 2.6rem;
		margin-bottom: 1.3rem;
	}
	.common-lower__list__item__detail__ttlJp {
		font-size: 1.2rem;
	}
}




/*  common-nav
--------------------------------------------------*/
.common-nav {
	position: relative;
	padding-block: 4.0rem;
	background: var(--green);
	z-index: 10;
}
.common-nav__inner {
	padding-inline: calc(100 / 1920 * 100%);
}
.common-nav__item {
	position: relative;
	width: fit-content;
	font-size: 3.0rem;
	color: var(--white);
	column-gap: 2.0rem;
}
.common-nav__item i {
	position: relative;
	display: block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 50%;
	border: solid 1px rgba(var(--white-rgb), 0.2);
}
.common-nav__item i::before {
	content: '';
  position: absolute;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  margin-inline: auto;
  width: 15px;
  height: 1px;
  background: var(--white);
}
.common-nav__item i::after {
  content: '';
  position: absolute;
  inset: 50% 0 auto;
  margin: auto;
  width: 4.5px;
  height: 4.5px;
}
.common-nav__item--left i::after {
	border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  transform: translateY(-50%) translateX(-5px) rotate(-45deg);
}
.common-nav__item--right i::after {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}
@media (any-hover: hover){
	.common-nav__item {
		transition: letter-spacing 1.0s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.common-nav__item:hover {
    letter-spacing: .05em !important;
	}
	.common-nav__item i {
		transition: background-color 1.0s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.common-nav__item:hover i {
		background-color: #4f5e2f;
	}
}
@media screen and (max-width:768px) {
	.common-nav {
		padding-block: 3.0rem;
	}
	.common-nav__inner {
		padding-inline: calc(30 / 380 * 100%);
	}
	.common-nav__item {
		font-size: 1.6rem;
		column-gap: 1.0rem;
	}
	.common-nav__item i {
		width: 4.0rem;
		height: 4.0rem;
	}
	.common-nav__item i::before {
	  width: 10px;
	}
	.common-nav__item--left i::after {
	  transform: translateY(-50%) translateX(-2px) rotate(-45deg);
	}
	.common-nav__item--right i::after {
	  transform: translateY(-50%) translateX(2px) rotate(45deg);
	}
}




/*  bg
--------------------------------------------------*/
.bgTextureYellow {
  background: url('../img/common/bg_texture_yellow.webp') no-repeat center top/cover;
}
.bgTextureYellowLight {
  background: url('../img/common/bg_texture_yellow_light.webp') no-repeat center top/cover;
}




/*  common-conversion
--------------------------------------------------*/
.common-conversion {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
	display: none;
	visibility: hidden;
}
.common-conversion__btn {
	width: 100%;
	font-size: 18px;
  height: 50px;
}
@media screen and (max-width:768px) {
	.common-conversion {
		display: block;
		visibility: visible;
	}
	.limited-page .common-conversion {
		display: none;
		visibility: hidden;
	}
}




/*  footer
--------------------------------------------------*/
.l-footer {
	position: relative;
  padding-block: 9.5rem 12.0rem;
  z-index: 10;
}
.footer-inner {
  max-width: 1200px;
  width: 95%;
  margin-inline: auto;
}
.footer-contents {
  width: 100%;
  gap: 3.0rem 13.0rem;
}
.footer-info {
  position: relative;
}
.footer-info__heading {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 2.0rem;
}
.footer-info__inquiry {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
}
.footer-info__tel {
  display: block;
  width: min(100%,400px);
}
.footer-announce {
  position: relative;
}
.footer-announce__item {
  width: 100%;
  grid-template-columns: max-content 1fr;
  grid-auto-rows: 1fr; 
  column-gap: 20px;
  row-gap: 10px;
}
.footer-announce__item__heading {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.375;
  border: 1px solid #cccccc;
  padding: 4px 20px 5px;
  grid-column: 1;
}
.footer-announce__item__desc {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.375;
  padding: 4px 0 5px;
  grid-column: 2;
}
.footer-logo {
  gap: 3.0rem 8.0rem;
  padding-top: 8.0rem;
  margin-top: 6.5rem;
  border-top: solid 1px #cccccc;
}
.footer-logo__item--mcd {
  width: 190px;
}
.footer-logo__item--jrkyushu {
  width: 296px;
}
.footer-logo__item--sanyo {
  width: 196px;
}
.footer-logo__item--haseko {
  width: 206px;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding-block: 6.5rem calc(7.0rem + var(--fixbuttonHeight));
  }
  .limited-page .l-footer {
  	padding-block: 6.5rem 7.0rem;
  }
  .footer-inner {
    max-width: 560px;
    width: calc(320 / 380 * 100%);
  }
  .footer-info__heading {
    font-size: 18px;
    margin-bottom: 1.0rem;
  }
  .footer-info__inquiry {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    margin-bottom: 1.0rem;
  }
  .footer-info__tel {
    width: 90%;
  }
  .footer-announce__item {
    column-gap: 10px;
    row-gap: 10px;
  }
  .footer-announce__item__heading {
    padding: 2px 15px 3px;
  }
  .footer-announce__item__desc {
    padding: 2px 0 3px;
  }
  .footer-logo {
    padding-top: 5.0rem;
    margin-top: 4.5rem;
    flex-wrap: wrap !important;
  }
  .footer-logo__item {
    max-width: 100%;
  }
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
印刷用
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media print {
  body, html {
    zoom: .8 !important;
  }
  .l-header,
  .common__note,
  .l-footer {
    display: none;
  }
}

