@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;    width: 1100px;    overflow-x: scroll;    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%;    max-width: 1100px;    overflow-x: scroll;    margin: auto;}section {    margin: auto;}
/*================================
表示・非表示
================================*/
.pc {
    display: block;
}
.sp {
    display: none;
}

body {
    width: 100%;
    margin: auto;
    overflow-x: scroll;
    background: url(../img/top/bgMain.jpg) no-repeat center top / auto calc(100% - 120px);
}
main.pcContent {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 15px 0 35px;
}
main.spContent {
    display: none;
}
main.pcContent img {
    width: 100%;
    height: auto;
}
.pcContent .mvArea {}
.pcContent .mvArea .mvTtl {
    width: 520px;
    margin: auto;
}
.pcContent .mvArea .introduction {
    width: 1100px;
    margin: 80px auto 0;
}
.pcContent .forminfo{display: block; width: 1100px; height: 490px; margin: 30px auto 100px; position: relative;  text-align: center;}
.pcContent .forminfo img{ height:auto;  width: 100%;}
/*.pcContent .forminfo p{width: 964px; margin: auto;}
.pcContent .forminfo .fukidashi{width: 222px; position: absolute; left:50px; top: 360px;}
.pcContent .forminfo div{width: 578px; position: absolute; margin: auto; left: 0; right: 0; top: 390px;}
.pcContent .forminfo div:hover {
    -webkit-animation: waving 0.6s;
    animation: waving 0.6s;
}*/


.pcContent .movieContents {
    width: 100%;
    margin: auto;
    position: relative;
}
.pcContent  .movieTtl {
    width: 620px;
    margin: 0 auto 0;
}
.pcContent .sankakouBtn{ width: 470px; margin: 20px auto 0;}
.pcContent .sankakouBtn a:hover{opacity: 0.5;}
.pcContent .movieContents .moviecontent {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
    animation: vertical 1s ease-in-out infinite alternate;
}
.pcContent .movieContents .moviecontent a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pcContent .movieContents .moviecontent a:hover {
    -webkit-animation: waving 0.6s;
    animation: waving 0.6s;
}
@-webkit-keyframes waving {
    0% {
        -webkit-transform: scale(.9, 1.05) translateY(0);
        transform: scale(.9, 1.05) translateY(0);
    }
    15% {
        -webkit-transform: scale(1.1, .9) translateY(10%);
        transform: scale(1.1, .9) translateY(10%);
    }
    30% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    45% {
        -webkit-transform: scale(1.05, .95) translateY(5%);
        transform: scale(1.05, .95) translateY(5%);
    }
    60% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    75% {
        -webkit-transform: scale(1.02, .98) translateY(2%);
        transform: scale(1.02, .98) translateY(2%);
    }
    90% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}
@keyframes waving {
    0% {
        -webkit-transform: scale(.9, 1.05) translateY(0);
        transform: scale(.9, 1.05) translateY(0);
    }
    15% {
        -webkit-transform: scale(1.1, .9) translateY(10%);
        transform: scale(1.1, .9) translateY(10%);
    }
    30% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    45% {
        -webkit-transform: scale(1.05, .95) translateY(5%);
        transform: scale(1.05, .95) translateY(5%);
    }
    60% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    75% {
        -webkit-transform: scale(1.02, .98) translateY(2%);
        transform: scale(1.02, .98) translateY(2%);
    }
    90% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}
