@charset "UTF-8";



/*共通
---------------------------------------------------------*/
.com_title{
	max-width: 580px;
	margin: 0 auto 30px auto;
}
.top_title div{
	margin: 0 auto 10px auto;
}
.top_title h2{
	text-align:center;
	font-weight: bold;
	font-size:120%;
	letter-spacing: 0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_title{
	width: 60%;
	margin: 0 auto 20px auto;
}
.top_title div{
	margin: 0 auto 10px auto;
}
.top_title h2{
	font-size:110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_title{
	width: 85%;
	margin: 0 auto 3% auto;
}
.top_title div{
	margin: 0 auto 3% auto;
}
.top_title h2{
	font-size:3.8vw;
}
}





/*メインイメージ
---------------------------------------------------------*/
.m_img_bg{
	background:url("../images/top/m_img_bg.jpg") repeat-x center bottom;
	background-size:auto 100%;}
.m_img_area{
	position: relative;
	background:url("../images/top/m_img.jpg") no-repeat center bottom;
	background-size:auto 100%;
	opacity: 1;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
  animation-name: m_img_hover;
  animation-duration: 3s;
  animation-timing-function: linear;
	overflow: hidden;
}
@keyframes m_img_hover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m_hikari{
	position:relative;
}
/*.m_img_area::after,.m_img_area::before,
.m_hikari::after,.m_hikari::before{
	display: block;
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
}
.m_img_area::after{
	left: -5%;
	top: -5%;
	background:url("../images/top/m_img_hikari1.png") no-repeat center center;
	background-size:100% 100%;
  animation-name: hover;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.m_img_area::before{
	right: 0;
	top: 30%;
	background:url("../images/top/m_img_hikari1.png") no-repeat center center;
	background-size:100% 100%;
  animation-name: hover;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.m_hikari::after{
	right: 10%;
	top: 5%;
	background:url("../images/top/m_img_hikari2.png") no-repeat center center;
	background-size:100% 100%;
  animation-name: hover;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.m_hikari::before{
	left: 30%;
	bottom: 30%;
	background:url("../images/top/m_img_hikari2.png") no-repeat center center;
	background-size:100% 100%;
  animation-name: hover;
  animation-duration: 13s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes hover {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}*/

.m_nami li:nth-child(1){
	position:absolute;
	max-width: 332px;
	width: 28%;
	left: 5%;
	bottom:15%;
  animation-name: nami_hover;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.m_nami li:nth-child(2){
	position:absolute;
	max-width: 260px;
	width: 20%;
	right: 8%;
	bottom:30%;
  animation-name: nami_hover;
  animation-duration:12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes nami_hover {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;transform: scale(1.8);
  }
  100% {
    opacity: 0;transform: scale(1.8)
  }
}
.m_img_area .m_news{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 680px;
	width: 60%;
	text-align: left;
	background: rgba(38,82,132,0.50);
	padding: 25px 20px 25px 35px;
	z-index: 5;
}
.m_img_area .m_news dl{
	position: relative;
}
.m_img_area .m_news dt{
	position: absolute;
	max-width: 113px;
	left: 0;
	top: 10px;
}
.m_img_area .m_news dd{
	padding-left: 135px;
	padding-top: 13px;/*投稿されたら削除*/
}
.m_img_area .m_news dd li{
	border-bottom:1px solid rgba(255,255,255,0.50);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.m_img_area .m_news dd li:last-child{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.m_img_area .m_news dd .scl_area{
    position: relative !important;
}
.m_img_area .m_news dd .scl_area ul{
	padding-right: 30px;
    height: 47px;
}
.m_img_area .m_logo{
	max-width:660px;
	padding: 20px 0 285px 0;
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	opacity: 1;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
  animation-name: m_logo_hover;
  animation-duration: 3s;
  animation-timing-function: linear;
}
@keyframes m_logo_hover {
  0% {
    opacity: 0;
  }
	40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m_img_area .m_copy{
	max-width: 791px;
	width: 60%;
	margin: 0 auto;
}
.m_img_area .m_company{
	margin:-15px auto 0 auto;
	max-width: 250px;
	width: 25%;
	padding-bottom: 135px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area .m_news{
	width: 60%;
	padding: 15px 15px 15px 25px;
}
.m_img_area .m_news dt{
	width: 17%;
	top: 10px;
}
.m_img_area .m_news dd{
	padding-left: 22%;
}
.m_img_area .m_news dd li{
	line-height: 1.5em;
}
.m_img_area .m_news dd .scl_area ul{
	padding-right: 10px;
    height: 53px;
    height: 30px;/*投稿されたら削除*/
}
.m_img_area .m_logo{
	width: 70%;
	padding: 30px 0 240px 0;
}
.m_img_area .m_copy{
	max-width: 791px;
	width: 80%;
	margin: 0 auto;
}
.m_img_area .m_company{
	margin:0 auto 0 auto;
	max-width: 250px;
	width: 25%;
	padding-bottom: 100px;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area{
	position: relative;
	background:url("../images/top/m_img_sp.jpg") no-repeat center bottom;
	background-size:cover;
}

.m_nami li:nth-child(1){
	width: 35%;
	left: 3%;
	bottom:25vw;
}
.m_nami li:nth-child(2){
	width: 30%;
	right: 3%;
	bottom:45vw;
}
	
.m_img_area .m_news{
	max-width: 100%;
	width: 100%;
	padding: 3% 3% 3% 3%;
	box-sizing: border-box;
}
.m_img_area .m_news dt{
	width: 17%;
	top: 0.6em;
}
.m_img_area .m_news dd{
	padding-left: 22%;
	padding-top: 10px;/*投稿されたら削除*/
}
.m_img_area .m_news dd li{
	line-height: 1.5em;
	font-size:90%;
}
.m_img_area .m_news dd .scl_area ul{
	padding-right: 3%;
    height: 60px;
    height: 30px;/*投稿されたら削除*/
}
.m_img_area .m_logo{
	padding: 8vw 0 37vw 0;
	width: 85%;
	margin: 0 auto;
}	
.m_img_area .m_copy{
	padding-bottom: 0;
	width: 94%;
	margin: 0 auto;
}
.m_img_area .m_company{
	width: 40%;
	margin:-2vw auto 0 auto;
	padding-bottom: 25vw;
}
}





/* STORY
---------------------------------------------------------*/
#story{
	position:relative;
}
#story .story_bg{
	padding:130px 0 135px 0;
}
#story .com_grdbg.story_bg::before{
	right: 0;
	top: -225px;
	background: url("../images/top/grdbg1.png") no-repeat right center;
	background-size:100% auto;
}
#story .com_grdbg.story_bg::after{
	left: 0;
	top: 240px;
	background: url("../images/top/grdbg2.png") no-repeat left center;
	background-size:100% auto;
}
#story .w1250{
	position:relative;
}
#story .com_nami{
	left: 0;
	bottom:430px;
	z-index: 5;
}
#story .com_kingyo1{
	right: 0;
	bottom:50px;
}
#story .com_kingyo2{
	left:10%;
	top:50px;
	z-index: 2;
}
#story .w100_img{
	display:block;
	width: 100%;
	height: 350px;
	background:url("../images/top/info_bg.jpg") no-repeat center center;
	background-size:cover;
	z-index: -1;
	position: relative;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#story .story_bg{
	padding:70px 0 80px 0;
}
#story .com_nami{
	bottom:-50px;}
