@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: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color: #fff45c;}
.big{font-size:24px;line-height:36px;}
.red{color:#f18324;}
/*img float*/
img.imgr{float: right; padding: 0 0 50px 30px;}
img.imgl{float: left;}


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

.pc{width:100%;max-width:960px;display:block;margin:0 auto;}
.sp{width:100%;max-width:640px;display:none;margin:0 auto;}
@media only screen and (max-width:640px){
.pc{display:none;}
.sp{display:block;}
}

/*header*/
header{
margin:0;
width:100%;
min-width:320px;
height:600px;
background:#000000 url(../img/header_bg.png) no-repeat center top;
position:relative;
text-align:center;
}
.header_title{
width:640px;
display:block;
margin:0 auto;
position:absolute;
top:80px;
left:0;
right:0;
bottom:0;
}
.header_btn{
width:240px;
position:absolute;
top:20px;
right:20px;
}
.play{
width:100px;
position:absolute;
margin:0 auto;
top:280px;
bottom:0;
left:0;
right:0;
}
.header_text{
width:480px;
display:block;
margin:0 auto;
position:absolute;
top:420px;
left:0;
right:0;
bottom:0;
}
@media only screen and (max-width:640px){
header{
margin:0;
width:100%;
height:420px;
background:#000000 url(../img/header_bg.png) no-repeat center top;
}
.header_title{
width:320px;
display:block;
margin:0 auto;
position:absolute;
top:80px;
left:0;
right:0;
bottom:0;
}
.header_btn{
width:150px;
position:absolute;
top:10px;
right:10px;
}
.play{
width:80px;
position:absolute;
margin:0 auto;
top:200px;
bottom:0;
left:0;
right:0;
}
.header_text{
width:320px;
display:block;
margin:0 auto;
position:absolute;
top:320px;
left:0;
right:0;
bottom:0;
}
}

/*modal*/
#movie{
top:0;
left:0;
width:100%;
height:100%;
display:none;
position:absolute;
}
.close_overlay {
top:0;
left:0;
width:100%;
height:100%;
display:block;
text-indent:-9999px;
position:absolute;
background:#000;
opacity:0.5;
z-index:5;
}
.modal_window{
top:0;
bottom:0;
left:0;
right:0;
margin:20px auto;
padding:30px 0 0 0;
width:700px;
height:730px;
text-align:center;
display:block;
background:#ffffff;
color:#333333;
position:absolute;
z-index:10;
box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);
}
/*modal_cta*/
#modal_cta{
width:700px;
margin:0;
padding:0;
text-align:center;
color:#333333;
}
#modal_cta form{
width:700px;
padding:0;
margin:0;
}
#modal_cta 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 0 10px 0;
width:630px;
padding:4px;
text-align:center;
border:1px solid #000000;
}
#modal_cta form input[type=image] {}
#modal_cta p{
margin:0;
padding:20px;
width:660px;
font-size:11px;
line-height:14px;
text-align:justify;
}
.close{top:10px;right:10px;position:absolute;}
.modal_sp{display:none;}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
0% {opacity:0;display:block;}
100% {opacity:1;}
}
#modal div:target {
-webkit-animation-name: modalFadeIn; 
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1;
opacity: 1;
display:block;
} 

@media only screen and (max-width:740px){
.modal_window{
margin:10px auto;
padding:10px 0 0 0;
width:300px;
height:500px;
text-align:center;
display:block;
background:#ffffff;
color:#333333;
position:absolute;
z-index:10;
}
.modal_movie{width:280px;height:158px;}
/*modal_cta*/
#modal_cta{
width:300px;
margin:10px 0 0 0;
padding:0;
text-align:center;
color:#333333;
}
#modal_cta form{
width:300px;
padding:0;
margin:0;
}
#modal_cta form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:12px;
line-height:20px;
margin:0 0 10px 0;
width:270px;
padding:0 4px;
text-align:center;
border:1px solid #000000;
}
#modal_cta form input[type=image] {width:280px;}
#modal_cta p{
margin:0;
padding:10px;
width:280px;
font-size:10px;
line-height:12px;
text-align:justify;
}
.close{top:490px;right:5px;position:absolute;}
.modal_pc{display:none;}
.modal_sp{display:block;width:300px;}
}

