@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Hind:wght@600&family=Rubik:wght@300;500&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@400;500&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital@0;1&display=swap");


html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}


ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	font-weight: normal;
}

table caption,
table th,
table td {
	text-align: left;
	vertical-align: middle;
	height: 31px;
}

table caption,
table th {
	font-weight: 300;
}

table td {
	font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
	content: "";
	content: none;
}

a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
}

a:hover {
	cursor: pointer;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

input,
button,
textarea,
select {
	margin: 0;
	border: none;
	outline: none;
	font-size: 1.6rem;
	padding: 1.5rem;
}

img.cover,
video.cover {
	-o-object-fit: cover;
	object-fit: cover;
}

h1 {
	font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

p {
	margin: 0;
}

:-moz-placeholder-shown {
	color: #8a8a8a;
}

:-ms-input-placeholder {
	color: #8a8a8a;
}

:placeholder-shown {
	color: #8a8a8a;
}

::-webkit-input-placeholder {
	color: #8a8a8a;
}

:-moz-placeholder {
	color: #8a8a8a;
	opacity: 1;
}

::-moz-placeholder {
	color: #8a8a8a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #8a8a8a;
}

*:focus {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn {
	text-align: center;
}

.btn2 {
	text-align: center;
	background-color: #fff;
	padding-bottom: 60px;
}

.btn a,
.btn2 a {
	border-radius: 5rem;
	background-color: #0059A7;
	border: 0.1rem solid #0059A7;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 1rem 0;
	width: 24rem;
}

.btn2 a:hover,
.btn a:hover {
	background-color: #fff;
	color: #0059A7;
}

.btn-more {
	text-align: center;
}

.btn-more a {
	font-size: 1.6rem;
	color: #fff;
	background-color: #666666;
	border: 0.1rem solid #666666;
	padding: 2rem;
	text-align: center;
	width: 30rem;
}

.btn-more a:hover {
	color: #666666;
	background-color: #fff;
}

.pc {
	display: inline;
}

.sp {
	display: none;
}

.l-inner {
	margin: 0 auto;
	padding: 0 5%;
}

.s-inner {
	width: 93rem;
	margin: 0 auto;
}

.inner {
	width: 100rem;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid {
	display: grid;
}

.nolink {
	opacity: 0.3 !important;
}

.nolink:hover {
	cursor: inherit;
	background: none !important;
	color: #fff !important;
}

h1 {
	font-size: 3.4rem;
	line-height: 1.8;
	padding: 9rem 0 8rem;
	text-align: center;
	color: #fff;
}

h1 span {
	display: block;
	font-size: 60%;
}

h2 {
	font-size: 3rem;
	color: #0059A7;
	line-height: 2;
	position: relative;
	margin-bottom: 9rem;
	text-align: center;
}

h2 span {
	font-size: 60%;
	color: #fb008d;
	display: block;
}

h2:after {
	content: "";
	position: absolute;
	border-bottom: 0.5rem solid #89a3d4;
	width: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -3.7rem;
}

#contents {
	margin-top: 10rem;
}

#breadcrumb {
	margin-bottom: 12rem;
}

#breadcrumb ol {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.6;
}

#breadcrumb ol li {
	margin-right: 1rem;
	font-size: 1.5rem;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

#breadcrumb ol li a {
	font-size: 1.5rem;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
	position: relative;
	padding-right: 2rem;
}

#breadcrumb ol li a:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#header .header1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 2rem 0;
}

#header .logo {
	width: 42rem;
}

#header .logo a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#header .logo a:hover {
	opacity: 0.7;
}

#header .logo img {
	width: 100%;
}

#header .sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 5rem;
}

#header .sns li {
	margin-right: 2rem;
}

#header .sns li:last-child {
	margin-right: 0;
}

#header .sns li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#header .sns li a:hover {
	opacity: 0.7;
}

#header .sns li img {
	width: 100%;
}

#header #nav {
	background-color: #0059A7;
	width: 100%;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

#header #nav.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}

#header #nav input,
#header #nav label {
	display: none;
}

#header #nav ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header #nav ul li a {
	color: #fff;
	display: block;
	padding: 2.5rem 1rem;
}

#header #nav ul li a:hover {
	background-color: #fff;
	color: #0059A7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer {
	background-color: #eef2f3;
	padding: 5rem 0;
}

#footer .inner {
	width: 85.5rem;
}

#footer .logo {
	width: 62%;
	margin: 0 auto 5rem;
	text-align: center;
}

#footer .logo a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer .logo a:hover {
	opacity: 0.7;
}

#footer .logo img {
	width: 100%;
}

#footer .nav a {
	color: #0059A7;
	letter-spacing: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer .nav a:hover {
	opacity: 0.7;
}

#footer .sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}

#footer .sns li {
	margin-right: 2.5rem;
	width: 4%;
}

#footer .sns li:last-child {
	margin-right: 0;
}

#footer .sns li a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer .sns li a:hover {
	opacity: 0.7;
}

#footer .sns li a img {
	width: 100%;
}

#footer .copy {
	font-size: 1.2rem;
	margin-top: 3.5rem;
	text-align: center;
}

#top #top_mainv .logo {
	width: 58rem;
	margin: 0 auto;
}

#top #top_mainv .date {
	width: 48rem;
	margin: 5rem auto 0;
}

#top #top_mainv img {
	width: 100%;
}

#top #top_about {
	padding: 9rem 0 10rem;
	background: url(../img/common/about-bg3.png) no-repeat;
	background-size: cover;
}

#top #top_about .inner {
	position: relative;
}

#top #top_about .inner::before {
	content: "";
	position: absolute;
	background: url(../img/common/about-bg1-2.png) no-repeat;
	background-size: 100%;
	width: 46%;
	height: 80%;
	top: 2%;
	right: -14vw;
}

#top #top_about .inner::after {
	content: "";
	position: absolute;
	background: url(../img/common/about-bg2-2.png) no-repeat;
	background-size: 100%;
	width: 40%;
	height: 67%;
	bottom: -6%;
	left: -22%;
}

#top #top_about .logo {
	width: 15%;
	margin: 0 auto 6rem;
}

#top #top_about .logo img {
	width: 100%;
}

#top #top_about .ttl {
	font-size: 2.4rem;
	color: #0059A7;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin-bottom: 6rem;
}

#top #top_about .descri {
	text-align: center;
	line-height: 2.4;
	margin-bottom: 9rem;
}