#story .com_kingyo2{
	left:3%;
	top: 40px;
}
#story .w100_img{
	height: 220px;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#story .story_bg{
	padding:15% 0 8% 0;
}
#story .com_grdbg.story_bg::before{
	top: -45vw;
}
#story .com_grdbg.story_bg::after{
	top: 50vw;
}
#story .com_nami{
	left: 0;
	bottom:8vw;
}
#story .com_kingyo1{
	right: 0;
	bottom:-10vw;}	
#story .com_kingyo2{
	left:2%;
	top:5vw;}
#story .w100_img{
	height: 40vw;
}
}







/* POINT
---------------------------------------------------------*/
#point .point_bg{
	padding: 115px 0 150px 0;
	background:url("../images/top/point_bg.jpg") no-repeat center bottom #000b45;
	background-size:100% auto;
	position: relative;
}
#point .com_lead{
	margin-bottom:45px;
}
#point .point_list{
	margin-bottom: 75px;
}
#point .point_list li{
	float:left;
	box-sizing: border-box;
	width: 48%;
	margin-right: 4%;
	/*width: 32.333%;
	margin-right: 1%;*/
	border:1px solid rgba(255,255,255,0.50);
	padding: 25px 15px 25px 15px;
}
#point .point_list li:last-child{
	margin-right: 0;
}
#point .point_list li dl div{
	max-width: 320px;
	margin: 0 auto;	
	text-align: center;
}
#point .point_list li dl p{
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	font-size:115%;
	margin-top: 20px;
}
#point .point_list li dt{
	max-width: 130px;
	margin-bottom: 10px;
}
#point .maru_list{
	width:610px;
	width: 65%;
}
#point .maru_list > li{	
	float: left;
	max-width: 280px;
	margin-right: 4%;
	width: 48%;
	position: relative;
}
#point .maru_list > li:last-child{	
	margin-right: 0;
}
#point .maru_list > li::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003153+0,27002e+100&0.9+0,0.9+100 */
background: linear-gradient(135deg,  rgba(0,49,83,0.9) 0%,rgba(39,0,46,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#point .maru_list > li div{
	position:relative;
	z-index: 2;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#point .point_list li dl p{
	font-size:105%;
}
#point .point_list li dl p .tb_only{
	display: block !important;
}}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#point .point_bg{
	padding: 60px 0 80px 0;
}
#point .com_lead{
	margin-bottom:30px;
}
#point .point_list{
	margin-bottom: 40px;
}
#point .point_list li{
	padding: 20px 10px 15px 10px;
}
#point .point_list li dl p{
	line-height: 1.5em;
	font-size:105%;
	margin-top: 10px;
}
#point .point_list li dt{
	width: 50%;
	margin-bottom: 10px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#point .fade.anime{
	opacity: 1;
}
#point .point_bg{
	padding: 15% 0 35% 0;
	background:url("../images/top/point_bg.jpg") no-repeat right bottom #000b45;
	background-size:170% auto;
}
#point .com_lead{
	margin-bottom:7%;
}
#point .point_list{
	margin-bottom: 7%;
}
#point .point_list li{
	float:none;
	width: 100%;
	margin-right: 0;
	padding: 5%;
	margin-bottom: 2%;
}
#point .point_list li:last-child{
	margin-bottom: 0;
}
#point .point_list li dl p{
	font-size:4vw;
	margin-top: 3%;
}
#point .point_list li dt{
	width: 30%;
	margin-bottom: 3%;
}
#point .maru_list{
	width: 100%;
}
}





