@charset 'utf-8';

.item p {
    position: absolute;
    bottom: -20px;
    width: 100%;
    color: #FFF;
    text-indent: 0.2in;
    font-weight: bold;
    font-size: 1.4em;
    text-shadow: 1px 2px 2px #333;
    padding: 10px 0;
    background-color: rgba(0,0,0,.5);
}
@media screen and (min-width: 320px) {
    .item p {
        font-size: 1em;
    }
}
@media screen and (min-width: 480px) {
    .item p {
        font-size: 0.8em;
    }
}
@media screen and (min-width: 768px) and ( max-width:1024px) {
    .item p {
        font-size: 1.4em;
    }
}
@media screen and (min-width: 1024px) {
    .item p {
        font-size: 1.4em;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Kosugi Maru', sans-serif;
}
:focus {
    outline: none;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.4);
    z-index: 9999;
}
header ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}
header ul li {
    display: inline-block;
    padding: 0 0 0 10px;
}
header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4D4D4D;
    height: 50px;
    display: block;
    position: relative;
}
header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
header nav {
}
section {
    float: left;
    display: block;
    height: 100%;
    padding: 5px 0 0 0;
    margin: 0;
}
#section-section1 {
    background: #fff;
}
#section-section2 {
    background: #fff;
}
#section-section3 {
    background: #fff;
}
#section-section4 {
    background: #fff;
}
#section-section5 {
    background: #fff;
}
#section-section6 {
    background: #fff;
}
#section-section7 {
    background: #fff;
}
.horizon-prev, .horizon-next, .horizon-input {
    position: fixed;
    bottom: 3%;
    margin-top: -24px;
    z-index: 9999;
}
.horizon-prev {
    left: 20px;
}
.horizon-next, .horizon-input {
    right: 20px;
}
.img_top1 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../img_top/top1.jpg") center center / cover no-repeat;
}
.img_top2 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top2.jpg") center center / cover no-repeat;
}
.img_top3 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top3.jpg") center center / cover no-repeat;
}
.img_top4 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top4.jpg") center center / cover no-repeat;
}
.img_top5 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top5.jpg") center center / cover no-repeat;
}
.img_top6 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top6.jpg") center center / cover no-repeat;
}
.img_top7 {
    margin-top: 40px;
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1000 * 100%);
    background: url("../img_top/top7.jpg") center center / cover no-repeat;
}
.item {
    position: relative;
}
form {
    padding: 30px 20px 0;
}
.top {
    background: linear-gradient(to right,#37a6ff 0,#e2ea8c 100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    transition: all 1s;
    width: 0;
    overflow: hidden;
    z-index: 99999;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
}