@charset "utf-8";
a {
  text-decoration: none;
}
html body {
	  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
html body #wrapper{
width: 100%;
}
html body .underline {
  text-decoration: underline;
}
html body .bold {
  font-weight: bold;
}
html body .big {
  font-size:140%;
  line-height:130%;
}
html body .big2 {
  font-size:180%;
  line-height:200%;
}
html body .small {
  font-size:80%;
}
html body .back-yellow {
  background: #ff0;
}
html body .red {
  color: #cf1515;
}
html body .yellow {
  color: #ff0;
}

html body #wrapper .center {
  text-align: center;
}

html body .min {
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
html body .num {
font-family: "Open Sans";
}
html body #wrapper .main {
  max-width: 960px;
  margin: 80px auto;
}
html body #wrapper .main-w {
  background: #fff;
}

html body #wrapper .head_area{
	width: 980px;
	height: 660px;
	margin: 0 auto;
}


html body .head{
	background: url("../images/head.jpg") ;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	height: auto;
	background-repeat: no-repeat;
}

.head-bg {
    display: block;
    padding-top: 66%;
}



html body #wrapper .head_text01{
position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    width: 68.25%;
    margin: 0 auto;
    z-index: 5;

}
html body #wrapper .head_text02{
position: absolute;
    left: 12.8%;
    top: 9%;
    width: 45%;
    margin: 0 auto;
    z-index: 0;

}
html body #wrapper .head_text03{
position: absolute;
    left: 20%;
    top: 76%;
    width: 20.3%;
    margin: 0 auto;
    z-index: 0;
}


.fadeIn1{
	opacity:0;
	-webkit-animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;
	}

.fadeIn2{
	opacity:0;
	-webkit-animation: blur 0.3s ease-in-out 1.0s 1 forwards;
	animation: blur 0.3s ease-in-out 1.0s 1 forwards;
	}

.fadeIn3{
	opacity:0;
	-webkit-animation: blur 0.5s ease-in-out 1.5s 1 forwards;
	animation: blur 0.5s ease-in-out 1.5s 1 forwards;
	}

.fadeIn4{
	opacity:0;
	-webkit-animation: blur 0.7s ease-in-out 2.0s 1 forwards;
	animation: blur 0.7s ease-in-out 2.0s 1 forwards;
	}

@-webkit-keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@-moz-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

.mv1{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: 1.2s;
}

html body #wrapper .btarea{
	margin: 60px 0;
	padding: 80px;
	text-align: center;
}
html body #wrapper .btarea p{
	font-size: 100%;
}
html body #wrapper .btarea img:hover {
	opacity: 0.8;
}


html body #wrapper .head_line{
	border-top: 1px solid #ffffff;
	margin: 30px 0;
}

html body #wrapper .copy01{
	font-size: 140px;
	font-weight: 900;
	font-family: Lato;
	line-height: 200px;
	text-align: center;
	display: block;
}

html body #wrapper .copy02{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	display: block;
}

html body #wrapper .copy03{
	font-size: 26px;
	font-weight: 600;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 40px;
}
html body #wrapper .copy04{
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	display: block;
	margin: 0 0 30px;
}

html body #wrapper .head_text h1{
	font-size: 52px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 62px;
}
html body #wrapper .head_text h2{
	font-size: 34px;
	font-weight: bold;
	padding: 20px 0;
}
html body #wrapper .head_text h3{
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}
html body #wrapper .head_text h4{
	font-size: 30px;
	font-weight: bold;
	padding: 60px 0 20px;
}
html body #wrapper .head_text p{
	font-size: 24px;
	line-height: 42px;
}
html body #wrapper .head_text .kakaku{
	padding: 40px 0;
	line-height: 48px;
}
html body #wrapper .head_text .kakaku-sale{
	font-size: 48px;
	font-weight: bold;
}
html body #wrapper .sub-bg {
    background: #26cb99;
    background: -moz-linear-gradient(left, #26cb99 8%, #1880b4 63%, #3c5fff 95%);
    background: -webkit-linear-gradient(left, #26cb99 8%,#1880b4 63%,#3c5fff 95%);
    background: linear-gradient(to right, #26cb99 8%,#1880b4 63%,#3c5fff 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26cb99', endColorstr='#3c5fff',GradientType=1 );
  padding: 40px 0;
}

html body #wrapper .sub-bg2 {
  padding: 40px 0;
}


html body #wrapper .sub {
  text-align: center;
  padding: 0 ;
  margin: 0;
  font-size: 3.0em;
  line-height: 1.3;
  font-weight: 800;
  margin:  0  ;
  color: #fff;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
}