/* HOWTO
---------------------------------------------------------*/
#howto .howto_bg{
	background:#000027;
	padding:170px 0 180px 0;
}
#howto .howto_title{
	margin-bottom:70px;
}
#howto .howto_title div{
	max-width:693px;
}
#howto .howto_list{
	margin-bottom:60px;
}
#howto .howto_list li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	border:1px solid rgba(255,255,255,0.70);
	border-right:none;
	position: relative;
	padding: 40px 0 30px 0;
}
#howto .howto_list li:last-child{
	border-right:1px solid rgba(255,255,255,0.70);
}
#howto .howto_list li::before{
	display: block;
	content: "";
	position:absolute;
	width: 10px;
	height: 20px;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background:url("../images/top/howto_flow_arrow.png") no-repeat left center;
	background-size:100% auto;
}
#howto .howto_list li:last-child::before{
	display: none;
}
#howto .howto_list li .icon{
	position:absolute;
	left: 15px;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#howto .howto_list li .img_box{
	max-width:240px;
	width: 90%;
	margin: 0 auto 20px auto;
}
#howto .howto_list li .txt_box{
	text-align: center;
}
#howto .howto_list li .txt_box h3{
	font-size:110%;
	line-height: 1.5em;
}
#howto .howto_list li .txt_box p{
	font-size:85%;
	line-height: 1.5em;
	margin-top: 10px;
}
#howto .pre{
	position:relative;
}
#howto .pre .howto_title{
	position:absolute;
	left: 0;
	top: 0;
	max-width: 80px;
}
#howto .pre .pre_list{
	padding-left:120px;
}
#howto .pre .pre_list li{
	border-bottom:1px solid rgba(255,255,255,0.70);
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
#howto .pre .pre_list li:last-child{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#howto .pre .pre_list li div{
	max-width:90px;
	position: absolute;
	top: 0;
	left: 0;
}
#howto .pre .pre_list dl{
	padding-left:110px;
}
#howto .pre .pre_list dt{
	font-size:130%;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#howto .howto_list li .txt_box .tb_only{
	display: block !important;
}}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#howto .howto_bg{
	padding:100px 0 100px 0;
}
#howto .howto_title{
	margin-bottom:40px;
}
#howto .howto_title div{
	width: 80%;
}
#howto .howto_list{
	margin-bottom:40px;
}
#howto .howto_list li{
	padding: 30px 0 20px 0;
}
#howto .howto_list li::before{
	width: 7px;
}
#howto .howto_list li .icon{
	left: 10px;
	width: 25%;
}
#howto .howto_list li .img_box{
	width: 85%;
	margin: 0 auto 10px auto;
}
#howto .howto_list li .txt_box h3{
	font-size:100%;
	line-height: 1.5em;
}
#howto .howto_list li .txt_box p{
	font-size:75%;
	margin-top: 5px;
}
#howto .pre .howto_title{
	max-width: 9%;
}
#howto .pre .pre_list{
	padding-left:12%;
}
#howto .pre .pre_list li{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#howto .pre .pre_list li div{
	width: 10%;
}
#howto .pre .pre_list dl{
	padding-left:13%;
}
#howto .pre .pre_list dt{
	font-size:110%;
	margin-bottom: 5px;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#howto .howto_bg{
	padding:15% 0;
}
#howto .howto_title{
	margin-bottom:7%;
}
#howto .howto_title div{
	width: 60%;
}
#howto .howto_list{
	margin-bottom:8%;
}
#howto .howto_list li{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 8% 0 8% 0;
	border-right:1px solid rgba(255,255,255,0.70);
	border-bottom:none;
}
#howto .howto_list li:last-child{
	border-bottom:1px solid rgba(255,255,255,0.70);
}
#howto .howto_list li::before{
	width: 20px;
	height: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: calc(100% + 1px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background:url("../images/top/howto_flow_arrow_sp.png") no-repeat left center;
	background-size:100% auto;
}
#howto .howto_list li:last-child::before{
	display: none;
}
#howto .howto_list li .icon{
	width: 15%;
	left: 3%;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#howto .howto_list li .img_box{
	width: 94%;
	margin: 0 auto 5% auto;
}
#howto .howto_list li .txt_box h3{
	font-size:4vw;
	line-height: 1.5em;
}
#howto .howto_list li .txt_box p{
	font-size:85%;
	line-height: 1.5em;
	margin-top: 3%;
}
#howto .pre .howto_title{
	width: 13%;
}
#howto .pre .pre_list{
	padding-left:17%;
}
#howto .pre .pre_list li{
	padding-bottom: 5%;
	margin-bottom: 6%;
}
#howto .pre .pre_list li div{
	width: 18%;
}
#howto .pre .pre_list dl{
	padding-left:22%;
}
#howto .pre .pre_list dt{
	font-size:4.1vw;
	margin-bottom: 2%;}
}




