@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y: scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}   
img,abbr,acronym,fieldset{border: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display: none;}
object,embed{vertical-align: top;} 

/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration:underline;color:#333333;}
a:visited{text-decoration:none;color:#333333;}
a:hover{text-decoration:underline;color:#333333;}
a:active{text-decoration:none;color:#333333;}
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;color:#333333;}
.red{color:#e50012;}
.big{font-size:24px;line-height:40px;}
@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:750px;display:none;margin:0 auto;}
.common{width:100%;max-width:750px;display:block;margin:0 auto;}
.br_sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
.br_sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align:center;
letter-spacing:0em;
overflow:hidden;
background:#ffffff;
}

/*header----------*/
header{
margin:0;
padding:0 0 30px 0;
width:100%;
background:#ffffff url(../img/header_bg.png) no-repeat center top;
text-align:center;
position:relative;
}
@media only screen and (max-width:960px){header{background:#ffffff url(../img/header_pc_bg.png) no-repeat center top;background-size:100% auto;}}
@media only screen and (max-width:750px){header{background:#00a5d5;padding:0 0 20px 0;}}

/*----- wrapper -----*/
.wrapper{
margin:0 auto;
padding:30px 0 0 0;
width:100%;
max-width:960px;
}

/*cta----------*/
.cta{
margin:0;
padding:30px 0;
width:100%;
box-sizing:border-box;
text-align:center;
background:#ffd700;
position:relative;
}
.form_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
box-sizing:border-box;
text-align:left;
position:relative;
}
form{
margin:0;
padding:0;
width:100%;
background:url(../img/form_bg_pc.png) repeat-y center left;
background-size:100% 100%;
box-sizing:border-box;
}
.form_box{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin:0;
padding:0;
box-sizing:border-box;
position:relative;
}
.form_left{
width:55%;
margin:0;
padding:0 10px 0 6.25%;
box-sizing:border-box;
text-align:left;
}
.form_right{
width:45%;
margin:0;
padding:0 6.25% 0 0;
box-sizing:border-box;
text-align:left;
}
form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:16px;
line-height:20px;
width:90%;
margin:0 5px 10px 0;
padding:5px;
text-align:left;
border:1px solid #333333;
box-sizing:border-box;
}
form input[type=text]:last-child{margin:0;width:100%;}
form input[type=submit]{
width:100%;
height:100%;
margin:0;
border-radius:10px;
background:#00b034;
border:0;
color:#ffffff;
font-weight:bold;
font-size:20px;
line-height:20px;
background:-moz-linear-gradient(top, #32cf54, #0f7726);
background:-webkit-linear-gradient(top, #32cf54, #0f7726);
background:linear-gradient(to bottom, #32cf54, #0f7726);
box-shadow:1px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
form input[type=submit]:hover{opacity:0.5;}
.attention{display:none;}
@media only screen and (max-width:750px){
.cta{
margin:0;
padding:0;
width:100%;
box-sizing:border-box;
text-align:center;
background:#ffd700;
position:relative;
}
.form_wrapper{
padding:0 0 20px 0;
}
form{background:none;}
.form_box{
display:block;
margin:0;
padding:0;
box-sizing:border-box;
position:relative;
}
.cta .form_box{padding:20px 0 0 0;font-size:14px;}
.form_left{
width:100%;
margin:0;
padding:0 20px 0 20px;
box-sizing:border-box;
text-align:left;
}
.form_right{
width:100%;
margin:0;
padding:0 20px 0 20px;
box-sizing:border-box;
text-align:left;
}
form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:14px;
line-height:20px;
margin:0 5px 10px 0;
padding:5px;
text-align:left;
border:1px solid #333333;
box-sizing:border-box;
}
form input[type=text]:last-child{margin:0 0 10px 0;}
form input[type=submit]{
width:100%;
height:100%;
margin:0;
padding:20px 0;
border-radius:8px;
border:0;
color:#ffffff;
font-weight:bold;
font-size:18px;
line-height:20px;
border:2px solid #ffffff;
}
form input[type=submit]:hover{opacity:0.5;}
.attention{
display:block;
padding:20px 20px 0 20px;
font-size:12px;
line-height:16px;
text-align:justify;
}
}

/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0;
width:100%;
height:100%;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.reflection{
width:30px;
height:100%;
position:absolute;
top:-180px;
left:0;
background-color:rgba(255,255,255,0.8);
opacity:0;
transform:rotate(45deg);
animation:reflection 3s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 4s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 4s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 4s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
0%{ transform: scale(0) rotate(45deg); opacity: 0; }
80%{ transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ transform: scale(4) rotate(45deg); opacity: 1; }
100%{ transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80%{ -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81%{ -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100%{ -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ------------------------------------------- CSS Information 
 Style Info:     カウントダウンタイマー設定
----------------------------------------------------------- */
.countdown{
width:100%;
margin:0;
padding:0;
text-align:center;
color:#ffffff;
background:#333333;
}
.timer_box{
width:640px;
height:150px;
margin:0 auto;
padding:0;
position:relative;
background:url(../img/timer_pc_bg.png) no-repeat center left;
}
.timer_pc{
position:absolute;
left:300px;
top:50px;
}
.timer_sp{display:none;}
@media only screen and (max-width:640px){
.timer_box{
width:320px;
height:160px;
margin:0 auto;
padding:0;
position:relative;
background:url(../img/timer_sp_bg.png) no-repeat center left;
}
.timer_pc{display:none;}
.timer_sp{
display:inline-block;
position:absolute;
top:74px;
left:0;
right:0;
}
}

/*contents-----*/
#contents{
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#ffffff url(../img/contents_pc_bg.png) no-repeat center top;
position:relative;
}
@media only screen and (max-width:750px){
}

/*profile-----*/
#profile{
width:100%;
margin:0;
padding:0;
box-sizing:border-box;
background:#f5f5f5;
position:relative;
border-top:1px solid #00a5d5;
}
.profile_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
.profile_title{margin:0 auto 30px auto;}
.profile_text{
margin:0;
padding:30px 0;
font-size:16px;
line-height:30px;
text-align:justify;
color:#333333;
box-sizing:border-box;
}
.profile_text p{
margin:0;
padding:0 3.125% 30px 3.125%;
}
.book{margin:-10px auto 20px auto;}
@media only screen and (max-width:750px){
#profile{}
.profile_wrapper{}
.profile_title{margin:0 auto 20px auto;}
.profile_text{
padding:20px 0;
font-size:14px;
line-height:24px;
}
.profile_text p{
margin:0;
padding:0 20px 20px 20px;
}
.book{margin:-10px auto 10px auto;}
}

/*footer----------*/
footer{
margin:0;
padding:30px;
width:100%;
font-size:12px;
color:#f5f5f5;
background:#333333;
box-sizing:border-box;
}
nav{
margin:0 0 0 auto;
padding:0 0 30px 0;
}
nav ul{
text-align:left;
font-size:12px;
line-height:20px;
padding:0;
}
nav li{
display:-moz-inline-box;
display:inline-block;
/display:inline;
/zoom:1;
list-style-type:none;
padding:0 20px 0 8px;
background:url(../img/footer.png) no-repeat left center;
}
nav a:link{color:#ffffff;text-decoration:none;}
nav a:visited{color:#eeeeee;text-decoration:none;}
nav a:hover{color:#eeeeee;text-decoration:underline;}
nav a:active{color:#eeeeee;text-decoration:none;}
address{
text-align:right;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:768px){
footer{padding:30px 10px;}
nav ul{line-height:30px;}
nav li{display:block;/display:block;}
.sp_no{display:none;}
}