@charset "utf-8";
/* 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,font,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,section,article,aside,hgroup,header,footer,nav,dialog,figure,menu,video,audio,mark,time,canvas,details {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    background: transparent;    -webkit-box-sizing: border-box;    box-sizing: border-box;}a {    color: #000;    -webkit-transition: opacity 0.3s ease-in-out;    transition: opacity 0.3s ease-in-out;    text-decoration: none;}section,article,aside,hgroup,header,footer,nav,dialog,figure,figcaption {    display: block;}input,select {    vertical-align: middle;}body {    line-height: 1;    font-family: 'Noto Sans JP', sans-serif;    color: #000;     font-size: 16px;    line-height: 1.6em;    letter-spacing: .075em;    margin: auto;}img {    vertical-align: bottom;}ul,li,dl,dt,dd,form {    margin: 0px;    padding: 0px;    border: 0px;    list-style: none;    letter-spacing: normal;    /* For IE 6/7 */    *display: inline;    *zoom: 1;}li::marker {    margin: 0;    padding: 0;}blockquote,q {    quotes: none;}blockquote:before,blockquote:after,q:before,q:after {    content: '';    content: none;}ins {    /* remember to highlight inserts somehow! */    text-decoration: none;}del {    text-decoration: line-through;}table {    /* markup tables with 'cellspacing="0"' */    border-collapse: collapse;    border-spacing: 0;}.bold {    font-weight: 700;}main {    width: 100%;    margin: auto;}section {    margin: auto;}
/*================================
表示・非表示
================================*/
/*Clearfix*/
.clr {
	/zoom : 1;
	}
.clr:after {
	content : ' ';
	display : block;
	clear : both;
	height:0;
	}
.pc {
    display: block;
}
.sp {
    display: none;
}
.alc{text-align: center;}

body {
    width: 100%;
    margin: auto;
   
    background: url(../img/attention/bg_01_pc.jpg) repeat-x center top ;
}
a:hover{ opacity: 0.5;}
main.pcContent {
    width: 100%;
   
    margin: auto;
    padding: 15px 0 35px;
}
main.spContent {
    display: none;
}
main.pcContent img {
    width: 100%;
    height: auto;
}
.pcContent .mvArea {}
.pcContent .mvArea .mvTtl {
    width: 653px;
    margin: auto;
}
.pcContent  .movieTtl {
    width: 397px;
    margin: 0 auto 0;
}

.pcContent .attention{
    width: 950px;
    background: #fff;
    border-radius:30px;
    margin: 80px auto;
    padding: 90px;
}

.pcContent .attention h2{font-size: 26px; font-weight: 900; color: #005bac;
    text-align: center; line-height: 1.5;
letter-spacing: 0em;}
.pcContent .attention h3{font-size: 20px; font-weight: bold; color: #fff;
    text-align: left; line-height: 1.5;
    background: #005bac;
    padding: 7px 15px;
    margin-top: 30px;
}
.pcContent .attention p{font-size: 16px; padding: 20px 0px; margin-top: 15px;}
.pcContent .attention p.caption{font-size: 14px;}
.pcContent .attention a{color: #0096ff; text-decoration: underline;
}
.pcContent .attention a:hover{text-decoration: none;}
.pcContent .btn01{border: 1px solid #000; padding: 10px; text-align: center; width: 300px; margin: 50px auto 0;
border-radius: 25px; background: url("../img/attention/back_arw.png") no-repeat 30px center;
background-size: 7px auto;}
.pcContent .btn01 a{ color: #000; text-decoration: none; display: block;}
.pcContent .btn01 a:hover{color:#0096ff;}
.pcContent .pageTop {
    width: 120px;
    height: 120px;
    position: fixed;
    right: 60px;
    bottom: 60px;
}
.pageTop a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s
}
.pageTop a:hover {
    -webkit-animation: waving 0.6s;
    animation: waving 0.6s;
}
.mizuicon {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
}
.pageTop img {}
.footouter{ width: 100%; background: #fff; padding: 50px 0;}
footer {
    max-width: 1200px;
    margin: auto;
    background: #fff;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .logoArea {
    width: 50%;
}
footer img {
    width: 180px;
}
footer .detailArea {
    width: 50%;
}
footer p {
    font-size: 12px;
}
footer a {}
footer a:hover {
    cursor: pointer;
    opacity: .5;
}
footer a + a::before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes horizontal {
    0% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes vertical {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@media only screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    body {
        width: 100%;
        margin: auto;
      
       background-color: #fff;
background-image: none;
    }
    main.pcContent {
        display: none;
    }
    main.spContent {
        display: block;
        width: 100%;
		padding-bottom: 30px;
		 background:  url("../img/attention/bg_01_sp.jpg") no-repeat center top / 100% auto;
    }
    main.spContent img {
        width: 100%;
    }
    .mvArea {
        width: 100%;
        margin: 0 auto 0;
    }
    .mvArea .mvTtl {
        width: 100%;
        margin:0 auto 0;
        padding-top: 40px;
    }
   .movieTtl {
        width: 73.8vw;
        margin: auto;
    }
    .mvArea .introduction {
        width: 100%;
        margin: 0 auto 0;
    }
    .mvArea .introductionTxt {
        width: 100%;
        margin: 20px auto 0;
    }
    
     .attention{
    width: 94%;
    background: #fff;
    border-radius:20px;
    margin: 40px auto 0;
    padding: 40px 10px;
}

 .attention h2{font-size: 19px; font-weight: 900; color: #005bac;
    text-align: center; line-height: 1.5;
letter-spacing: 0em;}
 .attention h3{font-size: 16px; font-weight: bold; color: #fff;
    text-align: left; line-height: 1.5;
    background: #005bac;
    padding: 7px 15px;
    margin-top: 30px;
}
 .attention p{font-size: 15px; padding: 20px 0px; margin-top: 15px;}
 .attention p.caption{font-size: 13px;}
 .attention a{color: #0096ff; text-decoration: underline;
}
 .btn01{border: 1px solid #000; padding: 5px; text-align: center; width: 260px; margin: 20px auto 0;
border-radius: 15px; background: url("../img/attention/back_arw.png") no-repeat 20px center;
background-size: 7px auto;}
 .btn01 a{ color: #000; text-decoration: none; display: block;}


    .pageTop {
        width: 17.3vw;
        height: 17.3vw;
        position: fixed;
        right: 5.7vw;
        bottom: 10vw;
    }
    .footouter{ padding: 0;}
    footer {
        margin: 0 auto 0;
        width: 100%;
        padding: 5vw 3vw;
        background: #fff;
    }
    footer .logoArea {
        width: 27%;
    }
    footer .logoArea img {
        width: 100%;
    }
    footer .detailArea {
        width: 73%;
        margin: auto;
    }
    footer .detailArea p {
        font-size: 5px;
        letter-spacing: 0;
        line-height: 10px;
    }
    footer a + a::before {
        margin: 0 3px;
    }
}
