@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;}
li{list-style:none;}

/* ------------------------------------------- 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;}
/*font*/
.b{font-weight:bold;}
.ul{text-decoration:underline;}
.bg{background-color:#fff45c;}
.big{font-size:20px;line-height:30px;}@media only screen and (max-width:750px){.big{font-size:16px;line-height:24px;}}
.red{color:#b7282e;}
#contents08 .red{color:#ffec47;}

/*----- image -----*/
.img960{width:100%;max-width:960px;margin:0 auto;}
.img750{width:100%;max-width:750px;margin:0 auto;}
.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width:750px){
.pc{display:none;}
.sp{display:block;}
}

/* ------------------------------------------- CSS Information 
 Style Info: body
----------------------------------------------------------- */
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;
background:#ffffff;
letter-spacing:0em;
overflow:hidden;
min-width:320px;
}

/* ------------------------------------------- CSS Information 
 Style Info: header
----------------------------------------------------------- */
header{
margin:0;
width:100%;
text-align:center;
position:relative;
background:#002d77;
}
#header01{
position:relative;
width:100%;
height:100%;
margin:0;
padding:0;
overflow:hidden;
}
.header_video{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
background:#002d77 url(../img/header01_bg_pc.png) no-repeat center top;
background-size:cover;
opacity:0.4;
}
#header01_img{
position:relative;
background:url(../img/header01_bg_1200.png) no-repeat center top;
background-size:auto 100%;
z-index:5;
}
#header02{
width:100%;
margin:0;
padding:40px 0;
background:#f0f1f4;
}
#header02 .img960{margin:0 auto 20px auto;}
@media only screen and (max-width:750px){
header{}
#header01{}
.header_video{
background:#002d77 url(../img/header01_bg_sp.png) no-repeat center top;
background-size:cover;
}
#header01_img{background:none;}
#header02{padding:20px 0;}
#header02 .img750{margin:0 auto 20px auto;}
}