#top #top_message {
	padding: 9rem 0 6rem;
	background-color: #ebf2f8;
}

#top #top_message h2 .small {
	font-size: 1.6rem;
	color: #0059A7;
	display: inline;
}

#top #top_message .txt {
	width: 60%;
}

#top #top_message .txt .descri {
	font-size: 1.5rem;
	line-height: 2.4;
}

#top #top_message .txt .name {
	font-size: 1.5rem;
	margin-top: 5rem;
}

#top #top_message .txt .name span {
	margin-left: 1.5rem;
	font-size: 2.3rem;
}

#top #top_message .txt .name img {
	margin-left: 8rem;
	width: 13%;
	vertical-align: middle;
}

#top #top_message .img {
	width: 55%;
	margin-left: 5%;
}

#top #top_message .img img {
	width: 100%;
	vertical-align: top;
}

#top #top_sponcor {
	padding: 9rem 0 12rem;
}

#top #top_sponcor ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#top #top_sponcor ul::after {
	content: "";
	width: 27%;
}

/*#top #top_sponcor ul li {
  width: 27%;
  margin-right: 9.5rem;
  margin-bottom: 3rem;
  text-align: center;
}*/

#top #top_sponcor ul li:nth-child(3n) {
	margin-right: 0;
}

#top #top_sponcor ul li.w40 img {
	width: 40%;
}

#top #top_sponcor ul li.w50 img {
	width: 50%;
}

#top #top_sponcor ul li.w60 img {
	width: 60%;
}

#top #top_sponcor ul li a:hover {
	opacity: 0.7;
}

#top #top_sponcor ul li img {
	width: 100%;
}

/*ランク別サイズ変更追加*/
#top #top_sponcor ul {
	text-align: center;
	margin-bottom: 5%
}

#top #top_sponcor ul:last-child {
	margin-bottom: 0
}

#top #top_sponcor ul li {
	width: 32%;
	margin-right: 1%;
	text-align: center;
	display: inline-block;
	margin-bottom: 5%;
	vertical-align: middle
}

#top #top_sponcor ul li.back {
	padding: 2%
}

#top #top_sponcor ul li:last-child {
	margin-right: 0
}

#top #top_sponcor ul.lank-b li {
	width: 22%;
}

#top #top_sponcor ul.lank-c li {
	width: 23%;
}

#top #top_sitemap {
	background-color: #0059A7;
	padding: 10rem 0;
}

#top #top_sitemap ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#top #top_sitemap ul::after {
	content: "";
	width: 30%;
}

#top #top_sitemap ul li {
	width: 30%;
	margin-right: 5rem;
	margin-bottom: 5rem;
}

#top #top_sitemap ul li:nth-child(3n) {
	margin-right: 0;
}

#top #top_sitemap ul li:last-child,
#top #top_sitemap ul li:nth-last-child(2) {
	margin-bottom: 0;
}

#top #top_sitemap ul li a {
	display: block;
}

#top #top_sitemap ul li a:hover {
	opacity: 0.7;
}

#top #top_sitemap ul li .txt {
	background-color: #fff;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	padding: 3.5rem 2rem;
	position: relative;
}

#top #top_sitemap ul li .txt::after {
	content: "";
	position: absolute;
	background: url(../img/common/sitemap-arrow.png) no-repeat;
	width: 3.5rem;
	height: 3.5rem;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

#top #top_sitemap ul li .txt .ttl {
	font-size: 2rem;
	color: #0059A7;
}

#top #top_sitemap ul li .txt .ttl span {
	font-size: 1.4rem;
	color: #fb008d;
	display: block;
}


#top #top_news {
	padding: 10rem 0 0;
}

#top #top_news h2::after {
	display: none;
}

#top #top_news .CMS-NEWS-INDEX {
	margin-bottom: 13.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#top #top_news .CMS-NEWS-INDEX::after {
	content: "";
	width: 30%;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM {
	width: 30%;
	margin-right: 5rem;
	margin-bottom: 5rem;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM::after {
	content: "";
	width: 30%;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-of-type(3n) {
	margin-right: 0;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM a:hover {
	opacity: 0.7;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM img {
	width: 100%;
	height: 19rem;
	-o-object-fit: cover;
	object-fit: cover;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-TIME {
	margin-top: 1rem;
	font-size: 1.4rem;
	color: #0059A7;
}

#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-LINK {
	font-size: 1.8rem;
}

#top #top_news .CMS-NEWS-INDEX button {
	display: none;
}

#top #top_news ul {
	margin-bottom: 13.3rem;
}

#top #top_news ul::after {
	content: "";
	width: 30%;
}

#top #top_news ul li {
	width: 100%;
	border-bottom: 1px solid #72aee6;
	padding: 2% 0;
}

#top #top_news ul li:nth-of-type(3n) {
	margin-right: 0;
}

#top #top_news ul li:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

#top #top_news ul li a:hover {
	opacity: 0.7;
}

#top #top_news ul li .img img {
	width: 100%;
}

#top #top_news ul li .txt {
	margin-top: 1rem;
	font-size: 1.4rem;
}

#top #top_news ul li .txt .date {
	color: #0059A7;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
}

.news_date {
	color: #0059A7;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
	width:120px;
}
@media screen and (max-width: 766px){
.news_date {	
	width:100%;
}
}

.news_ttl {
	color: #000;
	display: inline-block;
	vertical-align: middle
}


#top #top_news .info {
	text-align: center;
}

#top #top_news .info .tel {
	font-size: 2.4rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

#top #top_news .info .tel span {
	font-size: 3rem;
}

#top #top_news .info .date {
	font-size: 1.4rem;
}


#body_players #footer {
	margin-top: 0;
	padding-top: 11.5rem;
}

#players .mainv {
	background: url(../img/contents/players/mainv.jpg) no-repeat;
	background-size: cover;
}

#players #contents {
	background: url(../img/contents/players/players.jpg) no-repeat;
	background-size: cover;
	margin-top: 0;
	padding: 10rem 0;
}

#players .comment {
	font-size: 2.4rem;
	color: #0059A7;
	margin-bottom: 8rem;
	position: relative;
	text-align: center;
}

#players .comment:after {
	content: "";
	position: absolute;
	border-bottom: 0.4rem solid #0059A7;
	width: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2rem;
}

