@charset "UTF-8";
/*
Theme Name: PACIFIC RACING TEAM x ウマ娘
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	/*-----------------------------------------
	ゴシック主体の場合
	-----------------------------------------*/
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-size: 14px;
}
.en{
	font-family: "Geologica", sans-serif;
}
a {
	transition: 0.1s linear all;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
}
p, th, td, li, dt, dd {
	line-height: 1.8em;
}
img {
	border: none !important;
	width:100%;
	height:auto;
}
.effect-fade{
	opacity:0;
	transform:translate(0,60px);
	transition:all 1000ms;
}
.effect-fade.effect-scroll {
	opacity:1;
	transform:translate(0, 0);
}

/*-----------------------------------------
wrapper
-----------------------------------------*/
.wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
}

/*-----------------------------------------
header
-----------------------------------------*/
.wrapper header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	height:60px;
	background:rgba(255,238,242,0.9);
}
.wrapper header .header_inner{
	width:96%;
	height:60px;
	margin:0 auto;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.wrapper header .header_inner h1{
	width:240px;
	margin:10px 0;
}
.wrapper header .header_inner h1 a:hover{
	opacity:0.8;
}
.wrapper header .header_inner nav{
	height:60px;
	display:flex;
	flex-direction:row;
}
.wrapper header .header_inner nav ul{
	display:flex;
	gap:50px;	
}
.wrapper header .header_inner nav ul li{
	line-height:60px;
	position:relative;
	margin-left:-5px;
}
.wrapper header .header_inner nav ul li:last-child{
	width:42px;
	margin-top:9px;
}
.wrapper header .header_inner nav ul li a{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	position:relative;
	letter-spacing:4%;
}
.wrapper header .header_inner nav ul li:last-child a{
	display:block;
	height:42px;
	background:#023C96;
	border-radius:21px;
	text-align:center;
	line-height:45px;
}
.wrapper header .header_inner nav ul li:last-child a img{
	width:16px;
}
.wrapper header .header_inner nav ul li a:hover{
	color:#F14A85;
	text-decoration:none;
}
.wrapper header .header_inner nav ul li:last-child a:hover{
	background:black;
}
.wrapper header .header_inner nav ul li a:before{
	content:"";
	width:2px;
	height:24px;
	position:absolute;
	right:-24px;
	top:0;
	background:#EE6DCB;
	transform:rotate(25deg);
}
.wrapper header .header_inner nav ul li:nth-child(9) a:before{
	display:none;
}
.wrapper header .header_inner nav ul li a:after{
	content:"";
	width:0px;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	background:#FAE91B;
	transition:0.1s linear all;
}
.wrapper header .header_inner nav ul li a:hover:after{
	width:100%;
}
.wrapper header .header_inner nav ul li:last-child a:after{
	display:none;
}

/*-----------------------------------------
footer
-----------------------------------------*/
footer{
}
footer .footer_logo{
	width:320px;
	max-width:90%;
	margin:0 auto;
}
footer .footer_inner ul{
	display:flex;
	justify-content:center;
	gap:64px;
	margin:40px 0;
}
footer .footer_inner ul li{
	position:relative;
}
footer .footer_inner ul li:before{
	content:"";
	width:2px;
	height:24px;
	position:absolute;
	right:-32px;
	top:0;
	background:#EE6DCB;
	transform:rotate(25deg);
}
footer .footer_inner ul li:last-child:before{
	display:none;
}
footer .footer_inner ul li a{
	font-size:16px;
	font-weight:bold;
}
footer .footer_inner .footer_contents{
	background:#2B6DD3;
	padding:40px 5% 70px;
}
footer .copyright{
	text-align:center;
	font-size:14px;
	color:white;
	font-family: "Montserrat", sans-serif;
	font-weight:bold;
}
footer .text_small{
	text-align:center;
	margin-top:15px;
	font-size:14px;
	color:white;
}
.pagetop{
	position:fixed;
	right:30px;
	bottom:30px;
	display:none;
	width:50px;
	height:50px;
}
.pagetop a{
	display:block;
	background:#111;
	width:100%;
	text-align:center;
	border-radius:25px;
	line-height:50px;
}
.pagetop a img{
	width:50%;
	position:relative;
	top:6px;
}
.pagetop a:hover{
	background:#d5b767;
}

/*-----------------------------------------
effect
-----------------------------------------*/
.effect a{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.effect a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: -100%;
	transition: .2s;
	background-color: rgba(207,0,43);
}
.effect a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
	top: 0;
    left: 0;
}
.effect a:hover{
	color: #fff;
	background: none;
}
.effect a:hover:before{
	left: 0;
}
.effect-fade{
	opacity:0;
	transform:translate(0,60px);
	transition:all 1000ms;
}
.effect-fade.effect-scroll {
	opacity:1;
	transform:translate(0, 0);
}
.lefteffect{
	transform:translateX(-15%);
	opacity:0;
	transition:opacity 1000ms,transform 1000ms;
}
.righteffect{
	transform:translateX(15%);
	opacity:0;
	transition:opacity 1000ms,transform 1000ms;
}
.fadein{
	opacity:1;
	transform:translateX(0);
}
.home .wrapper article #checkpoint ul li:nth-child(2),
.home .wrapper article #circuit ul li:nth-child(2){
	transition-delay:0.2s;
}
.home .wrapper article #checkpoint ul li:nth-child(3),
.home .wrapper article #circuit ul li:nth-child(3){
	transition-delay:0.4s;
}


/*-----------------------------------------
mainimg
-----------------------------------------*/
.home .wrapper .mainimg{
	background:url(images/bg_mainimg.webp) no-repeat center top;
	background-size:cover;
	text-align:center;
	padding:100px 0 60px;
}
.home .wrapper .mainimg h2{
	position:relative;
}
.home .wrapper .mainimg img{
	max-width:1080px;
	width:96%;
	animation:opening 1s alternate ease-in-out;
	position:relative;
}
.home .wrapper .mainimg .filter{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:transparent;
	height:100%;
	z-index:1;
}

