@charset "UTF-8";

body {
    color: #ffffff;
    background-color: #000000;
}

.wrap {
    max-width: 1140px;
    margin: auto;
}

.h1_wrap_apexlp {
    background-color: #ff9409;
    margin-bottom: 2rem;
}

.h1_apexlp {
    max-width: 1140px;
    margin: auto;
    padding: 1rem 0;
}

.img_lp_header {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
}

header .slick-list {
    max-width: 100%;
}

header .slick-slide {
    width: 100vw;
    max-height: 700px;
    height: auto;
    margin: 0 1rem;
}

header .slick-slide img {
    height: auto;
    object-fit: contain;
}

.catch_apexlp {
    margin: 2rem auto 3rem;
    line-height: 2;
}

.wrap_icon_down {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 3.5rem;
}

.section_item {
    margin-bottom: 15rem;
}

.h2_title_section_item {
    border-bottom: solid 15px #42cbed;
    border-image: linear-gradient(to right, #42cbed 0%, rgba(239, 163, 163, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 5rem;
}

.wrap_item {
    margin-bottom: 10rem;
}

.wrap_item:last-of-type {
    margin-bottom: 0;
}

.wrap_mainimg_item {
    width: 300px;
    height: 300px;
    margin: auto;
    padding: 0.5rem;
    background-color: #ffffff;
    text-align: center;
}

.wrap_mainimg_item img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

ul.slider_img_header > li:not(:first-child) {
    display: none;
}

.slider_img_item {
    margin-top: 3rem;
}

.list_slider_item {
    width: 110px;
    height: 150px;
}

.wrap_item .slick-slide {
    width: 110px;
    height: 150px;
    margin: 0 1rem;
}

.list_slider_item {
    background-color: #ffffff;
    padding: 0.3rem;
    text-align: center;
}

.list_slider_item img {
    object-fit: cover;
}

header .prev-arrow {
    width: 50px;
    left: 1rem;
}

header .next-arrow {
    width: 50px;
    right: 1rem;
}

.prev-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 999;
}

.next-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 999;
}

.h3_title_item {
    border-left: solid 5px #42cbed;
    padding-left: 1rem;
}

.wrap_txt_item {
    margin: 1.5rem 1.5rem 2.5rem;
}

.hide-text {
    display: none;
}

.readmore {
    background: none;
    color: #ffffff;
    border: none;
    width: 100%;
    text-align: center;
}

.readmore::before {
    content: "READ MORE ▼";
}

.readmore.on-click::before {
    content: "CLOSE ▲";
}

.readmore:hover {
    opacity: 0.8;
}

.btn_buy {
    display: inline-block;
    padding: 0.75rem;
    color: #ff9409;
    border: solid 2px #ff9409;
    margin-bottom: 1.5rem;
    pointer-events: none;
}

.area_shopbanner_item {
    margin: 0 1.5rem;
}

.wrap_shopbanner {
    display: flex;
    flex-wrap: wrap;
}

.area_link_shopbanner {
    display: flex;
    width: 120px;
    height: 50px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.area_link_shopbanner img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
}

.wrap_shoplist_realstore {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.list_realstore {
    width: 33%;
}

.list_realstore span {
    display: block;
}

.list_realstore img {
    margin-top: 1rem;
    margin-bottom: 3rem;
    width: 250px;
}

.img_square {
    height: 140px;
    object-fit: cover;
}

.footer_lp {
    background-color: #000000;
    margin-top: 0;
}

.footer_lp .list_nav_footer a {
    color: #ffffff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
***********************************
/*1199px以下*/
@media screen and (max-width: 1199px) {

    /* pad pro - 汎用スタイル */
    .wrap {
        margin: auto;
    }
}


/*1024px以下*/
@media screen and (max-width: 1024px) {
    .wrap {
        margin: 0 2rem;
    }
}

/*834px以下*/
@media screen and (max-width: 834px) {

    /* tab - 汎用スタイル */
    body {
        font-size: 16px;
    }

    .wrap {
        margin: 2rem 1rem;
    }

    .wrap_item {
        margin-bottom: 6rem;
    }

    .h1_apexlp {
        padding: 1rem 0;
    }

    .catch_apexlp {
        line-height: 1.5;
    }

    .h2_title_section_item {
        margin-bottom: 3rem;
    }

    .item_reserve {
        width: 100%;
        padding: 0 15px;
    }

    .item_reserve .h3_title_item {
        font-size: 18px;
    }

    .wrap_txt_item {
        margin-left: 0;
        margin-right: 0;
    }

    .area_shopbanner_item {
        margin: 0;
        text-align: center;
    }

    .area_link_shopbanner {
        width: 100px;
        height: 50px;
    }

    .wrap_lineup_img_item {
        width: 150px;
        height: 150px;
    }

    .h3_title_item {
        font-size: 12px;
        margin-top: 3rem;
        padding-left: 0.25rem;
    }

    .h3_title_newitem {
        font-size: 18px;
    }

    .title_lineup_item {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .txt_lineup_item {
        display: none;
    }

    .btn_buy {
        pointer-events: auto;
    }
}

/*767px以下*/
@media screen and (max-width: 767px) {
    header .slick-slide div {
        height: auto;
    }

    .wrap_item {
        margin-bottom: 7rem;
    }

    .btn_buy {
        font-size: 0.75rem;
    }

    .area_link_shopbanner {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .wrap_shopbanner {
        justify-content: space-between;
    }

    .wrap_shopbanner_lineup {
        justify-content: center;
    }

    .wrap_shoplist_realstore {
        display: block;
        text-align: left;
    }
	
	.list_realstore {
    width: auto;
	}

    .list_realstore img {
        margin-top: 1rem;
        margin-bottom: 3rem;
        width: 250px;
        ;
    }
}

@media screen and (max-width: 1200px) {
    header .slick-slide div {
        height: auto;
    }