/* CSS Document */
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../../font/NotoSansJP-Regular.woff") format("woff");
  }
  
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../../font/NotoSansJP-Bold.woff") format("woff");
  }
  
  *{
    box-sizing: border-box;
  }


  html[lang="ja"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: inherit;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    vertical-align: baseline;
  }
  /* リセットCSS（Reset CSS） */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  
  input, select, button{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 600;
  }



body{
	font-size: 94%;
	padding:0;
	margin:0;
	letter-spacing: 0.03em;
	background-color: #fff;
    background-image: url("../../img/bg.png") ;
	box-sizing: border-box;
	word-break: break-all;
	line-height:180%;
	width: 100%;
	color: #212121;
}

p{
    text-align: justify;
}

main{
    width: 80%;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 64px;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

h1,  h2,  h3,  h4, h5{
	line-height:200%;
	font-weight: 600;
}




h1 {
    font-size: 2rem;
    text-align: center;
    padding: 8px;
    margin: 0;
    background-color: #347CB3;
    width: 100%;
    color: #fff;
    background-image: url("../../img/nav.png");
}



h2{
    margin: 16px 0;
    font-size: 1.3em;
    padding: 0.25em 0.5em;
    background: transparent;
     border-left: solid 5px #7db4e6;
}


a {
    text-decoration: none;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    background-color: #1565C0;
    font-size: 1.2em;
	color: #fff;
	border-radius: 15px;
	padding: 4px 24px;
	font-weight: 500;
    cursor: pointer;
    border:none;
    transition: 0.5s;
}

button:hover{
    opacity: 0.8;
}

.back_button{
    margin: 20px 0;
}

footer {
    display:flex;
    position: fixed;
    flex-wrap:wrap-reverse;
    flex-direction:row;
    justify-content: space-between;
    width: 100%;

    font-weight:200;
    font-size:.75rem;

    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    
    color:#3e3e3e;
    background-color:#f1f1f1;
    box-shadow: 0px 0px 4.4px 1.2px #cccccc;

    user-select:none;
}
footer>span:last-child{
    padding-right:.8rem;
}
.flex {display: flex;}
.flex-warp {
    display: flex;
    flex-wrap: wrap;
}
.flex-between{justify-content: space-between;}
.invisivle{visibility: hidden;}

.center{
    text-align: center;
    justify-content: center;
}

.m-20{margin: 20px;}


.video_list_button{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video_list_button li{
    width: calc(100%/2);
    padding: 8px;
}

.video_list_button a{
    background-color: #1565C0;
    font-size: 1.8em;
    font-weight: 600;
	color: #fff;
	border-radius: 32px;
	padding: 24px;
	font-weight:bold;
    cursor: pointer;
    border:none;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    display: block;
}

.video_list_button a:hover, .key_button a:hover{
    animation: 0.3s;
    background-color: #6495ed;
}


.key_button{
    text-align: center;
    margin: 40px 0;
}

.key_button a{
    background-color: #1565C0;
    font-size: 1.3em;
    font-weight: 600;
	color: #fff;
	border-radius: 32px;
	padding: 8px 24px;
	font-weight:bold;
    cursor: pointer;
    border:none;
    transition: 0.5s;
    text-align: center;
}



.video_list{
    display:-webkit-box;
  	display:-ms-flexbox;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video_list li{
    width: 49%;
}




.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
.youtube iframe {
    width: 100%;
    height: 100%;
  }


.back_button{
    padding: 24px 0;
    text-align: center;
}

.movie-area{
    width: 100%;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;

}

.movie-area .movie_box{
    width: 49%;
}


.movie8-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 360px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    display: none;
}


/* movie-btn-container */
.main-container .movie-btn-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;   
    margin: 0;
   
}

.main-container .movie-btn-container p{
    font-weight: bold;
}

.movie-btn-container {
 background-color: #ffffff;
 border: 5px solid #347CB3;
 border-radius: 10px;
 padding: 10px 15px;
 margin: 0 auto;
 width: 100%;
}

/* movie-btn */
.movie-btn {
    color: #000;
    background-color: #f0e2d9;
    height: 100%;
    padding: 0px 0px 0px 47px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    height: auto;
    min-height: 60px;
    width: calc((100% - 268px) / 3);
    display: flex;
    align-items: center;
}

.main-container .movie-btn {
    padding: 10px 10px 10px 47px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    height: fit-content;
    min-height: 0px;
    width: auto;
}

.movie-btn.active, .movie-btn:hover {
    background-color: #b3424a;
    color: #ffffff;
}

.movie-btn.active::before {
    content: "";
    background-image: url(../img/icon_movieplay.svg);
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 40px;
    height: 32px;
    position: absolute;
    left: 10px;
}

.beside{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
      -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

@media screen and (max-width: 1159px) {
/* movie-btn */
.movie-btn {
    min-height: 60px;
    width: calc((100% - 268px) / 2);

}

}



@media screen and (max-width: 599px) {
    h1 {
        font-size: 1.5rem;

    }

    main{
        width: 98%;
        padding: 8px;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 40px;
    }


    h2{
        margin: 16px 0;
        font-size: 1.2em;
        padding: 4px 8px;
    }
    

    .beside{
       display: block;
    }

    
    
    .video_list_button{
        display: block;
     }
     
     .video_list_button li{
        width: 100%;
        margin: 8px 0;
     }
     
     
     .video_list_button a{
         font-size: 1.4em;
         border-radius: 32px;
         padding: 16px;
     }
     

    .movie-area{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .movie-area .movie_box{
        width: 100%;
    }


    
    .movie-btn-container {
        width: 100%;
       }
       
       /* movie-btn */
       .movie-btn {
            width: 100%;
       }

    .video_list{
        display: block;
    }

    .video_list li{
        width: 100%;
    }

       

}