.pcContent .movieContents .moviecontent {
    position: absolute;
}
.pcContent .movieContents .moviecontent01 {
    width: 285px;
    left: 104px;
    top: 150px;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.pcContent .movieContents .addcontent01 {
    width: 230px;
    left: 380px;
    top: 170px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.pcContent .movieContents .moviecontent02 {
    width: 281px;
    right: 81px;
    top: 30px;
}
.pcContent .movieContents .addcontent02 {
    width: 450px;
    right: 80px;
    top: 320px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.pcContent .movieContents .moviecontent03 {
    width: 275px;
    top: 744px;
    right: 337px;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}
.pcContent .movieContents .addcontent03 {
    width: 230px;
    top: 753px;
    right: 125px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.pcContent .movieContents .moviecontent04 {
    width: 288px;
    left: 137px;
    top: 955px;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.pcContent .movieContents .moviecontent05 {
    width: 281px;
    left: 137px;
    top: 1366px;
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s;
        
}
.pcContent .movieContents .moviecontent06 {
        width: 320px;
    right: 330px;
    top: 1366px;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}
.pcContent .movieContents .addcontent04 {
        width: 230px;
    right: 130px;
    top: 1373px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.pcContent .waterIntroduction {
    width: 1050px;
    margin: 2050px auto 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 30px;
    padding: 50px 50px;
}
.pcContent .otherLinks {
    margin: 60px auto 0;
    width: 975px;
}
.pcContent .otherLinks .linksWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pcContent .otherLinks .linkContent {
    width: 230px;
    padding: 105px 0 0 0;
    position: relative;
}
.pcContent .otherLinks .linkContent span {
    margin: auto;
    position: absolute;
    width: 230px;
}
.pcContent .otherLinks .linkContent:nth-child(1) span {
    display: block;
    top: 0;
}
.pcContent .otherLinks .linkContent:nth-child(2) span {
    display: block;
    top: 22px;
}
.pcContent .otherLinks .linkContent:nth-child(3) span {
    display: block;
    top: 22px;
}
.pcContent .otherLinks .linkContent:nth-child(4) span {
    display: block;
    top: 22px;
}
.pcContent .otherLinks a:hover {
    opacity: .5;
}
.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 {}
footer {
    max-width: 1200px;
    margin: auto;
}
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;
        overflow-x: scroll;
       background-color: #0065a5;
		
    }
    main.pcContent {
        display: none;
    }
    main.spContent {
        display: block;
        width: 100%;
		
		 background:  url(../img/top/sp/bgBody.jpg) no-repeat center top / 100% auto;
    }
    main.spContent img {
        width: 100%;
    }
    .mvArea {
        width: 100%;
        margin: 9.5vw auto 0;
    }
    .mvArea .mvTtl {
        width: 78vw;
        margin: auto;
    }
    .sankakouBtn{ width: 280px; margin: 0 auto;}
    .mvArea .introduction {
        width: 90vw;
        margin: 1vw auto 0;
    }
    
    .forminfo{display: block; width: 92%; height: auto; margin: 20px auto 0; position: relative; text-align: center;}
.pcContent .forminfo img{ height:auto;  width: 100%;}
    
/*.forminfo p{width: 90%; margin: auto;}
.forminfo .fukidashi{width: 80px; position: absolute; left:-1%;  bottom:-25px;}
.forminfo div{width: 220px; position: absolute; margin: auto; left: 0; right: 0; bottom:-40px;}*/
    
    
    .movieContents {
        position: relative;
        margin: 0 auto 0;
    }
    .movieTtl {
        width: 73.8vw;
        margin: auto;
    }
    .movieContents .moviecontent {
        position: absolute;
    }
    .movieContents .moviecontent01 {
        width: 28.6vw;
    top: 9vw;
    left: 6.6vw;
    }
    .movieContents .moviecontent02 {
     width: 28.6vw;
    top: 63vw;
    right: 26.5vw;
    }
    .movieContents .moviecontent03 {
        width: 28.6vw;
    top: 85.35vw;
    left: 5.75vw;
    }
    .movieContents .moviecontent04 {
         width: 29.25vw;
    top: 124vw;
    left: 5.75vw;
    }
    .movieContents .moviecontent05 {
    width: 31.6vw;
    top: 123vw;
    right: 27.85vw;
    }
     .movieContents .moviecontent06 {
        width: 28.6vw;
    top: 1vw;
    right: 2.5;
    }
    .movieContents .addcontent01 {
    
        width: 28.6vw;
    top: 9vw;
    left: 34.6vw;
}
    .movieContents .addcontent02 {
    width: 42.6vw;
    top: 29vw;
    right: 1;
}
    .movieContents .addcontent03 {
    width: 28.6vw;
    top: 62vw;
    right: 0;
}
.movieContents .addcontent04 {
       width: 28.6vw;
    top: 125vw;
    right: 0;
}
    .waterIntroduction {
        margin: 165vw auto 0;
        width: 93.6vw;
        background: rgba(255, 255, 255, .3);
        border-radius: 15px;
        padding: 7.5vw 6.2vw;
    }
    .otherLinks {
        margin: 15vw auto 0;
    }
    .otherLinks .linksWrap {}
    .otherLinks .linkContent {
        width: 75vw;
        margin: auto;
    }
    .otherLinks .linkContent + .linkContent {
        margin-top: 5vw;
    }
    .otherLinks .linkContent:nth-child(1) {
        width: 80vw;
        margin: auto;
    }
    .otherLinks .linkContent:nth-child(1) a {
        width: 75vw;
    }
    .otherLinks span {
        display: block;
    }
    .otherLinks a {
        display: block;
        margin: 3vw auto 0;
    }
    .pageTop {
        width: 17.3vw;
        height: 17.3vw;
        position: fixed;
        right: 5.7vw;
        bottom: 10vw;
    }
    footer {
        margin: 14vw 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;
    }
}
