@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_red {
    color: #d9001b;
}

.co_blue {
    color: #920783;
}

/***************************/
/**bg */
/***************************/
.bg_pattern {
    background: url(../img/common/pattern-bg.svg) repeat;
}

/********************************************/
/* ttl */
/********************************************/
.blue_ttl {
    margin-bottom: 0.8em;
    font-size: 5.7rem;
}

.blue_ttl .en {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #920783;
    font-size: 1em;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.blue_ttl .jp {
    display: block;
    margin-top: 0.9em;
    letter-spacing: 0.15em;
    line-height: 1.3;
    font-size: 1.8rem;
    font-weight: 700;
}

.blue_ttl.center_ttl {
    text-align: center;
}

.simple_ttl {
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-size: 3.5rem;
    font-weight: 700;
}

.simple_ttl.center_ttl {
    text-align: center;
}

/********************************************/
/* btn */
/********************************************/
.blue_btn {
    width: 90%;
    max-width: 300px;
    margin: auto;
}

.blue_btn a {
    display: block;
    background-color: #920783;
    color: #fff;
    font-size: 1.6rem;
    padding: 1.2em 0.5em;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blue_btn a:hover {
    background-color: #333;
}

/********************************************/
/* 追加 */
/********************************************/
.object_fit {
    position: relative;
}

.object_fit:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.object_fit img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /********************************************/
    /* ttl */
    /********************************************/
    .blue_ttl {
        font-size: 4.5rem;
    }
    .blue_ttl .jp {
        font-size: 1.6rem;
    }
    .simple_ttl {
        font-size: 2.8rem;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /********************************************/
    /* ttl */
    /********************************************/
    .simple_ttl {
        font-size: 2.3rem;
    }
    /********************************************/
    /* btn */
    /********************************************/
    .red_btn a {
        font-size: 1.5rem;
    }
}
