@charset "utf-8";
/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
.pc_item {
	display: none;
}

#suntory_contents {
	background: #e0f0fc url(../img/sp_bg_contents.webp) no-repeat center 0;
	backgruond-size: 100% auto;
}
.no-webp #suntory_contents {
	background: #e0f0fc url(../img/sp_bg_contents.jpg) no-repeat center 0;
	backgruond-size: 100% auto;
}

/*------------------------------------------------------------
[SP] tsp_header
------------------------------------------------------------ */
.tsp_header {
	padding: 1.875vw 0 0;
}
.tsp_header .title a {
	margin: 0 0 0 .46875vw;
	width: 90.46875vw;
	height: 26.40625vw;
	background: url(../img/sp_logo.webp) no-repeat 0 0;
	background-size: 90.46875vw auto;
	text-indent: -99999px;
	display: block;
}
.no-webp .tsp_header .title a {
	background: url(../img/sp_logo.png) no-repeat 0 0;
	background-size: 90.46875vw auto;
}
.tsp_header.title h1,
.tsp_header.title p {
	text-indent: -99999px;
}
.tsp_header .lead {
	margin: 0 4.6875vw 0;
	padding: 0;
}
.tsp_header .lead p {
	margin: 0 0 4.6875vw;
	font-size: 3.75vw;
	line-height: 1.5;
	color: #0070c0;
	text-align: center;
}

/*------------------------------------------------------------
[SP] sns_container
------------------------------------------------------------ */
.sns_container {
	margin: 0 0 3.90625vw;
}
.sns_trigger {
	font-size: 2.5vw;
	font-weight: bold;
	color: #009edf;
	height: 13.59375vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 3.75vw 0 0;
	background: 
	url(../img/icon_facebook.svg) no-repeat right 23.90625vw center,
	url(../img/icon_twitter.svg) no-repeat right 18.75vw center;
	background-size: 3.125vw auto,3.90625vw auto;
}
.sns_container .sns_buttons {
	background: #4fbee7;
	padding: 4.6875vw;
	display: none;
	position: relative;
}
.sns_container .sns_buttons::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3.75vw solid transparent;
	border-right: 3.75vw solid transparent;
	border-bottom: 3.75vw solid #4fbee7;
	border-left: 3.75vw solid transparent;
	position: absolute;
	top: -6.25vw;
	right: 12.5vw;
}
#sns_trigger {
	display: none;
}
#sns_trigger:checked + label + .sns_buttons {
	display: flex;
	justify-content: center;
}

.sns_container .sns_buttons .facebook {
}
.sns_container .sns_buttons .twitter {
	margin-right: 10px;
}
.sns_container .sns_buttons .line {
	margin-right: 10px;
}

