@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --co_3: #101010;
    --co_4: #0d0d0d;
    --co_5: #00a0e9;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: var(--co_1);
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    background-color: var(--co_2);
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1160px;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_1);
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
    }
}

@media (max-width: 767px) {
    .contents_wrap {
    }
}

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_1 .header_inner {
    position: relative;
}

.header_1 .btn_toggle_megamenu {
    position: fixed;
    left: 30px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 28px;
    height: 20px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

.header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-9px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    transform: translateY(7px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
}

.header_1 .btn_toggle_megamenu.is_show div > span span {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

.header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

.header_1 .toggle_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--co_2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_wrap .toggle_inner {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_1 .nav_1 > ul > li + li {
    margin-top: 25px;
}

.header_1 .nav_1 a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: max-content;
    font-size: 4rem;
}

.header_1 .nav_2 {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
}

.header_1 .nav_2 > ul {
    display: flex;
}

.header_1 .nav_2 > ul > li + li {
    margin-left: 15px;
}

.header_1 .nav_2 > ul > li > a {
    display: block;
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .header_1 .btn_toggle_megamenu {
        left: auto;
        right: 20px;
        top: 20px;
    }

    .header_1 .toggle_wrap .toggle_inner {
        padding: 30px 0;
    }

    .header_1 .nav_1 > ul > li + li {
        margin-top: 20px;
    }

    .header_1 .nav_1 a {
        font-size: 3rem;
    }

    .header_1 .nav_2 {
        right: 70px;
        top: 18px;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 300px;
    padding-bottom: 100px;
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.footer_1 .site_ttl_1 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
}

.footer_1 .nav_1 {
    margin-bottom: 30px;
}

.footer_1 .nav_1 > ul {
    display: flex;
    justify-content: flex-end;
}

.footer_1 .nav_1 > ul > li + li {
    margin-left: 15px;
}

.footer_1 .nav_1 > ul > li > a {
    display: block;
    width: 24px;
    height: 24px;
}

.footer_1 .copyright_1 {
    font-size: 1.2rem;
    text-align: right;
}

@media (max-width: 767px) {
    .footer_1 {
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .footer_1 .footer_inner {
        width: calc(100% - 40px);
    }

    .footer_1 .site_ttl_1 {
        width: 140px;
    }

    .footer_1 .nav_1 {
        margin-bottom: 20px;
    }

    .footer_1 .copyright_1 {
        font-size: 1.1rem;
    }
}
