@charset "UTF-8";

/* CSS Document */
@import url("normalize.min.css") screen;
body, html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #333;
	overflow-x: hidden;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	/*font-family: "Zen Kaku Gothic New", sans-serif;*/
	font-weight: 500;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}

a {
	color: #3B1E87;
	text-decoration: none;
}
a:hover, a:active {
	color: #6F53B9;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
ul, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
	ul {
		list-style: none;

	}
dl {
	list-style-type: none;
}
em, i {
	font-style: normal;
	vertical-align: middle;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 a, h2 a {
	text-decoration: none;
}
.sitename {
	font-size: 26px;
}
.second h1 {
	font-size: 38px;
	padding: 35px 0;
	color: #3B1E87;
}
.second h2 {
	font-size: 26px;
	padding-bottom: 20px;
	color: #3B1E87;
	font-family: "Shippori Mincho", serif;
}
.second section {
	padding-bottom: 4em;
}
.second section p {
	padding-bottom: .7em;
}

 .second section p.lead {
	padding-bottom: 2em;
}

.privacypolicy_sec section {
	text-align: left;
}
.second .privacypolicy_sec section h2 {
	font-size: 22px;
}


/* FORM*/
/*
input[type="text"] {
	display:block;
}
*/
input, button, select, textarea {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #1C1C1C;
	line-height: 1;
}
textarea, select, input[type="text"], input[type="email"] {
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	padding: 0.5em;
	line-height: 1.4em;
	width: 100%;
}
textarea, select {
	background-color: #fff;
}
input[type="radio"] {
	line-height: 2.4em;
}
button {
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1;
}
note {
	display: block;
	font-size: 0.8em;
	color: #999999;
}
figure {
	margin: 0;
	padding: 0;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.textR {
	text-align: right !important;
}
.textL {
	text-align: left !important;
}
.textC {
	text-align: center !important;
}
/* BOX */
.boxstyle {
	padding: 1.2em;
	box-sizing: border-box;
	background: #fff;
}
.boxBorder {
	border: 1px solid #000;
}
.bgGray {
	background: #f0eeea;
	margin-bottom: 30px;
}
/* LIST COMMON */
ul.liststyle {
	margin-left: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 2em;
}
dd ul.liststyle, li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li, ol li {
	margin-bottom: 5px;
}
ul.liststyle > li:before {
	content: "•";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
	text-align: center;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
.dl_list dd {
	margin-bottom: 15px;
}
.dl_list.withline {}
.dl_list.withline dt {
	margin: 0;
	padding: 30px;
}
.dl_list.withline dd {
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 30px;
}
/* COMMON */
/* TITLE COMMON */
.btn_area {
	text-align: center;
	padding: 30px 0;
}
.btn_style {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	  
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn_style.nolink {
	background-color: #666666;
	cursor:default;
	color: #D4D4D4;
}
.btn_style span {
	font-size: .8em;
}
.btn_style:not(.nolink):hover {
	color: rgba(255,255,255,.4);
}

input[type="submit"], button, .btn1 {
	background-color: #3B1E87;
}
.btn1:hover {
	background-color: #6F53B9;
}
.btn2 {
	background-color: #D8124B;	
}

.btn3 {
	background-color: #593BAA;	
}
.btn4 {
	font-family: "Crimson Text", serif;
	border:1px solid rgba(228,228,228,.2);
}
.btn4,
.bg_grad {
background: transparent linear-gradient(180deg, #3B1E87 0%, #3B1E87 65%, #D8124B 100%) 0% 0% no-repeat padding-box;
}




button {
	line-height: 1;
}
@keyframes fadein {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}


.is-hide {
	display: none;
}


.header_main {
	position: relative;
}
.sisi_area {
	margin: 0 20px;
	display: flex;
	align-items: center;
}
.sisi_area img {
	height: 60px;
	width: auto;
}

.sns_area {
	display: flex;
	grid-gap: 15px;
	align-items: center;
}
.sns_area a {
	display: block;
}
.sns_area img {
	max-height: 20px;
	width: auto;
}



/* ハンバーガーアイコン */
.ham_menu {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.ham_menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #3B1E87;
  transition: 0.3s;
}

/* × に変形 */
.ham_menu.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ham_menu.active span:nth-child(2) {
  opacity: 0;
}
.ham_menu.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.has-subnav {
  position: relative;
}

/* ＋ボタン */
.subnav-toggle {
  margin-left: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transition: transform 0.25s ease;
}

/* ＋回転（任意） */
.subnav-toggle.is-open {
  transform: rotate(45deg);
}

/* サブメニュー（初期） */
.subnav-inner {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
	height: 0;
	overflow: hidden;
}

.subnav.is-open .subnav-inner {
  opacity: 1;
  transform: translateY(0);
	height: auto;
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: rgba(255,255,255,.7);
  padding-top: 80px;
  transition: right 0.3s;
  z-index: 1000;
}

.nav.active {
  right: 0;
}

.nav ul {
  list-style: none;
  padding: 0;
}

.nav li {
  margin: 24px 0;
}

.nav a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
}

/* INSTAGRAM AREA COMMON */
.insta-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.insta-container li, .insta-container li a {
	width: calc((90vw - 30px) / 3);
	height: calc((90vw - 30px) / 3);
}
.insta-container li a {
	display: block;
}
.insta-container li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* FOOTER COMMON */
footer {
	padding: 15px 20px;
	background-color: rgba(255,255,255,.8);
}
footer .main_area {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.footer_logo img {
	width: 250px;
}
footer .main_area p {
	font-size: 12px;
	text-align: right;
}
footer a {
	text-decoration: none;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(59,30,135,0.50);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(59,30,135,0.80);
}


.main_area,
.atcltit_area {
	width: 94vw;
	margin: 0 auto;
}

.cont_tit {
	font-size: 36px;
	text-align: center;
	color: #3B1E87;
	line-height: 1.3;
	margin-bottom: 20px;
	font-family: "Shippori Mincho", serif;
}
.cont_tit a {
	color: #3B1E87;
}
.bg_grad .cont_tit {
	color: #fff;
}
.bg_grad .cont_tit a {
	color: #fff;
}
.eng {
	font-family: "Crimson Text", serif;
	letter-spacing: 0.05em
}
section.sec {
		padding-top: 80px;
	}
/* TOP COMMON */
#toplead_area {
	background-image: url("/img/bg_galaxy.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#toplead_area a:not([class]) {
	color: #333;
}
#toplead_area a:not([class]):hover {
	color: #828282;
}
.top_slide {
	position: relative;
}
#toplead_area .main_area .photo_area {
	background-color: #fff;
}
.caption_area {
	background-color: rgba(255,255,255,.9);
	text-align: left;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.4;
}
#toplead_area .gameinfo_area {

}
#gameinfo_swiper.swiper {width: 100%;}
#toplead_area .gameinfo_wrap {
	text-align: center;
		padding: 0 15px 15px 15px;
		position: relative;
}
#toplead_area .gameinfo_area h2.cont_tit {
	text-align: center;
	padding: 15px 0 0px 0;
	margin: 0;
}
#toplead_area .gameinfo_area h2.cont_tit a {
	color: #3B1E87 !important;
}
.gameinfo_area .taisen {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0;
}
.gameinfo_area .taisen .emb {
	width: calc((100% - 160px) / 2);
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
}
.gameinfo_area .taisen .emb figure {
	width: 120px;
	margin: 0 auto;
}
.gameinfo_area .taisen .emb p {
	font-size: 14px;
	line-height: 1.3;
	padding: 0 5px;
}
.score {
	width: 160px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}
