﻿@charset "UTF-8";

.inner {
    max-width: 63.281vw;
    margin: auto;
}
.full {
    width: 100%;
    vertical-align: bottom;
}
.max100 {
    max-width: 100%;
    vertical-align: bottom;
    margin: auto;
}
.flex {
    display: flex;
}
.flex_1 {
    flex: 1;
}
.grid {
    display: grid;
}
.tc {
    text-align: center;
}
.page-index {
/*    margin-top: 113px;*/
}
.content {
    font-family: "Noto Sans CJK TC", sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.25vw;
    font-weight: 400;
    background-color: #85b2d8;
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 56.3vw;
/*    position: relative;*/
}
.content p {
    color: #153e85;
    font-weight: 400;
    margin-bottom: 2ch;
    line-height: 1.6;
}
.content p:last-of-type {
    margin-bottom: 0;
}
#kv {
    padding: 0;
}
.nav_wrap {
/*    padding-top: 25px;*/
    z-index: 49;
    position: absolute;
    width: 100%;
    top: calc(38.125vw + 107px);
    background: #1a3b78;
    border: 0.4vw solid #0f234d;
    padding: 1.3vw;
}
.nav_wrap.is-sticky {
    top: 113px !important;
}
.sub_nav {
    max-width: 63.281vw;
    margin: auto;
    text-align: center;
    position: relative;
    gap: 0.75vw;
}
.sub_nav a {
    flex: 1;
}
.section {
    padding: 2vw 0;
}
#leading {
    margin-top: 8vw;
    padding-top: 4.5vw;
}
.win_box {
    position: relative;
    color: #153e85;
    font-weight: 400;
}
.win_top {
    background-image: url(../images/bg-w-top.png);
    background-size: 100% auto;
    height: 3.8vw;
}
.win_mid {
    background-image: url(../images/bg-w-mid.png);
    background-size: contain;
    background-repeat: repeat-y;
    min-height: 200px;
    padding: 0 0.3vw;
}
.win_btm {
    background-image: url(../images/bg-w-btm.png);
    background-size: 100% 100%;
    height: 1vw;
}
.win_tit {
    color: #fff;
    font-size: 1.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    
    background-image: url(../images/bg-tit-01.png);
    background-size: 100% 100%;
    height: 4.4vw;
    aspect-ratio: 516/86;
    margin: auto;
    position: absolute;
    top: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
}
#leading .win_mid {
    padding: 1.5vw 2.3vw;
}
#leading .txt {
    width: 42vw;
    text-align: justify;
}
#leading .pic {
    width: 15.572vw;
    position: absolute;
    bottom: 0.6vw;
    right: 1.3vw;
}
.video_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
}
#intro {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 45vw;
}
#intro .win_btm {
    margin-top: -0.6vw;
}
.main_tit {
    margin: 0 auto 1.8vw;
    width: 44.27vw;
}
.intro_wrap {
    gap: 1.4vw;
}
.intro_wrap .img {
    width: 13.85vw;
    margin: 0 auto;
}
.intro_wrap .item {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sub_tit {
    color: #fff;
    background-image: url(../images/bg-tit-02.png);
    background-size: 100% 100%;
    width: 18.385vw;
    aspect-ratio: 353 / 120;
    margin: 0 auto;
    text-align: center;
/*    font-weight: 500;*/
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sub_tit .ch {
    font-size: 1.5vw;
    line-height: 1;
    margin-top: -0.7vw;
}
.sub_tit .en {
    font-size: 1vw;
    line-height: 1;
    margin-top: 0.4vw;
    letter-spacing: initial;
}
.win_box2 {
    position: relative;
    color: #153e85;
    font-weight: 400;
    font-size: 1vw;
    margin-top: -3.8vw;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.win_top2 {
    background-image: url(../images/bg-w-top-01.png);
    background-size: 100% 100%;
    height: 1vw;
}
.win_mid2 {
    background-image: url(../images/bg-w-mid-01.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding: 4vw 2vw 1.5vw;
    flex: 1;
}
.win_btm2 {
    background-image: url(../images/bg-w-top-01.png);
    background-size: 100% 100%;
    height: 1vw;
    transform: scaleY(-1);
    margin-top: -1px;
}
#app .img {
    max-width: 58.385vw;
    margin: 0 auto;
    padding: 2.6vw 0;
}
.spider {
    position: absolute;
    width: 3.125vw;
    top: 0;
    left: 2.6vw;
}
.coins {
    position: absolute;
    width: 9.166vw;
    bottom: -1.4vw;
    left: 2.1vw;
}
.arrow {
    position: absolute;
    width: 7.083vw;
    right: 2.6vw;
    bottom: 1.6vw;
}
#app {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 13vw;
}
#app .intro_wrap {
    margin-top: 2.6vw;
}
#app .intro_wrap .sub_tit .ch {
    line-height: 1.2;
}
.ps {
    text-align: center;
    color: #fff;
    margin: 1vw 0;
    line-height: 1.8;
    font-weight: 700;
}
.box1 {
    position: relative;
    color: #153e85;
    font-weight: 400;
}
.box1:last-of-type {
    margin-bottom: 2vw;
}
.box1_top {
    background-image: url(../images/bg-w-btm.png);
    background-size: 100% 100%;
    height: 1vw;
    transform: scaleY(-1);
}
.box1_mid {
    background-image: url(../images/bg-w-mid.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding: 0 0.3vw;
    margin-top: -1px;
}
.box1_btm {
    background-image: url(../images/bg-w-btm.png);
    background-size: 100% 100%;
    height: 1vw;
}
#tech {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 4vw;
}
#tech .box1 {
    margin: 5vw 0;
}
#tech .box1_mid {
    height: 12.322vw;
}
.tech_flex {
    gap: 2.6vw;
    padding: 0 2.6vw;
    position: relative;
    top: -4.3vw;
}
.third_tit {
    color: #fff;
    background-size: 100% 100%;
    height: 5.52vw;
    font-size: 1.5vw;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1vw;
}
.third_tit span {
    margin-top: -0.7vw;
}
.third_tit.tt1 {
    background-image: url(../images/bg-tit-03.png);
    aspect-ratio: 359 / 106;
}
.third_tit.tt2 {
    background-image: url(../images/bg-tit-04.png);
    aspect-ratio: 319 / 106;
}
.third_tit.tt3 {
    background-image: url(../images/bg-tit-05.png);
    aspect-ratio: 399 / 106;
}
.tech_flex .img {
    width: 23.229vw;
}
.tech_flex p {
    margin: 1.5vw 1.8vw;
    font-size: 1vw;
}
#place {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.place_flex {
    gap: 2.2vw;
    padding: 0 2.6vw;
}
.place_flex .img {
    margin-top: -2.5vw;
    position: relative;
    width: 11.927vw;
}
.place_flex ul {
    margin-top: 2vw;
}
.place_flex li {
    color: #153e85;
    position: relative;
    padding-left: 1.8vw;
    font-size: 1vw;
    margin-bottom: 1.8vw;
    font-weight: 500;
}
.place_flex li:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/icon-check.png);
    background-size: 100% 100%;
    aspect-ratio: 23 / 18;
    width: 1.1vw;
}
#place .box1 {
    margin: 3.5vw 0;
}
#place .box1:last-of-type {
    margin-bottom: 2vw;
}
#place .box1_mid {
    height: 10vw;
}
#process {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 5vw;
}
#process .main_tit {
    width: 46.354vw;
}
#process .img {
    max-width: 57.239vw;
    margin: 0 auto;
    padding: 2.6vw 0;
}
#prize {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 10vw;
}
.prize_list {
    width: 75%;
    margin: auto;
    padding: 3vw 0;
}
.prize_list li {
    color: #153e85;
    font-weight: 500;
    line-height: 1.8;
}
.prize_list > li {
    position: relative;
    font-size: 1.25vw; 
    padding-left: 2vw;
}
.prize_list > li:before {
    content: '';
    background: url(../images/icon-award.png);
    background-size: 100% 100%;
    aspect-ratio: 25 / 29;
    width: 1.3vw;
    position: absolute;
    left: 0;
    top: 0.3vw;
}
.prize_list ul {
    color: #153e85;
    list-style: disc;
    font-size: 1vw;
    margin-left: 2vw;
}
#qa {
    background-image: url(../images/bg-cloud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 29vw;
}
.acc_wrap {
    font-weight: 500;
    margin-bottom: 1.25vw;
}
.acc_btn {
    cursor: pointer;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.acc_btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 3.6vw;
    background-image: url(../images/icon-plus.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 71 / 74;
    width: 3.6vw;
    transform: translateY(-50%);
}
.acc_wrap.open .acc_btn:before {
    background-image: url(../images/icon-minus.png);
}
.acc_con {
    display: none;
    font-size: 1vw;
    position: relative;
    top: -1vw;
}
.qa_top {
    background-image: url(../images/bg-qa-top.png);
    background-size: 100% 100%;
    height: 1vw;
}
.qa_mid {
    background-image: url(../images/bg-qa-mid.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding: 1vw 0;
    padding-left: 9.5vw;
}
.qa_btm {
    background-image: url(../images/bg-qa-top.png);
    background-size: 100% 100%;
    height: 1vw;
    transform: scaleY(-1);
    margin-top: -1px;
}
.acc_con .box1_mid {
    padding: 2.4vw 6.25vw 1.4vw 9.5vw;
}
.acc_con .box1 {
    margin-bottom: 0;    
}

/* popup */
.p_layout {
    position: relative;
    background-image: url(../images/bg-pop.png);
    aspect-ratio: 915/452;
    background-size: 100% 100%;
    width: 47.656vw;
    margin: 2vw auto;
    padding: 5.5vw 3.2vw 0;
    color: #153e85;
    text-align: center;
    line-height: 1.6;
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-weight: 400;
}
.mfp-container {
    padding: 0;
}
.pop_close {
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1;
    width: 1.7vw;
    position: absolute;
    right: 1.5vw;
    top: 1.05vw;
}
.pop_tit {
    font-weight: 700;
    font-size: 1.9vw;
    color: #153e85;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
/*    margin-bottom: 1.5vw;*/
}
.pop_tit img {
    width: 2.3vw;
}
.pop_con {
    margin: 1.5vw 0;
}
.pop_con a {
    display: inline;
    color: #153e85;
}
.pop_con a:hover {
    color: #153e85;
}
.pop_btm {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_btm img {
    width: 9.114vw;
}
.pop_btm .txt {
    padding-left: 1vw;
    margin-left: 1vw;
    border-left: 1px solid #5a4620;
    line-height: 2.9vw;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pc {
    display: block;
}
.mo {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-index {
/*        margin-top: 89px;*/
    }
    .nav_wrap {
        padding-top: 0;
/*        top: inherit;*/
        top: calc(146.666vw + 89px);
        padding: 3.8vw 2vw;
    }
    .nav_wrap.is-sticky {
        top: 89px !important;
    }
    .sub_nav {
        max-width: initial;
        flex-wrap: wrap;
        gap: 1.8vw;
        justify-content: center;
    }
    .sub_nav a {
        width: 29vw;
        flex: initial;
    }
    .inner {
        max-width: initial;
    }
    #leading {
        margin-top: 36vw;
        padding-top: 25vw;
    }
    .content {
        background-image: url(../images/bg-cloud-m.png);
        background-position: 0 184vw;
        font-size: 3.7vw;
        padding-bottom: 5.3vw;
    }
    #intro,#app,#tech,#place,#process,#prize {
        background-image: none;
    }
    .section {
        padding: 4.4vw 3vw;
    }
    .win_tit {
        font-size: 3.7vw;
        height: 11.4vw;
        background-image: url(../images/bg-tit-01-m.png);
        aspect-ratio: 456/86;
        top: -4vw;
    }
    #leading .txt {
        width: auto;
    }
    .win_top {
        background-image: url(../images/bg-w-top-m.png);
        background-size: 100% auto;
        height: 9.7vw;
    }
    .win_mid {
        background-image: url(../images/bg-w-mid-m.png);
        padding: 0 1.6vw;
    }
    .win_btm {
        background-image: url(../images/bg-w-btm-m.png);
        height: 2.6vw;
    }
    #leading .win_mid {
        padding: 2.5vw 5.7vw 26vw;
    }
    #leading .pic {
        width: 40vw;
        bottom: 1.5vw;
        right: 50%;
        transform: translateX(50%);
    }
    .main_tit {
        width: auto;
    }
    #intro .win_btm {
        margin-top: -1.2vw;
    }
    .intro_wrap {
        flex-direction: column;
    }
    .intro_wrap .img {
        width: 35vw;
    }
    .sub_tit {
        width: 47vw;
    }
    .sub_tit .ch {
        font-size: 3.7vw;
        margin-top: -1.4vw;
    }
    .sub_tit .en {
        font-size: 2.6vw;
        margin-top: 0.8vw;
    }
    .win_box2 {
        font-size: 3.7vw;
        margin-top: -8vw;
    }
    .win_top2 {
        background-image: url(../images/bg-w-btm-m.png);
        height: 2.6vw;
        transform: scaleY(-1);
    }
    .win_mid2 {
        background-image: url(../images/bg-w-mid-m.png);
        padding: 8vw 5.7vw 3vw;
        margin-top: -1px;
    }
    .win_btm2 {
        background-image: url(../images/bg-w-btm-m.png);
        height: 2.6vw;
        transform: none;
    }
    .spider {
        width: 8vw;
        top: 0;
        left: 3vw;
    }
    .coins {
        width: 16vw;
        left: 4vw;
    }
    .arrow {
        width: 15vw;
        bottom: 7.3vw;
        right: 5vw;
    }
    #app .img {
        max-width: initial;
        padding: 5.2vw 3vw;
    }
    #app .sub_tit {
        background-image: url(../images/bg-tit-02-m.png);
        aspect-ratio: 393/90;
        width: 52.4vw;
    }
    #app .intro_wrap {
        margin-top: 5.2vw;
        gap: 5.2vw;
    }
    .ps {
        font-size: 3.7vw;
        margin: 2vw 0;
    }
    .tech_flex p {
        font-size: 3.7vw;
        margin: 2vw 0 0;
    }
    #tech .box1_mid {
        height: auto;
    }
    .third_tit {
        height: 14vw;
        font-size: 3.7vw;
    }
    .tech_flex {
        top: 0;
        padding: 0 4vw 2.6vw;
    }
    .tech_flex .img {
        width: 35vw;
        margin-top: 7.4vw;
    }
    .tech_flex .txt {
        margin-top: -10vw;
    }
    #tech .box1 {
        margin: 12vw 0;
    }
    #tech .box1:last-of-type {
        margin-bottom: 0;
    }
    .place_flex .img {
        width: 28.6vw;
        margin-top: 0;
    }
    .place_flex {
        padding: 6vw 5.2vw;
        gap: 3.3vw;
    }
    .place_flex li {
        font-size: 3.7vw;
        padding-left: 5vw;
        line-height: 1.2;
        text-align: justify;
    }
    .place_flex li:before {
        width: 3vw;
        top: 1vw;
    }
    #place .box1_mid {
        height: auto;
    }
    #process .main_tit {
        width: auto;
    }
    #process .img {
        max-width: initial;
        padding: 5.2vw 2.6vw 2.6vw;
    }
    .prize_list {
        width: auto;
        padding: 5.2vw;
    }
    .prize_list > li {
        font-size: 3.7vw;
        padding-left: 5.6vw;
    }
    .prize_list > li:before {
        width: 3.3vw;
        top: 1.5vw;
    }
    .prize_list ul {
        font-size: 3.2vw;
        margin-left: 5vw;
    }
    .qa_top {
        background-image: url(../images/bg-qa-top-m.png);
        height: 2.6vw;
    }
    .qa_mid {
        background-image: url(../images/bg-qa-mid-m.png);
        padding: 2.6vw 0;
        padding-left: 16vw;
        padding-right: 5vw;
    }
    .qa_btm {
        background-image: url(../images/bg-qa-top-m.png);
        height: 2.6vw;
    }
    .acc_btn {
        font-size: 3.7vw;
    }
    .acc_btn:before {
        width: 9.4vw;
    }
    .acc_con {
        font-size: 3.7vw;
    }
    .acc_con .box1_mid {
        padding: 5vw;
    }
    .acc_wrap {
        margin-bottom: 3.5vw;
    }
    #qa {
        background-image: url(../images/bg-cloud-m.png);
        background-position: bottom;
        padding-bottom: 26.3vw;
    }
    .box1_top {
        background-image: url(../images/bg-w-btm-m.png);
        height: 2.6vw;
    }
    .box1_mid {
        background-image: url(../images/bg-w-mid-m.png);
    }
    .box1_btm {
        background-image: url(../images/bg-w-btm-m.png);
        height: 2.6vw;
    }
    
    .p_layout {
        background-image: url(../images/bg-pop-m.png);
        aspect-ratio: 706 / 582;
        width: 94vw;
        padding: 16vw 8.6vw 0;
        font-size: 3.7vw;
    }
    .pop_close {
        width: 4.4vw;
        top: 2.6vw;
        right: 2.4vw;
    }
    .pop_tit {
        gap: 3.7vw;
        font-size: 5vw;
    }
    .pop_tit img {
        width: 6vw;
    }
    .pop_con {
        margin: 4vw 0;
    }
    .pop_btm img {
        width: 24vw;
    }
    .pop_btm .txt {
        margin-left: 2.6vw;
        padding-left: 2.6vw;
        line-height: 7.7vw;
    }
    
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    body {
/*        min-width: inherit;*/
    }
}