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


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

body {
	background-image: url("../img/back_img.png"); /*../img/back_img.jpg*/
  	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
}

@media(max-width: 800px){
body {/*
	  background-repeat:repeat-y;
	background-attachment: fixed;
	background-position: center center;
	background-size:100%;
	  height: 400px;*/
	  background-position: center;
  background-size: cover;
  width: 100%;

}
	}


#page {
	width: 1100px;
	padding: 0px 20px;
	position: relative;
	overflow:hidden; 
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
@media(max-width:1100px){
	#page {
	width: 96%;
	padding: 0px 0px;
	-moz-background-size: contain;
	background-size: contain;
	margin: 2%;
}
	}
	
#fc {
	background-color: #f0f2f4;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 5em;
}

	
@media(max-width:800px){
#fc {
	font-size: 0.7em;
	margin-bottom: 10em;
	}
	}
	
#top img {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: -6%;
}
#top2 img {
	width: 100%;
	display: block;
	margin-bottom: -6%;
}

#top{
	width: 94%;
	display: block;
	margin: 0 auto;
}

#top2{
	display: none;
	
}
@media(max-width:800px){
#top{
	display: none;

}

#top2{
	display: block;
    line-height: 0;
}
}

#btn{
	width:40%;
	margin: 1.5% 30%;
}
#btn img{
	width:100%;
}



@media(max-width:800px){
#btn{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

}


	
#senkou {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	background-color: #0c3844;
	color: #FFF;
	margin-top: -8px;
}
#uketsuke {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	background-color: #00c8FF;
	color: #FFF;
}

@media(max-width:800px){
#senkou {
	font-size: 1.4em;
	margin-top: 0px;
}
#uketsuke {
	font-size: 1.4em;
}}

#kikan {
	/* background: rgba(0,0,0,.8); */
	width: 96%;
	margin: 4% 2% 0%;
}
	
#kikan h1{
	font-weight:bold; 
	text-align:center;
	font-size:2.5em;
	line-height: 1em;
	margin:0.5%;
  background: -webkit-gradient(linear, left top, right top, from(#0083cb), to(#00b0eb));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 82%;
  color: #0c3844;
  }
.br-sp {
	 display:none; 
}
.br-sp2 {
	 display:none; 
}
#kikan h2 {
	font-size: 2.5em;
	text-align: center;
	/* color: transparent; */
	/* background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em); */
	-webkit-background-clip: text;
	font-weight: bold;
	margin: 0.5%;
	color: #FFF;
	background: #1855a5;
}

#kikan h3 {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
	color: #0c3844;
}

#kikan p {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto;
	color: #fff;
	text-shadow: 3px 3px 3px #c02120, -3px 3px 3px #c02120, 3px -3px 3px #c02120, -3px -3px 3px #c02120, 3px 0px 3px #c02120, 0px 3px 3px #c02120, -3px 0px 3px #c02120, 0px -3px 3px #c02120;
	/*e5007f*/
}

.br-sp {
	 display:none; 
}
@media(max-width:800px){
#kikan h1{
	font-size:1.4em;
}
#kikan p {
	font-size: 1.2em;
	line-height: 1.3em;
}
#kikan h3 {
	line-height: 1.2em;
}

.br-sp {
	display: block;
}

#kikan h2{
	font-size:2em;
}
}

#naiyou{
	width:100%;
	display: none;
}

@media(max-width:800px){
#naiyou{
	width:100%;
	display: none;
}
}


.tokuten {
	display: block;
	position: relative;
	z-index: 1;
	width:50%;
	float: left;
	font-size:1.5em;
	height:500px;
	/*overflow:auto;*/
}
.tokuten img {
	width: 100%;
}
.tokuten p.w-nomal{
  word-wrap: normal;
  margin-left:5%;
  margin-right:5%;
}
@media(max-width:800px){
.tokuten {
	width:100%;
	float: none;
	font-size:1em;
	height:auto;
	/*overflow:auto;*/
}

}


/*ボックス全体*/
.accbox {
	padding: 0;
	max-width: 100%;
	display: grid;
	margin-bottom: 5%;
}
@media(max-width:800px){
.accbox {
    margin: 0em 3%;
    padding: 0;
    max-width: 94%;/*最大幅*/
	text-align: left;
}
}

/*ラベル*/
.accbox label {
	color: #23262c;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.5em;
	text-align: center;
	/* -webkit-text-fill-color: transparent; */
}
.accbox label img {
	width: 80%;
	margin: 7% 10%;
	margin-bottom: 1%;
	background-color: rgba(240,242,244,0.8);
}
.br-sp {
	 display:none; 
}

@media(max-width:800px){
.accbox label {
    display: block;
    margin: 1.5px 0;
 	margin-bottom: -0.1%;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
	font-size:1.5em;
	text-align: center;
	width: 100%;
	float: none;
}
.accbox label img {
	width:100%;
margin-left: 0;
}

}




