@charset "utf-8";

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

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

/* Adobe font */
@import url("https://use.typekit.net/yhb0qjl.css");

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

.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_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: var(--co_1) !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: var(--co_2) !important;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: var(--co_3) !important;
}

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

.cs_fd_u {
    text-decoration: underline;
}

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

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    overflow: hidden;
}

.cs_e_zm > span {
    transform-origin: center;
    transform: scale(1.005);
    transition: 0.5s ease-in-out;
}

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

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(50%);
    }

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%);
    }

    a:hover .cs_e_zm > span {
        transform: scale(1.1);
        filter: brightness(70%);
    }
}

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_img_1 > span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

/* ---------------------------------------------------- */
/* 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;
}

@media (min-width: 1000px) {
    .cs_event_none_pc {
        pointer-events: none;
    }
}

@media (max-width: 999px) {
    .cs_event_none_sp {
        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_w_full */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_w_full_pc_1 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        overflow: hidden;
    }

    .cs_w_full_pc_2 {
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        padding-right: calc(50vw - 50%) !important;
        padding-left: calc(50vw - 50%) !important;
        overflow: hidden;
    }
}

/* max-widthをbodymin-widthに */
@media (min-width: 1000px) and (max-width: 1100px) {
    .cs_w_full_pc_1 {
        /* marginを（bodymin-width - cs_sec_inner / 2） */
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .cs_w_full_pc_2 {
        margin-left: -30px !important;
        margin-right: -30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 999px) {
    .cs_w_full_sp_1 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        width: 100vw !important;
        overflow: hidden;
    }

    .cs_w_full_sp_2 {
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        overflow: hidden;
    }
}

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

.cs_sec_wrap .sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 2;
}

@media (min-width: 1000px) {
    .cs_sec_wrap .sec_inner {
        width: 1080px;
    }

    .cs_sec_wrap .sec_inner.w1_pc {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .cs_sec_wrap .sec_inner {
        width: calc(100% - 40px);
    }

    .cs_sec_wrap .sec_inner.w1_sp {
        width: 100%;
    }
}

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

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

@media (max-width: 999px) {
    .cs_desc_1 {
        letter-spacing: -0.05em;
    }
}
/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    font-size: 56px;
    line-height: 1;
}

@media (max-width: 999px) {
}
/* ---------------------------------------------------- */
/* cs_slick_1 */
/* ---------------------------------------------------- */
.cs_slick_1 .slick-next,
.cs_slick_1 .slick-prev {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-prev {
    transform: scaleX(-1);
}

.cs_slick_1 .slick-next::after,
.cs_slick_1 .slick-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    list-style: none;
    text-align: center;
}

.cs_slick_1 .slick-dots li {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.cs_slick_1 .slick-dots button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots button:hover,
.cs_slick_1 .slick-dots button:focus {
    outline: none;
}

.cs_slick_1 .slick-dots button:hover:before,
.cs_slick_1 .slick-dots button:focus:before {
    opacity: 1;
}

.cs_slick_1 .slick-dots button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--co_1);
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}

.cs_slick_1 .slick-dots .slick-active button::before {
    opacity: 1;
}
@media (min-width: 1000px) {
    .cs_slick_1 .slick-dots button:hover::before {
        opacity: 0.6;
    }
    .cs_slick_1 .slick-next:hover,
    .cs_slick_1 .slick-prev:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .cs_slick_1 .slick-dots {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_modal_wrap_1 */
/* ---------------------------------------------------- */

.fancybox-bg {
    background-color: var(--co_4) !important;
    opacity: 1 !important;
}
.fancybox-slide--html .fancybox-close-small {
    position: fixed;
    background-color: var(--co_2);
}

.cs_modal_wrap_1.fancybox-content {
    padding: 0;
    max-height: 90%;
    border-radius: 10px;
    background-color: var(--co_3);
}
.cs_modal_wrap_1 img {
    width: 100%;
    height: auto;
}
.cs_modal_wrap_1 .clms_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    width: 1000px;
}

.cs_modal_wrap_1 .clms_wrap > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 20px);
}
.cs_modal_wrap_1 .dummy_link {
    position: absolute;
    top: 0;
    left: 0;
}

