html {
    font-size: 1.2vw;
}

body {
    font-family: "Yu Gothic", YuGothic, "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-seri;
}

a {
    text-decoration: none;
    color: black;
}

.pt-6 {
    padding-top: 6em;
}

.gray {
    background-color: #EBEBEB;
}

.blue {
    background-color: #002859;
}

.white {
    background-color: white;
}

.brown {
    color: #704B3F;
}

.yellow {
    background-color: #FDD212;
}

.red {
    color: red;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.size06 {
    font-size: 0.6vw;
}

.size07 {
    font-size: 0.7vw;
}

.size08 {
    font-size: 0.8vw;
}

.size09 {
    font-size: 0.9vw;
}

.size10 {
    font-size: 1.0vw;
}

.size11 {
    font-size: 1.1vw;
}

.size12 {
    font-size: 1.2vw;
}

.size13 {
    font-size: 1.3vw;
}

.size14 {
    font-size: 1.4vw;
}

.size15 {
    font-size: 1.5vw;
}

.size16 {
    font-size: 1.6vw;
}

.size20 {
    font-size: 2.0vw;
}

img.w100 {
    width: 100%;
}

img.w95 {
    width: 95%;
}

img.w90 {
    width: 90%;
}

img.w85 {
    width: 85%;
}

img.w80 {
    width: 80%;
}

img.w72 {
    width: 72%;
}

img.w70 {
    width: 70%;
}

img.w60 {
    width: 60%;
}

img.w55 {
    width: 55%;
}

img.w51 {
    width: 51%;
}

img.w50 {
    width: 50%;
}

img.w45 {
    width: 45%;
}

img.w40 {
    width: 40%;
}

img.w35 {
    width: 35%;
}

img.w30 {
    width: 30%;
}

img.w20 {
    width: 20%;
}

img.w10 {
    width: 10%;
}

.sm-only {
    display: none;
}

.pc-only {
    display: block;
}

.map-wrapper {
    display: inline-block;
    background: white;
}

.map-wrapper iframe {
    opacity: 0.6;
    vertical-align: bottom;
}

.page_top_btn {
    width: 10%;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
}


@media screen and (max-width: 480px) {

    html {
        font-size: 1.2em;
    }

    .sm-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .size04 {
        font-size: 0.4em;
    }

    .size05 {
        font-size: 0.5em;
    }

    .size06 {
        font-size: 0.6em;
    }

    .size07 {
        font-size: 0.7em;
    }

    .size08 {
        font-size: 0.8em;
    }

    .size09 {
        font-size: 0.9em;
    }

    .size10 {
        font-size: 1.0em;
    }

}

/* custom bootstrap */

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
    aspect-ratio: 2 / 1
}


.ls--25 {
    letter-spacing: -.0125em;
}

.ls-25 {
    letter-spacing: .0125em;
}

.ls-100 {
    letter-spacing: .05em;
}

.text-left {
    text-align: left;
}


/*
 * LINE UP 
 */
.lineup_head {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 46vw;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

div:has(>.lineup_head) {
    position: relative;
}

div:has(>.lineup_head):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.2vw;
    max-height: 120px;
    background-color: #ffc72c;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.lineup_head li {
    height: 10vw;
}


ul.lineup_head li .watch_img {
    display: block;
    height: 100%;
}

ul.lineup_head li .watch_img img {
    height: 100%;
    width: auto !important;
    max-width: auto !important;
}

ul.lineup_head li .collection_name {
    display: block;
    height: 0.7vw;
    width: fit-content;
}

ul.lineup_head li .collection_name svg {
    height: 100%;
    width: 100%;
}


.collection_list_wrap {
    position: relative;
}

.collection_list {
    width: 50vw;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}


.collection_list ul {
    list-style: none;
    display: flex;
    width: fit-content;
    padding: 0;

}

.collection_list ul li {
    width: 100%;
    height: initial;
    background-color: #333;
    padding-bottom: 2vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;

}

.collection_list ul li:last-of-type {
    margin-right: 0;
}


.collection_list ul li .img1 {
    width: 100%;
    height: 22vw;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 1vw;
}

.collection_list ul li .img1 picture {
    position: absolute;
    width: max-content;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-47.5%, -50%);
}

.collection_list ul li .img1 picture>* {
    height: 100%;
    width: auto;
}

.collection_list ul li .new {
    font-size: 0.7vw;
    color: #ffc72c;
    margin-bottom: 0.2rem;
}

.collection_list ul li .new u {
    text-decoration: none;
    border-left: 1px solid #ffc72c;
    border-right: 1px solid #ffc72c;
    padding: 0 3px;
    letter-spacing: -0.05em;
}

.collection_list ul li h5 {
    font-size: 0.7vw;
    color: #fff;
}

.collection_list ul li .price {
    font-size: 0.7vw;
    color: #fff;
}

.collection_list ul li .pay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 2vw;
    border: 1px solid #fff;
}


.collection_list ul li .pay .times {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff;
    border-right: 1px solid #fff;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    margin: 0;
    width: 6vw;
    height: 100%;
}

.collection_list ul li .pay .times span {
    width: 100%;
    font-size: 0.6vw;
}

.collection_list ul li .pay .times .number {
    width: fit-content;
    font-size: 1vw;
    line-height: 1em;
    font-weight: 600;
}

.collection_list ul li .pay .times .unit {
    width: fit-content;
    font-size: 0.5vw;
    line-height: 1.3em;
    padding: 0 0.1vw;
}


.collection_list ul li .pay .monthly {
    font-size: 0.6vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0.5vw 0 0.5vw 0.5vw;
    width: 10vw;
}

