@charset "utf-8";
body::after {
	display: none;
}

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;
}

body {
	background-color: #fff;
	position: relative;
	min-height: 100%;
	min-width: 1024px;
}

/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	position: relative;
	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;
}
.top {
	background-image:
		url(../img/top_bg.png),
		linear-gradient( rgba(235,213,250,1), rgba(255,255,255,1));
	background-position: 
		center center,
		center center;
	background-size: auto;
	padding-top: 30px;
}
#logo {
	margin-bottom: 30px;
}
#logo h1 {
	text-align: center;
}
#logo h1 img {
	width: 600px;
	max-width: 60%;
	min-width: 300px;
}
@media screen and (max-width:1023px) and (min-width:601px){
	.top {
		padding: 15px 0 0;
	}
	#logo {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:600px){
	.top {
		padding: 5px 0 0;
	}
	#logo {
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 1025px) {
	#kv > div {
		display: block;
		margin: 0 auto;
		max-height: 990px;
		max-width: 100%;
		overflow-y: hidden;
		background-image: 
			url(../img/clear.jpg?240804);
		background-position: 
			center center;
		background-size:
			contain;
		background-repeat: no-repeat;
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	#kv > div {
		display: block;
		margin: 0 auto;
		max-height: 990px;
		max-width: 100%;
		overflow-y: hidden;
		background-image: 
			url(../img/clear.jpg?240804);
		background-position: 
			center center;
		background-size:
			contain;
		background-repeat: no-repeat;
		text-align: center;
	}
}
#mv {
	margin: 3em;
}
#mv .catch1,
#mv .catch2 {
	text-align: center;
}
#mv .catch3 {
	text-align: center;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#mv h1 {
	text-align: center;
	margin: 3em 0;
}
@media screen and (max-width: 480px) {
	#mv h1 {
		margin: 1em 0 3em;
	}
}

#nav {
}
@media screen and (max-width: 1034px) {
	#nav {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}

/* header > navigation */
#navigation {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: calc(3em - 10px);
}
#navigation ul {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
}
#navigation li {
	letter-spacing: -.05em;
	margin: 0 .5em .5em;
	font-size: 90%;
}
@media screen and (min-width:1301px) {
	#navigation ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#navigation li {
		width: calc((100% - 7em) / 7);
	}
}
@media screen and (max-width:1300px) and (min-width:481px) {
	#navigation ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#navigation li {
		width: calc((100% - 7em) / 7);
		font-size: 90%;
	}
}
@media screen and (max-width:480px) {
	#navigation li {
		margin: 0;
		margin-bottom: 10px;
		width: calc((100% - 10px) / 2);
	}
	#navigation li:nth-child(2n + 1){
		margin-right: 10px;
	}
}
#navigation li a {
	display: block;
	text-align: center;
	border: thin solid;
	border-radius: .3em;
	line-height: 1;
	padding: 1em;
	position: relative;
	transition: all .6s;
	text-decoration: none;
	background-color: #FFF;
}
@media screen and (max-width:480px) {
	#navigation li a {
		padding: 1.5em;
	}
}
#navigation li a:hover {
	color: #FFF!important;
}



section > div,
article > div {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
@media screen and (max-width: 1034px) {
	section > div,
	article > div {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}

#infobox {
	margin-bottom: 3em;
}
#infobox::after {
	display: block;
	width: 100%;
	clear: both;
	content: '';
}
#infobox h3 {
	border-bottom: 1px solid;
	line-height: 1.2;
	margin-bottom: .8em;
}
#infobox #twitter{
	float: left;
	width: 40%;
}
#infobox #twitter .twbox {
	padding: 0;
	margin-bottom: 1em;
}
#infobox #youtube,
#infobox #instagram {
	width: 55%;
	float: right;
	margin-bottom: 1em;
}

