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

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

Contents:
    base settings
    base blocks
    ========================================================== */
@font-face {
    font-family: "iconFont";
    src: url("../font/iconFont.woff") format("woff");
}

/* ==========================================================
*
*   base settings
*
========================================================== */
/*  html, body
--------------------------------------------- */
/* line 32, src/special/x-forged/_sass/base.scss */
html,
body {
    background-color: #000;
    color: #333;
    font-size: 25px;
    font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

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

@media screen and (max-width: 738px) {
    /* line 47, src/special/x-forged/_sass/base.scss */
    html,
    body {
        font-size: 3.32031vw;
    }
    /* line 51, src/special/x-forged/_sass/base.scss */
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/*  <a> tag
--------------------------------------------- */
/* line 59, src/special/x-forged/_sass/base.scss */
a {
    color: inherit;
    text-decoration: none;
}

/*  <img> tag
--------------------------------------------- */
/* line 66, src/special/x-forged/_sass/base.scss */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/*  <hr> tag as anchor target
--------------------------------------------- */
/* line 75, src/special/x-forged/_sass/base.scss */
hr[id^="anchor-"] {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
}

@media screen and (max-width: 738px) {
    /* line 85, src/special/x-forged/_sass/base.scss */
    hr[id^="anchor-"] {
        margin: 0;
        padding: 0;
    }
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
/* line 4, src/special/x-forged/_sass/base/_header.scss */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 75px;
    background-color: rgba(35, 24, 21, 0.5);
}

@media screen and (max-width: 738px) {
    /* line 15, src/special/x-forged/_sass/base/_header.scss */
    .header {
        height: 60px;
    }
}

/*  header-container
--------------------------------------------- */
/* line 22, src/special/x-forged/_sass/base/_header.scss */
.header-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0 20px;
    max-width: 1100px;
}

/* line 30, src/special/x-forged/_sass/base/_header.scss */
.header-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 738px) {
    /* line 37, src/special/x-forged/_sass/base/_header.scss */
    .header-container {
        padding: 0 4.6875vw 0 6.25vw;
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 738px) and (min-width: 1101px) {
    padding: 0 51.5px 0 69px;
}

/*  header-list
--------------------------------------------- */
/* line 51, src/special/x-forged/_sass/base/_header.scss */
.header-list {
    float: left;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    font-size: 1.20968vw;
}

@media screen and (min-width: 1101px) {
    /* line 51, src/special/x-forged/_sass/base/_header.scss */
    .header-list {
        font-size: 13px;
    }
}

@media screen and (max-width: 738px) {
    /* line 51, src/special/x-forged/_sass/base/_header.scss */
    .header-list {
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        display: none;
        margin: auto;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: rgba(35, 24, 21, 0.9);
    }
}

/* line 74, src/special/x-forged/_sass/base/_header.scss */
.header-list__content {
    float: left;
    margin-right: 2.62096vw;
    background: url(../img/pc/icon_header_link.png) right center no-repeat;
    background-position-y: 5px;
    background-size: 9px auto;
    font-size: 1.330645vw;
    line-height: 30px;
}

@media screen and (min-width: 1101px) {
    /* line 74, src/special/x-forged/_sass/base/_header.scss */
    .header-list__content {
        margin-right: 29px;
        font-size: 14.5px;
    }
}

@media screen and (max-width: 738px) {
    /* line 74, src/special/x-forged/_sass/base/_header.scss */
    .header-list__content {
        float: none;
        margin: 0 3.125vw;
        width: auto;
        border-bottom: 1px solid #fff;
        background: none;
        text-align: center;
        font-size: 20px;
    }
}

/* line 99, src/special/x-forged/_sass/base/_header.scss */
.header-list__content a {
    padding-right: 15px;
}

@media screen and (max-width: 738px) {
    /* line 99, src/special/x-forged/_sass/base/_header.scss */
    .header-list__content a {
        display: block;
        padding-right: 0;
        height: 60px;
        line-height: 60px;
    }
}

/*  header-main-link
--------------------------------------------- */
/* line 117, src/special/x-forged/_sass/base/_header.scss */
.header-main-link {
    float: left;
    margin-right: 3.22581vw;
    color: #fff;
    font-weight: bold;
    font-size: 1.69355vw;
    line-height: 30px;
}

@media screen and (min-width: 1101px) {
    /* line 117, src/special/x-forged/_sass/base/_header.scss */
    .header-main-link {
        margin-right: 35.5px;
        font-size: 18.5px;
    }
}

@media screen and (max-width: 738px) {
    /* line 117, src/special/x-forged/_sass/base/_header.scss */
    .header-main-link {
        margin-left: 3.22581vw;
        font-size: 17px;
        line-height: 60px;
    }
}

/*  header-logo
--------------------------------------------- */
/* line 140, src/special/x-forged/_sass/base/_header.scss */
.header-logo {
    float: left;
}

/* line 144, src/special/x-forged/_sass/base/_header.scss */
.header-logo__text {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    width: 55px;
    height: 0;
    background-image: url(../img/pc/header_logo.png);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: all .3s;
}

@media screen and (max-width: 738px) {
    /* line 158, src/special/x-forged/_sass/base/_header.scss */
    .header-logo__text {
        padding-top: 60px;
        width: 26px;
        background-position: 50% 50%;
        background-size: 100% auto;
    }
}

/*  header-link
--------------------------------------------- */
/* line 168, src/special/x-forged/_sass/base/_header.scss */
.header-link {
    float: right;
    font-size: 1.330645vw;
}

@media screen and (min-width: 1101px) {
    /* line 168, src/special/x-forged/_sass/base/_header.scss */
    .header-link {
        font-size: 14.5px;
    }
}

/* line 178, src/special/x-forged/_sass/base/_header.scss */
.header-link__button {
    display: block;
    box-sizing: border-box;
    height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.20968vw;
    line-height: 30px;
}

@media screen and (min-width: 1101px) {
    /* line 178, src/special/x-forged/_sass/base/_header.scss */
    .header-link__button {
        font-size: 13px;
    }
}

@media screen and (max-width: 738px) {
    /* line 178, src/special/x-forged/_sass/base/_header.scss */
    .header-link__button {
        display: none;
    }
}

@media screen and (max-width: 738px) {
    /* line 200, src/special/x-forged/_sass/base/_header.scss */
    .header-link {
        width: 155px;
    }
    /* line 203, src/special/x-forged/_sass/base/_header.scss */
    .header-link__button {
        height: 28px;
        font-size: 8px;
        line-height: 28px;
    }
}

/*  header-sp-trigger
--------------------------------------------- */
/* line 212, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger {
    position: absolute;
    top: 0;
    right: 2.82258vw;
    z-index: 11;
    display: none;
    overflow: hidden;
    padding-top: 60px;
    width: 60px;
    height: 0;
    cursor: pointer;
}

@media screen and (min-width: 1101px) {
    /* line 212, src/special/x-forged/_sass/base/_header.scss */
    .header-sp-trigger {
        right: 31px;
    }
}

