@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");

/* Adobe font 
font-family: din-2014, sans-serif;
font-weight: 400,700;
font-style: normal;
*/
@import url("https://use.typekit.net/mih3tul.css");

/* FontAwesome */
@import url('https://use.fontawesome.com/releases/v5.10.2/css/all.css');

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */

.cs_ff_en1 {
    font-family: din-2014, sans-serif;
}

.cs_ff_go {
    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: #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: 767px) {
    .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: 768px) {
    .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: 768px) {
    .cs_none_pc {
        display: none !important;
    }
}

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

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

/* ---------------------------------------------------- */
/* cs_link_none */
/* ---------------------------------------------------- */
.cs_link_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: 768px) {
    .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;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

    .cs_sec_inner {
        width: 1000px;
    }

    .cs_sec_inner_pc_w1 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .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: 767px) {
    .cs_desc_1>*+* {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
}

.cs_ttl_1 .en {
    font-size: 5.0rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.cs_ttl_1 .ja {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .cs_ttl_1 {
        margin-bottom: 20px;
    }

    .cs_ttl_1 .en {
        font-size: 2.5rem;
        letter-spacing: 0.1em;
    }

    .cs_ttl_1 .ja {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 28px;
    border: none;
    padding: 0;
    outline: 0;
    z-index: 10;
    color: #0A174B;
    cursor: pointer;
    background-color: #0A174B;
    border-radius: 14px;
    transition: 0.3s ease-in-out;
}

.cs_btn_1 span {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.cs_btn_1::after {
    content: "\f144";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

/* ---------------------------------------------------- */
/* cs_popup_wrap */
/* ---------------------------------------------------- */

.fancybox-slide--html .fancybox-close-small {
    position: fixed;
    right: 6px !important;
    top: 6px !important;
    background-color: #FFF;
}

.cs_popup_wrap.fancybox-content{
    color: #000;
    background-color: #FFF !important;
}

.cs_popup_wrap a{
    color: #000;
    word-break: break-all;
}

.cs_popup_wrap .logo{
    margin: 0 auto 20px;
    width: 50%;
}

.cs_popup_wrap .ttl_1{
    margin-bottom: 20px;
    padding: 5px;
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    background-color: #B60257;
}

.cs_popup_wrap .ttl_2{
    margin-bottom: 20px;
    padding: 5px;
    color: #B60257;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.cs_popup_wrap .ttl_3{
    color: #9b1d00;
    font-size: 1.6rem;
    font-weight: 700;
}

.cs_popup_wrap .desc_1{
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.cs_popup_wrap .desc_2{
    font-weight: 700;
}

.cs_popup_wrap .list_1>li+li{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d3d3d4;
}

.cs_popup_wrap .img_1{
    margin: 0 auto 20px;
    width: 80%;
}

.cs_popup_wrap a{
    text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
    .cs_popup_wrap.fancybox-content{
        padding: 44px 20px;
    }
    .cs_popup_wrap .ttl_1{
        margin-bottom: 20px;
        font-size: 2.0rem;
    }
    
    .cs_popup_wrap .ttl_2{
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    
    .cs_popup_wrap .ttl_3{
        font-size: 1.4rem;
    }
    
    .cs_popup_wrap .desc_1{
        font-size: 1.2rem;
        text-align: justify;
    }
    
    .cs_popup_wrap .desc_2{
        font-size: 1.2rem;
    }
    
    .cs_popup_wrap .list_1>li+li{
        margin-top: 15px;
        padding-top: 15px;
    }
}