html body #wrapper .sub-bk {
  text-align: center;
  padding: 0 ;
  margin: 0;
  font-size: 3.0em;
  line-height: 1.3;
  font-weight: 800;
  margin:  0  ;
  color: #000;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
}

html body #wrapper .merit{
	margin: 40px 0 0;
}
html body #wrapper .merit-sub{
	background: #83c9b1;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 24px;
	font-weight: bold;
}
html body #wrapper .merit h1{
	font-size: 32px;
    text-align: center;
    margin: 20px 0;
    border-bottom: solid 1px;
    padding-bottom: 16px;

}

html body #wrapper .main .img1 {
  margin: 0 auto;
  display: block;
}


html body #wrapper .bre-img{
  width: 80%;
  margin: 0 auto;
  display: block;
}

html body #wrapper ul {
  list-style-type: none;
}
html body #wrapper li {
  position: relative;
  line-height: 1.4;
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 20px 10px;
  border-bottom: solid 1px #CCC;
}

html body #wrapper li::after {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: -1.5em;
  width: 20px;
  height: 5px;
  border-left: 5px solid #cf1515;
  border-bottom: 5px solid #cf1515;
  transform: rotate(-45deg);
}
.bre-text{
font-size: 16px;
line-height: 24px;
}

.youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin: 0 auto  ;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtubebg {
    background: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 40px;
	
}


html body #wrapper .main p {
  margin: 0 48px ;
  padding: 20px 0;
  font-size: 20px;
  line-height: 34px;
}

html body #wrapper .main2 p {
  margin: 40px 48px ;
  padding: 20px 0;
  font-size: 20px;
  line-height: 34px;
}

html body #wrapper .bt  {
  border: solid 5px #CCC;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

html body #wrapper .bt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

html body #wrapper .bt_text{
	padding: 20px 30px;
	color: #fff;
	max-width: 480px;
	border: dotted #fff 1px;
	font-size: 14px;
	line-height: 24px;
	margin: 20px auto;
}


html body #wrapper #footer {
  background: #333;
  color: #FFF;
  padding: 15px 0;
}
html body #wrapper #footer .content {
  width: 100%;
  margin: 0 auto;
}

html body #wrapper #footer .copy {
  font-size: 10px;
  text-align:center;
  line-height: 20px;
}
html body #wrapper #footer .content .link {
  text-align:center;
  font-size: 11px;
  padding-bottom:5px;
}
html body #wrapper #footer a {
  color: #FFF;
  text-decoration: none;
}


html body #wrapper .headtxt {
	text-align:center;
	margin:0 auto;
	background: #000;

}

html body #wrapper .headbg {
  background: url("../images/bg.png")#1a2f64 no-repeat;
  background-position: center;
  height:760px;
}

.right {
  margin: 0;
  float: right; 
  clear: both;
}

.k-right {
  margin: 0;
  float: right; 
  clear: both;
  width: 220px;
}

.toku{
	width: 90%;
    margin: 40px auto;
	border: solid #444 1px;
}

.toku_title{
	background: #444;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;

	padding: 10px 40px;
	line-height: 42px;
	width: 80%;
	border: solid #444 1px;
	text-align: center;
}
.toku_text{
	background: #fff;
}

.joken{
	width: 90%;
    margin: 80px auto 40px;
	border: solid #d6a0a0 1px;
}

