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

/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */
#page-top {
	bottom: 1vh;
	right:  -3vh;
}

#page-top a {
	width: 60%;
}
/* ----------------------------------------------------------------------
	メインメニュー土台
   ---------------------------------------------------------------------- */
.head-menu{
	background-color: #FFF4B1;
	width: 100%;
	height: 42px;
}

.nav-list-sp {
	display: none;
/*	text-align: center;*/
	width: 100vw;
	height: 100vh;
	background-color: #faca8d;
	/* 固定 */
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:1100;
	overflow-y: scroll;
}
/* メニュー表示 */
.nav-open .nav-list-sp {
	display: block;
	/* フェードイン */
	animation: fadein 0.1s linear 0s 1;
}

/* フェードイン キーフレーム */
@keyframes fadein{
	0%{opacity:0;}100% {opacity:1;}
}

.nav-list-top{
	margin-top: 1vh;
	text-align: center;
}

.nav-list-sp h1{
	font-size: 9.5vw;
	color: #905e42;
	font-weight: inherit;
}

.nav-list-sp h2{
	font-size: 7.5vw;
	color: #905e42;
	font-weight: inherit;
}


.nav-list-sp-ul{
	margin-top: 5vh;
	margin-left: 4vw;
	width: 88%;
	border-top:solid	#ffffff 1vw;
	padding-top:0vh;
}
.nav-list-sp-ul>ul{
	margin-top: 1vh;
	border-bottom:solid	#ffffff 1vw; /*borderの指定*/
	padding-bottom:1vh;
}

.nav-list-sp-ul>ul>li{
	display: inline-block;
	vertical-align: middle;
}
.nav-list-sp img{
	margin-left: 4vw;
	margin-right: 3vw;
	width: 12vw;
}

/* ------------------------------------------------------------------
	トグルボタン
   ------------------------------------------------------------------ */
#nav-trigger div {
	padding: 22px;
	margin: -10px;
}
#nav-trigger,
#nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav-trigger {
	position: relative;
	float: right;

	margin-top: 10px;
	margin-right: 20px;
	width: 36px;
	height: 32px;
	z-index: 1200;
}
#nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #905e42;
	border-radius: 4px;
}
#nav-trigger span:nth-of-type(1) {
	top: 0;
}
#nav-trigger span:nth-of-type(2) {
	top: 13px;
}
#nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
#nav-trigger:after {
	content: "";
	clear: both;
	display: block;
}


/* ------------------------------------------------------------------
	トグルボタン アニメーション
   ------------------------------------------------------------------ */

   #nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
  }
  #nav-trigger.active span:nth-of-type(2) {
	opacity: 0;
  }
  #nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
  }
  .nav-open #nav-trigger span:nth-child(1) {
	  top: 11px;
	  transform:rotate(-45deg)
  }
  .nav-open #nav-trigger span:nth-child(2),
  .nav-open #nav-trigger span:nth-child(3) {
	  top: 11px;
	  transform:rotate(45deg)
  }
  

/* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */

.sec-st-top {
	padding-top: 80px;
	margin-right:  auto;
	margin-left:  auto;
}
.sec-st-top img {
	width: 100%; 
}

.sec-st-pre{
	background-color: #fff4b1;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.sec-st-pre h1{
	text-align: center;
	font-size: 1.5em;
	color: #905e42;
	font-weight: inherit;
}

.dl-banner {
	margin-top: 1vh;
	margin-bottom: 1vh;
    display: flex;
    justify-content: center;
}

.dl-banner li{
	list-style: none;
	margin-left: -3vw;
	margin-right: -3vw;
}

.dl-banner img{
	max-width: 70%; 
}


.sec-st-image,
.sec-st-movie,
.sec-st-twitter,
.sec-st-news{
	margin-top: 5.0vh;
	position: relative;
}
.sec-st-link
{
	margin-top: 5.0vh;
}
.anchor{
	margin-top: -5.0vh;
	padding-top: 5.0vh;
}

.sec-st-news img,
.sec-st-twitter img,
.sec-st-movie img, 
.sec-st-image img{
	width: 340px;
}

