﻿@charset "utf-8";

/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: "BIZ UDGothic", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti,
html .goti form * {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1100px;
}
main {
	overflow: hidden;
	width: 100%;
	background: url(../img/lp-sports/bg-main.png) no-repeat top -10px center / cover;
	padding-top: 190px;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1200px) {
	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	top: 51.5px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
}
header#fix_menu.fixedMenu {
	top: 0;
}
.menu_top {
	position: relative;
	overflow: hidden;
}
.menu_top #site_ttl {
	float: left;
	padding: 10px;
	white-space: nowrap;
}
.menu_top #site_ttl a {
	display: inline-block;
	vertical-align: middle;
}
.menu_top #site_ttl a {
	transition: .5s opacity;
}
.menu_top #site_ttl a:hover {
	opacity: 0.7;
}
.menu_top #site_ttl a img {
	height: 70px;
}
.menu_top .header-menu {
	float: right;
	display: flex;
	align-items: center;
	margin-right: 2em;
}
.menu_top .header-menu .fixed-btn_box {
	display: flex;
	gap: 0 1em;
	text-align: left;
	margin-right: 1em;
}
.menu_top .header-menu .fixed-btn {
	min-width: 285px;
	background: #00af84;
	color: #fff;
	border-radius: 0 0 10px 10px;
	min-height: 105px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: .5s transform;
	padding: 1em 1.5em;
	position: relative;
}
.menu_top .header-menu .fixed-btn span em {
	display: block;
	color: #fff;
}
.menu_top .header-menu .fixed-btn span {
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-right: 1.5em;
	text-align: left;
}
.menu_top .header-menu .fixed-btn:hover {
	transform: translatey(-5px);
	text-decoration: none;
	opacity: 1;
}
.menu_top .header-menu .fixed-btn.btn-blu {
	background: #ed6d0f;
}
.menu_top .header-menu .fixed-btn::before {
	content: "";
	width: 28px;
	height: 28px;
	background: #fff;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.menu_top .header-menu .fixed-btn::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/lp-sports/arrow-green.svg) no-repeat top center / contain;
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.menu_top .header-menu .fixed-btn.btn-blu::after {
	background-image: url(../img/lp-sports/arrow-orange.svg);
}
@media screen and (max-width:1330px) {
	.menu_top .header-menu .fixed-btn {
		min-width: 0;
		font-size: 1.25rem;
		padding-right: 2em;
		min-height: 0;
	}
	.menu_top .header-menu .tel_link a {
		display: block;
		max-width: 200px;
		padding-top: 0.5em;
	}
	.menu_top .header-menu .tel_link a img {
		max-width: 100%;
	}
	.menu_top .header-menu .fixed-btn span {
		font-size: 1rem;
		padding-right: 1em;
	}
}
@media screen and (max-width:1007px) {
	.menu_top .header-menu .fixed-btn {
		padding: 0.75em 1em;
	}
	.menu_top #site_ttl {
		padding: 14px 10px;
	}
	.menu_top #site_ttl a img {
		height: 50px;
	}
	.menu_top .header-menu {
		margin-right: 1em;
	}
	.menu_top .header-menu .fixed-btn_box {
		gap: 0.5em;
	}
	.menu_top .header-menu .fixed-btn::before {
		width: 22px;
		height: 22px;
	}
	.menu_top .header-menu .fixed-btn::after {
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width:767px) {
	header#fix_menu {
		top: 55.5px;
	}
	.menu_top #site_ttl {
		padding: 7.5px;
	}
	.menu_top #site_ttl a img {
		height: 45px;
	}
	.menu_top .header-menu {
		align-items: flex-end;
		max-width: 191px;
		width: 51%;
		background: #fff;
		border-radius: 0 0 10px 10px;
		padding: 4.75px 0.5em;
		margin-right: 0.5em;
	}
	.menu_top .header-menu .fixed-btn_box {
		position: fixed;
		z-index: 1000;
		gap: 0;
		margin-right: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.menu_top .header-menu .fixed-btn {
		width: 40%;
		font-size: min(4.75vw, 1.125rem);
		border-width: 1px;
		border-radius: 10px 10px 0 0;
		padding: 0.75em 2.25em 0.75em 0.5em;
		border-radius: 0;
		height: 80px;
		padding: 0.5em 1em;
	}
	.menu_top .header-menu .fixed-btn span {
		font-size: min(3.6vw, 1rem);
	}
	.menu_top .header-menu .fixed-btn:before {
		width: 22px;
		height: 22px;
	}
	.menu_top .header-menu .fixed-btn::after {
		width: 10px;
		height: 10px;
		right: 6.5%;
	}
	.menu_top .header-menu .fixed-btn:hover {
		transform: translatey(0);
	}
	.menu_top .header-menu .tel_link a {
		max-width: 100%;
		display: block;
		background: #e7f5fb;
		padding: 0.625em 0.75em 0.5em;
		border-radius: 5px;
	}
}
@media screen and (max-width:340px) {
	.menu_top #site_ttl a img {
		height: 35px;
	}
}
/* contents
-------------------------------------------------------------------*/
.main_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.top_point {
	position: relative;
	z-index: 0;
	margin-bottom: 7em;
}
.top_point:before {
	content: "";
	width: 45px;
	background: #00a9e4;
	position: absolute;
	inset: 0;
	margin: auto;
}
.visual {
	position: relative;
	z-index: 1;
	background: #00a9e4;
	border-radius: 0 0 30px 30px;
	margin-bottom: 6em;
}
.visual img {
	max-width: 100%;
	height: auto;
}
.visual:before {
	content: "";
	height: 16px;
	background: #1d2d66;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width:1400px) {
	.main_wrap {
		/* max-width: 800px; */
		margin: 0 auto;
	}
}
@media screen and (max-width:1000px) {
	.main_wrap {
		padding: 0 15px;
	}
}
@media screen and (max-width:768px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.top_point {
		margin-bottom: 4em;
	}
	.top_point:before {
		width: 20px;
	}
}
/**/
.visual_wrap {
	padding: 2.5em 2em;
}
.mv_image {
	position: absolute;
	z-index: 2;
	left: -5%;
	top: -4%;
	width: 34%;
}
.mv_txt {
	position: relative;
	padding-left: 18em;
	text-align: left;
}
.mv_txt .mv_top {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em;
	color: #fff;
	margin-bottom: 1.5em;
}
.mv_txt .mv_top .mv_top_txt {
	font-size: 1.125rem;
}
.mv_center {
	margin-bottom: 1.5em;
}
.mv_center .mv_style {
	width: 100%;
}
.mv_bottom {
	background: #fff;
	padding: 0.5em 1em;
}
.mv_bottom p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	position: relative;
	max-width: fit-content;
	margin: 0 auto;
}
.mv_bottom p em {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
}
.mv_bottom p strong {
	font-size: 2.875rem;
	font-weight: 900;
	color: #e60012;
	line-height: 1;
}
.mv_bottom p strong span {
	font-size: 2.125rem;
	line-height: 1;
}
.mv_bottom p>span {
	position: absolute;
	font-weight: bold;
	right: 0;
	top: 0;
	letter-spacing: -0.05em;
	line-height: 1;
	font-size: 0.75rem;
}
@media screen and (max-width:1400px) {
	main {
		padding-top: 140px;
		background-position: top center;
	}
	.mv_txt {
		padding-left: 15em;
	}
	.mv_center .mv_style {
		width: 100%;
	}
	.visual_wrap {
		padding: 2em 2em;
	}
	.visual:before {
		height: 12px;
	}
	.mv_txt .mv_top,
	.mv_center {
		margin-bottom: 1em;
	}
	.mv_txt .mv_top {
		gap: 5%;
	}
	.mv_txt .mv_top img {
		max-width: 100%;
		height: auto;
	}
	.mv_top .mv_top_image {
		width: 16%;
	}
	.mv_txt .mv_top .mv_top_txt {
		width: 79%;
		font-size: 1rem;
	}
	.mv_txt .mv_top .mv_top_txt br {
		display: none;
	}
	.mv_image {
		left: -6%;
		top: -4%;
		width: 32%;
	}
}
@media screen and (max-width:1100px) {
	.mv_image {
		left: -1%;
		top: -2%;
		width: 28%;
	}
}
@media screen and (max-width:768px) {
	main {
		padding-top: 80px;
		background-image: url(../img/lp-sports/bg-main_sp.png);
		background-position-y: top;
	}
	.visual {
		border-radius: 0 0 30px 30px;
		margin-bottom: 4em;
	}
	.visual_wrap {
		padding: 2em 15px;
	}
	.mv_txt {
		padding-left: 0em;
		text-align: left;
	}
	.mv_txt .mv_top {
		gap: 6%;
	}
	.mv_txt .mv_top .mv_top_image {
		width: 23%;
	}
	.mv_txt .mv_top .mv_top_txt {
		width: 71%;
		font-size: 0.86rem;
	}
	.mv_center,
	.mv_bottom {
		width: calc(100% - 26%);
		margin-left: auto;
	}
	.mv_center .mv_style {
		width: 100%;
	}
	.mv_image {
		top: 35%;
		bottom: auto;
		left: -3%;
		width: 28%;
		max-height: 260px;
	}
}
@media screen and (max-width:350px) {
	.mv_center,
	.mv_bottom {
		width: calc(100% - 5em);
	}
	.mv_bottom p strong {
		font-size: 2rem;
	}
	.mv_bottom p strong span {
		font-size: 1.47rem;
	}
	.mv_bottom p em {
		font-size: 0.86rem;
	}
	.mv_bottom p>span {
		font-size: 0.75rem;
		right: -5%;
	}
}
/*pickup*/
.pickup {
	position: relative;
	background: #fff;
	padding: 3em 3.5em 3.5em;
	z-index: 5;
	margin-bottom: 6em;
}
.pickup .pickup_style {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	color: #e60012;
	padding-bottom: 0.5em;
	margin-bottom: 1.75em;
	border-bottom: 2px solid;
}
.pickup .pickup_style:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 20px solid #e60012;
	border-bottom: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.pickup_wrap {
	max-width: 810px;
	margin: 0 auto;
}
.pickup ul {
	width: 100%;
	position: relative;
	text-align: left;
}
.pickup ul li {
	position: relative;
	padding-inline: 45px;
	font-weight: bold;
}
.pickup ul li+li {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 2px dashed #231815;
}
.pickup ul li p {
	position: relative;
	padding-left: 2em;
	font-size: 1.5rem;
	max-width: 470px;
	margin: 0 auto;
	line-height: 1.875;
}
.pickup ul li p:first-child:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/lp-sports/icon_check.png) no-repeat top center / contain;
	position: absolute;
	left: 1%;
	top: 0.125em;
	margin: auto;
}
.pickup ul li p .underline {
	position: relative;
	padding-inline: 0.25em;
}
.pickup ul li p .underline:before {
	content: "";
	background: #fff100;
	bottom: -20%;
	left: -1%;
	right: -1%;
	margin: auto;
	position: absolute;
	z-index: -1;
	height: 0.5em;
}
.pickup ul li p .pl {
	margin-left: 7.5em;
}
@media screen and (max-width:768px) {
	.pickup {
		padding: 2em 15px 2.5em;
		margin-bottom: 4em;
	}
	.pickup .pickup_style {
		font-size: 1.29rem;
		border-bottom: 1px solid;
	}
	.pickup .pickup_style:before {
		border-right-width: 10px;
		border-left-width: 10px;
		border-top-width: 12px;
		bottom: -12px;
	}
	.pickup ul li {
		padding-inline: 10px;
	}
	.pickup ul li+li {
		border-top-width: 1px;
	}
	.pickup ul li p {
		padding-left: 1.75em;
		font-size: 1.14rem;
		max-width: 300px;
	}
	.pickup ul li p .underline:before {
		bottom: -25%;
	}
	.pickup ul li:nth-child(3) p .underline:before {
		bottom: 10%;
	}
	.pickup ul li p:first-child:before {
		width: 22px;
		height: 22px;
		left: 0%;
	}
	.pickup ul li p .pl {
		margin-left: 5.5em;
		display: inline-block;
	}
}
@media screen and (max-width:350px) {
	.pickup ul li p .pl {
		margin-left: 3.5em;
	}
}
/*point*/
.point {
	position: relative;
	z-index: 5;
	background: #fff;
	margin-bottom: 6em;
	padding: 3em 3em;
	border-radius: 20px;
	box-shadow: 5px 5px #7fbbe4;
}
.point:last-child {
	margin-bottom: 0;
}
.point .point_wrap {
	position: relative;
	text-align: left;
}
.point .point_wrap p {
	font-feature-settings: 'palt';
}
.point .point_wrap .point_style {
	float: left;
	width: 70%;
	position: relative;
	margin-bottom: 1em;
}
.point04 .point_wrap .point_style {
	padding-top: 3em;
}
.point .point_wrap .point_style .style_image {
	position: absolute;
	right: 6%;
	top: 0;
}
.point03 .point_wrap .point_style .style_image {
	top: 16%;
}
.point04 .point_wrap .point_style .style_image {
	top: 10%;
	right: 2%;
}
.point05 .point_wrap .point_style .style_image {
	top: 16%;
}
.point .point_wrap .point_image {
	float: right;
	width: 28%;
	position: relative;
}
.point .point_wrap .point_image img {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}
.point01 .point_wrap .point_image {
	top: 4em;
}
.point02 .point_wrap .point_image {
	top: -1em;
}
.point02 .point_wrap .point_image {
	top: -1em;
}
.point .point_wrap .point_txt {
	width: 69%;
	padding-left: 5em;
}
.point05 .point_wrap .point_style,
.point05 .point_wrap .point_txt {
	width: 67%;
}
.point05 .point_wrap .point_image {
	width: 31%;
}
.point .point_wrap .point_txt p {
	line-height: 1.6;
}
.point .point_wrap .point_col {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1em;
	margin-top: 1.5em;
}
.point .point_wrap .point_col .point_item {
	background: #cae9fa;
	width: 49%;
	border-radius: 15px;
	position: relative;
	padding: 0.75em 0.5em 0.75em 4.25em;
}
.point .point_wrap .point_col .point_item .point_interview {
	font-size: 0.75rem;
	letter-spacing: -0.05em;
}
.point .point_wrap .point_col .point_item .point_interview_image {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width:768px) {
	.point {
		margin-bottom: 4em;
		padding: 1.5em 15px 1.5em;
		border-radius: 10px;
		box-shadow: 3px 3px #7fbbe4;
	}
	.point .point_wrap .point_style {
		float: none;
		width: 100%;
		margin-bottom: 1.5em;
	}
	.point04 .point_wrap .point_style {
		padding-top: 2em;
	}
	.point .point_wrap .point_style .style_image {
		right: 0;
		top: -50%;
		width: 34%;
	}
	.point02 .point_wrap .point_style .style_image {
		top: -50%;
		width: 25%;
		right: -2%;
	}
	.point03 .point_wrap .point_style .style_image {
		top: -74%;
		width: 25%;
	}
	.point04 .point_wrap .point_style .style_image {
		top: -40%;
		right: -7%;
	}
	.point05 .point_wrap .point_style .style_image {
		top: -40%;
		width: 26%;
	}
	.point .point_wrap .point_image {
		float: none;
		width: 70%;
		text-align: center;
		margin: 0 auto 1em;
	}
	.point01 .point_wrap .point_image,
	.point02 .point_wrap .point_imagem,
	.point02 .point_wrap .point_image {
		top: 0;
	}
	.point .point_wrap .point_txt {
		width: 100%;
		padding-left: 0;
	}
	.point05 .point_wrap .point_style,
	.point05 .point_wrap .point_txt {
		width: 100%;
	}
	.point05 .point_wrap .point_image {
		width: 70%;
	}
	.point .point_wrap .point_col {
		gap: 1.5em;
		margin-top: 2em;
		flex-wrap: wrap;
	}
	.point .point_wrap .point_col .point_item {
		width: 100%;
		border-radius: 10px;
		padding: 0.75em 0.5em 0.75em 5.5em;
	}
	.point .point_wrap .point_col .point_item .point_interview {
		font-size: 0.86rem;
	}
	.point .point_wrap .point_col .point_item .point_interview_image {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.point02 .point_wrap .point_col .point_item:first-child .point_interview_image {
		left: 1em
	}
	.point03 .point_wrap .point_col .point_item:first-child .point_interview_image {
		left: 1em
	}
}
/*sports_area*/
.sports_area {
	position: relative;
	background: #fff799;
	padding-block: 3em 4em;
	border-radius: 15px;
	margin-bottom: 6em;
}
.sports_area .area_style {
	position: relative;
	background: rgb(235, 97, 18);
	background: linear-gradient(45deg, rgba(235, 97, 18, 1) 0%, rgba(235, 97, 18, 1) 30%, rgba(240, 131, 7, 1) 90%, rgba(240, 131, 7, 1) 100%);
	color: #fff;
	font-size: 2.125rem;
	font-weight: bold;
	padding-block: 0.75em;
	letter-spacing: 0.05em;
	z-index: 5;
}
.sports_area .area_txt {
	text-align: left;
	max-width: 750px;
	margin: 3.25em auto 0;
}
.sports_area .area_txt .area_des {
	margin-bottom: 4em;
	max-width: 324px;
}
.sports_area .area_txt .area_des p {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2;
}
.sports_area .area_txt .area_copies {
	position: relative;
	max-width: 324px;
}
.sports_area .area_txt .area_copies .copies_style {
	font-size: 1.625rem;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
	border-bottom: 2px solid #231815;
	font-weight: 900;
	width: 90%;
}
.sports_area .area_txt .area_copies .copies_style2 {
	font-size: 1.875rem;
	margin-bottom: 0.5em;
	font-weight: 500;
}
.sports_area .area_image {
	position: absolute;
	right: 6.5%;
	bottom: 0;
	width: 44.6%;
}
.sports_area .area_image img {
	max-width: 100%;
	height: auto;
}
.sports_area .area_txt .area_copies p {
	font-size: 0.875rem;
}
.sports_area .area_txt .area_copies p strong {
	font-size: 3.875rem;
	line-height: 1;
	font-weight: 600;
	display: block;
	margin-bottom: 0.25em;
	letter-spacing: 0.03em;
}
.sports_area .area_txt .area_copies p strong span {
	font-size: 2.875rem;
}
@media screen and (max-width:1400px) {
	.sports_area .area_txt {
		padding: 0 15px;
	}
}
@media screen and (max-width:768px) {
	.sports_area {
		padding-block: 1.5em 1em;
		border-radius: 10px;
		margin-bottom: 2.5em;
	}
	.sports_area .area_style {
		font-size: 1.71rem;
		padding: 0.75em 15px;
	}
	.sports_area .area_txt {
		margin: 1.5em auto 0;
	}
	.sports_area .area_txt .area_des {
		margin-bottom: 2.5em;
		max-width: 100%;
	}
	.sports_area .area_txt .area_des p {
		font-size: 1rem;
	}
	.sports_area .area_txt .area_copies {
		max-width: 1000%;
	}
	.sports_area .area_txt .area_copies .copies_style {
		font-size: 1.71rem;
		border-bottom-width: 1px;
		width: 100%;
		max-width: 220px;
	}
	.sports_area .area_txt .area_copies .copies_style2 {
		font-size: 1.47rem;
		margin-bottom: 0.5em;
		font-weight: 500;
	}
	.sports_area .area_image {
		right: 0;
		bottom: 0;
		width: 100%;
		position: relative;
		margin-top: -3em;
	}
	.sports_area .area_image img {
		max-width: 100%;
		height: auto;
	}
	.sports_area .area_txt .area_copies p {
		font-size: 0.86rem;
	}
	.sports_area .area_txt .area_copies p strong {
		font-size: 3rem;
	}
	.sports_area .area_txt .area_copies p strong span {
		font-size: 2.25rem;
	}
}
/*btn_wrap*/
.btn_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto 6em;
}
.btn_wrap .sports_btn {
	width: 49%;
	margin: 0;
}
.btn_wrap .sports_btn a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-radius: 5px;
	width: 100%;
	max-width: 376px;
	font-size: 2.25rem;
	outline: 12px solid #ed6d0f;
	background: #ed6d0f;
	text-align: left;
	color: #fff799;
	padding: 2em;
	border: 3px solid #fff;
	font-weight: bold;
	padding: 0.125em 0.75em;
	text-decoration: none;
	margin: 0 auto;
	transition: .5s transform;
}
.btn_wrap .sports_btn a em {
	display: block;
	color: #fff;
}
.btn_wrap .sports_btn.green a {
	outline-color: #00af84;
	background-color: #00af84;
}
.btn_wrap .sports_btn a:before {
	content: "";
	width: 40px;
	height: 40px;
	background: #fff;
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.btn_wrap .sports_btn a:after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/lp-sports/arrow-orange.svg) no-repeat top center / contain;
	position: absolute;
	right: 5.75%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_wrap .sports_btn.green a:after {
	background-image: url(../img/lp-sports/arrow-green.svg);
}
.btn_wrap .sports_btn a:hover {
	transform: translateY(5px);
}
@media screen and (max-width:768px) {
	.btn_wrap {
		margin: 0px auto 4em;
		padding: 0 15px;
		gap: 1.25em;
	}
	.btn_wrap .sports_btn {
		width: 100%;
		margin: 0;
	}
	.btn_wrap .sports_btn a {
		font-size: 1.29rem;
		outline-width: 4px;
		border-width: 2px;
		padding: 0.75em 1em;
	}
	.btn_wrap .sports_btn a:before {
		width: 30px;
		height: 30px;
	}
	.btn_wrap .sports_btn a:after {
		width: 12px;
		height: 12px;
	}
	.btn_wrap .sports_btn a:hover {
		transform: translateY(0px);
	}
	.btn_wrap .sports_btn a em {
		display: inline-block;
		margin-right: 0.25em;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 13%;
	right: 2%;
	z-index: 500;
	width: 90px;
	height: 90px;
	background: #00a9e4;
	border-radius: 100px;
	padding: 31px 24px;
	z-index: 1200;
}
#pageTop:hover {
	text-decoration: none;
}
#pageTop img {
	margin-bottom: 10px;
}
#pageTop span {
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	display: block;
}
.in_footer {
	margin: 120px auto 20px;
}
.in_footer ul {
	margin: 10px 0 0px;
	text-align: right;
}
.in_footer li {
	display: inline-block;
	border-left: solid 1px #999999;
	padding: 2px 16px;
	text-align: center;
}
main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position: relative;
	z-index: -10;
}
@media screen and (max-width:767px) {
	#pageTop {
		border-radius: 0;
		width: 20%;
		right: 0;
		bottom: 0;
		height: 80px;
		padding: 30px 10px;
	}
	#pageTop img {
		margin-bottom: 0;
		max-width: 40%;
	}
	footer {
		margin-bottom: 80px;
	}
	footer .list {
		flex-direction: column;
	}
	footer .list a {
		margin-bottom: 0.5em;
	}
}
.other_lp {
	background: #f7f7f7;
	padding: 4em 0;
}
.other_lp .tit {
	width: 400px;
	margin: 0 auto 3em;
}
.other_lp .tit img {
	max-width: 100%;
}
.other_lp .list {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}
.other_lp .list .buy_btn {
	width: 405px;
}
@media screen and (max-width:767px) {
	.other_lp {
		padding: 2em 0;
	}
	.other_lp .tit {
		width: 300px;
		margin-bottom: 2em;
	}
	.other_lp .list .buy_btn {
		min-width: 0;
		width: 100%;
	}
}