@charset "UTF-8";

/*PC--------------------------------------------------------------------------------------*/

#content {
    background: url("../images/common/bg.jpg") fixed;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    color: #333;
}

#content a:link {
    text-decoration: none;
    color: #0c6bbb;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#content a:visited {
    text-decoration: none;
    color: #0c6bbb;
}

#content a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#content img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#content p {
    margin-top: 0;
    margin-bottom: 1.2em;
}

#content p:last-child {
    margin-bottom: 0;
}

#wb-wrap {
    background: #2e2523;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

#header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 86.4%;
    position: relative;
    width: 100%;
    background: url("../images/common/header01.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#header2 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 26.5%;
    position: relative;
    width: 100%;
    background: url("../images/common/header02.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#header h1,
#header2 h1{
    display: none;
}

#header .sns{
    position: absolute;
    bottom: 0;
    left: 3%;
}

#header .sns ul{
    list-style: none;
    padding: 0;
}

#header .sns ul li{
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

#header .sns ul li img{
    width: 100%;
}

.mobile-text {
    display: none;
}

.wb-frame {
    padding: 3%;
    box-sizing: border-box;
}

nav.tab ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: #fd8204;
    margin: 0;
    padding: 0;
}

nav.tab ul li{
    flex-basis: 33.33333%;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #2e2523;
    box-sizing: border-box;
}
nav.tab ul li:last-child{
    border-right: none;
}

nav.tab ul li.active{
    padding: 1em;
    box-sizing: border-box;
    background: #fff;
}

nav.tab ul li a:link,
nav.tab ul li a:visited{
    display: block;
    overflow: hidden;
    background: #fd8204;
    color: #fff!important;
    padding: 1em;
    box-sizing: border-box;
}
nav.tab ul li a:hover{
    background: #2e2523;
}

section{
    background: #fff;
    padding: 3.2%;
}

h2.chapter0 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 16.85393%;
    position: relative;
    width: 100%;
    background: url("../images/top/h2.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin: 0 0 3.2% 0;
}

h2.chapter1 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 16.85393%;
    position: relative;
    width: 100%;
    background: url("../images/chapter1/h2.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin: 0 0 3.2% 0;
}

h2.chapter2 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 16.85393%;
    position: relative;
    width: 100%;
    background: url("../images/chapter2/h2.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin: 0 0 3.2% 0;
}

#wb-wrap .copyright{
    color: #fff;
    font-size: 0.9em;
    margin-top: 3%;
}

ul.pic-wrap{
    list-style: none;
    padding: 0;
    margin: 0 -1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.pic-wrap li{
    flex-basis: 50%;
    padding: 1% 1.5% 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 1.5em;
}

ul.pic-wrap li.fb60{
    flex-basis: 60%;
}

ul.pic-wrap li img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

ul.pic-wrap li p{
    font-size: 0.9em;
    color: #0c6bbb;
    padding-top: 0.5em;
}

aside.column{
    background: #eee;
    padding: 3%;
    border-radius: 10px;
    margin: 0 0 1.5em 0;
}

aside.column h3{
    margin: 0 0 1em 0;
    color: #fd8204;
    border-bottom: 1px solid #ccc;
}
aside.column ul{
    margin: 0;
}
aside.column ul.test{
    margin: 0 0 1em 0;
}
aside.column ul.test li{
    color: #f00;
}

.sp-btn a,
.sp-btn2 a
{
    display: block;
    overflow: hidden;
    background:  linear-gradient(to bottom, #f3cf1c, #ff9900 50%);
    color: #000!important;
    text-align: center;
    padding: 0.5em 3%;
    font-weight: bold;
    border-radius: 50px;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
.sp-btn a span{
    color: #fff;
}
.sp-btn a::after
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; content: "\f0a9";
    margin-left: 0.5em;
    color: #fff;
}
.sp-btn2 a::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; content: "\f0a8";
    margin-right: 0.5em;
    color: #fff;
}


/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 800px) {}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {

    #content {
        font-size: 14px;
    }

    #header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 188.83333%;
        position: relative;
        width: 100%;
        background: url("../images/common/header01m.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 1em;
    }
    #header2 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 51.666666%;
        position: relative;
        width: 100%;
        background: url("../images/common/header02m.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    #header .sns {
        position: absolute;
        left: auto;
        bottom: 1%;
        right: 2%;
    }
    #header .sns ul li {
        float: left;
        width: 45px;
        height: 45px;
        margin-left: 10px;
        margin-right: 0;
    }


    .mobile-text {
        display: block;
        background: #2e2523;
        padding: 0 3% 3% 3%;
    }

    .mobile-text .read {
        color: #ff0;
        font-weight: bold;
    }
    
    .mobile-text aside{
        background: #000;
        padding: 1em;
        border-radius: 5px;
    }

    .mobile-text dl.spec {
        font-size: 0.9em;
        line-height: 1.5em;
        margin: 0;
    }

    .mobile-text dl.spec dt {
        float: left;
        color: #ff0;
        width: 6em;
        font-weight: bold;
    }

    .mobile-text dl.spec dd {
        margin: 0 0 0 6em;
        color: #fff;
    }
    
    nav.tab ul{
        list-style: none;
        display: block;
        background: #fd8204;
        margin: 0 0 1em 0;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    nav.tab ul li{
        flex-basis: 33.33333%;
        text-align: center;
        font-weight: bold;
        border-right: none;
        border-bottom: 1px solid #2e2523;
        box-sizing: border-box;
    }
    nav.tab ul li:last-child{
        border-bottom: none;
    }
    
    section{
        background: #fff;
        padding: 1.6em 3.2%;
    }
    
    h2.chapter0 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 46.6666%;
        position: relative;
        width: 100%;
        background: url("../images/top/h2m.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0 0 1em 0;
    }

    h2.chapter1 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 46.6666%;
        position: relative;
        width: 100%;
        background: url("../images/chapter1/h2m.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0 0 1em 0;
    }

    h2.chapter2 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 46.6666%;
        position: relative;
        width: 100%;
        background: url("../images/chapter2/h2m.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0 0 1em 0;
    }

    ul.pic-wrap{
        list-style: none;
        padding: 0;
        margin: 0 -1.5%;
        display: block;
    }
    
    .sp-btn a
    {
        display: block;
        overflow: hidden;
        background:  linear-gradient(to bottom, #f3cf1c, #ff9900 50%);
        color: #000!important;
        text-align: left;
        padding: 0.5em 3%;
        font-weight: bold;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    }
    
    aside.column{
        background: #eee;
        padding: 1em;
        border-radius: 10px;
        margin: 1.5em 0;
    }

}
