@charset "UTF-8";

body {
    font-size: 1.4rem;
}

@media (min-width: 940px) {
    body {
        font-size: 1.8rem;
    }
}

/*----------------------------------------------------
 main
----------------------------------------------------*/
.wc-select-main {
    padding-top: 0;
    padding-bottom: 40px;
}
@media (min-width: 940px) {
    .wc-select-main {
        padding-bottom: 120px;
    }
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.wc-select-main-visual {
}
.wc-select-main-visual img {
    width: 100%;
}

@media (min-width: 940px) {
    .wc-select-main-visual {
    }
}

/*----------------------------------------------------
 about
----------------------------------------------------*/
.wc-select-about {
    background: radial-gradient(circle, #005691, #000057);
}
.wc-select-about img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 940px) {
    .wc-select-about {
        padding: 0 40px;
    }
    .wc-select-about img {
        max-width: 65.6%;
    }
}

/*----------------------------------------------------
 point
----------------------------------------------------*/
.wc-select-point {
	font-family: 'Noto Sans JP', sans-serif;
}
.wc-select-point-each {
    color: #fff;
    padding: 20px;
}
.wc-select-point-each:nth-child(odd) {
    background: #004e98;
}
.wc-select-point-each:nth-child(even) {
    background: #03285d;
}
.wc-select-point-title {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: .5em;
    text-align: center;
}
.wc-select-point-text {
    margin-bottom: 1.5em;
}
.wc-select-point-img {
    margin-bottom: 1em;
}
.wc-select-point-img img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.wc-select-point-each:nth-child(3) .wc-select-point-img img {
    width: 90%;
}

@media (min-width: 940px) {
    .wc-select-point-each {
        padding: 60px 40px;
    }
    .wc-select-point-each-in {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1200px;
    }
    .wc-select-point-title {
        font-size: 39px;
        margin-bottom: .75em;
        text-align: left;
    }
    .wc-select-point-text {
        border-left: 8px solid #00e8f6;
        padding-left: 3em;
        margin-bottom: 0;
        width: 52.5%;
    }
    .wc-select-point-img {
        margin-bottom: 0;
        width: 41%;
    }
    .wc-select-point-img img,
    .wc-select-point-each:nth-child(3) .wc-select-point-img img {
        width: auto;
    }

    .wc-select-point-each:nth-child(even) .wc-select-point-text {
        border-left: 0;
        border-right: 8px solid #00e8f6;
        order: 2;
        padding-left: 0;
        padding-right: 3em;
    }
    .wc-select-point-each:nth-child(even) .wc-select-point-img {
        order: 1;
    }
    .wc-select-point-each:nth-child(3) .wc-select-point-text {
        width: 44.2%;
    }
    .wc-select-point-each:nth-child(3) .wc-select-point-img {
        width: 51.6%;
    }
}

/*----------------------------------------------------
 movie
----------------------------------------------------*/
.wc-select-movie {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.wc-select-movie-title {
    color: #124779;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: .5em;
    text-align: center;
}
.wc-select-movie-main {
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.wc-select-movie-main iframe {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 940px) {
    .wc-select-movie {
        margin-top: 160px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .wc-select-movie-title {
        font-size: 39px;
        margin-bottom: .75em;
    }
}

/*----------------------------------------------------
 pair
----------------------------------------------------*/
.wc-select-pair {
    background: #002b74;
	font-family: 'Noto Sans JP', sans-serif;
    margin-top: 40px;
    padding-top: 7.1vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    position: relative;
}
.wc-select-pair > * {
    position: relative;
    z-index: 2;
}
.wc-select-pair img {
    margin-left: auto;
    margin-right: auto;
}

/* bg */
.wc-select-pair > .wc-select-pair-bg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.wc-select-pair-bg img {
    width: 77%;
}
/* title */
.wc-select-pair-title {
    color: #fff;
    font-size: min(56px, 4.97vw);
    margin-bottom: 30px;
    text-align: center;
}
/* each */
.wc-select-pair-each:nth-child(n+2) {
    margin-top: 30px;
}
.wc-select-pair-each {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    color: #124779;
    padding: 20px;
}
.wc-select-pair-each-title {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: .4em;
    text-align: center;
}
.wc-select-pair-each p {
    margin-bottom: 1em;
}

@media (min-width: 940px) {
    .wc-select-pair {
        margin-top: 160px;
        padding-top: min(100px, 8.3vw);
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 80px;
    }
    /* bg */
    .wc-select-pair-bg img {
        max-width: 100%;
        width: auto;
    }
    /* title */
    .wc-select-pair-title {
        font-size: 49px;
        margin-bottom: 60px;
    }
    /* each */
    .wc-select-pair-main {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 auto;
        max-width: 1200px;
    }
    .wc-select-pair-each:nth-child(n+2) {
        margin-top: 0;
    }
    .wc-select-pair-each:nth-child(3) {
        margin-top: 40px;
    }
    .wc-select-pair-each {
        padding: 40px;
        width: 46.6%;
    }
    .wc-select-pair-each-title {
        font-size: 39px;
    }
    .wc-select-pair-each p {
        margin-bottom: 1.5em;
    }
}

/*----------------------------------------------------
 catch
----------------------------------------------------*/
.wc-select-catch {
    margin-top: 40px;
}
.wc-select-catch img {
    margin-left: auto;
    margin-right: auto;
}
.wc-select-catch-title img {
    width: 77.7%;
}
.wc-select-catch-main {
    margin-top: 10.6vw;
}
.wc-select-catch-main img {
    width: 85.6%;
}
@media (min-width: 940px) {
    .wc-select-catch {
        margin-top: 160px;
        padding: 0 40px;
    }
    .wc-select-catch-title img,
    .wc-select-catch-main img {
        width: auto;
    }
    .wc-select-catch-main {
        margin-top: min(90px, 4.6875vw);
    }
}

/*----------------------------------------------------
 nav
----------------------------------------------------*/
.wc-select-nav {
    background: #002b74;
	font-family: 'Noto Sans JP', sans-serif;
    margin-top: 40px;
    padding-top: 7.1vw;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}
.wc-select-nav > * {
    position: relative;
    z-index: 2;
}
.wc-select-nav img {
    margin-left: auto;
    margin-right: auto;
}

/* bg */
.wc-select-nav > .wc-select-nav-bg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.wc-select-nav-bg img {
    width: 77%;
}
/* title */
.wc-select-nav-title {
    color: #fff;
    font-size: min(56px, 4.97vw);
    margin-bottom: 30px;
    text-align: center;
}
/* list */
.wc-select-nav ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wc-select-nav li {
    width: 50%;
}
.break-to-next-line {
    flex-basis: 100%;
    height: 0;
    padding: 0;
    margin: 0;
}

@media (min-width: 940px) {
    .wc-select-nav {
        margin-top: 160px;
        padding-top: min(100px, 8.3vw);
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 80px;
    }
    /* bg */
    .wc-select-nav-bg img {
        max-width: 100%;
        width: auto;
    }
    /* title */
    .wc-select-nav-title {
        font-size: 49px;
        margin-bottom: 60px;
    }
    /* list */
    .wc-select-nav ul {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .wc-select-nav li {
        width: 33.3%;
    }
}

/*----------------------------------------------------
 pair-detail
----------------------------------------------------*/
.wc-select-pair-detail {
    color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    margin-top: 40px;
    padding-top: 4.58vw;
    padding-bottom: 40px;
    position: relative;
}
.wc-select-pair-detail img {
    margin-left: auto;
    margin-right: auto;
}
.wc-select-pair-detail-green {
    background: #67a892;
}
.wc-select-pair-detail-blue2 {
    background: #67a8cd;
}
.wc-select-pair-detail-purple {
    background: #9089cd;
}
.wc-select-pair-detail-orange {
    background: #efa656;
}
.wc-select-pair-detail-purple2 {
    background: #c793c0;
}
.wc-select-pair-detail-pink {
    background: #e792b9;
}
.wc-select-pair-detail-green2 {
    background: #8fb170;
}
.wc-select-pair-detail img {
    margin-left: auto;
    margin-right: auto;
}
.wc-select-pair-detail > *:not(.wc-select-pair-detail-bg) {
    position: relative;
}
/* bg */
.wc-select-pair-detail-bg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.wc-select-pair-detail-bg img {
    width: 77.3%;
}

/* title */
.wc-select-pair-detail-header {
    margin-bottom: 30px;
}
.wc-select-pair-detail-title img {
    width: 91.6%;
}
/* body */
.wc-select-pair-detail-body {
    padding: 0 30px;
}
.wc-select-pair-detail-body > *:nth-child(n+2) {
    margin-top: 30px;
}
.wc-select-pair-detail-feature-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.wc-select-pair-detail-factor > img:last-child {
    margin-top: 15px;
}
.wc-select-pair-detail-factor img {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

@media (min-width: 940px) {
    .wc-select-pair-detail {
        margin-top: 180px;
        padding: min(50px, 4.16vw) 40px 120px;
    }
    /* bg */
    .wc-select-pair-detail-bg img {
        max-width: 100%;
        width: auto;
    }
    
    /* title */
    .wc-select-pair-detail-header {
        margin-bottom: 80px;
    }
    .wc-select-pair-detail-title img {
        width: auto;
    }
    /* body */
    .wc-select-pair-detail-body {
        margin-left: auto;
        margin-right: auto;
        max-width: 980px;
        padding: 0;
    }
    .wc-select-pair-detail-body > *:nth-child(n+2) {
        margin-top: 80px;
    }
    .wc-select-pair-detail-feature-title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .wc-select-pair-detail-factor img {
        width: auto;
    }
}

/*----------------------------------------------------
 banner
----------------------------------------------------*/
.wc-select-banner {
    margin-top: 40px;
    padding: 0 10px;
    text-align: center;
}
.wc-select-banner a {
    display: inline-block;
}
.wc-select-banner img {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 940px) {
    .wc-select-banner {
        margin-top: 180px;
        padding: 0 40px;
    }
}

/*----------------------------------------------------
 opening
----------------------------------------------------*/
.wc-select-opening-wrap {
    margin-top: 40px;
    padding: 0 30px;
}
.wc-select-opening {
    text-align: center;
}
.wc-select-opening a {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 940px) {
    .wc-select-opening-wrap {
        margin-top: 120px;
    }
}    