@charset "UTF-8";

html {
    font-size: 10px;
    -webkit-text-size-adjust:none;
    color:#333;
}
@media screen and (max-width: 1400px) {
    html {
        font-size: 0.7vw;
    }
}
@media screen and (orientation: portrait) {
    html {
        font-size: 1.2vw;
    }
}

body {
    background: #fff;
    font-family:Arial,'Noto Sans TC',"微軟正黑體","Microsoft JhengHei",sans-serif;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index_bg.jpg) no-repeat top center;
    background-size: 100% auto;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    display: block;
    color: #333;
}
h1 {
    font-size: 5rem;
    line-height: 7rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
}
h2 {
    font-size: 4rem;
    line-height: 5.5rem;
    letter-spacing: 0.25rem;
    font-weight: bold;
}
h3 {
    font-size: 3.5rem;
    line-height: 5rem;
    letter-spacing: 0.25rem;
    font-weight: bold;
}
h4 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
h5 {
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
}
h6 {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.05rem;
}
p {
    position: relative;
    display: block;
    color: #333;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.02rem;
    text-align: justify;
}

.text-blue {
    color: #2ca6e0;
    font-weight: bold;
}
.text-yellow {
    color: #f1bd46;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #ff0000;
}
.text-black {
    color: #000;
}
b {
    font-weight: bold;
}

.big-t1 {
    font-size: 1.5em;
}
.big-t2 {
    font-size: 1.2em;
}
.small-t1 {
    font-size: 0.8em;
}
.symbol-pc {
        display: block;
    }
.symbol-m {
    display: none;
}
@media screen and (orientation: portrait) {
    .symbol-m {
        display: block;
    }
    .symbol-pc {
        display: none;
    }
}
header {
    position: fixed;
    width: 100%;
    height: 6rem;
    left: 0;
    top:0;
    background: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-bottom:1px solid #fff;
}
footer {
    position: relative;
    width: 100%;
    background: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 1rem 0;
}
footer span {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
}
section {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    overflow: hidden;
}
section.game-section {
    min-height: 38vw;
    height: calc(100% - 6rem);
    margin-top: 6rem;
    -webkit-user-select: none;
    user-select: none;
}
@media screen and (orientation: portrait) {
    section.game-section {
        min-height: 125vw;
    }
}
.game-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
}
.info-section {
    background: #000;
    padding: 1rem 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/kv1.jpg) no-repeat center center;
    background-size: cover;
}
.info-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.8);
}
.info-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%; 
}
.info-container .kv-bg {
    position: relative;
    display: block;
    height: 100%;
}
.info-container .kv-bg img {
    width: auto;
    height: 100%;
}