@media screen and (max-width: 738px) {
    /* line 212, src/special/x-forged/_sass/base/_header.scss */
    .header-sp-trigger {
        display: block;
    }
}

/* line 233, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger--current .header-sp-trigger__text {
    -webkit-animation: menu-center--active .5s forwards;
    animation: menu-center--active .5s forwards;
}

/* line 238, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger--current .header-sp-trigger__text:before {
    -webkit-animation: menu-top--active .5s forwards;
    animation: menu-top--active .5s forwards;
}

/* line 243, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger--current .header-sp-trigger__text:after {
    -webkit-animation: menu-bottom--active .5s forwards;
    animation: menu-bottom--active .5s forwards;
}

/* line 248, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger__text {
    color: #251814;
}

/* line 252, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger__text {
    position: absolute;
    top: 30px;
    left: 50%;
    display: inline-block;
    margin-left: -20px;
    width: 40px;
    border-bottom: 1px solid #fff;
    font-size: 0;
    line-height: 1;
    -webkit-animation: menu-center .5s forwards;
    animation: menu-center .5s forwards;
}

/* line 266, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger__text:before, .header-sp-trigger__text:after {
    position: absolute;
    left: 50%;
    display: inline-block;
    margin-left: -20px;
    width: 40px;
    border-top: 1px solid #fff;
    content: "";
}

/* line 276, src/special/x-forged/_sass/base/_header.scss */
.header-sp-trigger__text:before {
    top: -12px;
    -webkit-animation: menu-top .5s forwards;
    animation: menu-top .5s forwards;
}

/* line 282, src/special/x-forged/_sass/base/_header.scss */
.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);
    }
    75% {
        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: 1px solid #fff;
    }
    75% {
        border-bottom: 1px solid #fff;
    }
    0% {
        border: 0;
    }
}

@keyframes menu-bottom {
    100% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        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);
    }
    75% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    0% {
        top: 0;
        width: 40px;
        -webkit-transform: rotate(45deg);
    }
}

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

@-webkit-keyframes menu-bottom {
    100% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
    }
    75% {
        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);
    }
    75% {
        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: 1px solid #fff;
    }
    75% {
        border-bottom: 1px solid #fff;
    }
    100% {
        border: 0;
    }
}