/* INFO
---------------------------------------------------------*/
#info .col_box .info_box{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29416b+0,27002e+100&0.5+1,0.6+100 */
background: linear-gradient(to right,  rgba(41,65,107,0.5) 0%,rgba(41,64,106,0.5) 1%,rgba(39,0,46,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	padding:90px 70px;
	max-width: 450px;
	width: 50%;
}
#info .info_bg{background:#000027;}
#info .col_box .info_title{
	margin-bottom: 35px;
	text-align: left;
}
#info .col_box .info_title h2{
	text-align: left;
}
#info .col_box .info_date{
	max-width: 405px;
	margin: 0 0 40px 0;
}
#info .col_box .info_box .info_list li{
	margin-bottom: 10px;
}
#info .col_box .info_box .info_list li:last-child{
	margin-bottom: 0;
}
#info .col_box .info_box .info_list li dl{
	position:relative;
}
#info .col_box .info_box .info_list li dt{
	position:absolute;
	left: 0;
	top: 0;
	background:rgba(196,255,255,0.50);
	padding: 5px 0;
	font-size:105%;
	display: block;
	width: 90px;
	text-align: center;
}
#info .col_box .info_box .info_list li:last-child dd{
	padding-top: 5px;
}
#info .col_box .info_box .info_list li dd{
	padding-left: 100px;
	line-height: 1.5em;
	font-size:110%;
}
#info .col_box .info_box .info_list li dd span{
	font-size:80%;
	display: block;
}
#info .col_box {
	position:relative;
	padding-bottom: 250px;
}
#info .info_img li:nth-child(1){
	position: absolute;
	right: 0;
	top: 0;
	max-width: 500px;
	width: 40%;
}
#info .info_img li:nth-child(2){
	position: absolute;
	width: 25%;
	right: 30%;
	bottom:150px;
	max-width: 330px;
}
#info .com_nami{
	right:0;
	bottom:300px;
	z-index: 2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#info .col_box .info_box{
	padding:50px 30px;
	width: 50%;
}
#info .col_box .info_title{
	margin-bottom: 20px;
}
#info .col_box .info_date{
	margin: 0 0 30px 0;
}
#info .col_box .info_box .info_list li dt{
	padding: 5px 0;
	width: 80px;
}
#info .col_box .info_box .info_list li dd{
	padding-left: 90px;
	font-size:105%;
}
#info .col_box {
	padding-bottom: 120px;
}
#info .info_img li:nth-child(1){
	width: 35%;
}
#info .info_img li:nth-child(2){
	width: 20%;
	right: 22%;
	bottom:100px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#info .col_box .info_box{
	padding:8% 6%;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