/*------------------------------------------------------------
[SP] tsp_nav
------------------------------------------------------------ */
.tsp_nav {
	margin: 0 auto;
}
.tsp_nav ul {
	width: 91.875vw;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.tsp_nav ul li {
	margin: 0 3.75vw 3.75vw 0;
	width: 28.125vw;
	font-size: 3.125vw;
	letter-spacing: -.075em;
	line-height: 1.25;
	position: relative;
}

/* new mark */
.tsp_nav ul li.new::after {
	content: 'NEW';
	width: 6.6666666666667vw;
	height: 6.6666666666667vw;
	background: #0d69a8;
	font-size: 2vw;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -3.2vw;
	right: -2.4vw;
}



.tsp_nav ul li:nth-child(3n){
	margin: 0 0 3.75vw 0;
}
.tsp_nav ul li:nth-child(4){
	margin: 0 3.75vw 0 0;
}
.tsp_nav ul li:nth-child(5){
	margin: 0 3.75vw 0 0;
}
.tsp_nav ul li:nth-child(6){
	margin: 0;
}

.tsp_nav ul li a {
	width: 28.125vw;
	height: 12.5vw;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #00abe4;
	border: .9375vw #9edcf5 solid;
	border-radius: 2.34375vw;
}

.tsp_nav ul li.tsp_nav_about a {
	background: url(../img/icon_flower.svg) no-repeat 2.34375vw center;
	background-size: 5.46875vw auto;
	padding-left: 9.0625vw;
}
.tsp_nav ul li.tsp_nav_news a {
	background: url(../img/icon_announce.svg) no-repeat 2.96875vw center;
	background-size: 6.40625vw auto;
	padding-left: 10.78125vw;
}
.tsp_nav ul li.tsp_nav_result a {
	background: url(../img/icon_ship.svg) no-repeat 3.125vw center;
	background-size: 6.5625vw auto;
	padding-left: 10.9375vw;
}
.tsp_nav ul li.tsp_nav_support a {
	background: url(../img/icon_support.webp) no-repeat 3.59375vw center;
	background-size: 5.46875vw auto;
	padding-left: 10.15625vw;
}
.no-webp .tsp_nav ul li.tsp_nav_support a {
	background: url(../img/icon_support.jpg) no-repeat 3.59375vw center;
	background-size: 5.46875vw auto;
}
.tsp_nav ul li.tsp_nav_movie a {
	background: url(../img/icon_movie.svg) no-repeat 2.34375vw center;
	background-size: 5.46875vw auto;
	padding-left: 9.375vw;
}
.tsp_nav ul li.tsp_nav_message a {
	background: url(../img/icon_heart.svg) no-repeat 1.5625vw center;
	background-size: 6.71875vw auto;
	padding-left: 9.375vw;
}

.contents_about .tsp_nav ul li.tsp_nav_about a {
	border: .9375vw #00abe4 solid;
}
.contents_news .tsp_nav ul li.tsp_nav_news a {
	border: .9375vw #00abe4 solid;
}
.contents_result .tsp_nav ul li.tsp_nav_result a {
	border: .9375vw #00abe4 solid;
}
.contents_support .tsp_nav ul li.tsp_nav_support a {
	border: .9375vw #00abe4 solid;
}
.contents_movie .tsp_nav ul li.tsp_nav_movie a {
	border: .9375vw #00abe4 solid;
}
.contents_message .tsp_nav ul li.tsp_nav_message a {
	border: .9375vw #00abe4 solid;
}

/*------------------------------------------------------------
[SP] tsp_footer
------------------------------------------------------------ */
.tsp_footer {
	background: url(../img/sp_bg_bottom.webp) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 6.875vw;
}
.no-webp .tsp_footer {
	background: url(../img/sp_bg_bottom.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.tsp_footer dt {
	background: #999999;
	font-size: 3.75vw;
	color: #fff;
	margin: 0 0 5.625vw;
	padding: 3.90625vw;
}
.tsp_footer ul{
	margin: 0 3.125vw 6.71875vw 20vw;
	padding: 0;
	list-style: none;
}
.tsp_footer ul li {
	margin-bottom: 3.125vw;
	font-size: 3.75vw;
	line-height: 1.3;
}
.tsp_footer ul li:last-child {
	margin-bottom: 0;
}
.tsp_footer ul li a {
	color: #999999;
	padding: 0 7.8125vw 0 6.25vw;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0.9375vw;
	text-decoration: none;
	height: 17.5vw;
	position: relative;
}
.tsp_footer ul li a .link {
	text-decoration: underline;	
}
.tsp_footer ul li a .note_external {
	margin-top: 0.78125vw;
	text-decoration: none;
	color: #19b3e7;
	font-size: 3.125vw;
}
.tsp_footer ul li.external a::after {
	content: '';
	width: 3.4375vw;
	height: 3.75vw;
	background:url(../img/icon_external.svg) no-repeat 0 center;
	background-size: 3.4375vw auto;
	position: absolute;
	top: calc(50% - 1.875vw);
	right: 3.75vw;
}

.tsp_footer ul li a::before {
	content:'';
	width: 17.5vw;
	height: 17.5vw;
	position: absolute;
	top: calc(50% - 8.75vw);
	left: -16.40625vw;
}
.tsp_footer ul li.challenged_sports a::before {
	background:url(../img/mark_challenged_sports.webp) no-repeat 0 center;
	background-size: 17.5vw auto;]
}
.no-webp .tsp_footer ul li.challenged_sports a::before {
	background:url(../img/mark_challenged_sports.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.music_found a::before {
	background:url(../img/mark_music_found.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.music_found a::before {
	background:url(../img/mark_music_found.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.susumu a::before {
	background:url(../img/mark_susumu.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.susumu a::before {
	background:url(../img/mark_susumu.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.tomodachi a::before {
	background:url(../img/mark_tomodachi.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.tomodachi a::before {
	background:url(../img/mark_tomodachi.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.incentives a::before {
	background:url(../img/mark_incentives.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.incentives a::before {
	background:url(../img/mark_incentives.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.reports a::before {
	background:url(../img/mark_reports.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.reports a::before {
	background:url(../img/mark_reports.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.area a::before {
	background:url(../img/mark_area.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.area a::before {
	background:url(../img/mark_area.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.kumamoto a::before {
	background:url(../img/mark_kumamoto.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.kumamoto a::before {
	background:url(../img/mark_kumamoto.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.csr a::before {
	background:url(../img/mark_csr.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.csr a::before {
	background:url(../img/mark_csr.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.tsp_footer ul li.social a::before {
	background:url(../img/mark_social.webp) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.no-webp .tsp_footer ul li.social a::before {
	background:url(../img/mark_social.png) no-repeat 0 center;
	background-size: 17.5vw auto;
}
.btn_page_top a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 21.5625vw;
	height: 21.5625vw;
	background: #fff url(../img/icon_triangle.svg) no-repeat center 4.21875vw;
	background-size: auto 5.3125vw;
	border-radius: 50%;
	font-size: 2.34375vw;
	color: #19b3e7;
	text-decoration: none;
	padding-top: 12.5vw;
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

.sp_item {
	display: none;
}
.pc_item {
	display: block;
}
#suntory_contents {
	background: url(../img/bg_contents.webp) no-repeat center 0,
	url(../img/bg_bottom.webp) repeat-x center bottom;
	backgruond-size: 100% auto, auto 100%;
	background-color: #dfeffc;
}
.no-webp #suntory_contents {
	background: url(../img/bg_contents.jpg) no-repeat center 0,
	url(../img/bg_bottom.jpg) repeat-x center bottom;
	backgruond-size: 100% auto,auto 100%;
	background-color: #dfeffc;
}

/*------------------------------------------------------------
[PC] tsp_header
------------------------------------------------------------ */
.tsp_header {
	margin: 0 auto 60px;
	padding: 0;
	width: 960px;
	min-height: 350px;
	position: relative;
}
.tsp_header .title {
	width: 576px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 97px;
	background: 
	url(../img/icon_sun.svg) no-repeat 0 0,
	url(../img/sub_title.svg) no-repeat 190px 26px;
	background-size: 178px auto,386px auto;
}
.tsp_header .title a {
	margin: 0;
	width: 361px;
	height: 96px;
	background: url(../img/logo.webp) no-repeat 0 0;
	background-size: 361px auto;
	position: absolute;
	top: 65px;
	left: 203px;
}
.no-webp .tsp_header .title a {
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 361px auto;
}
.tsp_header .title a:hover {
	opacity: .75;
}
.tsp_header .title h1,
.tsp_header .title p {
	text-indent: -99999px;
}
.tsp_header .lead {
	margin: 0 auto;
	padding: 219px 0 0;
}
.tsp_header .lead p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	color: #0070c0;
	text-align: center;
}

/*------------------------------------------------------------
[PC] sns_container
------------------------------------------------------------ */
.sns_container {
	margin: 0;
	width: 383px;
	height: 195px;
	position: absolute;
	top: 33px;
	left: 577px;
}
.sns_trigger {
	font-size: 10px;
	font-weight: bold;
	color: #009edf;
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 0 0;
	background: 
	url(../img/icon_facebook.svg) no-repeat 23px 24px,
	url(../img/icon_twitter.svg) no-repeat 44px 24px;
	background-size: 16px auto,20px auto;
	border: 3px #2bb7eb solid;
	border-radius: 50%;
	margin-left: 264px;
	cursor: pointer;
}
.sns_trigger:hover {
	opacity: .75;
}
.sns_container .sns_buttons {
	background: #4fbee7;
	margin: 25px 0 0;
	padding: 20px 10px 15px;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	transition: 0.6s;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.sns_container .sns_buttons::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #4fbee7;
	border-left: 20px solid transparent;
	position: absolute;
	top: -30px;
	right: 58px;
}
#sns_trigger {
	display: none;
}
#sns_trigger:checked + label + .sns_buttons {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.sns_container .sns_buttons .facebook {
}
.sns_container .sns_buttons .twitter {
	margin-right: 10px;
}
.sns_container .sns_buttons .line {
	margin-right: 10px;
}

/*------------------------------------------------------------
[PC] tsp_nav
------------------------------------------------------------ */
.tsp_nav {
	margin: 0 auto;
	width: 1100px;
	/* border-bottom:4px #00abe4 solid; */
	border-bottom: 4px transparent solid;
	position: relative;
}
.tsp_nav::before {
	content: '';
	width: 79px;
	height: 4px;
	background: #00abe4;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.tsp_nav::after {
	content: '';
	width: 79px;
	height: 4px;
	background: #00abe4;
	position: absolute;
	bottom: -2px;
	right: 0;
}
.tsp_nav ul {
	width: 950px;
	height: 113px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
}
.tsp_nav ul li {
	margin: 0;
	width: 150px;
	font-size: 14px;
	letter-spacing: -.075em;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* new mark */
.tsp_nav ul li.new::after {
	content: 'NEW';
	width: 40px;
	height: 40px;
	font-size: 10px;
	top: -25px;
	right: 10px;
}

.tsp_nav ul li:nth-child(3n){
	margin: 0;
}
.tsp_nav ul li:nth-child(1){
	left: 0;
}
.tsp_nav ul li:nth-child(2){
	left: 160px;
}
.tsp_nav ul li:nth-child(3){
	left: 320px;
}
.tsp_nav ul li:nth-child(4){
	margin: 0;
	left: 480px;
}
.tsp_nav ul li:nth-child(5){
	margin: 0;
	left: 640px;
}
.tsp_nav ul li:nth-child(6){
	margin: 0;
	left: 800px;
}
.tsp_nav ul li a {
	width: 150px;
	height: 93px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-decoration: none;
	color: #00abe4;
	border-top: 4px #9edcf5 solid;
	border-right: 4px #9edcf5 solid;
	border-bottom: none;
	border-left: 4px #9edcf5 solid;
	border-radius: 8px 8px 0 0;
	transition: 0.6s;
	white-space: nowrap;
}
.tsp_nav ul li a::after {
	content: '';
	width: 150px;
	height:4px;
	background: #00abe4;
	position: absolute;
	left:0;
	bottom:-2px;
}
.tsp_nav ul li a::before {
	content: '';
	width: 18px;
	height:4px;
	background: #00abe4;
	position: absolute;
	left:-14px;
	bottom:-2px;
}

.tsp_nav ul li.tsp_nav_about a {
	background: url(../img/icon_flower.svg) no-repeat center 13px;
	background-size: 36px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li.tsp_nav_news a {
	background: url(../img/icon_announce.svg) no-repeat center 14px;
	background-size: 45px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li.tsp_nav_result a {
	background: url(../img/icon_ship.svg) no-repeat center 14px;
	background-size: 43px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li.tsp_nav_support a {
	background: url(../img/icon_support.webp) no-repeat center 15px;
	background-size: 36px auto;
	padding: 0 0 10px;
}
.no-webp .tsp_nav ul li.tsp_nav_support a {
	background: url(../img/icon_support.jpg) no-repeat center 15px;
	background-size: 36px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li.tsp_nav_movie a {
	background: url(../img/icon_movie.svg) no-repeat center 15px;
	background-size: 36px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li.tsp_nav_message a {
	background: url(../img/icon_heart.svg) no-repeat center 15px;
	background-size: 42px auto;
	padding: 0 0 10px;
}
.tsp_nav ul li a:hover {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
}
.tsp_nav ul li a:hover::after,
.contents_about .tsp_nav ul li.tsp_nav_about a::after,
.contents_news .tsp_nav ul li.tsp_nav_news a::after,
.contents_result .tsp_nav ul li.tsp_nav_result a::after,
.contents_support .tsp_nav ul li.tsp_nav_support a::after,
.contents_movie .tsp_nav ul li.tsp_nav_movie a::after,
.contents_message .tsp_nav ul li.tsp_nav_message a::after {
	background: none;
}
.tsp_nav ul li.tsp_nav_about a:hover,
.contents_about .tsp_nav ul li.tsp_nav_about a {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_flower.svg) no-repeat center 16px;
	background-size: 52px auto;
}
.tsp_nav ul li.tsp_nav_news a:hover,
.contents_news .tsp_nav ul li.tsp_nav_news a {
	height: 113px;
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_announce.svg) no-repeat center 20px;
	background-size: 58px auto;
}
.tsp_nav ul li.tsp_nav_result a:hover,
.contents_result .tsp_nav ul li.tsp_nav_result a {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_ship.svg) no-repeat center 16px;
	background-size: 61px auto;
}
.tsp_nav ul li.tsp_nav_support a:hover,
.contents_support .tsp_nav ul li.tsp_nav_support a {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_support.webp) no-repeat center 15px;
	background-size: 52px auto;
}
.no-webp .tsp_nav ul li.tsp_nav_support a:hover,
.no-webp .contents_support .tsp_nav ul li.tsp_nav_support a {
	background: url(../img/icon_support.jpg) no-repeat center 15px;
	background-size: 52px auto;
}
.tsp_nav ul li.tsp_nav_movie a:hover,
.contents_movie .tsp_nav ul li.tsp_nav_movie a {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_movie.svg) no-repeat center 15px;
	background-size: 52px auto;
}
.tsp_nav ul li.tsp_nav_message a:hover,
.contents_message .tsp_nav ul li.tsp_nav_message a {
	height: 113px;
	border-top: 4px #00abe4 solid;
	border-right: 4px #00abe4 solid;
	border-bottom: none;
	border-left: 4px #00abe4 solid;
	background: url(../img/icon_heart.svg) no-repeat center 19px;
	background-size: 52px auto;
}

/*------------------------------------------------------------
[PC] tsp_footer
------------------------------------------------------------ */
.tsp_footer {
	padding: 30px 0 0;
	background: none;
	padding-bottom: 53px;
}
.no-webp .tsp_footer {
	background: none;
}
.tsp_footer dl {
	margin: 0 auto;
	width: 940px;
}
.tsp_footer dt {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: : 4px;
	background: #fff;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	color: #999;
	margin: 0 0 40px;
	padding: 0;
}
.tsp_footer ul{
	width: 805px;
	margin: 0 auto 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.tsp_footer ul li {
	margin: 0 15px 95px 0;
	font-size: 12px;
	line-height: 1.3;
	width: 190px;
}
.tsp_footer ul li:nth-child(4n) {
	margin: 0 0 95px 0;
}
.tsp_footer ul li:last-child {
	margin: 0;
}
.tsp_footer ul li a {
	color: #999999;
	padding: 16px 5px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-decoration: none;
	height: auto;
	min-height: 63px;
	position: relative;
}
.tsp_footer ul li.external a {
	padding: 10px 5px 0;
}
.tsp_footer ul li a .link {
	text-decoration: underline;
	z-index: 10;
}
.tsp_footer ul li a:hover .link {
	text-decoration: none;
}
.tsp_footer ul li a .note_external {
	margin-top: 5px;
	text-decoration: none;
	color: #19b3e7;
	font-size: 10px;
}
.tsp_footer ul li.external a::after {
	content: '';
	width: 20px;
	height: 20px;
	background:#fff url(../img/icon_external.svg) no-repeat center center;
	background-size: 13px auto;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	right: 47px;
}
.tsp_footer ul li a::before {
	content:'';
	width: 80px;
	height: 80px;
	position: absolute;
	top: -65px;
	left: calc(50% - 40px);
}
.tsp_footer ul li.challenged_sports a::before {
	background:url(../img/mark_challenged_sports.webp) no-repeat 0 center;
	background-size: 80px auto;]
}
.no-webp .tsp_footer ul li.challenged_sports a::before {
	background:url(../img/mark_challenged_sports.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.music_found a::before {
	background:url(../img/mark_music_found.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.music_found a::before {
	background:url(../img/mark_music_found.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.susumu a::before {
	background:url(../img/mark_susumu.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.susumu a::before {
	background:url(../img/mark_susumu.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.tomodachi a::before {
	background:url(../img/mark_tomodachi.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.tomodachi a::before {
	background:url(../img/mark_tomodachi.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.incentives a::before {
	background:url(../img/mark_incentives.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.incentives a::before {
	background:url(../img/mark_incentives.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.reports a::before {
	background:url(../img/mark_reports.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.reports a::before {
	background:url(../img/mark_reports.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.area a::before {
	background:url(../img/mark_area.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.area a::before {
	background:url(../img/mark_area.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.kumamoto a::before {
	background:url(../img/mark_kumamoto.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.kumamoto a::before {
	background:url(../img/mark_kumamoto.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.csr a::before {
	background:url(../img/mark_csr.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.csr a::before {
	background:url(../img/mark_csr.png) no-repeat 0 center;
	background-size: 80px auto;
}
.tsp_footer ul li.social a::before {
	background:url(../img/mark_social.webp) no-repeat 0 center;
	background-size: 80px auto;
}
.no-webp .tsp_footer ul li.social a::before {
	background:url(../img/mark_social.png) no-repeat 0 center;
	background-size: 80px auto;
}

.btn_page_top {
	margin: 0 auto;
	width: 880px;
	height: 86px;
	position: relative;
}
.btn_page_top a {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 86px;
	height: 86px;
	background: #fff url(../img/icon_triangle.svg) no-repeat center 18px;
	background-size: auto 20px;
	border-radius: 50%;
	font-size: 10px;
	color: #19b3e7;
	text-decoration: none;
	padding-top: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.btn_page_top a:hover {
	opacity: .75;
}


}