﻿@charset "utf-8";
/* CSS Document */

html{
    height:100%;
}

body{
    height: 100%;
    margin:0;
    background: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.area-header{
    margin:15px 10px 10px;
    text-align:center;
    font-size:0.9em;
}

.btn-header{
    margin:0;
}

.btn-header a{
    color:#fff;
}

.swiper-container {
width: 100%;
}
.swiper-wrapper{
    height:95%;
}
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 60px 10px 60px;
        text-align:center;
    }
    .swiper-slide p {
        width:100%;
        height:100%;
        margin:0;
    }
    .swiper-slide img {
        max-height:100%;
        max-width:49%;
    }
    .swiper-slide img+img{
        margin-right:1%;
    }
    .txt-even{
    position: absolute;
    top: 7px;
    right: 30px;
    font-size:12px;
    }
    .txt-odd{
    position: absolute;
    top: 7px;
    left: 30px;
    font-size:12px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
    }
    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }

    .swiper-pagination{
        position: static;
    }

    .swiper-pagination-bullet{
        border-radius: 0;
        background:#fff;
        width:24px;
        height:24px;
        line-height:24px;
    }
    .swiper-pagination-bullet-active{
        background: #005f8c;
        color: #fff;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 5px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right:20px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left:20px;
    }
.next-story p{
    width:100%!important;
    max-width:1050px;
    position: relative;
    margin:0 auto;
}
.next-story p:before {
    content:"";
    display: block;
    padding-top:69%;
}
.next-story span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-story a{
    background:#111;
    padding:20px 30px 20px 30px;
    color:#fff;
    font-weight: normal;
    transition:all 0.2s ease;
    text-decoration: none;
    font-size:20px;
    letter-spacing: 0.05em;
    border:1px solid #fff;
}
.next-story a:hover{
    background:#555;
}