.score strong {
	font-size: 46px;
}
.score .prematch {
	display: flex;
	flex-direction: column;
	grid-gap: 15px;
	justify-content: center;
	font-family: "Crimson Text", serif;

}
.score .result {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	justify-content: center;
}
.result_score {
	position: relative;
	line-height: 55px;
	display: flex;
	justify-content: center;
	grid-gap: 25px;
	align-items: center;
	vertical-align: middle;
		font-family: "Crimson Text", serif;
	font-weight: 600;
	font-size: 55px;

	
}
.result_score::before {
	content: "";
	width: 15px;
	height: 2px;
	background-color: #333;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .5em;
	margin: auto;	
}
.score .result_score > div {
	padding-top: 18px;
}
.score .result_score .dresco {
	position: relative;
}
.score .result_score .dresco .win {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-family: "Crimson Text", serif;
	color: #3B1E87;
	background: linear-gradient(transparent 65%, rgba(152,119,240,0.70) 35%);
}
.score .result .result_detail > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.score .result .result_detail span {
	display: block;
}
.score .result .result_detail span.homesco {
	text-align: right;
	font-family: "Crimson Text", serif;
	font-size: 22px;
}
.score .result .result_detail span.awaysco {
	text-align: left;
	font-family: "Crimson Text", serif;
	font-size: 22px;
}

