/* カスタマイズ用CSS */
/*common*/
body {
    font-family: 'BIZ UDGothic', sans-serif;
    font-family: 'BIZ UDPMincho', serif;
}

.pc_only {
    display: block;
}

.index_title {
    text-align: center;
    padding: 10px 0;
    margin: 100px 0 20px;
}

.en_title {
    font-size: 32px;
}

.jp_title {
    font-size: 16px;
}

/*header*/
.ec-layoutRole__header {
    border-bottom: 10px solid #273A4E;
}

/*catch_copy*/
.copy_container {
    margin-top: 100px;
}

.copy_inner {
    max-width: 1150px;
    margin: 0 auto;
    background-image: url(/html/user_data/assets/img/top/copy_01.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 50%;
}

.copy_comment {
    width: 48%;
}

.catch_copy {
    font-size: 40px;
    margin-bottom: 15px;
}

.copy_message {
    height: 300px;
    font-size: 16px;
    line-height: 1.8;
}

.copy_img {
    width: 60%;
    opacity: .8;
}

/*line_up*/
.lineup_container {
    background-image: url(/html/user_data/assets/img/top/line_up_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 900px;
}

.lineup_inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
    height: 100%;
    position: relative;
}

.lineup_concept {
    font-size: 40px;
    margin-top: 50px;
}

.point_container {}

.point_flex {
    display: flex;
    align-items: center;
}

.point_img {
    width: 70px;
    margin: 15px 20px 15px 0;
}

.point_comment {
    font-size: 20px;
}

.lineup_message {
    margin: 30px 0 100px;
}

.lineup_list {
    display: flex;
    position: absolute;
    bottom: 5%;
}

.lineup_list_item:first-child {
    width: 22%;
    margin: 0;
}

.lineup_list_item {
    width: 22%;
    margin: 0 20px;
}

.lineup_list_item a {
    color: black;
}

.lineup_list_item a:hover {
    color: #273A4E;
    opacity: .6;
}

.lineup_item_img {
    width: 100%;
}

.lineup_item_title {
    font-size: 18px;
    margin: 3px 0;
}

.lineup_item_price {}

/*about*/
.about_container {}

.about_inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
}

.about_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 50px;
}

.about_img_1 {
    width: 40%;
}

.about_center_title {
    text-align: center;
    font-size: 25px;
}

.blue_box {
    background-color: #8B98A7;
    margin: 15px 15px;
    display: flex;
    align-items: center;
}

.blue_title {
    color: #fff;
    width: 15%;
    font-size: 22px;
    padding: 0 10px;
    line-height: 1.8;
    text-align: center;
    border-right: 2px solid #fff;
    margin: 10px 10px 10px 0;
}

.blue_comment {
    padding: 10px 10px 10px 0;
    color: #333;
    font-size: 15px;
    width: 85%;
}

.about_comment_1 {
    width: 60%;
    padding: 20px;
}

.about_img_2 {
    width: 60%;
}

.about_comment_2 {
    width: 40%;
    padding: 20px 20px 20px 0;
}

.about_box {}

.about_left_title {
    font-size: 25px;
    margin: 5px;
}

