@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
-------------------------------------------------*/

/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
:root{
	/* Font */
	--font-notosans: "Noto Sans JP", sans-serif;
	--font-roboto: "Roboto Condensed", sans-serif;
	--font-michroma: "Michroma", sans-serif;
	--font-orbitron: "Orbitron", sans-serif;

	/* color */
	--color-sample-yellow: #fdd000;
	--color-blue: #00A2C2;

	/* sp-size */
	--sp-size-2: min(0.2667vw, 2px);
	--sp-size-4: min(0.5334vw, 4px);
	--sp-size-8: min(1.0667vw, 8px);
	--sp-size-10: min(1.3334vw, 10px);
	--sp-size-12: min(1.6vw, 12px);
	--sp-size-16: min(2.1334vw, 16px);
	--sp-size-20: min(2.6667vw, 20px);
	--sp-size-24: min(3.2vw, 24px);
	--sp-size-26: min(3.4667vw, 26px);
	--sp-size-28: min(3.7334vw, 28px);
	--sp-size-30: min(4vw, 30px);
	--sp-size-32: min(4.2667vw, 32px);
	--sp-size-36: min(4.8vw, 36px);
	--sp-size-40: min(5.3334vw, 40px);
	--sp-size-48: min(6.4vw, 48px);
	--sp-size-56: min(7.4667vw, 56px);
	--sp-size-64: min(8.5334vw, 64px);
	--sp-size-72: min(9.6vw, 72px);
	--sp-size-80: min(10.6667vw, 80px);
	--sp-size-96: min(12.8vw, 96px);
	--sp-size-192: min(25.6vw, 192px);
}
@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: #fff;
	color: #000;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	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: #6ccfee;
	color: #fff;
}
::-moz-selection{
	background: #6ccfee;
	color:#fff;
}
@media screen and (max-width:767px){ 
	html{ 
		font-size: 62.5%;
	}
	body{
		font-size: 10px; 
		font-size: 1rem;
		font-size: 16px;
		min-width: 320px;
	}
	.sp{ display: block; }
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
}


#fullWrap{
	position: relative;
	width: 100%;
}

/**
* scroll bar
*/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
  
::-webkit-scrollbar-track {
	background: #fff;
}
  
::-webkit-scrollbar-thumb {
	background: #000;
	margin: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-----------------------------------------------
 * 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-width: 1200px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.oneModalIn__cont{
	padding: 50px 0;
}
@media screen and (max-width:767px){
	.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:767px){
	.closeBtn{
		width: 64px;
		height: 64px;
	}
}
.closeBtn a{
	background: url(../img/common/icon/icon_close.svg) 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:767px){
	.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: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}
.header__inner{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	min-height: 640px;
}
.header__logo{
	position: absolute;
	top: 0;
	left: 0;
	width: min(35%, 420px);
	margin-top: 112px;
	margin-left: min(5%, 60px);
	filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff) drop-shadow(0 0 0 #fff);
}
.header__logo a{
	display: block;
	width: 100%;
	pointer-events: auto;
}
.header__logo img{
	width: 100%;
}


@media (hover: hover) and (pointer: fine){
	.header__logo a{
		transition: .3s ease;
	}
	.header__logo a:hover{
		transform: scale(1.05);
	}
}

.headerNav{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 44px;
	padding: 72px 0;
}
.headerNav:before,
.headerNav:after{
	content: '';
	position: absolute;
	left: 0;
	width: 270px;
	height: 42px;
}
.headerNav:before{
	top: 0;
	background: url(../img/common/header_top.svg) no-repeat left top / contain;
}
.headerNav:after{
	bottom: 0;
	background: url(../img/common/header_bottom.svg) no-repeat left bottom / contain;
}



/**
 * headerNavLists
 */
.headerNavLists__item{
	width: 270px;
}
.headerNavLists__item:not(:last-child){
	margin-bottom: 24px;
}
.headerNavLists__item_link{
	display: flex;
	align-items: center;
	pointer-events: none;
	text-decoration: none;
	position: relative;
}
.headerNavLists__item_line{
	height: 2px;
	position: relative;
	background-color: rgba(255,255,255,.65);
}
.headerNavLists__item_line.-l{
	flex-shrink: 0;
	width: 26px;
}
.headerNavLists__item_line.-r{
	width: 100%;
}
.headerNavLists__item_txt{
	display: inline-block;
	flex-shrink: 0;
	padding: 0 8px;
	font-family: var(--font-michroma);
	font-size: 14px;
	line-height: 1;
	pointer-events: auto;
	color: #FFF;
	transition: color .3s ease .15s;
}
.headerNavLists__item_link:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2px;
	width: 2px;
	height: 9px;
	margin: auto 0;
	background-color: rgba(255,255,255,.65);
	transition: .4s ease .45s;
}
.headerNavLists__item_line:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#CCBB82, #CCBB82);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 0% 100%;
	transition: background-size .4s ease;
}
.headerNavLists__item_line.-l:before{
	transition-delay: 0s;
}
.headerNavLists__item_line.-r:before{
	transition-delay: .25s;
}