#info .col_box .info_title{
	margin-bottom: 5%;
	width:70%;
}
#info .col_box .info_date{
	margin: 0 0 9% 0;
}
#info .col_box .info_box .info_list li{
	margin-bottom: 3%;
}
	#info .col_box .info_box .info_list li dl{
		letter-spacing:0;
	}
#info .col_box .info_box .info_list li dt{
	padding: 5px 0;
	font-size:3.7vw;
	width: 18vw;
}
#info .col_box .info_box .info_list li dd{
	padding-left: 21vw;
	line-height: 1.5em;
	font-size:3.7vw;
}
#info .col_box {
	padding-bottom: 15%;
}
#info .info_img{
	overflow:hidden;
	margin-top: 7%;
}
#info .info_img li:nth-child(1){
	position: static;
	float:left;
	width: 62%;
	margin-left: 0
}
#info .info_img li:nth-child(2){
	position: static;
	float: right;
	width: 35%;
	padding-top: 25vw;
}
#info .com_nami{
	bottom:70vw;
}
}





/* TICKET
---------------------------------------------------------*/
#ticket{
	background: #000027;
	padding-bottom: 180px;
}
#ticket .ticket_bg{
	padding-bottom: 200px;
	background:url("../images/top/ticket_bg.jpg") no-repeat center bottom;
	background-size:100% auto;
}
#ticket .ticket_title{
	text-align:center;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin-bottom: 40px;
}
#ticket .ticket_title p{
	margin:1px 0;
	padding: 20px 3%;
	background:#000b45;
	font-size:190%;
	letter-spacing: 0.1em;
}
#ticket .caution_list li{
	line-height:1.5em;
	margin-bottom: 5px;
	font-size:90%;
	text-align: center;
}
#ticket .caution_list li:last-child{
	margin-bottom: 0;
}
#ticket .box1 dt{
	max-width:340px;
	margin: 0 auto 15px auto;
}
#ticket .box1{
	margin-bottom: 50px;
}
#ticket .box2{
	margin-bottom:35px;
}
#ticket .box2 .ticket_kakko{
	color:#ea6ac1;
	font-size:170%;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
	max-width: 630px;
	margin: 0 auto 15px auto;
	position: relative;
}
#ticket .box2 .ticket_kakko::before,
#ticket .box2 .ticket_kakko::after{
	position:absolute;
	display: block;
	content: "";
	max-width: 25px;
	width: 25px;
	height: 100%;
	top: 0;
}
#ticket .box2 .ticket_kakko::before{
	left: 0;
	background:url("../images/top/ticket_kakko_l.png") no-repeat left center;
	background-size:100% 100%;
}
#ticket .box2 .ticket_kakko::after{
	right: 0;
	background:url("../images/top/ticket_kakko_r.png") no-repeat right center;
	background-size:100% 100%;
}
#ticket .box3 .btn_list{
	max-width:500px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#ticket .box3 .btn_list li{
	float: left;
	width: 48%;
}
#ticket .box3 .btn_list li:nth-child(2){
	margin-left: 4%;
}
#ticket .box3 .btn_list li:nth-child(3){
	margin-left: 11%;
	width: 78%;
}
#ticket .box3 .btn_list li:nth-child(3) a{
	margin-top: 25px;
	background:#000b45;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.70)
}
#ticket .box3 .btn_list li.btn_ticket a{
	background:#ffbb2a;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#ticket{
	padding-bottom: 100px;
}	
#ticket .ticket_bg{
	padding-bottom: 130px;
}
#ticket .ticket_title{
	margin-bottom: 30px;
}
#ticket .ticket_title p{
	font-size:170%;
}
#ticket .box1 dt{
	margin: 0 auto 10px auto;
}
#ticket .box1{
	margin-bottom: 30px;
}
#ticket .box2{
	margin-bottom:30px;
}
#ticket .box2 .ticket_kakko{
	font-size:150%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 0 auto 15px auto;
}
#ticket .box3 .btn_list li:nth-child(3) a{
	margin-top: 15px;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#ticket{
	padding-bottom: 10%;
}		
#ticket .ticket_bg{
	padding-bottom: 15vw;
	background-size:150% auto;
}
#ticket .ticket_title{
	margin-bottom: 5%;
}
#ticket .ticket_title p{
	padding: 5% 3%;
	font-size:4.5vw;
}
#ticket .box1 dt{
	width: 70%;
	margin: 0 auto 3% auto;
}
#ticket .box1{
	margin-bottom: 5%;
}
#ticket .box2{
	margin-bottom:5%;
}
#ticket .box2 .ticket_kakko{
	font-size:4.2vw;
	line-height: 1.5em;
	max-width: 100%;
	margin: 0 auto 15px auto;
	padding: 3% 0;
}
#ticket .box2 .ticket_kakko::before,
#ticket .box2 .ticket_kakko::after{
	width: 5vw;
}
#ticket .box3 .btn_list{
	max-width:100%;
}
#ticket .box3 .btn_list li:nth-child(3){
	margin-left: 8%;
	width: 84%;
}
#ticket .box3 .btn_list li:nth-child(3) a{
	margin-top: 4%;}
}