/* ------------------------------------------- CSS Information 
 Style Info: title
----------------------------------------------------------- */
.title{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
}
.title.scrollin:after{
content:"";
display:block;
margin:40px auto 0 auto;
padding:0;
width:0;
max-width:240px;
height:10px;
background:#002d77;
animation:title_hr 1s linear 1s both;
-webkit-animation:title_hr 1s linear 1s both;
}
#contents04 .title.scrollin:after,#contents08 .title.scrollin:after{background:#c3af43;}
@keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@-webkit-keyframes title_hr{0%{width:0%;}100%{width:100%;}}
@media only screen and (max-width:750px){
.title{}
.title.scrollin:after{
margin:20px auto 0 auto;
max-width:120px;
height:5px;
}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents01
----------------------------------------------------------- */
#contents01{
padding:80px 0 40px 0;
background:#ffffff url(../img/contents01_bg_pc.png) no-repeat bottom right;
}
.contents01_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
}
.contents01_box .text{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 3.125% 10px 3.125%;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:left;
}
.contents01_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents01{
padding:40px 0 20px 0;
background:#ffffff;
}
.contents01_box{padding:20px 0 0 0;}
.contents01_box .text{
padding:20px 20px 0 20px;
font-size:14px;
line-height:30px;
text-align:justify;
}
.contents01_box .text p{padding:0 0 20px 0;}
.contents01_box .text br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents02
----------------------------------------------------------- */
#contents02{
width:100%;
margin:0 auto;
padding:120px 0 80px 0;
background:#ffffff;
}
.contents02_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
.contents02_box .text{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 20px 10px 20px;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:center;
}
.contents02_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents02{padding:40px 0 20px 0;}
.contents02_box{}
.contents02_box .text{
padding:20px 20px 0 20px;
font-size:14px;
line-height:30px;
}
.contents02_box .text p{padding:0 0 20px 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents03
----------------------------------------------------------- */
#contents03{
width:100%;
margin:0 auto;
padding:120px 0 80px 0;
position:relative;
}
#contents03:before {
background:#f0f1f4 url(../img/contents03_bg_pc.png) no-repeat top center;
background-size:cover;
display:block;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
content: "";
z-index: -1;
}
.contents03_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
}
@media only screen and (max-width:750px){
#contents03{
padding:40px 0 0 0;
position:relative;
}
#contents03:before {
background:#f0f1f4 url(../img/contents03_bg_sp.png) no-repeat top center;
background-size:cover;
display:block;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
content: "";
z-index: -1;
}
.contents03_box{padding:20px 0 0 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents04
----------------------------------------------------------- */
#contents04{
width:100%;
margin:0 auto;
padding:80px 0 80px 0;
background:#044476;
color:#ffffff;
}
.contents04_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:0;
}
.contents04_box .text{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 20px 10px 20px;
box-sizing:border-box;
font-size:16px;
line-height:30px;
text-align:center;
}
.contents04_box .text p{
margin:0;
padding:0 0 30px 0;
}
@media only screen and (max-width:750px){
#contents04{padding:40px 0 40px 0;}
.contents04_box{}
.contents04_box .text{
padding:20px 20px 0 20px;
font-size:14px;
line-height:30px;
text-align:justify;
}
.contents04_box .text p{padding:0 0 20px 0;}
.contents04_box .text br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents05
----------------------------------------------------------- */
#contents05{
width:100%;
margin:0 auto;
padding:80px 0 80px 0;
background:#f0f1f4;
}
.contents05_box{
width:100%;
max-width:960px;
margin:0 auto;
padding:40px 0 0 0;
}
@media only screen and (max-width:750px){
#contents05{padding:40px 0 40px 0;}
.contents05_box{padding:20px 0 0 0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents06
----------------------------------------------------------- */
#contents06{
width:100%;
margin:0;
padding:80px 0 80px 0;
background:#ffffff;
}
.contents06_box{
width:100%;
max-width:960px;
margin:40px auto 80px auto;
padding:0;
box-sizing:border-box;
}
#voice_movie{
width:100%;
margin:0 0 20px 0;
padding:0 20px;
box-sizing:border-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:start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
}
#voice_movie .movie{
margin:0;
width:50%;
position:relative;
box-sizing:border-box;
}
#voice_movie .movie01{padding:0 10px 0 0;}
#voice_movie .movie02{padding:0 0 0 10px;}
#voice_movie .movie_wrapper{
margin:0 auto;
padding:0;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
#voice_movie .movie_box{
position:relative;
width:100%;
max-width:900px;
max-height:506px;
margin:0 auto; 
padding-top:56.25%;
}
#voice_movie .movie_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
border:2px solid #cccccc;
}
#voice_box{
height:400px;
margin:20px 20px 0 20px;
padding:20px;
box-sizing:border-box;
border:2px solid #cccccc;
background:#f0f1f4;
overflow-y:scroll;
}
#voice_box img{
display:block;
width:100%;
margin:0 0 20px 0;
border:1px solid #eeeeee;
box-sizing:border-box;
}
#voice_box img:last-child{margin:0;}
@media only screen and (max-width:750px){
#contents06{padding:40px 0 40px 0;}
.contents06_box{margin:20px auto 40px auto;}
#voice_movie{
width:100%;
margin:0;
padding:0 20px;
box-sizing:border-box;
display:block;
}
#voice_movie .movie{width:100%;margin:0 0 20px 0;}
#voice_movie .movie01{padding:0;}
#voice_movie .movie02{padding:0;}
#voice_movie .movie_wrapper{}
#voice_movie .movie_box{}
#voice_movie .movie_box iframe{border:1px solid #cccccc;}
#voice_box{
height:400px;
margin:20px 20px 0 20px;
padding:10px;
border:1px solid #cccccc;
}
#voice_box img{margin:0 0 10px 0;}
#voice_box img:last-child{margin:0;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents07
----------------------------------------------------------- */
#contents07{
width:100%;
margin:0;
padding:80px 0 80px 0;
background:#f0f1f4;
}
.contents07_box{
width:100%;
max-width:960px;
margin:40px auto 0 auto;
padding:0 30px;
box-sizing:border-box;
}
#faq{}
#faq dt{
font-size:16px;
line-height:30px;
color:#ffffff;
text-align:justify;
margin:0;
padding:20px 20px 20px 70px;
background:#002d77 url(../img/faq_q.png) no-repeat 20px 20px;
background-size:30px 30px;
z-index:3;
}
#faq dd{
font-size:16px;
line-height:30px;
text-align:justify;
margin:0 0 30px 0;
padding:20px 20px 0 70px;
background:#ffffff url(../img/faq_a.png) no-repeat 20px 20px;
background-size:30px 30px;
z-index:2;
}
#faq dd:last-child{margin:0;}
#faq dd p{margin:0;padding:0 0 20px 0;}
@media only screen and (max-width:750px){
#contents07{padding:40px 0 40px 0;}
.contents07_box{
margin:20px 0 0 0;
padding:0 20px;
}
#faq{}
#faq dt{
font-size:14px;
line-height:24px;
padding:20px 20px 20px 40px;
background:#002d77 url(../img/faq_q.png) no-repeat 10px 20px;
background-size:24px 24px;
}
#faq dd{
font-size:14px;
line-height:24px;
text-align:justify;
margin:0 0 20px 0;
padding:20px 20px 0 40px;
background:#ffffff url(../img/faq_a.png) no-repeat 10px 20px;
background-size:24px 24px;
}
#faq dd:last-child{margin:0;}
#faq dd br{display:none;}
}

