@charset "utf-8";

a {
	transition: all .3s;
}
a:link {
	color: #318102;
	text-decoration: none;
}
a:visited {
	color: #318102;
	text-decoration: none;
}
a:hover {
	color: #318102;
	text-decoration: underline;
}
a:active {
	color: #318102;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.dash {
	letter-spacing: -.1em;
}
.font80 {
	font-size: 80%;
}
.red {
	color: #FF0000!important;
}

body {
	background-color: #fff;
	position: relative;
}

/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: white;
	font-size: 10px;
	background-color: var(--base-color); /* base color */
	padding: .5em 0;
	z-index: 500;
}
#portal {
	margin: 0 0 0 1em;
	line-height: 1;
	height: 1em;
	letter-spacing: -.01em;
}
#worldwide {
	margin: 0 1em 0;
	line-height: 1;
	height: 1em;
	letter-spacing: 0.5px;
}
	
#portal a:link,
#worldwide a:link {
	color: #fff; text-decoration: none;
}
#portal a:visited,
#worldwide a:visited {
	color: #fff;
	text-decoration: none;
}
#portal a:hover,
#worldwide a:hover {
	color: #fff;
	text-decoration: none;
}
#portal a:active,
#worldwide a:active {
	color: #fff;
	text-decoration: none;
}


#container {
	position: relative;
	padding-top: 20px;
}


/* nav */
#nav {
	position: absolute;
	width: 100%;
	z-index: 499;
}

/* nav (fixed時の挙動設定) */
.fixed #nav {
	position: fixed;
	width: 100%;
}


/* nav > mv */
#mv {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 30%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 30%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 30%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 30%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 200;
	width: 100%;
	transition: all .6s;
}
#mv h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 1em;
	bottom: 1em;
}
#mv h1 img {
	width: 480px;
	max-width: 80%;
	background-image: url(../img/h1_logo.png);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all .5s;
}

/* nav > mv (fixed時の挙動設定) */
.fixed #mv {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%), url(../img/header.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	top: 0;
	position: relative;
}
.fixed #mv h1 {
	height: 100px;
}
.fixed #mv h1 img {
	background-image: url(../img/h1_logo.png);
	background-size: contain;
}


#navigation ul li a {
	display: block;
	text-align: center;
	border: thin solid;
	border-radius: .3em;
	line-height: 1;
	position: relative;
	transition: all .6s;
	text-decoration: none;
	background-color: #FFF;

}
#navigation ul li a:hover {
	color: #FFF!important;
}



/* main */
#main h1 {
	color: rgba(255,255,255,1.00);
	border-radius: .2em;
	padding: 0 1em;
	font-size: 100%;
	font-weight: 300;
	margin-bottom: 1.4em;
}
#main h2 {
	border-radius: .2em;
	background-color: rgba(241,241,241,1);
	padding: 0 1em;
	font-size: 120%;
	font-weight: 300;
	-webkit-box-shadow: 1px 2px 5px rgba(168,168,168,1.00);
	box-shadow: 1px 2px 5px rgba(168,168,168,1.00);
	margin-bottom: calc(1.4em / 1.6);
}



/* main (コンテンツエリア) */
main section > div,
main article > div {
	width: 100%;
	margin: 0 auto;
}
main section > div {
	padding: 3em 0 1em;
}






/* SNSボタン設定 */
#social {
	padding: 0;
}
#social #socialbox {
	padding-bottom: 3em;
}
#social .social {
	display: flex;
	justify-content: center;
}


/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#bnr1 ul li {
	margin: 0 0 1em;
	text-align: center;
}
a.bnrbox {
	display: block;
	background-color: #da57d8;
	color: #FFF;
	text-decoration: none;
	border-radius: 6px;
	padding: 1em;
	line-height: 1.2;
	text-align: center;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
	border: 4px double rgba(255,255,255,1.00);
	font-weight: bold;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.bnrbox span {
	display: inline-block;
}
#bnr2 {
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}
#bnr2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#bnr2 ul li {
	margin: 0 .5em 1em;
}
@media screen and (max-width:480px) {
	#bnr2 ul li {
		margin: 0 0 1em;
	}
	#bnr2 ul li img {
		max-width: 330px;
	}
}


/* footer */
#footer {
	clear: both;
	padding-top: 10px;
	width: 100%;
	position: relative;
	padding-bottom: 120px;
	border-top: 5px solid rgba(255,255,255,1.00);
}
#footer::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 5px);
	z-index: -1;
	bottom: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 30%,rgba(255,255,255,0.70) 70%), url(../img/header.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 30%,rgba(255,255,255,0.70) 70%), url(../img/header.jpg);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 30%,rgba(255,255,255,0.70) 70%), url(../img/header.jpg);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 30%,rgba(255,255,255,0.70) 70%), url(../img/header.jpg);
	background-size: cover;
	background-position: center center;
}

#footer #endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: var(--base-color); /* base color */
}
#footer #copyright p {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	font-size: 1.2rem;
	letter-spacing: -.01em;
}



.navi {
	padding: 4em 0;
}
.navi ul {
	display: flex;
	justify-content: space-between
}
.navi ul.single {
	display: block;
	justify-content: center;
}
.navi ul.single li {
	width: 100%;
}
@media screen and (min-width:481px) {
	.navi ul li.home a::before {
		content: "[";
		display: inline-block;
		padding-right: 1em;
	}
	.navi ul li.home a::after {
		content: "]";
		display: inline-block;
		padding-left: 1em;
	}
}
.navi ul.single li a {
	display: block;
	text-align: center;
}
.navi ul li span {
	color: #CCC;
}
@media screen and (max-width:480px) {
	.navi ul {
		margin-bottom: 1em;
	}
	.navi ul li span,
	.navi ul li a {
		font-size: 80%;
		border: 1px solid;
		padding: .8em .5em;
		border-radius: .3em;
	}
}




.followbtn {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
}
.followbtn::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
	top: calc(50% - .55em);
	transition: all .6s;
	color: #FFF;
}
.followbtn::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
	top: calc(50% - .55em);
	transition: all .6s;
	color: #FFF;
	opacity: 0;
}
.followbtn:hover::before {
	opacity: 1;
}
.followbtn:hover {
	text-decoration: none;
}
.followbtn:hover::after {
}
.followbtn span {
	display: inline-block;
}

@media screen and (max-width:480px) {
	.followbtn {
		padding: 1em 2em 1em 1em;
	}
}


ul.info_list {
}
ul.attention {
	padding: 5px 0;
	font-size: 90%;
}
ul.info_list li,
ul.attention li {
	margin-left: 1em;
	margin-bottom: .3em;
}
p.attention,
span.attention {
	margin-left: 1em;
	padding: 5px 0;
	font-size: 90%;
}
span.attention {
	display: block;
}
ul.info_list li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.attentionsinfo ul.info_list li::before {
	content: '◆';
	font-size: 80%;
	width: calc(1em / .8);
	display: inline-block;
	margin-left: calc(-1em / .8);
}
ul.attention li::before,
p.attention::before,
span.attention::before {
	content: '※';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.overseas ul.attention li::before,
.overseas p.attention::before,
.overseas span.attention::before {
	content: '*';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}




#bnr1 .bnrlink {
	display: block;
	background-color: #fff;
	border: 2px solid red;
	color: red;
	font-size: 120%;
	text-align: center;
	line-height: 1;
	padding: 1em;
	max-width: 500px;
	border-radius: 5px;
	margin: 0 auto;
	font-weight: bold;
}
#bnr1 .bnrlink:link {
	color: red;
}