@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=Roboto:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');



body {
	background: url(/images/5stargp/back_pc.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.fixed-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/5stargp/back_pc.jpg);
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.header_menubtn {
	display: block;
}
.drawer_menu {
	background: white;
}
.active .menu_trigger span {
	background-color: black;
}
.active.header_menubtn p {
	color: black;
}
.header_menubtn p {
	position: relative;
}
.menu_text02 {
	display: none;
}
.active .menu_text02 {
	display: block;
}
.active .menu_text01 {
	display: none;
}
.header_list_5stargp {
	text-align: center;
}
.header_list_5stargp .drawer_menu_list1 li a span {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	transition: .25s;
}
.header_list_5stargp .drawer_menu_list1 li a {
	color: black;
	font-size: 1.3rem;
	margin-bottom: 16px;
	padding-bottom: 16px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.15);
	max-width: 275px;
	margin: 0 auto;
	width: 100%;
	transition: .25s;
}
.header_list_5stargp .drawer_menu_list1 li a:hover {
	color: #e4cd6b;
}
.header_list_5stargp .drawer_menu_list1 li a:hover span {
	transform: scale(1.05);
}
.main_5stargp {
	background: none;
	position: relative;
}
.main_5stargp:before {
	content: "";
	display: inline-block;
	background: url(/images/5stargp/main_back2_pc.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.main_5stargp .header_logo {
	position: absolute;
	left: 60px;
	top: 40px;
}
.main_5stargp_img:after,
.main_5stargp_img:before {
	content: "";
	display: inline-block;
	width: 552px;
	height: 542px;
	background: url(/images/5stargp/main_img01.png?ver=001) no-repeat top center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_5stargp_img:after {
	background: url(/images/5stargp/main_img02.png?ver=001) no-repeat top center;
	background-size: cover;
	left: auto;
	right: 0;
	bottom: 0;
}
.logo_5stargp_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-55%);
}
.logo_5stargp {
	width: 292px;
	margin: 0 auto;
	margin-bottom: 46px;
}
.text_5stargp {
	width: 389px;
}

.title01 {
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 18.6rem;
	text-align: center;
	color: #fff;
	width: 100%;
}
.contents1_title01 {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
}
.title01_sub {
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-family: "IBM Plex Sans JP";
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.contents {
	padding: 169px 0;
	position: relative;
}
.title02_wrap {
	margin-bottom: 40px;
}
.title02 {
	color: #E4CD6B;
	/* font-family: "IBM Plex Sans JP"; */
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0;
}
.title02_sub {
	color: #E4CD6B;
	margin-bottom: 0;
	text-align: center;
}
.expansion {
	width: 73px;
	height: 73px;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	transition: .25s;
	background: white;
	border-radius: 100%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.49);
}
.expansion img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .25s;
}
.swiper_5stargp {
  padding: 0 40px;
  overflow: visible;
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 80px;
}
.swiper_5stargp a {
	padding: 10px;
	display: block;
	border-radius: 10px;
	background: white;
}
.swiper_5stargp a:hover {
	opacity: .75;
}
.swiper_5stargp a:hover .expansion img {
	transform: translate(-50%,-50%) scale(1.1);
}
.swiper_5stargp .swiper-slide {
  width: 780px !important;
}

.modaal_final {
	padding: 10px;
	display: block;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 5px 30px #000;
	position: relative;
}
.modaal_final.none {
	pointer-events: none;
}
.modaal_final.none .expansion {
	opacity: .5;
}

