@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　SP設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;padding: 0;border: 0;font-weight: normal;font-size: 100%;vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {display:block;}
body {line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {list-style: none;list-style-type: none;}

/*------------------------------------------
■ 本体
------------------------------------------*/

/* PCでは非表示 */
#pc-only{
    display: none;
}

.container{
/*    width: 80%;*/
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 5px;
}

.wi1000{
/*    width: 95%;*/
    margin: 0 auto;
}


.mv{
  background-image: url(../img/01_TOP_bg_sp.png);
  background-size: cover;
}

.sec1{
display: none;
}

.sec1_sp{
    background-image: url(../img/02_use_bg_sp.png);
    background-size: cover;
    background-repeat: repeat;
}

.sec2{
    display: none;
}

.sec2_sp{
    background-image: url(../img/03_movie_bg_pc.png);
    background-size: cover;
    background-repeat: repeat;
}

.sec3{
    display: none;
}

.sec3_sp{
    background-image: url(../img/04_info_bg_sp.png);
    background-size: cover;
    background-repeat: repeat;
}

.mv-img{
    display:none
}

.mv-img img{
    display:none
}

.mv-img_sp{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}

.mv-img_sp img{
    width: 95%;
}


.title-img_sp{
    padding-top: 30px;
    text-align: center;
/*    padding-bottom: 20px;*/
}

.title-img_sp img{
    width: 45%;
    margin-bottom: -10px
  }

.sec1-img{
    display: none;
}

.sec1-img_sp{
    text-align: center;
    padding-bottom:10px;
}

.sec1-img_sp img{
    width: 80%;
    margin: auto;
  }

.item-img{
    text-align: center;
    padding-top:10px;
}

.item-img img{
    width: 90%;
    margin: auto;
}

.syosai{
    text-align: center;
    margin-top: 30px;
    padding-bottom:30px;
}

.syosai img{
    width: 90%;
  }
iframe{
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 200px;
    max-height: 250px;
    /* width: 80%; */
    /* height: 300px; */
    /* text-align: center; */
    /* margin: 0 auto; */
}

.movie {
    margin-top: 100px;
    padding-bottom:40px;
    text-align: center;
    margin:0 auto;
}


.syosai{
    background-color: #fff;
    border-radius: 20px;
    padding:20px;
}
.syosai table th{
    font-weight: bold;
    padding:10px 20px;
    width: 30%;
    padding-top:20px;

}
.syosai table td{
    text-align: left;
    padding:10px 20px;
    line-height:1.5;
    padding-top:20px;
  }
.syosai table tr{
    border-bottom: 1px solid #000;
}

.item_list_style{
    max-width: 450px;
    width: 100%;
}