/*ラベルホバー時*/
.accbox label:hover {
	color: #595959;
	/*background :-webkit-gradient(linear, left top, right top, from(#0c3844), to(#00c8ff));*/
	box-shadow: 0 0 8px 3px rgba(255,255,255,0.8) inset;
}

@media(max-width:800px){
.accbox label:hover {
	color: rgba(255,255,255,0.8);
	/*background :-webkit-gradient(linear, left top, right top, from(#0c3844), to(#00c8ff));*/
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.0) inset;
}
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	margin-bottom: 2%;
}
.accbox .accshow2 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accbox .accshow_point {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	margin-bottom: 2%;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
	height: auto;
	padding: 5px 4%;
	background: linear-gradient(to top right, rgba(240,242,244,.9), rgba(240,242,244,.9));
	opacity: 1;
	/* font-size: 1em; */
	word-break: normal;
	/* border: 0.5em solid; */
	padding: 15px 20px;
	margin: 0 auto;
	display: block;
	width: 88%;
	/* box-sizing: border-box; */
	vertical-align: top;
	/* line-height: 1.8em; */
	/* font-size: 95%; */
	min-height: 210px;
	/* background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); */
	/* text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff; */
	font-weight: bold;
	/* border-color: #b29547; */
	/* background: rbga(12,56,68,.5); */
	color: #23262c;
}
.cssacc:checked + .accshow_point {
	height: auto;
	padding: 5px 4%;
	background: linear-gradient(to top right, #d6575a, #ed674b);
	opacity: 1;
	color: #FFF;
	/* font-size: 1em; */
	word-break: normal;
	border: 0.5em solid;
	padding: 15px 20px;
	margin: 0 1%;
	display: inline-block;
	width: 93%;
	/* box-sizing: border-box; */
	vertical-align: top;
	/* line-height: 1.8em; */
	/* font-size: 95%; */
	min-height: 210px;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.cssacc:checked + .accshow2 {
	height: auto;
	padding: 5%;
	background: linear-gradient(to top right, rgba(240,238,215,.9), rgba(240,238,215,.9));
	opacity: 1;
	color: #000;
	font-size: 1.2em;
	word-break: normal;
}

@media(max-width:800px){
.cssacc:checked + .accshow {
	font-size: 1em;
	line-height: 1.4;
	height:auto;
	text-align: left;
	padding: 1% 5%;
	border: 0em solid;
}
	.cssacc:checked + .accshow_point {
	width: 86%;
	border: 0em;
	}
}

#tokuten{
	width: 50%;
	float: left;
}

#tokuten_point{
	width: 100%;
	float: left;
}


@media(max-width:800px){
#tokuten{
	width: 100%;
}
}
#tokuten2 {
	/* margin-bottom: 5%; */
	width: 67%;
	float: inherit;
	display: flow-root;
	/* margin: -8%; */
	/* margin-left: -8%; */
	margin: 0 auto;
}

@media(max-width:800px){
#tokuten2{
	margin-bottom:0%;
	width: 100%;
}
}

#footer{
    position: fixed;
    bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	overflow:hidden; 
	height:9%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 2%, rgba(255,255,255,1)50%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 2%, rgba(255,255,255,1)50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 2%, rgba(255,255,255,1)50%);
}

#footer_box {
	width: 1100px;
	margin: 37px auto;
}

#footer a {
	display: inline-block;
	padding: 3% 0%;
	text-decoration: none;
	border-radius: 4px;
	color: #ffF;
	margin: 3px 0.75%;
	width: 23.5%;
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 0px 0px 3px #000;
	background: #1855a5;
}
#footer a:hover {
	background: #e5e5e5;
}


@media(max-width:1100px){
#footer {
	width: 100%;
	padding: 0% 0%;
	-moz-background-size:contain;
	background-size:contain;
	margin: 0%; 
	height: auto;
	}
#footer_box {
	width: 100%;
	margin: 0%;
}
#footer a{
	display: inline-block;
    padding: 3% 0%;
	margin: 3px 0.75%;
	font-size: 1.2em;
	width: 23.5%;
}
#footer a:hover {
	background: #29b6f0;
	border: none;
	width: 23.5%;
}
}
.btn {
	display: block;
	padding: 2% 1%;
	text-decoration: none;
	border-radius: 4px;
	/* color: #0c3844; */
	margin: 1% auto;
	width: 40%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	/* background: #e40057; */
	/* float: left; */
	/* border: solid 3px #b29547; */
}
.btn img {
	width: 100%;
}


.btn:hover{
	background:  rgba(240,238,215,0.5);
	color:#FFF;	
	/*outline: 5px solid #FFF; */
	border-radius: 4px;
	/*border: solid #FFF;*/
}

.btn1 {
	text-decoration: none;
	margin: 1% 20%;
	/* width: 40%; */
	/* font-weight: bold; */
	text-align: center;
	font-size: 1.5em;
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	/* background-size: auto; */
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	display: block;
	border-radius: 5%;
	text-align: center;
	padding: 3% 4%;
	border: solid 1px #ccc;
	background: #FFFFFE;
	border-radius: 58px;
	color: #23262c;
}
.btn1:hover{
	background:  #23262c;
	color:#FFF;	
	outline: 3px solid #ccc; 
	/*border: solid #FFF;*/
}