@keyframes opening{
	0%{
		opacity:0;
		top:-10px;
	}
	100%{
		opacity:1;
		top:0;
	}
}

.home .wrapper .mainimg .banner{
	width:700px;
	max-width:90%;
	margin:10px auto 0;
}
.home .wrapper .mainimg .banner ul{
	display:flex;
	justify-content:space-between;
}
.home .wrapper .mainimg .banner ul li{
	width:32%;
}
.home .wrapper .mainimg .banner ul li a{
	position:relative;
	transition:0.1s linear all;
	bottom:0;
}
.home .wrapper .mainimg .banner ul li a:hover{
	bottom:2px;
}

.wrapper article section{
	margin:80px 0;
}

/*-----------------------------------------
見出し
-----------------------------------------*/
.home .wrapper article section h2,
.page .wrapper h2,
.single .wrapper h2,
.error404 .wrapper h2,
.archive .wrapper h2{
	font-size:72px;
	font-weight:900;
	font-style:italic;
	line-height:1.1em;
	text-align:center;
	letter-spacing:-3px;
}
.home .wrapper article section .subtitle,
.page .wrapper .subtitle,
.single .wrapper .subtitle,
.error404 .wrapper .subtitle,
.archive .wrapper .subtitle{
	text-align:center;
}
.home .wrapper article section h3,
.page .wrapper h3,
.single .wrapper h3,
.error404 .wrapper h3,
.archive .wrapper h3{
	font-size:16px;
	font-weight:normal;
	position:relative;
	color:white;
	padding:15px 30px 15px 64px;
	display:inline-block;
	margin:10px 0 0;
	background-image:url(images/bg_h3.svg);
	background-repeat:no-repeat;
	background-position:32px center;
	z-index:10;
}
.home .wrapper article section h3:before,
.home .wrapper article section h3:after,
.page .wrapper h3:before,
.page .wrapper h3:after,
.single .wrapper h3:before,
.single .wrapper h3:after,
.error404 .wrapper h3:before,
.error404 .wrapper h3:after,
.archive .wrapper h3:before,
.archive .wrapper h3:after{
	position:absolute;
	right:-23px;
	content:"";
	width:0;
	height:0;
	border-right:23px solid transparent;
	border-left:23px solid transparent;
	z-index:-1;
}
.home .wrapper article #project h3,
.home .wrapper article #news h3,
.home .wrapper article #faq h3,
.page .wrapper h3,
.single .wrapper h3,
.error404 .wrapper h3,
.archive .wrapper h3{
	background-color:#FB9EC6;
}
.home .wrapper article #project h3:before,
.home .wrapper article #news h3:before,
.home .wrapper article #faq h3:before,
.page .wrapper h3:before,
.single .wrapper h3:before,
.error404 .wrapper h3:before,
.archive .wrapper h3:before{
	bottom:0;
	border-bottom:23px solid #FB9EC6;
}
.home .wrapper article #project h3:after,
.home .wrapper article #news h3:after,
.home .wrapper article #faq h3:after,
.page .wrapper h3:after,
.single .wrapper h3:after,
.error404 .wrapper h3:after,
.archive .wrapper h3:after{
	top:0;
	border-top:23px solid #FB9EC6;
}
.home .wrapper article #supergt h3{
	background-color:#5BBCFF;
}
.home .wrapper article #supergt h3:before{
	bottom:0;
	border-bottom:23px solid #5BBCFF;
}
.home .wrapper article #supergt h3:after{
	top:0;
	border-top:23px solid #5BBCFF;
}
.home .wrapper article #point h3{
	background-color:#EE6DCB;
}
.home .wrapper article #point h3:before{
	bottom:0;
	border-bottom:23px solid #EE6DCB;
}
.home .wrapper article #point h3:after{
	top:0;
	border-top:23px solid #EE6DCB;
}
.home .wrapper article #checkpoint h3{
	background-color:#DD3D5B;
}
.home .wrapper article #checkpoint h3:before{
	bottom:0;
	border-bottom:23px solid #DD3D5B;
}
.home .wrapper article #checkpoint h3:after{
	top:0;
	border-top:23px solid #DD3D5B;
}
.home .wrapper article #circuit h3{
	background-color:#384A86;
}
.home .wrapper article #circuit h3:before{
	bottom:0;
	border-bottom:23px solid #384A86;
}
.home .wrapper article #circuit h3:after{
	top:0;
	border-top:23px solid #384A86;
}
.home .wrapper article #item h3{
	background-color:#FB9EC6;
}
.home .wrapper article #item h3:before{
	bottom:0;
	border-bottom:23px solid #FB9EC6;
}
.home .wrapper article #item h3:after{
	top:0;
	border-top:23px solid #FB9EC6;
}
.home .wrapper article #race h3{
	background-color:#DD3D5B;
}
.home .wrapper article #race h3:before{
	bottom:0;
	border-bottom:23px solid #DD3D5B;
}
.home .wrapper article #race h3:after{
	top:0;
	border-top:23px solid #DD3D5B;
}

/*-----------------------------------------
project
-----------------------------------------*/
.home .wrapper article #project{
	background-image:url(images/bg_project_02.webp),url(images/bg_project_01.webp);
	background-repeat:no-repeat,no-repeat;
	background-position:center top,center top;
	background-size:cover,cover;
	padding:360px 0 100px;
	margin-top:-200px;
}
.home .wrapper article #project .bg_white{
	padding:60px 5%;
	background:white;
	border-radius:24px;
	border:4px solid #f7418f;
	max-width:calc(1240px - 10%);
	margin:64px auto 0;
}
.home .wrapper article #project .bg_white p{
	text-align:center;
	font-size:17px;
	line-height:2em;
}
.home .wrapper article #project .bg_white p a{
	margin-left:1em;
	color:#ea73a8;
	font-weight:bold;
}

