@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    padding:0;
    margin:0;
}
body{
    background-color:black;
    height:100vh;
    display:flex;
    justify-content:center;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    overflow: hidden;
}
img{
    width:100%;
    display: block;
}
@media screen and (min-width: 1710px) {
  .wt__logo {
        position: absolute;
        margin-right: 1140px;
   }
   .wt__optionsbutton {
        margin-left: 1118px;
        position: absolute;
    }
}
.wt__logo{
    width:480px;
    margin-top: 40.333333333333336vh;
}
.wt__optionsbutton {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-top: 39.25925925925926vh;
}
.wt__optionsbutton a{
    text-decoration:none;
    color:white;
    font-weight:800;
    font-size:24px;
    line-height: 20px;
    background-color:#F40020;
    border-radius:51px;
    display: flex;
    align-items:center;
    width: 449px;
    height: 101px;
    justify-content: space-between;
    transition:opacity 0.5s ease;
}
.wt__optionsbutton a:hover{
    opacity:0.5;
}
.wt__icon{
    width:70px;
    height:70px;
    margin-left:31px;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
}
.wt__icon--mypage{
    background-image:url("images/mypage.svg");
}
.wt__icon--pinpoint{
    background-image:url("images/pinpoint.svg");
}
.wt__icon--share{
    width:30px;
    height:30px;
    background-image:url("images/share.svg");
    margin:0 35px 0 0;
}
.wt__maincontainer{
    width:375px;
    margin: 0 auto;
    background-color:white;
    overflow-y: scroll;
}
/* Main Content */
header{
    background-color:black;
    padding:14px 7px;
    position:fixed;
    width:375px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	z-index:10;
}
.header__button{
    width:40px;
    height:40px;
    background-size:cover;
    cursor:pointer;
}
.header__button--open{
    background-image:url("images/menu-button.svg");
}
.header__button--closed{
    background-image:url("images/close.svg");
    position: absolute;
    right: 20px;
    top: 22px;
}
.header__logo{
    width:171px;
}
.header__menu{
    background-color:#F40020;
    position:absolute;
    width:375px;
    top:-360px;
    padding:76.8px 18px 41px 18px;
    box-sizing: border-box;
    transition: top 0.5s ease;
	z-index:12;
}
.header__menu.open{
    top:0;
}
.header__menulink{
    display: flex;
    border-bottom: 1px solid white;
    padding-bottom: 10.2px;
    gap: 40px;
}
.header__menulink:last-child{
    margin-top:3px;
    border-bottom: 0;
    padding-bottom:0;
    gap:70px;
}
.header__menulink a{
    color:white;
    text-decoration:none;
    font-weight:800;
    font-size:12px;
    line-height:30px;
    letter-spacing:0.05em;
    width: fit-content;
    display: block;
}
.banner__background{
    margin-top:72px
}
h1,.title__section{
    font-weight:800;
    font-size:30px;
    line-height:44px;
    letter-spacing:0.05em;
    text-align:center;
    color:white;
}
.content{
    margin:0 30px;
}
.event__border{
    background-image:url("images/border-event.svg");
    width:277px;
    height:82px;
    background-size:cover;
    background-repeat:no-repeat;
    margin:0 auto;
    position: relative;
    top: -20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.event__border p{
    color:white;
    font-size: 13px;
    line-height: 17px;
    font-weight:bold;
}
.event__border p span{
    font-size:18px;
}
.event__section{
    padding:34px 0 93px 0;
	background-image:url("images/sf-1.webp");
	background-size:cover;
	background-repeat:no-repeat;
}
.event__content p{
	font-size:14px;
	font-weight:500;
	line-height:24px;
	color:white;
	text-align:center;
	margin-top:9px;
}
/* Rank Section */
.rank__section p{
	font-size:13px;
	line-height:19px;
	font-weight:800;
	text-align: center;
	color:white;
}
.subtitle__section{
	color:white;
	font-size:13px;
	line-height:19px;
	letter-spacing:0.05em;
	text-align:center;
}
.rank__section{
	padding:33px 0 63px 0;
	background-image:url("images/sf-2.webp");
	background-size:cover;
	background-repeat:no-repeat;
}
.rank__description p{
	font-size:14px;
	line-height:24px;
	font-weight:500;
	text-align:center;
	margin-top:19px;
	background-image:url("images/bg-blur.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.rank__container {
	display: flex;
	justify-content: space-between;
	border-radius: 19px;
	background-color: white;
	align-items: center;
	padding:11px 23px 12px 20px;
}
.rank__board {
	margin: 17px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.rank__container.rank__container--top{
	padding:17px 23px 18.4px 11px;
}
.rank__info p{
	color:#606060;
	font-size:14px;
	line-height:24px;
	font-weight:800;
}
.rank__order.rank__order--crown{
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	width:48px;
	height:42px;
}
.rank__order.rank__order--1{
	background-image:url("images/crown-1.webp");
}
.rank__order.rank__order--2{
	background-image:url("images/crown-2.webp");
}
.rank__order.rank__order--3{
	background-image:url("images/crown-3.webp");
}
.rank__info {
	gap: 3.7px;
	display: flex;
	align-items: center;
}
.rank__info.rank__info--number{
	gap:31px;
}
.rank__info.rank__info--number-double{
	gap:19px;
}
.rank__point{
	font-size:22px;
	line-height:38px;
	color:#606060;
	font-weight:800;
}
.rank__point span{
	font-size:14px;
	line-height:24px;
}
.rank__order{
	font-size:21px;
	line-height:36px;
	font-weight:800;
	color:#606060;
}
/* Prize Section */
.prize__section{
	background-image:url("images/sf-3.webp");
	background-size:cover;
	background-repeat:no-repeat;
	padding:39px 0 43px 0;
}