@charset "utf-8";
/* CSS Document */


#mask {
	position: fixed;
	background-color: #FFF;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

#mente {
	position: fixed;
	background-color: #FFF;
	top: 10vh;
	left: 10%;
	width: 80%;
	height: 80vh;
	padding: 5%;
	z-index: 150;
	border-radius: 20px;
	box-sizing: border-box;
}

#mente p {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	padding-top: 25vh;
}

@media screen and (max-width:768px) {
#mente p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 25vh;
}

}

/*****************************/

#rline {
	border-right: 5px solid #E60012;
	z-index: 100;
	height: 100Vh;
	position: fixed;
	right: 0;
	top: 0;
}

@media screen and (max-width:768px) {

#rline {
	border-right: 5px solid #E60012;
	z-index: 100;
	height: 79px;
	position: fixed;
	right: 0;
	top: 0;
}
	
}

/*****************************/

header #hblock {
	position: relative;
	width: 100%;
	height: 79px;
	background-image: url("../img/common/bg_hikari.png"),url("../img/common/bg_shiba_pc.jpg");
	background-repeat: no-repeat,repeat-x;
	background-position: center -140px,center top;
	background-size: auto,auto;
}

header #logo {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -500px;
}

header #lang {
	display: flex;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -450px;
}

header #lang li {
	margin: 0px 5px 0px 0px;
	line-height: 32px;
}

header #lang li img {
	vertical-align: middle;
}

header #menu {
	width: 43px;
	height: 100vh;
	background: #000;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9;
	/*width: 403px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	background: #000;
	z-index: 10;
	display: none;*/
}

header #btn_open.off {
	background: url("../img/common/btn_open_pc.png") no-repeat;
	width: 21px;
	height: 16px;
	position: fixed;
	top: 30px;
	right: 13px;
	cursor: pointer;
	z-index: 20;
}

header #btn_open.on {
	background: url("../img/common/btn_close_pc.png") no-repeat;
	width: 21px;
	height: 16px;
	position: fixed;
	top: 30px;
	right: 13px;
	cursor: pointer;
	z-index: 20;
}

header #sns {
	width: 26px;
	position: fixed;
	top: 180px;
	right: 11px;
	z-index: 20;
}

header #sns li {
	width: 26px;
	height: 25px;
	margin: 0px 0px 7px 0px;
}

header nav {
	width: 503px;
	height: 100vh;
	position: fixed;
	top: 0px;
	right: 0px;
	background: #000;
	z-index: 10;
	display: none;
	padding: 80px 0px 0px 40px;
}

header nav a {
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 30px;
	color: #000;
	display: block;
	background: url("../img/common/ft_ball_pc.png") no-repeat left center;
	background-size: contain;
}

header nav a:link,
header nav a:visited {
	color:#FFF;
	text-decoration: none;
}


@media screen and (max-width:768px) {

header #hblock {
	position: relative;
	width: 100%;
	height: 79px;
	background-image: url("../img/common/bg_hikari.png"),url("../img/common/bg_shiba_pc.jpg");
	background-repeat: no-repeat,repeat-x;
	background-position: center -140px,center top;
	background-size: auto,auto;
}

header #logo {
	position: absolute;
	top: 25px;
	left: 2%;
	margin-left: 0px;
}
	
header #logo img {
	width: 60%;
}

header #lang {
	display: flex;
	position: absolute;
	top: 20px;
	right: 10%;
	margin-right: 0px;
}

header #lang li {
	margin: 0px 5px 0px 0px;
	line-height: 32px;
}

header #lang li img {
	vertical-align: middle;
}

header #menu {
	width: 43px;
	height: 79px;
	background: #000;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9;
	/*width: 403px;
	height: 79px;
	position: fixed;
	top: 0px;
	right: -360px;
	background: #000;
	z-index: 10;*/
}

	
header #menu.sp_height  {
	height: 100vh;
}
	

header #btn_open.off {
	background: url("../img/common/btn_open_pc.png") no-repeat;
	width: 21px;
	height: 16px;
	position: fixed;
	top: 30px;
	right: 13px;
	cursor: pointer;
	z-index: 20;
}

header #btn_open.on {
	background: url("../img/common/btn_close_pc.png") no-repeat;
	width: 21px;
	height: 16px;
	position: fixed;
	top: 30px;
	right: 13px;
	cursor: pointer;
	z-index: 20;
}

header #sns {
	width: 26px;
	position: fixed;
	top: 180px;
	right: 11px;
	z-index: 20;
	display: none;
}