/*-----------------------------------------
supergt
-----------------------------------------*/
.home .wrapper article #supergt .bg_blue{
	padding:60px 5%;
	background:#5BBCFF;
	border-radius:24px;
	border:4px solid #90F1EF;
	max-width:calc(1240px - 10%);
	margin:64px auto 0;
}
.home .wrapper article #supergt .bg_blue p{
	text-align:center;
	font-size:17px;
	color:white;
	line-height:2em;
}
.home .wrapper article #supergt .bg_blue ul{
	margin:30px 0;
	display:flex;
	justify-content:space-between;
}
.home .wrapper article #supergt .bg_blue ul li{
	width:48%;
	border-radius:8px;
	padding:30px 0;
}
.home .wrapper article #supergt .bg_blue ul li.gt500{
	background:#219FF5;
}
.home .wrapper article #supergt .bg_blue ul li.gt300{
	background:#90CFFB;
}
.home .wrapper article #supergt .bg_blue ul li h4{
	text-align:center;
	font-size:24px;
	font-style:italic;
	border-bottom:1px solid #FCEE68;
	padding:0 0 10px;
	margin:0 30px 20px;
}
.home .wrapper article #supergt .bg_blue ul li.gt500 h4{
	color:white;
}
.home .wrapper article #supergt .bg_blue ul li p{
	margin:0 30px;
	text-align:left;
}
.home .wrapper article #supergt .bg_blue ul li.gt300 p{
	color:black;
}

/*-----------------------------------------
point
-----------------------------------------*/
.home .wrapper article #point{
	background:url(images/bg_point.webp) no-repeat center top;
	background-size:cover;
	padding:360px 0 0;
	margin:-140px 0 0;
}
.home .wrapper article #point .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #ffd6e0;
	padding:120px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #point .character{
	position:absolute;
	width:250px;
	right:50px;
	top:-240px;
	z-index:5;
}
.home .wrapper article #point .character .filter{
	position:absolute;
	width:100%;
	height:100%;
}
.home .wrapper article #point h2 span{
	font-size:100px;
	color:#EE6DCB;
	margin-right:10px;
}
.home .wrapper article #point ul{
	margin-top:80px;
}
.home .wrapper article #point ul li{
	width:60%;
	margin-bottom:80px;
}
.home .wrapper article #point ul li:last-child{
	margin-bottom:0;
}
.home .wrapper article #point ul li:nth-child(odd){
	margin-left:40%;
}
.home .wrapper article #point ul li h4{
	font-size:36px;
	color:white;
	background:#5BBCFF;
	line-height:2em;
	padding:0 50px;
	position:relative;
}
.home .wrapper article #point ul li:nth-child(even) h4{
	background:#9195F6;
}
.home .wrapper article #point ul li h4:before,
.home .wrapper article #point ul li h4:after{
	position:absolute;
	left:-36px;
	content:"";
	width:0;
	height:0;
	border-right:36px solid transparent;
	border-left:36px solid transparent;
}
.home .wrapper article #point ul li h4:before{
	bottom:0;
	border-bottom:36px solid #5BBCFF;
}
.home .wrapper article #point ul li h4:after{
	top:0;
	border-top:36px solid #5BBCFF;
}
.home .wrapper article #point ul li:nth-child(even) h4:before,
.home .wrapper article #point ul li:nth-child(even) h4:after{
	left:inherit;
	right:-36px;
}
.home .wrapper article #point ul li:nth-child(even) h4:before{
	border-bottom:36px solid #9195F6;
}
.home .wrapper article #point ul li:nth-child(even) h4:after{
	border-top:36px solid #9195F6;
}
.home .wrapper article #point ul li p{
	font-size:21px;
	font-weight:bold;
	margin:30px 50px 0;
}

/*-----------------------------------------
checkpoint
-----------------------------------------*/
.home .wrapper article #checkpoint{
	background:url(images/bg_checkpoint.webp) no-repeat center top;
	background-size:cover;
	margin:0;
	padding:300px 0 150px;
}
.home .wrapper article #checkpoint .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #ffd166;
	padding:120px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #checkpoint .character{
	position:absolute;
	width:400px;
	left:-20px;
	top:-280px;
	z-index:5;
}
.home .wrapper article #checkpoint h2 span{
	font-size:100px;
	color:#DD3D5B;
	margin-right:10px;
}
.home .wrapper article #checkpoint ul{
	margin:80px 60px 0;
	display:flex;
	gap:2%;
}
.home .wrapper article #checkpoint ul li{
	border-radius:10px;
	border-top:6px solid #ffd166;
	box-shadow:0 4px 15px rgba(217,217,217,0.7);
	padding:30px;
	width:calc(32% - 60px);
}
.home .wrapper article #checkpoint ul li h4{
	text-align:center;
	font-size:24px;
	line-height:1.25em;
	margin-bottom:10px;
}
.home .wrapper article #checkpoint ul li:nth-child(2) h4{
	line-height:2.5em;
}
.home .wrapper article #checkpoint ul li p{
	font-size:18px;
	font-weight:600;
}