@media (hover: hover) and (pointer: fine){
	.headerNavLists__item_link:hover .headerNavLists__item_line:before{
		background-position: left bottom;
		background-size: 100% 100%;
	}
	.headerNavLists__item_link:hover .headerNavLists__item_txt{
		color: #CCBB82;
	}
	.headerNavLists__item_link:hover:after{
		background-color: #CCBB82;
	}
}


/* is-active */
.headerNavLists__item_link.is-active .headerNavLists__item_line:before{
	background-position: left bottom;
	background-size: 100% 100%;
}
.headerNavLists__item_link.is-active .headerNavLists__item_txt{
	color: #CCBB82;
}
.headerNavLists__item_link.is-active:after{
	background-color: #CCBB82;
}

@media screen and (max-width: 767px){
	.header{
		display: none;
	}
}


/*-----------------------------------------------
 * 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);
}



/*-----------------------------------------------
 * Main
-------------------------------------------------*/
.mainContentWrap{
	width: 35%;/* 420 */
	min-width: 420px;
	margin-left: 45%;/* 540 */
	margin-right:  20%;/* 240 */
	position: relative;
	z-index: 1;
	font-family: var(--font-notosans);
}
.mainContentInWrap{
	width: 100%;
	max-width: calc(420px * 1.6);
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.29), 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}
.main img{
	max-width: 100%;
}

@media screen and (max-width: 767px){
	.mainContentWrap{
		width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.mainContentInWrap{
		max-width: 100%;
		box-shadow: unset;
	}
}





/*-----------------------------------------------
 * ContBg
-------------------------------------------------*/
.contBgWrap{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
.contBgIn{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 100%;
}

.contBG{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00A2C2;
}
.contBG__in{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 50% 0, 100% 78.125%, 100% 100%, 60.6667% 100%, 0% 5.2084%);
	background-color: #f7f7f7;
}

/*-----------------------------------------------
* ImageModal
-------------------------------------------------*/
.imageModalCont img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: scale-down;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 48px;
}
@media screen and (max-width: 767px){
	.imageModalCont img {
		padding: 0;
	}
}



/*-----------------------------------------------
* backtop
-------------------------------------------------*/
.c-backtop {
	width: 92px;
	height: 0;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	right: 32px;
	mix-blend-mode: difference;
	z-index: 999;
	margin-left: auto;
  }
  
  @media screen and (max-width: 768px) {
	.c-backtop {
	  right: 0;
	  bottom: 0;
	}
  }
  
  .c-backtop__link {
	height: 64px;
	position: absolute;
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	text-decoration: none;
  }
  
  @media screen and (max-width: 768px) {
	.c-backtop__link {
	  right: 8px;
	  height: 46px;
	}
  }
  
  .-active .c-backtop__link {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
  }
  
  .c-backtop__link::before {
	content: "";
	width: 64px;
	height: 24px;
	background: url(../img/common/deco/deco_arrow_backtop.svg) no-repeat 0 0/100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  
  @media screen and (max-width: 768px) {
	.c-backtop__link::before {
	  width: 46px;
	  height: 23px;
	  right: 8px;
	}
  }
  
  .c-backtop__link:hover::before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
  }
  
  .c-backtop__link::after {
	content: 'BACK TO TOP';
	display: block;
	color: #FFF;
	font-size: 16px;
	letter-spacing: .025em;
	font-family: "Roboto Condensed", sans-serif;
  }
  
  @media screen and (max-width: 768px) {
	.c-backtop__link::after {
	  font-size: 10px;
	}
  }




