h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p,
figure {
	margin: 0;
	padding: 0;
}
 * {
 	box-sizing: border-box;	
 }



:is(#maincontainer, #wrapper):has(.clubR2-article) * {
	font-family: "Noto Sans JP", sans-serif;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) img {
	width: 100%;
    max-width: fit-content;
}
.clubR2-article {
	margin-bottom: min(20vw, 120px);
}
.clubR2-article * {
	box-sizing: border-box;
}
.headerArea {
	background: url('../images/clubr2/clubR2_mainvisual.jpg') no-repeat center center;
	background-size: cover;
}
.headerArea h1 {
	text-align: center;
	margin:auto;
}
.pageTitle-sub {
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.2),
				1px 1px 40px rgba(0,0,0,0.6);
	line-height: 1.5;
}
.pageTitle {
	display: block;
	color: #39b0ff;
	font-weight: bold;
	font-style: italic;
    text-shadow:
                #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px,
                1px 1px 40px rgba(255,255,255,1),
                1px 1px 40px rgba(255,255,255,1);
}
.pageCatchOuter {
	margin: auto;
/*	border: 1px solid #81cdff;
	background: rgba(0,0,0,0.6);*/
}
.pageCatch {
	margin: 0;
	/*color: #fff;*/
	color: #111;
	font-weight: bold;
	/*text-shadow: 1px 1px 5px rgba(0,0,0,0.4);*/
}
.pageCatch .pageCatchEmph {
    color: #64c1ff;
    font-weight: bold;
    font-style: italic;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, 1px 1px 40px rgba(255, 255, 255, 1), 1px 1px 40px rgba(255, 255, 255, 1);
}
.aboutArea {
	/*padding: min(4vw, 40px) min(4vw, 40px) min(8vw, 80px);*/
	box-shadow: 0px 0px 10px rgba(255,255,255,1);
	border: 1px solid #fff;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(5px);
	margin-left: auto;
	margin-right: auto;
}
.aboutAreaTit {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.aboutLogoArea {
	display: flex;
	justify-content: center;
	gap: 10%;
}
.aboutLogo {
	/*width: min(40%, 300px);*/
	width: min(36%, 200px);
}
.pageMenu {
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.pageMenu li {
	position: relative;
	width: calc(100% / 3);
	list-style-type: none;
	color: #034ea2;
	font-weight: bold;
	letter-spacing: 1px;
}
.pageMenu li a {
	color: #595959;
	text-decoration: none;
}
.pageMenu li:not(:has(a)):after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 80px;
	height: 2px;
	background: #034ea2;
}


.commonTit {
	position: relative;
	color: #1ea5ff;
	margin-bottom: 1em;
	font-weight: bold;
}
.commonTit:before {
	content: '\00ff0d';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.commonTxtArea {
	margin-bottom: 1em;
}
.commonTxt {
	line-height: 1.5;
}
.noteList {
	list-style: none;
}
.noteList > li {
	position: relative;
	list-style: none;
	font-size: min(15px, 3.25vw);
	margin-bottom: 0.25em;
	padding-left: 1.25em;

}
.noteList > li:before {
	content: '\00203B';
	position: absolute;
	left: 0;
	margin-right: 0.25em;
}
.noteList > li.emphasis {
	color: #d00;
}

.pointArea {
  	counter-reset: pointNumbering;
 }
.pointAreaBg:before,
.pointAreaBg:after {
	box-sizing: border-box;
}
.pointEachContent {
	padding: 0;
}
.pointDetailImgArea {
	position: relative;
}
.pointDetailImg {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 5;
}
.pointDetailImg img {
	width: 100%;
}
.pointDetailImgArea:after {
	box-sizing: border-box;
}
.pointDetailImgArea:after {
	border: 6px solid #1ea5ff;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 10;
}
.pointAreaNumberTxtWrap {
	display: block;
	position: relative;
	color: #c7e9ff;
	font-style: italic;
	font-weight: bold;
	z-index: 5;
}
.pointAreaNumberTxtWrap:before {
  	counter-increment: pointNumbering;
  	content: 'POINT\00A0' counter(pointNumbering);
	position: absolute;
	width: 100%;
	height: 100%;
	left: -5px;
	bottom: -5px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	z-index: -1;
}
.pointAreaTit {
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.25em;
}
.pointDetailTxt {
	color: #fff;
}
.guidelineArea {
	background: #e6f5ff;
}
.guidelineEachContent {
	width: min(100%, 1000px);
	margin-left: auto;
	margin-right: auto;
}
.aboutclubR2TeamTable {
	margin-top: 1em;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) div.clubR2-entryBtnArea {
	margin: min(16vw, 80px) auto;
}
:is(#maincontainer, #wrapper) :has(.clubR2-article) div.clubR2-entryBtnArea:has(+ .noteList) {
	margin-bottom: min(4vw, 40px);
}
.clubR2-entryBtn {
	text-align: center;
	font-size: min(24px, 4vw);
	font-weight: bold;
}
.clubR2-entryBtn a {
	position: relative;
	display: block;
	padding: min(6vw, 15px);
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom,  rgba(231,69,65,1) 0%, rgba(210,53,49,1) 100%);
	width: min(94%, 720px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-sizing: border-box;
}
.clubR2-entryBtn a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5em;
	width: 12px;
	height: 12px;
	background: #fff;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%);
}
.clubR2-entryBtnNote {
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	width: min(94%, 720px);
	font-size: min(15px, 3.25vw);
	text-align: left;
}
.clubR2-entryBtnNote.center {
	text-align: center;
}
.registrationFlowDetails > dt {
	background: #258fd5;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.registrationFlowDetails > dt + dd {
	 border: 1px solid #258fd5;
}
.registrationFlowDetails > dt:nth-of-type(3),
.registrationFlowDetails > dt:nth-of-type(3) + dd:nth-of-type(4) {
	 margin-bottom: 0;
}
.registrationFlowDetails > dt:nth-of-type(3) ~ dd:nth-of-type(5) {
	 margin-top: 2em;
}
.registrationFlowDetails > dd {
	position: relative;
}
:is(#maincontainer, #wrapper):has(.clubR2-article) .registrationFlowDetailsTit {
	color: #258fd5;
	font-size: min(18px, 4vw);
	margin-bottom: 10px;
}
:is(#maincontainer, #wrapper):has(.clubR2-article) .registrationFlowDetailsSubTit {
	font-size: min(16px, 3.5vw);
	margin-bottom: 6px;
 }
.registrationFlowDetails--term > dt,
.registrationFlowDetails--term > dd {
	font-size: min(14px, 3vw);
}
.registrationFlowDetails--term > dt:before {
	content: '\0025C6';
	margin-right: 0.25em;
}
.registrationFlowDetails--term > dt:after {
	content: '\00FF1A';
}
.afterSTEP1List {
	position: relative;
}
.afterSTEP1List:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #ffbaba;
}
.afterSTEP1List > li {
	position: relative;
	font-size: min(16px, 3.5vw);
	padding: 0.25em;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	background: #c4c4c4;
	border-radius: 3px;
}
.afterSTEP1List > li:nth-of-type(1) {
	color: #005da5;
	background: #85c6f2;
}
.afterSTEP1List > li:nth-of-type(1):before {
	content: '';
	width: 1em;
	height: 0.75em;
	background: url('../images/clubr2/icon_mail.gif') no-repeat center center;
	background-size: contain;
}
.afterSTEP1List > li:after {
	content: '';
    position: absolute;
    display: block;
    width: 0;
	height: 0;
	margin: auto;
	background: transparent;
}
.afterSTEP1Note {
	position: relative;
	background: #ffbaba;
	padding: min(0.5em, 4vw);
	font-size: min(15px, 3.25vw);
	font-weight: bold;
	color: #c20000;
	text-align: center;
}
.registrationEnterTable {
	margin-top: 1em;
}
.questionContent .questionListWrap {
	position: relative;
	margin: min(12vw, 40px) 0 min(16vw, 80px);
	padding: min(12vw, 40px) 0;
}
.questionContent .questionListWrap:before,
.questionContent .questionListWrap:after {
	position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
}
.questionContent .questionListWrap:before {
	bottom: 0;
}
.questionContent .questionListWrap:after {
	top: 0;
}
.questionContent .questionList {
	margin-left: 1.5em;
	list-style: none;
}
.questionContent .questionList li {
	list-style: none;
	margin-bottom: 0.5em;
}
.questionContent .questionList li a {
	position: relative;
	text-decoration: none;
	color: #258fd5;
}
.questionContent .questionList li a:before {
	content: '';
	position: absolute;
	left: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.75em;
	height: 0.75em;
	background: #595959;
	clip-path: polygon(0% 0, 100% 50%, 0% 100%);
}

