@charset"utf-8";

/*###########################################################################################*/
/* reset */
/*###########################################################################################*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,7
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
table {
	border-collapse: collapse;
	border-spacing:0;
}

/* custom reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

/*###########################################################################################*/
/* MEDIA QUERY FORMAT */
/*###########################################################################################*/
.tb { display: none; }
.pc { display: none; }
.sp { display: block; }

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.sp { display: none;  }
	.tb { display: block; }
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.tb { display: none; }
	.pc { display: block; }
}


/*###########################################################################################*/
/* レイアウトベース */
/*###########################################################################################*/
html {
	font-size: 62.5%;
	/* sets the root font to 10px */
}

body {
	color: #293046;
	font-size: 1.3rem;
	/* default font to 14px */
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	min-height: 100%;
	overflow-y: hidden;
	position: relative;
}

main {
	position: relative;
}

.f-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-bold{
	font-weight: bold;
}

.section{
	padding: 5rem 0;
}

.section-header{
	margin-top: 60px;
	padding: 5rem 0;
}

.inner{
	margin: 0 auto;
	padding: 0 4%;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.section{
		padding: 8rem 0;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section{
		padding: 10rem 0;
	}
	.section-header{
		margin-top: 70px;
		padding: 8rem 0;
	}
	.inner {
		max-width: 1000px;
		padding: 0;
	}
}

/*###########################################################################################*/
/* 共通 */
/*###########################################################################################*/
img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #505050;
	outline: none;
	text-decoration: none;
}

a.underline,
a.white-line{
	color: #00306d;
	border-bottom: 1px dotted #00306d;
	text-decoration: none;    
}

a.white-line{
	color: #fff;
	border-color: #fff;
}

/* 見出し */

.section-title{
	color: #E3DDA4;
	font-size: 4rem;
	line-height: 1.2;
	margin-bottom: 4rem;
	text-align: center;
	text-shadow: 1px 1px 6px rgb(0 0 0 / 40%), 1px -1px 6px rgb(0 0 0 / 40%), -1px 1px 6px rgb(0 0 0 / 40%), -1px -1px 6px rgb(0 0 0 / 40%);
}

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

.a-left{
	text-align: left;
}

.a-right{
	text-align: right;
}

.white-shadow{
	text-shadow: 0 0 0.05em #fff, 0 0 0.06em #fff, 0 0 0.07em #fff, 0 0 0.08em #fff, 0 0 0.09em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.5em #fff;	
}

.black-shadow{
	color: #fff;
	text-shadow:
	1px 1px 1px #505050, -1px -1px 1px #505050,
	-1px 1px 1px #505050,  1px -1px 1px #505050,
	1px 0px 1px #505050, -1px -0px 1px #505050,
	0px 1px 1px #505050,  0px -1px 1px #505050;
}
a.black-shadow{
	color: #fff;
}
a.black-shadow:hover{
	opacity: 0.6;
}

/*###########################################################################################*/
/* margine */
/*###########################################################################################*/

