/*
================================================================================================================
COMMON
================================================================================================================
*/
*{padding:0; margin:0; border:0;}
*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;}

html{width:100%; max-width:2000px; height:100%; margin:0 auto;}
body{
width:100%;
min-width:320px !important;
height:100%;
color:#000;
background:#fff;
margin:0;
font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{display:none;}
a{outline:none;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
img{padding:0; margin:0; border:0; vertical-align:bottom;}
ul{margin:0; padding:0; border:0;}
li{list-style:none;}
strong,em,b{font-weight:bold; font-style:normal;}
table{width:100%; border-collapse:collapse; border-spacing:0; margin:0 auto;}
tr,td,th{border-collapse:collapse;}

/*
================================================================================================================
TEASER
================================================================================================================
*/
@media screen and (min-width:981px){#top{min-height:calc(100vh - 201px);}}
@media screen and (max-width:980px){#top{min-height:calc(100vh - 249px);}}
#top{
background-image:url(../img/bg_btm.png) , url(../img/bg02.png) , url(../img/bg01.webp);
background-size:100% auto , auto , cover;
background-repeat:no-repeat , repeat-x  , no-repeat;
background-position:bottom left , top , center;
font-family:'Noto Sans JP', sans-serif;}
@media screen and (max-width:480px){#top{background-size:100% auto , 8px auto , cover;}}

/*
========================
リスト装飾
========================
*/
#top .small{font-size:12px !important;}
@media screen and (max-width:640px){#top .small{font-size:11px !important;}}
@media screen and (max-width:480px){#top .small{font-size:10px !important;}}

ul.dash > li,ul.dot > li,ul.ast > li{position:relative; padding-left:16px;}
ul.dash > li::before,ul.dot > li::before,ul.ast > li::before{display:block; position:absolute; top:0; left:0;}
ul.dash > li::before{content:"-";}
ul.dot > li::before{content:"・";}
ul.ast > li::before{content:"※";}
@media screen and (max-width:640px){ul.ast.small li{padding-left:14px;}}

/*
=============================
見出し
=============================
*/
.head{
position:relative;
width:100%;
max-width:1300px;
font-family:'M PLUS 1', sans-serif;
font-size:40px;
font-weight:700;
line-height:130%;
padding-left:20px;
pointer-events:none;
margin:40px auto 20px;
z-index:2;}
.head::before{
display:block;
content:"";
position:absolute;
top:calc(50% - 1px);
left:-490px;
width:500px;
height:1px;
border-bottom:2px dashed #000;}
@media screen and (max-width:980px){.head{font-size:30px;}}
@media screen and (max-width:480px){.head{font-size:24px;}}

/*
================================================================================================================
ロゴエリア
================================================================================================================
*/
#top-inner{
position:relative;
display:flex;
width:100%;
aspect-ratio:16 / 7;
align-items:center;
justify-content:center;
text-align:center;}

#top .title{padding:20px;}
#top .title img{width:100%;}
#top .title p + p{margin-top:20px;}
#top .title p:nth-child(1) img{max-width:1400px;}
#top .title p:nth-child(2) img{max-width:980px;}
#top .title p:nth-child(3) img{max-width:800px;}

#top .title p:nth-child(2){display:block;}
#top .title p:nth-child(3){display:none;}
@media screen and (max-width:800px){
#top-inner{aspect-ratio:8 / 7;}
#top .title p:nth-child(2){display:none;}
#top .title p:nth-child(3){display:block;}}
@media screen and (max-width:480px){#top-inner{aspect-ratio:4 / 3;}}

/*
================================================================================================================
動画エリア
================================================================================================================
*/
#top .movie-list{
position:relative;
font-family:'M PLUS 1', sans-serif;
padding:0 20px;
margin:0 auto 50px;
z-index:2;}

#top .movie-list > ul{
display:flex;
width:100%;
max-width:1300px;
justify-content:space-between;
margin:0 auto;}
#top .movie-list > ul > li{
width:calc((100% / 3) - 10px);
background:rgba(255,255,255,.8);
border:3px solid #47a865;
border-radius:20px;
box-shadow:0 10px 0 #00913b;
padding:20px;}
#top .movie-list > ul > li > .movie{border:1px solid #47a865;}
#top .movie-list > ul > li > p{text-align:center; margin:20px auto 0;}
@media screen and (max-width:900px){
#top .movie-list > ul{width:100%; max-width:400px; flex-wrap:wrap;}
#top .movie-list > ul > li{width:100%; padding:10px;}
#top .movie-list > ul > li + li{margin-top:20px;}
#top .movie-list > ul > li > p{margin:10px auto 0;}}
@media screen and (max-width:480px){#top .movie-list{padding:0 10px;}}

/*
========================
動画
========================
*/
.movie{
position:relative;
width:100%;
margin:0 auto;}
.movie img{width:100%;}
.movie-inner{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;}
.movie-inner iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
margin:0 auto;
z-index:2;}

/*
================================================================================================================
お知らせ
================================================================================================================
*/
#top #info{
position:relative;
width:100%;
color:#fff;
background:rgba(23,43,21,.7);
font-size:15px;
line-height:170%;
border-top:2px solid #759139;
border-bottom:2px solid #759139;
padding:20px;
margin:0 auto;
box-shadow:0 3px 0 #000 ,0 -3px 0 #000;}
#top #info::before{
display:block;
content:"";
position:absolute;
top:-255px;
left:0;
width:100%;
height:250px;
background-image:url(../img/bg03.png);
background-size:auto;
background-repeat:repeat-x;
background-position:top;}
@media screen and (max-width:480px){#top #info::before{top:-145px; height:140px; background-size:8px auto;}}

#info-inner{
width:100%;
max-width:1300px;
background:#000;
padding:20px;
margin:0 auto;}
@media screen and (max-width:480px){
#top #info,
#info-inner{padding:10px;}}

#top #info h2{display:block; color:#ffba00; font-size:18px; font-family:'M PLUS 1', sans-serif; border-bottom:2px solid; padding:0 0 10px 0; margin:30px auto 10px;}
#top #info h2:first-child{margin:0 auto 10px;}
#top #info ul > li > ul{font-size:13px;}
#top #info b{display:block; color:#00e7ff; font-size:13px; margin:5px auto 0;}
@media screen and (max-width:480px){
#top #info h2{font-size:15px; padding:0 0 5px 0;}
#top #info{font-size:13px;}
#top #info ul > li > ul,#top #info b{font-size:11px;}}

/*
================================================================================================================
SNSリンク
================================================================================================================
*/
#top-link{padding:80px 0 50px;}
#top-link .inner > ul{display:flex; width:100%; margin:0 auto; justify-content:center;}
#top-link .inner > ul li + li{margin-left:10px;}
#top-link .inner > ul li a{display:block; max-width:50px; background:#000; padding:5px; border-radius:5px;}
#top-link .inner > ul li a img{width:100%; transition:all .2s ease;}
#top-link .inner > ul li a:hover img{opacity:.7;}
@media screen and (max-width:640px){#top-link{padding:40px 0 30px;}}

/*
================================================================================================================
TOPに戻るボタン
================================================================================================================
*/
#page-top{
position:fixed;
bottom:10px;
right:10px;
width:120px;
height:120px;
z-index:999 !important;
filter:drop-shadow(2px 2px 1px rgba(0,0,0,.3));}
#page-top a{
position:relative;
display:block;
width:100%;
height:100%;
background-image:url(../../images/common/btn_top.png);
background-size:100% auto;
transition:all .3s ease;
z-index:999 !important;}
#page-top a:hover{opacity:.5}
@media screen and (max-width:800px){#page-top{width:90px; height:90px;}}