/* ===============================================
# loading
=============================================== */
.loading {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 1;
	will-change: transform, opacity;
}
  
.-loadComplete .loading {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity .3s .8s, -webkit-transform .3s .8s, -webkit-transform .3s .8s;
	transition: opacity .3s .8s, -webkit-transform .3s .8s, -webkit-transform .3s .8s;
	transition: opacity .3s .8s, transform .3s .8s, transform .3s .8s;
	transition: opacity .3s .8s, transform .3s .8s, transform .3s .8s, -webkit-transform .3s .8s, -webkit-transform .3s .8s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
  
.loading.-close {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: opacity 0s 0s, -webkit-transform .3s .8s;
	transition: opacity 0s 0s, -webkit-transform .3s .8s;
	transition: opacity 0s 0s, transform .3s .8s;
	transition: opacity 0s 0s, transform .3s .8s, -webkit-transform .3s .8s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
  
.loading__in {
	width: 200px;
	height: 200px;
}
  
.loading__icon {
	position: relative;
	width: 100%;
	height: 240px;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
  
.loading__ball {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	background-color: #00a2c2;
	-webkit-mask-image: url(../img/loading/haro.svg);
	mask-image: url(../img/loading/haro.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-animation: ani-bound 1s infinite;
	animation: ani-bound 1s infinite;
	z-index: 2;
}
  
  .loading__shadow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -120px;
	/*対象のheightと微調節*/
	margin: auto;
	width: 60px;
	height: 10px;
	border-radius: 50%;
	background: #FFF;
	-webkit-filter: blur(6px);
	filter: blur(6px);
	z-index: 1;
	-webkit-animation: ani-shadow 1s infinite;
	animation: ani-shadow 1s infinite;
  }
  
  .loading__txt {
	font-size: .8rem;
	font-weight: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, 35px, 0);
	transform: translate3d(-50%, 35px, 0);
	letter-spacing: 0.07em;
	-webkit-animation: ani-blink .2s infinite;
	animation: ani-blink .2s infinite;
	color: #00a2c2;
	font-family: "Michroma", sans-serif;
  }
  
  /**
  * load後
  **/
  .-load-appear {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
  }
  
  @media screen and (min-width: 769px) {
	.-load-appear.-top {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
  }
  
  @media screen and (min-width: 769px) {
  
	.-topLoadComplete .-load-appear.-top,
	.-loadComplete .-load-appear.-top {
	  -webkit-transform: translateY(0%);
	  transform: translateY(0%);
	}
  }
  
  @media screen and (min-width: 769px) {
	.-topLoadComplete .-load-appear.-top {
	  -webkit-transition-delay: 2.8s;
	  transition-delay: 2.8s;
	}
  }
  
  @media screen and (min-width: 769px) {
	.-loadComplete .-load-appear.-top {
	  -webkit-transition-delay: 1s;
	  transition-delay: 1s;
	}
  }
  
  .-load-appear.-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  
  @media screen and (min-width: 769px) {
  
	.-topLoadComplete .-load-appear.-left,
	.-loadComplete .-load-appear.-left {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	}
  }
  
  @media screen and (min-width: 769px) {
	.-loadComplete .-load-appear.-left {
	  -webkit-transition-delay: 1s;
	  transition-delay: 1s;
	}
  }


  @keyframes ani-bound {
	0%,
	100% {
	  top: 0;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	30% {
	  top: -60%;
	  -webkit-transform: scale(0.96, 1.04);
	  transform: scale(0.96, 1.04);
	}
  
	60% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  
	90% {
	  top: 0;
	  -webkit-transform: scale(1.2, 0.8);
	  transform: scale(1.2, 0.8);
	}
  }

  @keyframes ani-blink {
	0% {
	  opacity: 0.6;
	}
  
	50% {
	  opacity: 1;
	}
  
	100% {
	  opacity: 0.6;
	}
  }