@charset "UTF-8";
/* CSS Document */

/*
スマートフォン用CSS
*/

html, body {
	color: #003934;
	background: #ccc2be;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: .15em;
	font-feature-settings: "palt";
	overflow-x: hidden;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}

.en{
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.pc{display: none!important;}


a.btn{
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 1;
	display: inline-block;
	width: 100%;
	padding: 1em;
	padding-left: 3em;
	position: relative;
	text-align: left;
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
}

a.btn::before{
	content: "";
	display: block;
	width: 1em;
	height: 1.2em;
	background: url(img/common/arrow_c.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

a.btn::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top-contents-wrap a.btn {
    width: 95vw;
    margin-left: 5vw;
}

a.product-btn{
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 1;
	border: none;
	color: #003934;
	background: #ccc2be;
	display: inline-block;
	padding: 1em;
	padding-left: 4em;
	position: relative;
	border-radius: .66em;
	text-align: left;
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a.product-btn::before{
	content: "";
	display: block;
	width: 1.35em;
	height: 1.58em;
	background: url(img/common/arrow_c.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 1.5em;
	top: 50%;
	transform: translateY(-50%);
}

a.product-btn::after{
	display: none;
}

.page-title .en{
	display: block;
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

.page-title .jp{
	display: block;
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: .15em;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 1.5em 5%;
	transition: .4s ease;
}

header .logo {
	position: relative;
	z-index: 1000;
    display: block;
    width: 20vw;
    max-width: 60px;
    transition: .6s ease;
}

header .logo.wt,
.wt header .logo.c,
header.fixed .logo.c{
	display: none;
}

.wt header .logo.wt,
header.fixed .logo.wt{
	display: block;
}

header.fixed{
	background: rgba(0, 57, 52, 0.6);
    backdrop-filter: blur(10px);
    padding: 1em 5%;
}

header.hidden {
  transform: translateY(-100%);
}

footer{
	background: #003934;
	color: #ccc2be;
	padding: 3em 5vw 7em;
	position: relative;
}

footer .foot-logo img{
	display: block;
	width: 20vw;
	max-width: 260px;
	min-width: 160px;
}

footer .foot-logo-wrap{
	font-size: 1.1em;
	letter-spacing: .1em;
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
}

footer .foot-nav-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .foot-nav-wrap ul{
	width: 48%;
	border-top: 1px solid #ccc2be;
	padding-top: 1.5em;
}

footer .foot-nav-wrap ul:nth-of-type(3),
footer .foot-nav-wrap ul:nth-of-type(4){
	border-top: none;
	padding-top: 0;
	
}

footer .foot-nav-wrap li{
	margin-bottom: 2em;
}

footer .foot-nav-wrap li a{
	display: block;
}

footer .foot-nav-wrap li .en{
	display: block;
	font-size: 1.2em;
	letter-spacing: .1em;
}

footer .foot-nav-wrap li .jp{
	letter-spacing: .2em;
}

footer .foot-nav-wrap .sns-nav{
	width: 100%;
	display: flex;
	gap:2em;
	border-bottom: 1px solid #ccc2be;
}

.sp-banner{
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	gap:2vw;
	background: #003934;
	color: #ccc2be;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	padding: 4.5vw 2vw;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
}

.sp-banner::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ccc2be;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sp-banner.fixed{
	opacity: 1;
	pointer-events: visible;
}

.sp-banner a{
	width: 50%;
}

.sp-banner a .en{
	display: block;
	font-size: 1.33em;
	margin-bottom: .33em;
}

.sp-banner a .jp{
	font-size: .9em;
	display: block;
}


/*
TOP
--------------------
*/

#loading{
	width: 100vw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	color: #ccc2be;
	pointer-events: none;
}

#loading::before{
	content: "";
	display: block;
	width: 100vw;
	height: 50vh;
	background: #003934;
	position: fixed;
	top: 0;
	left: 0;
	transition: .6s ease-out 1s;
}

.loading-end #loading::before{
	transform: translateY(-100%);
}

#loading::after{
	content: "";
	display: block;
	width: 100vw;
	height: 50vh;
	background: #003934;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: .6s ease-out 1s;
}

.loading-end #loading::after{
	transform: translateY(100%);
}

.counter-wrap{
	position: fixed;
	width: 94%;
	z-index: 999;
	left: 3%;
	bottom: 3em;
}

.loading-end .counter-wrap{
	opacity: 0;
	transition: .6s ease-out 1s;
}

#counter-container{
	width: 0%;
	position: relative;
	padding-right: 7em;
	opacity: 0;
	transition: opacity .5s ease 2.5s;
}

.load-on #counter-container{
	opacity: 1;
}

#counter-container::before{
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: radial-gradient(circle, #ccc2be 1px, transparent 1px);
	background-size: 5px 2px; /* 点の間隔を調整 */
	transform: translateY(-1.2em);
	transform-origin: right;
}

.loading-end #counter-container::before{
	transition: .6s ease-out;
	transform: translateY(-1.2em) scaleX(0);
}

#counter-container::after{
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc2be;
	transform: translateY(-1.2em) scaleX(0);
	transform-origin: left;
}

.load-on #counter-container::after{
	width: 100%;
	transform: translateY(-1.2em) scaleX(1);
	transition: transform .6s ease-out 3.5s;
}

.loading-end #counter-container::after{
	transform-origin: right;
	transition: transform .6s ease-out;
	transform: translateY(-1.2em) scaleX(0);
}

#counter-text{
	font-size: 1.8em;
	line-height: 1;
	transition: .3s ease-out .6s;
}

#counter-container .text-wrap{
	display: block;
	overflow: hidden;
	position:absolute;
	right: 0;
	bottom: .6em; 
	padding-left: 2em;
	background: #003934;
	z-index: 2;
}

.loading-end #counter-text{
	transform: translateY(100%);
}

.bcirc{
	position: fixed;
	bottom: 4em;
	left: 6%;
	overflow: hidden;
	z-index: 2;
	transition: .5s ease 2.4s;
}

.load-on .bcirc{
	opacity: 0;
}

.bcirc::after{
	content: "";
	display: block;
	width: .6em;
	height: .6em;
	border: 2px solid #ccc2be;
	border-radius: 100%;
	transform: translateY(100%);
	transition: 1s ease .5s;
}

.load-on .bcirc::after{
	transform: translateY(0);
}

.tcirc{
	position: fixed;
	top: 3em;
	right: 5%;
	width: 1.2em;
	height: 1.2em;
	z-index: 2;
	opacity: 0;
	animation: spin 0.3s ease-in-out infinite 2.5s;
	transition: 1s ease 1s;
}

/* 回転アニメーション */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.load-on .tcirc{
	opacity: 1;
}

.loading-end .tcirc{
	opacity: 0;
	transition: .3s ease 1s;
}

.tcirc::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(img/common/tcirc.svg) no-repeat;
	background-size: contain;
	transform: scale(0.7);
	transition: 1s ease 1s;
}

.load-on .tcirc::after{
	transform: scale(1);
}

.top header .logo{
	overflow: hidden;
}

.top header .logo img{
	opacity: 0;
	transition: 1s ease 1s;
}

.top.load-on header .logo img{
	opacity: 1;
}

.top .open-menu-btn-wrap{
	opacity: 0;
	transition: opacity 1s ease 1.5s;
}

.top.loading-end .open-menu-btn-wrap{
	opacity: 1;
}


.top-movie-wrap{
	width: 100vw;
	height: 100dvh;
	position: relative;
	margin-bottom: 6em;
}

.top-movie-wrap img,
.top-movie-wrap video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.top-movie-wrap .read{
	width: 80%;
	max-width: 454px;
	color: #ccc2be;
	position: absolute;
	left: 10%;
	top: 55%;
	transform: translateY(-30%);
	opacity: 0;
	font-size: 1em;
	line-height: 1.8;
	transition: 1s ease 1.5s;
	letter-spacing: 0em;
}

.loading-end .top-movie-wrap .read{
	opacity: 1;
	transform: translateY(-50%);
}

.top-philosophy-wrap {
	margin-bottom: 6em;
}

.top-philosophy-wrap .contents-l{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}

.top-philosophy-wrap .contents-l .text-wrap{
	width: 90%;
	margin: 0 auto 5em;
}

.top-philosophy-wrap .contents-l .text-wrap .copy{
	width: 60vw;
	margin-bottom: 1em;
}

.top-philosophy-wrap .contents-l .text-wrap .read{
	font-size: 1.3em;
	line-height: 2.3;
	letter-spacing: .2em;
}

.top-philosophy-wrap .contents-r{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 3em;
}

.top-philosophy-wrap .contents-r .thumb-wrap{
	width: 50%;
}