.score .result .result_detail span.format {
	font-size: .7em;
	padding:  0 15px;
}

.h_or_a {
	display: inline-block;
	width: 5em;
	border:1px solid #3B1E87;
	line-height: 1.4em;
	font-size: 14px;
	text-align: center;
	color: #3B1E87;
}
.h_or_a.icon_away {
	color: #333;
	border:1px solid #333;
}
.memo {
	margin-top: 10px;
	color: #D8124B;
}
.kanrenlink {
	width: 80%;
	margin: 15px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1px;
}
.kanrenlink .btn_style {
	width: calc((100% - 1px) / 2);
	min-width: inherit;
	line-height: 50px;
	height: 50px;
}
.kanrenlink .btn_style.matchdetail {
	width: 100%;
}

.infolinkarea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1px;
	margin-top: auto;
}
.infolinkarea .btn_style {
	width: calc((100% - 1px) / 2);
	min-width: inherit;
	line-height: 1.4;
	height: auto;
	padding: 10px 0;
}

#member_swiper .swiper-wrapper {
	padding: 0 30px;
}
.swiper-prev,
.swiper-next {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 5;
}


.swiper-next {
	right: 3px;
}
.swiper-prev {
	left: 3px;
}

.swiper-prev::before,
.swiper-prev::after{
    content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #3b1e87;
  transform-origin: 1px 50%;
}
.swiper-next::before,
.swiper-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #3b1e87;
  transform-origin: calc(100% - 1px) 50%;
}

.swiper-next::before,
.swiper-prev::after {
  transform: rotate(60deg);
}

.swiper-next::after,
.swiper-prev::before {
  transform: rotate(-60deg);
}

