@charset "utf-8";

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

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #000;
    --co_2: #FFF;
    --co_3: #aa1d38;
    --co_4: #5fc0be;
    --co_5: #3b834b;
    --co_6: #eb748f;
    --co_7: #fac761;
}

/* ---------------------------------------------------- */
/* 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: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: var(--co_2);
    overflow: hidden;
}

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

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

/* ---------------------------------------------------- */
/* 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 */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-top: 90px;
    color: var(--co_2);
    background-color: var(--co_6);
    background-image: url(../img/bg/pt_1.svg);
    background-position: center top;
    background-size: 1670px auto;
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 60px;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1080px;
    z-index: 100;
    background-color: var(--co_4);
}

header .site_ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
}

header .site_ttl a {
    display: block;
}

header .header_inner {
    position: relative;
    height: 90px;
}

header .btn_toggle_menu {
    position: fixed;
    left: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--co_7);
    border-radius: 10px;
    z-index: 110;
}

header .btn_toggle_menu div {
    position: relative;
    width: 30px;
    height: 5px;
}

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

header .btn_toggle_menu div>span span {
    transform: translateY(-1px);
}

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

header .btn_toggle_menu div>span:after {
    transform: translateY(7px);
}

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

header .btn_toggle_menu.is_show div>span span {
    opacity: 0;
}

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

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

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

header .toggle_wrap .toggle_inner {
    padding: 90px 0 40px;
}

header .nav_1 {
    padding: 20px 0;
}

header .nav_1>ul+ul {
    margin-top: 40px;
}

header .nav_1>ul>li+li {
    margin-top: 40px;
}

header .nav_1>ul>li>a {
    display: block;
    color: var(--co_2);
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

@media (max-width: 767px) {
    header {
        min-width: auto;
    }

    header .header_inner {
        position: relative;
        height: 60px;
    }

    header .site_ttl {
        width: 130px;
    }

    header .btn_toggle_menu {
        left: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    header .toggle_wrap .toggle_inner {
        padding: 60px 0 30px;
    }

    header .nav_1>ul+ul {
        margin-top: 40px;
    }

    header .nav_1>ul>li+li {
        margin-top: 40px;
    }

    header .nav_1>ul>li>a {
        font-size: 2.4rem;
    }

}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

footer .clms_wrap_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .clms_wrap_1>.clm_wrap:nth-of-type(1) {
    flex: none;
    width: 280px;
    border-right: 1px solid var(--co_1);
}

footer .clms_wrap_1>.clm_wrap:nth-of-type(2) {
    flex: none;
}

footer .nav_1 .nav_ttl {
    margin-bottom: 30px;
    color: var(--co_3);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 700;
}

footer .nav_1>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

footer .nav_1>ul>li {
    margin-bottom: 30px;
    width: 50%;
}

footer .nav_1 a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 700;
}

footer .site_ttl {
    margin: 0 auto 20px;
    padding: 10px;
    width: 210px;
    border: 1px solid var(--co_1);
}

footer .site_ttl a {
    display: block;
}

footer .sponser {
    width: max-content;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 2;
}

footer .sponser a {
    display: inline-block;
    margin-bottom: -3px;
}

footer .sponser .fs1 {
    font-size: 1.5rem;
}
footer .sponser .s1 {
    width: 180px;
}

footer .sponser .s2 {
    width: 120px;
}

footer .sponser .s3 {
    width: 50px;
}

@media (max-width: 767px) {
    footer .footer_inner {
        width: calc(100% - 40px);
    }

    footer .clms_wrap_1 {
        display: block;
    }

    footer .clms_wrap_1>.clm_wrap:nth-of-type(1) {
        width: auto;
        border: none;
    }

    footer .clms_wrap_1>.clm_wrap:nth-of-type(2) {
        padding-top: 30px;
        margin-top: 30px;
        width: auto;
        border-top: 1px solid var(--co_1);
    }

    footer .nav_1 .nav_ttl {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    footer .nav_1>ul {
        width: 70%;
        margin-bottom: -20px;
    }

    footer .nav_1>ul>li {
        margin-bottom: 20px;
    }

    footer .nav_1 a {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        font-weight: 700;
    }

    footer .site_ttl {
        margin: 0 auto 20px;
        width: 190px;
    }

    footer .sponser {
        width: auto;
        font-size: 1.1rem;
        letter-spacing: 0;
        text-align: center;
    }

    footer .sponser {
        width: auto;
        font-size: 1.1rem;
    }

    footer .sponser a {
        display: inline-block;
    }

    footer .sponser .s1 {
        width: 160px;
    }

    footer .sponser .s2 {
        width: 90px;
    }
}