.sec-st-image-w{
	position: absolute;
	top: 66%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sec-st-playSlider {
	width: 280px;
}
.sec-st-playSlider img{
	width: 100%;
	margin: 0 auto;
}

.slick-prev::before {
	content: url(../img/img_scd3_arrow_l.png) !important;
}
 .slick-next::before {
	 content: url(../img/img_scd3_arrow_r.png) !important;
}
.slick-dots{
	bottom: -4vh !important;
}
.slick-prev{
	left: -6vw !important;
	scale: 50%;
	top: 35% !important;
}
.slick-next{
   right: -3vw !important;
   scale: 50%;
   top: 35% !important;
}

.st-twitter,
.sec-pv,
.sec-st-news-notice{
   position: absolute;
   top: 60%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.sec-pv{
	width: 280px;
	height: 160px 
}

.sec-st-news-notice{
	width: 280px;;
}
.sec-st-news-noticetxt{
	text-align: left;
	padding: 10px 0px 10px 10px;
	height: 156px;
	overflow: auto;
	font-size: 1.0em;
	line-height: 1.5em;
	word-break: break-all;
}

.st-twitter{
   position: absolute;
   top: 48%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.sec-st-twitter{
	margin-bottom: 4vh;
}
.link-banner {
	margin-left: 3vw;
	margin-right: 3vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
    display: flex;
    justify-content: center;
}
.link-banner li{
	list-style: none;
	margin-left: 2vw;
	margin-right: 2vw;
}

.sec-st-link img{
	width: 120px;
}
.link-banner img{
	width: 100%;
}
.sec-st-link{
	padding-bottom: 1vh;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*~324*/
.anchor-qa{
	margin-top: -18vw;
	padding-top: 18vw;
}
.qa-top {
	margin-top: 15vw;
}
/*straycat*/
.qa-title{ 
	padding-top: 6vw;
	padding-bottom: 1vw;
	line-height: 1.0em;
	text-align: center;
	font-size: 1.0em;
	background-color: #faca8d;
}
/*QA*/
.qa-qa{
	padding-top: 1vw;
	padding-bottom: 1vw;
	line-height: 1.0em;
	font-size: 1.0em;
	text-align: center;
	border-bottom: 0.8vw #905e42 solid;
}
/*よくある質問*/
.qa-any{
	padding-top: 4vw;
	padding-bottom: 1.5vw;
	text-align: center;
	line-height: 0.5em;
	font-size: 1.0em;
}
.qa-cate{
	padding-top: 6vw;
	line-height: 1.0em;
	font-size: 1.0em;
}

/*質問本体*/
.qa-base {
	max-width: 100%;
	text-align: left;
	margin-left: 3vw;
	margin-right: 3vw;
	margin-top: 0vw;
	margin-bottom: 4vw;
}

/*質問*/
.qa-q-ba{
	border-bottom: 0.2vw #905e42 solid;
	border-bottom-style: dashed;
}
.qa-q{
	padding: 1.0em 0 0.5em 2.0em;
	color: #905e42;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 0.9em;
}
.qa-q:before{
	content: "";
	width: 6vw;
	height: 6vw;
	left: 1vw;
	top: 0.8em;
	background-size: 1.0em;
}
/*答え*/
.qa-a-ba{
	border-bottom: 0.8vw #905e42 solid;
}
.qa-a{
	padding: 1.0em 0 1.0em 2.0em;
	color: #905e42;
	font-weight: 800;  
	line-height: 1.2em;
	font-size: 0.9em;
}
.qa-a img{
	width: 78vw;
}

.qa-a:before{
	content: "";
	width: 6vw;
	height: 6vw;
	left: 1vw;
	top: 0.8em;
	background-size: 1.0em;
}

.nav-list-qa{
	margin-left: 0.5em;
}
.nav-list-qa>ul{
	margin-top: 0.5vw;
}
.nav-list-qa>ul>li{
	display: inline-block;
	vertical-align: middle;
}
.nav-list-qa h2{
	font-size: 0.8em;
}

@media screen and (min-width:325px)  and ( max-width:400px){
/*325~400*/
	.anchor-qa{
		margin-top: -16vw;
		padding-top: 16vw;
	}
	.qa-top {
		margin-top: 12vw;
	}
	/*straycat*/
	.qa-title{ 
		padding-top: 6vw;
		padding-bottom: 1vw;
		font-size: 1.2em;
	}
	/*QA*/
	.qa-qa{
		font-size: 1.2em;
		border-bottom: 0.6vw #905e42 solid;
	}
	/*よくある質問*/
	.qa-any{
		font-size: 1.2em;
	}
	.qa-cate{
		font-size: 1.2em;
	}

	/*質問*/
	.qa-q{
		font-size: 1.0em;
	}
	.qa-q:before{
		background-size: 1.2em;
	}
	/*答え*/
	.qa-a-ba{
		border-bottom: 0.6vw #905e42 solid;
	}
	.qa-a{
		font-size: 1.0em;
	}
	.qa-a:before{
		background-size: 1.2em;
	}

	.nav-list-qa>ul{
		margin-top: 1vw;
	}

}
@media screen and (min-width:401px)  and ( max-width:500px){
/*401~500*/
	.anchor-qa{
		margin-top: -12vw;
		padding-top: 12vw;
	}
	.qa-top {
		margin-top: 12vw;
	}
	/*straycat*/
	.qa-title{ 
		padding-top: 3vw;
		padding-bottom: 1vw;
		font-size: 1.5em;
	}
	/*QA*/
	.qa-qa{
		padding-top: 2vw;
		padding-bottom: 2vw;
		font-size: 1.4em;
	}
	/*よくある質問*/
	.qa-any{
		font-size: 1.4em;
	}
	.qa-cate{
		padding-top: 3vw;
		font-size: 1.4em;
	}

	.qa-q{
		padding: 1.0em 0 0.5em 2.4em;
		font-size: 1.0em;
	}
	.qa-q:before{
		background-size: 1.4em;
	}


	/*答え*/
	.qa-a-ba{
		border-bottom: 0.7vw #905e42 solid;
	}
	.qa-a{
		padding: 1.0em 0 1em 2.4em;
		font-size: 1.0em;
	}
	.qa-a:before{
		background-size: 1.4em;
	}

	.nav-list-qa{
		margin-left: 1vw;
	}
	.nav-list-qa>ul{
		margin-top: 1vw;
	}
	.nav-list-qa h2{
		font-size: 1.0em;
	}

}
@media screen and (min-width:501px) {
/*501~620*/
	.anchor-qa{
		margin-top: -10vw;
		padding-top: 10vw;
	}
	.qa-top {
		margin-top: 6vw;
	}

	/*straycat*/
	.qa-title{ 
		padding-top: 5vw;
		padding-bottom: 0vw;
		line-height: 1.2em;
		font-size: 2.5em;
	}
	/*QA*/
	.qa-qa{
		font-size: 2.5em;
		border-bottom: 4px #905e42 solid;
	}
	/*よくある質問*/
	.qa-any{
		padding-top: 2vw;
		padding-bottom: 1vw;
		line-height: 1.0em;
		font-size: 2.0em;
	}
	.qa-cate{
		padding-top: 3vw;
		font-size: 1.6em;
	}

	/*質問本体*/
	.qa-base {
		margin-top: 0vw;
		margin-right: 8vw;
		margin-left:  8vw;
		margin-bottom: 4vw;
	}
	/*質問*/
	.qa-q-ba{
		border-bottom: 0.1em #905e42 solid;
		border-bottom-style: dashed;
	}
	.qa-q{
		padding: 1.0em 0 0.5em 2.5em;
		font-size: 1.2em;
	}
	.qa-q:before{
		content: "";
		width: 6vw;
		height: 6vw;
		left: 0.5vw;
		top: 0.9em;
		background-size: 1.4em;
	}

	/*答え*/
	.qa-a-ba{
		border-bottom: 0.15em #905e42 solid;
	}
	.qa-a{
		padding: 1.0em 0 1em 2.5em;
		font-weight: 500;  
		font-size: 1.2em;
	}
	.qa-a:before{
		content: "";
		width: 6vw;
		height: 6vw;
		left: 0.5vw;
		top: 0.9em;
		background-size: 1.4em;
	}

	.nav-list-qa{
		margin-left: 1vw;
	}
	.nav-list-qa>ul{
		margin-top: 2vw;
	}
	.nav-list-qa h2{
		font-size: 1.2em;
	}
}

.nav-list-qa a{
	color: #905e42;
}

/* =======================================================================
   ======================================================================= */
.pc {
	display: none;
}
/* =======================================================================
	footer
   ======================================================================= */

.foot-dl-banner{
	text-align: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.foot-link{
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.foot-other-logo{
	display: flex;
    justify-content: center;
}
.foot-other-logo div{
	margin-left: 7vw;
	margin-right: 7vw;
}
.foot-other-logo img{
	width: 40px;
}

.foot-gm-name{
	text-align: center;
	margin-top: 2vh;
}


.foot-gm-title {
	padding-bottom: 2vh;
	line-height: 1.5em;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: 800;
}
.foot-gm-name p{
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: left;
	display: inline-block;
	margin-left: 2.5vw;
	margin-right: 2.5vw;
	font-weight: 100;
}
.foot-last-moji{
	margin-top:   0vh;
	margin-left:  -2vw;
	margin-right: 0vw;
	margin-bottom: 0vh;
	display: flex;
	flex-flow: column;
}
.foot-last-moji li{
	margin-left: 0vw;
	margin-right: 0vw;
	margin-bottom: 3vh;
}
.foot-last-img{
	text-align: center;
	margin-left:  -14vw;
	margin-bottom: 5vh;
}
.foot-last-img img{
	width: 150px;
}

.foot-cat {
	margin-top: 2vh;
	margin-left: 8vw;
}

.foot-cat img{
	width: 80px;
}

.foot-last{
	margin-top: 2vh;
	margin-bottom: 1vh;
    display: flex;
    justify-content: center;
}

.foot-copyright{
	text-align: center;
	padding-bottom: 34px;
}

.foot-privacy,
.foot-support,
.foot-terms{
	text-align: left;
	border-left: solid 2px;	
	padding-left: 4vw;
/*	padding-right: 30px;
	height:50%;*/
}