.about_left_comment {
    margin: 5px 0 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

/*news*/
.news_container {}

.news_inner {
    max-width: 1150px;
    margin: 0 auto;
}

.news_box {
    width: 80%;
    margin: 50px auto;
}

.news_item {
    border-bottom: 1px solid #333;
    line-height: 3.5;
    color: #4d4d4d;
}

.news_heading {
    display: flex;
}

.news_date {
    width: 20%;
    text-align: center;
}

.news_column {
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.news_title {}

.ec-newsRole__newsClose {}

.ec-newsRole__newsCloseBtn {}

.ec-newsRole__newsDescription {
    display: none;
    margin-left: 20%;
}

.arrow {
    position: relative;
    width: 180px;
    display: block;
    color: #4d4d4d;
}

.arrow::after {
    content: "";
    position: absolute;
    background-image: url(/html/user_data/assets/img/top/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 8px;
    width: 73px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*privacy*/
.privacy_container {}

.pri_nomal {}

.privacy_box {
    margin: 10px 0;
}

.pri_title {
    font-size: 20px;
    font-weight: 700;
}

.pri_nomal {}

.pri_ul {}

.pri_ul li {
    list-style: none;
    padding: 1px 0;
}

.pri_indent {}

/*footer*/
.ec-footerRole {
    padding-top: 0 !important;
    background-image: url(/html/user_data/assets/img/common/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: none;
    height: 884px;
}

.ec-footerRole .ec-footerRole__inner {
    padding-top: 50px;
    height: 100%;
}

.ec-footerNavi {
    color: black !important;
}

.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none !important;
}

.ec-footerTitle {
    padding: 50px 0 !important;
    position: absolute;
    color: black;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 14px !important;
}

.ec-headerNaviRole {
    display: block;
    padding-bottom: 15px;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    justify-content: center;
}

.ec-headerNav .ec-headerNav__item {
    padding: 0 15px;
}

.ec-sliderRole {
    padding: 0px;
}

.ec-cartNavi .ec-cartNavi__badge {
    background-color: #273A4E;
}

.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #405f80;
    border-color: #405f80;
}


.ec-blockBtn--action {
    background: #273A4E;
    border-color: #273A4E;
}

.ec-blockBtn--cancel {
    color: #fff;
    background-color: #8B98A7;
    border-color: #8B98A7;
}

.ec-blockBtn--cancel:hover {
    color: #fff;
    background-color: #a9bacc;
    border-color: #a9bacc;
}

.btn-check:checked+.ec-blockBtn--action,
.btn-check:active+.ec-blockBtn--action,
.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.show>.ec-blockBtn--action.dropdown-toggle {
    color: #fff;
    background-color: #405f80;
    border-color: #405f80;
}

.ec-blockBtn--action {
    background-color: #273A4E !important;
    border-color: #273A4E !important;
}

.ec-inlineBtn--action,
.ec-progress .is-complete .ec-progress__number {
    background-color: #273A4E !important;
    border-color: #273A4E !important;
}

.ec-progress .is-complete .ec-progress__label {
    color: #273A4E;
}


/*レスポンシブ*/

@media only screen and (max-width: 767px) {

    /*common*/
    .pc_only {
        display: none !important;
    }

    .ec-headerNaviRole {
        padding-bottom: 15px !important;
    }

    .ec-headerNav .ec-headerNav__item {
        font-size: 20px;
    }

    .index_title {
        margin: 50px 0 20px;
    }

    /*catch_copy*/
    .copy_container {
        margin-top: 50px;
    }

    .copy_inner {
        background-size: 100%;
    }

    .copy_comment {
        width: 90%;
        margin: 0 auto;
        padding-top: 300px;
    }

    .copy_message {
        height: 325px;
    }

    .copy_img {
        width: 100%;
        opacity: 1;
    }

    /*lineup*/
    .lineup_container {
        background-position-x: left;
        height: 675px;
    }

    .lineup_concept {
        font-size: 30px;
        text-align: center;
    }

    .point_img {
        width: 55px;
    }

    .point_comment {
        font-size: 18px;
    }

    .point_container {
        width: 80%;
        margin: 0 auto;
    }

    .lineup_list_item:first-child {
        width: 30%;
        margin: 0 10px;
    }

    .lineup_list_item {
        width: 30%;
        margin: 0 10px;
    }

    /*about*/
    .about_inner {
        padding: 0;
    }

    .about_flex {
        flex-direction: column;
        margin: 15px 0;
    }

    .about_img_1 {
        width: 80%;
    }

    .about_comment_1 {
        width: 100%;
    }

    .blue_box {
        margin: 15px 0;
    }

    .blue_title {
        width: 25%;
        border-right: none;
        margin: 10px 0;
    }

    .blue_comment {
        padding: 10px;
        width: 75%;
        font-size: 14px;
        border-left: 2px solid #fff;
        margin: 10px 0;
    }

    .sp_re {
        flex-direction: column-reverse;
    }

    .about_img_2 {
        width: 100%;
    }

    .about_comment_2 {
        width: 80%;
        padding: 10px;
    }

    /*news*/
    .news_box {
        width: 90%;
        margin: 20px auto;
    }

    .news_item {
        line-height: 2.5;
    }

    .news_heading {
        flex-direction: column;
    }

    .news_date {
        width: 100%;
        text-align: left;
    }

    .news_column {
        width: 100%;
        flex-direction: column;
    }

    .ec-newsRole__newsDescription {
        margin-left: 0;
    }

    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: none;
    }

    .ec-footerRole {
        height: 370px;
    }
}