.game-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;   
}
.game-start .game-title {
    top:2rem;
}
.game-pic{
    position: absolute;
    display: block;
}
.game-start .start-btn {
    position: absolute;
    display: block;
    bottom: 9rem;
    width: 60rem;
    left: calc(50% - 30rem);
    background: #000;
    padding: 1.5rem;
    border-radius: 1rem;
    border:2px solid #ccc;
    cursor: pointer;
}
.game-start .start-btn:hover {
    background: rgb(255,110,30);
}
@media screen and (orientation: portrait) {
    .game-start .start-btn {
        bottom: auto;
        top:calc(50% + 35rem);
    }
}
.game-start .start-btn h2 {
    text-align: center;
}
.game-info-btn {
    position: absolute;
    display: block;
    width: 22rem;
    top:2rem;
    right: 2rem;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.game-info-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.info-btn-line {
    position: absolute;
    top:3rem;
    right: 3rem;
    background: #00ff00;
    padding: 1rem 3rem;
    cursor: pointer;
    box-shadow: 1rem 1rem 0 #000; 
}
.info-btn-line:hover {
    background: #00cc00;
}
.info-btn-event {
    position: absolute;
    top:12rem;
    right: 3rem;
    background: #fff;
    padding: 1rem 3rem;
    cursor: pointer;
    box-shadow: 1rem 1rem 0 #000; 
}
.event-btn-list {
    display: none;
    position: absolute;
    top:12rem;
    right: 3rem;
    margin-top: 8rem;
}
.event-btn-list.expand{
    display: block;
}
.event-btn-list li {
    position: relative;
    margin: 0 0 1rem 0;
    font-size: 2rem;
    text-align: right;
}
.event-btn-list li span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 1.5rem 3rem;
    cursor: pointer;
    box-shadow: 1rem 1rem 0 #000;
}
.event-btn-list li:hover span {
    background: #ccc;
}
@media screen and (orientation: portrait) {
    .info-section {
        display: block;
        height: auto;
    }
    
    .info-container {
        height: auto;
        width: 100%;
        min-height: 100%;
    }
    .info-container .kv-bg {
        height: auto;
        width: 100%;
    }
    .info-container .kv-bg img {
        height: auto;
        width: 100%;
    }
    .info-btn-line {
        top:1rem;
        right: auto;
        left: calc(50% + 0rem);
    }
    .info-section6 .info-btn-line {
        left: calc(50% + 20rem);
    }
    .info-btn-event {
        top:1rem;
        right: auto;
        left: calc(50% + 20rem);
    }
    .event-btn-list {
        top:1rem;
        right: 2rem;
    }
    .event-btn-list li {
        font-size: 3rem;
        margin: 0 0 2rem 0;
    }
    .event-btn-list li span {
        padding: 3rem 3rem;
    }
}
.game-textbox {
    position: absolute;
    display: block;
    width: calc(100% - 10rem);
    left: 5rem;
    background: #fff;
    border-radius: 1rem;
    border:0.3rem solid #000;
    bottom: 2rem;
    box-shadow: 0 0.5rem 0 #000;
    padding: 3rem 2rem;
}
@media screen and (orientation: portrait) {
    .game-textbox {
        width: calc(100% - 3rem);
        left: 1.5rem;
    }
}
.text-content {
    width: calc(100% - 18rem);
    text-align: justify;
}