#players .soon {
	text-align: center;
	color: #0059A7;
	font-size: 6.4rem;
	margin-bottom: 8rem;
	font-family: "Arvo", "Noto Sans JP", serif;
	font-style: italic;
}

#players .soon span {
	font-size: 2.8rem;
	display: block;
	color: #000;
}

#players .comming {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#players .comming li {
    width: 20%;
    font-size: 1.6rem;
    margin-bottom: 4rem;
    list-style: none;
}

#players .comming li:nth-child(5n) {
	margin-right: 0;
}

#players .comming li:before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: #0059A7;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.5rem;
}

#players ul li .img img {
	width: 100%;
}

#players ul li .txt {
	margin-top: 0.5rem;
}

#players ul li .txt .ttl {
	font-size: 2.1rem;
	letter-spacing: 0;
}

#streaming .mainv {
	background: url(../img/contents/streaming/mainv.jpg) no-repeat;
	background-size: cover;
}

#streaming h2 {
	border-left: 0.6rem solid #fb008d;
	font-size: 2.1rem;
	text-align: left;
	color: #0059A7;
	padding-left: 1rem;
	line-height: 1.2;
	margin-bottom: 5rem;
	letter-spacing: 0;
}

#streaming h2:after {
	display: none;
}

#streaming .box {
	margin-bottom: 9.5rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#streaming .box .txt {
	margin-bottom: 3rem;
	letter-spacing: 0;
}

#streaming .box .img {
	text-align: center;
	width: 35%;
}

#contact .mainv {
	background: url(../img/contents/contact/mainv.jpg) no-repeat;
	background-size: cover;
}

#contact .contactform {
	margin: 0 auto;
	width: 66%;
}

#contact .comment {
	font-size: 1.4rem;
}

#contact .comment a {
	text-decoration: underline;
	color: #0059A7;
}

#contact .comment span {
	color: #fd0100;
}

#contact .link {
	text-align: left;
	margin: 2rem 0 4rem;
}

#contact .link a {
	padding: 1rem;
	position: relative;
}

#contact .link a:hover:after {
	border-top: 0.1rem solid #0059A7;
	border-right: 0.1rem solid #0059A7;
}

#contact .link a:after {
	content: "";
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contact .privacy {
	margin: 6rem auto 0;
}

#contact .privacy .box {
	border: 0.2rem solid #d3d3d3;
	padding: 3rem 3.5rem;
	margin: 4rem 0 8rem 0;
	overflow-y: scroll;
	height: 33rem;
}

#contact .privacy .txt label {
	margin-top: 2rem;
	display: block;
}

#contact .privacy .txt input {
	margin-right: 1rem;
}

#contact #email-alert-area,
#contact #checkbox-alert-area {
	color: #fd0100;
}

#access .mainv {
	background: url(../img/contents/access/mainv.jpg) no-repeat;
	background-size: cover;
}


#access p {
	margin-bottom: 3rem;
}

#access .map p img {
	width: 1.8%;
	vertical-align: sub;
	margin-right: 0.5rem;
}

#access .map iframe {
	margin-right: 2rem;
	width: 50%;
	height: 41rem;
}

#access .map .img {
	width: 50%;
	margin-left: 2rem;
}

#access .map .img img {
	width: 100%;
}

#access .map table {
	margin-top: 4rem;
}

#access .time {
	margin-top: 8rem;
	margin-bottom: 11.5rem;
}

#course .mainv {
	background: url(../img/contents/course/mainv.jpg) no-repeat;
	background-size: cover;
}

#course h3 {
	border-left: 0.4rem solid #009944;
	font-size: 2.1rem;
	text-align: left;
	padding-left: 1rem;
	line-height: 1.2;
	margin: 4rem 0 3rem;
	letter-spacing: 0;
}

#course .map {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 4rem;
}

#course .map .tab {
	margin-bottom: 3rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#course .map .tab li {
	margin-right: 2.5rem;
}

#course .map .tab li a {
	border: 0.1rem solid #009944;
	border-radius: 5rem;
	padding: 0.2rem 2rem;
	text-align: center;
}

#course .map .tab li a:hover {
	background-color: #009944;
	color: #fff;
}

#course .map .course-map {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#course .map .img {
	width: 54%;
}

#course .map .txt {
	width: 41%;
	letter-spacing: 0;
}

#course .map .txt .ttl {
	color: #009944;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

#course .course .box {
	margin-bottom: 7rem;
}

#course .course ul {
	gap: 5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#information+#incfooter>#footer {
	margin-top: 0;
}

#information #contents {
	margin-top: 0;
}

#information .mainv {
	background: url(../img/contents/information/mainv.jpg) no-repeat;
	background-size: cover;
}

#information .mainv2 {
	background: url(../img/contents/amateur/mainv.jpg) no-repeat;
	background-size: cover;
}

#information .about {
	padding: 10rem 0 10.5rem;
	background: url(../img/contents/information/about-bg.png) no-repeat;
	background-size: cover;
}

#information .about .txt {
	text-align: center;
}

#information .about .txt .ttl {
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

#information .about .txt .ttl span {
	color: #0066b3;
}

#information .about .txt .logo {
	margin: 2.5rem auto 4rem;
	width: 23%;
}

#information .about .txt .logo img {
	width: 100%;
}

#information .about .txt p {
	line-height: 2.3;
}

#information .about .img {
	width: 50%;
}

#information .about .project {
	margin-top: 8rem;
	text-align: center;
}

#information .about .project .comment {
	font-size: 2.3rem;
	margin-bottom: 2rem;
}

#information .about .project .ttl {
	font-size: 2.3rem;
	font-weight: bold;
}

#information .about .project .ttl span {
	font-size: 3rem;
	color: #fb008d;
	padding-right: 1rem;
}

#information .about .project .logo {
	margin-top: 7rem;
}

#information .overview {
	padding: 10rem 0 15rem;
	background: url(../img/contents/information/overview-bg.png) no-repeat;
	background-size: cover;
}

#information .overview .info {
	background-color: #fff;
	padding: 5.5rem 8rem 6.5rem;
}

#information .overview .info h2 {
	font-size: 2.4rem;
	color: #0066b3;
	text-align: center;
	margin-bottom: 2rem;
}

#information .overview .info h2:after {
	display: none;
}

#information .overview .info dl {
	border-top: 0.1rem solid #dedede;
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#information .overview .info dl:last-child {
	border-bottom: 0.1rem solid #dedede;
}