.top-philosophy-wrap .contents-r .text-wrap{
	width: 50%;
	display: flex;
	justify-content: center;
	padding-top: 5em;
}

.top-philosophy-wrap .contents-r .text-wrap .text{
	writing-mode: vertical-rl;
	letter-spacing: .15em;
	line-height: 2;
}

.top-case-wrap{
	margin-bottom: 6em;
}

.top-case-wrap .page-title{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 3em;
}

.top-case-wrap .case-slide-wrap{
	margin: 0 auto;
}

.top-case-wrap .case-slide-wrap .slide{
	padding: 0 .45em;
	aspect-ratio: 4 / 5;
	transform: translateX(10vw);
}

.top-case-wrap .case-slide-wrap .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-case-wrap .text-wrap {
    max-width: 1850px;
    margin: 0 auto;
    padding-top: 2.4em;
    position: relative;
}

.top-case-wrap .text-wrap .text{
	width: 53%;
	line-height: 3em;
	margin-bottom: 4.8em;
}

.count-wrap {
    position: absolute;
    bottom: 4em;
    right: 1em;
    color: #eae999;
    z-index: 5;
    line-height: 1;
    transform: translateY(-10%);
    text-align: right;
}

.count-wrap .count {
    font-size: 7em;
    letter-spacing: .1em;
}

.top-case-wrap .count-wrap .count{
    transform: translateX(0.6em) rotate(90deg);	
}

.count-wrap .sub{
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-top: 1em;
}

.top-news-wrap{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 6em;
}

.top-news-wrap .news-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	padding-top: 4em;
}

.top-news-wrap .news-contents-wrap .news-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1em;
    margin-bottom: 3em;
    border-bottom: 1px solid #003934;
    position: relative;
}

.top-news-wrap .news-contents-wrap .news-contents::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	bottom: 0;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.top-news-wrap .news-contents-wrap .news-contents.linein::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.top-news-wrap .news-contents-wrap .news-contents .thumb-wrap{
	width: 40%;
	height: 0;
	position: relative;
	padding-top: 26.4%;
}

.top-news-wrap .news-contents-wrap .news-contents .thumb-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.top-news-wrap .news-contents-wrap .news-contents .text-wrap{
	width: 55%;
}