.m10 { margin: 0.8rem; }
.m20 { margin: 1.6rem; }
.m30 { margin: 2.4rem; }
.m40 { margin: 3.2rem; }
.m50 { margin: 4rem; }
.m60 { margin: 4.8rem; }
.m70 { margin: 5.6rem; }
.m80 { margin: 6.4rem; }
.m90 { margin: 7.2rem; }
.m100 { margin: 8rem; }
.mb10 { margin-bottom: 0.8rem; }
.mb20 { margin-bottom: 1.6rem; }
.mb30 { margin-bottom: 2.4rem; }
.mb40 { margin-bottom: 3.2rem; }
.mb50 { margin-bottom: 4rem; }
.mb60 { margin-bottom: 4.8rem; }
.mb70 { margin-bottom: 5.6rem; }
.mb80 { margin-bottom: 6.4rem; }
.mb90 { margin-bottom: 7.2rem; }
.mb100 { margin-bottom: 8rem; }
.mt10 { margin-top: 0.8rem; }
.mt20 { margin-top: 1.6rem; }
.mt30 { margin-top: 2.4rem; }
.mt40 { margin-top: 3.2rem; }
.mt50 { margin-top: 4rem; }
.mt60 { margin-top: 4.8rem; }
.mt70 { margin-top: 5.6rem; }
.mt80 { margin-top: 6.4rem; }
.mt90 { margin-top: 7.2rem; }
.mt100 { margin-top: 8rem; }
.ml10 { margin-left: 0.8rem; }
.ml20 { margin-left: 1.6rem; }
.ml30 { margin-left: 2.4rem; }
.ml40 { margin-left: 3.2rem; }
.ml50 { margin-left: 4rem; }
.ml60 { margin-left: 4.8rem; }
.ml70 { margin-left: 5.6rem; }
.ml80 { margin-left: 6.4rem; }
.ml90 { margin-left: 7.2rem; }
.ml100 { margin-left: 8rem; }
.mr10 { margin-right: 0.8rem; }
.mr20 { margin-right: 1.6rem; }
.mr30 { margin-right: 2.4rem; }
.mr40 { margin-right: 3.2rem; }
.mr50 { margin-right: 4rem; }
.mr60 { margin-right: 4.8rem; }
.mr70 { margin-right: 5.6rem; }
.mr80 { margin-right: 6.4rem; }
.mr90 { margin-right: 7.2rem; }
.mr100 { margin-right: 8rem; }

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.m0 { margin: 0; }
	.m10 { margin: 1rem; }
	.m20 { margin: 2rem; }
	.m30 { margin: 3rem; }
	.m40 { margin: 4rem; }
	.m50 { margin: 5rem; }
	.m60 { margin: 6rem; }
	.m70 { margin: 7rem; }
	.m80 { margin: 8rem; }
	.m90 { margin: 9rem; }
	.m100 { margin: 10rem; }
	.mb0 { margin: 0; }
	.mb5 { margin-bottom: 0.5rem; }
	.mb10 { margin-bottom: 1rem; }
	.mb20 { margin-bottom: 2rem; }
	.mb30 { margin-bottom: 3rem; }
	.mb40 { margin-bottom: 4rem; }
	.mb50 { margin-bottom: 5rem }
	.mb60 { margin-bottom: 6rem; }
	.mb70 { margin-bottom: 7rem; }
	.mb80 { margin-bottom: 8rem; }
	.mb90 { margin-bottom: 9rem; }
	.mb100 { margin-bottom: 10rem; }
	.mt0 { margin-top: 0; }
	.mt5 { margin-top: 0.5rem; }
	.mt10 { margin-top: 1rem; }
	.mt20 { margin-top: 2rem; }
	.mt30 { margin-top: 3rem; }
	.mt40 { margin-top: 4rem; }
	.mt50 { margin-top: 5rem; }
	.mt60 { margin-top: 6rem; }
	.mt70 { margin-top: 7rem; }
	.mt80 { margin-top: 8rem; }
	.mt90 { margin-top: 9rem; }
	.mt100 { margin-top: 10rem; }
	.ml0 { margin-left: 0; }
	.ml5 { margin-left: 0.5rem; }
	.ml10 { margin-left: 1rem; }
	.ml20 { margin-left: 2rem; }
	.ml30 { margin-left: 3rem; }
	.ml40 { margin-left: 4rem; }
	.ml50 { margin-left: 5rem; }
	.ml60 { margin-left: 6rem; }
	.ml70 { margin-left: 7rem; }
	.ml80 { margin-left: 8rem; }
	.ml90 { margin-left: 9rem; }
	.ml100 { margin-left: 10rem; }
	.mr0 { margin-right: 0; }
	.mr5 { margin-right: 0.5rem; }
	.mr10 { margin-right: 1rem; }
	.mr20 { margin-right: 2rem; }
	.mr30 { margin-right: 3rem; }
	.mr40 { margin-right: 4rem; }
	.mr50 { margin-right: 5rem; }
	.mr60 { margin-right: 6rem; }
	.mr70 { margin-right: 7rem; }
	.mr80 { margin-right: 8rem; }
	.mr90 { margin-right: 9rem; }
	.mr100 { margin-right: 10rem; }
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
	/*タブレット*/

	img.w100 { width: 100%; }
	.m10 { margin: 1.02vw; }
	.m20 { margin: 2.04vw; }
	.m30 { margin: 3.06vw; }
	.m40 { margin: 4.08vw; }
	.m50 { margin: 5.1vw; }
	.m60 { margin: 6.12vw; }
	.m70 { margin: 7.14vw; }
	.m80 { margin: 8.16vw; }
	.m90 { margin: 9.18vw; }
	.m100 { margin: 10.2vw; }
	.mb10 { margin-bottom: 1.02vw; }
	.mb20 { margin-bottom: 2.04vw; }
	.mb30 { margin-bottom: 3.06vw; }
	.mb40 { margin-bottom: 4.08vw; }
	.mb50 { margin-bottom: 5.1vw; }
	.mb60 { margin-bottom: 6.12vw; }
	.mb70 { margin-bottom: 7.14vw; }
	.mb80 { margin-bottom: 8.16vw; }
	.mb90 { margin-bottom: 91.8vw; }
	.mb100 { margin-bottom: 10.2vw; }
	.mt10 { margin-top: 1.02vw; }
	.mt20 { margin-top: 2.04vw; }
	.mt30 { margin-top: 3.06vw; }
	.mt40 { margin-top: 4.08vw; }
	.mt50 { margin-top: 5.1vw; }
	.mt60 { margin-top: 6.12vw; }
	.mt70 { margin-top: 7.14vw; }
	.mt80 { margin-top: 8.16vw; }
	.mt90 { margin-top: 9.18vw; }
	.mt100 { margin-top: 10.2vw; }
	.ml10 { margin-left: 1.02vw; }
	.ml20 { margin-left: 2.04vw; }
	.ml30 { margin-left: 3.06vw; }
	.ml40 { margin-left: 4.08vw; }
	.ml50 { margin-left: 5.1vw; }
	.ml60 { margin-left: 6.12vw; }
	.ml70 { margin-left: 7.14vw; }
	.ml80 { margin-left: 8.16vw; }
	.ml90 { margin-left: 9.18vw; }
	.ml100 { margin-left: 10.2vw; }
	.mr10 { margin-right: 1.02vw; }
	.mr20 { margin-right: 2.04vw; }
	.mr30 { margin-right: 3.06vw; }
	.mr40 { margin-right: 4.08vw; }
	.mr50 { margin-right: 5.1vw; }
	.mr60 { margin-right: 6.12vw; }
	.mr70 { margin-right: 7.14vw; }
	.mr80 { margin-right: 8.16vw; }
	.mr90 { margin-right: 9.18vw; }
	.mr100 { margin-right: 10.2vw; }
}