header #sns li {
	width: 26px;
	height: 25px;
	margin: 0px 0px 7px 0px;
}

header nav {
	width: 90%;
	height: 100vh;
	position: fixed;
	top: 0px;
	right: 0px;
	background: #000;
	z-index: 10;
	display: none;
	padding: 20% 5% 0px 5%;
	border-right: 5px solid #E60012;
	/*padding: 30px 35px 20px 40px;
    background-color: #000;
    position: absolute;
    left: 0px;*/
}

header nav a {
	font-size: 0.9em;
	margin: 0px 0px 5% 0px;
	padding: 0px 0px 0px 30px;
	color: #000;
	display: block;
	background: url("../img/common/ft_ball_pc.png") no-repeat left center;
	background-size: 5%;
	line-height: 1.5em;
}

header nav a:link,
header nav a:visited {
	color:#FFF;
	text-decoration: none;
}
	
}

/*****************************/

article {
	width: 100%;
	margin: 0px auto;
	background-image: url("../img/common/goll_pc.png"),url("../img/common/bg_sporter_pc.png"),url("../img/common/bg_shiba_pc.jpg");
	background-position: center bottom,center bottom,center bottom;
	background-repeat: no-repeat,repeat-x,repeat-x;
}

article .mv {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 260px;
	background: url("../img/common/bg_header.jpg") no-repeat center top;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
}

article .mv img {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}


article .first {
	width: 100%;
	background: url("../img/common/bg_sky_pc.png") repeat-x center top;
}

article .bblack {
	padding: 50px 0px;
	width: 100%;
	background-image: url("../img/common/line_4_30.png"),url("../img/common/bg_black_40.png");
	background-position: center top,center 4px;
	background-repeat: repeat-x,repeat;
}