.cs_modal_wrap_1 .ttl_1 {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--co_1);
}
.cs_modal_wrap_1 .ttl_1 .logo img {
    width: auto;
    height: 50px;
}
.cs_modal_wrap_1 .ttl_1 .ttl {
    margin-left: 20px;
}
.cs_modal_wrap_1 .ttl_1 .ttl > span {
    display: block;
}
.cs_modal_wrap_1 .ttl_1 .ttl > span:nth-of-type(2) {
    font-size: 20px;
    font-weight: 700;
}
.cs_modal_wrap_1 .ttl_2 {
    margin-bottom: 10px;
    color: #e5336e;
    font-size: 22px;
    font-weight: 700;
}
.cs_modal_wrap_1 .desc_1 {
    line-height: 1.8;
}
.cs_modal_wrap_1 .desc_1 a {
    color: var(--co_9);
}

.cs_modal_wrap_1 .btn_wrap_1 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 40px;
}
.cs_modal_wrap_1 .btn_wrap_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cs_modal_wrap_1 .btn_wrap_1 a + a {
    margin-left: 20px;
}
.cs_modal_wrap_1 .btn_wrap_1 .btn {
    width: 110px;
    color: var(--co_2);
    font-weight: 700;
    background: linear-gradient(90deg, rgba(0, 158, 225, 1) 0%, rgba(134, 186, 31, 1) 100%);
    border-radius: 20px;
}

.cs_modal_wrap_1 .btn_wrap_1 .x {
    background-image: url(../img/ico/x_1.svg);
}
.cs_modal_wrap_1 .btn_wrap_1 .in {
    background-image: url(../img/ico/in_1.png);
}
.cs_modal_wrap_1 .btn_wrap_1 .fb {
    background-image: url(../img/ico/fb_1.svg);
}
.cs_modal_wrap_1 .btn_wrap_1 .yt {
    background-image: url(../img/ico/yt_1.svg);
}
.cs_modal_wrap_1 .large_img {
    margin-bottom: 10px;
}

.cs_modal_wrap_1 .thumb_img {
    display: flex;
    justify-content: center;
    margin-right: -10px;
}
.cs_modal_wrap_1 .thumb_img .item {
    margin-right: 10px;
    width: calc(100% / 4 - 10px);
    cursor: pointer;
}

@media (max-width: 999px) {
    .cs_modal_wrap_1.fancybox-content {
        max-height: calc(100% - 90px);
    }
    .cs_modal_wrap_1 .clms_wrap {
        display: block;
        padding: 20px;
        width: auto;
    }

    .cs_modal_wrap_1 .clms_wrap > .clm_wrap {
        width: auto;
    }
    .cs_modal_wrap_1 .clms_wrap > .clm_wrap + .clm_wrap {
        margin-top: 20px;
    }
    .cs_modal_wrap_1 .ttl_1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .cs_modal_wrap_1 .ttl_1 .logo img {
        height: 40px;
    }
    .cs_modal_wrap_1 .ttl_1 .ttl {
        margin-left: 20px;
    }
    .cs_modal_wrap_1 .ttl_1 .ttl > span:nth-of-type(2) {
        font-size: 18px;
    }
    .cs_modal_wrap_1 .ttl_2 {
        font-size: 18px;
    }
    .cs_modal_wrap_1 .desc_1 {
        font-size: 12px;
    }
    .cs_modal_wrap_1 .btn_wrap_1 a {
        width: 20px;
        height: 20px;
    }

    .cs_modal_wrap_1 .btn_wrap_1 .btn {
        width: 80px;
        font-size: 11px;
    }
    .cs_modal_wrap_1 .btn_wrap_1 a + a {
        margin-left: 10px;
    }
}