/* TRAIAL
---------------------------------------------------------*/
#trial{
	position: relative;
	z-index: 0;
}
#trial .trial_bg{
	padding-bottom:230px;
	background:#000027;}
#trial .com_grdbg.trial_bg::before{
	right: 0;
	top: 100px;
	background: url("../images/top/grdbg6.png") no-repeat right center;
	background-size:100% auto;
}
#trial .trial_inbox{
	background:#000b45;
	padding: 90px 3% 100px 3%;
	margin-bottom: 60px;
	position: relative;
}
#trial .trial_title{
	margin-bottom:40px;
}
#trial .trial_title div{
	max-width:693px;
}
#trial .btn_sanka{
	text-align:center;
	max-width: 570px;
	margin: 50px auto 30px auto;
	padding: 45px 0 40px 0;
	border:1px solid rgba(255,255,255,0.70);
	border-radius: 80px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29416b+0,27002e+100&0.5+1,0.6+100 */
background: linear-gradient(to right,  rgba(41,65,107,0.5) 0%,rgba(41,64,106,0.5) 1%,rgba(39,0,46,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#trial .btn_sanka dt{
	font-size:260%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#trial .btn_sanka dd{
	font-size:140%;
	color:#a5e0e6;
}
#trial .caution{
	font-size:90%;
	text-align: center;
}
#trial .trial_inbox .com_kingyo{
	right: 8%;
	top: 45%;
}
#trial .slide_box{
	position:relative;
}
#trial .slide_box .com_kingyo{
	right: 8%;
	bottom:-100px;
}
#trial .com_nami{
	left: 0;
	bottom:300px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#trial .trial_bg{
	padding-bottom:120px;}
#trial .com_grdbg.trial_bg::before{
	top: -50px;
}
#trial .trial_inbox{
	padding: 50px 3% 40px 3%;
	margin-bottom: 40px;
}
#trial .trial_title{
	margin-bottom:20px;
}
#trial .trial_title div{
	width: 90%;
}
#trial .btn_sanka{
	margin: 30px auto 20px auto;
	padding: 40px 0 35px 0;
	border-radius: 70px;
	width: 70%;
}
#trial .btn_sanka dt{
	font-size:200%;
	margin-bottom: 10px;
}
#trial .btn_sanka dd{
	font-size:120%;
	letter-spacing: 0.1em;
}
#trial .caution{
	font-size:80%;
}
#trial .trial_inbox .com_kingyo{
	right: 3%;
	top: 45%;
}
#trial .slide_box .com_kingyo{
	bottom:-60px;
}
#trial .com_nami{
	bottom:180px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#trial .trial_bg{
	padding-bottom:15%;}
#trial .com_grdbg.trial_bg::before{
	top: 10vw;
}
#trial .trial_inbox{
	padding:8% 4% 5% 4%;
	margin-bottom: 5%;
}
#trial .trial_title{
	margin-bottom:3%;
}
#trial .trial_title div{
	width: 100%;
}
#trial .btn_sanka{
	max-width: 100%;
	margin: 5% auto 5% auto;
	padding: 7.3% 0 6% 0;
	border-radius: 80px;
}
#trial .btn_sanka dt{
	font-size:6.5vw;
	margin-bottom: 2%;
}
#trial .btn_sanka dd{
	font-size:4vw;
}
#trial .caution{
	line-height: 1.5em;
}
#trial .trial_inbox .com_kingyo{
	right: 0;
	top: 20%;
}
#trial .slide_box .com_kingyo{
	right: 5%;
	bottom:-5vw;
}
#trial .com_nami{
	left: 0;
	bottom:35vw;}
}






