@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
  font-optical-sizing: auto;
	font-family: 'Noto Serif JP','Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",serif;
  font-style: normal;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
}

.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,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{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:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
figure{padding:0;margin:0;}
img{
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height:auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a{text-decoration: none;color:#000;transition: all .25s ease;}
a:hover{}

*{box-sizing:border-box;}

/* animation ---------------------------------------*/

.animation{
	transition: all 1500ms cubic-bezier(0.350, 1.000, 0.450, 1.000);
	opacity: 0;
	transform: translate(0px,30px);
}

.animation.on{
	opacity: 1;
	transform: translate(0px,0);
}
/* アニメーション用の親要素 */
.animation-left {
	text-align: center;
	min-width: 100%;
}

/* アニメーションするテキスト */
.animation-left p span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	width: 0;
	animation: text_slide 1.0s forwards linear;
	animation-delay: 1.0s;
}


@keyframes text_slide {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

/* buruburuの基本クラスからアニメーションを削除 */
.buruburu {
    /* アニメーションなし */
}

/* アニメーション開始用のクラス */
.buruburu-start {
    -webkit-animation: buruburu 0.1s 8 linear alternate, 
                      buruburu 0.1s 8 linear alternate 2.2s;  /* 1秒待機後に再度実行 */
    animation: buruburu 0.1s 8 linear alternate,
              buruburu 0.1s 8 linear alternate 2.2s;  /* 1秒待機後に再度実行 */
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}

/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.flex{
	display:flex;
	justify-content:space-between;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
  .foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.content{
	max-width:480px;
	margin:0 auto;
}

.pc-bg{display: none;}

.wrapper{
	background: url(../img/bg_all.jpg) repeat-y top center;
	background-size: 100%;
}

.pc-read-txt{display: none;}
.pc-ornament{display: none;}

.pc-read-txt{
	position: absolute;
	top: 60px;
	right: -80px;
	z-index: 200;
}

/* header ---------------------------------------*/

header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.header-inner{
}

.header-logo{
	display: block;
	background: url(../img/logo.png) 0 0 no-repeat;
	background-size: 100%;
	width: 43.4vw;
	height: 13vw;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 2.4vw;
	top: 2.3vw;
}

.gnav{}
.gnav-pc-logo{display: none;}
.gnav-inner{display: none;}


/* kv ---------------------------------------*/

.kv-wrapper{
	position: relative;
	/*height: 100vh;*/
	padding-top: 33px;
	margin-bottom: 33px;
}

.kv{
	height: 100%;
	overflow: hidden;
	position: relative;
}

.kv-title{
	position: absolute;
	left: 50%;
	top: 89%;
	transform: translate(-50%,-50%);
	width: 81%;
	z-index: 12;
}

.kv-scroll{
	display: block;
	position: absolute;
	right: 15px;
	bottom: 100px;
	width: 2.4%;
	z-index: 10;
}

.kv-scroll::after{
	display:block;
	content:'';
	background:#000;
	width:2px;
	height:60px;
	position:absolute;
	right:1px;
	top:60px;
}

.kv-scroll img{
	position: absolute;
	right: -4px;
	top: 0;
	transform-origin: left top;
	transform: rotate(0deg);
	width: 100%;
}


/* message ---------------------------------------*/

.message{
	padding: 5% 0 66.5%;
	position: relative;
	overflow: hidden;
}
.message-title{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 2.7em;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-bottom: 23px;
}

.message-text-wrapper{
	height: 13vw;
	position: relative;
	top: 6vw;
}

.message-text{
	position: relative;
	display: flex;
	width: 416vw;
}

.message-text img{
	width: 54%;
	padding-right: 5px;
}

.loop-to-left img:first-child {
	animation: loopleft 50s -25s linear infinite;
}

.loop-to-left img:last-child {
	animation: loopleft2 50s linear infinite;
}

.loop-to-left-fast ul:first-child {
	animation: loopleft 50s -25s linear infinite;
}

.loop-to-left-fast ul:last-child {
	animation: loopleft2 50s linear infinite;
}

@keyframes loopleft {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loopleft2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

.loop-to-right img:first-child {
	animation: loopright 50s -25s linear infinite;
}

.loop-to-right img:last-child {
	animation: loopright2 50s linear infinite;
}

.loop-to-right-fast ul:first-child {
	animation: loopright 50s -25s linear infinite;
}

.loop-to-right-fast ul:last-child {
	animation: loopright2 50s linear infinite;
}

@keyframes loopright {
	0% {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}

@keyframes loopright2 {
	0% {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(0);
	}
}


/* footer ---------------------------------------*/

footer{
	color: #fff;
	padding: 14.5vw 0vw 6vw;
}

.footer-inner{
	position:relative;
	text-align: center;
}

.footer-sns{
	padding: 0vw 11vw 1vw;
}

.footer-sns-title{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 50%;
}

.footer-sns-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 0 0;
	margin-top: 0;
	width: 48%;
}

.footer-sns-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.footer-sns-block:last-child{border-bottom: none; margin-bottom: 16px;}
.footer-sns-block:last-child .footer-sns-list{
	border-bottom: none;
}

.footer-sns-list > li{
	width: 32px;
	margin: 0 0;
}

.footer-logo{
	text-align: center;
	margin-bottom: 13px;
}

.footer-logo a{display: inline-block;}
.footer-logo a img{width: 120px;}

.copyright{
	display: block;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.pc{display: none}
.pcbr{display: none;}

/* pc */
@media screen and (min-width: 494px){

	.sp{display: none !important;}
	.spbr{display: none;}

	.pc{display: block !important;}
	.pcbr{display: block;}

	/* bg ---------------------------------------*/

	.pc-bg{
		display: block;
		position: fixed;
	}	
	.pc-bg img{
		width: 100%;
		padding-top: 50px;
	}

	.pc-ornament {
		position: relative;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.pc-ornament .ornament-01{
		position: fixed;
		top: 12vw;
		right: 18vw;
		/* max-width: 391px; */
		width: 27.2vw;
	}
	.pc-ornament .ornament-02{
		position: fixed;
		top: 26vw;
		right: 26vw;
		/* max-width: 160px; */
		width: 11.4vw;
	}


	/* header ---------------------------------------*/

	.wrapper{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #47bed4;
		background-size: 100%;
	}

	.content{
		position: relative;
		z-index: 10;
		background: url(../img/bg_all.jpg) no-repeat center center;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 0 0 0 16vw;
    max-width: 390px;
	}

	header{
	}

	.header-inner{
		position: relative;
		z-index: 11;
	}


	/* scroll ---------------------------------------*/

	.scroll{
		position: absolute;
		left: 30px;
		bottom: -150px;
		width: 130px;
		height: 130px;
	}

	.scroll-circle{
		animation-name: rotate;
		animation-duration: 30s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	@keyframes rotate {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
	.scroll-arrow{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	/* kv ---------------------------------------*/

	.kv-wrapper{
		min-height: 0;
		/*height: 100vh;*/
		padding-top: 0;
	}

	.kv{
		height: 100%;
		overflow: hidden;
		position: relative;
		padding-top: 0;
	}

	.kv-title{
		width: 78%;
		top: 82%;
	}

	.kv-scroll{
		display: block;
		width: 11px;
		right: 30px;
		bottom: 135px;
	}

	.kv-scroll::after{width:1px;}

	/* theme ---------------------------------------*/


	/* footer ---------------------------------------*/

	footer{padding:70px 0 0;}
	.footer-sns{padding: 0px 55px 30px;}
	.footer-sns-title{
		font-size: 17px;
		line-height: 1.4em;
		width: 49%;
		letter-spacing: 0.03em;
	}

	.footer-sns-list{
		padding: 0px 0 0px;
		margin-bottom: 0px;
		width: 48%;
	}

	.footer-sns-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #fff;
		padding-bottom: 34px;
		margin-bottom: 37px;
	}
	.footer-sns-list > li{
		width: 44px;
		margin: 0 0;
	}

	.footer-sns-list > li a{
		display: block;
		transition: all .25s ease;
	}

	.footer-sns-list > li a:hover{opacity:0.7;}

	.footer-logo{margin-bottom: 30px;}
	.footer-logo a img{width: 150px;}
	.copyright{font-size: 14px;}

}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-item {
	padding-bottom: 23px;
	margin-bottom: 24px;
	border-bottom: 2px solid #fff;
}

.faq-question {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.faq-icon {
}

.faq-question .faq-icon {
	font-size: 20px;
}

.faq-toggle {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}

.faq-toggle-line {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 3px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-toggle-line:last-child {
	transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}

.faq-item.is-open .faq-toggle-line:last-child {
    transform: translateY(-50%) rotate(0);
}

.faq-answer {
	display: none;
	padding: 20px;
	line-height: 1.6;
}

.faq-answer-text {
	padding-left: 0;
	font-size: 12px;
	letter-spacing: 0.01em;
}

.faq-answer-text ul {
    margin: 10px 0;
    padding-left: 20px;
}

.term-content{display: none;}