.answerContent {
	padding: 1em 0;
	margin-bottom: 1em;
	border-bottom: 1px dashed #96b7d8;
}
.answerContent .question {
	position: relative;
	font-size: min(18px, 4vw);
	color: #034ea2;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 2rem;
}
.answerContent .question:before,
.answerContent .answer:before {
	position: absolute;
	left: 0;
	text-align: right;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.answerContent .question:before {
	content: 'Q.';
}
.answerContent .answer {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 2rem;
}
.answerContent .answer:before {
	content: 'A.';
	color: #d23531;
	font-size: min(18px, 4vw);
	font-weight: bold;
}
.answerContent .toQuestionListTit {
	text-align: right;
}
.answerContent .toQuestionListTit a {
	position: relative;
	color: #d23531;
	text-decoration: none;
}
.answerContent .toQuestionListTit a:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background: #d23531;
	clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
	text-decoration: underline;
}
.answerContent .toQuestionListTit a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background: #d23531;
}

@media (min-width: 770px) {
	.sp {
		display: none;
	}
	#maincontainer:has(.clubR2-article) {
		background-color: #fff;
		width: 1200px;
		margin: auto;
	}
	.headerArea {
		padding: 50px 0 70px;
	}
	.pageTitle-sub {
		font-size: 40px;
		letter-spacing: 6px;
		margin-bottom: 0;
	}
	.pageTitle {
		font-size: 98px;
		letter-spacing: 12px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.pageCatchOuter {
		/*width: 800px;*/
		text-align: center;
	}
	.pageCatch {
		/*font-size: 22px;*/
		letter-spacing: 1px;
		line-height: 2;
		/*padding: 30px 15px;*/
		font-size: 26px;
		padding: 0;
	}
	.aboutArea {
		width: 800px;
		margin: 40px auto;
		padding: 20px 10px 40px;
	}
	.aboutAreaTit {
		/*margin: 40px auto;*/
		margin: 0 auto 20px;
		font-size: 32px;
	}
	.aboutLogoArea {
		margin: 20px auto;
	}
	.aboutTxtArea {
		width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.aboutTxt {
		font-size: 18px;
		color: #000;
	}


	.commonEachContent {
		margin: 40px auto;
	}
	.commonArea section:nth-child(1 of .commonEachContent) {
		margin-top: 60px;
	}
	.commonTit {
		font-size: 20px;
		margin: 0 auto 20px;
	}
	.commonTit:before {
		left: -1.5em;
	}
	.commonTxt {
		font-size: 16px;
		color: #111;
	}

	.pageMenu {
		margin: 40px 0;
	}
	.pageMenu li {
		font-size: 18px;
	}
	.pointArea {
        background: #21a6ff;
	}
	.pointEachContent {

	}
	.pointEachContent:last-of-type {
		margin-bottom: 0;
	}
	.pointAreaBg {
		position: relative;
		margin-bottom: 0 !important;
	}
	.pointAreaBg > * {
		position: relative;
		z-index: 20;
	}
	.pointAreaBg:before,
	.pointAreaBg:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.pointAreaBg:before {
        background: rgb(150 214 255 / 90%);
        backdrop-filter: brightness(150%);
        z-index: 5;
	}
	.pointArea section:nth-child(odd of .pointEachContent) .pointAreaBg:before {
		clip-path: polygon(0 35%, 100% 0%, 100% 75%);
	}
	.pointArea section:nth-child(even of .pointEachContent) .pointAreaBg:before {
		clip-path: polygon(0 0, 0 75%, 100% 25%);
	}
	.pointAreaBg:after {
		top: 0;
		background: url('../images/clubr2/clubR2_pointAreaPC_BG.png') no-repeat center bottom;
		background-size: cover;
		z-index: 1;
	}
	.pointArea section:nth-child(odd of .pointEachContent) .pointAreaBg:after {
		clip-path: polygon(0 35%, 100% 0%, 100% 75%, 0 100%);
	}
	.pointArea section:nth-child(even of .pointEachContent) .pointAreaBg:after {
		clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 75%)
	}
	.pointAreaNumberTxtWrap {
		font-size: 64px;
		line-height: 2;
		top: -30px;
		color: #def2ff;
	}
	.pointArea section:nth-child(1 of .pointEachContent) .pointAreaNumberTxtWrap {
		top: 0;
	}
	.pointAreaNumberTxtWrap:before {
		-webkit-text-stroke: 1px #c7e9ff;
	}
	.pointDetail {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 60px;
		top: -30px;
	}
	.pointArea section:nth-child(odd of .pointEachContent) .pointDetail {	
		flex-direction: row-reverse;
	}
	.pointArea section:nth-child(odd of .pointEachContent) .pointAreaNumber {
		padding-left: 25px;
	}
	.pointArea section:nth-child(even of .pointEachContent) .pointAreaNumber {
		text-align: right;
		padding-right: 25px;
	}
	.pointDetailImgArea {
		width: 350px;
	}
	.pointDetailImgArea:after {
		width: 258px;
        height: 258px;
	}
	.pointDetailImg {
		clip-path: circle(50% at center);
        margin: 0 50px;
        padding: 50px 40px;
	}
	.pointDetailTxtArea {
		width: calc(100% - 400px);
		padding-left: 30px;
		        text-shadow: 1px 1px 0px rgb(166 214 255 / 80%);
	}
	.pointAreaTit {
		font-size: 28px;
	}
	.pointDetailTxt {
		font-size: 18px;
	}
	.guidelineArea {
		padding: 20px 0;
	}
	.guidelineTxt--aboutclubR2Team {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.aboutclubR2TeamImg {
		margin: 0;
	}
	.aboutclubR2TeamImgArea {
		width: 340px;
	}
	.aboutclubR2TeamTxtArea {
		width: calc(100% - 380px);
	}
	.aboutclubR2TeamTable {
		border-collapse: collapse;
		width: 100%;
	}
	.aboutclubR2TeamTable thead th,
	.aboutclubR2TeamTable tbody th,
	.aboutclubR2TeamTable tbody td {
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		border: 1px solid #82cdff;
	}
	.aboutclubR2TeamTable thead th {
		color: #fff;
		background: #82cdff;
		font-weight: bold;
	}
	.aboutclubR2TeamTable thead th:not(:last-of-type) {
		border-right-color: #fff;
	}
	.aboutclubR2TeamTable tbody th,
	.aboutclubR2TeamTable tbody td {
		background-color: #fff;
		font-weight: normal;
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(1) {
		width: 320px;
		text-align: left;
	}
	.registrationFlowDetails {
		display: grid;
		grid-template-columns: 400px 1fr;
		grid-template-areas:
		"step1 step1Info"
		". step1After"
		"step2 step2Info"
		"step3 step3Info"
		"step3After step3After";
	}
	.registrationFlowDetails > dt,
	.registrationFlowDetails > dt + dd {
		margin-bottom: 120px;
		padding: min(20px, 3.25vw);
	}
	.registrationFlowDetails > dt {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	.registrationFlowDetails > dt:nth-of-type(1) {
		 grid-area: step1;
	}
	.registrationFlowDetails > dt:nth-of-type(1) + dd:nth-of-type(1) {
		 grid-area: step1Info;
	}
	.registrationFlowDetails > dt:nth-of-type(1) ~ dd:nth-of-type(2) {
		 grid-area: step1After;
	}
	.registrationFlowDetails > dt:nth-of-type(2) {
		 grid-area: step2;
	}
	.registrationFlowDetails > dt:nth-of-type(2) + dd {
		 grid-area: step2Info;
	}
	.registrationFlowDetails > dt:nth-of-type(3) {
		 grid-area: step3;
	}
	.registrationFlowDetails > dt:nth-of-type(3) + dd:nth-of-type(4) {
		 grid-area: step3Info;
	}
	.registrationFlowDetails > dt:nth-of-type(3) ~ dd:nth-of-type(5) {
		 grid-area: step3After;
	}
	.registrationFlowDetails--term {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		row-gap: 0.5em;
	}
	.registrationFlowDetails--term > dt {
		width: 11em;
	}
	.registrationFlowDetails--term > dd {
		width: calc(100% - 11em);
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)) {
	}
	.registrationFlowDetails--afterSTEP1 {
		display: flex;
		align-items: center;
		padding: 30px 0;
        margin-bottom: 7em !important;
	}
	.afterSTEP1List {
		position: relative;	
		width: 30em;
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)):after {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		margin: auto;
		background: transparent;
		left: 2.5%;
		/*right: 0;*/
		border-top: 3em solid #b5daf3;
		border-left: 13.25em solid transparent;
		border-right: 13.25em solid transparent;		
	}
	.registrationFlowDetails > dt + dd:not(:nth-last-of-type(-n+2)):after {
		bottom: -90px;
	}
	.afterSTEP1List:after {
		right: -6em;
        top: 0;
        width: 4em;
        height: 100%;
        box-sizing: border-box;
		padding: 3.5em 0;
		clip-path: polygon(50% 0, 0% 10%, 20% 10%, 20% 90%, 0 90%, 50% 100%, 100% 90%, 80% 90%, 80% 10%, 100% 10%);
	}
	.afterSTEP1List > li {
		margin: 1em 0 7em;
	}
	.afterSTEP1List > li:nth-of-type(1) {
		margin-top: 0;
	}
	.afterSTEP1List > li:nth-of-type(3) {
		margin-bottom: 0;
	}
	.afterSTEP1List > li:after {
		left: 0;
		right: 0;
		border-top: 3em solid #dbdbdb;
		border-left: 10em solid transparent;
		border-right: 10em solid transparent;
		bottom: -250%;
	}
	.afterSTEP1List > li:nth-of-type(1):after,
	.afterSTEP1List > li:last-of-type:after {
		border-top-color: #b5daf3;
	}
	.afterSTEP1List > li:nth-of-type(1):before {
		display: inline-block;
		margin-right: 1.5em;
	}
	.afterSTEP1Note {
        width: calc(100% - 38em);
        margin-left: 8em;
        padding: 2em 0.5em;
		display: flex;
		align-items: center;
        justify-content: flex-end;
	}
	.registrationFlowDetails--afterSTEP3 {
		text-align: center;
	}
	.registrationEnterTable {
		border-collapse: collapse;
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.registrationEnterTable thead th,
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		border: 1px solid #258fd5;
	}
	.registrationEnterTable thead th {
		color: #fff;
		background: #258fd5;
		font-weight: bold;
	}
	.registrationEnterTable thead th:not(:last-of-type) {
		border-right-color: #fff;
	}
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		background-color: #fff;
		font-weight: normal;
	}
	.clubR2-faqLink {
		font-size: 16px;
		text-decoration: underline;
	}
}
@media (max-width: 769px) {
	.pc {
		display: none;
	}
	#wrapper:has(.clubR2-article) h2.blueBG {
		display: none;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea p:not([class]) {
		margin: 0;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea table {
		max-width: initial;
	}
	.headerArea {
		padding: 6vw 0 8vw;
	}
	.pageTitle-sub {
		font-size: min(32px, 4.5vw);
		letter-spacing: 0.5vw;
		margin-bottom: 0;
	}
	.pageTitle {
		font-size: min(80px, 13vw);
		letter-spacing: 1.5vw;
		line-height: 150%;
		margin-bottom: 2.5vw;
	}
	.pageCatchOuter {
		width: min(560px, 80%);
		text-align-last: left;
	}
	.pageCatch {
		font-size: min(16px, 3.5vw);
		letter-spacing: 0.25vw;
		line-height: 175%;
		padding: 0;
	}
	.aboutArea {
		margin-top: 4vw;
		padding: 2vw;
		width: min(560px, 80%);
	}
	.aboutAreaTit {
		font-size: min(22px, 5vw);
	}
	.aboutLogoArea {
		margin: 2.5vw auto;
	}
	.aboutTxt {
		font-size: min(15px, 3.25vw);
		line-height: 1.75;
	}
	.pageMenu {
		margin: 10vw 0 20vw;
	}
	.pageMenu li {
		font-size: min(18px, 4vw);
	}
	.commonEachContent {
		margin: 6vw auto 0;
	}
	.commonArea section:nth-child(1 of .commonEachContent) {
		margin-top: 0;
	}
	.commonTit {
		font-size: min(18px, 4vw);
		padding-left: 1.5em;
	}
	.commonTit:before {
		left: 0;
	}
	#wrapper:has(.clubR2-article) .blockTemplateArea p.commonTxt {
		font-size: min(15px, 3.25vw);
		margin: 5px 0 10px;
	}
	.pointArea .pointEachContent {
		position: relative;
	}
	.pointArea .pointEachContent:before,
	.pointArea .pointEachContent:after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 50%;
		left: 0;
	}
	.pointArea .pointEachContent:before {
		top: 0;
	}
	.pointArea .pointEachContent:after {
		bottom: 0;
	}
	.pointArea section:nth-child(odd of .pointEachContent):before,
	.pointArea section:nth-child(even of .pointEachContent):after {
		background: linear-gradient(to right,  #73c9ff  0%, #73c9ff 50%, #caebff 50%, #caebff 100%);
	}
	.pointArea section:nth-child(odd of .pointEachContent):after,
	.pointArea section:nth-child(even of .pointEachContent):before {
		background: linear-gradient(to left,  #73c9ff  0%, #73c9ff 50%, #caebff 50%, #caebff 100%);
	}
	.pointAreaBg {
		position: relative;
		background: #1ea5ff;
		padding: 0vw 4vw 8vw;
		z-index: 10;
	}
	.pointArea section:nth-child(odd of .pointEachContent) .pointAreaBg {
		clip-path: polygon(0 5%, 100% 0%, 100% 92%, 0 100%);
	}
	.pointArea section:nth-child(even of .pointEachContent) .pointAreaBg {
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
	}
	.pointAreaBg:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url('../images/clubr2/clubR2_pointAreaSMP_BG.jpg') no-repeat center bottom;
		background-size: cover;
		z-index: 1;
		box-sizing: border-box;
	}
	.pointArea section:nth-child(1 of .pointEachContent) .pointAreaBg:after {
		clip-path: polygon(0 25%, 100% 0%, 80% 94%)
	}
	.pointArea section:nth-child(2 of .pointEachContent) .pointAreaBg:after {
		clip-path: polygon(0% 15%, 100% 45%, 30% 94%);
	}
	.pointArea section:nth-child(3 of .pointEachContent) .pointAreaBg:after {
		clip-path: polygon(0 15%, 100% 20%, 55% 94%)
	}
	.pointAreaNumber {
		position: relative;
		margin: 0;
		padding: 4vw 0 0;
		text-align: left;
	}
	.pointAreaNumberTxtWrap {
		font-size: min(56px, 18vw);
	}
	.pointDetailImgArea {
        margin: auto;
	}
	.pointDetailImgArea:after {
		width: min(60vw, 324px);
		height: min(60vw, 324px);
	}
	.pointDetailImg {
		clip-path: circle(30vw at center);
		clip-path: circle(min(30vw, 160px) at center);
		z-index: 5;
	}
	.pointArea section:nth-child(1 of .pointEachContent) .pointDetailImg {
		padding: 4vw 16vw;
	}
	.pointArea section:nth-child(2 of .pointEachContent) .pointDetailImg {
		padding: 6vw 18vw;
	}
	.pointArea section:nth-child(3 of .pointEachContent) .pointDetailImg {
		padding: 12vw 24vw;
	}
	.pointDetailImg:before {
		width: calc(80vw + 2px);
		height: calc(80vw + 2px);
	}
	.pointDetailTxtArea {
	    position: relative;
	    z-index: 10;
	    text-align-last: left;
	}
	.pointAreaTit {
		margin: 2vw auto;
		font-size: min(22px, 5.5vw);
	}
	.pointDetailTxt {
		font-size: min(16px, 4vw);
		margin-left: 0 !important;
		margin-right: 0 !important;
		line-height: 1.8;
	}
	.guidelineArea {
		padding: 4vw 4vw 6vw;
	}
	.aboutclubR2TeamTable,
	.aboutclubR2TeamTable tbody,
	.aboutclubR2TeamTable th,
	.aboutclubR2TeamTable td {
		display: block;
		width: 100%;
	}
	.aboutclubR2TeamTable thead {
		display: none;
	}
	.aboutclubR2TeamTable tr {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5em;
		margin-bottom: 1em;
		background-color: #fff;
		border: 1px solid #82cdff;
	}
	.aboutclubR2TeamTable tbody th {
		width: 100%;
		color: #fff;
		text-align: center;
		background: #82cdff;
		font-size: min(15px, 3.25vw);
		font-weight: bold;
		padding: 1vw 0.5vw;
		border-bottom: 4px double #fff;
	}
	.aboutclubR2TeamTable tbody th:before,
	.aboutclubR2TeamTable tbody td:before {
		display: block;
		width: 100%;
	}
	.aboutclubR2TeamTable tbody th:before {
		content: 'チーム名';
		font-size: 2vw;
        font-style: italic;
	}
	.aboutclubR2TeamTable tbody td {
		font-size: min(14px, 3vw);
		padding: 0 0.5em 0.5em;
	}
	.aboutclubR2TeamTable tbody td:before {
		color: #034ea2;
		border-bottom: 1px dotted #034ea2;
		margin-bottom: 0.75vw;
		padding-bottom: 0.5vw;
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(1):before {
		content: '推奨都道府県';
	}
	.aboutclubR2TeamTable tbody td:nth-of-type(2):before {
		content: '登録地域陸協';
	}
	:is(.registrationArea, .qaArea) {
		width: 92%;
		margin: auto;
	}
	.registrationFlowDetails--term > dt:nth-of-type(n+2) {
		margin-top: 0.5em;
	}
	.registrationFlowDetails--term > dd {
		padding-left: 1.25em;
	}
	.registrationFlowDetails > dd {
		margin-bottom: 20vw;
		padding: min(20px, 3.25vw);
	}
	.registrationFlowDetails > dd:not(:nth-last-of-type(-n+2)):after {
		content: '';
        position: absolute;
        display: block;
        width: 0;
		height: 0;
		margin: auto;
		left: 0;
		right: 0;
		background: transparent;
		border-top: 10vw solid #b5daf3;
		border-left: 24vw solid transparent;
		border-right: 24vw solid transparent;
	}
	.registrationFlowDetails > dd:not(:nth-last-of-type(-n+2)):after {
		bottom: -15vw;
	}
	.registrationFlowDetails > dt {
		padding: 2vw 0;
	}
	.registrationFlowDetails > dd {
		padding: 2vw;
	}
	.registrationFlowDetails > dd:has(.registrationFlowDetails--afterSTEP1) {
		background: #e6f5ff;
		padding: 4vw 2vw;
	}
	.afterSTEP1List {
		display: flex;
	}
	.afterSTEP1List:after {
		bottom: -12vw;
		width: 100%;
		margin: auto;
		left: 0;
		right: 0;
		height: 6vw;
		padding: 0;
		clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 5% 80%, 95% 80%, 95% 100%, 100% 50%, 95% 0%, 95% 20%, 5% 20%);
	}
	.afterSTEP1List > li {
		width: 25%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.afterSTEP1List > li:not(:last-of-type) {
		margin-right: 12.5%;
	}
	.afterSTEP1List > li:nth-of-type(1):before {
		display: block;
		margin: auto;
		margin-bottom: 0.15em;
	}
	.afterSTEP1List > li:after {
		top: 0;	
		bottom: 0;
		right: -8.5vw;
		border-left: 5vw solid #cccccc;
		border-top: 3.5vw solid transparent;
		border-bottom: 3.5vw solid transparent;
	}
	.afterSTEP1List > li:nth-of-type(1):after {
		border-left-color: #b5daf3;;
	}
	.afterSTEP1List > li:last-of-type:after {
		display: none;
	}
	.registrationFlowDetails p.afterSTEP1Note {
		border-radius: 0.25em;
		margin-top: 16vw;
		margin-left: 0;
		margin-right: 0;
	}
	.registrationEnterTable {
		display: flex;
        flex-wrap: wrap;
        border: 1px solid #258fd5;
	}
	.registrationEnterTable thead,
	.registrationEnterTable tbody,
	.registrationEnterTable tr {
		display: contents;
	}
	.registrationEnterTable thead th,
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		display: flex;
        justify-content: center;
        align-items: center;
		padding: 8px 4px;
		text-align: center;
		vertical-align: middle;
		font-size: min(14px, 3vw);
		width: 50%;
	}
	.registrationEnterTable thead th {
		color: #fff;
		background: #258fd5;
		font-weight: bold;
	}
	.registrationEnterTable tbody th,
	.registrationEnterTable tbody td {
		background-color: #fff;
		font-weight: normal;
		border-bottom: 1px solid #258fd5;
	}
	.registrationEnterTable thead th:nth-of-type(1) {
		border-right: 1px solid #fff;
	}
	.registrationEnterTable tbody th {
		border-right: 1px solid #258fd5;
	}
	.registrationEnterTable thead th:nth-of-type(3),
	.registrationEnterTable tbody td:nth-of-type(2) {
		width: 100%;
		order: 2;
	}
	.registrationEnterTable tbody td:nth-of-type(2) {
		border-bottom: none;
	}
}