article .bblack .flex {
	width: 1000px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

article .line {
	padding: 50px 0px;
	width: 100%;
	background-image: url("../img/common/line_4_30.png");
	background-position: center top;
	background-repeat: repeat-x;
}


article h1 {
	margin: 0px 0px 50px 0px;
	text-align: center;
	font-size: 2.5em;
	color: #FFF;
	text-shadow: 2px 2px 0px #000; 
}

article h2 {
	padding: 15px 30px;
	border-radius: 30px;
	border: 3px solid #FFF;
	background-color: #000;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	max-width: 400px;
	margin: 0px auto 30px;
}

@media screen and (max-width:768px) {

article {
	width: 100%;
	margin: 0px auto 0%;
	background-image: url("../img/common/goll_sp.png"),url("../img/common/bg_sporter_sp.png"),url("../img/common/bg_shiba_pc.jpg");
	background-position: center bottom,center bottom,center bottom;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-size: contain,contain,contain;
}

article .mv {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: inherit;
	background: none;
	border-top: 2% solid #000;
	border-bottom: 2% solid #000;
	text-align: center;
	overflow: hidden;
}

article .mv img {
	width: 100%;
	border-left: 2% solid #000;
	border-right: 2% solid #000;
	box-sizing: border-box;
}


article .first {
	width: 100%;
	background: url("../img/common/bg_sky_pc.png") repeat-x center top;
}

article .bblack {
	padding: 50px 0px;
	width: 100%;
	background-image: url("../img/common/line_4_30.png"),url("../img/common/bg_black_40.png");
	background-position: center top,center 4px;
	background-repeat: repeat-x,repeat;
}
	
article .bblack .flex {
	width: 90%;
	margin: 0px auto;
	display: block;
}

article .line {
	padding: 50px 0px;
	width: 100%;
	background-image: url("../img/common/line_4_30.png");
	background-position: center top;
	background-repeat: repeat-x;
}


article h1 {
	width: 90%;
	margin: 0px auto 10%;
	text-align: center;
	font-size: 1.8em;
	color: #FFF;
	text-shadow: 2px 2px 0px #000; 
	line-height: 1.3em;
}

article h2 {
	padding: 15px 30px;
	border-radius: 30px;
	border: 3px solid #FFF;
	background-color: #000;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	max-width: 70%;
	margin: 0px auto 10%;
}

	
}

/*****************************/

.cat {
	text-align: center;
	line-height: 1.6em;
	width: 66px;
}

.cat a:link,
.cat a:visited {
	color:#FFF;
	text-decoration: none;
}

.c_information {
	width: 66px;
	background-color: #FF7373;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}

.c_goods {
	width: 100px;
	background-color: #FF8000;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}

.c_event {
	width: 66px;
	background-color: #2DB200;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}

.c_local_information {
	width: 130px;
	background-color: #0039C0;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}

.c_nankatsu {
	width: 100px;
	background-color: #6A90E8;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}

@media screen and (max-width:768px) {

.cat {
	text-align: center;
	line-height: 1.6em;
	width: 66px;
}

.cat a:link,
.cat a:visited {
	color:#FFF;
	text-decoration: none;
}

.c_information {
	width: 130px;
	background-color: #FF7373;
	border-radius: 30px;
	padding: 2px 5px;
	color:#FFF;
	margin: 0px 5px;
	font-size: 0.8em;
}

.c_goods {
	width: 130px;
	background-color: #FF8000;
	border-radius: 30px;
	padding: 2px 5px;
	color:#FFF;
	margin: 0px 5px;
	font-size: 0.8em;
}

.c_event {
	width: 130px;
	background-color: #2DB200;
	border-radius: 30px;
	padding: 2px 5px;
	color:#FFF;
	margin: 0px 5px;
	font-size: 0.8em;
}

.c_local_information {
	width: 130px;
	background-color: #0039C0;
	border-radius: 30px;
	padding: 2px 5px;
	color:#FFF;
	margin: 0px 5px;
	font-size: 0.8em;
}
	
.c_nankatsu {
	width: 100px;
	background-color: #6A90E8;
	border-radius: 30px;
	padding: 2px 15px;
	color:#FFF;
	margin: 0px 5px;
}
	
}

/*****************************/

.back {
	width: 185px;
	height: 80px;
	margin: 50px auto;
	background: url("../img/common/btn_bg_yellow_pc.png") no-repeat;
}

.back a {
	display: block;
	width: 185px;
	height: 80px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}

.back a:link,
.back a:visited {
	text-decoration: none;
}

.outlink {
	width: 185px;
	height: 80px;
	margin: 50px auto;
	background: url("../img/common/btn_bg_yellow2_pc.png") no-repeat;
}

.outlink a {
	display: block;
	width: 185px;
	height: 80px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}

.outlink a:link,
.outlink a:visited {
	text-decoration: none;
}


@media screen and (max-width:768px) {


	
}
/*****************************/

.comingsoon {
	width: 100%;
	text-align: center;
	font-size: 1.6em;
}

@media screen and (max-width:768px) {

.comingsoon {
	width: 100%;
	text-align: center;
	font-size: 1.6em;
}
	
}

/*****************************/

footer {
	width: 100%;
	height: 90px;
	background-color: #FFF;
	position: relative;
}

footer #flogo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -500px;
}

footer #wname {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -380px;
}

footer #pagetop {
	position: absolute;
	top: -100px;
	right: 50%;
	margin-right: -390px;
	cursor: pointer;
}

footer #ftsubasa {
	position: absolute;
	top: -95px;
	right: 50%;
	margin-right: -500px;
}

footer #flink {
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -280px;
	font-size: 0.9em;
	font-weight: 600;
}

footer #flink a:link,
footer #flink a:visited {
	text-decoration: none;
}

footer #copyright {
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -320px;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 600;
	color: #0039C0;
	text-align: right;
}

@media screen and (max-width:768px) {

footer {
	width: 100%;
	height: 100px;
	background-color: #FFF;
	position: relative;
}

footer #flogo {
	position: absolute;
	top: 5%;
	left: 5%;
	margin-left: 0px;
}
	
footer #flogo img {
	width: 60%;
}

footer #wname {
	position: absolute;
	top: 5%;
	left: inherit;
    margin-left: inherit;
    right: -15%;
}
	
footer #wname img {
	width: 60%;
}

footer #pagetop {
	position: absolute;
	top: -100px;
	right: 20%;
	margin-right: 0px;
	cursor: pointer;
}
	
footer #pagetop img {
	width: 80%;
}

footer #ftsubasa {
	font-size: 0.9em;
	width: 50vw;
	position: absolute;
	top: -25vw;
	right: -5%;
	margin-right: 0px;
}
	
footer #ftsubasa img {
	width: 80%;
}

footer #flink {
	position: absolute;
	top: 37%;
	right: inherit;
	left: 5%;
	margin-right: 0px;
	font-size: 0.9em;
	font-weight: 600;
}

footer #flink a:link,
footer #flink a:visited {
	text-decoration: none;
}

footer #copyright {
	position: absolute;
	top: inherit;
	bottom: 5%;
	right: 5%;
	margin-right: 0px;
	font-size: 0.7em;
	line-height: 1.6em;
	font-weight: 600;
	color: #0039C0;
	text-align: right;
}

	
}

/*****************************/