@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
    display: block;
}
a.opacity {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.opacity:hover {
    opacity: .6;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
    .btn.square a span.arrow {
        transition: all 300ms ease-in-out;
    }
    .btn.square a:hover span.arrow {
        right: 10px;
        transition: all 300ms ease-in-out;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .home {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 20%;
        max-width: 130px;
        z-index: 1000;
    }
    .contents_img.contents_img_w {
        width: 75%;
    }
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    padding-bottom: 100px;
}
main {
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background-color: #000000;
    /* background-image: linear-gradient(145deg, #eef2fa, #20334d 114%); */
    padding-bottom: 100px;
    padding-top: 60px;
}
a.push:hover {
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.52, -0.37, 0.45, 1.4);
}
.tx_indent {
    padding-left: 1.5em;
    margin-left: 1.5em;
}
.pink_tx {
    color: #fff;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: 600;
}
.big {
    font-size: 125%;
}
.m10 {
    margin: 10px 0;
}
.pt40 {
    padding-top: 40px;
}
.gradation {
    background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line_gold {
    /*background-color: #bc9500;*/
    text-decoration: underline;
    text-decoration-color: #bc9500;
    text-decoration-thickness: 8px;
}
.line_red {
    /*background-color: #d70a30;*/
    text-decoration: underline;
    text-decoration-color: #d70a30;
    text-decoration-thickness: 8px;
}
.pt0 {
    padding-top: 0 !important;
}
.pb2em {
    padding-bottom: 2em !important;
}
.yellow_bd {
    display: inline-block;
    background: linear-gradient(transparent 60%, #bc9500 40%);
}
.red_bd {
    display: inline-block;
    background: linear-gradient(transparent 60%, #d70a30 40%);
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
    display: flex;
    align-items: center;
}
.flex_box.js {
    display: flex;
    justify-content: space-between;
}
.flex_box.jc {
    display: flex;
    justify-content: center;
}
.flex_left {
    width: 48%;
}
.flex_right {
    width: 50%;
}
/* ----------------------------------------------
header
------------------------------------------------*/
header {
    background-color: #e6e6e6;
    height: 65px;
    width: 100%;
    position: fixed;
    align-content: center;
    top: 0;
    left: 0;
    z-index: 9;
}
h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
h1 img {
    width: 220px;
    height: 50px;
}
.menu {
    color: #004e73;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu li {
    margin-right: 1.5em;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.menu li:last-of-type {
    margin-right: 0.5em;
}
.menu li span {
    font-size: 12px;
    font-weight: 500;
    opacity: .7;
    /*  color: #c7b412;*/
}
.menu li:hover {
    color: #f7d738;
    transition: all 0.3s ease-in-out;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_img {
    width: 100%;
    background-color: #000000;
}
.top_img img {
    max-width: 1000px;
    margin: auto;
    display: block;
    width: 100%;
}
.splide__slide {
    width: 100%;
    background-color: #000;
}
.splide__slide img {
    max-width: 1000px;
    margin: auto;
    display: block;
}
.top_tx {
    background-color: #e6e6e6;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2;
    padding: 10px 0;
    color: #000;
}
.red_tx {
    /*  color: #e83535;*/
    background: linear-gradient(90deg, #ff903c, #ff0576);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bn_box {
    width: 100%;
    margin-bottom: 3em;
}
.bn_box > div {
    max-width: 600px;
    width: 90%;
    margin: 1em auto;
}
.lead_tx {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
    font-size: 16px;
}
.lead_tx span {
    font-size: 28px;
    font-weight: 700;
}
.lead_tx span.big {
    font-size: 32px;
}
.lead_tx span.rubi {
    font-size: 75%;
    font-weight: 400;
    display: inline-block;
    transform: translateY(-5px);
}
.attention_box {
    /*background: url("../images/dot_black.webp") repeat top left / 10px #efefef;*/
    padding: 15px;
    color: #fff;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    font-size: 14px;
    background-color: #22222287;
    font-weight: 300;
}
.attention_box li {
    padding: 3px 0;
    line-height: 1.4;
    text-indent: -1em;
    margin-left: 1em;
}
.attention_box.y_scroll {
    overflow-y: scroll;
}
.y_scroll {
    overflow: hidden;
}
.y_scroll .attention_box {
    height: 200px;
    overflow-y: scroll;
    padding: 1.5em;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn_box {
    text-align: center;
    margin: 2.5em 0;
    /* color: #004e73; */
}
.btn a {
    background-color: #51d647;
    display: block;
    max-width: 500px;
    margin: auto;
    border-radius: 100px;
    color: #fff;
    padding: 20px 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    transition: all 0.3s ease-in;
}
.btn a:hover {
    transition: all 0.3s ease-in;
    color: #fff;
}
.btn.yet a {
    background-color: #666;
    pointer-events: none;
    letter-spacing: 0;
}
.btn.yet a span.arrow {
    display: none;
    opacity: 0;
}
.btn {
    position: relative;
}
.btn .coming {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(21, 21, 21, 0.7);
    width: 70%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0;
    z-index: 3;
}
span.arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("../images/arrow.webp") no-repeat center/35px;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.btn.square a {
    max-width: 600px;
    border-radius: 10px;
    padding: 13px;
    position: relative;
    background: linear-gradient(90deg, #ff903c, #ff0576);
    /*  background: #d70a30;*/
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
    transition: all 0.3s ease-in;
}
.btn.square a:hover {
    opacity: .8;
    transition: all 0.3s ease-in;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.btn_wrap .btn {
    width: 45%;
}
.btn_wrap .btn:first-of-type {
    margin-right: 1%
}
.btn.plan a {
    background: #fff !important;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff;
    min-height: 70px;
}
.btn.plan a img {
    display: block;
    height: auto;
    width: 60%;
    margin-right: 10px;
}
.btn.plan a::after {
    content: "";
    display: inline-block;
    background: url("../images/extarnal.png") no-repeat top right /20px;
    width: 20px;
    height: 20px;
}
.btn.plan a:hover {
    border: 0px solid #fff;
    opacity: 0.7;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.live_box {
    text-align: center;
    margin: 40px 0;
    background-color: #252525;
    padding: 20px 0;
    box-shadow: 0 10px 15px #151515;
}
.live_box p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
}
.inner_wrap {
    padding: 70px 0;
}
main .inner_wrap h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
main .inner_wrap h2 span {
    font-size: 16px;
    font-weight: 500;
    color: #c7b412;
}
.end_ttl {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.1;
    position: relative;
    padding-bottom: 30px;
    padding-top: 50px;
    /* border-top: 1px solid #ddd; */
    margin-top: 80px;
}
.end_ttl::before {
    content: "";
    display: inline-block;
    background: url("../images/h2_line_end.webp") no-repeat bottom center /200px 7px;
    width: 200px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.youtube {
    width: 500px;
    aspect-ratio: 16/9;
    margin: 50px auto 30px;
}
iframe {
    width: 100%;
    height: 100%;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.js-accordion-all, .js-accordion-sp {
    position: relative;
    font-size: 16px;
    margin: 0 auto 30px;
    width: 100%;
}
.js-accordion-btn {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    z-index: 2;
    align-content: center;
}
.js-accordion-btn:hover {
    transform: translateX(-50%) translateY(12px);
}
.arrow-icon {
    transition: transform 0.3s ease;
}
.js-accordion-btn.is-show .arrow-icon {
    transform: rotate(180deg);
}
.accordion-text {
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
}
.accordion-text.is-hide {}
/* テキストをグラデーションで隠す */
.js-accordion-all .accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.5) 50%, rgba(21, 21, 21, 1) 90%);
    background: linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.5) 50%, rgba(21, 21, 21, 1) 90%);
    bottom: 0;
    content: "";
    height: 150px; /* グラデーションで隠す高さ */
    position: absolute;
    width: 100%;
    max-width: 1000px;
    right: 50%;
    transform: translateX(50%);
    margin: auto;
    display: inline-block;
    z-index: 1;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
    bottom: 30px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.js-accordion-btn.is-show + .accordion-text::before {
    display: none;
}
.js-accordion-text {
    transition: height 1.0s ease; /* ← ここで速度を調整 */
    overflow: hidden;
}
.contents_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #231a48;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
    width: 90%;
    color: #ffffff;
    padding: 2em;
}
.content {
    width: 49%;
    margin-bottom: 2em;
    /* color: #fff; */
}
.tag {
    background: #fff;
    color: #241e60;
    display: inline-block;
    font-weight: 600;
    padding: 2px 7px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.content_ttl {
    text-align: center;
    font-weight: 500;
}
.event_none {
    pointer-events: none !important;
}
.content_img {
    width: 50%;
    margin: auto;
}
/* ----------------------------------------------------------
キャンペーン
------------------------------------------------------------*/
.contents_wrap {
    max-width: 1000px;
    width: 90%;
    margin: 50px auto;
    border: 1px solid #aaa;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.contents_wrap h3 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #aaa;
    padding-bottom: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
.contents_wrap .attention_box {
    width: 100%;
    margin: 20px 0 0;
}
.contents_img {
    width: 45%;
    margin: auto;
}
.list_wrap {
    text-align: center;
    padding: 15px 0;
}
.list_wrap:first-of-type {
    margin-top: 20px;
}
.list_wrap:last-of-type {
    margin-bottom: 20px;
}
.list_ttl {
    background-color: #e6e6e6;
    color: #151515;
    font-weight: 600;
    padding: 2px 0;
    margin-bottom: 15px;
    border-radius: 5px;
}
.list_wrap li {
    padding: 5px 0;
}
li.btn {
    margin-top: 20px;
}
.end_overlay {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    align-content: center;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
    color: #fff;
    overflow: hidden;
    width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
    font-weight: 300;
    padding: 1px;
}
.tokuten_scroll .inn {
    height: 200px;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px;
}
.tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a {
    color: #fff;
    display: inline;
    text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
}
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
    padding: 40px 0 10px;
}
.totop a {
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
.page_top {
    opacity: 0; /* 初期は非表示 */
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
}
.page_top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
    display: none;
}
.lp_cta_fixed.is-fixed {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.lp_cta_fixed.is-fixed .btn.square a {
    margin: 5px auto 0;
}
.page_top {
    opacity: 0; /* 初期は非表示 */
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
}
.page_top.is-fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
}
.lp_cta_fixed.is-fixed .btn_box {
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    body {
        font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        line-height: 100%;
        padding-bottom: 100px;
    }
    main {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .tx_indent {
        padding-left: 1em;
        margin-left: 1em;
    }
    .float_btn {
        bottom: 10px;
        right: 0px;
        width: 120px;
        z-index: 555;
    }
    .line_gold {
        text-decoration-thickness: 5px;
    }
    .line_red {
        text-decoration-thickness: 5px;
    }
    /*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
    .flex_box {
        flex-direction: column;
    }
    .flex_box.js {
        flex-direction: column;
    }
    .flex_box.jc {
        flex-direction: column;
    }
    .flex_left {
        width: 100%;
    }
    .flex_right {
        width: 100%;
    }
    /* ----------------------------------------------
header
------------------------------------------------*/
    header {
        height: 50px;
    }
    h1 {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    h1 img {
        width: 160px;
        height: 36px;
    }
    /* ----------------------------------------------
TOP
------------------------------------------------*/
    .top_tx {
        font-size: 1em;
        padding: 5px 0;
    }
    .bn_box {
        padding: 0.5em 0 0;
        margin: 1em 0;
    }
    .bn_box > div {
        box-shadow: 0 0 5px #0e0e0e;
    }
    .max_box {
        margin-top: 60px;
    }
    .lead_tx {
        line-height: 1.7;
        font-size: 12px;
        width: 100%;
        font-weight: 400;
        padding: 0 15px;
    }
    .lead_tx.pb2em {
        text-align: left;
    }
    .lead_tx span {
        font-size: 17px;
        font-weight: 700;
    }
    .lead_tx span.big {
        font-size: 22px;
    }
    .attention_box {
        padding: 10px;
        font-size: 12px;
    }
    .end_ttl {
        font-size: 28px;
    }
    /* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
    .btn_box {
        text-align: center;
        margin: 1.5em 0;
    }
    .btn_box > p {
        font-size: 12px;
    }
    .btn a {
        padding: 15px 0;
        font-size: 16px;
    }
    .btn.yet a span.arrow {
        display: none;
        opacity: 0;
    }
    span.arrow {
        right: 10px;
        background: url("../images/arrow.webp") no-repeat center/25px;
        width: 25px;
        height: 25px;
    }
    .btn.square a {
        width: 90%;
        border-radius: 10px;
    }
    .btn.plan a {
        min-height: 70px;
        flex-direction: column;
    }
    .btn.plan a img {
        width: 80%;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .btn.plan a::after {
        position: absolute;
        right: 10px;
    }
    /* ----------------------------------------------
SECTION
------------------------------------------------*/
    .live_box {
        margin: 20px 0;
        padding: 10px 0;
    }
    .live_box p {
        font-size: 18px;
    }
    .inner_wrap {
        padding: 60px 0 0;
    }
    main .inner_wrap h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .contents_wrap {
        margin: 10px auto 0;
        padding: 20px 10px;
        width: 92%;
    }
    .contents_wrap h3 {
        font-size: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .youtube {
        margin: 20px auto 0;
        width: 100%;
    }
    .end_overlay {
        font-size: 18px;
    }
    /* ----------------------------------------------------------
list
------------------------------------------------------------*/
    .contents_img {
        width: 80%;
        max-width: 400px;
    }
    .contents_img.contents_img_w {
        width: 100%;
    }
    .btn a.ls0 {
        letter-spacing: 0;
    }
    .list_wrap:first-of-type {
        margin-top: 15px;
    }
    .list_wrap:last-of-type {
        margin-bottom: 15px;
    }
    .list_wrap li.list_ttl {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .list_wrap li {
        font-size: 13px;
        font-weight: 400;
        text-align: left;
    }
    /*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
    .accordion {
        font-size: 15px;
        line-height: 120%;
    }
    .js-accordion-btn {
        bottom: 10px;
    }
    .accordion-text {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .accordion-text.is-hide {}
    /* テキストをグラデーションで隠す */
    .js-accordion-sp .accordion-text::before, .js-accordion-all .accordion-text::before {
        height: 120px; /* グラデーションで隠す高さ */
        width: 90%;
    }
    .js-accordion-btn svg {
        width: 30px;
        height: 30px;
    }
    /* 閉じるボタンの位置 */
    .js-accordion-btn.is-show {
        bottom: -10px;
    }
    .contents_list {
        padding: 0.5em;
    }
    .content {
        width: 49%;
        margin-bottom: 1em;
    }
    .tag {
        font-weight: 500;
        padding: 1px 5px;
        font-size: 9px;
        margin-bottom: 5px;
    }
    .content_ttl {
        font-size: 10px;
        line-height: 1.2;
    }
.content_img {
    width: 90%;
}
    /* ------------------------------------
規約
--------------------------------------*/
    .tokuten_scroll {
        width: 100%;
        font-size: 12px;
        margin: 30px auto 0;
    }
    .tokuten_scroll .inn {
        height: 220px;
        padding: 10px;
    }
    .tokuten_scroll .inn .inn_box {
        margin-bottom: 2em;
    }
    .tokuten_scroll .inn::-webkit-scrollbar {
        width: 10px;
    }
    .page_top.is-fixed {
        bottom: 80px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    /* -----------------------------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------------------------------*/
    #nav-drawer {
        position: relative;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }
    .nav-unshown {
        display: none; /*チェックボックス等は非表示に*/
    }
    /*アイコンのスペース*/
    #nav-open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        z-index: 99999;
        background-color: #c7b412;
        color: #fff;
    }
    /*ハンバーガーの形をCSSで表現*/
    #nav-open span.nav_line {
        position: absolute;
        left: 15px;
        height: 1.0px; /*線の太さ*/
        width: 20px; /*長さ*/
        background: #fff;
        display: block;
        content: '';
        cursor: pointer;
        transition: 0.5s;
        z-index: 9999;
        top: 22px;
    }
    #nav-open span.nav_line.first {
        top: 15px;
    }
    #nav-open span.nav_menu {
        position: absolute;
        font-size: 8px;
        top: 26px;
        font-weight: 400;
    }
    /* アイコンがクリックされたらMENUを消す */
    #nav-input:checked ~ #nav-open span.nav_menu {
        opacity: 0;
    }
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #nav-input:checked ~ #nav-open span.nav_line.first {
        transform: rotate(225deg);
        top: 22px;
    }
    #nav-input:checked ~ #nav-open span.nav_line.second {
        transform: rotate(-225deg);
    }
    /*閉じる用の薄黒箇所*/
    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    /*メニューの中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1010;
        width: 90%;
        max-width: 300px;
        height: 100vh;
        background-color: #efefef;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        color: #004e73;
    }
    .nav_item {
        font-size: 20px;
        padding: 100px 20px 0;
        position: relative;
    }
    .nav_item li {
        margin: 0 0 30px;
    }
    .nav_item li:last-of-type {
        border-bottom: 0 dashed #319abc;
    }
    .nav_item li a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 160%;
    }
    .nav_item li a small {
        color: #c7b412;
    }
    .hum_sns {
        display: flex;
        justify-content: center;
        align-content: center;
        border-top: 1px solid #e83535;
        padding: 20px 0 0;
        margin: 0 20px;
    }
    .hum_sns li a {
        width: 20px;
        margin: auto;
    }
    .hum_sns li {
        margin-right: 10px;
    }
    .hum_sns li:last-of-type {
        margin-right: 0;
    }
    /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
        opacity: .5;
        display: block;
    }
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        height: 100vh;
    }
    .header_menu {
        display: flex;
        display: -moz-flex;
        display: -o-flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        -moz-flex-direction: row;
        -o-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    .common_footer_wrapper .footer_inner {
        width: 93% !important;
    }
    /*ユーザーエージェント出し分け用*/
    .iphone .android_show, .iphone .pc_show {
        display: none;
    }
    .android .iphone_show, .android .pc_show {
        display: none;
    }
    .pc .iphone_show, .pc .android_show {
        display: none;
    }
    .pc .visible .iphone_show, .pc .visible .android_show {
        display: block;
    }
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .home {
        position: fixed;
        top: 16px;
        left: 12px;
        width: 100px;
        max-width: 150px;
        z-index: 1000;
    }
}