/* ------------------------------------------- CSS Information 
 Style Info: contents07
----------------------------------------------------------- */
#contents08{
width:100%;
margin:0;
padding:80px 0 80px 0;
background:#044476;
color:#ffffff;
}
.contents08_box{
width:100%;
max-width:960px;
margin:40px auto 0 auto;
padding:0 20px;
box-sizing:border-box;
}
.outline{}
.outline dl{
margin:0;
padding:0;
width:100%;
text-align:left;
}
.outline dt{
margin:0 0 10px 0;
position:relative;
}
.outline dt span{
padding:0 10px 0 0;
font-size:20px;
line-height:30px;
font-weight:bold;
z-index:5;
background:#044476;
position:relative;
}
.outline dt:after{
content:"";
display:block;
width:100%;
height:1px;
background:#c3af43;
position:absolute;
top:0;
bottom:0;
margin:auto;
z-index:1;
}
.outline dd{
margin:0 0 40px 0;
padding:0;
font-size:14px;
line-height:24px;
}
.attention{
margin:10px 0 0 0;
padding:20px;
background:#032f55;
}
.attention li{
list-style:none;
font-size:14px;
line-height:20px;
color:#cccccc;
font-weight:none;
}
/*-- 開催日程 --*/
.schedule{margin:0;padding:0;}
.schedule li{
margin:0;
padding:0;
list-style:none;
font-size:18px;
line-height:40px;
font-weight:bold;
}
.schedule li span{
display:inline-block;
margin:0 0 0 10px;
padding:0 5px;
height:20px;
font-size:12px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#946134;
box-sizing:border-box;
border-radius:4px;
vertical-align:middle;
}
/*-- 会場案内 --*/
.place{
font-size:18px;
line-height:40px;
font-weight:bold;
}
.place a{
display:inline-block;
margin:0 0 0 10px;
padding:0 5px;
height:20px;
font-size:12px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#946134;
box-sizing:border-box;
border-radius:4px;
vertical-align:middle;
text-decoration: none;
}
.place a:hover{background:#c3af43;}
@media only screen and (max-width:750px){
#contents08{padding:40px 0 40px 0;}
.contents08_box{margin:20px auto 0 auto;}
.outline{}
.outline dl{}
.outline dt{margin:0 0 10px 0;}
.outline dt span{
padding:0 5px 0 0;
font-size:16px;
line-height:20px;
}
.outline dt:after{}
.outline dd{
margin:0 0 40px 0;
font-size:12px;
line-height:20px;
}
.attention{
margin:10px 0 0 0;
padding:20px;
}
.attention li{font-size:12px;}
/*-- 開催日程 --*/
.schedule{margin:0;padding:0;}
.schedule li{font-size:14px;line-height:30px;}
.schedule li span{
display:inline-block;
margin:0 0 0 5px;
padding:0 5px;
height:20px;
font-size:11px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#946134;
box-sizing:border-box;
border-radius:4px;
vertical-align:middle;
}

/*-- 会場案内 --*/
.place{
font-size:14px;
line-height:30px;
}
.place a{
margin:0 0 0 5px;
padding:0 5px;
height:20px;
font-size:11px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#ffffff;
background:#946134;
box-sizing:border-box;
border-radius:4px;
vertical-align:middle;
text-decoration: none;
}
.place a:hover{}
}



/* --------------------------------- CSS Information 
 Style Info: movie
------------------------------------------------- */
.movie{
margin:0;
padding:0;
width:100%;
position:relative;
box-sizing:border-box;
}
.movie_wrapper{
margin:0 auto;
padding:0 3.125%;
width:100%;
max-width:960px;
position:relative;
box-sizing:border-box;
}
.movie_box{
position:relative;
width:100%;
max-width:900px;
max-height:506px;
margin:0 auto; 
padding-top:56.25%;
}
.movie_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
border:2px solid #be8a51;
}
@media only screen and (max-width:750px){
.movie_wrapper{padding:0 20px;}
}

