@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Modal
 * Header
 * Parts
-------------------------------------------------*/
:root{
	/* Font */
	--font-ja: dnp-shuei-shogomincho-std, sans-serif;
	--font-en: termina, sans-serif;
	--font-en-helvetica: "helvetica-lt-pro";

	/* color */
	--color-green: #0d713d;
	--color-green-rgb: 13, 113, 61;

	/* size */
	--vw-min: 1920;
	--vh-min: 1080;
}
@media screen and (max-width:768px){
	:root{
		/* size */
		--vw-min: 750;
		--vh-min: 1334;
		--max-percent: 1;
	}
}




/* ScrollBar Setting */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #363636;
}
::-webkit-scrollbar-thumb {
	background: #0d713d;
	border-radius: 2px;
	margin: 2px;
	box-shadow: none;
}
/* firefox Only Scrollbar */
@-moz-document url-prefix() {
	html{
		scrollbar-color: #0d713d #363636;
		scrollbar-width: thin;
	}
}


/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body{
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	color: #FFF;
	font-family: "helvetica-lt-pro", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: min(calc(24 / var(--vw-min) * 100vw), 24px);
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.8;
	word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #257e50;
	color: #fff;
}
::-moz-selection{
	background: #257e50;
	color:#fff;
}
@media screen and (max-width:768px){ 
	html{ 
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		font-size: calc(24 / var(--vw-min) * 100vw);
		min-width: 320px;
	}
	.sp{ display: block; }
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
}


/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.75);
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.oneModal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* oneModalIn */
.oneModalIn{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.oneModalIn__cont{
	padding: 50px 0;
}
@media screen and (max-width:768px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
		padding: 30px 0;
	}
}

/**
 * closeBtn
 */
