@charset "UTF-8";
.navbar-custom {
    background: #fff;
}

.intro .intro-body h1 {
    margin-top: 100px;
    margin-bottom: 150px;
}

.navbar-nav>li:last-child a {
    border-left: solid 1px #000;
}

.navbar-custom a {
    color: #000;
}

.information {
    background: #e77474;
    text-align: center;
    padding: 10px;
}

.information div {
    width: 1000px;
    margin: auto;
    text-align: right;
}

.information img {
    height: 17px;
    margin-right: 2rem;
}

.information a {
    color: #fff;
    font-weight: bold;
    letter-spacing: .25rem;
}

.whats-opera {
    background: #fff url(../img/bcg_whats.png) no-repeat;
    background-position: top 60px left 50%;
    background-size: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
}

.whats-opera p {
    color: #000;
}

.attention3 p {
    margin-bottom: 100px;
}

div.trip-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57vw!important;
    background: rgba(0, 0, 0, .5);
    padding: 5vw 0 0;
}

div.trip-area h2 img {
    width: 60%;
}

#showcase {
    position: relative;
}

div.trip-area {}

div.trip-area .wrap h2 {
    margin-top: 0;
}

div.trip-area h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

div.trip-area p {
    color: #fff;
    margin-bottom: 6vw;
}

.attention3-1 {
    margin-top: 100px;
}

.button {
    background: #6cb5b7;
}

#overview a {
    color: #000;
}

#overview td span {
    font-size: 1.2rem;
    margin-left: 2rem;
}

#overview td img {
    width: 110px;
    margin-left: .5rem;
}

#overview td {
    padding-right: 0;
}

#overview th {
    width: 15%;
}

.btn-area01 a {
    background: url(../img/btn_wt.png) no-repeat;
    width: 20vw;
    height: 6vw;
    display: block;
    margin: auto;
    background-size: contain;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-indent: -9999px;
}

.btn-area01 a:hover {
    background: url(../img/btn_wt_hover.png) no-repeat;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-size: contain;
}

.btn-area02 a {
    background: url(../img/btn_trip02.png) no-repeat;
    width: 25vw;
    height: 6vw;
    display: block;
    margin: auto;
    background-size: contain;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-indent: -9999px;
}

.btn-area02 a:hover {
    background: url(../img/btn_trip02_hover.png) no-repeat;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-size: contain;
}

.overlay,
#yt_player {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.overlay {
    z-index: -1;
}

#yt_player {
    z-index: -2;
}

.intro2-section {
    background: none;
}

.navbar-custom.top-nav-collapse {}

.footer {
    margin-top: 0;
}

.sp02 {
    animation-delay: 4s;
    /* アニメーション開始時間 */
}

.sp03 {
    animation-delay: 6s;
    /* アニメーション開始時間 */
}

.sp04 {
    animation-delay: 30s;
    /* アニメーション開始時間 */
}


/*========= 背景動画設定のCSS ===============*/


/*header設定*/

#movie01 {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
}

#movie01 div.ana-area {
    position: absolute;
    top: 5vw;
    left: 20vw;
    color: #fff;
}


/*#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}*/

#movie01 video {
    width: 100%;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


/*見出し設定*/

#movie01 button {
    /*要素の配置*/
    position: absolute;
    /*要素を天地中央寄せ*/
    bottom: 5vw;
    right: 5vw;
    color: #fff;
    background: url(../img/icon_v_no.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 40px;
    height: 35px;
    border: none;
}


/*見出し設定*/

#movie01 button.added {
    background: url(../img/icon_v_on.png) no-repeat;
    background-size: contain;
}

input[type="range"] {
    -webkit-appearance: none;
    /* 🚩これ無しだとスタイルがほぼ全く反映されないので注意 */
    appearance: none;
    cursor: pointer;
    /* カーソルを分かりやすく */
    outline: none;
    /* スライダーのアウトラインは見た目がキツイので消す */
    height: 14px;
    /* バーの高さ */
    width: 100%;
    /* バーの幅 */
    background: #eee;
    /* バーの背景色 */
    border-radius: 10px;
    /* バーの両端の丸み */
    border: solid 3px #dff1ff;
    /* バー周囲の線 */
}