/* ------------------------------------------- CSS Information 
 Style Info: cta
----------------------------------------------------------- */
.cta{
width:100%;
margin:0;
padding:0;
text-align:center;
}
.cta_btn{
width:100%;
max-width:710px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.cta_btn img{width:100%;}
@media only screen and (max-width:750px){
.cta{padding:0;}
}
/*----- ボタンアニメーション -----*/
.reflection_box{
margin:0 auto;
width:100%;
max-width:670px;
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:     フッター設定
----------------------------------------------------------- */
footer{
margin:0;
padding:40px 0;
width:100%;
background:#333333;
color:#ffffff;
border-top:4px solid #002d77;
}
#fnav a{color:#ffffff;text-decoration:none;}
#fnav a:hover{color:#ffffff;text-decoration:underline;}
#fnav{margin:0 0 20px 0;}
#fnav ul{list-style-type:none;}
#fnav li{
font-size:12px;
line-height:20px;
display:inline-block;
padding:0 20px;
border-right:1px solid #cccccc;
}
#fnav li:last-child{border-right:none;}
address{
text-align:center;
font-size:12px;
line-height:20px;
padding:0;
}
@media only screen and (max-width:767px){
#fnav{margin:0 0 40px 0;}
#fnav li{
display:block;
border-right:0;
margin:0 0 20px 0;
}
.sp_no{display:none;}
}

/* --------------------------------- CSS Information 
 Style Info: fadein
------------------------------------------------- */
.fadein{
opacity:0;
transition:all ease 1s;
}
.fadein.scrollin{opacity:1;}
/*左から----------*/
.fadein_left{
opacity:0;
transform:translateX(-40px);
transition:all 1s;
}
.fadein_left.scrollin{
opacity:1;
transform:translateX(0);
}
/*右から----------*/
.fadein_right{
opacity:0;
transform:translateX(40px);
transition:all 1s;
}
.fadein_right.scrollin{
opacity:1;
transform:translateX(0);
}
/*上から----------*/
.fadein_top{
opacity:0;
transform:translateY(-20px);
transition:all 1s;
}
.fadein_top.scrollin{
opacity:1;
transform:translateY(0);
}
/*下から----------*/
.fadein_bottom{
opacity:0;
transform:translateY(20px);
transition:all 1s;
}
.fadein_bottom.scrollin{
opacity:1;
transform:translateY(0);
}