/*-----------------------------------------
circuit
-----------------------------------------*/
.home .wrapper article #circuit{
	background:url(images/bg_circuit.webp) no-repeat center top;
	background-size:cover;
	margin:0;
	padding:150px 0 150px;
}
.home .wrapper article #circuit .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #D6589F;
	padding:120px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #circuit .character{
	position:absolute;
	width:245px;
	right:70px;
	top:-265px;
	z-index:5;
}
.home .wrapper article #circuit h2 span{
	font-size:100px;
	color:#384A86;
	margin:0 10px;
}
.home .wrapper article #circuit ul{
	margin:80px 60px 0;
	display:flex;
	gap:2%;
}
.home .wrapper article #circuit ul li{
	border-radius:10px;
	border-top:6px solid #D6589F;
	box-shadow:0 4px 15px rgba(217,217,217,0.7);
	padding:30px;
	width:calc(32% - 60px);
}
.home .wrapper article #circuit ul li h4{
	text-align:center;
	font-size:24px;
	line-height:1.25em;
	margin-bottom:10px;
}
.home .wrapper article #circuit ul li p{
	font-size:18px;
	font-weight:600;
}

/*-----------------------------------------
item
-----------------------------------------*/
.home .wrapper article #item{
	background:url(images/bg_item.webp) no-repeat center top;
	background-size:cover;
	margin:0;
	padding:150px 0 150px;
}
.home .wrapper article #item .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #D6589F;
	padding:120px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #item .character{
	position:absolute;
	width:340px;
	left:70px;
	top:-275px;
	z-index:5;
}
.home .wrapper article #item .information{
	width:calc( 90% - 120px);
	margin:60px auto;
	border:2px solid #000;
	font-weight:700;
	padding:30px 60px;
}
.home .wrapper article #item .information h5{
	font-size:16px;
	margin-bottom:10px;
}
.home .wrapper article #item .information ul{
	display:block;
	padding-left:2em;
	margin:10px 0;
}
.home .wrapper article #item .information ul li{
	list-style-type:disc;
	width:100%;
}
.home .wrapper article #item h4{
	text-align:center;
	font-size:24px;
	margin:60px 60px 30px;
	position:relative;
	background:#FB9EC6;
	color:white;
	line-height:2em;
}
.home .wrapper article #item h4:before{
	text-align:center;
	font-size:24px;
	margin:60px 0 90px;
	position:relative;
}
.home .wrapper article #item .list{
	margin:30px 60px;
}
.home .wrapper article #item ul{
	margin:0 60px;
	display:flex;
	flex-wrap:wrap;
	gap:20px 2%;
}
.home .wrapper article #item ul li{
	width:32%;
}
.home .wrapper article #item ul.goods_circuit li{
	width:48%;
}
.home .wrapper article #item ul li p{
	margin-top:5px;
	text-align:center;
	font-size:16px;
}
.home .wrapper article #item ul li p a{
	font-size:18px;
	font-weight:700;
}
.home .wrapper article #item ul.btn{
	gap:2%;
}
.home .wrapper article #item ul.btn li{
	width:49%;
	font-size:12px;
}
.home .wrapper article #item ul.btn li a{
	display:block;
	border:2px solid #111;
	color:#111;
	text-align:center;
	font-size:18px;
	line-height:1.5em;
	padding:23.5px 0;
	font-weight:700;
	margin-bottom:10px;
}
.home .wrapper article #item ul.btn li a:hover{
	text-decoration:none;
	background:#111;
	color:white;
}
.home .wrapper article #item .bnr{
	width:580px;
	margin:60px auto 0;
}
.home .wrapper article #item .bnr a{
	display:block;
	color:white;
	text-align:center;
	font-size:16px;
	background:#286dd3;
	padding:40px 30px 36px;
	line-height:2em;
	border-radius:24px;
	border:7px solid #FB9EC6;
}
.home .wrapper article #item .bnr a .en{
	font-size:42px;
}
.home .wrapper article #item .bnr a:hover{
	background:#023C96;
	text-decoration:none;
}
.home .wrapper article #item p.margin{
	margin:0 60px;
	font-size:16px;
	
}
.home .wrapper article #item ul.common li{
	width:100%;
	font-size:16px;
}

/*-----------------------------------------
race
-----------------------------------------*/
.home .wrapper article #race{
	background:url(images/bg_race.webp) no-repeat center top;
	background-size:cover;
	margin:0;
	padding:150px 0 150px;
}
.home .wrapper article #race .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #D6589F;
	padding:120px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #race .character{
	position:absolute;
	top:-275px;
	z-index:5;
}
.home .wrapper article #race .character.left{
	left:80px;
	width:300px;
}
.home .wrapper article #race .character.right{
	right:80px;
	width:245px;
}
.home .wrapper article #race .spscroll{
	margin:80px 60px 0;
}
.home .wrapper article #race .spscroll table{
	width:100%;
}
.home .wrapper article #race .spscroll table tr{
	width:100%;
	border-bottom:1px solid #d9d9d9;
}
.home .wrapper article #race .spscroll table tr th{
	border-right:4px solid white;
	background:#D9D9D9;
	font-size:18px;
	padding:10px;
}
.home .wrapper article #race .spscroll table tr th:nth-child(1){
	width:20em;
}
.home .wrapper article #race .spscroll table tr td{
	border-right:4px solid white;
	font-size:16px;
	font-weight:700;
	padding:20px 0;
	text-align:center;
}
.home .wrapper article #race .spscroll table tr td:nth-child(1){
	text-align:left;
}
.home .wrapper article #race .spscroll table tr td img{
	width:24px;
}

