@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: clamp(50px, 100vw/19.2, 100px)
}

body {
    font-family: "PingFang SC", Helvetica, Arial, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background-color: #000;
}

p {
    margin: 0.6em 0;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

ul,
ol {
    list-style: none;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header .wrapper {
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.header img {
    display: block;
    height: 100%;
    width: auto;
}

.header h1 {
    flex: none;
    height: 0.5rem;
}

.menu {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1rem;
}

.menu li {
    margin: 0 0.2rem;
}

.menu li a {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: clamp(18px, 0.28rem, 28px);
    font-weight: bold;
    box-sizing: border-box;
    transition: color 0.4s ease;
}

.menu li.active a {
    border-bottom: 4px solid #fbbd02;
    color: #fbbd02;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/header-menu-bg.png") repeat-x left bottom;
}

.menu li a:hover {
    color: #fbbd02;
}

.social {
    flex: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social li {
    height: 0.4rem;
    margin: 0 0.06rem;
}

.social li:first-child {
    margin-left: 0;
}

.social li:last-child {
    margin-right: 0;
}

.social li a {
    display: block;
    height: 100%;
}

.social li img {
    display: block;
    height: 100%;
    width: auto;
}

.footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.footer .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem;
    background-color: #000;
}

.footer header {
    flex: none;
    width: 1rem;
    margin-right: 0.3rem;
}

.footer header img {
    display: block;
    width: 100%;
    height: auto;
}

.footer footer {
    flex: none;
    font-size: 16px;
}

.footer footer p {
    margin: 0.3em 0;
}

.footer footer p a {
    display: inline-block;
    margin-right: 0.3rem;
}

.main {
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-main {
    width: 100%;
    height: 100vh;
}

.page1 {
    position: relative;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page1-bg.jpg") no-repeat center top;
    background-size: cover;
}

.page1 article {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 1200px;
    text-align: center;
}

.page1 article h2 {
    font-size: clamp(28px, 0.44rem, 44px);
    text-shadow: 3px 3px 8px #000, -3px -3px 8px #000;
}

.page1 article h3 {
    margin: 0.1rem 0 0.3rem;
    font-size: clamp(18px, 0.28rem, 28px);
    text-shadow: 2px 2px 4px #000, -2px -2px 4px #000;
}

.page1 article ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 article ul li {
    flex: none;
    width: 2.8rem;
    margin: 0 0.3rem;
}

.page1 article ul li a {
    display: block;
    transition: transform 0.3s ease-in-out;
}

.page1 article ul li a:hover {
    transform: scale(1.05);
}

.page1 article ul li img {
    display: block;
    width: 100%;
    height: auto;
}

#Particles {
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}

.page2 {
    position: relative;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-bg.jpg") no-repeat center top;
    background-size: cover;
}

.page2 article {
    width: 14rem;
    margin: 0 auto;
    padding-top: 1.2rem;
    text-align: center;
}

.page2-title {
    width: 6.2rem;
    height: 2.16rem;
    margin: 0 auto;
    padding-top: 1.38rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-title.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.zh_tw .page2-title {
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-title-tw.png") no-repeat center top;
    background-size: 100% 100%;
}

.page2-title h2 {
    font-size: clamp(13px, 0.16rem, 16px);
    font-weight: normal;
    color: #875117;
}

.page2-list {
    display: flex;
    justify-content: space-between;
    height: 4.4rem;
    padding: 0 0.3rem 0.1rem 0.3rem;
    margin: 0 auto;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-line.png") no-repeat center bottom;
    background-size: 100% auto;
}

.page2-list>li {
    flex: none;
    width: 1.6rem;
    margin: 0 0.1rem;
}

.page2-list>li img {
    display: block;
    width: 100%;
    height: auto;
}

.page2-list>li:nth-child(2),
.page2-list>li:nth-child(5) {
    margin-top: 0.64rem;
}

.page2-list>li:nth-child(3),
.page2-list>li:nth-child(4) {
    margin-top: 0.9rem;
}

.page2-rewarditem {
    position: relative;
}

.page2-rewardinfo {
    position: absolute;
    top: 1.7rem;
    left: 0;
    right: 0;
    color: #682c17;
}

.page2-rewardinfo h3 {
    font-size: clamp(14px, 0.18rem, 18px);
    line-height: 1.1;
}

.page2-rewardinfo h4 {
    margin: 0.24rem 0 0;
    font-size: clamp(12px, 0.16rem, 16px);
    font-weight: normal;
}

.page2-rewardstatus {
    display: block;
    position: absolute;
    top: 0.16rem;
    right: -0.12rem;
    width: 0.26rem;
    height: 0.9rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-notachieved.png") no-repeat center top;
    background-size: 100% 100%;
}

.page2-list>li.active .page2-rewardstatus {
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-achieved.png") no-repeat center top;
    background-size: 100% 100%;
}

.zh_tw .page2-list>li.active .page2-rewardstatus {
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-achieved-tw.png") no-repeat center top;
    background-size: 100% 100%;
}

.page2-dot {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.16rem auto 0;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-dot1.png") no-repeat center center;
    background-size: 100% 100%;
}

.page2-list>li.active .page2-dot {
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page2-dot2.png") no-repeat center center;
    background-size: 100% 100%;
}

.page2-text {
    margin: 0.3rem 0 0;
}

.page3 {
    position: relative;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-bg.jpg") no-repeat center top;
    background-size: cover;
}

.page3-swiper {
    position: relative;
    width: 9rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.page3-swiper img {
    display: block;
    width: 100%;
    height: auto;
}

.page3-mech {
    position: relative;
}

.mech1-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech1-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech1-name {
    width: 2.1rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech1-tw.png") no-repeat;
    background-size: 100% 100%;
}
.mech2-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.63rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech2-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech2-name {
    width: 1.69rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech2-tw.png") no-repeat;
    background-size: 100% 100%;
}
.mech3-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.78rem;
    height: 1.7rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech3-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech3-name {
    width: 1.28rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech3-tw.png") no-repeat;
    background-size: 100% 100%;
}
.mech4-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.62rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech4-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech4-name {
    width: 2.78rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech4-tw.png") no-repeat;
    background-size: 100% 100%;
}
.mech5-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.58rem;
    height: 1.69rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech5-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech5-name {
    width: 1.68rem;
    height: 1.69rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech5-tw.png") no-repeat;
    background-size: 100% 100%;
}
.mech6-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.82rem;
    height: 1.71rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech6-ja.png") no-repeat;
    background-size: 100% 100%;
}
.zh_tw .mech6-name {
    width: 2.37rem;
    height: 1.72rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-mech6-tw.png") no-repeat;
    background-size: 100% 100%;
}

.page3-prev,
.page3-next {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 0.51rem;
    height: 0.79rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/icon-arrow-left.png") no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.page3-next {
    left: auto;
    right: 0;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/icon-arrow-right.png") no-repeat;
    background-size: 100% 100%;
}

.page3-swiper-thumb {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    z-index: 2;
    width: 9rem;
    transform: translateX(-50%);
}

.page3-thumb {
    width: 1.18rem;
    height: 1.18rem;
    margin: 0 auto;
    padding: 0.1rem;
    box-sizing: border-box;
}

.page3-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

#MechSliderThumb .swiper-slide-thumb-active .page3-thumb {
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page3-thumb-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.page4 {
    position: relative;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page4-bg.jpg") no-repeat center top;
    background-size: cover;
}

.page4-swiper {
    margin-top: 1.7rem;
}

.page4-pic {
    width: 9.96rem;
    height: 5.58rem;
    margin: 0 auto;
    padding: 0.17rem 0.17rem 0.19rem 0.13rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/page4-pic-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.page4-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.page4-prev,
.page4-next {
    display: block;
    position: absolute;
    left: 18%;
    top: 50%;
    z-index: 2;
    width: 0.51rem;
    height: 0.79rem;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/icon-arrow-left.png") no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.page4-next {
    left: auto;
    right: 18%;
    background: url("//contentjp.fingerfun.co.jp/image/titan_rush/reservation2606/icon-arrow-right.png") no-repeat;
    background-size: 100% 100%;
}

#PictureSlider .swiper-slide-next {
    transform: translateX(-10%);
    opacity: 0.5;
}

#PictureSlider .swiper-slide-next .page4-pic {
    margin-left: 0;
    margin-right: auto;
}

#PictureSlider .swiper-slide-prev {
    transform: translateX(33%);
    opacity: 0.5;
}

#PictureSlider .sswiper-slide-prev .page4-pic {
    margin-left: auto;
    margin-right: 0;
}

.none {
    display: none;
}

.block {
    display: block;
}

.flex {
    display: flex;
}