.btn2 {
	display: block;
	text-decoration: none;
	border-radius: 4px;
	margin: 2% auto;
	width: 28%;
	font-weight: bold;
	font-size: 1.5em;
	float: left;
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	/* background-size: auto; */
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	text-align: center;
	color: #f1dcb3;
	padding: 2% 1%;
	border-bottom: 3px solid #e5e5e5;
	background-color: #1855a5;
}

.btn2:hover{
	background:  #f02942;
	color:#FFF;	
	outline: 3px solid #f65082; 
	border-radius: 4px;
	/*border: solid #FFF;*/
}

.btn3 {
	display: block;
	padding: 1.5% 5%;
	/* text-decoration: none; */
	/* border-radius: 4px; */
	/* color: #d6575a; */
	/* margin: 0px 0%; */
	width: 50%;
	/* font-weight: bold; */
	/* text-align: center; */
	font-size: 1.1em;
	background: #1855a5;
	/* width: 50%; */
	/* float: inherit; */
	margin: 1.2% 0 2% 0;
	border-radius: 10px;
	color: #FFF;
}

.btn0 {
	display: block;
	padding: 3% 1%;
	text-decoration: none;
	border-radius: 4px;
	color: #FFF;
	margin: 0px 0%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	background: #1855a5;
	width: 98%;
	margin: 1.2% 0;
	border-radius: 10px;
}

@media(max-width:800px){
.btn1{
	margin: 1% 7%
	}

.btn2 {
	padding: 2% 3%;
	text-align: center;
	width: 92%;
	margin: 4% 0 0 0;
	float: none;
	font-size: 1.2em;
}

.btn3{
	padding: 2% 5%;
	text-align: center;
	width: 90%;
}

.btn0{
	padding: 2% 5%;
	text-align: center;
	width: 90%;
}

}

@media(max-width:800px){
.btn{
    padding: 5% 1%;
	font-size:1.1em;
	float:none;
	width: 88%;
	margin: 1% 6%;
}



.br-sp {
	display: block;
}
	
.br-sp2 {
	display: block;
	margin-bottom: -1.5em;
}
}


	
	
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	margin-bottom:1.5%;
}
.box{
	/*background: -webkit-gradient(linear, left top, right top, from(#d6575a), to(#d6575a));*/
	color: #000;
	/* margin: 0px 20px; */
	padding: 0 3%;
}
.boxholder{
	clear: both;
	
	background: #f0f2f4;
}
.tab{
	float: left;
	width: 20%;
	margin: 0 1px 0 0;
	text-align: center;
	background: #0c3844;
}

.tab.img{
	width:100%
	}
.tabtxt{


}

@media(max-width:800px){
#wrapper{
	display:none;
}
}

#shiharai{
	display:none;
}

@media(max-width:800px){
#shiharai{
	display:block;
}
}

.video_wrapper {
	position: relative;
	/* width: 72vw; */
	/* height: 43vh; */
	overflow: hidden;
	max-width: 100%;
	/* margin-bottom: 2%; */
	margin-top: 9%;
}


.video_wrapper > video {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* transform: translateX(0%) translateY(0%); */
	/* min-width: 35%; */
	/* min-height: 100%; */
	width: 100%;
	margin: 1% 0%;
}

#value {
	width: 100%;
	margin: 1% auto;
	display: block;
}
#shop {
	width: 100%;
	margin: 1% auto;
	display: block;
}

.valie_c {
	width: 31%;
	display: inline-block;
	margin: 3% 0.93%;
	border-radius: 1px;
	/* border: 2px aliceblue; */
	/*box-shadow: 0 0 20px #FFFFFF;*/
	padding: 0%;
	/* padding-bottom: -3%; */
}
.valie_c img{
	width: 100%;
	display: block;
}

.anim-box {
 /* background-image: url("../img/V_5.png");*/
	background-size:  contain; 
	background-repeat: no-repeat;
  border-radius: 5px;
 /* max-width: 400px;
  height: 250px;*/
}	

.anim-box.poyopoyo {
  animation: poyopoyo 5s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#shop img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
@media(max-width:800px){
#shop img{
	width: 98%;
}
	
.valie_c {
	width: 92%;
	display: block;
	margin: 3% auto;
}	
	
}
.img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media(max-width:800px){
.img{
	width: 98%;
}
}

.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
	animation: kiran 5s linear 0s infinite;
	animation-timing-function:ease-in; /*ease-inは最初ゆっくりで後半に減速*/
	animation-timing-function:ease-out; /*ease-outは最初早くてで後半に加速*/
}
/*.anim-box.kiran:hover::before {
  animation: kiran 1s linear 1;
}*/
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  90% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  92% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  95% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  98% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
 