.collection_list ul li .pay .monthly>* {
    margin: 0;
}

.collection_list ul li .pay .monthly .every {
    color: #ffc72c;
    text-align: left;
}

.collection_list ul li .pay .monthly .first {
    color: #fff;
    text-align: left;
}

.collection_list ul li .pay .btn {
    padding: 0.2vw;
    padding-left: 0;
    margin: 0;

}

.collection_list ul li .pay .btn a {
    background-color: #ffc72c;
    font-size: 0.7vw;
    line-height: 1.2em;
    font-weight: 600;
    display: flex;
    text-align: center;
    width: 2.5vw;
    height: fit-content;
    aspect-ratio: 1 / 1;
    justify-content: center;
    padding: 0.2vw 0;
    letter-spacing: 0.1em;
    align-items: center;
}



.collection .collection_name {
    height: 1.4rem;
    position: relative;
    margin-bottom: 2rem;

}

.collection .collection_name svg {
    height: 100%;
    width: auto;
    background-color: #fff;
    padding: 0 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.collection .collection_name:before {
    content: "";
    width: 100%;
    height: .3rem;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #333;
    padding: .4vw;
    height: 1.5vw;
}


.swiper-pagination-bullet {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #ccc !important;
    border-radius: 20px !important;
}

.swiper-button-prev {
    right: initial;
    left: calc(50% - 25vw) !important;
    transform: translate(-5vw, 0);
    border: 0;
    background: transparent;
    color: #000 !important;
}

.swiper-button-next {
    left: initial;
    right: calc(50% - 25vw) !important;
    transform: translate(5vw, 0);
    border: 0;
    background: transparent;
    color: #000 !important;
}



ul.sns_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    gap: 0.8vw;
    margin-bottom: 0;
}


ul.sns_icon li {
    width: 3vw;
}

ul.sns_icon li a {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

ul.sns_icon li a img {
    width: 100%;
    height: auto;
    mix-blend-mode: darken;
}

.clipping_circle_50 {
    height: 50vw;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: auto;
    margin: 0 auto;
    border-radius: 10000px;
}

.clipping_circle_50 picture>* {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.super-ocean-logo-wht {
    fill: #fff;
}

.super-ocean-logo-blk {
    fill: #000;
}

.navitimer-logo-wht {
    fill: #fff;
}

.navitimer-logo-blk {
    fill: #000;
}

.super-ocean-heritage-logo-wht {
    fill: #fff;
}

.super-ocean-heritage-logo-blk {
    fill: #000;
}

.toptime-logo-wht {
    fill: #fff;
}

.toptime-logo-blk {
    fill: #000;
}

.chronomat-logo-wht {
    fill: #fff;
}

.chronomat-logo-blk {
    fill: #000;
}

@media screen and (max-width: 480px) {
    #line_up_sp {
        position: relative;
        overflow: hidden;
    }

    .line_up_wrap {
        padding: 0 7vw;
    }

    .lineup_head {
        width: fit-content;
    }

    ul.lineup_head li {
        height: 40vw;
    }

    ul.lineup_head li .collection_name {
        height: 2vw;
    }

    div:has(>.lineup_head):before {
        height: 17vw;
        max-height: 120px;
        top: 40%;
    }

    ul.lineup_head li .watch_img {
        height: 80%;
    }

    #line_up_sp .swiper-button-prev {
        left: 2vw !important;
        transform: translate(0, 0);
        height: 3vw;
    }

    #line_up_sp .swiper-button-next {
        right: 2vw !important;
        transform: translate(0, 0);
        height: 3vw;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 4vw !important;
    }

    .collection .collection_name svg {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
    }

    .collection .collection_name:before {
        content: "";
        width: 100%;
        height: .2.5rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 140%;
        transform: translate(0, -50%);
        z-index: 1;
    }


    .collection_list {
        width: 85vw;
    }

    .collection_list ul li .img1 {
        height: 60vh;
        height: 60svh;
    }

    .collection_list ul li .new {
        font-size: 0.7em;
    }

    .collection_list ul li h5 {
        font-size: 0.8rem;
        letter-spacing: -0.05em
    }

    .collection_list ul li .price {
        font-size: 0.8rem;
    }

    .collection_list ul li .pay {
        margin: 0 5vw;
        margin-bottom: 3vw;
    }

    .collection_list ul li .pay .times {
        width: 16vw;
        padding: 2vw;
    }

    .collection_list ul li .pay .times span {
        font-size: 2.5vw;
    }

    .collection_list ul li .pay .times .number {
        font-size: 3.5vw;
        font-weight: 400;
    }

    .collection_list ul li .pay .times .unit {
        font-size: 2.8vw;
        line-height: 1.1em;
    }

    .collection_list ul li .pay .monthly {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        font-size: 3.5vw;
    }

    .collection_list ul li .btn {
        margin-bottom: 7vw;
    }


    .collection_list_wrap .swiper-button-prev {
        top: 60%;
        left: 0.5vw !important;
        transform: none;
    }

    .collection_list_wrap .swiper-button-prev:after {
        color: #fff;
        font-size: 5vw !important;
    }

    .collection_list_wrap .swiper-button-next {
        top: 60%;
        right: 0.5vw !important;
        transform: none;
    }

    .collection_list_wrap .swiper-button-next:after {
        color: #fff;
        font-size: 5vw !important;
    }

    .event_place {
        background-color: #072c54;
        color: #fff;
        padding: .1rem !important;
    }

    ul.sns_icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5vw;
    }

    ul.sns_icon li {
        width: 10vw;
    }
}