/*-----------------------------------------
news
-----------------------------------------*/
.home .wrapper article #news{
	background:url(images/bg_news.webp) no-repeat center top;
	background-size:cover;
	margin:0;
	padding:150px 0 80px;
}
.home .wrapper article #news .section_inner{
	width:96%;
	max-width:1240px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.home .wrapper article #news .subtitle{
	text-align:left;
}
.home .wrapper article #news .news_content{
	width:72%;
	background:white;
	border-radius:24px;
}
.home .wrapper article #news .news_content table{
	margin:50px 70px;
	width:calc(100% - 140px);
}
.home .wrapper article #news .news_content table tr{
	border-bottom:1px solid #ccc;
}
.home .wrapper article #news .news_content table tr th{
	color:#EE6DCB;
	text-align:left;
	padding:15px;
	width:150px;
	font-size:16px;
}
.home .wrapper article #news .news_content table tr td{
	text-align:left;
	font-size:16px;
	padding:15px;
}
.home .wrapper article #news .btn{
	width:360px;
	margin:60px auto 0;
}
.home .wrapper article #news .btn a{
	display:block;
	font-size:24px;
	text-align:center;
	color:white;
	font-weight:700;
	line-height:90px;
	background:#EE6DCB;
	border:7px solid #FFE893;
	border-radius:24px;
}
.home .wrapper article #news .btn a:hover{
	background:#FB9EC6;
	text-decoration:none;
}

/*-----------------------------------------
race
-----------------------------------------*/
.home .wrapper article #faq{
	background: linear-gradient(to bottom,  #ffefba 0%,#ffffff 100%);
	margin:0;
	padding:150px 0 150px;
}
.home .wrapper article #faq .bg_white{
	border-radius:24px;
	background:white;
	border:3px solid #D6589F;
	padding:40px 0 100px;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.home .wrapper article #faq .bg_white p{
	text-align:center;
	font-size:16px;
	margin:40px 0;
}
.home .wrapper article #faq .bg_white dl{
	padding:0 5%;
}
.home .wrapper article #faq .bg_white dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.home .wrapper article #faq .bg_white dl dt:before{
	content:"Q.";
}
.home .wrapper article #faq .bg_white dl dd{
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

/*-----------------------------------------
スポンサー掲示板、お知らせ等
-----------------------------------------*/
.page .wrapper .pageimg,
.single .wrapper .pageimg,
.archive .wrapper .pageimg,
.error404 .wrapper .pageimg{
	margin:120px 0 60px;
}
.page .wrapper article section,
.single .wrapper article section,
.archive .wrapper article section,
.error404 .wrapper article section{
	background: linear-gradient(to right, rgba(234,115,168,0.2) 0%,rgba(213,183,103,0.2) 100%);
	margin:0;
	padding:80px 0;
	margin-bottom:40px;
}
.page .wrapper article section .section_inner,
.single .wrapper article section .section_inner,
.archive .wrapper article section .section_inner,
.error404 .wrapper article section .section_inner{
	width:1080px;
	margin:0 auto;
}
.page .wrapper article section .section_inner .bg_white,
.single .wrapper article section .section_inner .bg_white,
.archive .wrapper article section .section_inner .bg_white,
.error404 .wrapper article section .section_inner .bg_white{
	padding:50px;
	border-radius:30px;
	background:white;
}
.page .wrapper article section .section_inner .bg_white h3{
	font-weight:normal;
	font-size:21px;
	margin-bottom:20px;
	line-height:1.5em;
}
.page .wrapper article section .section_inner .bg_white h4{
	font-weight:normal;
	font-size:18px;
	margin-bottom:20px;
	line-height:1.5em;
}
.page .wrapper article section .section_inner .bg_white h5{
	font-weight:normal;
	font-size:16px;
	margin-bottom:20px;
	line-height:1.5em;
}
.page .wrapper article section .section_inner .bg_white p{
	line-height:1.5em;
}
.error404 .wrapper article section .section_inner .bg_white a{
	text-decoration:underline;
}
.error404 .wrapper article section .section_inner .bg_white a:hover{
	text-decoration:none;
}

/*-----------------------------------------
トピックス
-----------------------------------------*/
.archive .wrapper article section table{
	width:100%;
	border-collapse:collapse;
}
.archive .wrapper article section table tr{
	border-bottom:1px dashed #bfd0ff;
}
.archive .wrapper article section table tr th{
	color:#ea73a8;
	width:20%;
	font-size:16px;
	text-align:left;
	padding:15px;
}
.archive .wrapper article section table tr td{
	font-size:16px;
	padding:15px;
}
.single .wrapper article section h4{
	font-size:18px;
	text-align:left;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	color:#ea73a8;
	line-height:1.5em;
}
.single .wrapper article section .text_right{
	text-align:right;
	font-size:12px;
	margin-top:20px;
}
.single .wrapper article section .content pre{
	white-space:pre-wrap;
}
.single .wrapper article section .content p{
	font-size:16px;
}
.single .wrapper article section .content p a{
	text-decoration:underline;
}
.single .wrapper article section .content p a:hover{
	text-decoration:none;
}
.single .wrapper article section .content img{
	max-width:100%;
}
.single .wrapper article section .link{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ddd;
	text-align:center;
}
.single .wrapper article section .link li{
	display:inline-block;
	width:30%;
}
.single .wrapper article section .link li a{
	background:#ccc;
	display:block;
	padding:15px 0;
	text-align:center;
}
.single .wrapper article section .link li a:hover{
	color:white;
	background:#FB9EC6;
	text-decoration:none;
}

/*-----------------------------------------
pagenavi
-----------------------------------------*/
.wp-pagenavi {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	background-color: #27c8ff;
	border: 1px solid #27c8ff !important;
	color: white;
	padding: 5px 8px !important;
	font-size: 14px;
	transition: 0.1s linear all;
}
.wp-pagenavi span.current {
	background-color: white;
	font-weight: normal !important;
	color: #27c8ff;
}
.wp-pagenavi a:hover {
	background-color: white;
	color: #27c8ff;
}

.sp,.sp_text,.spmenu,.spbr,.tabbr{ display: none; }


