@charset "utf-8";

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

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_go_1 {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_mi_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: #fff !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: #000 !important;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: #0a1733 !important;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: #b60257;
}

/* ---------------------------------------------------- */
/* cs_fs */
/* ---------------------------------------------------- */
.cs_fs_s {
    font-size: 1.4rem;
}

@media (max-width: 999px) {
    .cs_fs_s {
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_b,
b {
    font-weight: 700;
}

.cs_fd_u {
    text-decoration: underline;
}

.cs_fd_i,
em {
    font-style: italic;
}

/* ---------------------------------------------------- */
/* cs_e_op */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_e_op {
        transition: opacity 0.3s ease-in-out;
    }

    .cs_e_op:hover {
        opacity: 0.6;
    }
}

/* ---------------------------------------------------- */
/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_none_pc {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .cs_none_sp {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .cs_none_sp_old {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_event_none */
/* ---------------------------------------------------- */
.cs_event_none {
    pointer-events: none;
}

/* ---------------------------------------------------- */
/* cs_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}

@media (min-width: 1000px) {
    .cs_ta_l_pc {
        text-align: left !important;
    }

    .cs_ta_r_pc {
        text-align: right !important;
    }

    .cs_ta_c_pc {
        text-align: center !important;
    }
}

/* ---------------------------------------------------- */
/* cs_ul_1 */
/* ---------------------------------------------------- */
.cs_ul_1 > li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_1 > li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}

.cs_ul_2 > li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_2 li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
}

.cs_sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (min-width: 1000px) {
    .cs_sec_wrap {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .cs_sec_inner {
        width: 1180px;
    }

    .cs_sec_inner_pc_w1 {
        width: 100%;
    }

    .cs_sec_inner_pc_w2 {
        width: 1040px;
    }
}

@media (max-width: 999px) {
    .cs_sec_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

    .cs_sec_inner_sp_w1 {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
    line-height: 1.8;
}

.cs_desc_1 > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .cs_desc_1 > * + * {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.cs_ttl_1::before,
.cs_ttl_1::after {
    content: "";
    display: block;
    width: 103px;
    height: 103px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

.cs_ttl_1::before {
    margin-right: 40px;
    background-image: url(../img/ttl/deco_1.png);
}

.cs_ttl_1::after {
    margin-left: 40px;
    background-image: url(../img/ttl/deco_2.png);
}

.cs_ttl_1 img {
    position: relative;
    width: auto;
    height: 50px;
}
@media (max-width: 999px) {
    .cs_ttl_1 {
        margin-bottom: 20px;
    }

    .cs_ttl_1::before,
    .cs_ttl_1::after {
        width: 50px;
        height: 50px;
    }

    .cs_ttl_1::before {
        margin-right: 20px;
    }

    .cs_ttl_1::after {
        margin-left: 20px;
    }

    .cs_ttl_1 img {
        height: 25px;
    }
}
/* ---------------------------------------------------- */
/* cs_modal_wrap_1 */
/* ---------------------------------------------------- */
.fancybox-slide--html .fancybox-close-small {
    position: fixed;
    right: 6px !important;
    top: 6px !important;
    background-color: var(--co_1);
}

.cs_modal_wrap_1.fancybox-content {
    padding: 0;
    max-height: 90%;
}

.cs_modal_wrap_1 .img_1 {
    display: block;
    width: 1000px;
    max-width: 100%;
}

.cs_modal_wrap_1 .img_2,
.cs_modal_wrap_1 .img_3 {
    position: relative;
    display: block;
    width: 1000px;
    max-width: 100%;
}

.cs_modal_wrap_1 .img_2 a,
.cs_modal_wrap_1 .img_3 a {
    position: absolute;
    display: block;
    width: 10%;
    height: 10%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.cs_modal_wrap_1 .img_2 .link_dummy,
.cs_modal_wrap_1 .img_3 .link_dummy {
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}

.cs_modal_wrap_1 .img_2 .link_1 {
    top: 66%;
    height: 22%;
    left: 8%;
    width: 35%;
}

.cs_modal_wrap_1 .img_2 .link_2 {
    top: 67%;
    height: 21%;
    left: 49%;
    width: 43%;
}

.cs_modal_wrap_1 .img_3 .link_1 {
    top: 72%;
    height: 19%;
    left: 49%;
    width: 18%;
}

.cs_modal_wrap_1 .img_3 .link_2 {
    top: 72%;
    height: 19%;
    left: 70%;
    width: 21%;
}

@media screen and (min-width: 768px) {
    .cs_modal_wrap_1.fancybox-content {
        max-width: 1000px !important;
    }
}

@media screen and (max-width: 767px) {
}