/*###########################################################################################*/
/* Animation */
/*###########################################################################################*/
.fade-animation {
	position: relative;
	transform: translate3d(0, 60px, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.fade-animation.is-anime {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.slidefade-animation {
	position: relative;
	transform: translate3d(-60px, 0, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.slidefade-animation.is-anime {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fade-animation.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.opacity-animation {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

.opacity-animation.active,
.opacity-animation.is-anime {
	opacity: 1;
}

.slide-animation {
	transform: translate3d(-100.5%, 0, 0);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-animation:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	transform-origin: right;
	transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.slide-animation.active,
.slide-animation.is-anime {
	transform: translate3d(0, 0, 0);
}

.slide-animation.active:before,
.slide-animation.is-anime:before {
	transform: translate3d(0, 0, 0) scale(0, 1);
}


/*###########################################################################################*/
/* button */
/*###########################################################################################*/

.btn-wrap{
	align-items: center;
	display: flex;
	justify-content: center;
}

.btn-wrap .disabled{
	opacity: 0.3;
}

.btn-wrap .hover{
	opacity: 1;
	transition: opacity 0.8s ease-in-out;
}
.btn-wrap .hover:hover{
	opacity: 0.5;
	transition: opacity 0.8s ease-in-out;
}


/*###########################################################################################*/
/* page-loadding */
/*###########################################################################################*/

.page-loadding {
  background: #000;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.page-loadding::before {
  animation: loadingSpin 1s linear infinite;
  background: url(../img/loading_icon.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8vw;
  margin-top: -4vw;
  margin-left: -4vw;
  max-height: 72px;
  max-width: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8vw;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .page-loadding::before {
    height: 3vw;
    margin-top: -1.5vw;
    margin-left: -1.5vw;
    max-height: 36px;
    max-width: 36px;
    width: 3vw;
  }
}

.is-visit .page-loadding {
  display: none;
}

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*###########################################################################################*/
/* Grobal menu */
/*###########################################################################################*/

/* page-header */

.page-header::before {
	backdrop-filter: blur(5px);
	content: "";
	display: block;
	height: 100%;
	position: fixed;
	opacity: 0;
	top: 0;
	transition: all .5s ease-in-out .2s;
	z-index: 2;
}

.page-header img {
	height: auto;
	width: 100%;
}

.page-header.is-active::before {
	opacity: 1;
}

.page-header.is-disable::before {
	transition: none;
}

@media screen and (max-width:768px){
	/* 幅768px以下に適用されるCSS（タブレットサイズ以下）*/

	.page-header::before {
		right: -50vw;
		width: 40%;
	}
	.page-header.is-active::before {
		right: 0;
	}
}

@media screen and (min-width:769px){
	/* 幅769px以上に適用されるCSS（タブレットサイズ以上）*/

	.page-header::before {
		left: -180px;
    	width: 180px;
	}
	.page-header.is-active::before {
	    left: 0;
	}
}


/* gnav-btn */

.page-header .gnav-btn {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    z-index: 5;
    background: rgb(0 0 0 / 100%);
    color: #E3DDA4;
    cursor: pointer;
    position: fixed;
    text-align: center;
    top: 2vw;
    border-radius: 50%;
    border: 2px solid #E3DDA4;
    padding: 1.7rem 1.6rem 1rem;

	height: 60px;
	width: 60px;
	right: 1rem;
}

.page-header.is-active .gnav-btn {
	right: 42%;
}

@media only screen and (min-width: 768px) {


}


.page-header .gnav-btn-ic::before, .page-header .gnav-btn-ic::after {
    background: #E3DDA4;
    content: "";
    display: block;
    height: 2px;
    transition: transform .2s ease-in;
}

.page-header .gnav-btn-ic::before, .page-header .gnav-btn-ic::after{
	margin-bottom: 0.7rem;
}

.page-header .gnav-btn-ic-item {
    background: #E3DDA4;
    height: 2px;
    transition: visibility .2s ease-in;
}

@media screen and (max-width:991px){
	/* 幅991px以下に適用されるCSS（PC以下） */

	.page-header .gnav-btn-ic-item{
		margin-bottom: 0.7rem;
	}
	.page-header.is-active .gnav-btn-ic-item {
		display: none;
	}
	.page-header.is-active .gnav-btn-ic::before, .page-header.is-active .gnav-btn-ic::after{
		margin: 0;
	}
	.page-header.is-active .gnav-btn-ic::before {
		margin-top: 9px;
		transform: rotate(45deg);
	}
	.page-header.is-active .gnav-btn-ic::after {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.page-header .gnav-btn {
	    top: 20px;
	    height: 80px;
	    left: 20px;
	    width: 80px;
	    padding: 2.5rem 2rem;
	}
	.page-header.is-active .gnav-btn {
		right: 42%;
		opacity: 0;
		z-index: 1;
	}


	.page-header .gnav-btn-ic::before, .page-header .gnav-btn-ic::after{
		margin-bottom: 1rem;
	}

	.page-header .gnav-btn-ic::after {
	    margin-top: 1rem;
	}
}


/* gnav */

.page-header .gnav {
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
	z-index: -1;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50%;
}

.page-header.is-active .gnav {
	visibility: visible;
	right: 0;
	width: 40%;
	z-index: 8;
}

@media screen and (max-width:767px){
	/* 幅767px以下に適用されるCSS（スマホ） */

	.page-header.is-active .gnav-btn {
		right: 54%;
	}
	.page-header::before,
	.page-header.is-active .gnav {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PC） */

	.page-header .gnav {
		width: 180px;
		left: -180px;
		right: 0;
		overflow-y: hidden;
	}

	.page-header.is-active .gnav {
		left: 0;
		width: 180px;
	}
}


/* gnav-logo */

.page-header .gnav-logo {
	margin-bottom: 8vw;
	opacity: 0;
	transform: translatex(30px);
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-logo {
		margin-bottom: 2vw;
		transform: translatex(-30px);
	}
}

.page-header.is-active .gnav-logo {
	opacity: 1;
	transform: translatex(0);
	visibility: visible;
}

.page-header.is-disable .gnav-logo {
	transition: none;
}


/* gnav-list */

.page-header .gnav-list {
	visibility: hidden;
}
.page-header.is-active .gnav-list {
	visibility: visible;
}

.page-header .gnav-list-item {
	opacity: 0;
	transform: translatex(30px);
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
}

.page-header.is-active .gnav-list-item {
	opacity: 1;
	transform: translatex(0);
	visibility: visible;
}

.page-header.is-disable .gnav-list-item {
	transition: none;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-list-item {
		transform: translatex(-30px);
	}
}

body .is-delay-gnav-01 {
  transition-delay: .1s !important;
}

body .is-delay-gnav-02 {
  transition-delay: .2s !important;
}

body .is-delay-gnav-03 {
  transition-delay: .3s !important;
}

body .is-delay-gnav-04 {
  transition-delay: .4s !important;
}

body .is-delay-gnav-05 {
  transition-delay: .5s !important;
}

/* gnav-inner */

.page-header .gnav-inner {
	height: 100%;
	width: 100%;
}

.page-header .gnav-inner .enclose-box {
	background-color: transparent;
	height: inherit;
	padding: 2rem;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-inner .enclose-box {
		padding: 0.5vw;
	}
}

.page-header .gnav-inner .enclose-box::after {
	background-image: url(../img/gnav_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: inherit;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media only screen and (max-width: 768px) {
	.page-header .gnav-inner .enclose-box::after {
		right: 0;
	}
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-inner .enclose-box::after {
		left: 0;
	}
}


.page-header .gnav-inner .enclose-box-pattern {
	border-width: 12px;
	height: 100%;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-inner .enclose-box-pattern {
		border-width: 18px;
	}
}

.page-header .gnav-inner .enclose-box-inner {
	padding: 4vw 0;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-inner .enclose-box-inner {
		height: inherit;
		padding: 1vw 0;
	}
}


.page-header .gnav-list {
	text-align: center;
	font-size: 2rem;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-list {
		margin-bottom: 2vw;
	}
}

.page-header .gnav-list-item {
	margin-bottom: 2rem;
}

.page-header .gnav-list-item {
	opacity: 0;
	transform: translatex(30px);
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	visibility: hidden;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.page-header .gnav-list-item {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.page-header .gnav-list-item a {
	color: #FFF;
	display: inline-block;
	transition: color .4s ease-in-out;
}
.page-header .gnav-list-item a:hover {
	color: #E3DDA4;
}

.page-header .gnav-list-outbound .gnav-list-item:first-child {
	border-top: 1px solid rgba(227, 221, 164, 0.4);
	margin-top: 6vw;
	padding-top: 6vw;
}

@media only screen and (min-width: 769px) {
	.page-header .gnav-list-outbound .gnav-list-item:first-child {
		margin-top: 2vw;
		padding-top: 2vw;
	}
}

.page-header .gnav-list-outbound .gnav-list-item a {
	color: #E3DDA4;
}

/****** icon ******/
.ic::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.ic.ic-up {
}

.ic.ic-up::before, .ic.ic-up::after {
  background: #E3DDA4;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  margin: -1.2rem;
  position: absolute;
  top: 50%;
  width: 10px;
  z-index: 1;
}

.ic.ic-up::after {
  animation: pulsate 1.5s ease infinite;
}
@keyframes pulsate {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: .1;
    transform: scale(3, 3);
  }
}

.page-header .gnav-btn .enclose-box.ic-up::before, .page-header .gnav-btn .enclose-box.ic-up::after {
	top: 1.4rem;
    right: 1.5rem;
	left: auto;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.page-header .gnav-btn .enclose-box.ic-up::before, .page-header .gnav-btn .enclose-box.ic-up::after {
		right: auto;
	    left: 1.5rem;
	    top: 1.8rem;
	}
}


/*###########################################################################################*/
/* mainvisual */
/*###########################################################################################*/

.mainvisual{
	text-align: center;
	position: relative;
	height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.mainvisual .catch{
	max-width: 700px;
	margin: 0 auto;
	position: absolute;
	top: 10rem;
	left: 0;
	right: 0;
}

.mainvisual .logo{
	z-index: 1;
	margin: 0 auto;
}

.mainvisual .inner{
	display: flex;
	align-items: center;
	height: inherit;
}

.mainvisual .logo .img{
	position: relative;
}

.mainvisual .lamp, .mainvisual .r15{
    position: absolute;
    width: 30px;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mainvisual .r15{
    width: 100px;
    bottom: 40px;
    right: 10px;
    left: auto;
}

.mainvisual .startdate{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #e3dda4;
    bottom: 10rem;
    font-size: 3rem;
    z-index: 1;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.mainvisual .lamp{
		width: 45px;
    	bottom: 5px;
	}
	.mainvisual .r15{
		width: 140px;
	    bottom: 20px;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.mainvisual .logo .img{
		z-index: 7;
		max-width: 600px;
	}

	.mainvisual .lamp{
		width: 35px;
	}
	.mainvisual .r15{
	    width: 150px;
	}
}

/*###########################################################################################*/
/* introduction */
/*###########################################################################################*/

.introduction .btn-wrap{
	padding-right: 6px;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section.introduction{
		padding-top: 0;
	}
}


/*###########################################################################################*/
/* novel */
/*###########################################################################################*/

.section.novel{
	position: relative;
	background: url(../img/bg_ship.png) no-repeat top center #FFF;
	background-size: cover;
	width: 100%;
}

.novel .inner{
	background: #050d26;
	padding: 2rem;
	margin: 0 4%;
}

.novel .chapter-name {
	margin: 2rem 0 0.5rem;
	font-weight: normal;
	font-size: 2rem;
	color: #e3dda4;
}
.novel .chapter-name::first-child{
	margin-top: 0;
}

.novel .nav-list{
	display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.novel .nav-list .item{
	margin-right: 0.8rem;
}

.novel .nav-btn {
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
	text-shadow: 1px 0px 0px rgb(255 255 255);
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	background-color: #e3dda4;
	font-size: 2.4rem;
}
.novel .nav-btn:not(.disabled):hover,
.novel .nav-btn:not(.disabled):active {
	background-color:#b9b485;
}
.novel .nav-btn.disabled{
	opacity: 0.2;
}

.novel .lamp{
    top: -80px;
    width: 80px;
    right: -4%;
	position: absolute;
	transform: scale(-1, 1);
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.novel .nav-list{
	    justify-content: space-between;
	}

}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.novel .inner {
		max-width: 700px;
		padding: 2.4rem;
		margin: auto;
	}
	.novel .lamp{
		width: 100px;
		right: -97px;
		top: 1rem;
		transform: none;
	}

	.novel .nav-list{
	    justify-content: space-between;
	}

	.novel .nav-list .item{
		margin-right: 0;
	}

}


/*###########################################################################################*/
/* hajimari */
/*###########################################################################################*/

.hajimari{
	position: relative;
}
.hajimari .bg{
    height: 35rem;
    background-size: 35rem;
    background-image: url(../img/bg_brain.png);
    background-repeat: no-repeat;
    background-position: center;
}

.hajimari .section-title .num{
	font-size: 8rem;
}
.hajimari .section-title{
	font-size: 2rem;
}

.hajimari .inner-small{
	color: #fff;
	line-height: 2.3;
	max-width: 420px;
}

.hajimari .comic{
	position: relative;
}

.hajimari .comic .shido{
	position: absolute;
}

.hajimari .btn-wrap{
	margin-top: 3rem;
}

@media screen and (max-width:767px){
	/* 幅768px以下に適用されるCSS（スマホ） */

	.hajimari .comic{
		margin-top: 16rem;
	}

	.hajimari .comic .shido{
	    width: 120px;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: -153px;
	}
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.hajimari .comic .shido {
	    width: 150px;
	    right: 5%;
	    top: -192px;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.hajimari .bg{
    	background-size: 40rem;
	}

	.hajimari .comic{
		width: 800px;
	}
	.hajimari .comic .shido{
		right: 0;
		top: -254px;
		width: 200px;
	}
}


/*###########################################################################################*/
/* character */
/*###########################################################################################*/

.character .sub.section-title{
	font-size: 2rem;
	margin: 4rem 0 2rem;
}
.character .frame{
	color: #e3dda4;
	font-size: 1.6rem;
	width: 200px;
	margin: 2rem auto 0;
	padding: 3px;
	background: linear-gradient(to right bottom, #d2b446, #e8d0ae);
}
.character .frame-inner{
	padding: 5%;
	background-color: #050d26;
}

.character .other-list .item{
	background: #fff;
	box-shadow: 8px 8px 13px -10px #000;
	margin-bottom: 5rem;
}
.character .other-list .item .img-bg{
	text-align: center;
	background-image: url(../img/chara/bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.character .other-list .item .img{
	vertical-align: bottom;
	height: 200px;
	width: auto;
	object-fit: cover;
}
.character .other-list .item .name{
	color: #E3DDA4;
	font-size: 1.6rem;
	padding: 1rem;
	background: #293046;
}
.character .other-list .item .detail{
	padding: 1rem;
}

@media screen and (max-width:767px){
	/* 幅768px以下に適用されるCSS（スマホ） */

	.character .heroine{
		margin-top: 5rem;
	}
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.character .main{
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
	}
	.character .sub.section-title{
		font-size: 3rem;
		margin: 8rem 0 5rem;
	}
	.other-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -1.4rem 0 0;
	}
	.other-list .item{
		width: 22.4rem;
		margin-right: 1.4rem;
	}
	.other-list .item .name{
		font-size: 1.8rem;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.other-list{
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1100px;
	}
	.other-list .item{
		width: 24rem;
		margin: 0;
	}
	.character .other-list .item .img{
		max-height: 192px;
	}
}

/*###########################################################################################*/
/* keyword */
/*###########################################################################################*/

    .keyword .word-list{
        color: #f3fffe;
        font-size: 2rem;
        line-height: 2;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 0 0.3rem #1da1f2, 0 0 0.5rem #1da1f2, 0 0 0.1rem #1da1f2, 0 0 2rem #6ffff8;
        filter: saturate(80%);
    }
    .keyword .f1{
        font-size: 3rem;
    }
    .keyword .word-list .box{
        background: #000;
        color: #e3dda4;
        padding: 0.2rem 0.6rem 0.6rem 1.2rem;;
        text-align: center;
        margin: 0 1rem;
        text-shadow: none;
    }
    .red{
        color: red;
    }
    .f-shippori-mincho{
        font-family: 'Shippori Mincho B1', serif;
    }

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

    .keyword .word-list{
        font-size: 3rem;
        letter-spacing: 1rem;
    }
    .keyword .f1{
        font-size: 6rem;
    }
    .keyword .f2{
        font-size: 3.6rem;
    }
}

/* omake_comic */

.omake_comic{
	text-align: center;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.omake_comic .img{
		width: 800px;
	}
}

/*###########################################################################################*/
/* effect-bg */
/*###########################################################################################*/

.effect-bg {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: -1;
}
.effect-bg::before {
	opacity: 0;
	transition: opacity .4s ease-in;
}
.effect-bg::after {
	opacity: 0;
	transition: opacity .4s ease-in-out;
}

.effect-bg::before {
	background: url(../img/page_bg-overlay-sp.png) center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

.is-scrFx .effect-bg::before {
	opacity: 1;
}
.is-scrFx .effect-bg.is-active::before {
	opacity: 0;
}
.is-scrFx .effect-bg.is-active .effect-bg-chara::before, .is-scrFx .effect-bg.is-active .effect-bg-chara::after {
	opacity: 0;
}
.is-scrFx .effect-bg.is-active::after {
	opacity: 1;
}

@media only screen and (min-width: 769px) {
	.effect-bg::before {
		background: url(../img/page_bg-overlay.png) center no-repeat;
		background-size: cover;
	}
}

.effect-bg-item {
	height: 100%;
	left: -50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.effect-bg-item::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, black 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.effect-bg-item .effect-bg-img {
	background-image: url(../img/bg_mainvisual.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 250vw;
	height: 100%;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	z-index: 1;
}

@media only screen and (min-width: 769px) {
	.effect-bg-item .effect-bg-img {
		background-position: center;
		background-size: cover;
	}
}

.effect-bg-video {
	left: 60%;
	position: fixed;
	transform: translateX(-50%);
	top: 0;
	z-index: 3;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.effect-bg-video {
		left: 90%;
	}

}

.effect-bg-video .video-player {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.effect-bg-item {
		left: 50%;
	}
	.effect-bg-video {
		left: 50%;
	}

}

@media only screen and (max-width: 768px) {
	.effect-bg-video .video-player {
		height: 100%;
		width: 100%;
	}
}

@media only screen and (orientation: landscape) and (max-width: 1024px){
	.effect-bg-item {
	    left: 50%;
	}
	.effect-bg-video .video-player {
	    height: 120%;
	    width: 120%;
	}
}

.effect-bg canvas {
	position: relative;
	z-index: 3;
}
.effect-bg canvas {
	transition: opacity 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.is-fvFx .effect-bg canvas {
	opacity: 1;
}
.is-fvFx .effect-bg canvas.is-hide {
	opacity: 0;
}
.is-visit .effect-bg canvas {
	opacity: 1;
}
.is-visit .effect-bg canvas.is-hide {
	opacity: 0;
}