.closeBtn{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
@media screen and (max-width:768px){
	.closeBtn{
		width: 40px;
		height: 40px;
	}
}
.closeBtn a{
	background: #000 url(../img/common/close.png) no-repeat 0 0 / 100%;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/**
 * iframe
 */
/* common */
.commonIframe{
	width: 100%;
	height: 100%;
	display: block;
}

/* youtube */
.youtubeIframeWrap {
	width: 70%;
	max-width: 159.993vh;
	position: relative;
}
@media screen and (max-width:768px){
	.youtubeIframeWrap {
		width: 100%;
		max-width: 100%;
	}
}
.youtubeIframeWrap:before{
	content: "";
	display: block;
	padding-top: 56.25%;
	z-index: 0;
}
.youtubeIframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	padding-top: min(calc(48 / var(--vw-min) * 100vw), 48px);
	padding-left: min(calc(48 / var(--vw-min) * 100vw), 48px);
	padding-right: min(calc(48 / var(--vw-min) * 100vw), 48px);
	display: flex;
	align-items: center;
}
.header__logo{
	position: relative;
	width: min(calc(82 / var(--vw-min) * 100vw), 82px);
	line-height: 1;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.header__logo img{
	width: 100%;
}


/* inner */
@media screen and (min-width:769px){
	.headerCont{
		position: relative;
		margin-left: auto;
	}
	.header__logo{
		width: calc(96 / var(--vw-min) * 100vw);
	}
}
@media screen and (max-width:768px){
	.headerCont {
		display: none;
		position: sticky;
		top: 0;
		right: 0;
		margin-left: auto;
		width: 100%;
		height: min(100vh, 100%);
	}
	.header__inner {
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: 100%;
		overflow: auto;
		overscroll-behavior: contain;
		position: absolute;
		top: 0;
		left: 0;
		padding: 80px 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		transition: opacity .5s ease-in-out;
		background-color: #fff;
	}
	.header.is-active .header__inner {
		opacity: 1;
		pointer-events: auto;
	}
}


/**
 * headerNav
 */
.headerNav {
	position: relative;
	z-index: 1;
}
.headerNavLists{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: min(calc(72 / var(--vw-min) * 100vw), 72px);
}
.headerNavLists__item{
	position: relative;
}
.headerNavLists__item--link{
	display: block;
	font-family: var(--font-en);
	font-weight: 800;
	font-size: min(calc(17 / var(--vw-min) * 100vw), 17px);
	line-height: 1.2728;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.headerNavLists__item.-soon .headerNavLists__item--link{
	pointer-events: none;
}
.headerNavLists__item.-soon:after{
	content: '';
	position: absolute;
	top: 0;
	left: -20%;
	right: -20%;
	bottom: 0;
	margin: auto;
	width: min(calc(120 / var(--vw-min) * 100vw), 120px);
	height: min(calc(20 / var(--vw-min) * 100vw), 20px);
	background: url(../img/common/txt-nav_comingsoon.svg) no-repeat center / contain;
	transform: rotate(-10deg);
	margin: auto;
	z-index: 1;
}

.headerNavLists__item:not(.-soon) .headerNavLists__item--link > span{
	background: linear-gradient(var(--color-green), var(--color-green)) right bottom / 0% 100% no-repeat;
	transition: background-size .35s ease;
}
.headerNavLists__item:not(.-soon) .headerNavLists__item--link.--is-current > span{
	background-position: left bottom;
	background-size: 100% 100%;
}
@media screen and (hover:hover) and (pointer: fine){
	.headerNavLists__item:not(.-soon) .headerNavLists__item--link:hover > span{
		background-position: left bottom;
		background-size: 100% 100%;
	}
}



/**
 * navBtn
 */
@media screen and (max-width:768px){
	.header__navBtnWrap {
		background-color: #000;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.header__navBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.header__navBtn__lineWrap {
		width: 24px;
		height: 13px;
		position: relative;
	}
	.header__navBtn--line {
		background-color: #fff;
		display: block;
		width: 100%;
		height: 1px;
		margin: auto;
		position: absolute;
	}
	.header__navBtn--line:nth-child(1) {
		top: 0;
	}
	.header__navBtn--line:nth-child(2) {
		top: 0;
		bottom: 0;
	}
	.header__navBtn--line:nth-child(3) {
		bottom: 0;
	}
}


/*-----------------------------------------------
 * Parts
-------------------------------------------------*/

/**
 * shareLists
 */
.shareLists {
	display: flex;
}

/* item */
.shareLists__item {
	width: 60px;
	height: 60px;
}

/* link */
.shareLists__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}
.shareLists__link:before {
	content: "";
	background-color: #000;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	transition: background-color .4s ease;
}
.shareLists__link:hover:before {
	background-color: #ff0000;
}

/* 各SNSパーツ */
.shareLists__item.is-twitter .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_tw.svg);
	mask-image: url(../img/common/icon_tw.svg);
}
.shareLists__item.is-facebook .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_fb.svg);
	mask-image: url(../img/common/icon_fb.svg);
}
.shareLists__item.is-line .shareLists__link:before {
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(../img/common/icon_line.svg);
	mask-image: url(../img/common/icon_line.svg);
}


/*-----------------------------------------------
 * Footer
-------------------------------------------------*/
.footer{
	padding-top: min(calc(48 / var(--vw-min) * 100vw), 48px);
	background-color: rgba(0,0,0,100%);
	position: relative;
}
.footer__cont{
	width: 100%;
	position: relative;
}
@media screen and (max-width:768px){
	.footer{
		padding-top: calc(64 / var(--vw-min) * 100vw);
	}
	.footer__cont{
		padding-top: 0;
	}
}


/* LOGO */
.footer__logo{
	position: relative;
	width: min(calc(104 / var(--vw-min) * 100vw), 104px);
	margin: min(calc(24 / var(--vw-min) * 100vw), 24px) auto 0;
	line-height: 1;
}
.footer__logo > a{
	display: block;
	text-decoration: none;
}
.footer__logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (hover:hover) and (pointer: fine){
	.footer__logo > a{
		transition: opacity .3s ease;
	}
	.footer__logo > a:hover{
		opacity: 50%;
	}
}
@media screen and (max-width:768px){
	.footer__logo{
		position: relative;
		width: min(calc(160 / var(--vw-min) * 100vw), 160px);
		margin-top: min(calc(32 / var(--vw-min) * 100vw), 32px);
	}
}