@keyframes menu-bottom--active {
    0% {
        top: 12px;
        width: 40px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        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);
    }
    75% {
        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: 1px solid #fff;
    }
    75% {
        border-bottom: 1px solid #fff;
    }
    100% {
        border: 0;
    }
}

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

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* line 4, src/special/x-forged/_sass/base/_wrapper.scss */
.wrapper {
    overflow: hidden;
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
/* ---------------------------------------------
*   sidebar-nav
--------------------------------------------- */
/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
/* line 4, src/special/x-forged/_sass/base/_footer.scss */
.footer {
    background-color: #251814;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 738px) {
    /* line 12, src/special/x-forged/_sass/base/_footer.scss */
    .footer {
        line-height: 1.8;
    }
}

/*  footer-container
--------------------------------------------- */
/* line 19, src/special/x-forged/_sass/base/_footer.scss */
.footer-container {
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0 40px;
    max-width: 1240px;
}

/* line 26, src/special/x-forged/_sass/base/_footer.scss */
.footer-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 738px) {
    /* line 33, src/special/x-forged/_sass/base/_footer.scss */
    .footer-container {
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 1240px) {
    /* line 40, src/special/x-forged/_sass/base/_footer.scss */
    .footer-container {
        padding: 4.03226vw 1.6129vw 3.22581vw;
    }
}

@media screen and (max-width: 738px) {
    /* line 46, src/special/x-forged/_sass/base/_footer.scss */
    .footer-container {
        padding: 9.375vw 9.375vw 3.125vw;
    }
}

/*  footer-logo
--------------------------------------------- */
/* line 53, src/special/x-forged/_sass/base/_footer.scss */
.footer-logo {
    display: inline-block;
    margin-top: 40px;
    padding-top: 40px;
    width: 286px;
    border-top: 2px solid #666;
}

@media screen and (max-width: 1240px) {
    /* line 63, src/special/x-forged/_sass/base/_footer.scss */
    .footer-logo {
        margin-top: 3.22581vw;
        padding-top: 3.22581vw;
        width: 23.06452vw;
    }
    /* line 68, src/special/x-forged/_sass/base/_footer.scss */
    .footer-logo__link {
        padding-top: 5.64516vw;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 738px) {
    /* line 75, src/special/x-forged/_sass/base/_footer.scss */
    .footer-logo {
        margin-top: 12.5vw;
        padding-top: 12.5vw;
        width: 60.625vw;
        border-width: 1px;
    }
}

/*  footer-nav
--------------------------------------------- */
/* line 85, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav {
    margin-top: 45px;
}

/* line 89, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav__list {
    letter-spacing: -.4em;
}

/* line 93, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav__list-item {
    display: inline-block;
    margin: 0 30px;
    letter-spacing: normal;
}

/* line 99, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav__link {
    display: block;
}

/* line 102, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav__link:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/* line 108, src/special/x-forged/_sass/base/_footer.scss */
.footer-nav__link img {
    width: auto;
    height: 35px;
}

@media screen and (max-width: 1240px) {
    /* line 114, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav {
        margin-top: 3.62903vw;
    }
    /* line 117, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav__list-item {
        margin: 0 2.41935vw;
    }
    /* line 120, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav__link img {
        height: 2.82258vw;
    }
}

@media screen and (max-width: 738px) {
    /* line 126, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav {
        margin-top: 12.5vw;
    }
    /* line 129, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav__list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        letter-spacing: normal;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    /* line 139, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav__list-item {
        margin: 0 3.125vw;
    }
    /* line 142, src/special/x-forged/_sass/base/_footer.scss */
    .footer-nav__link img {
        height: 8.4375vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
/* line 149, src/special/x-forged/_sass/base/_footer.scss */
.footer-copyright {
    margin-top: 50px;
}

/* line 153, src/special/x-forged/_sass/base/_footer.scss */
.footer-copyright__text {
    color: inherit;
    font-weight: bold;
    font-size: 0.44rem;
}

@media screen and (max-width: 1240px) {
    /* line 160, src/special/x-forged/_sass/base/_footer.scss */
    .footer-copyright {
        margin-top: 4.03226vw;
    }
}

@media screen and (max-width: 738px) {
    /* line 166, src/special/x-forged/_sass/base/_footer.scss */
    .footer-copyright {
        margin-top: 7.8125vw;
    }
    /* line 169, src/special/x-forged/_sass/base/_footer.scss */
    .footer-copyright__text {
        font-size: 0.78431rem;
    }
}
