@charset "utf-8";

a:link {
	color: #E4007F;
	text-decoration: none;
}
a:visited {
	color: #E4007F;
	text-decoration: none;
}
a:hover {
	color: #FF00CC;
	text-decoration: underline;
}
a:active {
	color: #FF00CC;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.dash {
	letter-spacing: -.1em;
}

a img:hover {
	opacity: .8;
}

body {
	background-color: #fff;
	position: relative;
}
.sp480 {
	display: none;
}


/* 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);
	border-radius: 2em;
	padding: .5em 1em;
	font-size: 110%;
	letter-spacing: -.02em;
	line-height: 1;
	font-weight: 400;
	width: 100%;
	z-index: 499;
	display: flex;
	align-items: center;
}


#kv {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	backface-visibility: 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;
}
#navigation ul li:last-child {
	margin-bottom: 0;
}
#navigation ul li a {
	display: block;
	font-size: 100%;
	text-align: center;
	border: 2px solid;
	border-radius: 3em;
	line-height: 1;
	position: relative;
	transition: all .6s;
	text-decoration: none;
	color: #FFF;
	padding: 10px;
	letter-spacing: -.05em;
}
#navigation ul li a:hover {
	color: #4e4e4e;
}
/*#navigation ul li a {
	display: block;
	font-size: 80%;
	text-align: center;
	border: thin solid;
	border-radius: 3em;
	line-height: 1;
	position: relative;
	transition: all .6s;
	text-decoration: none;
	color: #FFF;
	padding: 1em;
	letter-spacing: -.05em;
}
#navigation ul li a:hover {
	background-color: #FFF!important;
}*/


/* 動画コンテンツ最新2件表示用設定 */
#nav #strbox {
	background-color: #EEE;
	border-radius: .3em;
	padding: .5em;
	border: 1px solid;
	border-color: var(--movie-color);
	margin-bottom: 30px;
}
#nav #strbox li {
	font-size: 60%;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,.5);
	border-radius: .2em;
	padding: .5em;
	text-align: center;
}
#nav #strbox li p {
	margin-bottom: 1em;
}
#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: 0 auto 10px;
}
#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(--base-color);
	border-radius: .3em;
	padding: 10px;
	height: 320px;
	margin-bottom: 30px;
}
#nav #tw .twbox {
	/*height: 100%;
	overflow-y: scroll;*/
}


/* PC画面用共通バナー領域 bnr1 */
#bnr0 {
	margin-bottom: 10px;
}
#bnr0 ul:first-child {
	margin-bottom: 10px;
}
#nav #bnr1 ul li,
#nav #bnr0 ul li {
	margin-bottom: 10px;
	text-align: center;
}
#nav #bnr1 ul li:last-child,
#nav #bnr0 ul li:last-child {
	margin-bottom: 0;
}


/* main */
#main {
	padding-top: 30px;
}


/* コンテンツ内メニュー設定 */
#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?v2");
		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?v2");
		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%;
	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 h2 span {
	display: inline-block;
}

/* バナーボタン */
.followbtn {
	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:link,
.followbtn:visited,
.followbtn:hover,
.followbtn:active {
	color: #FFF;
}
.followbtn::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::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:hover::before {
	opacity: 1;
}

.followbtn.yt {
	background-color: var(--yt-color);
	border-color: var(--yt-color);
}
.followbtn.niji {
	background-color: #f39700;
	border-color: #f39700;
	color: #fff;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: .5em;
	padding-right: 1.5em;
}
.followbtn.niji::before,.followbtn.niji::after {
	color: #fff;
}

/* 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 #endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: var(--base-color); /* base color */
}
#footer #copyright {
	padding-top: 30px;
}
#footer #copyright p {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2rem;
}
#footer #copyright p:first-child {
	padding-top: 0;
}
#footer #copyright p:last-child {
	padding-bottom: 0;
}

#kv {
	background-image: url(../img/top/clear.jpg?v221124);
}