/* ABOUT
---------------------------------------------------------*/
#about .about_bg{
	background:#000027;
	padding-bottom:180px;
	position: relative;
	z-index: 1;
}
#about .com_grdbg.about_bg::before{
	right: 0;
	top: -225px;
	background: url("../images/top/grdbg3.png") no-repeat right center;
	background-size:100% auto;
}
#about .com_grdbg.about_bg::after{
	left: 0;
	top: 150px;
	background: url("../images/top/grdbg4.png") no-repeat left center;
	background-size:100% auto;
	z-index: -1;
}
#about .w1250{
	position: relative;
	z-index: 10;
}
#about .flt_img{
	max-width:950px;
	margin:35px auto 0 auto;
	position: relative;
	z-index: 2;
}
#about .flt_img .flt_l,#about .flt_img .flt_r{
	max-width:460px;
	width: 49%;
}
#about .com_btn1{
	margin: 0 auto;
	position: relative;
	z-index: 5;
	margin-top:30px;
	max-width: 300px;
}
#about .com_kingyo{
	left: 5%;
	top: -80px;
}
#about .com_nami{
	right: 0;
	top:100px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#about .about_bg{
	padding-bottom:100px;
	z-index: 4;
}
#about .com_grdbg.about_bg::before{
	top: -300px;
}
#about .com_grdbg.about_bg::after{
	top: 150px;
}
#about .flt_img{
	margin:25px auto 0 auto;
}
#about .com_kingyo{
	left: 5%;
	top: -40px;
}
#about .com_nami{
	bottom:-30px;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#about .about_bg{
	padding-bottom:13%;
	z-index: 4;
}
#about .com_grdbg.about_bg::before{
	top: -40vw;
}
#about .com_grdbg.about_bg::after{
	top: -20vw;
	z-index: -1;
}
#about .flt_img{
	margin:8% auto 0 auto;
}
#about .flt_img .flt_l,#about .flt_img .flt_r{
	float: none;
	width: 100%;
	margin: 0 auto;
}
#about .flt_img .flt_r{
	margin-top:3%;
}	
#about .com_btn1{
	margin-top:5%;
	max-width:80%;
}
#about .com_kingyo{
	left: 2%;
	top: -12vw;
}
#about .com_nami{
	display: none;
	bottom:-5vw;}
}



/* QA
---------------------------------------------------------*/
#qa{
	position:relative;
	z-index: 2;
}
#qa .qa_bg{
	padding:150px 0 150px 0;
	position: relative;
}
#qa .qa_bg::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	bottom:-300px;
	width: 100%;
	height: 100%;
	background:url("../images/top/qa_bg.jpg") no-repeat center bottom;
	background-size:100% auto;
}
#qa .com_grdbg::before{
	right: 0;
	bottom: -300px;
	background: url("../images/top/grdbg6.png") no-repeat right center;
	background-size:100% auto;
	z-index: 2;
}
#qa .w1100{
	position:relative;
	z-index: 2;
}
#qa .qa_list > li{
	margin-bottom:3px;
	background: #000b2b;
	padding: 25px 35px;
}
#qa .qa_list > li dt{
	font-size:145%;
	letter-spacing: 0.1em;
	cursor: pointer;
}
#qa .qa_list > li dt span{
	display: block;
	position: relative;
}
#qa .qa_list > li dt.open_btn span::before{
	display: block;
	position: absolute;
	content: "";
	width: 13px;
	height: 6px;
	background-image:url("../images/qa_arrow_d.png");
	background-size:100% auto;
	background-position: center center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
#qa .qa_list > li dt.open_btn.active span::before{
	background-image:url("../images/qa_arrow_u.png");
}
#qa .qa_list > li dd{
	margin-top: 10px;
}
#qa .com_kingyo{
	left:5%;
	top: 70px;
}
#qa .com_nami{
	right:0;
	top: 60px;
}

#qa .qa_list > li dt.open_btn .txt_open {
	display: block;	/* 初期表示 */
}
#qa .qa_list > li dt.open_btn .txt_close {
	display: none;	/* 初期表示 */
}
#qa .qa_list > li dt.open_btn.active .txt_open {
	display: none;	/* 質問表示時 */
}
#qa .qa_list > li dt.open_btn.active .txt_close {
	display: block;	/* 質問表示時 */
}
#qa .qa_list > li dd {
	display: none;	/* 初期表示 */
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#qa .qa_bg{
	padding:80px 0 80px 0;
}
#qa .qa_list > li{
	padding: 20px 25px;
}
#qa .qa_list > li dt{
	font-size:125%;
}
#qa .com_kingyo{
	left:5%;
	top: 50px;
}
#qa .com_nami{
	top: 40px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#qa .qa_bg{
	padding:10% 0;
}
#qa .qa_bg::before{
	bottom:-20vw;
}
#qa .com_grdbg::before{
	right: 0;
	bottom: -80vw;
}
#qa .qa_list > li{
	padding: 3% 5%;
}
#qa .qa_list > li dt{
	font-size:4.3vw;
	line-height: 1.5em;
}
#qa .qa_list > li dt span{
	padding-right: 20px;
}
#qa .com_kingyo{
	left:2%;
	top: 5vw;
}
#qa .com_nami{
	top:3vw;
}
}








