@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/*  Noto Sans Japanese
--------------------------------------------- */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans Japanese';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Noto Sans Japanese Bold';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff");
}

.ff_Bold {
    font-family: 'Noto Sans Japanese Bold';
}

/*  DINCondensedBold
--------------------------------------------- */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'DIN Condensed Bold';
    src: url("../fonts/DINCondensedBold/DINCondensedBold.ttf") format("truetype");
    src: url("../fonts/DINCondensedBold/DINCondensedBold.woff") format("woff");
}

.ff_din {
    font-family: 'DIN Condensed Bold';
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #231815;
    font-size: 19.5px;
    font-family: "Noto Sans Japanese", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 738px) {
    html,
    body {
        font-size: 1.62655vw;
    }
}

body {
    overflow-x: hidden !important;
    line-height: 1.5;
}

@media screen and (max-width: 738px) {
    body {
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
    height: 50px;
    background-color: #004d9d;
}

.header.event-contents-start {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 738px) {
    .header {
        z-index: 999;
        padding: 0;
        height: 60px;
    }
}

.header-link__button {
    display: block;
    padding: 7px 32px;
    border: 1px solid #fff;
    font-size: 13.5px;
}

@media screen and (max-width: 1240px) {
    .header-link__button {
        padding: 0.56452vw 2.58065vw;
        font-size: 1.08871vw;
    }
}

@media screen and (max-width: 738px) {
    .header-link__button {
        border: none;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
    max-width: 1180px;
}

.header-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 738px) {
    .header-container:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding: 0 10px;
        padding: 0 4.6875vw 0 6.25vw;
        max-width: 1180px;
        max-width: none;
        width: auto;
        height: 100%;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}

.header-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    margin-right: 45px;
}

@media screen and (max-width: 1240px) {
    .header-logo {
        margin-right: 3.62903vw;
    }
}

@media screen and (max-width: 738px) {
    .header-logo {
        margin-right: 0;
        padding-top: 0;
    }
}

.header-logo__text {
    display: block;
    overflow: hidden;
    padding-top: 31px;
    width: 54px;
    height: 0;
    background-image: url(../img/logo_header.svg);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 738px) {
    .header-logo__text {
        padding-top: 39px;
        width: 70px;
        background-position: 50% 50%;
        background-size: 100% auto;
        font-size: 0;
    }
}