#information .overview .info dl dt {
	color: #0066b3;
	width: 11rem;
	margin-right: 16.5rem;
}

#information .overview .info dl dd a {
	text-decoration: underline;
	color: #fb008d;
}

#information .overview .info dl dd a:hover {
	opacity: 0.7;
}

#faq .mainv {
	background: url(../img/contents/faq/mainv.jpg) no-repeat;
	background-size: cover;
}

#faq dl {
	margin-bottom: 2rem;
}

#faq dl dt {
	background-color: #0059A7;
	color: #fff;
	padding: 2rem 5rem 2rem 3rem;
	position: relative;
	cursor: pointer;
}

#faq dl dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 1.5rem;
	height: 0.2rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#faq dl dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 1.5rem;
	height: 0.2rem;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#faq dl dt.active:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#faq dl dt.active:after {
	opacity: 0;
}

#faq dl dd {
	background-color: #ebf2f8;
	padding: 2rem 3rem;
}

#faq dl dd a {
	text-decoration: underline;
	color: #fb008d;
}

#faq dl dd a:hover {
	opacity: 0.7;
}



#news .mainv {
	background: url(../img/contents/news/mainv.jpg) no-repeat;
	background-size: cover;
}

#news .CMS-NEWS-INDEX {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#news .CMS-NEWS-INDEX::after {
	content: "";
	width: 30%;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM {
	width: 30%;
	margin-right: 5rem;
	margin-bottom: 5rem;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-child(3n) {
	margin-right: 0;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM a:hover {
	opacity: 0.7;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM img {
	width: 100%;
	height: 19rem;
	-o-object-fit: cover;
	object-fit: cover;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-TIME {
	margin-top: 1rem;
	font-size: 1.4rem;
	color: #0059A7;
}

#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-LINK {
	font-size: 1.4rem;
}

#news .CMS-NEWS-INDEX button {
	display: none;
}

#news ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 11.5rem;
}

#news ul::after {
	content: "";
	width: 30%;
}

#news ul li {
	border-bottom: 1px solid #72aee6;
	padding: 2% 0;
}

#news ul li img {
	display: none
}

#news ul li:nth-child(3n) {
	margin-right: 0;
}

#news ul li a:hover {
	opacity: 0.7;
}

#news ul li .img img {
	width: 100%;
}

#news ul li .txt {
	margin-top: 1rem;
	font-size: 1.4rem;
}

#news ul li .txt .date {
	color: #0059A7;
}


#newsdetail .mainv {
	background: url(../img/contents/news/mainv.jpg) no-repeat;
	background-size: cover;
}

#newsdetail .news-contents {
	width: 60%;
	margin: 0 auto;
}

#newsdetail .news-contents .img {
	width: 100%;
}

#newsdetail .news-contents .img img {
	width: 100%;
}

#newsdetail .news-contents .txt {
	margin-top: 2rem;
}

#newsdetail .news-contents .txt .date {
	color: #0059A7;
	font-size: 1.2rem;
}

#newsdetail .news-contents .txt .ttl {
	font-size: 2rem;
	margin: 0.5rem 0;
}

.thanks_innner {
	margin-bottom: 11.5rem;
}

#thanx .mainv {
	background: url(../img/contents/contact/mainv.jpg) no-repeat;
	background-size: cover;
}

#thanx p {
	text-align: center;
}

#thanx p span {
	font-size: 2rem;
	margin-bottom: 2rem;
	display: block;
}

#amateur .mainv {
	background: url(../img/contents/amateur/mainv.jpg) no-repeat;
	background-size: cover;
}

/*トップページにセブンハンドレッドクラブの写真追加*/
.top-gallery {
	overflow: hidden
}

.top-gallery li {
	float: left;
	width: 20%
}