/* SNS */
.footer__snsListsArea{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer__snsListsArea--dt{
	font-family: var(--font-en);
	font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
	line-height: 1;
	letter-spacing: 0;
}
.footer__snsListsArea--dd{
	position: relative;
	margin-top: min(calc(24 / var(--vw-min) * 100vw), 24px);
	padding: min(calc(16 / var(--vw-min) * 100vw), 16px) min(calc(48 / var(--vw-min) * 100vw), 48px);
}

.footer__snsListsArea--dd_deco{
	position: absolute;
	top: 0;
	bottom: 0;
	width: min(calc(16 / var(--vw-min) * 100vw), 16px);
}
.footer__snsListsArea--dd_deco:before{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	bottom: 0;
	width: 2px;
	background-color: var(--color-green);
}
.footer__snsListsArea--dd_deco:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	border-top: 2px solid var(--color-green);
	border-bottom: 2px solid var(--color-green);
}

.footer__snsListsArea--dd_deco.-l{
	left: 0;
}
.footer__snsListsArea--dd_deco.-l:before,
.footer__snsListsArea--dd_deco.-l:after{
	left: 0;
}

.footer__snsListsArea--dd_deco.-r{
	right: 0;
}
.footer__snsListsArea--dd_deco.-r:before,
.footer__snsListsArea--dd_deco.-r:after{
	right: 0;
}


.footer__snsLists{
	display: flex;
	justify-content: flex-end;
	gap: min(calc(20 / var(--vw-min) * 100vw), 20px);
	height: min(calc(32 / var(--vw-min) * 100vw), 32px);
}
.footer__snsList{
	width: min(calc(42 / var(--vw-min) * 100vw), 42px);
	height: 100%;
}
.footer__snsList--link{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: #fff;
}
.footer__snsList._sns-x .footer__snsList--link{
	-webkit-mask-image: url(../img/common/icon_tw.svg);
	mask-image: url(../img/common/icon_tw.svg);
}
.footer__snsList._sns-ig .footer__snsList--link{
	-webkit-mask-image: url(../img/common/icon-instagram.svg);
	mask-image: url(../img/common/icon-instagram.svg);
}
.footer__snsList._sns-tt .footer__snsList--link{
	-webkit-mask-image: url(../img/common/icon-tiktok.svg);
	mask-image: url(../img/common/icon-tiktok.svg);
}
.footer__snsList._sns-yt{
	width: min(calc(60 / var(--vw-min) * 100vw), 60px);
}
.footer__snsList._sns-yt .footer__snsList--link{
	-webkit-mask-image: url(../img/common/icon-youtube.svg);
	mask-image: url(../img/common/icon-youtube.svg);
}

@media screen and (hover:hover) and (pointer: fine){
	.footer__snsList--link{
		transition: opacity .3s ease;
	}
	.footer__snsList--link:hover{
		opacity: 50%;
	}
}

@media screen and (max-width:768px){
	.footer__snsListsArea--dt{
		font-size: calc(20 / var(--vw-min) * 100vw);
	}
	.footer__snsListsArea--dd{
		margin-top: calc(32 / var(--vw-min) * 100vw);
		padding: calc(32 / var(--vw-min) * 100vw) calc(64 / var(--vw-min) * 100vw);
	}
	.footer__snsLists{
		justify-content: center;
		gap: calc(40 / var(--vw-min) * 100vw);
		height: calc(42 / var(--vw-min) * 100vw);
	}
	.footer__snsList{
		width: calc(42 / var(--vw-min) * 100vw);
	}
	.footer__snsList._sns-yt{
		width: calc(60 / var(--vw-min) * 100vw);
	}
}


/* COPYRIGHT */
.footer__copyright{
	width: 100%;
	position: relative;
	margin-top: min(calc(32 / var(--vw-min) * 100vw), 32px);
	padding: min(calc(16 / var(--vw-min) * 100vw), 16px) 0;
	background-color: var(--color-green);
	color: #FFF;
}
.footer__copyright--txt{
	font-family: var(--font-en);
	font-weight: 800;
	font-size: min(calc(14 / var(--vw-min) * 100vw), 14px);
	line-height: 1;
	text-align: center;
}
@media screen and (max-width:768px){
	.footer__copyright{
		margin-top: calc(64 / var(--vw-min) * 100vw);
		padding: calc(32 / var(--vw-min) * 100vw);
	}
	.footer__copyright:before{
		height: 1px;
	}
	.footer__copyright--txt{
		font-size: calc(20 / var(--vw-min) * 100vw);
	}
}