@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

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;
    font-weight: bold;
}

html{
    font-size: 10px;
}

@media screen and (max-width: 800px){
    
    html{
        font-size: 1.25vw;
    }
}
body{
    overflow-x: hidden;
    color: #fff;
    background-size: auto auto;
background-color: #b9e4ff;
background-image: repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 120px );
    background-position: center;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}

a{
    color: inherit;
    text-decoration: none;
    transition-duration: 0.2s;
}

a:hover{
    opacity: 0.5;
}
li{
    list-style-type: none;
}

.fade{
    opacity: 0;
    transform: translateY(3rem);
    transition-duration: 0.5s;
}

.fade.on{
    opacity: 1;
    transform: translateY(0rem);
}
.wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #e5f9ff;
    padding: 0 0 10rem;
    box-shadow: 0px 0 20px rgba(0,0,0,.3);
}

.top{
    margin-bottom: 5rem;
    position: relative;
}


.top h1{
    position: absolute;
    top: 4%;
    width: 90%;
    left: 5%;
}
.slide{
    margin-bottom: 6.5rem;
}
.slide span:nth-child(1){
    display: block;
    height: 20rem;
     background: url(../img/slide1.jpg);
    background-size: auto 100%;
    animation: slideanm1 46.5s linear infinite;
}
.slide span:nth-child(2){
    display: block;
    height: 20rem;
     background: url(../img/slide2.jpg);
    background-size: auto 100%;
    animation: slideanm2 44s linear infinite;
}
@keyframes slideanm1 {
from { background-position: 0 0; }
to { background-position: 93.1rem 0; }
}
@keyframes slideanm2 {
from { background-position: 0 0; }
to { background-position: -88.4rem 0; }
}
.intro{
    margin-bottom: 6.5rem;
}

.intro p{
    width: 80%;
    margin: 5rem auto 0;
}
.inner{
    width: 90%;
    margin: 0 auto;
}
.campaign-term{
    margin-bottom: 3rem;
}

.oubo-term{
    margin-bottom: 5rem;
}

.present{
    margin-bottom: 5rem;
}
ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}


li{
    width: calc(50% - 2rem);
    margin-bottom: 4rem;
}
li:last-child{
    margin: 0 auto;
}
aside{
    color: #225288;
    text-align: center;
    font-size: 1.6rem;
}
a.btn{
    display: block;
    margin-bottom: 2.5rem;
}

a.list{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.intro a.list{
    margin-top: 5rem;
}
footer{
    text-align:center;
    font-size: 1.5rem;
    color: #225288;
    font-weight: bold;
    margin-top: 7.5rem;
    
}

footer span{
    display: inline-block;
    margin: 0 0.8rem;
}