/* WebKit向けのつまみ */

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /*  🚩デフォルトのつまみのスタイルを解除 */
    background: #fff;
    /* 背景色 */
    width: 24px;
    /* 幅 */
    height: 24px;
    /* 高さ */
    border-radius: 50%;
    /* 円形に */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    /* 影 */
}


/* Moz向けのつまみ */

input[type="range"]::-moz-range-thumb {
    background: #53aeff;
    /* 背景色 */
    width: 24px;
    /* 幅 */
    height: 24px;
    /* 高さ */
    border-radius: 50%;
    /* 円形に */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    /* 影 */
    border: none;
    /* デフォルトの線を消す */
}


/* Firefoxで点線が周りに表示されてしまう問題の解消 */

input[type="range"]::-moz-focus-outer {
    border: 0;
}


/* つまみをドラッグしているときのスタイル */

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

#movie01 #volume {
    /*要素の配置*/
    position: absolute;
    /*要素を天地中央寄せ*/
    bottom: 3vw;
    right: 3.5vw;
    width: 5vw;
}

.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

.loading p {
    font-size: 1rem;
    color: #ccc;
}

.loading .ouro {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 46px;
    margin: 1em;
    border-radius: 50%;
    background: none repeat scroll 0 0 #DDDDDD;
    /* ベースの色 - 可変 */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset, 0 0 25px rgba(0, 0, 255, 0.075);
}

.loading .ouro:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    display: block;
    height: 28px;
    width: 28px;
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.loading .ouro>span {
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.loading .left {
    left: 0
}

.loading .right {
    left: 50%
}

.loading .anim {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 #6cb5b7;
    /* Ouroborosの色 - 可変 */
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}

.loading .left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.loading .right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}


/* v2 */