.joken_title{
	background: #d6a0a0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;

	padding: 10px 40px;
	line-height: 42px;
	width: 80%;
	border: solid #d6a0a0 1px;
	text-align: center;
}
.joken_text{
	background: #fff;
}

html body #wrapper .con-bg {
  background: url("../images/bg_con.jpg") #fef7f4;
  background-position: center top;
  background-repeat: no-repeat;

  background-attachment: fixed;
  padding: 40px 0;
}

html body #wrapper .con h1 {
    background: #f29b76;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 60px;
    margin: 20px;
    width: auto;
	text-align: center;
}

html body #wrapper .con {
margin:30px 90px ;
	
box-shadow:0px 0px 6px 3px #eee ;
-moz-box-shadow:0px 0px 6px 3px #eee ;
-webkit-box-shadow:0px 0px 6px 3px #eee ;
}

html body #wrapper .con-text {
  padding:10px;
  font-size: 20px;
  line-height: 34px;
  background-color:#FFF;
}

html body #wrapper .kakakubg {
  background: url("../images/kakakubg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 50px;
}


html body #wrapper .about-bg{
	background: #1fb7d5;
}

html body #wrapper .about-sub{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 40px;
}

.clear{clear: both;}

.jissen{margin: 0 auto; width: 90%; border: solid 2px #ccc; margin-bottom: 2%; }


html body #time {
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	padding: 10px 0px;
	background: #000;
	color: #ffff00;
}

html body #CDT{
	background: #000;
}


.osusume{
width: 30%;
margin: 0 13px;
}

.riyuu{
width: 100%;
margin: 20px 0 ;
}

.merit{
width: 100%;
margin: 20px 0 ;
}


.info{
margin: 0 80px 34px ;
padding:10px 10px 10px 10px;
border:solid 1px #999999;
background: #fff;
}

table.outline{
width:100%;
border-collapse:separate;
margin:0 auto;
}
table.outline td{
font-size:16px;
line-height:150%;
border-bottom:dotted 1px #999999;
padding:40px 15px ;
	text-align: left;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:dotted 1px #999999;
text-align:center;
vertical-align: middle;

}

.text_nittei{
text-align: center;
margin-top: 20px;
font-size: 16px;
}

.spbn{display:none;}
.mousikomi{ margin: 40px auto;}

html body #wrapper .img-80{
width: 80%;
margin: 0 auto;
display: block;
}

html body #wrapper .img-100{
width: 100%;
}


html body #wrapper .arrow{
max-width: 140px;
margin: 0 auto;
display: block;
}

html body #wrapper .section_movie{
    background-image : url("../images/bg_movie.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0;
}
html body #wrapper .section_form{
  padding: 80px 0 ;
  text-align: center;
   background : url("../images/form_bg.jpg") #f3dd8a;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}
html body #wrapper .form-img{
  width: 90%;
}


html body #wrapper .img01{
  width: 60%;
  margin: 0 auto;
  display: block;
}

html body #wrapper .form-text{
  font-size: 90%;
  line-height: 24px;
  text-align: left;
  max-width: 700px;
  margin: 40px auto 0;
}
html body #wrapper .form-border {
    clear: both;
    margin: 0 auto;
    width: calc(95% - 30px);
    max-width: 870px;
    border: 10px solid #A57528;
    padding: 5px;
    background: rgba(255,255,255,0.7);
}
html body #wrapper .form {
    padding: 40px 20px  ;
    border: 2px solid #A57528;
    overflow: hidden;
	background: #fff;
	margin: 0 auto;
	max-width: 860px;
	width: 90%;
}

html body #wrapper .section01{

  padding: 0 ;

}
html body #wrapper .section02{
  background : #ff527b;

	padding: 40px 0 0 ;
}

