@charset "utf-8";

a:link { color: #E4007F;}
a:visited { color: #E4007F;}
a:hover { color: #FF00CC; text-decoration: underline;}
a:active { color: #FF00CC;}

a img:hover {
	opacity: .8;
}

body {
	background-color: #fff;
	position: relative;
}
.sp480 {
	display: none;
}
.red {
	color: red;
}

/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	position: relative;
	width: 100%;
	color: white;
	font-size: 10px;
	background-color: var(--base-color); /* base color */
	padding: .5em 0;
	z-index: 999;
}
#portal {
	margin: 0 0 0 1em;
	line-height: 1;
	height: 1em;
}
#worldwide {
	margin: -1em 1em 0;
	float: right;
	line-height: 1;
	height: 1em;
}
	
#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;
}


/* contentstitle */
#contentstitle h1 {
	color: rgba(255,255,255,1.00);
	background-color: var(--contents-color);
	border-radius: 2em;
	padding: .5em 1em;
	font-size: 120%;
	letter-spacing: .02em;
	line-height: 1;
	width: 100%;
	z-index: 499;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 600;
}


#kv {
	max-height: 842px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	backface-visibility: hidden;
	overflow: hidden;
}

/* nav */
#nav {
	position: relative;
	width: 100%;
	/*
	z-index: 499;
	*/
	padding-top: 30px;
	padding-right: 10px
}
/* nav (fixed時の挙動設定) */
/*
.fixed #nav {
	position: fixed;
	width: 100%;
}
*/


/* メニュー設定 */
#navigation ul li {
	margin-bottom: 5px;/*10px;*/
}
#navigation ul li:last-child {
	margin-bottom: 0;
}
#navigation ul li a {
	display: block;
	font-size: 100%;/*80%;*/
	text-align: center;
	border: 2px solid;
	border-radius: 3em;
	line-height: 1;
	position: relative;
	transition: all .6s;
	text-decoration: none;
	color: #FFF;
	padding: 8px;/*1em;*/
	letter-spacing: -.05em;
}
#navigation ul li a:hover {
	background-color: #FFF!important;
}


/* 動画コンテンツ最新2件表示用設定 */
#nav #strbox {
	background-color: #EEE;
	border-radius: 5px;
	padding: 3px;
	border: 3px solid;
	border-color: var(--movie-color);
	margin-bottom: 15px;
}
#nav #strbox li {
	letter-spacing: -.02em;
	line-height: 1.2;
	background-color: rgba(255,255,255,.5);
	border-radius: .2em;
	padding: .5em;
	text-align: center;
}
#nav #strbox li p {
	text-align: center;
	font-size: 80%;
	margin-bottom: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 600;
}
#nav #strbox li iframe {
	max-width: 100%;
	height: auto;
}
#nav #strbox > a {
	display: block;
	border: 1px solid;
	border-color: var(--movie-color);
	background-color: var(--movie-color);
	color: #FFF;
	font-size: 80%;
	text-align: center;
	border-radius: .2em;
	transition: all .6s;
	max-width: 240px;
	margin: 10px auto;
}
#nav #strbox > a:hover {
	border-color: var(--movie-color);
	background-color: #FFF;
	color: var(--movie-color);
	text-decoration: none;
}
#nav #strbox li .youtube {
	margin-bottom: 0;
}


/* Twitterウィジェット用設定 */
#nav #tw {
	background-color: var(--tw-color);
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 0;
}
#nav #tw .twbox {
	background-color: #fff;
	border-radius: 3px;
	padding: 3px;
}



/* main */
#main {
	padding-top: 30px;
	text-shadow: 1px 1px 5px var(--contents-light-color);
}


/* コンテンツ内メニュー設定 */
#main #contentsmenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	justify-content: space-between;
}
#main #contentsmenu li {
	padding: 5px;
}
#main #contentsmenu li.single {
	width: 100%;
}
#main #contentsmenu li a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 80%;
	line-height: 1;
	letter-spacing: -.02em;
	padding: 1em 0;
	text-align: center;
	border: 1px solid;
	border-radius: 3em;
	background-color: #FFF;
	transition: all .5s;
	position: relative;
}
#main #contentsmenu li a:hover {
	letter-spacing: -.02em;
	color: #FFF!important;
	text-decoration: none;
}
@media (min-width:601px) {
	#main #contentsmenu li a.new::before{
		position: absolute;
		content: url("../img/common/new.png");
		left: 5px;
		top: -10px;
		-webkit-animation: icon .6s ease-in 0s infinite alternate none running;
		animation: icon .6s ease-in 0s infinite alternate none running;
	}
}
@media (max-width:600px) {
	#main #contentsmenu li a.new::before {
		position: absolute;
		content: url("../img/common/new.png");
		left: 5px;
		top: -10px;
		-webkit-animation: icon .6s ease-in 0s infinite alternate none running;
		animation: icon .6s ease-in 0s infinite alternate none running;
	}
}






#main h2 {
	border-radius: .2em;
	background-color: rgba(241,241,241,1);
	padding: 0 1em;
	font-size: 100%;
	box-shadow: 1px 2px 5px rgba(168,168,168,1.00);
	margin-bottom: calc(1.4em / 1.6);
	border-left: 20px solid var(--contents-color);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	font-weight: 600;
}
#main h2 span {
	display: inline-block;
}

/* バナーボタン */
.followbtn:not(.line) {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
}
.followbtn:not(.line):link,
.followbtn:not(.line):visited,
.followbtn:not(.line):hover,
.followbtn:not(.line):active {
	color: #FFF;
}
.followbtn:not(.line)::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all .6s;
	color: #FFF;
}
.followbtn:not(.line)::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all .6s;
	color: #FFF;
	opacity: 0;
}
.followbtn:not(.line):hover::before {
	opacity: 1;
}

.followbtn.yt {
	background-color: var(--yt-color);
	border-color: var(--yt-color);
}


/* SNSボタン設定 */
.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;
}


/* テキストベースバナー bnrbox */
a.bnrbox {
	display: block;
	background-color: #0cd20c;
	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 */
#bnr2 {
	clear: both;
}
#bnr2 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bnr2 ul li {
	padding: 0 .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 1em;
}





/* footer */
#footer {
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}
#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%);
	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%);
	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%);
	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%);
	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;
}

#kv {
	background-image: url(../img/top/F9bnzUNH.jpg);
}


/*CSSアコーディオン*/
.accordion {
	margin-top: -30px;
	margin-bottom: 60px;
	border: 2px solid var(--contents-light-color);
	border-radius: 5px;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: var(--base-color);
	background:var(--contents-light-color);
	cursor: pointer;
	transition: .3s all;
}
.Label::before{		/*タイトル横の矢印*/
	content:"▼";
	position: absolute;
	right: 20px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
@media (max-width:480px) {
	.content {		/*本文*/
		padding:0 10px;
	}
	.toggle:checked + .Label + .content {	/*開閉時*/
		padding:20px 10px 0;
		transition: all .3s;
	}
}
.toggle:checked + .Label::before {
	transform: rotate(-180deg) !important;
}


.switch {
	margin-top: 30px;
}
.switch a {
	display: block;
	background-color: var(--base-color);
	color: #fff;
	border-radius: 5px;
	padding: 15px 0;
	font-weight: 900;
	text-align: center;
}
.switch a:hover {
	background-color: var(--base-light-color);
}
.sp .switch a {
		padding: 10px 0;
		font-size: min(24px, 6vw);
}