.top_memberbox {
	position: relative;
	height: 510px;
}
.plaerph {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: auto;
	object-position: top right;
}
a:hover .plaerph img {
	opacity: 1;
}
.backview_box {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top 22px right 22%;
	background-size: 200%;
	position: relative;
	width: 75%;
	height: 100%;
	color: #fff;
	text-align: left;
}
.backview_box::after {
	content: "";
	display: block;
  position: absolute;
		background-color: rgba(59,30,135,.8);

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.member_tit {
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: left;
	color: #fff;
	z-index: 5;
	/*font-family: "Shippori Mincho", serif;*/
	line-height: 1.2;
}
.member_tit strong {
	display: block;
	font-size: 1.2em;
}
.member_tit span {
	font-size: 9px;
	letter-spacing: 0;
}
.member_num {
	    color: rgba(255, 255, 255, .6);
    font-family: "Crimson Text", serif;
    font-size: 80px;
    position: absolute;
    right: 25%;
    top: 0;
    line-height: .8em;
    letter-spacing: 0;
}

.memberbox {
	position: relative;
	min-height: 880px;
	margin-bottom: 40px;
}
.memberbox .plaerph,
.memberbox .plaerph img { 
	height: 880px;
	width: auto;
}
.memberbox .backview_box {
	
	background-position: left -320px top 0px;
	background-size: 100% auto;
	position: relative;
	width: 100%;
	height: 40vw;
	color: #fff;
	text-align: left;
}

.member-gallery {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}
.member-gallery li {
	width: calc((100% - 60px) / 5);
}
.member-gallery li figure {
	aspect-ratio: 4 / 3; 

	overflow: hidden;
}
.member-gallery li figure img {
		object-fit: cover;
	
	min-height: 100%;
}
.profile_list {
	display: inline-block;
	margin: 0 auto;
}
.profile_list .profile_row {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	text-align: left;

}
.profile_list .profile_row dt {
	width: 14em;
}

.news_list {
	/*display: flex;
	flex-wrap: wrap;
	grid-gap: 2vw;*/
}
.news_list li {
	/*width: calc((100% - 4vw) / 2);*/
	position: relative;
	box-sizing: border-box;
}
.news_list li a {
	display: block;
	height: 100%;
}
.news_list li figure {
	aspect-ratio: 108 / 135;
	border: 1px solid #C3C3C3;
}
.news_list li figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news_list li .newscate_area {
	background-color: #3B1E87;
	color: #fff;
	text-align: center;
	font-size: 10px;
	padding: 0 10px;
	position: absolute;
	top: 1px;
	right: 1px;
}
.news_list li a .caption_area {
		color: #333;
	    width: calc(100% - 2px);
	margin: 1px;

}
#top_about {
	background-image: url("/img/top/bg_about.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}	
#top_about .main_area {
	text-align: center;
}
/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	html {
		font-size: 62.5%;
		padding: 0;
		margin: 0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 0;
		margin: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sptab_only, .sp_only {
		display: block !important;
	}
	.pc_only, .tabpc_only, .tab_only {
		display: none;
	}
	.textSmall {
		font-size: 1.2rem;
	}
	p {
		font-size: 1.4rem;
	}
	
	li, dt, dd, td, th {
		font-size: 1.4rem;
		line-height: 24px;
	}
	input, button, select, textarea {
		font-size: 1.4rem;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-top: 20px;
	}
	note {
		font-size: 10px;
	}
	dl.dl_list dd {
		margin-bottom: 15px;
	}
	dl.dl_list.withline dt {
		padding: 15px 0 0 10px;
	}
	dl.dl_list.withline dd {
		padding: 5px 0 15px 10px;
	}
	.flex_box > div:nth-child(n+2) {
		margin-top: 30px;
	}
	.btn_style, input[type="submit"], button {
		width: 68%;
	}
	
	/* FOOTER SP */
	footer .main_area {
		flex-direction: column;
		grid-gap: 5px;
	}
	footer .main_area > div {
		display: inline-block;
	}
	/* TOP SP */
	.score .prematch {
		grid-gap: 5px;
	}
	.news_list li {
		margin-bottom: 20px;
	}
	.news_list li a {
		display: flex;
		align-items: center;
	}
	.news_list li figure {
		width: 50%;
	}
	.news_list li a .caption_area {
		position: static;
		padding: 0 0 0 10px;
		font-size: 16px;
		line-height: 1.6;
	}
	.news_list li a .newscate_area {
		left: 0;
		right: auto;
		bottom: 0;
		top: auto;
	}
	.top_memberbox {
		height: 52vh;
	}
	.backview_box {
		width: 85%;
	}
	.plaerph {
		padding-top: 2vh;
	}
	.plaerph img {
		    width: 86%;
    margin-left: auto;
    display: block;
	}
	.member_num {
		right: 15%;
	}
}

.header_main {
	display: flex;
}
.sitename a {
	display: flex;
	line-height: 1.2;
	align-items: center;
	 font-family: "Shippori Mincho", serif;
}
.sitename .eng {
	
	letter-spacing: .03em;
}
.sitename img {
	width: 100px;
	flex-shrink: 0;
}
.sitename div span {
	display: block;
}


.bnr_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 30px;
	padding-bottom: 30px;
	
}
.bnr_list li a,
.bnr_list li span {
	display: block;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	padding: 5px 10px;
	
}

.bnr_list li {
	width: calc((100% - 90px) / 4);
}
.bnr_list.links li {
	width: calc((100% - 60px) / 5);
}