.loading .ouro2 .anim {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loading .ouro2 .right .anim {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}


/* v3 */

.loading .ouro3 .anim {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: linear;
}

.loading .ouro3 .right .anim {
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-animation-delay: 0;
    -webkit-animation-delay: 1.5s;
    animation-name: ui-spinner-rotate-right;
    animation-delay: 0;
    animation-delay: 1.5s;
}


/* round variation */

.loading .round .ouro:after {
    display: none
}


/* double variation */

.loading .double .ouro:after {
    height: 13px;
    width: 13px;
    left: 7px;
    top: 7px;
    border: 10px solid #ddd;
    background: transparent;
    box-shadow: none;
}

@keyframes ui-spinner-rotate-right {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(180deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes ui-spinner-rotate-left {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ui-spinner-rotate-right {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(180deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes ui-spinner-rotate-left {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.visible-tab {
    display: none;
}

@media screen and (max-width: 1366px) {
    #movie01 div.ana-area {
        position: absolute;
        top: 5vw;
        left: 9vw;
        color: #fff;
    }
    #movie01 #volume {
        display: none;
    }
    .wt-index main article.main ul.item-3 li {
        width: 32%;
    }
    .visible-tab {
        display: block;
    }
    .intro .intro-body h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .intro .intro-body h1 img {
        width: 100%;
    }
    .intro .intro-body h1 .hidden-xs {
        display: none!important;
    }
    .container {
        width: 100%;
        padding-left: 8.5vw;
        padding-right: 8.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .intro .intro-body h1 {
        margin-bottom: 85px;
    }
    .intro .intro-body div h1 img {
        width: 52%;
    }
    #movie01 div.ana-area {
        position: absolute;
        top: 1vw;
        left: 8vw;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .visible-tab {
        display: none;
    }
    .intro .intro-body h1 {
        margin-top: 33px;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }
    .intro .intro-body div h1 img {
        width: 100%;
    }
    /*.intro {
    background: url(../img/top_sp.png) no-repeat;
    background-size:cover;
    margin-top: 28px;
    padding-top: 30vw;
    padding-bottom: 5vw;
}*/
    /*.intro h1 img {
    width: 80%;
    margin: auto;

}*/
    .intro .intro-body {
        display: block;
        text-align: center;
    }
    .information {
        padding: 0;
    }
    .information div {
        width: 100%;
        text-align: center;
    }
    .information a {
        display: block;
        font-size: 1rem;
        letter-spacing: 0;
    }
    .information a img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .whats-opera {
        background-size: 70%;
        padding-bottom: 10vw;
    }
    .btn-area01 a {
        width: 60vw;
        height: 12vw;
    }
    .whats-opera p {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .btn-area01 {
        margin-top: 30px;
    }
    .attention-area h2 {
        margin-bottom: 8vw;
    }
    .attention-area div h3 {
        margin-top: 0px;
        margin-bottom: 3vw;
    }
    .attention2 p {
        margin-bottom: 3vw;
    }
    .attention-area .attention3 p {
        margin-bottom: 10vw;
    }
    div.trip-area {
        height: 143vw!important;
        padding-top: 15vw;
    }
    div.trip-area h2 {
        text-align: center;
    }
    div.trip-area h2 img {
        width: 80%;
        margin: auto;
        margin-bottom: 12vw;
    }
    div.trip-area h2 img:nth-last-of-type(1) {
        width: 30%;
        margin: auto;
    }
    div.trip-area .wrap h2 {
        margin-bottom: 3vw;
    }
    div.trip-area .wrap h3 {
        font-size: 5vw;
        line-height: 2;
    }
    div.trip-area p {
        width: 90%;
        margin: auto;
        font-size: 3.5vw;
        margin-bottom: 16.5vw;
        line-height: 1.5;
    }
    #showcase01.attention1-pic div {
        padding: 2px;
    }
    .btn-area02 a {
        width: 60vw;
        height: 12vw;
    }
    .child {
        display: block;
    }
    .attention3 {
        padding-top: 10vw;
    }
    #movie01 button {
        bottom: 5vw;
        right: 5vw;
        width: 30px;
        height: 30px;
    }
    input[type="range"] {
        height: 5px;
        /* バーの高さ */
    }
    /* WebKit向けのつまみ */
    input[type="range"]::-webkit-slider-thumb {
        width: 10px;
        /* 幅 */
        height: 10px;
        /* 高さ */
    }
    /* Moz向けのつまみ */
    input[type="range"]::-moz-range-thumb {
        width: 10px;
        /* 幅 */
        height: 10px;
        /* 高さ */
    }
    /* Firefoxで点線が周りに表示されてしまう問題の解消 */
    input[type="range"]::-moz-focus-outer {
        border: 0;
    }
    /* つまみをドラッグしているときのスタイル */
    input[type="range"]:active::-webkit-slider-thumb {
        box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
    }
    #movie01 #volume {
        width: 10vw;
    }
    .mv-area {
        width: 100%;
        background: #f0f4f6;
        padding: 30px;
        box-sizing: border-box;
    }
    .mv-area video {
        width: 100%;
    }
    .what-area {
        position: relative;
        overflow: hidden;
    }
    .bgimg {
        width: 550px;
        margin-left: -145px;
    }
    .ana-area {
        position: absolute;
        text-align: center;
        padding-top: 50px;
        color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #overview h2 {
        border-bottom: solid 1px #999;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 1rem;
    }
    #overview table th,
    #overview table td {
        display: block;
        box-sizing: border-box;
    }
    #overview table th {
        width: 100%;
        border-bottom: none;
        text-align: left;
        border-top: none;
        padding-bottom: 0;
    }
    #overview table td {
        width: 100%;
        border-bottom: solid 1px #999;
        border-top: none;
        padding-top: 0;
    }
    #overview table tr {
        border: none!important;
    }
    #overview table {
        width: 90%!important;
        overflow: hidden;
        table-layout: fixed;
        margin-left: auto;
        margin-right: auto;
    }
    .footer.container-fluid small {
        width: 100%;
        font-size: 1rem;
    }
    .footer.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .tume {
        font-feature-settings: "palt";
    }
    .loading,
    .loading.is-active,
    .loading-animation,
    .loading-animation.is-active {
        visibility: hidden;
    }
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1
}

.btn_area {
    width: 580px;
    height: 250px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2;
}

.btn_area img {
    width: 100%;
}

@media (max-width: 768px) {
    .btn_area {
        width: 80%;
        height: 250px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        text-align: center;
        z-index: 2;
    }
}