html body #wrapper .section_prof{
    background: #26cb99;
    background: -moz-linear-gradient(left, #26cb99 8%, #1880b4 63%, #3c5fff 95%);
    background: -webkit-linear-gradient(left, #26cb99 8%,#1880b4 63%,#3c5fff 95%);
    background: linear-gradient(to right, #26cb99 8%,#1880b4 63%,#3c5fff 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26cb99', endColorstr='#3c5fff',GradientType=1 );
	color: #000;
	padding: 80px 0 ;
}
html body #wrapper .prof {
  max-width: 860px;
  margin: 0 auto;
}
.prof02{
margin: 0 ;
font-size: 18px;
line-height:28px;
}

.prof02txt{
padding:25px 30px ;
background-color: rgba(255,255,255,0.90);
font-size: 16px;
	
}
html body #wrapper .movie-text {
  margin: 40px auto 0;
  display: block;
}


html body #wrapper .voice_item {
    background-color: #ebf8f9;
    padding: 2em ;
    max-width: 800px;
    margin: 0 auto 30px;
}

html body #wrapper .voice_item img{
    width: 100%;
}

.content{
	margin: 40px auto;
	width: 90%;
	border:solid 1px #ccc;
	margin-bottom: 2%;
	background:#FFF; 
	padding:0 0 30px; 
	
	background: #eef3f5;
}

.content-sub{
	background:#8fa6a7; 
	padding:80px 40px; 
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
}
.tokuten{
	margin: 0 auto;
	width: 90%;
	border:solid 1px #ccc;
	margin-bottom: 2%;
	background:#FFF; 
	padding:0 0 30px; 
	
}

.tokuten-sub{
	background:#e0b358; 
	padding:80px 40px; 
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
}
.countdown{
	padding:10px 0;
	width: 100%;
	font-size:20pt;
	line-height: 48px;
	font-weight:bold;
	color: #007fbd;
	text-align:center;
	background-color:rgba(255,255,255,0.95);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
#date{
text-align: center;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
      font-size: 40px;
    padding: 20px;
    color: #fff;
		text-shadow: 0px 0px 30px #000000;
}


.animate73 {-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;}a.a-btn {position:relative;display:inline-block;margin:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}a.a-btn img {display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}img.a-main {width:100%;position:relative;z-index: 54;}@-moz-keyframes animate73 {0%{ -moz-transform:scale(0.92);}40%{ -moz-transform:scale(0.97);}60%{ -moz-transform:scale(0.86);}80%{ -moz-transform:scale(1);}100%{ -moz-transform:scale(0.92);}}@-o-keyframes animate73 {0%{ -o-transform:scale(0.92);}40%{ -o-transform:scale(0.97);}60%{ -o-transform:scale(0.86);}80%{ -o-transform:scale(1);}100%{ -o-transform:scale(0.92);}}@-webkit-keyframes animate73 {0%{ -webkit-transform:scale(0.92);}40%{ -webkit-transform:scale(0.97);}60%{ -webkit-transform:scale(0.86);}80%{ -webkit-transform:scale(1);}100%{ -webkit-transform:scale(0.92);}}@keyframes animate73 {0%{ transform:scale(0.92);}40%{ transform:scale(0.97);}60%{ transform:scale(0.86);}80%{ transform:scale(1);}100%{ transform:scale(0.92);}}.animate73{-webkit-animation-name: animate73;-moz-animation-name: animate73;-o-animation-name: animate73;animation-name: animate73;}

.animate73{animation-duration:1s!important;-webkit-animation-duration:1s;-ms-animation-duration:1s;-moz-animation-duration:1s!important;}

.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
  margin-bottom: 60px;
}
.faceicon img{
  width: 80px; 
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  width:720px; 
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f2eafc;
  box-sizing:border-box;
  margin:0 ;
  line-height:1.6;
  font-size: 20px;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  top:20px;
  border-right: 22px solid #f2eafc;
}
.balloon_r .says:after {
  right: -26px;
  top:20px;
  border-left: 22px solid #f2eafc;
}

#overlay_banner {
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#close_button {
    display: none;
}

#line_banner img {
	display: none;
}

.jisseki-img{
width: 100%;
}

.bre-img{
width: 100%;
max-width: 920px;
margin: 0 auto;

}