@media screen and (max-width: 1024px) { /* タブレット横 */
	.wrapper header .header_inner{
		width:96%;
	}
	.wrapper header .header_inner nav ul{
		gap:30px;
	}
	.wrapper header .header_inner nav ul li a:before{
		height:14px;
		right:-12px;
		top:3px;
	}
	.home .wrapper article #project{
		padding-top:240px;
	}
	.home .wrapper article #project .bg_white,
	.home .wrapper article #supergt .bg_blue{
		width:86%;		
	}
	.home .wrapper article #point .bg_white,
	.home .wrapper article #checkpoint .bg_white,
	.home .wrapper article #circuit .bg_white,
	.home .wrapper article #item .bg_white,
	.home .wrapper article #race .bg_white{
		width:96%;
	}
	.home .wrapper article #point{
		padding-top:130px;
	}
	.home .wrapper article #point .character{
		right:20px;
		width:200px;
		top:-130px;
	}
	.home .wrapper article #point ul li h4{
		font-size:32px;
	}
	.home .wrapper article #checkpoint{
		padding-top:130px;
		padding-bottom:90px;
	}
	.home .wrapper article #checkpoint .character{
		width:270px;
		top:-100px;
	}
	.home .wrapper article #checkpoint ul,
	.home .wrapper article #circuit ul{
		margin:80px 30px 0;
	}
	.home .wrapper article #checkpoint ul li,
	.home .wrapper article #circuit ul li{
		padding:30px 20px;
		width:calc(32% - 40px);
	}
	.home .wrapper article #checkpoint ul li h4,
	.home .wrapper article #circuit ul li h4{
		font-size:20px;
	}
	.home .wrapper article #circuit{
		padding-top:0;
		padding-bottom:80px;
	}
	.home .wrapper article #circuit .character{
		width:170px;
		right:20px;
		top:-75px;
	}
	.home .wrapper article #item{
		padding-top:80px;
		padding-bottom:80px;
	}
	.home .wrapper article #item .character{
		width:240px;
		top:-125px;
		right:50px;
	}
	.home .wrapper article #item .information{
		width:auto;
		margin:60px;
	}
	.home .wrapper article #item h4{
		margin:60px auto 30px;
		width:96%;
	}
	.home .wrapper article #item ul{
		width:auto;
		margin:0 60px 60px;
	}
	.home .wrapper article #race{
		padding-bottom:0;
		padding-top:80px;
	}
	.home .wrapper article #race .spscroll table tr th:nth-child(1){
		width:15em;
	}
	.page .wrapper article section .section_inner, .single .wrapper article section .section_inner, .archive .wrapper article section .section_inner, .error404 .wrapper article section .section_inner{
		width:96%;
	}
	pre{
		white-space:inherit;
	}
	.home .wrapper article #race .character{
		top:-120px;
	}
	.home .wrapper article #race .character.left{
		width:220px;
	}
	.home .wrapper article #race .character.right{
		width:180px;
	}
}
@media screen and (max-width: 896px) { /* iPhone XS MAX 横表示 */
	.tabbr{ display:inline; }
	.spscroll{
		white-space:nowrap;
		overflow:scroll;
	}
	.sp_text{
		display:block;
		text-align:center;
		margin-top:20px;
	}
	.wrapper .header_btn{
		width:15px;
		z-index:9999;
		position:fixed;
		background:#FB9EC6;
		top:10px;
		right:15px;
		padding:14px 12.5px;
		border-radius:30px;
	}
	.wrapper .header_btn .header_btn_inner{
		position:relative;
		height:12px;
	}
	.menu__line {
		background:#fff;
		display:block;
		height:2px;
		position:absolute;
		transition:transform .3s;
		width:15px;
	}
	.menu__line--center {
		top:5px;
	}
	.menu__line--bottom {
		bottom:0;
	}
	.menu__line--top.active {
		top:5.5px;
		transform:rotate(45deg);
	}
	.menu__line--center.active {
		transform:scaleX(0);
	}
	.menu__line--bottom.active {
		bottom:4px;
		transform:rotate(135deg);
	}
	.spmenu{
		position:fixed;
		width:250px;
		height:100%;
		z-index:1000;
		background:white;
		left:-250px;
		display:block;
	}
	.spmenu table{
		width:90%;
		margin:40px auto 0;
	}
	.spmenu table tr td{
		text-align:center;
		vertical-align:middle;
	}
	.spmenu table tr td ul{
		margin-top:20px;
	}
	.spmenu table tr td ul li{
		padding:15px 0;
		border-top:1px solid #ddd;
	}
	.spmenu table tr td ul li:last-child{
		border-bottom:1px solid #ddd;
	}
	.spmenu table tr td ul li a:hover{
		color:#eb6a99;
		text-decoration:none;
	}
	.wrapper header .header_inner h1 img{
		height:40px;
	}
	.wrapper header .header_inner nav{
		display:none;
	}
	.home .wrapper article section h2, .page .wrapper h2, .single .wrapper h2, .error404 .wrapper h2, .archive .wrapper h2{
		font-size:60px;
	}
	.home .wrapper article section h2 span{
		font-size:72px !important;
	}
	.home .wrapper article section h3, .page .wrapper h3, .single .wrapper h3, .error404 .wrapper h3, .archive .wrapper h3{
		font-size:14px;
	}
	.home .wrapper article #project{
		padding-bottom:0;
	}
	.home .wrapper article #project .bg_white p{
		font-size:16px;
	}
	.home .wrapper article #project .bg_white, .home .wrapper article #supergt .bg_blue{
		width:90%;
		padding:40px 3%;
	}
	.home .wrapper article #point{
		padding-top:180px;
	}
	.home .wrapper article #point .character{
		width:200px;
		top:-100px;
	}
	.home .wrapper article #point .bg_white{
		padding:60px 0;
	}
	.home .wrapper article #point ul li{
		width:80%;
	}
	.home .wrapper article #point ul li:nth-child(odd){
		margin-left:20%;
	}
	.home .wrapper article #point ul li h4{
		font-size:27px;
	}
	.home .wrapper article #checkpoint{
		padding:120px 0 0;
	}
	.home .wrapper article #checkpoint .bg_white,
	.home .wrapper article #circuit .bg_white,
	.home .wrapper article #item .bg_white,
	.home .wrapper article #race .bg_white{
		padding:60px 0;
	}
	.home .wrapper article #checkpoint .character{
		width:220px;
		top:-100px;
	}
	.home .wrapper article #checkpoint ul, .home .wrapper article #circuit ul{
		display:block;
	}
	.home .wrapper article #checkpoint ul li, .home .wrapper article #circuit ul li{
		width:auto;
		padding:30px 20px;
		margin-bottom:20px;
	}
	.home .wrapper article #checkpoint ul li:last-child, .home .wrapper article #circuit ul li:last-child{
		margin-bottom:0;
	}
	.home .wrapper article #checkpoint ul li .pcbr, .home .wrapper article #circuit ul li .pcbr{
		display:none;
	}
	.home .wrapper article #circuit{
		padding-bottom:60px;
	}
	.home .wrapper article #circuit .character{
		width:130px;
		top:-100px;
		right:20px;
	}
	.home .wrapper article #item{
		padding:60px 0;
	}
	.home .wrapper article #item .character{
		width:140px;
		top:-120px;
		right:30px;
	}
	.home .wrapper article #item ul.btn li a{
		font-size:14px;
	}
	.home .wrapper article #item ul{
		gap:20px 2%;
	}
	.home .wrapper article #item ul li{
		width:23.5%;
	}
	.home .wrapper article #item ul li p{
		font-size:14px;
	}
	.home .wrapper article #race{
		padding:60px 0;
	}
	.home .wrapper article #race .character.left{
		left:30px;
		width:180px;
		top:-120px;
	}
	.home .wrapper article #race .character.right{
		right:30px;
		width:160px;
		top:-120px;
	}
	.home .wrapper article #news{
		padding:60px 0;
	}
	.home .wrapper article #news .section_inner{
		display:block;
	}
	.home .wrapper article #news .subtitle{
		text-align:center;
	}
	.home .wrapper article #news .news_content{
		width:auto;
		padding:40px;
		margin-top:40px;
	}
	.home .wrapper article #news .news_content table{
		margin:0;
		width:100%;
	}
	footer .footer_inner ul{
		gap:20px;
	}
	footer .footer_inner ul li:before{
		display:none;
	}
	.home .wrapper article #checkpoint ul li:nth-child(2), .home .wrapper article #circuit ul li:nth-child(2),.home .wrapper article #checkpoint ul li:nth-child(3), .home .wrapper article #circuit ul li:nth-child(3){
		transition-delay:0;
	}

	
}
@media screen and (max-width: 640px) { /* iPhone XS MAX 横表示 */
	.pcbr,.tabnone{ display:none; }
	.spbr{ display:inline; }
	
	.home .wrapper .mainimg{
		padding:120px 0 40px;
	}
	.home .wrapper article #project{
		padding-top:200px;
		margin
	}
	.home .wrapper article section h2, .page .wrapper h2, .single .wrapper h2, .error404 .wrapper h2, .archive .wrapper h2{
		font-size:42px;
		letter-spacing:-1px;
	}
	.home .wrapper article section .subtitle, .page .wrapper .subtitle, .single .wrapper .subtitle, .error404 .wrapper .subtitle, .archive .wrapper .subtitle{
		max-width:90%;
		margin:0 0 0 2%;
	}
	.home .wrapper article section h3, .page .wrapper h3, .single .wrapper h3, .error404 .wrapper h3, .archive .wrapper h3{
		font-size:13px;
		padding:10px 10px 10px 30px;
		background-position:15px;
		line-height:1.5em;
		background-size:14px;
	}
	.home .wrapper article #project h3:before, .home .wrapper article #news h3:before, .page .wrapper h3:before, .single .wrapper h3:before, .error404 .wrapper h3:before, .archive .wrapper h3:before{
		border-bottom:30px solid #fb9ec6;
		right:-30px;
	}
	.home .wrapper article #project h3:after, .home .wrapper article #news h3:after, .page .wrapper h3:after, .single .wrapper h3:after, .error404 .wrapper h3:after, .archive .wrapper h3:after{
		border-top:30px solid #fb9ec6;
		right:-30px;
	}
	.home .wrapper article section h3:before, .home .wrapper article section h3:after, .page .wrapper h3:before, .page .wrapper h3:after, .single .wrapper h3:before, .single .wrapper h3:after, .error404 .wrapper h3:before, .error404 .wrapper h3:after, .archive .wrapper h3:before, .archive .wrapper h3:after{
		border-right:30px solid transparent;
		border-left:30px solid transparent;
	}
	.home .wrapper article #project .bg_white, .home .wrapper article #supergt .bg_blue{
		margin-top:40px;
		padding:20px 5%;
		width:86%;
	}
	.home .wrapper article #project .bg_white p,
	.home .wrapper article #supergt .bg_blue p{
		font-size:14px;
		text-align:left;
	}
	.home .wrapper article #supergt h3,
	.home .wrapper article #point h3,
	.home .wrapper article #checkpoint h3,
	.home .wrapper article #circuit h3,
	.home .wrapper article #item h3,
	.home .wrapper article #race h3,
	.home .wrapper article #news h3{
		padding-left:40px;
	}
	.home .wrapper article #supergt .bg_blue ul{
		display:block;
		margin:15px 0;
	}
	.home .wrapper article #supergt .bg_blue ul li{
		width:100%;
		padding:20px 0;
	}
	.home .wrapper article #supergt .bg_blue ul li:last-child{
		margin-top:15px;
	}
	.home .wrapper article section h2 span{
		font-size:60px !important;
	}
	.home .wrapper article section#point h2{
		text-align:left;
		margin-left:20px;
	}
	.home .wrapper article section#point .subtitle,
	.home .wrapper article section#checkpoint .subtitle,
	.home .wrapper article section#circuit .subtitle{
		margin-left:20px;
		text-align:left;
	}
	.home .wrapper article #point .character{
		width:120px;
		right:10px;
		top:-115px;
	}
	.home .wrapper article #point .bg_white,
	.home .wrapper article #checkpoint .bg_white,
	.home .wrapper article #circuit .bg_white{
		padding:30px 0;		
	}
	.home .wrapper article #item .bg_white{
		padding:30px 0 10px;
	}
	.home .wrapper article #point ul{
		margin-top:40px;
	}
	.home .wrapper article #point ul li{
		margin-bottom:20px;
	}
	.home .wrapper article #point ul li h4{
		font-size:18px;
		padding:0 15px;
		line-height:3em;
	}
	.home .wrapper article #point ul li p{
		font-size:16px;
		font-weight:500;
		margin:20px 15px;
	}
	.home .wrapper article #point ul li:last-child p{
		margin-bottom:0;
	}
	.home .wrapper article section#checkpoint{
		padding-top:250px;
	}
	.home .wrapper article section#checkpoint h2,
	.home .wrapper article #circuit h2{
		text-align:left;
		margin-left:20px;
		font-size:36px;
	}
	.home .wrapper article section#checkpoint h2 span{
		font-size:54px !important;
		margin-right:5px;
	}
	.home .wrapper article #checkpoint .character{
		width:190px;
		left:-30px;
		top:-270px;
	}
	.home .wrapper article #checkpoint ul, .home .wrapper article #circuit ul{
		margin:20px 20px 0;
	}
	.home .wrapper article #checkpoint ul li, .home .wrapper article #circuit ul li{
		padding:20px;
	}
	.home .wrapper article #checkpoint ul li h4, .home .wrapper article #circuit ul li h4{
		font-size:18px;
		border-bottom:1px solid #ddd;
		padding-bottom:15px;
		line-height:1.5em !important;
	}
	.home .wrapper article #checkpoint ul li p,.home .wrapper article #circuit ul li p{
		font-size:14px;
		font-weight:500;
	}
	.home .wrapper article #circuit h2 span{
		font-size:54px !important;
		margin:0 5px;
	}
	.home .wrapper article #circuit{
		padding-top:240px;
		padding-bottom:60px;
	}
	.home .wrapper article #circuit .character{
		top:-280px;
	}
	.home .wrapper article #item{
		padding-top:60px;
	}
	.home .wrapper article #item .character{
		right:0;
		top:-120px;
	}
	.home .wrapper article #item .information{
		margin:20px auto;
		padding:20px 5%;
		width:84%;
	}
	.home .wrapper article #item .information p{
		font-size:13px;
	}
	.home .wrapper article #item h4{
		margin:20px auto;
		font-size:18px;
	}
	.home .wrapper article #item ul.btn{
		display:block;
		margin-bottom:20px;
	}
	.home .wrapper article #item ul.btn li{
		width:100%;
		margin-bottom:20px;
	}
	.home .wrapper article #item ul.btn li:last-child{
		margin-bottom:0;
	}
	.home .wrapper article #item ul{
		gap:10px 2%;
		margin:0 2% 20px;
	}
	.home .wrapper article #item ul li{
		width:49%;
	}
	.home .wrapper article #item ul li p{
		margin-top:0;
	}
	.home .wrapper article #item .bnr{
		width:90%;
		margin:20px auto 20px;
	}
	.home .wrapper article #item .bnr a{
		padding:30px 20px 24px;
	}
	.home .wrapper article #item .bnr a .en{
		font-size:27px;
	}
	.home .wrapper article #race{
		padding:60px 0 30px;
	}
	.home .wrapper article #race .bg_white{
		padding:30px 0;
	}
	.home .wrapper article #race .character.left{
		left:-25px;
		top:-125px;
		width:130px;
	}
	.home .wrapper article #race .character.right{
		right:0px;
		top:-105px;
		width:100px;
	}
	.home .wrapper article #race .spscroll{
		margin:20px 20px 0;
		border:1px solid #ddd;
	}
	.home .wrapper article #race .spscroll table tr th{
		font-size:13px;
		
	}
	.home .wrapper article #race .spscroll table tr td{
		font-size:13px;
		padding:10px;
	}
	.home .wrapper article #news{
		padding:0 0 60px;
	}
	.home .wrapper article #news .news_content{
		padding:20px;
		margin-top:20px;
	}
	.home .wrapper article #news .news_content table tr th{
		display:block;
		width:100%;
		padding:10px 0 0;
		font-size:13px;
	}
	.home .wrapper article #news .news_content table tr td{
		display:block;
		width:100%;
		padding:0 0 10px;
		font-size:13px;
	}
	.home .wrapper article #news .btn{
		width:75%;
		margin:20px auto 0;
	}
	.home .wrapper article #news .btn a{
		line-height:3.6em;
		font-size:18px;
	}
	footer .footer_inner ul{
		display:none;
	}
	footer .footer_logo{
		margin-bottom:40px;
	}
	footer .copyright{
		font-size:12px;
	}
	footer .text_small{
		font-size:11px;
		text-align:left;
	}
	
	.home .wrapper article #item p.margin{
		margin:0 2%;
	}
	.home .wrapper article #item ul.btn li a{
		padding:10px 0;
	}
	.home .wrapper article #faq .bg_white p{
		padding:0 5%;
		text-align:left;
	}
	.page .wrapper article section .section_inner .bg_white, .single .wrapper article section .section_inner .bg_white, .archive .wrapper article section .section_inner .bg_white, .error404 .wrapper article section .section_inner .bg_white{
		padding:20px;
	}
	
	
}
