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

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

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   font setting
--------------------------------------------- */
/*  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';
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype");
    src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff");
}

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

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

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    background-color: #000;
    color: #afafb0;
    font-size: 17.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: 750px) {
    html,
    body {
        font-size: 0.91205vw;
    }
}

body {
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        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;
    width: 100%;
    height: 100px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.header--shrink {
    height: 50px;
}

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

/*  header-container
--------------------------------------------- */
.header-container {
    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;
    max-width: 1180px;
    height: 100%;

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

@media screen and (max-width: 750px) {
    .header-container {
        padding: 0 4.6875vw 0 6.25vw;
        max-width: none;
        width: auto;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo__text {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    width: 222px;
    height: 0;
    background-image: url(../img/pc/logo_header.png);
    background-position: 0 center;
    background-size: auto 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 750px) {
    .header-logo__text {
        padding-top: 26px;
        width: 184px;
        font-size: 0;
    }
}

/*  header-list
--------------------------------------------- */
.header-list {
    display: none;
    overflow: hidden;
    padding-top: 11.72638vw;
    color: #fff;
    font-weight: bold;
    font-size: 1.20968vw;
}

.header-list__outer {
    display: none;
}

@media screen and (max-width: 750px) {
    .header-list {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 99;
        display: none;
        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__outer {
        display: block;
    }
    .header-list__link {
        display: block;
        padding: 3%;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-size: 4vw;
    }
}

/*  header-link
--------------------------------------------- */
.header-link {
    font-weight: bold;
    font-size: 0.77143rem;
}

.header-link__button {
    display: block;
    padding: 3px 25px;
    border: 1px solid #000;
    color: #000;
}

@media screen and (max-width: 750px) {
    .header-link {
        display: none;
    }
}

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header-sp-trigger__text {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #241c1d;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header-sp-trigger__text:nth-of-type(1) {
    top: 0;
    -webkit-animation: menu-bar01 .6s forwards;
            animation: menu-bar01 .6s forwards;
}

.header-sp-trigger__text:nth-of-type(2) {
    top: 12px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
}

.header-sp-trigger__text:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 .6s forwards;
            animation: menu-bar02 .6s forwards;
}

.header-sp-trigger--current .header-sp-trigger__text:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .6s forwards;
            animation: active-menu-bar01 .6s forwards;
}

.header-sp-trigger--current .header-sp-trigger__text:nth-of-type(2) {
    opacity: 0;
}

.header-sp-trigger--current .header-sp-trigger__text:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .6s forwards;
            animation: active-menu-bar03 .6s forwards;
}

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

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

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

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

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

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

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-13px) rotate(0);
                transform: translateY(-13px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-13px) rotate(-45deg);
                transform: translateY(-13px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
                transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-13px) rotate(0);
                transform: translateY(-13px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-13px) rotate(-45deg);
                transform: translateY(-13px) rotate(-45deg);
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    overflow-x: hidden;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
@media screen and (max-width: 1200px) {
    .contents {
        padding-top: calc(41.833333vw + 100px) !important;
    }
}

@media screen and (max-width: 750px) {
    .contents {
        padding-top: calc(90.733333vw + 60px) !important;
    }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    margin: 0 auto;
    max-width: 1500px;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    z-index: 23;
    width: 100%;
    background-color: #231815;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: opacity 3.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 3.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 10px;
    max-width: 1240px;
}

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

@media screen and (max-width: 738px) {
    .footer-container {
        padding: 5.375vw 9.375vw 3.125vw;
        max-width: none;
        width: auto;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
    display: inline-block;
    margin-top: 40px;
    padding-top: 40px;
    width: 286px;
    border-top: 2px solid #666;
}

@media screen and (max-width: 1240px) {
    .footer-logo {
        margin-top: 3.22581vw;
        padding-top: 3.22581vw;
        width: 23.06452vw;
    }
    .footer-logo__link {
        padding-top: 5.64516vw;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 738px) {
    .footer-logo {
        margin-top: 12.5vw;
        padding-top: 12.5vw;
        width: 60.625vw;
        border-width: 1px;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    position: relative;
}

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

.footer-nav__list-item {
    display: inline-block;
    margin: 0 30px;
    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 {
    width: auto;
    height: 35px;
}

@media screen and (max-width: 1240px) {
    .footer-nav__list-item {
        margin: 0 2.41935vw;
    }
    .footer-nav__link img {
        height: 2.82258vw;
    }
}

@media screen and (max-width: 738px) {
    .footer-nav {
        margin-top: 0;
    }
    .footer-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-pack: justify;
        letter-spacing: normal;

        -webkit-box-pack: justify;
                justify-content: space-between;
    }
    .footer-nav__list-item {
        margin: 0 3.125vw;
    }
    .footer-nav__link img {
        height: 8.4375vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 5px;
    line-height: 1;
}

.footer-copyright__text {
    color: inherit;
    font-weight: bold;
    font-size: 0.62857rem;
}

@media screen and (max-width: 738px) {
    .footer-copyright {
        margin-top: 6.51466vw;
    }
    .footer-copyright__text {
        font-size: 2.97687vw;
    }
}