/* SP and TABLET */
@media screen and (max-width: 1049.9px) {



	/* GOOGLE MAP */
	.gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pc_only {
		display: none !important;
	}
	.btn_style {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}

	
	section.sec {
		padding-top: 50px;
	}
	/* HEADER SP and TABLET */
	.sns_area {
	position: absolute;
	top: 0;
	width: 100%;
	justify-content: space-evenly;
	padding: 10px 0;
		background-color: #E2DEEE;
}
	.sns_area a {
		display: flex;
	}
.sns_area img {
	height: 20px;
	width: auto;
}
	#headerdiv {
		position: sticky;
  top: 0;
		z-index: 1000;
		background-color: rgba(255,255,255,.85);
	}
	.header_main {
		padding-top: 40px;
		
	}
	.header_main, footer .main_area {
		position: relative;
	}
	h1.sitename {
		font-size: 17px;
	}
	.sitename img {
		width: 60px;
	}
	.sisi_area img {
		height: 40px;
	}
	.ham_menu {
		top: 40px;
		right: 4vw;
	}
	footer .main_area {
		padding-bottom: 20px;
	}
	footer {
		padding-bottom: 40px;
	}	
	.btn1, input[type="submit"], button {
		margin-right: auto;
		margin-left: auto;
	}
	
	/* TOP TABLET AND SP */
	#toplead_area .main_area {
		width: 100%;
	}
	#toplead_area .gameinfo_wrap {
		width: 92vw;
		margin: 6vw auto;
		padding: 4vw 5px;
		background-color: rgba(255,255,255,.8);
		box-sizing: border-box;
	}
	.cont_tit {
		font-size: 24px;
	}
	.h_or_a {
		font-size: .8em;
		display: block;
		margin: 0 auto 5px auto;
	}
	
	.score {
		width: 140px;
		font-size: 14px;
		line-height: 1.2;
		grid-gap: 0px;
	}
	.gameinfo_area .taisen .emb {
		width: calc((100% - 140px) / 2)
	}
	.prematch {
		line-height: 1;
	}
	.score strong {
		font-size: 40px;
	}
	.gameinfo_area .taisen .emb figure {
		width: 80%;
	}
	.gameinfo_area .taisen .emb p {
		font-size: 12px;
	}
	.kanrenlink {
		width: 94%;
	}
}
/* -------------------- */
/* ----- TABLET and PC ----- */
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}
	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sp_only {
		display: none !important;
	}
	.tabpc_only {
		display: block !important;
	}
	p, .textBox {
		font-size: 14px;
		line-height: 24px;
	}


	li, dt, dd, td, th {
		font-size: 14px;
		line-height: 24px;
	}
	input, button, select, textarea {
		font-size: 14px;
	}
	.mwform-tel-field input[type="text"] {
		width: 6em;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-left: 15px;
	}

	dl.dl_list {
		margin: 0 auto 10px auto;
	}
	dl.dl_list dt {
		float: left;
		clear: both;
		width: 7.5em;
		text-align: left;
	}
	dl.dl_list dd {
		padding-left: 8.5em;
		margin-bottom: 30px;
		text-align: left;
	}
	dl.dl_list.dl_long dt {
		width: 12em;
	}
	dl.dl_list.dl_long dd {
		padding-left: 12.5em;
	}
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration: none;
	}
	.flex_box {
		display: flex;
		justify-content: space-between;
	}
	.flex_box figure {
		width: calc((100% - 60px) / 2);
		margin-right: 30px;
		flex-shrink: 0;
	}
	.flex_box.tateC {
		align-items: center;
	}
	.btn_style, button {
		max-width: 90vw;
	}
	.btn_area button {
		display: inline-block;
	}
	.btn_area button:nth-child(n+2) {
		margin-left: 20px;
	}
	
	
	/* HEADER TABLET and PC */

	/* TOP TABLET and PC */
	
	/* FOOTER TABLET and PC */

}
@media screen and (min-width:768px) and (max-width:1049px) {
	/* TABLET ONLY */
}
/* -------------------- */
/* ------- PC -------- */
@media screen and (min-width: 1050px) {
	body, html {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	body {
		min-width: 1050px;
	}
	p, .textBox {
		font-size: 18px;
	}
	.ham_menu {
		width: 54px;
		height: 22px;
	}
	.wrapper {
		
	}
	header {
		padding: 0 3vw;
	}
	.sptab_only, .tab_only {
		display: none !important;
	}
	.btn_area {
		display: flex;
		justify-content: flex-end;
	}
	.btn_style {
		width: 200px;
		margin: 0 0 0 auto;
	}
	.main_area {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	
	.boxstyle {
		padding: 40px;
	}

	
	/* FOOTER PC */
	body, .wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
	footer {
		margin-top: auto;
	}
	footer .main_area {
		width: 100%;
		margin: 0 auto;
	}
	/* TOP PC */
	#toplead_area {
		padding: 50px 0;
	}
	#toplead_area .main_area {
		display: flex;
	}
	#toplead_area .main_area .photo_area,
	#toplead_area .main_area .gameinfo_area {
		width: 50%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	#toplead_area .gameinfo_area {
		display: flex;
		flex-direction: column;
		background-color: rgba(255,255,255,.8);
		
	}
	.h_or_a {
		margin-right: 10px;
	}
	
	
	.news_list {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 30px;
	}
	.news_list li {
		width: calc((100% - 60px) / 3);
	}
	.news_list li a .caption_area {
		font-size: 14px;
	}
	
}



.image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.image-modal.active {
  display: block;
}

/* 背景 */
.image-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
}

/* 画像 */
.image-modal__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  animation: zoomIn 0.25s ease;
}

/* ×ボタン */
.image-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* 左右ボタン */
.image-modal__prev,
.image-modal__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 12px;
}

.image-modal__prev { left: 10px; }
.image-modal__next { right: 10px; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
