/* ¶¦ÄÌ */
.relative {
    position: relative;
    z-index:0;
}
.absolute{
    position: absolute;
    z-index:1;
}

.header-base{
    height: 114px;
    background: #ffffff;
    box-shadow: 0 0 0 1px;
}

.logo{
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 1.5vw;
    width: min(20vw, 200px);
}

.header{
    width: 60vw;
    right: 1.5%;
    top: 0;
    bottom: 0;
    font-size: 1.25vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header div a{
    color: #2c2c2c;
    text-decoration: none;
}

.header_icon{
    display: flex;
}

.header_icon div{
    margin: 0.5vw;
    width: min(4.5vw,60px);
}

.footer-base{
    box-shadow: 0px -1px;
    width: 100%;
    height: 28vw;
    display: flex;
    align-items: center;
}

.footer-base .logo{
    width: min(22vw, 240px);
    align-items: center;
    left: 6vw;
}

.footer {
    width: 68vw;
    right: 0;
    height: 64%;
    margin: 0 auto;
    font-size: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.footer div a{
    text-decoration: none;
    color: #333;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media (max-width: 750px) {
    .header-base{
        height: 20vw;
    }

    .header{
        left: -2px;
        right: 0;
        font-size: 2.5vw;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100vw;
        top: 8vw;
        bottom: 0;
    }

    .logo{
        display: flex;
        align-items: flex-start;
        top: 2vw;
        left: 1.5vw;
        width: min(20vw, 200px);
    }



    .footer{

    }
}


/* ¤ªÌä¤¤¹ç¤ï¤» */
.for_purchasers{
    top: 24.3%;
    left: 20%;
    right: 20%;
    height: 14vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.official_line{
    top: 44%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.cancel_only_line{
    top: 62%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.member_registration{
    bottom: 16%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}


@media (max-width: 750px) {
    .for_purchasers{
        top: 30%;
        left: 0%;
        right: 0%;
        height: 14vw;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .official_line{
        top: 47%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .cancel_only_line{
        top: 63%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .member_registration{
        bottom: 17%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
}


/* ¾¦ÉÊ¥é¥¤¥ó¥Ê¥Ã¥× */
.lineup_contents1{
    bottom: 34%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(78%, 0);
}
.lineup_contents2{
    top: 54%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-48%, 0);
}
.lineup_contents3{
    top: 64%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(78%, 0);
}
@media (max-width: 750px) {
    .lineup_contents1{
        bottom: 26%;
        left:0;
        right: 0;
        display: block;
        transform: translate(0, 0);
    }
    .lineup_contents2{
        top: 76%;
        left:0;
        right: 0;
        display: block;
        transform: translate(0, 0);
    }
    .lineup_contents3{
        top: 74.5%;
        left:0;
        right: 0;
        display: block;
        transform: translate(0, 0);
    }
}

.faq_btn{
    max-width:82%;
    margin: 0 0 10px 0;
}
@media (max-width: 750px) {
    .faq_btn{
        max-width:100%;
        margin: 0 0 10px 0;
    }
}



.swiper-button-prev::after,
.swiper-button-next::after{
    color:#868686;
}