/*cta*/
#cta{
width:100%;
margin:0;
padding:0 0 50px 0;
text-align:center;
color:#ffffff;
background:#74b833 url(../img/cta_bg.png) no-repeat center;
background-size:cover;
}
.cta_title{
display:block;
margin:0 auto;
width:100%;
max-width:640px;
}
#cta form{
max-width:940px;
padding:0 10px;
margin:0 auto;
}
#cta form input[type=text]{
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:20px;
line-height:40px;
margin:0 0 10px 0;
width:880px;
padding:9px;
text-align:center;
border:1px solid #000000;
}
#cta form input[type=image] {}
#cta p{
margin:40px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:14px;
line-height:20px;
text-align:justify;
}
@media only screen and (max-width:900px){
#cta{padding:0 0 20px 0;}
#cta form{
padding:0 10px;
margin:0 auto;
}
#cta form input[type=text]{
padding:9px 0;
width:100%;
}
#cta form input[type=image] {width:90%;}
}
@media only screen and (max-width:640px){
#cta{padding:0 0 20px 0;}
#cta form{
padding:0 10px;
margin:0 auto;
}
#cta form input[type=text]{
font-size:12px;
line-height:20px;
margin:0 0 10px 0;
padding:4px 0;
width:100%;
}
#cta form input[type=image] {width:90%;}
#cta p{
margin:20px auto 0 auto;
padding:0 10px;
max-width:900px;
font-size:12px;
line-height:18px;
text-align:justify;
}
#cta p br{display:none;}
}

/*contents*/
#contents{
margin:30px auto;
padding:60px 10px;
max-width:940px;
}
.contents_box{
padding:10px 0;
border: 5px solid #74b833;
}
.textbox{
margin: 0 auto;
padding:35px 0 65px 0;
width:800px;
text-align:left;
line-height:30px;
position:relative;
z-index:1;
}
.textbox p{
margin: 0;
padding:15px 0;
}
.textbox img{margin:0;padding:30px 0;}
@media only screen and (max-width:920px){
.textbox{
margin: 0 auto;
padding:20px;
width:auto;
text-align:justfy;
}
.textbox img{margin:0;padding:30px 0;}
}
@media only screen and (max-width:640px){
.textbox{
margin: 0 auto;
padding:20px 10px;
width:auto;
text-align:justfy;
font-size:12px;
line-height:20px;
}
.textbox p{
margin: 0;
padding:10px 0;
}
.textbox img{margin:0;padding:10px 0;}
.textbox br{display:none;}
}

/*profile*/
#profile{
width:100%;
margin:0 auto;
padding:0;
border-top:5px solid #74b833;
background:#f4efe4;
}
.profile_bg{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
text-align:left;
background:url(../img/profile_bg.png) center top no-repeat;
}
.profile_text{
max-width:900px;
margin:0 auto;
padding:20px 10px;
text-align:justify;
font-size:14px;
line-height:20px;
}
.profile_text p{
margin:0;
padding:10px 0;
}

@media only screen and (max-width:640px){
#profile{
width:100%;
margin:0 auto;
padding:0;
}
.profile_bg{
width:100%;
margin:0 auto;
padding:0;
background:url(../img/profile_bg_sp.png) center top no-repeat;
}
.profile_text{
width:auto;
margin:0 auto;
padding:10px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.profile_text br{
display:none;
}
}

/*footer*/
footer{
margin:0;
padding:30px 0;
width:100%;
font-size:12px;
color:#ffffff;
background:#272f26;
}
nav{
margin:0 auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:20px;
padding:0 0 0 20px;
}
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;}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:center;
font-size:12px;
line-height:20px;
}
.attention p{margin:0;padding:10px 0;}
address{
font-size:12px;
line-height:20px;
padding: 5px 15px;
}
@media only screen and (max-width:640px){
nav{
margin:0 auto 20px auto;
padding:0 0 30px 0;
}
nav ul{
text-align:center;
font-size:12px;
line-height:30px;
padding:0 0 0 20px;
}
nav li{
display:block;
/display:block;
/zoom:1;
list-style-type:none;
padding: 0;
background:none;
}
.attention{
margin:0 auto;
padding:0 10px 20px 10px;
max-width:940px;
text-align:justify;
font-size:12px;
line-height:20px;
}
.attention br,.sp_no{display:none;}
}