/* caution
---------------------------------------------------------*/
#caution .com_grdbg{
	position:relative;
	z-index: 3;
}
#caution .caution_corner{
	position:relative;
}
#caution .caution_box{
	background:rgba(0,44,83,0.70);
	padding: 50px;
	position: relative;
	z-index: 5;
}
#caution .caution_corner::before,
#caution .caution_corner::after,
#caution .caution_box::before,
#caution .caution_box::after{
	position:absolute;
	display: block;
	content: "";
	max-width: 30px;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
#caution .caution_corner::before{
	top:0;
	left: 0;
	background-position: left top;
	background-image: url("../images/top/caution_kakko1.png");
}
#caution .caution_corner::after{
	top:0;
	right: 0;
	background-position: right top;
	background-image: url("../images/top/caution_kakko2.png");
}
#caution .caution_box::before{
	bottom:0;
	left: 0;
	background-position: left top;
	background-image: url("../images/top/caution_kakko3.png");
}
#caution .caution_box::after{
	bottom:0;
	right: 0;
	background-position: right top;
	background-image: url("../images/top/caution_kakko4.png");
}

#caution .caution_box dt{
	font-size:150%;
	letter-spacing: 0.1em;
	color: #a5e0e6;
	border-bottom: #a5e0e6 1px solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#caution .caution_box dd{
	font-size:90%;
	line-height: 1.5em;
}
#caution .caution_box .txt_link{
	color:#49EEFF;
}
#caution .caution_box .txt_link::after{
	background:#49EEFF;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#caution .caution_box{
	padding: 30px;
}
#caution .caution_box dt{
	font-size:130%;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#caution .caution_box{
	padding: 5%;
}
#caution .caution_corner::before,
#caution .caution_corner::after,
#caution .caution_box::before,
#caution .caution_box::after{
	height: 30px;
	width: 5vw;
}
#caution .caution_box dt{
	font-size:4vw;
	padding-bottom: 2%;
	margin-bottom: 3%;
}
#caution .caution_box dd{
	font-size:90%;
	line-height: 1.5em;}

#caution .tel_txt_link{
	position: relative;
}
#caution .tel_txt_link::after{
	position:absolute;
	left: 0;
	bottom:0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.80);
}
#caution .tel_txt_link:hover::after{
	display: none;
}	
}





/* contact
---------------------------------------------------------*/
#contact{
	position:relative;
}
#contact .contact_bg{
	padding-top: 180px;
	padding-bottom: 690px;
	position: relative;
}
#contact .com_grdbg::after{
	left: 0;
	top: -250px;
	background: url("../images/top/grdbg7.png") no-repeat left center;
	background-size:100% auto;
	z-index: 0;
}
#contact .contact_bg::before{
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom:0;
	width: 100%;
	height:1500px;
	background: url("../images/top/contact_bg.jpg") no-repeat center bottom;
	background-size:100% auto;
	z-index: 0;}
#contact .w1100{
	position: relative;
	z-index: 2;
}
#contact .contact_logo{
	max-width:580px;
	margin: 0 auto;
}
#contact .com_btn1{
	max-width:350px;
	margin: 0 auto 50px auto;
}
#contact .com_nami{
	left:0;
	top: 320px;
}
#contact .com_kingyo1{
	left:10%;
	top: 80px;
}
#contact .com_kingyo2{
	right:5%;
	top: 50%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#contact .contact_bg{
	padding-bottom: 500px;
}}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#contact .contact_bg{
	padding-top: 90px;
	padding-bottom: 400px;
}
#contact .contact_bg::before{
	background-size:130% auto;}
#contact .contact_logo{
	width: 70%;
}
#contact .com_btn1{
	margin: 30px auto 20px auto;
}
#contact .com_nami{
	left:0;
	top: 320px;
}
#contact .com_kingyo1{
	left:5%;
	top: 50px;
}
#contact .com_kingyo2{
	right:5%;
	top: 110%;}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#contact .contact_bg{
	padding-top: 18%;
	padding-bottom: 70vw;
}
#contact .com_grdbg::after{
	top: -15vw;
}
#contact .contact_bg::before{
	background-size:150% auto;}
#contact .w1100{
	position: relative;
	z-index: 2;
}
#contact .com_btn1{
	max-width:80%;
	margin: 5% auto 6% auto;
}
#contact .com_nami{
	top: 50vw;
}
#contact .com_kingyo1{
	left:-2%;
	top: -11vw;
}
#contact .com_kingyo2{
	right:3%;
	top: 60vw;}
}