@media screen and (max-width: 1025px) {
	.inner {
		width: 95%;
	}

	#top #top_about .inner::before {
		width: 25%;
		right: 0;
		top: -5%;
	}

	#top #top_about .inner::after {
		width: 23%;
		top: -5%;
		left: 0;
	}

	#top_message .flex {
		display: block;
	}

	#top #top_message .txt {
		width: 100%;
	}

	#top #top_message .img {
		width: 60%;
		margin-left: 0;
		margin: 2% auto 0;
	}

	#header #nav ul li a {
		padding: 1rem 0.5rem;
		font-size: 0.9rem;
	}

	.s-inner {
		width: auto;
	}

	#top #top_sponcor ul li {
		margin-right: 0;
	}

	#top #top_sponcor .flex {
		justify-content: space-evenly;
	}

	#footer .inner {
		width: 95%;
	}

	#players .comming li {
		width: 27%;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	.btn a {
		font-size: 4vw;
		width: 80%;
		padding: 4vw 0;
	}

	.btn a:after {
		width: 8vw;
		right: 5vw;
	}

	.btn-more {
		margin-top: 10vw;
	}

	.btn-more a {
		font-size: 4vw;
		padding: 3vw;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inline;
	}

	.l-inner {
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 90%;
	}

	.s-inner {
		width: 90%;
	}

	.flex {
		display: block;
	}

	#contents {
		margin-top: 20vw;
	}

	h1 {
		font-size: 7.2vw;
		padding: 13vw 0;
		line-height: 1.6;
	}

	h1 span {
		font-size: 55%;
	}

	h2 {
		font-size: 6vw;
		margin-bottom: 15vw;
		line-height: 1.6;
	}

	h2::after {
		bottom: -5vw;
		border-bottom: 0.3rem solid #89a3d4;
		width: 5%;
	}

	h2 span {
		font-size: 4vw;
	}

	#breadcrumb {
		margin-bottom: 12vw;
	}

	#breadcrumb ol li {
		margin-right: 1vw;
		font-size: 2.9vw;
	}

	#breadcrumb ol li a {
		font-size: 2.9vw;
		padding-right: 2.6vw;
	}

	#header .header1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		padding: 5vw 0;
	}

	#header .logo {
		width: 80%;
		padding: 0 5vw;
	}

	#header .sns {
		display: none;
	}

	#header #nav-placeholder {
		display: none;
	}

	#header #nav {
		position: fixed;
		z-index: 9999;
		right: 0;
		top: 0;
		width: 16vw;
		height: 16.3vw;
	}

	#header #nav .hamburger-menu {
		position: absolute;
	}

	#header #nav .menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 17vw;
		height: 16.5vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}

	#header #nav .menu-btn span {
		background-color: #fff;
		width: 50%;
		height: 0.1rem;
	}

	#header #nav .menu-btn span:before,
	#header #nav .menu-btn span:after {
		content: "";
		display: block;
		height: 0.1rem;
		width: 50%;
		left: 25%;
		border-radius: 0.2rem;
		background-color: #fff;
		position: absolute;
	}

	#header #nav .menu-btn span:before {
		top: 35%;
	}

	#header #nav .menu-btn span:after {
		bottom: 35%;
	}

	#header #nav #menu-btn-check:checked~.menu-btn span {
		background-color: #0059A7;
	}

	#header #nav #menu-btn-check:checked~.menu-btn span:before {
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #0059A7;
	}

	#header #nav #menu-btn-check:checked~.menu-btn span:after {
		bottom: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #0059A7;
	}

	#header #nav #menu-btn-check:checked~.menu-content {
		opacity: 1;
		visibility: inherit;
	}

	#header #nav #menu-btn-check {
		display: none;
	}

	#header #nav .menu-content {
		visibility: hidden;
		width: 100%;
		height: 100%;
		position: fixed;
		opacity: 0;
		z-index: -1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		background-color: #ebf2f8;
		left: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#header #nav .menu-content ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#header #nav .menu-content ul li {
		width: 45%;
	}

	#header #nav .menu-content ul li a {
		font-size: 3.6vw;
		color: #0059A7;
		position: relative;
		padding-left: 2rem;
		letter-spacing: 0;
		display: inline-block;
	}

	#header #nav .menu-content ul li a:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		width: 4px;
		height: 4px;
		border-top: 1px solid #0059A7;
		border-right: 1px solid #0059A7;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header #nav .menu-content ul li a.agree:after {
		content: "";
		position: absolute;
		background: url(../img/cosmetic-surgery/common/ic-agree.svg) no-repeat;
		width: 2rem;
		height: 2rem;
		right: -3rem;
	}

	#footer {
		padding: 10vw 0;
	}

	#footer .inner {
		width: 100%;
	}

	#footer .logo {
		width: 90%;
		margin: 0 auto 8vw;
	}

	#footer .nav {
		display: none;
	}

	#footer .sns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 5vw;
	}

	#footer .sns li {
		margin-right: 7vw;
		width: 8%;
	}

	#footer .copy {
		font-size: 3vw;
		margin-top: 9vw;
	}

	#top #top_mainv .logo {
		width: 80%;
	}

	#top #top_mainv .date {
		width: 60%;
		margin: 5vw auto 0;
	}

	#top #top_mainv img {
		width: 100%;
	}

	#top #top_about {
		padding: 15vw 0 18vw;
	}

	#top #top_about .inner::before {
		width: 32%;
		height: 20%;
		top: 2%;
		right: 0;
	}

	#top #top_about .inner::after {
		width: 30%;
		height: 22%;
		top: 2%;
		left: 0;
		bottom: inherit;
	}

	#top #top_about .logo {
		width: 35%;
		margin: 0 auto 10vw;
	}

	#top #top_about .ttl {
		font-size: 4.3vw;
		margin-bottom: 5vw;
	}

	#top #top_about .descri {
		text-align: center;
		margin-bottom: 10vw;
	}

	#top #top_message {
		padding: 15vw 0 20vw;
	}

	#top #top_message h2 .small {
		font-size: 4vw;
		display: block;
	}

	#top #top_message .txt {
		width: 100%;
		margin-bottom: 10vw;
	}

	#top #top_message .txt .descri {
		font-size: 3.5vw;
	}

	#top #top_message .txt .name {
		font-size: 3.5vw;
		margin-top: 4vw;
	}

	#top #top_message .txt .name span {
		margin-left: 4vw;
		font-size: 5vw;
	}

	#top #top_message .txt .name img {
		margin-left: 4vw;
		width: 16%;
	}

	#top #top_message .img {
		width: 100%;
		margin: auto;
	}

	#top #top_sponcor {
		padding: 15vw 0 20vw;
	}

	/*  #top #top_sponcor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }*/

	#top #top_sponcor ul::after {
		width: 100%;
	}

	#top #top_sponcor ul li {
		width: 47%;
		margin-right: 5%;
		margin-bottom: 8%;
	}

	/* #top #top_sponcor ul li:nth-child(3n) {
    margin-right: 5%;
  }
  #top #top_sponcor ul li:nth-child(2n) {
    margin-right: 0;
  }*/
	/*スポンサーランク別サイズ調整*/
	#top #top_sponcor ul li {
		width: 45%;
		margin-right: 0;
		margin-bottom: 0;
		margin: 2%;
	}

	#top #top_sponcor ul.lank-b li {
		width: 27%;
	}

	#top #top_sponcor ul.lank-c li {
		width: 32%;
	}

	#top #top_sponcor ul {
		margin-bottom: 10%;
	}

	#top #top_sponcor ul:last-child {
		margin-bottom: 0
	}

	#top #top_sitemap {
		padding: 20vw 0;
	}

	#top #top_sitemap .scroll {
		overflow-x: scroll;
	}

	#top #top_sitemap ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#top #top_sitemap ul::after {
		display: none;
	}

	#top #top_sitemap ul li {
		width: 47%;
		margin-right: 5%;
		margin-bottom: 5%;
	}

	#top #top_sitemap ul li:nth-child(3n) {
		margin-right: 5%;
	}

	#top #top_sitemap ul li:nth-child(2n) {
		margin-right: 0%;
	}

	#top #top_sitemap ul li .txt {
		border-bottom-left-radius: 1.5rem;
		border-bottom-right-radius: 1.5rem;
		padding: 3vw 5vw;
	}

	#top #top_sitemap ul li .txt::after {
		width: 6vw;
		height: 7vw;
		right: 3vw;
		background-size: 100%;
	}

	#top #top_sitemap ul li .txt .ttl {
		font-size: 4vw;
	}

	#top #top_sitemap ul li .txt .ttl span {
		font-size: 3.5vw;
	}

	#top #top_news {
		padding: 20vw 0 0;
	}

	#top #top_news .CMS-NEWS-INDEX {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20vw;
	}


	#top #top_news .CMS-NEWS-INDEX::after {
		display: none;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM {
		width: 47%;
		margin-right: 5%;
		margin-bottom: 7%;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-child(2n) {
		margin-right: 0;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-last-of-type(-n+3) {
		margin-bottom: 7%;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-TIME {
		margin-top: 2vw;
		font-size: 3.5vw;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM img {
		height: 32vw;
	}

	#top #top_news ul {
		margin-bottom: 20vw;
	}

	#top #top_news ul::after {
		display: none;
	}

	#top #top_news ul li {
		width: 100%;
		margin-bottom: 7%;
		padding: 4% 0;
	}

	#top #top_news ul li:nth-child(2n) {
		margin-right: 0;
	}

	#top #top_news ul li:nth-last-of-type(-n+3) {
		margin-bottom: 7%;
	}

	#top #top_news ul li:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}

	#top #top_news ul li .txt {
		margin-top: 2vw;
		font-size: 3.5vw;
	}

	#top #top_news .info .tel {
		font-size: 5vw;
		margin-top: 2vw;
		margin-bottom: 1vw;
	}

	#top #top_news .info .tel span {
		font-size: 6.5vw;
	}

	#top #top_news .info .date {
		font-size: 3.2vw;
	}

	#players #contents {
		background: url(../img/contents/players/players.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		padding: 8vw 0;
	}

	#players .comment {
		font-size: 5vw;
		margin-bottom: 10vw;
	}

	#players .comment:after {
		content: "";
		position: absolute;
		border-bottom: 0.4rem solid #0059A7;
		width: 2.5rem;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -1rem;
	}

	#players .soon {
		font-size: 10vw;
		margin-bottom: 5vw;
		line-height: 1.6;
	}

	#players .soon span {
		font-size: 5vw;
	}

	#players .comming {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: disc;
		gap: 0;
		margin: 0 10px;
		width: 100%;
	}

	#players .comming li {
		width: 47%;
		font-size: 3.4vw;
		margin-bottom: 3vw;
		margin-right: 5vw;
		text-align: left;
	}

	#players .comming li:nth-child(5n) {
		margin-right: 5vw;
	}

	#players .comming li:nth-child(2n) {
		margin-right: 0;
	}

	#players ul {
		grid-template-columns: 1fr 1fr;
		gap: 5vw 4vw;
	}

	#players ul li .txt .ttl {
		font-size: 3.6vw;
	}

	#streaming h2 {
		border-left: 0.4rem solid #fb008d;
		font-size: 5vw;
		padding-left: 2vw;
		margin-bottom: 3vw;
	}

	#streaming .box {
		margin-bottom: 15vw;
		display: block;
	}

	#streaming .box .txt {
		margin-bottom: 7vw;
	}

	#streaming .box .img {
		width: 100%;
	}

	#contact .comment {
		width: 100%;
		font-size: 3.2vw;
	}

	#contact .contactform {
		margin: 0 auto;
		width: 100%;
	}

	#contact .privacy {
		margin: 10vw auto 0;
		width: 100%;
	}

	#contact .privacy .box {
		padding: 5vw;
		margin-top: 8vw;
		height: 70vw;
	}

	#access .map p {
		margin-bottom: 2vw;
	}

	#access .map p img {
		width: 5%;
	}

	#access .map iframe {
		margin-right: 0;
		width: 100%;
		height: 70vw;
		margin-bottom: 3vw;
	}

	#access .map .img {
		width: 100%;
		margin-left: 0;
	}

	#access .map table {
		margin-top: 4vw;
	}

	#access .time {
		margin-top: 8vw;
	}

	#access .time .scroll {
		overflow-x: scroll;
	}

	#access .time .scroll table {
		width: 190vw;
	}

	#access .time .scroll table th,
	#access .time .scroll table td {
		display: revert;
		font-size: 3.5vw;
	}

	#access .time .scroll table th {
		width: 15%;
		border: 0.1rem solid #bdbdbd;
	}

	#course .mainv {
		background: url(../img/contents/course/mainv.jpg) no-repeat;
		background-size: cover;
	}

	#course h3 {
		border-left: 0.3rem solid #009944;
		font-size: 3.8vw;
		padding-left: 2vw;
		margin: 5vw 0;
	}

	#course .map {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 10vw;
	}

	#course .map .tab {
		margin-bottom: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#course .map .tab li {
		margin-right: 3vw;
		margin-bottom: 3vw;
	}

	#course .map .tab li a {
		padding: 1vw 4vw;
	}

	#course .map .img {
		width: 100%;
	}

	#course .map .txt {
		width: 100%;
	}

	#course .map .txt .ttl {
		font-size: 4vw;
		margin-bottom: 2vw;
	}

	#course .course .box {
		margin-bottom: 26vw;
	}

	#course .course ul {
		gap: 3%;
		grid-template-columns: 1fr 1fr;
	}

	#information .about {
		padding: 20vw 0 23vw;
	}

	#information .about .txt {
		width: 100%;
	}

	#information .about .txt .ttl {
		font-size: 7.8vw;
	}

	#information .about .txt .logo {
		margin: 4vw auto 7vw;
		width: 60%;
	}

	#information .about .img {
		width: 100%;
		margin-top: 5vw;
	}

	#information .about .project {
		margin-top: 10vw;
		text-align: center;
	}

	#information .about .project .comment {
		font-size: 5vw;
		margin-bottom: 4vw;
	}

	#information .about .project .ttl {
		font-size: 5vw;
	}

	#information .about .project .ttl span {
		font-size: 6vw;
		padding-right: 1vw;
	}

	#information .about .project .logo {
		margin-top: 10vw;
	}

	#information .overview {
		padding: 5vw 0 8vw;
	}

	#information .overview .info {
		padding: 4vw 5vw 6vw;
	}

	#information .overview .info h2 {
		font-size: 6vw;
		margin-bottom: 3vw;
	}

	#information .overview .info dl {
		padding: 3vw 0;
		display: block;
	}

	#information .overview .info dl dt {
		width: 100%;
		margin-right: 0;
	}

	#faq dl {
		margin-bottom: 4vw;
	}

	#faq dl dt {
		padding: 4vw 10vw 4vw 4vw;
	}

	#faq dl dt:before {
		right: 4vw;
		width: 4vw;
	}

	#faq dl dt:after {
		right: 4vw;
		width: 4vw;
	}

	#faq dl dd {
		padding: 4vw;
	}

	#news .CMS-NEWS-INDEX {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#news .CMS-NEWS-INDEX::after {
		display: none;
	}

	#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM {
		width: 47%;
		margin-right: 5%;
		margin-bottom: 7%;
	}

	#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-child(3n) {
		margin-right: 5%;
	}

	#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM:nth-child(2n) {
		margin-right: 0;
	}

	#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-TIME {
		margin-top: 2vw;
		font-size: 3.5vw;
	}

	#news .CMS-NEWS-INDEX .CMS-NEWS-ITEM img {
		height: 32vw;
	}

	#news ul::after {
		display: none;
	}

	#news ul li {
		margin-bottom: 7%;
	}

	#news ul li:nth-child(2n) {
		margin-right: 0;
	}

	#news ul li .txt {
		margin-top: 2vw;
		font-size: 3.5vw;
	}

	#newsdetail .news-contents {
		width: 100%;
	}

	#newsdetail .news-contents .txt .date {
		font-size: 3.2vw;
	}

	#newsdetail .news-contents .txt .ttl {
		font-size: 4.5vw;
	}

	#thanx p span {
		font-size: 4.6vw;
		margin-bottom: 4vw;
	}

	.message_ttl {
		font-size: 3rem;
		color: #0059A7;
	}
}

