@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&text=福島県が過去の災害を題材として制作した、災害を疑似体験できる360度VR映像です。是非、スマートフォンでご視聴の上、災害への備えにお役立てください。。表示がうまくされない方は、各映像下の「YouTubeサイトで見る」でご視聴ください。');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #fff;
}


html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    background: #13395f;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}

.sp{
    display: none;
   
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

.wrap{
    padding-bottom: 50px;
}
header{
    width: 100%;
    background: url(../img/header-back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

h1{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.intro{
    margin-bottom: 100px;
    background: #ffe200;
    color: #000;
    font-weight: 900;
    text-align: center;
    padding: 50px;
    font-size: 22px;
    line-height: 1.6;
    position: relative;
    
}
.intro:before{
        content: "";
        display: block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:20px;
        background:url(../img/caution.png);
    background-size: auto 100%;
    animation: line1 8s linear infinite;
    
}


@keyframes line1 {
	0% {
		background-position:0 0;
	}

	100% {
		background-position: -298px 0;
	}
}
.intro:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left:0;
        width:100%;
        height:20px;
        background:url(../img/caution.png);
    background-size: auto 100%;
    animation: line2 8s linear infinite;
}
@keyframes line2 {
	0% {
		background-position:0 0;
	}

	100% {
		background-position: 298px 0;
	}
}
.intro small{
    font-size: 70%;
    color: #000;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(255,255,255,.15);

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 21px;
}

.movie{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    
}

.movie li{
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}
.movie li a{
    width: 220px;
    display: flex;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    color: #13395f;
    font-weight: bold;
    border-radius: 100px;
    margin: 25px auto 0;
    border: solid 1.5px #fff;
    transition-duration: 0.2s;
}

.movie li a:hover{
    background: #13395f;
    color: #fff;
}
.movie li h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sns{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.sns li{
    width: 50px;
    margin: 0 10px;
}


footer{
    text-align: center;
    font-size: 14px;
}


@media screen and (max-width: 896px){
    .wrap{
        padding-bottom: 25px;
    }
    .intro{
    margin-bottom: 75px;
    background: #ffe200;
    color: #000;
    font-weight: 900;
    text-align: center;
    padding: 35px 0;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    
}
.intro:before{
        content: "";
        display: block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:15px;
        background:url(../img/caution.png);
    background-size: auto 100%;
    animation: line1 8s linear infinite;
    
}


@keyframes line1 {
	0% {
		background-position:0 0;
	}

	100% {
		background-position: -223px 0;
	}
}
.intro:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left:0;
        width:100%;
        height:15px;
        background:url(../img/caution.png);
    background-size: auto 100%;
    animation: line2 8s linear infinite;
}
@keyframes line2 {
	0% {
		background-position:0 0;
	}

	100% {
		background-position: 223px 0;
	}
}
.intro small{
    font-size: 70%;
    color: #000;
    line-height: 1.4
        mt0.5em;;
    display: inline-block;
    margin-top: 0.75em;
}

 .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(255,255,255,.15);

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
}

.movie{
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
}

.movie li{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.movie li a{
    width: 180px;
    display: flex;
    height: 40px;
    background: #fff;
    justify-content: center;
    align-items: center;
    color: #13395f;
    font-weight: bold;
    border-radius: 100px;
    margin: 15px auto 0;
    font-size: 14px;
}
.movie li h2{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sns{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.sns li{
    width: 35px;
    margin: 0 7px;
}
    footer{
        font-size: 10px;
    }
}