/*  header-list
--------------------------------------------- */
@media screen and (min-width: 739px) {
    .header-list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 738px) {
    .header-list {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 99;
        display: none;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto;
        padding-top: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.header-list__content {
    margin-right: 30px;
}

@media screen and (max-width: 1240px) {
    .header-list__content {
        margin-right: 2.41935vw;
    }
}

@media screen and (max-width: 738px) {
    .header-list__content {
        margin-right: 0;
    }
}

.header-list__content a {
    display: block;
}

@media screen and (max-width: 738px) {
    .header-list__content a {
        padding: 3%;
        border-bottom: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 4.55433vw;
    }
}

.header-list__content-text {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

@media screen and (max-width: 1240px) {
    .header-list__content-text {
        font-size: 1.04839vw;
    }
}

@media screen and (max-width: 738px) {
    .header-list__content-text {
        color: #fff;
        font-size: 4.55433vw;
    }
}

.header-list__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    width: 815px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1240px) {
    .header-list__outer {
        width: 64.51613vw;
    }
    .safari .header-list__outer {
        width: 66.53226vw;
    }
}

@media screen and (max-width: 738px) {
    .header-list__outer {
        width: 100%;
    }
}

/*  header-link
--------------------------------------------- */
.header-link {
    color: #fff;
    font-size: 1.330645vw;
}

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
    position: absolute;
    top: 15px;
    right: 4.6875vw;
    z-index: 11;
    display: none;
    overflow: hidden;
    width: 40px;
    height: 0;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media screen and (min-width: 1101px) {
    .header-sp-trigger {
        right: 31px;
    }
}

@media screen and (max-width: 738px) {
    .header-sp-trigger {
        display: block;
    }
}

.header-sp-trigger--current .header-sp-trigger__text {
    -webkit-animation: menu-center--active .5s forwards;
    animation: menu-center--active .5s forwards;
}

.header-sp-trigger--current .header-sp-trigger__text:before {
    -webkit-animation: menu-top--active .5s forwards;
    animation: menu-top--active .5s forwards;
}

.header-sp-trigger--current .header-sp-trigger__text:after {
    -webkit-animation: menu-bottom--active .5s forwards;
    animation: menu-bottom--active .5s forwards;
}

.header-sp-trigger__text {
    color: #251814;
}

.header-sp-trigger__text {
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    margin-left: -20px;
    width: 40px;
    border-bottom: 5px solid #fff;
    font-size: 0;
    line-height: 1;
    -webkit-animation: menu-center .5s forwards;
    animation: menu-center .5s forwards;
}

.header-sp-trigger__text:before, .header-sp-trigger__text:after {
    position: absolute;
    left: 50%;
    display: inline-block;
    margin-left: -20px;
    width: 40px;
    border-top: 5px solid #fff;
    content: "";
}

.header-sp-trigger__text:before {
    top: -12px;
    -webkit-animation: menu-top .5s forwards;
    animation: menu-top .5s forwards;
}

.header-sp-trigger__text:after {
    top: 12px;
    -webkit-animation: menu-bottom .5s forwards;
    animation: menu-bottom .5s forwards;
}

/* -- js_trigger animation -- */
@keyframes menu-top {
    100% {
        top: -12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        top: 0;
        width: 36px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes menu-center {
    100% {
        border-bottom: 5px solid #fff;
    }
    50% {
        border-bottom: 5px solid #fff;
    }
    0% {
        border: 0;
    }
}

@keyframes menu-bottom {
    100% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes menu-top {
    100% {
        top: -12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    0% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes menu-center {
    100% {
        border-bottom: 5px solid #fff;
    }
    50% {
        border-bottom: 5px solid #fff;
    }
    0% {
        border: 0;
    }
}

@-webkit-keyframes menu-bottom {
    100% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    0% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes menu-top--active {
    0% {
        top: -12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes menu-center--active {
    0% {
        border-bottom: 5px solid #fff;
    }
    50% {
        border-bottom: 5px solid #fff;
    }
    100% {
        border: 0;
    }
}

@keyframes menu-bottom--active {
    0% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes menu-top--active {
    0% {
        top: -12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(45deg);
    }
}

@-webkit-keyframes menu-center--active {
    0% {
        border-bottom: 5px solid #fff;
    }
    50% {
        border-bottom: 5px solid #fff;
    }
    100% {
        border: 0;
    }
}

@-webkit-keyframes menu-bottom--active {
    0% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    50% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    100% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(-45deg);
    }
}

/* ---------------------------------------------
*   modal-movie
--------------------------------------------- */
.modal-movie {
    padding-right: 12px;
}

@media screen and (max-width: 1240px) {
    .modal-movie {
        padding-right: 0.48387vw;
    }
}

@media screen and (max-width: 738px) {
    .modal-movie {
        position: absolute;
        top: 50%;
        left: 50%;
        padding-right: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.modal-movie__link {
    display: inline-block;
    width: 98px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.modal-movie__link:hover {
    opacity: 0.8;
}

.ios .modal-movie__link:hover,
.android .modal-movie__link:hover {
    opacity: 1;
}

@media screen and (max-width: 1240px) {
    .modal-movie__link {
        width: 7.90323vw;
    }
}

@media screen and (max-width: 738px) {
    .modal-movie__link {
        width: 66px;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    position: relative;
    padding-top: 50px;
}

@media screen and (max-width: 738px) {
    .wrapper {
        padding-top: 60px;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    background-color: #b6cad8;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    display: block;
    width: 100%;
    background-color: #004d9d;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    position: relative;
    padding: 95px 0 65px;
}

.footer-nav__list {
    letter-spacing: -.4em;
}

.footer-nav__list-item {
    display: inline-block;
    margin: 0 24px;
    letter-spacing: normal;
}

.footer-nav__link {
    display: block;
}

.footer-nav__link:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-nav__link img {
    max-height: 35px;
    width: auto;
}

@media screen and (max-width: 738px) {
    .footer-nav {
        padding: 18.86792vw 0;
    }
    .footer-nav__list-item {
        margin: 0 7.80742vw;
    }
    .footer-nav__link img {
        max-height: 8.65322vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 1;
}

.footer-copyright__text {
    color: #5585b4;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 738px) {
    .footer-copyright {
        padding-bottom: 4.22902vw;
        font-size: 2.7326vw;
    }
}