@media screen and (orientation: portrait) {
    h4.text-content {
        font-size: 4vw;
        line-height: 6vw;
    }
}
.arrow-btn {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    background: url(../images/arrow_btn.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
.arrow-btn:hover {
    background: url(../images/arrow_btn_hover.svg) no-repeat center center;
    background-size: contain;
}
.arrow-btn.arrow-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.arrow-btn.arrow-left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow-btn.arrow-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.arrow-btn.arrow-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.game-textbox .arrow-btn {
    right: 5rem;
    top:calc(50% - 4rem);
}

.game-start .game-pic.p1 {
    width: auto;
    height: 70%;
    left: 50%;
    top:6rem;
}
.game-start .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media screen and (orientation: portrait) {
    .game-start .game-pic.p1 {
        width: 100%;
        height: auto;
        top:calc(50% - 35rem);
    }
    .game-start .game-pic.p1 img {
        width: 100%;
        height: auto;
    }
    .game-start .game-title {
        top:calc(50% - 40rem);
    }
}
.game1-page1 {
    background: #8d8d8d;
}
.game1-page1 .game-pic.p1 {
    width: auto;
    height: 80%;
    left: 50%;
    top:0;
}
.game1-page1 .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.game1-page2 {
    background: #808080;
}
.game1-page2 .game-pic.p1 {
    width: auto;
    height: 80%;
    left: 50%;
    top:0;
}
.game1-page2 .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.game1-page2 .game-pic.p2 {
    width: 25rem;
    left: calc(50% + 17rem);
    top:calc(50% - 20rem);
}
@media screen and (orientation: portrait) {
    .game1-page2 .game-pic.p2 {
        width: 22rem;
        left: calc(50% + 16rem);
        top:15rem;
    }
}
.game1-page3 {
    background: #b1b1b1;
}
.game1-page3 .game-pic.p1 {
    width: 10rem;
    left: 5rem;
    top:10rem;
}
.game1-page3 .game-pic.p2 {
    width: 60rem;
    left: calc(50% - 30rem);
    top:calc(50% + 13rem);
}
.game1-page3 .game-pic.p3 {
    width: 20rem;
    left: calc(50% - 10rem);
    top:calc(50% - 20rem);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 1s linear;
    transition: transform 1s linear;
}
.game1-page3 .game-pic.p3.act-left {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.game1-page3 .game-pic.p3.act-right {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.game1-page3 .game-pic.p3 img:nth-child(1),
.game1-page3 .game-pic.p3.act-left img:nth-child(1){
    opacity: 0;
}
.game1-page3 .game-pic.p3 img:nth-child(2),
.game1-page3 .game-pic.p3.act-left img:nth-child(2){
    opacity: 1;
}
.game1-page3 .game-pic.p3.act-right img:nth-child(1) {
    opacity: 1;
}
.game1-page3 .game-pic.p3.act-right img:nth-child(2) {
    opacity: 0;
}
.game1-page3 .game-pic.p3 img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}
.game1-left-btn {
    left: calc(50% - 30rem);
    top:calc(50% - 5rem);
}
.game1-right-btn {
    left: calc(50% + 20rem);
    top:calc(50% - 5rem);
}
.countbox {
    position: absolute;
    display: block;
    width:100%;
    height: 100%;
    pointer-events: none;
    background: rgba(255,255,255,0.8);
    opacity: 0;
}
.countbox li{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30rem;
    font-weight: bold;
    top:calc(50% - 10rem);
    opacity: 0;
}
.rule-t1 {
    position: absolute;
    padding: 2rem 2rem 0 2rem;
    width: 100%;
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: bold;
    left:7rem;
}
.rule-t1 span  {
    position: relative;
    display: block;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
}
@media screen and (orientation: portrait) {
    .rule-t1 {
        top:calc(50% - 40rem);
        text-align: center;
        font-size: 3.7rem;
        line-height: 6rem;
        left: auto;
    }
    .rule-t1 span  {
        text-align: center;
        font-size: 3rem;
        line-height: 4rem;
    }
}

.game1-page4 {
    background: #808080;
}
.game1-page5 {
    background: #808080;
}
.game2-page1 {
    background: #b1b1b1;
}
.game2-page1 .game-pic.p1 {
    width: 100%;
    height: 100%;
    left: 50%;
    top:0;
}
.game2-page1 .game-pic.p2 {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: bold;
    color: #000;
    left: 5rem;
    top:12rem;
}
.game2-page1 .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media screen and (orientation: portrait) {
    .game2-page1 .game-pic.p1 {
        width: 100%;
        height: auto;
        left: 50%;
        top:auto;
        bottom: 0;
    }
    .game2-page1 .game-pic.p1 img {
        width: 350%;
        height: auto;
        -webkit-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
    }
}
.game2-page2 {
    background: #000;
}
.game2-page3,
.game2-page4,
.game2-page5,
.game2-page6,
.game2-page7{
    background: #cacaca;
}
.game2-page3 .game-pic.p1,
.game2-page4 .game-pic.p1,
.game2-page5 .game-pic.p1,
.game2-page6 .game-pic.p1,
.game2-page7 .game-pic.p1{
    width: auto;
    height: 80%;
    left: 50%;
    bottom: 15rem;
}
.game2-page3 .game-pic.p1 img,
.game2-page4 .game-pic.p1 img,
.game2-page5 .game-pic.p1 img,
.game2-page6 .game-pic.p1 img,
.game2-page7 .game-pic.p1 img{
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.game2-page4 .text-content,
.game2-page5 .text-content,
.game2-page6 .text-content,
.game2-page7 .text-content{
    width: 100%;
}
@media screen and (orientation: portrait) {
    .game2-page3 .game-pic.p1 {
        width: 135%;
        height: auto;
        left: 50%;
        bottom: 25rem;
    }
    .game2-page4 .game-pic.p1,
    .game2-page5 .game-pic.p1,
    .game2-page6 .game-pic.p1,
    .game2-page7 .game-pic.p1{
        width: 135%;
        height: auto;
        left: 50%;
        bottom: 20rem;
    }
    .game2-page3 .game-pic.p1 img,
    .game2-page4 .game-pic.p1 img,
    .game2-page5 .game-pic.p1 img,
    .game2-page6 .game-pic.p1 img,
    .game2-page7 .game-pic.p1 img{
        width: 100%;
        height: auto;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}
.game2-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
}
.game2-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 1rem;
    cursor: pointer;
    width: 33%;
}
.game2-list li span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 5rem;
    height: 5rem;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 3rem;
    margin-right: 0.5rem;
}
.game2-list li h3,
.game2-list li h4{
    width: calc(100% - 4rem);
}
.game2-list li:hover span {
    background: rgb(255,110,30);
}
@media screen and (orientation: portrait) {
    .game2-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.game2-page7 .game2-list li {
    width: 45%;
}
.game2-page4 .game-pic.p2,
.game2-page5 .game-pic.p2,
.game2-page6 .game-pic.p2,
.game2-page7 .game-pic.p2{
    width: 10rem;
    left: 5rem;
    top:10rem;
}
.game3-page1 {
    background: #e6e6e6;
}
.game3-page1 .jump {
   z-index: 1; 
}
.game3-page1 .game-pic.p1 {
    width: 30rem;
    left:calc(50% - 15rem);
    top:calc(50% - 25rem);
}
.game3-page1 .game-pic.p1 img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.game3-page1 .game-pic.p2 {
    width: 6rem;
    top:calc(50% + 15rem);
    left: calc(50% - 5rem);
}
.game3-page1 .game-pic.p3 {
    display: none;
    width: 70rem;
    top:calc(50% + 8rem);
    left: calc(50% - 35rem);
}
.game3-page1 .impact-box {
    width: 15rem;
    height: 55rem;
    left:calc(50% - 7.5rem);
    top:calc(50% - 25rem);
}
.jump {
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.game3-jump-btn {
    position: absolute;
    display: block;
    width: 15rem;
    height: 15rem;
    left: calc(50% - 45rem);
    top:calc(50% - 5rem);
    background: #fff;
    border-radius: 50%;
}
.game3-jump-btn span {
    left: 3.5rem;
    top:2.5rem;
}
.game3-page1.act-in .game-pic.p3 {
    display: none;
}
.game3-page1 .game-pic.p3.act-fail {
    display: block;
}
.game3-page1 .jump.act-fail{
    display: none;
}
@media screen and (orientation: portrait) {
    .game3-jump-btn {
        left: calc(50% - 7.5rem);
        top:calc(50% + 30rem);
    }
}
.game4-page1 {
    background: #e4e4e4;
}
.game4-page1 .game-pic.p1 {
    width: 100%;
    height: 100%;
    left: 50%;
    top:0;
}
.game4-page1 .game-pic.p2 {
    font-size: 12rem;
    line-height: 12rem;
    font-weight: bold;
    color: #000;
    left: 5rem;
    top: 12rem;
}
.game4-page1 .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media screen and (orientation: portrait) {
    .game4-page1 .game-pic.p1 {
        width: 100%;
        height: auto;
        left: 50%;
        top:auto;
        bottom: 0;
    }
    .game4-page1 .game-pic.p1 img {
        width: 350%;
        height: auto;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}
.game4-page2 {
    background: #f0f0f0;
}
.game4-page2 .game-pic.p1 {
    width: 40rem;
    left:calc(50% + 17.5rem);
    top:calc(50% - 15rem);
}
.game4-page2 .game-pic.p1 img:nth-child(1) {
    opacity: 0;
}
.game4-page2 .game-pic.p1 img:nth-child(2),
.game4-page2 .game-pic.p1 img:nth-child(3),
.game4-page2 .game-pic.p1 img:nth-child(4){
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.game4-page2 .game-pic.p1.act1 img:nth-child(1),
.game4-page2 .game-pic.p1.act2 img:nth-child(2),
.game4-page2 .game-pic.p1.act3 img:nth-child(3),
.game4-page2 .game-pic.p1.act4 img:nth-child(4){
    opacity: 1;
}
.game4-page2 .game-pic.p3 {
    width: 30rem;
    left:calc(50% + 22rem);
}
.game4-page2 .game-pic.p3 img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
}
.game4-page2 .game-pic.p3::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
}
.game4-btn-list {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:calc(50% + 12rem);
    left: calc(50% - 60rem);
}
.game4-btn-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem;
    height: 15rem;
    background: #fff;
    margin: 1rem;
    border-radius: 50%;
}
.game4-musicbox {
    position: absolute;
    display: block;
    width: 68rem;
    height: 20rem;
    background: #fff;
    top:calc(50% - 10rem);
    left: calc(50% - 60rem);
    border:0.3rem solid #000;
    box-shadow: 0 0.5rem 0 #000;
    border-radius: 1rem;
    overflow: hidden;
}
.game4-musicbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    left: 0;
    top:0;
    z-index: 1;
    border-right: 2px solid #ff0000;
}
.game4-music-list {
    position: absolute;
    display: block;
    white-space: nowrap;
    font-size: 0;
    top:calc(50% - 5rem);
    left: 100%;
}
.game4-music-list li {
    display: inline-block;
    width: 68rem;
    opacity: 0.8;
}
.popup {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.popup.expand {
    display: flex;
}
.popup-box {
    position: relative;
    width: 68rem;
    height: 25rem;
    background: #fff;
    border:0.3rem solid #000;
    box-shadow: 0 0.5rem 0 #000;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-btn {
    bottom: 2rem;
    left: calc(50% - 30rem);
    background: #000;
    padding: 1.5rem 5rem;
    border-radius: 1rem;
    border:2px solid #ccc;
    cursor: pointer;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    margin: 3rem 0 0 0;
}
.popup-btn:hover {
    background: #555;
}
@media screen and (orientation: portrait) {
    .game4-page2 .game-pic.p1 {
        width: 40rem;
        height:50rem;
        left:calc(50% - 20rem);
        top:calc(50% - 30rem);
    }
    .game4-page2 .game-pic.p3 {
        width: 30rem;
        left:calc(50% - 15rem);
    }
    .game4-musicbox {
        top:calc(50% + 14rem);
        left: calc(50% - 33.5rem);
    }
    .game4-btn-list {
        top:calc(50% + 36rem);
        left: calc(50% - 34rem);
    }
    .game4-page2 .rule-t1 {
        top:calc(50% - 39rem)
    }
}
.game-end .end-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:50rem;
    top:calc(50% - 28rem);
}
.game-end .game-pic.p1 {
    position: relative;
    display: block;
    width: 36%;
}
.game-end .game-title {
    position: absolute;
    display: block;
}
.game-end .game-title1{
    position: relative;
    display: block;
    text-align: right;
    width: 32%;
    padding-left: 3rem;
}
.game-end .game-title1 h4 {
    display: inline-block;
    text-align: left;
    font-size: 2.5rem;
}
.game-end .game-title2{
    position: relative;
    display: block;
    text-align: left;
    width: 32%;
    padding-right: 3rem;
}
.game-end .game-title2 h4 {
    display: inline-block;
    text-align: right;
    font-size: 2.5rem;
}
.game-end .game-title3{
    text-align: center;
    top:5rem;
}
@media screen and (orientation: portrait) {
    .game-end .game-pic.p1 {
        width: 80%;
        height: auto;
    }
    .game-end .end-content {
        position: absolute;
        flex-direction: column;
        width: 100%;
        height:100rem;
        top:calc(50% - 52rem);
    }
    .game-end .game-title1{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .game-end .game-title1 h4 {
        display: block;
        text-align: center;
        font-size: 2.8rem;
    }
    .game-end .game-title2{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .game-end .game-title2 h4 {
        display: block;
        text-align: center;
        font-size: 2.8rem;
    }
    .game-end .game-title3{
        top: 12rem;
    }
}

.display-off {
    display: none;
}
.info-section6 .info-btn-oa {
    top:auto;
    bottom: 5rem;
}
.logo1 {
    position: relative;
    display: block;
    width: 12rem;
    margin: 0 3rem;
}
.logo2 {
    position: relative;
    display: block;
    width: 10rem;
    margin: 0 3rem;
}
.logo3 {
    position: relative;
    display: block;
    width: 12rem;
    margin: 0 3rem;
}
.info-btn-line-game {
    right: auto;
    left: 3rem;
}
@media screen and (orientation: portrait) {
    .info-btn-line-game {
        left: 3rem;
        top:3rem;
    }
}
.info-section2{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 100%;
    min-height: 100%;
    border-top: 1rem solid #000;
}
.info-container2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; 
    padding: 5rem;
}
.info-container2 .box1 {
    position: relative;
    display: block;
    max-width: 57%;
}
.info-container2 .box2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 43%;
    padding: 0 0 0 2rem;
}
.info-container2 .box1 .imgbox {
    position: relative;
    display: block;
    width: 120vh;
    max-width: 100%;
    box-shadow: -0.5rem 0.5rem 0 #ccc;
}
.info-container2 .box2 .textbox {
    position: relative;
    display: block;
    width: 100%;
}
.rule-contentbox {
    position: relative;
    display: block;
}
.rule-contentbox li {
    position: relative;
    display: block;
    margin: 1rem 0;
}
.rule-contentbox b {
    font-size: 1.7rem;
    line-height: 2.5rem;
    background: #000;
    padding: 0.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
}
.rule-contentbox span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding: 0.5rem 0;
    font-weight: bold;
}
.info-container2 .info-btn-line {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 3rem;
    left: auto;
}
.event-info-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    align-items: flex-start;
    width: 120vh;
    max-width: 100%;
}
.event-info-content dt {
    position: relative;
    display: block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background: #000;
    padding: 0.5rem;
    color: #fff;
}
.event-info-content dd {
    position: relative;
    display: block;
    font-size: 1.7rem;
    line-height: 2.5rem;
}
@media screen and (orientation: portrait) {
    .info-section2{
        height: auto;
        min-height: 100%;
    }
    .info-container2 {
        flex-direction: column;
        height: auto;
        min-height: 100%;
    }
    .info-container2 .box1 {
        width: 100%;
        max-width: 100%;
        margin-top: 9rem;
    }
    .info-container2 .box2 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 3rem;
    }
    .info-container2 .box1 .imgbox {
        width: 100%;
    }
    .rule-contentbox {
        width: 100%;
    }
    .rule-contentbox li {
        margin: 1rem 0;
    }
    .rule-contentbox b {
        font-size: 2.4rem;
        line-height: 3.8rem;
        padding: 1.2rem;
        margin-right: 0.8rem;
    }
    .rule-contentbox span {
        font-size: 2.4rem;
        line-height: 3.8rem;
        padding: 1.2rem 0;
    }
    .info-container2 .info-btn-line {
        margin-top: 3rem;
    }
    .event-info-content {
        width: 100%;
        max-width: 100%;
    }
    .event-info-content dt {
        font-size: 2.4rem;
        line-height: 3.8rem;
        margin-bottom: 1rem;
        padding: 0.5rem;
    }
    .event-info-content dd {
        font-size: 2.4rem;
        line-height: 3.8rem;
    }
}
.end-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    left: calc(50% - 16.5rem);
    bottom: 6.5rem;
    padding: 2rem;
    box-shadow: 0.5rem 0.5rem 0 #ccc;
    border-radius: 1rem 0 0 1rem;
}
.end-btn:hover {
    background: #666;
}
.end-btn .imgbox {
    position: relative;
    display: block;
    width: 10rem;
}
.end-btn .textbox {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
}
@media screen and (orientation: portrait) {
    .end-btn {
        right: auto;
        left: calc(50% - 16.5rem);
        border-radius: 0;
        bottom: 6.5rem;
    }
}
.game4-page3 {
    background: #8d8d8d;
}
.game4-page3 .game-pic.p1 {
    width: auto;
    height: 200%;
    left: 50%;
    top: -5%;
}
.game4-page3 .game-pic.p1 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.game4-page3 .game-pic.p2 {
    width: auto;
    height: 50%;
    left: 70%;
    bottom: 12rem;
}
.game4-page3 .game-pic.p2 img {
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media screen and (orientation: portrait) {
    .game4-page3 .game-pic.p1 {
        width: 170%;
        height: auto;
        bottom: 0rem;
        top: auto;
    }
    .game4-page3 .game-pic.p1 img {
        width: 100%;
        height: auto;
    }
    .game4-page3 .game-pic.p2 {
        width: 55%;
        height: auto;
        bottom: 18rem;
    }
    .game4-page3 .game-pic.p2 img {
        width: 100%;
        height: auto;
    }
}
.mute-btn {
    position: absolute;
    display: block;
    width: 5rem;
    left: 3rem;
    top: 3rem;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mute-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mute-btn img:nth-child(2) {
    position: absolute;
    display: block;
    left: 0;
    top:0;
    opacity: 0;
}
.mute-btn.mute-btn-off img:nth-child(1){
    opacity: 0;
}
.mute-btn.mute-btn-off img:nth-child(2){
    opacity: 1;
}
@media screen and (orientation: portrait) {
    .mute-btn {
        width: 8rem;
        left: 2rem;
        top:2rem;
    }
}