.top-news-wrap .news-contents-wrap .news-contents .text-wrap .title{
	font-size: 1.1em;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

.top-news-wrap .news-contents-wrap .news-contents .text-wrap .date{
	font-size: 1em;
	letter-spacing: .1em;
}

.top-news-wrap .btn{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
}


/*
PAGE
--------------------
*/

.page-contents-wrap{
	padding-top: 12em;
}

.page-contents-wrap .page-title{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 5em;
}

.arc-nav{
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	border-bottom: 3px solid #003934;
	position: relative;
	padding: .5em 1.5em;
	margin-top: 4em;
}

.arc-nav a{
	display: inline-block;
	padding: 0 .5em;
	opacity: .8;
}

.arc-nav span{
	display: inline-block;
	padding: 0 .5em;
}

.arc-nav a.next{
	display: block;
	width: 1.1rem;
	height: 1.5rem;
	background: url(img/common/arrow_c.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}




/*
FLOW
--------------------
*/

.flow-contents-wrap .flow-contents{
	margin-bottom: 4em;
	position: relative;
}

.flow-contents-wrap .flow-contents .inner{
	display: flex;
	flex-flow: column-reverse;	
}

.flow-contents-wrap .flow-contents .thumb-wrap{
	width: 100%;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-left: 10vw;
}

.flow-contents-wrap .flow-contents .sp-text{
	padding-left: 10vw;
	padding-right: 2vw;
	margin-top: .8em;
	line-height: 2.2;
}

.flow-contents-wrap .flow-contents .thumb-wrap{
	width: 100%;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap{
	display: flex;
	align-items: flex-end;
	gap:2em;
	line-height: 1;
	letter-spacing: .1em;
	border-top: 1px solid #003934;
	position: relative;
	padding-left: 10vw;
	padding-top: .5em;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	top: -0.5px;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.flow-contents-wrap .flow-contents.linein .text-wrap .title-wrap::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .count span:nth-of-type(1){
	font-size: 3.6em;
	line-height: 0;
	position: relative;
	z-index: 1;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .count span:nth-of-type(1)::after{
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	background: #ccc2be;
	position: absolute;
	top: 50%;
	left: -0.1em;
	transform: translateY(-50%);
	z-index: -1;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .count span:nth-of-type(2){
	display: none;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .count span:nth-of-type(2)::before{
	content: "-";
	display: inline-block;
	margin-right: .6em;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .title{
	width: 65%;
	font-size: 1.2em;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: .3em;
	justify-content: space-between;
}

.flow-contents-wrap .flow-contents .text-wrap .title-wrap .title span{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: .8em;
}

.flow-contents-wrap .flow-contents .text-wrap .read{
    font-size: 1.2em;
    line-height: 2.3;
    letter-spacing: .1em;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

.flow-contents-wrap .flow-contents .text-wrap .text{
	padding-right: 8vw;
	padding-left: 3rem;
}

.flow-contents-wrap .flow-contents .text-wrap .jp{
	font-size: 1.07em;
	line-height: 2.2em;
	letter-spacing: .1em;
	margin-bottom: 2.8em;
}

.flow-contents-wrap .flow-contents .text-wrap .en{
	font-size: 1.3em;
	line-height: 1.7;
}


/*
SHOWROOM
--------------------
*/

.showroom-read-contents-wrap{
	position: relative;
}

.showroom-read-contents-wrap .inner{
	width: 90%;
	margin: 0 auto 6em;	
}

.showroom-read-contents{
	margin-bottom: 4em;
}

.showroom-read-contents:first-of-type{
	display: flex;
	flex-flow: column;
}

.showroom-read-contents:first-of-type .thumb-wrap{
	margin-top: 3em;
}

.showroom-read-contents .thumb-wrap{
	width: 100%;
	margin-bottom: 3em;
}

.showroom-read-contents .text-wrap{
	width: 100%;
}

.showroom-read-contents .text-wrap .title{
	font-size: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

.showroom-read-contents .text-wrap .text{
	line-height: 2.2;
	letter-spacing: .1em;
}

.showroom-read-contents .text-wrap .list-wrap{
	letter-spacing: .1em;
	margin-top: 2em;
}

.showroom-read-contents .text-wrap .list-wrap .list-title{
	font-size: 1.4em;
	padding-bottom: .2em;
	margin-bottom: 1em;
}

.showroom-read-contents.linein .text-wrap .list-wrap .list-title::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.showroom-read-contents .text-wrap .list-wrap li{
	margin-bottom: .5em;
}

.showroom-contents-wrap .showroom-contents{
	margin-bottom: 9em;
}

.showroom-contents-wrap .showroom-contents .inner{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto;
	position: relative;
}

.showroom-contents-wrap .showroom-contents .showroom-slider-wrap{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
	padding-bottom: 6em;
	padding-left: 5vw;
}

.showroom-contents-wrap .showroom-contents .inner .slide-count-wrap{
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 1em;
	transform: translateX(-50%);	
}

.showroom-contents-wrap .showroom-contents .inner .slide-count{
	position: static;
	transform: none;
}

.showroom-contents-wrap .showroom-contents .slide-wrap .slide{
	text-align: center;
	transform: translateX(-5vw);
}

.showroom-contents-wrap .showroom-contents .slide-wrap .slide .num{
	display: table;
	font-size: 1.3em;
	letter-spacing: .1em;
	border-bottom: 1px solid #003934;
	padding-bottom: .4em;
	margin: 1em auto 1.2em;
}

.showroom-contents-wrap .showroom-contents .slide-wrap .slide .cap{
	font-size: 1.5em;
	letter-spacing: .1em;
	display: none;
}

.showroom-contents-wrap .showroom-contents .text-wrap{
	width: 100%;
	padding-right: 5vw;
	margin-bottom: 2.4em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .title{
	font-size: 1.5em;
	letter-spacing: .1em;
	display: flex;
	align-items: flex-end;
	line-height: .75;
	gap:.6em;
	padding-bottom: .6em;
	position: relative;
}

.showroom-contents-wrap .showroom-contents .text-wrap .title span{
	font-size: 2.5em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .sp-title{
	font-size: 1.4em;
	position: relative;
	padding-bottom: .5em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .sp-title::after{
	content: "";
	display: block;
	width: 70vw;
	height: 1px;
	background: #003934;
	position: absolute;
	bottom: 0;
	left: -10vw;
}

.showroom-contents-wrap .showroom-contents .text-wrap .sp-title::before{
	content: "";
	display: block;
	width: 70vw;
	height: 1.5px;
	background: #003934;
	position: absolute;
	left: -10vw;
	bottom: 0;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) .5s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.showroom-contents-wrap .showroom-contents.linein .text-wrap .sp-title::before{
    transform: scale(1, 1);
    transform-origin: left top;
}

.showroom-contents-wrap .showroom-contents .text-wrap .access-wrap{
	border-top: 1px solid #003934;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 1em;
	width: 100%;
}

.showroom-contents-wrap .showroom-contents .text-wrap .access-title{
	font-size: 2em;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .address.jp{
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: .3em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .address.en{
	letter-spacing: 0;
	color: #FFF;
	margin-bottom: 1em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .tel{
	font-size: 1.2em;
	margin-bottom: .3em;
}

.showroom-contents-wrap .showroom-contents .text-wrap .time{
	font-size: 1.2em;
	margin-bottom: 1em;
}


.showroom-contents-wrap .showroom-contents .text-wrap .note{
	line-height: 1.8;
	font-size: 1.1em;
	padding: 1em 0;
	/*border-top: 1px solid #003934;*/
}

.floor-wrap{
	position: relative;
}

.floor-point .point{
	display: block;
	position: absolute;
	cursor: pointer;
/* 	background: #000; */
}


/* showroom1 */
#showroom1 .floor-point .point:nth-of-type(1) {
    width: 38%;
    height: 26%;
    top: 34%;
    left: 33%;
}

#showroom1 .floor-point .point:nth-of-type(2) {
    width: 23.5%;
    height: 23%;
    top: 33%;
    left: 3.5%;
}

#showroom1 .floor-point .point:nth-of-type(3) {
    width: 40.5%;
    height: 16%;
    top: 13.5%;
    left: 24.5%;
}

#showroom1 .floor-point .point:nth-of-type(4) {
    width: 58%;
    height: 23.5%;
    bottom: 12%;
    left: 1.5%;
}


/* showroom2 */
#showroom2 .floor-point .point:nth-of-type(1) {
    width: 38%;
    height: 26%;
    top: 34%;
    left: 33%;
}

#showroom2 .floor-point .point:nth-of-type(2) {
    width: 23.5%;
    height: 23%;
    top: 33%;
    left: 3.5%;
}

#showroom2 .floor-point .point:nth-of-type(3) {
    width: 40.5%;
    height: 16%;
    top: 13.5%;
    left: 24.5%;
}

#showroom2 .floor-point .point:nth-of-type(4) {
    width: 58%;
    height: 23.5%;
    bottom: 12%;
    left: 1.5%;
}


/* showroom3 */
#showroom3 .floor-point .point:nth-of-type(1) {
    width: 38%;
    height: 26%;
    top: 34%;
    left: 33%;
}

#showroom3 .floor-point .point:nth-of-type(2) {
    width: 23.5%;
    height: 23%;
    top: 33%;
    left: 3.5%;
}

#showroom3 .floor-point .point:nth-of-type(3) {
    width: 40.5%;
    height: 16%;
    top: 13.5%;
    left: 24.5%;
}

#showroom3 .floor-point .point:nth-of-type(4) {
    width: 58%;
    height: 23.5%;
    bottom: 12%;
    left: 1.5%;
}


.showroom-contents-wrap .showroom-form-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	height: 50vh;
	margin: 3em auto 0;
	background: #FFF;
}

.showroom-contents-wrap .showroom-form-wrap iframe{
	width: 100%;
	height: 100%;
}

.showroom-link-wrap{
	width: 90%;
	margin: 2em auto 0;
	border: 1px solid #003934;
	border-radius: 2em;
	padding: 2em 5vw;
	letter-spacing: .1em;
	text-align: center;
}

.showroom-link-wrap .read{
	font-size: 1.1em;
	line-height: 2;
	margin-bottom: 1em;
}

.showroom-link-wrap a{
	font-size: 1.2em;
	line-height: 1;
	display: table;
	margin: 0 auto;
	padding: 1.2em;
	width: 100%;
	max-width: 710px;
}

.showroom-link-wrap a:nth-of-type(1){
	background: #003934;
	color: #cbc1bd;
	margin-bottom: .5em;
}

.showroom-link-wrap a:nth-of-type(2){
	background: #eae999;
	color: #003934;
}


/*
COLUMN
--------------------
*/

.post-wrap{
	position: relative;
	padding-bottom: 6em;
}

.post-nav .inner{
	width: 90%;
	max-width: 1850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .7em;
	margin: 0 auto;
}

.post-nav a{
	background: #003934;
	color: #ccc2be;
	font-size: 1.1em;
	letter-spacing: .1em;
	padding: .4em;
	text-align: center;
	border-radius: .5em;
}

.post-nav a.cc{
	background: #eae999;
	color: #003934;
}

.color-nav{
	border-top: 1px solid #003934;
	border-bottom: 1px solid #003934;
	padding: 2em 0;
	margin-top: 2em;
}

.color-nav .inner{
	width: 90%;
	max-width: 1850px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap:1.1em 1em;
	margin: 0 auto;
}

@media (min-width: 640px) {

.color-nav .inner{
	grid-template-columns: repeat(auto-fit, 2.4em);
}

}


.color-nav a {
	text-align: center;
}

.color-nav a .colorbox{
	display: block;
	width: 2.4em;
	height: 2.4em;
	margin: 0 auto;
}

.color-nav a p{
	font-size: 1.1em;
	letter-spacing: .1em;
	margin-top: .3em;
}

.post-contents-wrap .inner{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto;
}

.post-contents-wrap .inner.column{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:4em 0;
	padding-top: 6em;
}

.post-contents-wrap .column-contents{
	position: relative;
	display: flex;
	gap:2em;
}

.post-contents-wrap .column-contents .thumb-wrap{
	display: block;
	width:50%;
	aspect-ratio: 4 / 5;
}

.post-contents-wrap .column-contents .text-wrap{
	width:50%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.post-contents-wrap .column-contents .title{
	font-size: 1.1em;
	line-height: 1.8;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.post-contents-wrap .column-contents .cat-wrap{
	margin-bottom: 1.5em;
}

.post-contents-wrap .column-contents .more{
	display: block;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding: .5em 0;
	position: relative;
	border-bottom: 1px solid #003934;
}

.post-contents-wrap .column-contents .more::after{
	content: "";
	display: block;
	width: 1.1rem;
	height: 1.5rem;
	background: url(img/common/arrow_c.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/* single */

.column-single-wrap{
	max-width: 1500px;
	margin: 0 auto;
}

.column-single-wrap .icatch-wrap{
	margin-bottom: 4em;
}

.column-single-wrap .icatch-wrap img{
	width: 100%;
}

.column-single-wrap .title{
	width: 90%;
	font-size: 1.4em;
	line-height: 2.3;
	letter-spacing: .2em;
	margin:0 auto 2em;
}

.column-single-wrap .text-wrap{
	width: 90%;
	line-height: 2.4;
	max-width: 1100px;
	margin: 0 auto 4em;
}

/* news */

.column-single-wrap .news-title-wrap{
	margin-bottom: 4em;
}

.column-single-wrap .news-title-wrap .title{
	margin-bottom: 1em;
}

.column-single-wrap .news-title-wrap .date{
	width: 90%;
	font-size: 1.28em;
	margin: 0 auto;
}

.column-single-wrap .news-text-wrap{
	line-height: 2.4;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 3em;
}

.column-single-wrap .thumb-wrap{
	margin-bottom: 3em;
}

.column-reco-wrap{
	padding-top: 2em;
}

.column-reco-wrap .page-title{
	text-align: center;
}

.reco.post-contents-wrap{
	width: 90%;
	max-width: 1320px;
	padding: 0;
	border: none;
	margin: 0 auto 6em;
}

.post-contents-wrap.reco .inner.column{
	width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    gap:4em;
}

.post-contents-wrap.reco .column-contents{
	display: flex;
	flex-flow: column;
	gap:1em 0;
}

.post-contents-wrap.reco .column-contents .thumb-wrap{
	width: 100%;
}

.post-contents-wrap.reco .column-contents .text-wrap{
	width: 100%;
}

.post-contents-wrap.reco .column-contents .title{
	margin-bottom: 0;
}

.post-contents-wrap.reco .column-contents .more{
	font-size: 1.2em;
	padding: .3em 0;
	border: none;
}

.post-contents-wrap.reco .column-contents:nth-of-type(1) .more{
	text-align: right;
}	

.post-contents-wrap.reco .column-contents:nth-of-type(1) .more::after{
	right: auto;
	left: 0;
	transform: translateY(-50%) scale(-1, 1);
}


/*
CASE STUDIES
--------------------
*/

.case-read-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4em;
	padding-left: 5vw;
	height: 80vh;
}

.case-read-wrap .icatch-wrap{
	width: 60%;
	height: 100%;
	position: relative;
}

.case-read-wrap .icatch-wrap img{
	opacity: .9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.case-read-wrap .text-wrap{
	width: 40%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-read-wrap .text-wrap .text{
	writing-mode: vertical-rl;
	font-size: 1.2em;
}

.case-read-wrap .text-wrap .count-wrap{
	top: auto;
	left: auto;
	right: 5vw;
	bottom: 0;
	transform: none;
}

.post-contents-wrap .inner.case{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:4em 0;
	padding-top:5em;
}

.post-contents-wrap .case-contents{
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap:2em;
	position: relative;
}

.post-contents-wrap .case-contents .thumb-wrap{
	width: 46%;
	position: relative;
	background: #000;
	aspect-ratio: 4 / 5;
}

.post-contents-wrap .case-contents .thumb-wrap img{
	opacity: .7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.post-contents-wrap .case-contents .thumb-wrap .more{
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: .1em;
	position: absolute;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%);
	color: #eae999;
	border-bottom: 1px solid #eae999;
	padding: .6em 0;
	padding-right: 4vw;
	white-space: nowrap;
}

.post-contents-wrap .case-contents .thumb-wrap img{
	opacity: .7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.post-contents-wrap .case-contents .thumb-wrap .more{
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: .1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	color: #eae999;
	border-bottom: 1px solid #eae999;
	padding: .6em 0;
	padding-right: 4em;
	white-space: nowrap;
}

.post-contents-wrap .case-contents .thumb-wrap .more::after{
	content: "";
	display: block;
	width: 1.35em;
	height: 1.58em;
	background: url(img/common/arrow_c2.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.post-contents-wrap .case-contents .text-wrap{
	width: 50%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.post-contents-wrap .case-contents .text-wrap .num{
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}

.cat-wrap{
	margin-bottom: 1.5em;
	width: 90%;
	max-width: 244px;
}

.cat-wrap .cat {
    background: #003934;
    color: #ccc2be;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 0.5em;
    margin-bottom: .5em;
}

.cat-wrap .cat a{
	display: block;
    padding: 0.5em .2em;
}

.cat-wrap .cat.cc{
	background: #eae999;
	color: #003934;
}

.color-wrap a {
	text-align: center;
	display: inline-table;
}

.color-wrap a .colorbox{
	display: block;
	width: 2.4em;
	height: 2.4em;
}

.color-wrap a p{
	font-size: 1.1em;
	letter-spacing: .1em;
	margin-top: .3em;
}

.post-contents-wrap .case-contents .text-wrap .name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:1em;
	font-size: .8em;
	letter-spacing: .1em;
}

.post-contents-wrap .case-contents .text-wrap .name span{
	font-size: 1.5em;
	display: inline-block;
}

.post-contents-wrap .case-contents a.btn{
    padding: 1em;
    padding-right: 3em;
}

.post-contents-wrap .case-contents a.btn::before{
	left: auto;
	right: 0;
}


/* single */

.case-single-wrap{
	margin: 0 auto 6em;
}

.case-single-wrap .title-wrap{
	width: 100%;	
}

.case-single-wrap .title-wrap .title{
	width: 90%;
	font-size: 1.4em;
	letter-spacing: .1em;
	margin: 0 auto 1.5em;
}

.case-single-wrap .title-wrap .title br{
	display: none;
}

.sp-slider-wrap{
	position: relative;
	margin-bottom: 9em;
}

.slide-count{
	display: table;
	font-size: 1.4em;
	letter-spacing: .1em;
	margin: 0 auto 1em;
	padding-bottom: .2em;
	border-bottom: 1px solid #003934;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 200%);
}

.case-single-wrap .slider-wrap{
	width: 90%;
	margin: 0 auto 2em;
}

.case-single-wrap .slider-wrap .slide{
	aspect-ratio: 4 / 5;
}

.case-single-wrap .slider-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-single-wrap .text-wrap{
	width: 90%;	
	margin: 0 auto 4em;
}

.case-single-wrap .text-wrap .cat-wrap{
	width: 100%;
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}

.case-single-wrap .text-wrap .cat-wrap .cat{
	width: 48%;
}

.case-single-wrap .text-wrap .detail-title{
	text-align: center;
	margin-bottom: 3em;
}

.case-single-wrap .text-wrap .detail-title .en{
	display: block;
	font-size: 2em;
	letter-spacing: .1em;
}

.case-single-wrap .text-wrap .detail-title .jp{
	font-size: 1.1em;
	letter-spacing: .1em;
}

.case-single-wrap .text-wrap .product-wrap .product-title{
	text-align: center;
	background: #003934;
	color: #ccc2be;
	padding: .5em;
	margin-bottom: 2em;
}

.case-single-wrap .text-wrap .product-wrap .product-title .en{
	display: block;
	font-size: 1.3em;
	letter-spacing: .1em;
}

.case-single-wrap .text-wrap .product-wrap .product-title .jp{
	font-size: 1.18em;
	letter-spacing: .2em;
}

.case-single-wrap .text-wrap .product-wrap .product-name{
	text-align: center;
	margin-bottom: 2em;
}

.case-single-wrap .text-wrap .product-wrap .product-name .en{
	display: block;
	font-size: 1.6em;
	letter-spacing: .1em;
	margin-bottom: .2em;
}

.case-single-wrap .text-wrap .product-wrap .product-name .jp{
	display: table;
	font-size: 1.2em;
	letter-spacing: .2em;
	padding-left: 1em;
	padding-bottom: .3em;
	margin: 0 auto;
	margin-bottom: .5em;
}

/*.case-single-wrap .text-wrap .product-wrap .product-name a.jp{
	border-bottom: .5px solid #003934
}*/

.case-single-wrap .text-wrap .product-wrap .product-data{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.2em;
	border-top: .5px solid #003934;
	margin-bottom: 12vw;
}

.case-single-wrap .text-wrap .product-wrap .product-data dt{
	width: 50%;
	padding: 1em;
	border-bottom: .5px solid #003934;
}

.case-single-wrap .text-wrap .product-wrap .product-data dd{
	text-align: right;
	width: 50%;
	padding: 1em;
	border-bottom: .5px solid #003934;
}

.case-single-wrap .text-wrap .product-wrap .text{
	line-height: 2.6;
	margin-bottom: 12vw;
}


/*
PRODUCT
--------------------
*/

.page-contents-wrap.product{
	background: #131313;
	background: linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(0, 85, 75, 1) 25%);
	color: #ccc2be;
}

.page-contents-wrap.product .page-title{
	position: relative;	
}

.page-contents-wrap.product .page-title::after{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: 5em;
	left: 50%;
	transform: translateX(-50vw);
}

.product-contents-wrap{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto;
}

.product-contents-wrap .product-contents{
	width: 100%;
	padding-bottom: 6em;
	scroll-margin-top: 8em;
}

.product-contents-wrap .product-contents .text-wrap .read{
	font-size: 1.4em;
	letter-spacing: .25em;
	line-height: 2.3;
	margin-bottom: 2em;
}

.product-contents-wrap .product-contents .text-wrap{
	text-align: center;
	width: 90%;
	max-width: 520px;
	margin: 0 auto;
}

.product-contents-wrap .product-contents .title-wrap .title{
	text-align: center;
	margin-bottom: 3em;
	position: relative;
}

.product-contents-wrap .product-contents .title-wrap .title::after{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #ccc2be;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
	margin-top: 2em;
}

.product-contents-wrap .product-contents .title-wrap .title::before{
	content: "";
	display: block;
	width: 100vw;
	height: 1.5px;
	background: #ccc2be;
	position: absolute;
	left: 50%;
	bottom: 0;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1) .5s;
    transform: translateX(-50vw) scale(0, 1);
    transform-origin: right top;
}

.product-contents-wrap .product-contents.linein .title-wrap .title::before{
    transform: translateX(-50vw) scale(1, 1);
    transform-origin: left top;
}


.product-contents-wrap .product-contents .title-wrap .title span:nth-of-type(1){
	display: block;
	font-size: 6em;
	line-height: 1.4;
	letter-spacing: .1em;
}

.product-contents-wrap .product-contents .title-wrap .title span:nth-of-type(2){
	font-size: 2.2em;
	letter-spacing: .1em;
}

.product-contents-wrap .product-contents .text-wrap .text{
	line-height: 2.3;
	margin-bottom: 4em;
	font-size: 1.1em;
}

.product-contents-wrap .product-contents.w100{
	width: 100%;
	position: relative;
}



/*
PHILOSOPHY
--------------------
*/

.philosophy-read-wrap{
	height: 200vh;
	background: #ccc2be;
}

.philosophy-read-wrap .thumb-wrap{
	width: 100%;
	height: 100dvh;
	color: #ccc2be;
}

.philosophy-read-wrap .text-wrap{
	width: 100%;
	height: 110vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.philosophy-read-wrap .text-wrap .copy{
	width: 50vw;
	margin-bottom: 1em;
}

.philosophy-read-wrap .text-wrap .inner{
	width: 90%;
	max-width: 520px;
	transform: translateY(-5%);
}

.philosophy-read-wrap .text-wrap .title{
	font-size: 1.4em;
	line-height: 2.0;
	letter-spacing: .2em;
	margin-bottom: 1.5em;
}

.philosophy-read-wrap .text-wrap .text{
	line-height: 2.0;
}

.philosophy-read-wrap .bg-title{
	color: #ccc2be;
	position: absolute;
	bottom: 2.4em;
	left: 3%;
	line-height: 1;
	font-size: 8.08vw;
	letter-spacing: .1em;
	white-space: nowrap;
}

.philosophy-read-wrap .sp-bg-title{
	color: #ccc2be;
	position: absolute;
	bottom: 6em;
	left: 3%;
	line-height: 1;
	font-size: 1.8em;
	letter-spacing: .1em;
	white-space: nowrap;
}

.philosophy-photo-warp{
	width: 100vw;
	height: 100dvh;
	position: relative;
}

.philosophy-photo-warp .read{
	position: fixed;
	bottom: 25%;
	left: 50%;
	transform: translateX(-50%);
	color: #ccc2be;
	width: 90%;
	max-width: 488px;
	font-size: 1.3em;
	line-height: 1.7;
	z-index: 10;
	opacity: 0;
	transition: opacity .4s ease;
}

.philosophy-photo-warp.fixed .read{
	opacity: 1;
}

.philosophy-photo-warp {
  position: relative;
  height: 600vh; /* スクロールで5枚分（5×100dvh + α） */
  overflow: hidden;
}

.philosophy-photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.fixed .philosophy-photo {
  position: fixed;
}

.philosophy-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 重なり順：後の写真が上になる */
.philosophy-photo {
  z-index: 1;
}
.philosophy-photo.photo2 { z-index: 2; }
.philosophy-photo.photo3 { z-index: 3; }
.philosophy-photo.photo4 { z-index: 4; }
.philosophy-photo.photo5 { z-index: 5; }




/*
COMMITMENT
--------------------
*/

.commitment-contents-wrap{
	width: 90%;
	padding-top: 12em;
	margin: 0 auto 6em;
}

.commitment-main-contents-wrap{
	padding-top: 4em;
}

.commitment-contents{
	margin-bottom: 4em;
	padding-bottom: 1em;
	scroll-margin-top: 8em;
	position: relative;
}

.commitment-contents .thumb-wrap{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
}

.commitment-contents .title{
    font-size: 2.6em;
    padding: 0;
    margin-bottom: .2em;
/*     margin-top: -0.8em; */
	margin-top: .5em;
    text-align: center;
}
.commitment-contents .read{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.16em;
	margin-top: 1em;
	padding-bottom: 1.2em;
	margin-bottom: 1.4em;
	position: relative;
	border-bottom: .5px solid #003934;
}

.commitment-contents .read::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	bottom: -0.5px;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.commitment-contents.linein .read::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.commitment-contents .text{
	line-height: 1.9;
}

.commitment-contents .contents-wrap{
	position: relative;
}


/*
FAQ
--------------------
*/

.faq-contents-wrap{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 7em;
}

.faq-contents-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: 1.4px;
	background: rgba(0,54,48,1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.faq-contents-wrap .faq-contents{
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0,54,48,1);
	position: relative;
}

.faq-contents-wrap .faq-contents:nth-of-type(1){
	padding-top: 0;
}

.faq-contents-wrap .faq-contents dt{
	font-size: 1.3em;
	line-height: 2;
	letter-spacing: .1em;
	position: relative;
	padding: 0 3.3em;
	cursor: pointer;
}

.faq-contents-wrap .faq-contents dt::before{
	font-size: 2.2em;
	line-height: 1;
	content: "Q";
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
}

.faq-contents-wrap .faq-contents dt .icon{
	width: 2.4em;
	height: 2.4em;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-14%);
	border: 1px solid #003933;
	border-radius: .3em;
}

.faq-contents-wrap .faq-contents dt .icon::before{
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: #003933;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.faq-contents-wrap .faq-contents dt .icon::after{
	content: "";
	display: block;
	width: 2px;
	height: 50%;
	background: #003933;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	transition: .4s ease;
}

.faq-contents-wrap .faq-contents.open dt .icon::after{
	transform: translate(-50% , -50%) rotate(90deg);
}

.faq-contents-wrap .faq-contents dd{
	display: none;
}

.faq-contents-wrap .faq-contents dd .inner{
	font-size: 1.3em;
	line-height: 2;
	letter-spacing: .1em;
	position: relative;
	padding: 0 3.3em;
	padding-top: 2em;
	padding-right: 2em;
}


.faq-contents-wrap .faq-contents dd .inner::before{
	font-size: 2.2em;
	line-height: 1;
	content: "A";
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 3rem;
	left: 0;
}

.faq-contents-wrap .faq-contents::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.4px;
	background: rgba(0,54,48,1);
    position: absolute;
    left: 0;
    bottom: -0.7px;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.faq-contents-wrap .faq-contents.linein::after{
    transform: scale(1, 1);
    transform-origin: left top;
}


/*
COMPANY
--------------------
*/

.company-contents-wrap{
	position: relative;
	padding-top: 4em;
	margin: 0 auto 7em;
}

.company-contents-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: 1.4px;
	background: rgba(0,54,48,1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.company-contents-wrap .contents-l{
	width: 100%;
}

.company-contents-wrap .contents-r{
	width: 100%;
}

.company-contents-wrap .company-contents{
	width: 100%;
	padding-bottom: 3em;
}

.company-contents-wrap .company-contents dt{
	font-size: 1.8em;
	letter-spacing: .1em;
	padding: 0 5vw 1.5rem;
	border-bottom: 1px solid rgba(0,54,48,1);
	position: relative;
}

.company-contents-wrap .company-contents dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
	background: rgba(0,54,48,1);
    position: absolute;
    left: 0;
    bottom: -1.5px;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.company-contents-wrap .company-contents.linein dt::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.company-contents-wrap .company-contents dd{
	font-size: 1.2em;
	line-height: 2.2;
	letter-spacing: .1em;
	padding: 1.5rem 5vw 0;
}



/*
CONTACT
--------------------
*/

.contact-contents-wrap{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 7em;
}

.contact-read-wrap{
	max-width: 1260px;
	margin: 0 auto 7em;
	position: relative;	
}

.contact-read-wrap .read{
	font-size: 1.1em;
	text-align: center;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 4em;
}

.contact-read-contents{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
	margin-bottom: 6em;
}

.contact-read-contents .num {
    font-size: 2.4em;
    letter-spacing: .04em;
    position: absolute;
    top: -0.2rem;
    left: 1rem;
    line-height: 1;
}

.contact-read-contents .title{
	font-size: 1.3em;
	letter-spacing: .1em;
	padding-right: 5vw;
	padding-left: 5rem;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	position: relative;
	border-bottom: .5px solid #003934;
}

.contact-read-contents .title::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	bottom: -0.5px;
    transition: transform 1.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.contact-read-contents.linein .title::after{
    transform: scale(1, 1);
    transform-origin: left top;
}

.contact-read-contents .text{
	padding-right: 5vw;
	padding-left: 5rem;
	line-height: 2.2;
	letter-spacing: .1em;
}

.contact-read-contents .link{
	background: #eae999;
	display: block;
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: .1em;
	padding: 1.2em;
	text-align: center;
	max-width: 260px;
	margin-left: 5rem;
	margin-top: 2.2em;
}

.contact-read-contents .link.gr{
	background: #003934;
	color: #cbc1bd;
}

.form-wrap .read{
	text-align: center;
	line-height: 2;
	margin-bottom: 2em;
}

.form-wrap .read p:last-child{
	margin-top: 1.2em;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table th{
	display: block;
	width: 100%;
	padding-bottom: .5em;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 1em;
}

.form-wrap table td .note{
	font-size: .9em;
	margin-top: .5em;
}

.form-wrap .step-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #003934;
	border-bottom: 1px solid #003934;
	margin-bottom: 3em;
	padding: 1.5em 0;
}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	opacity: .5;
}

.form-wrap .step-wrap div span:first-child{
	display: inline-block;
	margin-right: .6em;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #003934;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
    background: none;
}

.event-name input[type="text"]{
	border: none;
	pointer-events: none;
	padding: 0;
	font-size: 1.14em;
}

.form-wrap .btn-wrap{
	display: flex;
	justify-content: center;
	margin: 2em auto 0;
	position: relative;
}

input[type="reset"],
input[type="button"].back_button{
    color: #FFF;
    background: none;
    position: absolute;
    display: block;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
    bottom: -3em;
    left: 50%;
    transform: translateX(-50%);
}

input[type="submit"],
input[type="button"].confirm_button{
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .2em;
	padding: 1.5em 3.5em;
	border: none;
    width: 100%;
    max-width: 354px;
    background: #003934;
    color: #FFF;
    border-radius: 1em;
    font-family: inherit;
    -webkit-appearance: none;
    outline: none;
	cursor: pointer;
	text-align: center;
	display: block;
    transition: .4s ease;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}

input[type="submit"]:hover,
input[type="button"].confirm_button:hover{
	opacity: .7;
}



input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
	-webkit-appearance: none;
	appearance: none;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
    background: #FFF;
}

.select-wrap{
	position: relative;
	width: 100%;
}

.select-wrap::after{
  border-top: 1px solid rgba(35,24,21,0.25);
  border-right: 1px solid rgba(35,24,21,0.25);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.6em;;
  right: 20px;
  transform: rotate(130deg);
 }

.size-m{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.size-mm{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.size-s{
	display: inline-block;
	width: 6em;
	margin-right: 1em;
}

.size-zip{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: middle;
}

span.wpcf7-list-item{
	margin-left: 0;
	margin-right: 1em;
}

/* checkbox */

.form-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}

.form-wrap .wpcf7-list-item-label{
	position: relative;
	cursor: pointer;
}

.form-wrap .wpcf7-list-item-label::before {/*チェックボックスの枠*/
	content: '';
	border: 1px solid rgba(62,58,57,0.25);
	background: #FFF;
	border-radius: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	vertical-align: -5px;
	text-align: center;
}

.form-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label::after {/*チェックアイコン*/
	position: absolute;
	top: 4px;
	left: 6px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #3e3a39;
	border-bottom: 2px solid #3e3a39;
	content: '';
}

.form-wrap .policy-link a{
	text-decoration: underline;
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	text-align: center;
	font-size: 1.08em;
	letter-spacing: .5em;
	margin-bottom: 3em;
	margin-top: 7em;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.form-wrap .policy-link a{
	text-decoration: underline;
}


.thanks-wrap{
	width: 100%;
	margin: 15vh auto 20vh;
	text-align: center;
}

.thanks-wrap .title{
	font-size: 1.73em;
	margin-bottom: 1em;
}

.thanks-wrap p{
	font-size: 1.1em;
	margin-bottom: 3em;
}

.thanks-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}


/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
    padding-top: 13em;
}

.confirm_area table{
	margin: 6em auto;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}


/*
PRIVACY POLICY
--------------------
*/

.policy-contents-wrap{
	width: 90%;
	max-width: 1850px;
	margin: 0 auto 6em;
}

.policy-read-wrap{
	line-height: 2;
	margin-bottom: 3em;
}

.policy-contents{
	margin-bottom: 3em;
}

.policy-contents .title{
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

.policy-contents .ls-title::before{
	top: 1.3em;
}

.policy-contents .text{
	line-height: 2;
}

.policy-contents .text a{
	text-decoration: underline;
}

.policy-contents ul{
	margin-top: 2em;
}

.policy-contents .text ul{
	margin: 2em 0;
	list-style-type: disc;
	padding-left: 1.3em;
}


.policy-contents .text ul li{
	line-height: 1.6;
	padding-left: .5em;
    margin-bottom: 1.2em;
}

.policy-contents .text ul li li{
	line-height: 1.8;
}


.info404-wrap{
	width: 100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.info404-wrap .title{
	font-size: 2em;
	margin-bottom: 2em;
}
.info404-wrap p{
	margin-bottom: 2em;
}
.info404-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}

/*
OPEN MENU
--------------------
*/


.open-menu::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100dvh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
    transition: .6s ease 0s;
    z-index: 100;
}

.open-menu.open::after{
	opacity: 1;
}

.open-menu-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 4em;
    height: 0.8em;
    top: 50%;
    right: 5%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1000;
    transition: 1s ease 0s;
}

.open-menu-btn {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.open-menu-btn .toggle {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
}

.open-menu-btn .toggle::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #003630;
	position: absolute;
	top: 0;
	left: 0;
}

.wt .open-menu-btn .toggle::after,
.fixed .open-menu-btn .toggle::after,
.open .open-menu-btn .toggle::after{
	background: #ccc2be;
}

.open-menu-btn .toggle:nth-child(1) {
	top: 0;
	transition: 0s ease .3s;
}

.open-menu-btn .toggle:nth-child(2) {
	bottom: 0;
	transition: 0s ease .5s;
}

.open .open-menu-btn .toggle:nth-child(1){
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.open .open-menu-btn .toggle:nth-child(2){
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.open-menu-btn.replay .toggle:nth-child(1)::after {
  animation: twidth 1s ease forwards 0s;
}

.open-menu-btn.replay .toggle:nth-child(2)::after {
    animation: twidth2 1s ease forwards .2s;
}


@keyframes twidth {


0% {
	width: 100%;
}

10% {
	width: 0%;
}

50% {
	width: 0%;
}

90% {
	width: 100%;
}

100% {
	width: 100%;
}

}

@keyframes twidth2 {


0% {
	width: 100%;
}

10% {
	width: 0%;
}

50% {
	width: 0%;
}

90% {
	width: 100%;
}
100% {
	width: 100%;
}

}

.open-menu-bg {
	position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    height: 0%;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%);
    z-index: 999;
    background: #003934;
    transition: .6s ease 0s;
}

.open .open-menu-bg {
	width: 100vw;
	height: 100dvh;
	opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease 0s , width 0s ease;
}

.open-menu-wrap {
	width: 0;
	height: 100dvh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 10em 5vw 5em;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #ccc2be;
	z-index: 999;
	-ms-overflow-style: none;
	scrollbar-width: none;
	pointer-events: none;
	opacity: 0;
    transform: translateX(100%);
    transition: transform .6s ease 0s , width 0s ease;
}

.open .open-menu-wrap {
	width: 100vw;
	opacity: 1;
    transform: translateX(0);
	pointer-events: visible;
}

.open-nav{
	margin-bottom: 4em;
}

.open-nav li{
	font-size: 1.6em;
	margin-bottom: .6em;
	cursor: pointer;
	display: table;
}

.open-nav li .child li.line span{
    display: table;
    margin-bottom: .6em;
    border-bottom: .25px solid #ccc2be;
}

.open-nav li.parent .ac-btn{
	cursor: pointer;
	position: relative;
	padding-right: 2em;
}

.open-nav li.parent .ac-btn::before{
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background: #ccc2be;
	position: absolute;
	top: .1em;
	right: .5em;
	transition: .4s ease-in-out;
}

.open-nav li.parent.active .ac-btn::before{
	opacity: 0;
	transform: rotate(180deg);
}

.open-nav li.parent .ac-btn::after{
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: .6em;
	right: 0;
	transition: .4s ease-in-out;
}

.open-nav li.parent.active .ac-btn::after{
	transform: rotate(180deg);
}

.open-nav li .child{
	padding: 1em 0;
	display: none;
}

.open-nav li .child li{
	font-size: .7em;
	margin-bottom: .6em;
}

.open-menu-wrap .sns-nav li{
	font-size: 1.5em;
	margin-bottom: .6em;
}

.open-nav li.parent-sub span{
	cursor: pointer;
	position: relative;
	padding-right: 2em;
}

.open-nav li.parent-sub .ac-btn-sub::before{
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background: #ccc2be;
	position: absolute;
	top: .1em;
	right: .5em;
	transition: .4s ease-in-out;
}

.open-nav li.parent-sub.active .ac-btn-sub::before{
	opacity: 0;
	transform: rotate(180deg);
}

.open-nav li.parent-sub .ac-btn-sub::after{
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: .6em;
	right: 0;
	transition: .4s ease-in-out;
}

.open-nav li.parent-sub.active .ac-btn-sub::after{
	transform: rotate(180deg);
}

.open-nav li .child-sub{
	padding: 1em 0 2em;
	display: none;
}

.open-nav li .child-sub li{
	font-size: 1em;
}




/*
LP
-------------------
*/

.lp-page header .logo{
	margin: 0;
}

.lp-contents-wrap{
	background: #003934;
	color: #ccc2be;
}

.lp-icatch-wrap{
	width: 100vw;
	position: relative;
	text-align: center;
	margin-bottom: 7em;
}

.lp-icatch-wrap .inner{
	width: 100vw;
	height: 100vh;
	position: relative;
	margin-bottom: 7em;
}

.lp-icatch-wrap .inner::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	position: absolute;
	top: 0;
	left: 0;
}

.lp-icatch-wrap img,
.lp-icatch-wrap video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.lp-icatch-wrap .title-wrap{
	letter-spacing: .1em;
}

.lp-icatch-wrap .title-wrap .title{
	position: absolute;
	top: 3em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 5em;
	line-height: 1;
}

.lp-icatch-wrap .title-wrap .title span{
	font-size: .33em;
	display: block;
	white-space: nowrap;
	margin-top: .5em;
}

.lp-icatch-wrap .title-wrap .read{
	font-size: 1.5em;
	line-height: 2;
	padding: 0 5vw;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: .3px solid #ccc2be;
}

.lp-icatch-wrap .text{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .05em;
	padding: 0 5vw;
}

.lp-title-wrap{
	padding: 0 4vw;
	text-align: center;
}

.lp-title-wrap .sub{
	font-size: 1.4em;
	letter-spacing: .1em;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.lp-title-wrap .sub::before{
	content: "";
	display: block;
	width: 100vw;
	height: .3px;
	background: #ccc2be;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.lp-title-wrap .sub::after{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	left: 50%;
	bottom: -0.5px;
	transition: transform 1s ease;
	transform: translateX(-50vw) scale(0, 1);
	transform-origin: right top;
}

.linein .lp-title-wrap .sub::after{
	transform: translateX(-50vw) scale(1, 1);
	transform-origin: left top;
}

.lp-title-wrap .title .en{
	display: block;
	font-size: 2.4em;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: .6em;
}

.lp-title-wrap .title .en span{
	display: block;
	font-size: .3em;
	letter-spacing: .1em;
	margin-top: 1em;
}

.lp-title-wrap .title .jp{
	font-size: 1.2em;
	letter-spacing: .1em;
}

.clm3-contents-wrap{
	width: 170vw;
	margin-bottom: 6em;
	padding-top: 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clm3-contents-wrap .clm3-contents{
	padding: 0 12vw;
	position: relative;
	transform: translateX(10%);
}

.clm3-contents-wrap .clm3-contents .num{
	font-size: 7em;
	line-height: 1;
	position: absolute;
	top: -0.1em;
	left: 0;
}

.clm3-contents-wrap .clm3-contents .title{
    font-size: 1.7em;
    letter-spacing: .1em;
    position: absolute;
    top: 5em;
    left: 0;
    writing-mode: vertical-rl;
}

.clm3-contents-wrap .clm3-contents .text{
	font-size: 1.1em;
	line-height: 2;
	letter-spacing: .05em;
	padding-top: 1.2em;
}

.lp-detail-wrap{
	width: 90%;
	max-width: 2000px;
	margin: 0 auto 8em;
}

.lp-detail-wrap .detail-icatch-wrap{
	margin: 5em auto 5em;
	width: 140vw;
	position: relative;
	left: 50%;
	transform: translateX(-70vw);
}

.lp-detail-wrap .detail-contents-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	gap:4em;
	justify-content: center;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents:nth-of-type(even){
	flex-flow: row-reverse;
}


.lp-detail-wrap .detail-contents-wrap .detail-contents .thumb-wrap{
	width: 52%;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap{
	width: 44%;
	padding-top: 1.53em;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents:nth-of-type(even) .text-wrap{
	align-items: flex-start;	
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap{
	width: 150%;
	padding: 1.2em 0 2em;
	position: relative;
	border-top: .3px solid #ccc2be;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: -0.5px;
	left: 0;
	transition: transform 1s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents.linein .text-wrap .title-wrap::before{
	transform: scale(1, 1);
	transform-origin: left top;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap::after{
	content: "";
	display: block;
	width: .9em;
	height: .9em;
	border-radius: 100%;
	background: #ccc2be;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50% , -50%);
}

.lp-detail-wrap .detail-contents-wrap .detail-contents:nth-of-type(even) .text-wrap .title-wrap::after{
	left: auto;
	right: 0;
	transform: translate(50% , -50%);
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap .num{
	font-size: 2.6rem!important;
	line-height: 1;
	display: inline-block;
	margin-right: .3em;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap .title{
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	gap:1em;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents:nth-of-type(even) .text-wrap .title-wrap .title{
	align-items: flex-start;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap .title .jp{
	font-size: 1.3em;
	letter-spacing: .05em;
}

.lp-detail-wrap .detail-contents-wrap .detail-contents .text-wrap .title-wrap .title .en{
	font-size: 1.5em;
	letter-spacing: .1em;
}

.lp-commit-wrap .commit-contents-wrap{
	width: 90%;
	max-width: 1640px;
	margin: 0 auto 6em;
	padding-top: 3em;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents{
	margin-bottom: 6em;
	text-align: center;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .thumb-wrap{
	margin-bottom: 1.3em;
	position: relative;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .lp-commit-slider .slick-dots{
	display: flex;
	gap:.6em;
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .lp-commit-slider .slick-dots li{
	text-indent: -9999px;
	width: 1em;
	height: 1em;
	background: #d0c2be;
	border-radius: 100%;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .lp-commit-slider .slick-dots li.slick-active{
	background: #003934;	
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap{
	padding-top: 3.6em;
	position: relative;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .contents-count{
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 1;
	letter-spacing: .1em;
	font-size: 1.2em;
	transform: translateX(-50%);
	white-space: nowrap;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .contents-count .current{
	font-size: 2em;
	display: inline-block;
	transform: translateY(.1em);
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .contents-count .total{
	margin-left: .3em;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .title{
	font-size: 1.6em;
	letter-spacing: .1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .title::before{
	content: "";
	display: block;
	width: 100vw;
	height: .3px;
	background: #ccc2be;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .title::after{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	bottom: -0.5px;
	left: 50%;
	transform: translateX(-50vw) scale(0, 1);
	transform-origin: right top;
	transition: transform 1s ease;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents.linein .title-wrap .title::after{
	transform: translateX(-50vw) scale(1, 1);
	transform-origin: left top;
}

.lp-commit-wrap .commit-contents-wrap .commit-contents .title-wrap .text{
	font-size: 1.2em;
	line-height: 2.3;
	letter-spacing: .05em;
}

.lp-info-wrap{
	display: flex;
	flex-flow: column;
	gap:3em;
	padding-bottom: 6em;
}

.lp-info-wrap .lp-info-contents-wrap{
	width: 100%;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents{
	display: flex;
	flex-wrap: wrap;
	letter-spacing: .1em;
	padding:2em 5vw 0;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents dt{
	width: 50%;
	font-size: 1.2em;
	padding-top: 1rem;
	margin-bottom: 2.6rem;
	position: relative;
	border-top: .3px solid #ccc2be;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents dt::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: -0.5px;
	left: 0;
	transition: transform .5s linear;
	transform: scale(0, 1);
	transform-origin: right top;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents.linein dt::before{
	transform: scale(1, 1);
	transform-origin: left top;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents dd{
	width: 50%;
	font-size: 1.1em;
	text-align: right;
	padding-top: 1rem;
	margin-bottom: 2.6rem;
	border-top: .3px solid #ccc2be;
	position: relative;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents dd::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	top: -0.5px;
	left: 0;
	transition: transform .5s linear .5s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.lp-info-wrap .lp-info-contents-wrap .lp-info-contents.linein dd::before{
	transform: scale(1, 1);
	transform-origin: left top;
}

.lp-option-wrap{
	padding: 4em 0;
	color: #ccc2be;
	transition: color .3s ease;
}

.lp-option-wrap .l-title .jp::before,
.lp-option-wrap .l-title .jp::after{
	background: #ccc2be;
}

.view .lp-option-wrap{
	color: #003934;
}

.view .lp-option-wrap .l-title .jp::before,
.view .lp-option-wrap .l-title .jp::after{
	background: #003934;
}

.lp-option-wrap .l-title{
	margin-bottom: 6em;
}

.option-title{
	font-size: 1.55em;
	line-height: 2;
	letter-spacing: .1em;
	width: 90%;
	margin: 0 auto;
}

.option-title.bl{
	text-align: center;
	padding: 0 1em 1em;
	border-bottom: .3px solid #003934;
	margin: 0 auto 1.6em;
	position: relative;
}

.option-title.bl::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #003934;
	position: absolute;
	left: 0;
	bottom: -0.5px;
	transition: transform 1s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}

.inner.linein .option-title.bl::after{
	transform: scale(1, 1);
	transform-origin: left top;
}

.option-slider-wrap{
	margin-bottom: 4em;
}

.option-slider-wrap .slide{
	padding: 0 .75em;
}

.option-read-wrap{
	text-align: center;
	margin-bottom: 6em;
}

.option-read-wrap .text{
	font-size: 1.1em;
	line-height: 2;
	margin-top: 1.6em;
}

.option-tab-contents-wrap .tab-contents-wrap{
	margin-bottom: 6em;
	position: relative;
}

.option-tab-contents-wrap .tab-title{
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 2em;
}

.option-tab-contents-wrap .tab-contents{
	display: flex;
	justify-content: space-between;
	padding-right: 6vw;
}

.option-tab-contents-wrap .tab-title .tab-nav{
	padding: 0 6vw;
	display: flex;
	justify-content: space-between;
}

.option-tab-contents-wrap .tab-title .tab-nav li{
	width: 48%;
	font-size: 1.2em;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	border: 1px solid #ccc2be;
	border-radius: .5em;
	transition: .4s ease;
}

.option-tab-contents-wrap .tab-title .tab-nav li.current{
	background: #ccc2be;
	color: #003934;
}

.option-tab-contents-wrap .tab-title .title{
	text-align: center;
	font-size: 1.55em;
	padding: 0 6vw;
	padding-bottom: 1.4rem;
	margin-bottom: 1.7rem;
	letter-spacing: .1em;
	border-bottom: .3px solid #ccc2be;
	position: relative;
}

.option-tab-contents-wrap .tab-title .title::before{
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #ccc2be;
	position: absolute;
	bottom: -0.5px;
	left: calc(50% - 50vw);
	transition: transform 1s ease;
	transform: scale(0, 1);
	transform-origin: right top;
}

.option-tab-contents-wrap .tab-contents-wrap.linein .tab-title .title::before{
	transform: scale(1, 1);
	transform-origin: left top;
}

.option-tab-contents-wrap .tab-contents .tab-thumb-wrap{
	width: 50%;
	height: auto;
}

.option-tab-contents-wrap .tab-contents .tab-thumb{
	display: none;
	height: 100%;
}

.option-tab-contents-wrap .tab-contents .tab-thumb.current{
	display: block;
}

.option-tab-contents-wrap .tab-contents .tab-thumb img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}

.option-tab-contents-wrap .tab-contents .text-wrap{
	width: 50%;
	padding-left: 1.8em;
	padding-bottom: 2em;
}

.option-tab-contents-wrap .tab-contents .text-wrap .title{
	font-size: 13vw;
	letter-spacing: .1em;
	padding: 2em 0;
	white-space: nowrap;
	position: relative;
}

.option-tab-contents-wrap .tab-contents .text-wrap .title span{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.option-tab-contents-wrap .tab-contents .text-wrap .text{
	font-size: 1.1em;
	line-height: 1.8;
	text-align: justify;
}

.tab-contents-wrap.no-nav .tab-title{
	margin-bottom: 1em;
}

.tab-contents-wrap.no-nav .tab-contents{
	flex-flow: column;
	padding-right: 0;
}

.tab-contents-wrap.no-nav .tab-contents .tab-thumb-wrap{
	width: 100%;
}

.tab-contents-wrap.no-nav .tab-contents .text-wrap{
	width: 100%;
	padding: 2em 6vw 0;
}

.option-tab-contents-wrap .btn{
	display: block;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: .1em;
	border-radius: .75em;
	padding: .9em;
	padding-left: 1.5em;
	position: relative;
	background: #ccc2be;
	color: #003934;
	margin-top: 2em;
}

.option-tab-contents-wrap .btn::before{
	content: "";
	display: block;
    background: url(img/common/arrow_c.svg) no-repeat;
    background-size: contain;
    left: 2em;
}

.lp-training-wrap{
	padding: 3em 0 0;
	transition: color .3s ease;
}

.lp-training-wrap .title-read-wrap{
    padding-top: 2em;
    margin-bottom: 8.5em;
}

.training-contents-wrap{
	width: 90%;
	max-width: 1900px;
	margin: 0 auto;
	margin-top: 6em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 9em 0 2em;
	z-index: 1;
}

.training-contents-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #141414;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -1;
}

.training-contents-wrap .training-title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , -35%);
	text-align: center;
	display: flex;
	gap:1.3em;
	flex-flow: column-reverse;
	line-height: 1;
}

.training-contents-wrap .training-title .en{
	font-size: 14vw;
	display: block;
	white-space: nowrap;
}

.training-contents-wrap .training-title .jp{
	font-size: 1.38em;
}

.training-contents-wrap .training-contents{
	width: 48%;
	margin-bottom: 1.5em;
}

.training-contents-wrap .training-contents .title{
	font-size: 1.1em;
	margin-top: 0.6em;
}

.lp-products-movie-wrap{
	padding: 5em 0 4em;
}

.lp-products-movie-wrap .lp-title-wrap{
	color: #eae995;
}

.lp-products-movie-wrap .lp-title-wrap .sub::after{
	background: #eae995;
}

.lp-products-movie-wrap .movie-contents-wrap{
	padding-top: 3em;
	width: 100%;
	margin: 0 auto;
}

.lp-products-movie-wrap .movie-contents-wrap .note{
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-top: 1.4em;
	padding: 0 5vw;
}

.lp-products-movie-wrap.movie1 .l-title .jp{
	color: #eae995;
}

.lp-products-movie-wrap.movie1 .l-title .jp::before,
.lp-products-movie-wrap.movie1 .l-title .jp::after{
	background: #eae995;
}

.lp-products-movie-wrap.movie1 .l-title .en font:nth-of-type(1){
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: .1em;
	display: block;
	margin-bottom: .2em;
}

.lp-products-movie-wrap.movie1 .l-title .en font:nth-of-type(2){
	font-size: .5em;
	letter-spacing: .1em;
	display: block;
}

.lp-products-movie-wrap.movie1 .sub-title{
	text-align: center;
	font-size: 1.46em;
	letter-spacing: .1em;
	margin-top: .5em;
}

.lp-movie-wrap .movie-wrap{
	width: 100vw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 30dvh 6vw;
	display: none;
	z-index: 999;
}

.lp-movie-wrap .movie-wrap .movie-bg{
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	position: fixed;
	background: rgba(128,128,128,1);
}

.lp-movie-wrap .movie-wrap #ytmovie-wrap,
.lp-movie-wrap .movie-wrap iframe{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.lp-movie-thumb-wrap{
	position: relative;
	overflow: hidden;
	line-height: 0;
	background: #000;
}

.lp-movie-thumb-wrap img{
	width: 100%;
}

.lp-movie-thumb-wrap img.bghover{
	transition:transform 3s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1);
	display: block;
}

.lp-movie-thumb-wrap:hover img.bghover{
	transform: scale(1.05);
	opacity: .7;
}

.lp-movie-thumb-wrap::after{
	display: block;
	content: "";
	width: 5em;
	height: 5.7em;
	background: url(img/page/icon_play.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.lp-movie-thumb-wrap::before{
	content: "View";
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d0c2be;
	font-size: 1.4em;
	letter-spacing: .1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , 2.8em);
}

.movie1 .lp-movie-thumb-wrap::before{
	display: none;
}

.lp-movie-thumb-wrap .circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.lp-movie-thumb-wrap .circle span{
	display: block;
	animation:3s ease-in-out infinite rotation;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.lp-movie-thumb-wrap .circle span svg{
	width: 11em;
}

svg .svg-elem-1 {
  fill: none;
  stroke: #d0c2be;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  /* 線と空白の長さを同じに */
  stroke-dasharray: 707.13 707.13;
  stroke-dashoffset: 1414.26; /* 最初は最後までずらしておく */

  animation: draw-and-erase-reverse 2s linear infinite;
}

@keyframes draw-and-erase-reverse {
  0% {
    stroke-dashoffset: 1414.26; /* 右端スタート */
  }
  50% {
    stroke-dashoffset: 707.13;  /* 線を描く */
  }
  100% {
    stroke-dashoffset: 0;       /* 線を逆方向に消す */
  }
}

.lp-products-movie-wrap .product-link{
	display: table;
	text-align: center;
	background: #ccc2be;
	color: #003934;
	font-size: 1.4em;
	line-height: 1;
	padding: 1em;
	width: 90%;
	margin: 3em auto 0;
} 






.lp-title-wrap p{
	padding-top: 2em;
	font-size: 100%;
	line-height: 2;
	letter-spacing: .05em;
}



.sp-slider-wrap .slider-nav .slide{
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.sp-slider-wrap .slider-nav .slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}