#infobox .followbtn {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
}
#infobox .followbtn span {
	display: inline-block;
}
#infobox .followbtn::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
	top: calc(50% - .5em);
	transition: all .6s;
	color: #FFF;
}
#infobox .followbtn::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
	top: calc(50% - .5em);
	transition: all .6s;
	color: #FFF;
	opacity: 0;
}
#infobox .followbtn:hover::before {
	opacity: 1;
}
#infobox .followbtn:hover {
}
#infobox .followbtn:hover::after {
}

#infobox .followbtn.tw {
	background-color: var(--tw-color);
	border-color: var(--tw-color);
	position: relative;
	min-height: 2em;
}
#infobox .followbtn.tw > span {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: calc(100% - 2.5em);
}
#infobox .followbtn.tw:first-child {
	margin-bottom: 1em;
}
#infobox .followbtn.yt {
	background-color: var(--yt-color);
	border-color: var(--yt-color);
}

#infobox .followbtn.insta {
	background-image: -webkit-linear-gradient(315deg,rgba(46,71,251,1.00) 0%,rgba(255,0,67,1.00) 100%);
	background-image: -moz-linear-gradient(315deg,rgba(46,71,251,1.00) 0%,rgba(255,0,67,1.00) 100%);
	background-image: -o-linear-gradient(315deg,rgba(46,71,251,1.00) 0%,rgba(255,0,67,1.00) 100%);
	background-image: linear-gradient(135deg,rgba(46,71,251,1.00) 0%,rgba(255,0,67,1.00) 100%);
	transition: all .6s;
}








@media screen and (max-width:480px) {
	#infobox #twitter{
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	#infobox #youtube,
	#infobox #instagram {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
}


.strbox {
	text-align: center;
	margin-bottom: 2em;
}
.strbox a {
	text-decoration: none;
}

@media screen and (max-width:480px) {
	.bnrbox a {
		width: 100%;
	}
	.bnrbox a:first-of-type {
		margin-right: 0;
		margin-bottom: .5em;
	}
}



/* SNSボタン設定 */
#social {
	padding: 0;
}
#social #socialbox {
	padding-bottom: 3em;
}
#social .social {
	display: flex;
	justify-content: center;
}
#social .social li img {
	width: 60px;
}

a.bnrbox {
	display: block;
	background-color: #da57d8;
	color: #FFF;
	text-decoration: none;
	border-radius: 6px;
	padding: 1em;
	font-size: 120%;
	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;
}
.bnrbox span {
	display: inline-block;
}

#bnr1 ul {
	margin: 0 auto 2em;
	width: 100%;
	max-width: 1024px;
}
#bnr1 ul li {
	margin: 0 0 1em;
	width: 100%;
	text-align: center;
}
#bnr1 ul li:last-child {
	margin: 0 0 0em;
}
#bnr1 a.bnrbox {
}

#bnr2 {
	padding-bottom: 2em;
	padding-top: 3em;
}
#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;
	}
}

/* インライン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;
}




/* 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;
}


.wrap {
	max-width: 1280px;
	margin: 30px auto;
}
@media (max-width:600px) {
	.wrap {
		padding: 0 10px;
	}
}

/* top popup */
.popup {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: .5em;
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
	padding: 10px;
	width: calc(800 / 1478 * 100vh);
	height: 1478px;
	max-height: 100vh;
	max-width: 800px;
}
.popup * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}
.popup .youtube {
	margin-bottom: 0;
}
.popup div {
}
.popup img {
	max-width: 100%;
	max-height: 100%;
}
.popup a {
	display: block;
}
.popup .jacket {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	overflow-y: hidden;
}
.popup .jacket .str {
	width: 100%;
	margin: 0 auto;
}
.popup .jacket .str .youtube {
	margin-bottom: 0;
}
/*@media (max-height:689px) {
	.popup {
		width: 100vh;
	}
}*/
@media (max-width: 799px) {
	.popup {
		max-width: 100vw;
		height: calc(1478 / 800 * 100vw);
	}
}

.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;
}
.bnrlink:link {
	color: red;
}