* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

ul, li, ol, dl {
    list-style: none;
}

.flagship-wrap {
    margin-bottom: 2.5rem;

}

section[class *= "sec"] {
    position: relative;
    width: 100%;

}

.sec01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 640px;
    padding: 1.5% 10.7% 0 16%;
    background: linear-gradient(90deg, #1A203C 25%, #1D2F83 45% 55%, #1A203C 75%);
    background: -webkit-linear-gradient(90deg, #1A203C 25%, #1D2F83 45% 55%, #1A203C 75%);
    background: -moz-linear-gradient(90deg, #1A203C 25%, #1D2F83 45% 55%, #1A203C 75%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.sec01 > div {
    flex: 1 1 0;
    max-width: 50%;
}

.typo {
    display: block;
    width: auto !important;
    margin-bottom: 1rem;
}

.sec-left {

}

.sec-left p {
    line-height: 1.5;
    font-size: 20px;
}

.sec-right {

}

.img_store {

}

.sec02, .sec06 {
    text-align:center;
}

.sec02 img, .sec06 img, .event-img img {
    width: 100%;
}

.sec03 {
    padding: 4.5rem 16.4% 6rem;
}

.sec-tit {
    font-size: 56px;
}
.sec-stit {
    font-size: 20px;
}

.sec03 .sec-tit {
    margin-bottom: 4rem;
    text-transform: uppercase;
    text-align: center;
}
.sec03 .sec-stit {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin: 5rem 0;
}
.floor-list {
    display: flex;
    gap: 1.5%;
    margin: 0 auto;
}

.floor-list > li {
    flex: 1 1 0;
}

.floor-list > li > img {
    width: 100%;
}

.floor-list > li > div {
    background: #F2F2F2;
    padding: 1.8rem 1.5rem;
}

.floor-list > li > div strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.2;
}

.floor-list > li > div p {
    font-size: 16px;
    color: #656666;
    line-height: 1.3;
}

.event-img {

}

.sec-notice {
    float: right;
    color: #656666;
    font-size: 16px;
    margin-top: 10px;
}

.sec04 {
    clear: both;
    padding: 4.5rem 16.4%;
    background: #F2F2F2;
}

.sec04 > div {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.sec04 > div > div {
    flex: 1 1 0;
    max-width: 50%;
}

.sec04 .sec-tit {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 7rem;
}


.map-box {

}

.map-cont {

}

.store-info {
    padding: 2.2rem 1.8rem;
    background: #FFFFFF;
}

.store-info > ul {

}

.store-info > ul > li {
    display: block;
    margin-bottom: 2rem;
}

.store-info > ul > li:last-child {
    margin-bottom: 0;
}

.store-info > ul > li > span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.store-info > ul > li > span:first-child {
    width: 10%;
}

.store-info > ul > li > span:nth-child(2) {
    font-weight: 600;
}

.store-info > ul > li > span > em {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #656666;
}

.noti-event {
    font-size: 14px;
    color: #656666;
    margin-top: 1.5rem;
}

.sec05 {
    max-width: 630px;
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    gap: 2%;
    justify-content: space-between;
    align-items: center;
}

.sec05 > button {
    flex: 1 1 0;
    max-width: 50%;
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
}

.btn-counsel {
    background:#fff;
    color: #000;
}

.btn-drive {
    background:#000;
    color: #fff;
}

.mo {
    display: none;
}

@media (min-width: 1921px) {
    .sec03, .sec06, .sec04 > div {
        max-width: 1280px;
        margin:0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    .hide {
        display: none;
    }
}

@media (max-width: 1440px) {
    .sec01 {
        max-height: 640px;
        padding: 1.5% 5% 0 8%;
    }

    .sec01 .mo {
        display: block;
    }

    .sec03 {
        padding: 3rem 8% 4.5rem;
    }

    .sec04 {
        padding: 3rem 8%;
    }

    .sec05 {
        padding: 1.5rem 0;
    }

}

@media (max-width: 1023px) {
    .sec-left p {
        font-size: 20px;
    }

    .typo {
        margin-bottom: 2rem;
    }

    .typo:first-child {
        width: 64% !important;
        margin-bottom: 0.5rem;
    }

    .typo:nth-child(2) {
        width: 70% !important;
    }

    .sec03 .sec-tit {
        margin-bottom: 3rem;
    }

    .sec03 .sec-stit {
        margin: 2rem 0;
    }

    .sec-tit {
        font-size: 32px;
    }

    .sec-stit {
        font-size: 18px;
    }

    .floor-list > li > div {
        padding: 1.5rem 1.2rem;
    }

    .sec-notice {
        font-size: 12px;
        margin-right: 10px;
    }

    .floor-list > li {
        margin-bottom: 1.5rem;
    }

    .floor-list > li > div strong {
        font-size: 18px;
    }


    .map-cont {
        padding: 1.5rem 5%;
    }

    .sec04 .sec-tit {
        font-size: 24px;
        margin-bottom: 2rem;
    }


    .store-info > ul > li {
        margin-bottom: 1rem;
    }

    .store-info > ul > li > span {
        font-size: 16px;
    }

    .store-info > ul > li > span:first-child {
        width: 13%;
    }

    .store-info > ul > li > span > em {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .mo {
        display: block;
    }

    .mo_hide {
        display: none;
    }

    .sec01 {
        padding: 15% 7% 0;
        display: block;
        max-height: unset;
        background: linear-gradient(180deg in oklab, #1A203C 40%, #1D2F83 70% 75%, #1A203C 90%);
    }

    .sec01 > div {
        max-width: 100%;
    }

    .sec-left {
        margin-bottom: 5rem;
    }

    .sec-left p {
        font-size: 20px;
    }

    .typo {
        margin-bottom: 2rem;
    }

    .typo:first-child {
        width: 74% !important;
        margin-bottom: 0.5rem;
    }

    .typo:nth-child(2) {
        width: 80% !important;
    }

    .sec03 {
        padding: 3rem 0 4.5rem;
    }

    .sec03 .sec-tit {
        margin-bottom: 3rem;
    }

    .sec03 .sec-stit {
        margin: 2rem 0;
    }

    .sec-tit {
        font-size: 32px;
    }

    .sec-stit {
        font-size: 18px;
    }

    .sec-notice {
        font-size: 12px;
        margin-right: 10px;
    }

    .floor-list {
        display: block;
        padding: 0 5%;
    }

    .floor-list > li {
        margin-bottom: 1.5rem;
    }

    .floor-list > li > div strong {
        font-size: 18px;
    }

    .floor-list > li > div p {
        color: #000;
    }

    .sec04 {
        padding: 3rem 0 0;
    }

    .sec04 > div {
        display: block;
    }

    .sec04 > div > div {
        max-width: 100%;
    }

    .map-cont {
        padding: 1.5rem 5%;
    }

    .sec04 .sec-tit {
        text-align: center;
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .store-info {
        padding: 1.3rem 1rem;
    }

    .store-info > ul > li {
        margin-bottom: 1rem;
    }

    .store-info > ul > li > span {
        font-size: 16px;
    }

    .store-info > ul > li > span:first-child {
        width: 13%;
    }

    .store-info > ul > li > span > em {
        font-size: 16px;
    }

    .map-box {
        height: 240px;
    }

    .sec05 {
        max-width: 100%;
        padding: 1.5rem 3%;
    }

    .sec05 > button {
        padding: 0.9rem 1.5rem;
    }
}