@media screen and (max-width: 768px) {
	.l-inner {
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 90%;
	}

	.s-inner {
		width: 90%;
	}

	#footer .inner {
		width: 90%;
	}

	#top #top_news .CMS-NEWS-INDEX .CMS-NEWS-ITEM .CMS-NEWS-LINK {
		font-size: 1.4rem;
	}

	.btn2 {
		padding-bottom: 25px;
	}

	.message_ttl {
		font-size: 6vw;
	}

	.news_date,
	.news_ttl {
		display: block;
	}

	.top-gallery li {
		width: 50%
	}

	.top-gallery li:last-child {
		display: none
	}
}

.info_ama {
	margin-top: 7rem !important;
}

.logo_ama {
	text-align: center;
}

.sub_ttl {
	font-size: 2.3rem;
	font-weight: bold;
}

.message_ama {
	margin-top: 5rem;
}

.bnr_area {
	margin: -5vw auto 11.5rem;
}


.news_flex {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news_dt_ttl h1 {
	color: #000;
	padding: 0;
	text-align: left;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
}

.news_dt_ttl {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 10px 0 12px 0;
	position: relative;
	font-weight: bold;
}

.news_dt_ttl:after {
	border-bottom: solid 3px #0059A7;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.news_dt_content {
	padding: 0 20px;
	margin-bottom: 11.5rem;
}

.nav-links {
	margin-top: 11.5rem;
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
}

.meta-nav {
	color: #0059A7;
	display: flex;
}

.accordion {
	margin-bottom: 11.5rem;
}

.course {
	margin-bottom: 11.5rem;
}

label input {
	width: auto;
	font-size: 1.6rem;
	padding: 1.5rem;
	border-radius: 0.6rem;
	margin-top: 1.5rem;
	margin-right: 1rem;
}

.wpcf7-form-control-wrap {
	margin-top: 1.5rem;
}

.entry-content p {
	margin: 10px auto;
}

input,
textarea {
	border: 0.1rem solid #d3d3d3;
	border-radius: 0.6rem;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
}

select {
	border: 0.1rem solid #d3d3d3;
	border-radius: 0.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

.form_label {
	margin: 10px 0 10px 0;
}

.submit {
	border-radius: 5rem;
	background-color: #0059A7;
	border: 0.1rem solid #0059A7;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 1rem 0;
	width: 24rem;
	margin: 30px auto 50px;
	display: block;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.red {
	color: #fd0100;
}

.check_box {
	display: flex;
}

.error {
	margin: 60px;
}

.error_txt {
	text-align: center;
}

/* ======================================================
/*   ++ GO　TOPボタン
/* ======================================================*/
@media screen and (min-width:641px) {
	.only-mov {
		display: none
	}
}

@media screen and (max-width:640px) {
	.only-pc {
		display: none
	}

	.only-mov {
		display: block
	}
}

/* CSS */
.to_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 89, 167, 0.8);
	height: 50px;
	width: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	line-height: 3em;
}

.to_top:link,
.to_top:visited {
	color: white;
}

.to_top:hover {
	opacity: 0.7;
}

.event_img {
	padding-top: 10rem;
}

.access_info {
	margin: 56px 0 120px;
}

.access_info h2 {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 2;
	position: unset;
	margin-bottom: 15px;
	text-align: left;
}

.access_info h2::before {
	content: "■";
	color: #0059A7;
}

.access_info h2::after {
	content: none;
}

.access_info h3 {
	font-size: 16px;
	font-weight: 500;
}

.access_info h3::before {
	content: "●";
	color: #AFAFAF;
}

.access_info .map p {
	margin: 12px 0 36px;
}

.map_item {
	max-width: 480px;
}

.map_tbl {
	margin-top: 30px;
}

.map_tbl th,
td {
	border: solid 1px;
	font-size: 12px;
	font-weight: 500 !important;
	text-align: center !important;
}

.map_tbl th {
	background-color: #E7FFD8;
	line-height: 1.3;
}

.sat {
	color: #0059A7;
}

.start {
	align-items: start;
}

.sun {
	color: #FF005C;
}

.tate {
	text-orientation: upright;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	display: inline-block;
	height: 120px;
}

.map_tbl p {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	line-height: 1.97;
}

.map_caution {
	font-weight: 100 !important;
	font-size: 12px !important;
	margin-top: 5px;
}

.entry-content a {
	color: #0059A7;
}

.topics_btn {
	margin: -3vw 0 7vw;
}

.scroll_table {
	margin-top: 60px;
}

.ama_video {
	text-align: center;
	padding: 40px 0 0;
}

.ama_video p {
	color: #fff;
	background-color: #222;
	font-size: 18px;
	width: 710px;
	margin: 0 auto;
	padding: 5px;
}

.course_flex ul {
	display: flex;
	flex-wrap: wrap;
	text-align:center;
}

.course_flex li {
	width: 33.33%;
	 margin-top: 64px;
}

.map h2 {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 2;
	position: unset;
	margin-bottom: 15px;
	text-align: left;
}

.map h2::before {
	content: "■";
	color: #0059A7;
}

.map h2:after {
display:none;
}

.map p {
	margin-bottom: 52px;
}

.course_flex img {
	max-width: 280px;
}

.course_flex {
	margin-bottom:95px;
}

.prayer_area {
	background-color:#fff;
	    border-radius: 20px;
	    padding: 40px;
}

.announce {
	font-size:16px;
	text-align: center;
	    margin-top: 10px;
}

.result{
   width: 100rem;
	margin: 80px auto 110px;
}

.ama_area {
	    width: 76rem !important;
}

.ama_area dl dt {
	    margin-right: 30px !important;
}

@media screen and (max-width:640px) {
	.announce {
	font-size:12px;
	    margin-top: 10px;
}
	
	.prayer_area {
    padding: 30px 12px 30px;
}
	.to_top {
		position: unset;
		line-height: 2em;
		width: 100%;
	}

	.event_img {
		padding-top: 20vw;
	}

	.map_tbl {
		width: 100%;
		margin: 30px 0 36px;
	}

	.map_caution {
		margin-top: -30px !important;
	}

	.scroll_table {
		margin-top: 0px;
	}

	.topics_btn {
		margin: 0 0 20vw;
	}

	.ama_video {
		padding: 30px 0 0;
	}

	.ama_video p {
		font-size: 14px;
		width: 337px;
	}
	
	.course_flex li {
	width: 50%;
	 margin-top: 25px;
}
	.course_flex img {
	max-width: 150px;
}
	
	.ama_area {
	    width: 80% !important;
}

.ama_area dl dt {
	    margin-right: 10px !important;
}
	
	.result{
   width: 90%;
	margin: 40px auto 60px;
}

	
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
     box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
	max-width:950px;
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
margin-top:50px;
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media screen and (max-width:640px) { 
	.modal-wrapper .modal-window .modal-content {
margin-top:30%;
	}
}





/*選手組み合わせ追加　20230818*/
.top-5{
	margin-top:5%;
}
.center{
	text-align:center;
}
/* .prayer_area .img{
	text-align:center;
	width: 55%;
    margin: 0 auto;
    margin-top: 2%;
} */
.prayer_area2 p{
	font-size: 2.4rem;
    color: #0059A7;
}
@media screen and (max-width:850px) {
.prayer_area .img{	
	width: 100%;
}
}

/*試合結果 優勝チーム写真有*/
.match_result_box{
	margin:3% 0 0;
}
.match_result_box .result_free_box{
	background-color:#fff;
    padding: 3% 3% 0;
	margin:0;
}
h3.result_h3 {
    padding: 2%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient( 142deg , #d0b150, #dbc25b);
    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.center {
    text-align: center;
}
.match_result_box .result_free_box .result_box_ranking .result_box_ranking_no1{
    width:95%;
    margin: 0 auto;
	border: 4px solid #d2b452;
    box-shadow: 3px 3px 5px #c2c2c2;
    position: relative;
}
.match_result_box .result_free_box .result_box_ranking .result_box_ranking_no1 img.result_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 13%;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 {
    width: 85%;
    margin: 7% auto 0;
    border: 4px solid #afafaf;
    box-shadow: 3px 3px 5px #c2c2c2;
    position: relative;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 img.result_label {
    position: absolute;
    top: 0;
    left: 0;
    width:13%;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 h3.result_h3 {
    padding: 0.8% 2% 2%;
    font-size: 30px;
    color: #ffffff;
    background: linear-gradient( 142deg , #a9a9a9, #dbdbdb);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
.match_result_box .result_box_ranking .result_box_ranking_no1 h3.result_h3 {
    padding: 0.5% 2% 2%;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.2em;
}
.match_result_box .result_box_ranking .result_box_ranking_no1 h3.result_h3 span {
    font-size: 24px;
    font-weight: 500;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 h3.result_h3 span {
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 850px){
.match_result_box h2 {
    font-size: 30px;
    background-size: 46px auto;
    padding-top: 34px;
    margin: 0 0 4% 0;
}
}
@media screen and (max-width: 640px){
.match_result_box .result_box_ranking .result_box_ranking_no1 h3.result_h3 {
    font-size: 3.6vw;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 h3.result_h3 {
    font-size: 3.6vw;
}
.match_result_box .result_box_ranking .result_box_ranking_no1 {
    width: 100%;
    border: 2px solid #d2b452;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 {
    width: 95%;
    border: 2px solid #afafaf;
    margin: 4% auto;
}
.match_result_box .result_box_ranking .result_box_ranking_no1 h3.result_h3 span {
    font-size: 2.4vw;
}
.match_result_box .result_box_ranking .result_box_ranking_no2 h3.result_h3 span {
    font-size: 2.4vw;
}
.match_result_box .result_free_box {
    padding: 0 3% 0;
}
}

/*アマチュア大会　結果表*/
.result {
    width: 60%;
    margin: 0 auto;
    margin-top: 3%;
}
@media screen and (max-width: 640px){
.result {
    width: 90%;
}
}
.result .peria{
    margin-top: 5%;
	margin-bottom: 5%;
	border: solid 1.5px #000;
    box-sizing: border-box;
}
.result .peria p{
	font-size: 1.7rem;
    font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
    padding: 10px 0;
	border-bottom: solid 1.5px;
}
.result .peria .name{
    background-color: #ffeff7;
    padding: 15px 0;
    color: #fb008d;
	border: none;
}
.result .peria .name span{
	font-size: 1.5rem;
}
@media screen and (max-width: 640px){
.result .peria .name span{
	display:block;
	font-size: 1.2rem;
}
.result .peria p{
	font-size: 1.2rem;
}
}

/*グッズバナー*/
#top #goods_bunner {
    margin: -3% 0 5% 0;
}
#top #goods_bunner p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
}
#top #goods_bunner .bnr_area{
    text-align: center;
    margin:0;
}
#top #goods_bunner .bnr_area a {
    box-shadow: 0 0 14px #cbcbcb;
}
#top #goods_bunner .bnr_area a:hover {
    box-shadow: 0 0 14px #939393;
}
.s-inner {
    width: 103rem;
}
@media screen and (max-width: 1025px){
.s-inner {
    width: 73rem;
}
#top #goods_bunner p {
    font-size: 16px;
}
#top #goods_bunner {
    margin: -17% 0 5% 0;
}
}

.prayer_area_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.prayer_area_img li {
    width: 18%;
    margin-bottom: 40px;
}

.prayer_area_img p {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .prayer_area_img {
        margin-top: 20vw;
    }

    .prayer_area_img ul {
        margin-bottom: 50px;
    }

    .prayer_area_img li {
        width: 30%;
        margin-bottom: 10px;
    }

    .prayer_area_img p {
        font-size: 13px;
    }

}