/* ナビゲーション（テキストボタン） */
.swiper-pagination-textnav {
	text-align: center;
	margin-bottom: 20px;
	font-size: 0;
}
.slide-nav-btn {
	color: #fff;
	font-family: "Jost", serif;
	font-weight: 500;
	font-size: 1.8rem;
	background:  #333545;
	transition: .25s;
	padding: 8px 18px;
	margin-right: 10px;
	border-radius: 3px;
}
.slide-nav-btn:hover,
.slide-nav-btn.active {
  background: #c30d23;
}
.slide-nav-btn.blue:hover,
.slide-nav-btn.blue.active {
	background: #1145DE;
}
.slide-nav-btn:last-child {
	margin: 0;
}
.swiper_button_wrap {
	position: absolute;
	max-width: 909px;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50.8%,-50%);
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
.swiper_5stargp .swiper-button-next,
.swiper_5stargp .swiper-button-prev {
	position: relative;
	flex-shrink: 0;
	margin: 0;
	
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
}
.swiper_5stargp .swiper-button-next:before,
.swiper_5stargp .swiper-button-prev:before {
	background: rgba(0,0,0,.7);
	transition: .25s;
}
.swiper_5stargp .swiper-button-prev:hover:before,
.swiper_5stargp .swiper-button-next:hover:before {
	transform: scale(1);
}
.swiper_5stargp .swiper-button-next:after,
.swiper_5stargp .swiper-button-prev:after {
	transition: .25s;
}
.swiper_5stargp .swiper-button-prev:hover:after,
.swiper_5stargp .swiper-button-next:hover:after {
	width: 17px;
	height: 17px;
}
.swiper_5stargp .swiper-button-next:after,
.swiper_5stargp .swiper-button-prev:after  {
	border: solid white;
	border-width: 3px 3px 0 0;
	width: 14px;
	height: 14px;
}
.swiper_5stargp .swiper-button-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.footer_cover.white {
	background: white;
	padding: 80px 0 45px;
}
.white .footer_logo {
	width: 230px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.white {
	color: black;
}
.block_center {
	text-align: center;
}

.wrap_1160 {
	width: calc(100% - 80px);
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
.wrap_860 {
  width: calc(100% - 80px);
  max-width: 860px;
  margin: 0 auto;
}

.final_tournament {
	margin-bottom: 210px;
}
.movie_wrap {
	position: relative;
	box-shadow: 0px 5px 30px #000;
	border-radius: 10px;
	overflow: hidden;
	
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie_wrap iframe {
	width: 100%;
	height: 100%;
}
.contents2_title01 {
	position: absolute;
	top: -170px;
	width: 100%;
}
.new_arrived {
	position: relative;
}
.movie {
	position: relative;
	z-index: 2;
}
.movie:hover {
	opacity: .75;
}
.movie:hover:before {
	transform: translate(-50%,-50%) scale(1.05);
}
.movie:before {
	content: "";
	display: inline-block;
	width: 140px;
	height: 140px;
	background: url(/images/5stargp/movie_on.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .25s;
}

.swiper_arrived {
  overflow: hidden;
}
.swiper_arrived .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_arrived .swiper-slide {
  width: calc(100% / 5);
  flex-shrink: 0;
}
.swiper_arrived .swiper-slide img {
	width: 100%;
}

.schedule {
	background: black;
	position: relative;
	padding: 0 0 240px;
}
.schedule .wrap_1160 {
	position: relative;
}
.schedule:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(/images/5stargp/schedule_back.jpg) no-repeat top center;
	background-size: cover;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
}

.contents3_title01 {
	position: relative;
	top: -60px;
	z-index: 2;
}
.contents3_title01 .title01 {
	line-height: 1;
	margin-bottom: 0;
}

.schedule_list_new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.schedule_list_new:after {
	content: "";
	display: inline-block;
	width: 31.9%;
}
.schedule_list_new > li {
	width: 31.9%;
	margin-bottom: 25px;
}
.schedule_list_box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.schedule_list_box_end {
	background: rgba(51,53,69,.84);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 110px 20px 30px;
}
.schedule_list_box_end_text {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 36px;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 70px;
}
.schedule_list_box_top {
	background: #f8f8f8;
	border-bottom: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	padding: 16px 20px;
}
.schedule_list_box_top2,
.schedule_list_box_top1 {
	display: flex;
	align-items: end;
}
.day {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-style: italic;
	font-size: 5.4rem;
	letter-spacing: -0.01em;
	color: #000;
	margin-bottom: 0;
	line-height: 1;
	margin-right: 8px;
}
.syuku {
	font-weight: bold;
	font-size: 1.5rem;
	color: #ff314a;
	margin-left: -5px;
	margin-right: 5px;
}
.week {
	font-family: "Roboto Condensed";
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	padding: 2px 5px 0px;
	display: inline-block;
	background: #666874;
	position: relative;
	top: -5px;
}
.week.sun {
	background: #ff314a;
}
.week.sat {
	background: #1390fc;
}
.week_text {
	font-family: "Roboto Condensed";
	font-weight: normal;
	font-style: italic;
	font-size: 3.2rem;
	letter-spacing: -0.01em;
	color: #000;
	margin-left: 10px;
	line-height: 1;
}
.area {
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
	border: 2px solid #000;
	width: 95px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule_img {
	width: 85px;
	height: 50px;
	display: block;
}

.schedule_list_box_bottom {
	background: #fff;
	padding: 30px 20px;
}
.schedule_list_box_title {
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	color: #333;
	margin-bottom: 5px;
}
.schedule_list_box_text {
	font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	color: #333;
	margin-bottom: 16px;
}
.schedule_btn {
	display: flex;
	justify-content: space-between;
}
.schedule_btn li {
	width: 48.48%;
}
.schedule_btn li:only-child {
	width: 100%;
}
.schedule_btn li a {
	display: block;
	border-radius: 24px;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	padding: 12px;
}
.schedule_btn01 {
	background: #000;
	position: relative;
}
.schedule_btn03 {
	background: white;
	position: relative;
}
.schedule_btn03 span,
.schedule_btn02 span,
.schedule_btn01 span {
	position: relative;
	z-index: 2;
	transition: .25s;
	display: inline-block;
}
.schedule_btn03 span {
	color: #ff00c5;
}
.schedule_btn02 {
	position: relative;
	background: linear-gradient(90deg,rgba(255, 0, 197, 1) 0%, rgba(128, 0, 255, 1) 100%);
}
.schedule_btn03:before,
.schedule_btn02:before,
.schedule_btn01:before {
	content: "";
	display: inline-block;
	background: white;
	
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .25s;
	border-radius: 24px;
}
.schedule_btn03:hover:before,
.schedule_btn02:hover:before,
.schedule_btn01:hover:before {
	opacity: 1;
}
.schedule_btn03:hover span,
.schedule_btn02:hover span,
.schedule_btn01:hover span {
	color: black;
	transform: translate(-5px,0);
}
.schedule_btn03:hover span {
	color: #ff00c5;
}
.schedule_btn03 span:after,
.schedule_btn02 span:after,
.schedule_btn01 span:after {
	content: "";
	display: inline-block;
	border: solid black;
	border-width: 2px 2px 0 0;
	width: 8px;
	height: 8px;
	transform: translate(0,-50%) rotate(45deg);
	transition: .25s;
	margin-left: 3px;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0;
}
.schedule_btn03:hover span:after,
.schedule_btn02:hover span:after,
.schedule_btn01:hover span:after {
	opacity: 1;
	transform: translate(10px,-50%) rotate(45deg);
}
.schedule_btn03 span:after {
	border: solid  #ff00c5;
	border-width: 2px 2px 0 0;
}

.contents2 {
	padding: 0 0 169px;
	position: relative;
}
.contents2.movie_back:before {
	content: "";
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.goods_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods_list:before,
.goods_list:after {
	content: "";
	width: 22.41%;
}
.goods_list:before {
	order: 1;
}
.goods_list li {
	width: 22.41%;
}
.goods_list_text_img {
	height: 173px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.goods_list_text_top {
	display: flex;
	margin-bottom: 12px;
}
.goods_list_day {
	font-family: "Jost", serif;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	color: #999;
	margin-bottom: 0;
	margin-right: 20px;
}
.goods_list_category {
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.goods_list_category:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: #fff;
	margin-right: 8px;
	display: block;
}
.goods_list_text {
	font-weight: normal;
	font-size: 1.5rem;
	color: #fff;
}
.more_btn_wrap {
	margin: 0 auto;
	text-align: center;
	padding-top: 61px;
	position: relative;
}
.more_btn_wrap:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translate(-50%,0);
	height: 24px;
	width: 4px;
	background: url(/images/5stargp/more_dotted.png) no-repeat;
	background-size: cover;
}
.more_btn,
a.more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 126px;
	height: 126px;
	background: white;
	border-radius: 100%;
	
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	text-align: center;
	color: #000;
	font-family: "Jost", serif;
	margin: 0 auto;
	position: relative;
}
a.more_btn:after,
a.more_btn:before {
	content: "";
	display: inline-block;
	color: white;
	width: 126px;
	height: 126px;
	background: linear-gradient(90deg, rgba(255, 0, 197, 1) 0%, rgba(128, 0, 255, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .25s;
	border-radius: 100%;
	z-index: 2;
}
a.more_btn:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 130px;
	height: 130px;
	background: white;
	z-index: 1;
}
a.more_btn:hover:after,
a.more_btn:hover:before {
	opacity: 1;
}
.more_btn span {
	position: relative;
	transition: .25s;
	z-index: 3;
}
a.more_btn:hover span {
	color: white;
}
.youtube_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youtube_list li {
	width: 47.41%;
	margin-bottom: 50px;
}
.youtube_list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.youtube_list_box {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 12px;
}
.youtube_list iframe {
  width: 100%;
  height: 100%;
}
.youtube_list_box_text {
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 0;
}
.modaal_youtube {
	width: 100%;
	max-width: 500px;
	aspect-ratio: 16 / 9;
}
.pagetop a {
	background-image: url(../images/common/icon_pagetop_wh.svg) no-repeat center center;
	background-size: 12px;
	background-color: #000;
}
.pagetop a:hover {
	border: 1px solid #000;
}

@media screen and (max-width: 1280px) {

.title01 {
	font-size: 14.25vw;
}
.schedule_list_new > li {
	width: 48.9%;
}
.main_5stargp_img:after,
.main_5stargp_img:before {
	width: 45%;
	height: 45vw;
}
.wrap_1160 {
	width: calc(100% - 40px);
}
.goods_list {
	flex-wrap: wrap;
}
.goods_list li {
	width: 48.41%;
}

}

@media screen and (max-width: 768px) {

body {
	background: url(/images/5stargp/back_sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.header_menubtn:before {
	content: "";
	display: inline-block;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.active.header_menubtn:before {
	content: none;
}
.main_5stargp .header_logo {
	left: 0;
	top: 0;
}
.logo_5stargp {
	width: 182px;
}
.text_5stargp {
	width: 254px;
}
.contents1_title01 {
	top: -50px;
}
.title01 {
	font-size: 7rem;
	line-height: 1;
}
.wrap_860 {
	width: calc(100% - 40px);
}
.contents {
	padding: 129px 0;
}
.title02 {
	font-size: 2.2rem;
}
.title02_sub {
	font-size: 1.2rem;
}
.title02_wrap {
	margin-bottom: 30px;
}
.swiper_5stargp .swiper-slide {
	width: 335px !important;
}
.expansion {
	width: 41px;
	height: 41px;
	position: absolute;
	right: 11px;
	bottom: 11px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.49);
}
.expansion img {
	width: 17px;
	height: 17px;
}
.swiper_button_wrap {
	transform: translate(-50.5%, -50%);
}
.swiper_5stargp {
	width: 100%;
	margin-bottom: 70px;
	padding-left: 20px;
}
.swiper_5stargp .swiper-button-next,
.swiper_5stargp .swiper-button-prev {
	width: 4.4rem;
	height: 4.4rem;
}
.swiper_5stargp a {
	padding: 5px;
	border-radius: 0;
}
.swiper-pagination-textnav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.modaal_youtube {
	width: 500px;
}
.slide-nav-btn {
	margin: 0;
	width: 48.5%;
}
.modaal_final {
	padding: 5px;
	border-radius: 0;
}
.movie:before {
	width: 60px;
	height: 60px;
}
.contents2_title01 {
	top: -130px;
}
.swiper_arrived .swiper-slide {
	width: calc(100% / 3);
}
.contents3_title01 {
	top: -25px;
}
.title01_sub {
	font-size: 2rem;
}
.schedule {
	padding: 0 0 140px;
}
.schedule:before {
	background-size: contain;
	background-position: 0 -30px;
}
.schedule_list_new > li {
	width: 100%;
	margin-bottom: 20px;
}
.schedule_list_new > li:last-child {
	margin-bottom: 0;
}
.schedule_list_box_end {
	padding: 90px 20px 30px;
}
.schedule_list_box_end_text {
	margin-bottom: 58px;
}
.day {
	font-size: 4rem;
}
.week {
	font-size: 1.2rem;
}
.schedule_img {
	width: 68px;
	height: 40px;
}
.area {
	width: 90px;
	height: 40px;
	font-size: 1.8rem;
}
.schedule_list_box_bottom {
	padding: 11px 20px;
}
.week_text {
	font-size: 2.8rem;
}


}
@media screen and (max-width: 480px) {

.fixed-bg {
	background-image: url(/images/5stargp/back_sp.jpg);
	background-size: cover;
}
.header_list_5stargp .drawer_menu_list1 li a span {
	font-size: 2.2rem;
}
.main_5stargp_img:before {
	content: none;
}
.main_5stargp_img:after {
	background: url(/images/5stargp/main_img_sp.png?ver=001) no-repeat top center;
	background-size: 110%;
	width: 100%;
}
.goods_list li {
	width: 100%;
	margin-bottom: 20px;
}
.goods_list li:last-child {
	margin-bottom: 0;
}
.youtube_list li {
	width: 100%;
}
.youtube_list_box_text {
	font-size: 1.3rem;
}
.youtube_list li:nth-last-child(-n+2),
.youtube_list li {
	margin-bottom: 60px;
}
.youtube_list li:last-child {
	margin-bottom: 0;
}
.goods_list_text_img {
	height: 210px;
	margin-bottom: 13px;
}
.goods_list {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.goods_list_text,
.goods_list_text_top {
	width: calc(100% - 20px);
	margin: 0 auto 12px;
}
.goods_list_text {
	margin-bottom: 0;
}
.white .footer_logo {
	width: 163px;
	margin-bottom: 7px;
}
.footer_cover.white {
	padding: 40px 0;
}

}
