﻿@charset "UTF-8";

.pc * {
	transition: all 400ms;
}

a[href^=javascript] {
	cursor: default !important;
}
body {
	/*background-image: url(../_img/body_bg.jpg);*/
	background-repeat: repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	/*overflow-x: hidden;*/
}
hr {
	border-top: 1px solid #999;
}

/* ==================== ==================== ==================== */
/* INDEX ページ */
/* ==================== ==================== ==================== */
.sp main {
	overflow-x: hidden;
}
#top-visual {
	width: 100%; height: 900px;
	background-image: url(../_img/top_visual_bg.png);
	background-size: cover;
}
#top-visual::before {
	content: "";
	position: absolute;
	bottom: -1px; left: 0;
	width: 100%;
	height: 200px;
	background-image: url(../_img/white_gradation.png);
	background-repeat: repeat-x;
}
#top-visual::after {
	content: "";
	position: absolute;
	top: 100%; left: 0;
	width: 100%;
	height: 200px;
	background-image: url(../_img/white_gradation.png);
	background-repeat: repeat-x;
	transform: rotate(180deg);
}
#top-imagelist {
	margin: auto;
	width: 1206px;
}
#top-imagelist img {
	display: none;
}
#top-imagelist.fadechange img {
	position: absolute;
	top: 0; left: 0;
	display: block !important;
	opacity: 0;
	transition: all 1s;
}
#top-imagelist img.active {
	display: block;
	opacity: 1;
}

#top-banner_area {
	margin-top: -100px;
	padding-bottom: 100px;
	background-image: url(../_img/top_topic_bg.png);
	background-repeat: repeat;
	box-shadow: 0 0 5px #e9516a;
}
#top-banner_area-logo {
	position: absolute;
	top: -230px;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top-banner_area-right {
	position: absolute;
	;top: -90px; right: -100px;
	top: -205px; right: -100px;
}
#top-banner_area-left {
	cursor: pointer;
	position: absolute;
	top: -140px; left: -15px;
	width: 220px;
	z-index: 1;
	animation: cdanime 3s ease-in-out infinite;
}
.pc #top-banner_area-left:hover {
	opacity: 0.7;
}

@keyframes cdanime {
	0% {
		top: -140px;
	}
	50% {
		top: -160px;
	}
	100% {
		top: -140px;
	}
}

#top-banner_area-left img {
	width: 220px;
}
#top-banner_area-arrow {
	position: absolute;
	top: 10px; left: -150px;
}
#top-banner_area-arrow img {
	height: 240px;
}

#top-banner_area p {
	padding-top: 60px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}
#top-banner_area p text {
	fill: #ffffff;
}
#top-banner_area p text:nth-of-type(1) {
	stroke: #f069a3;
	stroke-width: 5px;
}
#top-banner_area .banner iframe {
	background-color: #f3a7c9;
	border-radius: 10px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 1px #7e0043;
}
/* -------------------- -------------------- -------------------- */
#top_contents_area {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_news {
	width: 724px
}
#newslist {
	padding-top: 20px;
	margin-top: 20px;
	height: 500px;
	overflow-y: scroll;
	outline: 1px solid #f3a7c9;
}
#top_news article {
	min-height: 140px;
	background-image: url(../_img/top_news_noimage.png);
}
#top_news article img {
	position: absolute;
	top: 0; left: 0;
	width: 120px; height: 120px;
}
#top_news article time {
	display: inline-block;
	font-size: 20px;
	padding-left: 140px;
	margin-bottom: 10px;
	color: #ea68a2;
	font-family: 'mplus-medium';
}
#top_news article time.new::after {
	content: "NEW !";
	display: inline-block;
	margin-left: 10px;
	width: 60px; height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #ea68a2;
	border-radius: 3px;
	transform: translateY(-3px);
}
#top_news article p {
	padding-left: 140px;
}
#top_news .link {
	margin: 10px 10px 20px 140px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	border-top: 1px dotted #91b9dc;
}
#top_news .link a {
	display: block;
	margin: 0 5px 10px;
	height: 20px; line-height: 20px;
	padding: 0 12px;
	font-size: 14px;
	text-align: center;
	color: #91b9dc;
	border: 1px solid #91b9dc;
	border-radius: 15px;
	font-family: 'mplus-medium';
}
#top_news .link a::before {
	content: "» ";
	display: inline;
}
#top_news .link a:hover {
	color: #ffffff;
	background-color: #91b9dc;
}

#top_widget {
	width: 304px;
}
#top_widget #blog_link img {
	border-radius: 5px;
}
#twitter_widget {
	overflow: hidden;
	margin-top: 20px;
	height: 500px;
	border: 1px solid #f3a7c9;
}

/* -------------------- -------------------- -------------------- */
#top_outline article {
	margin-top: 40px;
	min-height: 400px;
}
#top_outline article figure {
	position: absolute;
	top: 0; left: 0;
	width: 250px;
}
#top_outline article img {
	width: 100%;
}
#top_outline article dl {
	padding-left: 325px;
	width: 100%;
}
#top_outline article dt {
	width: 160px; height: 30px;
	line-height: 30px;
	margin-right: 20px;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	background-color: #ea68a2;
	border-radius: 4px;
}
#top_outline article dd {
	margin-bottom: 20px;
	line-height: 30px;
}
#top_outline article dl.half dt {
	clear: none;
}
#top_outline article dl.half dd {
	width: 200px;
}

#top_outline_link {
	margin-top: 20px;
	padding-left: 325px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_outline_link a {
	display: inline-block;
	width: 374px; height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ea68a2;
	letter-spacing: 2px;
	border: 2px solid #ea68a2;
	border-radius: 5px;
	transform: rotate(0.05deg);
}
#top_outline_link a:hover {
	color: #ffffff;
	background-color: #ea68a2;
}

/* ==================== ==================== ==================== */
/* CONCEPT ページ */
/* ==================== ==================== ==================== */
#story {
	margin-bottom: 40px;
}
#story img {
	width: 100%;
}
#point {
	position: absolute;
	/*transition: none;*/
	height: 50px;
	padding-top: 20px;
	transform-origin: 0 20px;
	animation: pointanime 2.5s linear infinite;
}
#point a {
	position: absolute;
	top: 0; left: 45px;
}
@keyframes pointanime {
	0% { transform: scale(1);}
	50% { transform: scale(1.1);}
	100% { transform: scale(1);}
}

#point a {
	position: absolute;
	top: 0px; right: 0px;
	display: block;
	width: 104px; height: 103px;
	border-radius: 50%;
}
#concept_theme {
	margin-top: 60px;
	text-align: center;
	font-family: 'mplus-regular';
}
#concept_theme p:nth-of-type(1) {
	font-size: 22px;
}
#concept_theme p:nth-of-type(2) {
	font-size: 60px;
}
.point_sd {
	margin-top: 30px;
	padding-top: 70px;
	font-family: 'mplus-regular';
}
.point_sd img {
	position: absolute;
	top: 0; left: 0;
}
.point_sd .balloon1, .point_sd .balloon2 {
	position: absolute;
	display: block;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
}
.point_sd .balloon1::before, .point_sd .balloon2::before {
	content: "";
	position: absolute;
	width: 0; height: 0;
	border-left: 0px solid transparent;
}
.point_sd .balloon1 {
	top: 0; left: 125px;
	width: 65px; height: 65px;
	line-height: 67px;
	font-size: 20px;
	font-family: 'mplus-regular';
}
.point_sd .balloon1::before {
	top: 40px; left: -6px;
	border-top: 5px solid transparent;
	border-right: 12px solid #f3a7c9;
	border-bottom: 5px solid transparent;
	transform: rotate(-30deg);
}
.point_sd .balloon2 {
	top: 78px; left: 135px;
	width: 80px; height: 80px;
	line-height: 84px;
	font-size: 54px;
	transform: rotate(10deg);
}
.point_sd .balloon2::before {
	top: 24px; left: -18px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	transform: rotate(5deg);
}
.point_sd h3 {
	font-size: 30px;
	line-height: 60px;
	margin: 0 0 20px 200px;
	text-indent: 30px;
	letter-spacing: 2px;
	white-space: nowrap;
	z-index: -1;
	font-family: 'mplus-regular';
}
.point_sd h3 span {
	font-family: 'mplus-medium';
}
.point_sd p {
	margin-left: 235px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'mplus-regular';
}

/* ----- POINT ----- */
#concept_point1 .balloon1, #concept_point1 .balloon2 {background-color: #f069a3;}
#concept_point1 .balloon1::before {border-right: 12px solid #f069a3;}
#concept_point1 .balloon2::before {border-right: 24px solid #f069a3;}
#concept_point1 h3 {border-bottom: 2px dashed #f3a7c9;}
#concept_point1 h3 span {color: #f069a3;}

#concept_point2 .balloon1, #concept_point2 .balloon2 {background-color: #55b772;}
#concept_point2 .balloon1::before {border-right: 12px solid #55b772;}
#concept_point2 .balloon2::before {border-right: 24px solid #55b772;}
#concept_point2 h3 {border-bottom: 2px dashed #8ccd9f;}
#concept_point2 h3 span {color: #55b772;}

#concept_point3 .balloon1, #concept_point3 .balloon2 {background-color: #588dcb;}
#concept_point3 .balloon1::before {border-right: 12px solid #588dcb;}
#concept_point3 .balloon2::before {border-right: 24px solid #588dcb;}
#concept_point3 h3 {border-bottom: 2px dashed #91b9dc;}
#concept_point3 h3 span {color: #588dcb;}

#concept_point4 .balloon1, #concept_point4 .balloon2 {background-color: #ed6c2e;}
#concept_point4 .balloon1::before {border-right: 12px solid #ed6c2e;}
#concept_point4 .balloon2::before {border-right: 24px solid #ed6c2e;}
#concept_point4 h3 {border-bottom: 2px dashed #f4a77f;}
#concept_point4 h3 span {color: #ed6c2e;}

#concept_point5 .balloon1, #concept_point5 .balloon2 {background-color: #8f82bc;}
#concept_point5 .balloon1::before {border-right: 12px solid #8f82bc;}
#concept_point5 .balloon2::before {border-right: 24px solid #8f82bc;}
#concept_point5 h3 {border-bottom: 2px dashed #8f82bc;}
#concept_point5 h3 span {color: #8f82bc;}

/* ----- ----- */
#point_area h3 {
	width: 800px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
#point1_clickimg {
	position: absolute;
	right: 70px;
	top: -80px;
}
#point1_system1 {
	margin-left: 80px;
}
.concept_description {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 400px; height: 150px;
	line-height: 30px;
	padding-left: 15px;
	color: #ffffff;
	background-color: #f069a3;
	font-family: 'mplus-medium';
	letter-spacing: 2px;
	border-radius: 15px;
}
.concept_description::before {
	content: "";
	position: absolute;
	top: 58px;
	width: 0; height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
#concept_desc1 {
	top: 50px; right: 100px;
}
#concept_desc1::before,
#concept_desc3::before {
	left: -30px;
	width: 0; height: 0;
	border-right: 32px solid #f069a3;
	border-left: 0px solid transparent;
}
#point1_system2 {
	margin-left: 530px;
}
#concept_desc2 {
	top: 70px; left: 80px;
	padding-left: 15px;
	line-height: 30px;
}
#concept_desc2::before {
	right: -30px;
	width: 0; height: 0;
	border-left: 32px solid #f069a3;
	border-right: 0px solid transparent;
}
#point1_arrow1 {
	position: absolute;
	top: -65px; left: 510px;
	z-index: 5;
}
#point1_system3 {
	margin-top: 20px;
	margin-left: 80px;
}
#point1_arrow2 {
	position: absolute;
	top: -85px; left: 440px;
	z-index: 5;
}
#point1_gauge1 {
	position: absolute;
	top: 20px; left: 30px;
}
#concept_desc3 {
	top: 70px; right: 0px;
	font-size: 22px;
	letter-spacing: 4px;
}
#point1_gauge2 {
	position: absolute;
	top: 205px; right: 120px;
}
#concept_note {
	margin: 50px auto;
	padding-left: 225px;
	letter-spacing: 2px;
	color: #f069a3;
	font-family: 'mplus-regular';
}
/* ----- ----- */
#concept_bnr {
	width: 500px;
	margin: auto;
}
#point2, #point3, #point4 {
	margin: 60px auto 80px;
	text-align: center;
}
#concept_point5 h3 {
	width: 700px;
	margin: 0 auto 80px;
	line-height: 60px;
	font-size: 28px;
	letter-spacing: 5px;
	text-align: center;
	font-family: 'mplus-regular';
}
#concept_point5 figure {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#concept_point5 figure img {
	position: relative;
}
#concept_point5 .balloon1 { left: 260px;}
#concept_point5 .balloon2 {
	top: -20px;
	left: 750px;
}
#concept_point5 .balloon2::before {
	top: 40px;
	left: 73px;
	transform: rotate(195deg);
}
#concept_point5 p {
	margin: 0;
	width: 50%;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: right;
	font-family: 'mplus-regular';
}
#concept_point5 p span {
	color: #f069a3;
	font-family: 'mplus-bold';
}
#concept_point5 #toiki {
	overflow: hidden;
	position: absolute;
	top: 180px; right: 280px;
	width: 224px; height: 201px;
	border-radius: 10px;
}
#concept_point5 #toiki img { left: 0;
	width: 100%;
}
#concept_point5 strong {
	display: block;
	margin-top: 80px;
	font-size: 28px;
	padding-left: 4px;
	letter-spacing: 4px;
	text-align: center;
	font-family: 'mplus-regular';
	background-image: url(../_img/concept_dotline.png);
	background-position: 50% 100%;
}
/*#concept_point_summary {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'mplus-regular';
}
*/
#concept_modal #modal-main {
	width: 800px; height: 706px;
}
/* ----- SPEC / STAFF ----- */
#spec article, #staff article {
	margin-top: 40px;
}
#spec dl, #staff dl {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	flex-direction: row;
}
#spec dt, #staff dt {
	width: 160px; height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background-color: #ea68a2;
	border-radius: 4px;
	transform: rotate(0.05deg);
}
#spec dd, #staff dd {
	margin-bottom: 10px;
	padding-left: 15px;
	width: 382px; height: 30px;
	line-height: 30px;
}
#spec dd {font-size: 13px;}
#staff dd {font-size: 16px;}
	/* ==================== ==================== ==================== */
/* CHARACTER ページ */
/* ==================== ==================== ==================== */
#character_navigation {
	padding-top: 10px;
	margin-bottom: 50px;
}
#character_navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#character_navigation ul li {
	width: 213px;
	height: 303px;
}
#character_navigation ul a {
	top: 0px;
	display: block;
	height: 100%;
	line-height: 40px;
	padding-top: 250px;
	text-align: center;
	border-radius: 10px;
	font-size: 60px;
	text-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff,0 0 4px #ffffff;
}
#character_navigation ul a:hover {
	top: -20px;
}
#character_navigation ul li:nth-of-type(1) a {
	color: #f3a7c9;
	background-image: url(../_img/chara_nav_sora.png);
}
#character_navigation ul li:nth-of-type(2) a {
	color: #8ccd9f;
	background-image: url(../_img/chara_nav_akane.png);
}
#character_navigation ul li:nth-of-type(3) a {
	color: #91b9dc;
	background-image: url(../_img/chara_nav_kohaku.png);
}
#character_navigation ul li:nth-of-type(4) a {
	color: #f4a77f;
	background-image: url(../_img/chara_nav_sumi.png);
}
#character_navigation ul li:nth-of-type(5) a {
	font-size: 40px;
	color: #8f82bc;
	background-image: url(../_img/chara_nav_oniichan.png);
}
.chara_costume {
	position: absolute;
	top: 40px; left: 0px;
}
.chara_costume li {
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	left: -15px;
	transition: all 500ms
}
.chara_costume li.on {
	opacity: 1;
	left: 0;
}
/* ---------- Character Common ---------- */
.character {
	overflow: visible;
	padding-left: 680px;
	min-height: 1200px;
	background-position: right 400px top 50px;
}
#yomi {
	padding-top: 60px;
	padding-left: 10px;
	font-size: 16px;
	text-align: center;
	background-position: 50% 0;
}
#yomi text {
	letter-spacing: 8px;
	fill: #000000;
}
#yomi text:nth-of-type(2) {
	stroke: #ffffff;
	stroke-width: 4px;
}
.character h4 {
	margin-top: -18px;
	letter-spacing: 10px;
	text-align: center;
	font-size: 44px;
}
.character h4 text {
	fill: #000000;
}
.character h4 text:nth-of-type(2) {
	stroke: #ffffff;
	stroke-width: 4px;
}
.character #position {
	position: absolute;
	top: 100px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	border-radius: 50%;
	font-family: 'mplus-regular';
}
.character #position::before {
	content: "";
	position: absolute;
	top: 12px; left: -10px;
	width: 0; height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 0px solid transparent;
	transform: rotate(17deg);
}
.character #cv {
	margin-top: -45px;
	letter-spacing: 4px;
	font-size: 17px;
	font-family: 'mplus-regular';
	transform: rotate(0.05deg);
}
.character #cv text:nth-of-type(2) {
	stroke: #ffffff;
	stroke-width: 4px;
}
#chara_catch {
	margin-top: -25px;
	letter-spacing: 2px;
	font-size: 21px;
	font-family: 'mplus-regular';
}
#chara_catch text {
	fill: #000000;
}
#chara_catch text:nth-of-type(2) {
	stroke: #ffffff;
	stroke-width: 4px;
}
#chara_serif {
	position: absolute;
	top: 180px; left: 90px;
}
#sample_voice {
	margin: 8px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sample_voice p {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0 10px;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	white-space: nowrap;
	border-radius: 20px;
}
#sample_voice a {
	display: block;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#sample_voice a::after {
	content: "";
	position: absolute;
	top: 7px; left: 10px;
	width: 0; height: 0;
	border-top: 8px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #ffffff;
}
#sample_voice a.play::after {
	left: 8px;
	width: 6px;
	height: 16px;
	border-top: 0 solid transparent;
	border-right: 4px solid #ffffff;
	border-bottom: 0 solid transparent;
	border-left: 4px solid #ffffff;
}
#chara_description {
	margin-top: 30px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3px;
	text-align: left;
	font-family: 'mplus-regular';
}
#chara_profile {
	width: 520px;
	background-color: #ffffff;
	margin: 20px auto;
	padding-bottom: 20px;
	border-radius: 5px;
}
#chara_profile h5 {
	margin: 12px 10px 5px;
	padding-left: 40px;
	height: 45px;
	line-height: 45px;
	font-size: 32px;
	text-align: left;
	letter-spacing: 1px;
	background-position: left 0 bottom 10px;
	background-size: 30px;
}
#chara_profile h5 span {
	top: 0px;
	letter-spacing: 5px;
	font-size: 20px;
}
#chara_profile dl {
	margin: 5px 0 25px 0;
}
#chara_profile dt {
	margin: 8px 0 0 15px;
	width: 220px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 15px;
}
#chara_profile dd {
	margin: 8px 0 0 40px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: 'mplus-regular';
}
#chara_profile h6 {
	margin: 20px 12px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
}
#chara_profile p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 'mplus-regular';
}
#chara_profile img {
	margin: 15px 0;
	border-radius: 15px;
}
#costume_btn {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0ms;
}
.pc #costume_btn {top: 50px;}
.sp #costume_btn {top: 700px;}
#costume_btn h5 {
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	border-radius: 18px;
}
#costume_btn h5::before {
	content: "";
	position: absolute;
	top: 34px; left: 41px;
	width: 0; height: 0;
	border-right: 7px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 7px solid transparent;
}
#costume_btn ul {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	width: 100px;
}
#costume_btn li {
	cursor: pointer;
	overflow: hidden;
	width: 100px;
	height: 100px;
	line-height: 200px;
	font-size: 20px;
	text-align: center;
	font-family: 'mplus-regular';
	transform: rotate(0.05deg);
}
#costume_btn li::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 400ms;
}
#costume_btn li:hover::before {opacity: 1;}
#costume_btn li:nth-of-type(1) {background-position: 0px 0px;}
#costume_btn li:nth-of-type(2) {background-position: -100px 0px;}
#costume_btn li:nth-of-type(3) {background-position: -200px 0px;}
#costume_btn li:nth-of-type(4) {background-position: -300px 0px;}
#costume_btn li:nth-of-type(1)::before {background-position: 0px -100px;}
#costume_btn li:nth-of-type(2)::before {background-position: -100px -100px;}
#costume_btn li:nth-of-type(3)::before {background-position: -200px -100px;}
#costume_btn li:nth-of-type(4)::before {background-position: -300px -100px;}

#costume_btn li text:nth-of-type(1) {
	stroke: #ffffff;
	stroke-width: 4px;
}
#chara_banner {
	display: flex;
	flex-direction: column;
	text-align: center;
}
#chara_banner a {
	margin: 10px;
}

/* ---------- Sora ---------- */
#chara_sora {background-image: url(../_img/chara_sd_sora.png);}
#chara_sora #yomi {background-image: url(../_img/chara_obj_sora.png);}
#chara_sora #costume_btn li,
#chara_sora #costume_btn li::before {
	background-image: url(../_img/chara_btn_sora.png);
}
#chara_sora #position,
#chara_sora #sample_voice p,
#chara_sora #sample_voice a,
#chara_sora #costume_btn h5,
#chara_sora #chara_profile h6,
#chara_sora #chara_profile dt,
#chara_sora #costume_btn h5 {
	background-color: #f3a7c9;
}
#chara_sora #position::before {
	border-right: 15px solid #f3a7c9;
}
#chara_sora #costume_btn h5::before {
	border-top: 13px solid #f3a7c9;
}
#chara_sora #yomi text:nth-of-type(1) {
	text-shadow: 0 0 3px #f3a7c9, 0 0 3px #f3a7c9;
}
/*#chara_sora h4 text:nth-of-type(1),
#chara_sora #cv text:nth-of-type(1),
#chara_sora #chara_catch text:nth-of-type(1),
#chara_sora #costume_btn li text:nth-of-type(1) {
	flood-color: #f3a7c9;
}*/
#chara_sora svg feFlood {flood-color: #f3a7c9;}
#chara_sora #costume_btn li text {fill: #f069a3;}
/* 濃い色 */
#chara_sora #cv text {fill: #f069a3;}
#chara_sora #chara_profile {border: 2px solid #f069a3;}
#chara_sora #chara_profile h5 {
	color: #f069a3;
	background-image: url(../_img/square_sora.svg);
	border-bottom: 1px solid #f069a3;
}
/* 違う色 */
#chara_sora #costume_btn li:hover text {fill: #91b9dc;}
/*#chara_sora #costume_btn li:hover feFlood {flood-color: #000 !important;}*/
#chara_sora #position {right: 78px;}

/* ---------- Akane ---------- */
#chara_akane {background-image: url(../_img/chara_sd_akane.png);}
#chara_akane #yomi {background-image: url(../_img/chara_obj_akane.png);}
#chara_akane #costume_btn li,
#chara_akane #costume_btn li::before {
	background-image: url(../_img/chara_btn_akane.png);
}
#chara_akane #position,
#chara_akane #sample_voice p,
#chara_akane #sample_voice a,
#chara_akane #costume_btn h5,
#chara_akane #chara_profile h6,
#chara_akane #chara_profile dt,
#chara_akane #costume_btn h5 {
	background-color: #8ccd9f;
}
#chara_akane #position::before {
	border-right: 15px solid #8ccd9f;
}
#chara_akane #costume_btn h5::before {
	border-top: 13px solid #8ccd9f;
}
#chara_akane #yomi text:nth-of-type(1) {
	text-shadow: 0 0 3px #8ccd9f, 0 0 3px #8ccd9f;
}
.pc.safari #chara_akane h4 text:nth-of-type(1),
.pc.safari #chara_akane #cv text:nth-of-type(1),
.pc.safari #chara_akane #chara_catch text:nth-of-type(1),
.pc.safari #chara_akane #costume_btn li text:nth-of-type(1) {
	text-shadow: 0 0 5px #8ccd9f, 0 0 5px #8ccd9f;
}
#chara_akane svg feFlood {flood-color: #8ccd9f;}
#chara_akane #costume_btn li text {fill: #8ccd9f;}
/* 濃い色 */
#chara_akane #cv text {fill: #55b772;}
#chara_akane #chara_profile {border: 2px solid #55b772;}
#chara_akane #chara_profile h5 {
	color: #55b772;
	background-image: url(../_img/square_akane.svg);
	border-bottom: 1px solid #55b772;
}
/* 違う色 */
#chara_akane #costume_btn li:hover text {fill: #f4a77f;}
/*#chara_akane #costume_btn li:hover text:nth-of-type(1) {text-shadow: 0 0 3px #f4a77f, 0 0 3px #f4a77f;}*/
#chara_akane #position {right: 40px;}
/* ---------- Kohaku ---------- */
#chara_kohaku {background-image: url(../_img/chara_sd_kohaku.png);}
#chara_kohaku #yomi {background-image: url(../_img/chara_obj_kohaku.png);}
#chara_kohaku #costume_btn li,
#chara_kohaku #costume_btn li::before {
	background-image: url(../_img/chara_btn_kohaku.png);
}
#chara_kohaku #position,
#chara_kohaku #sample_voice p,
#chara_kohaku #sample_voice a,
#chara_kohaku #costume_btn h5,
#chara_kohaku #chara_profile h6,
#chara_kohaku #chara_profile dt,
#chara_kohaku #costume_btn h5 {
	background-color: #91b9dc;
}
#chara_kohaku #position::before {
	border-right: 15px solid #91b9dc;
}
#chara_kohaku #costume_btn h5::before {
	border-top: 13px solid #91b9dc;
}
#chara_kohaku #yomi text:nth-of-type(1) {
	text-shadow: 0 0 3px #91b9dc, 0 0 3px #91b9dc;
}
/*#chara_kohaku h4 text:nth-of-type(1),
#chara_kohaku #cv text:nth-of-type(1),
#chara_kohaku #chara_catch text:nth-of-type(1),
#chara_kohaku #costume_btn li text:nth-of-type(1) {
	text-shadow: 0 0 5px #91b9dc, 0 0 5px #91b9dc;
}*/
#chara_kohaku svg feFlood {flood-color: #91b9dc;}
#chara_kohaku #costume_btn li text {fill: #91b9dc;}
/* 濃い色 */
#chara_kohaku #cv text {fill: #588dcb;}
#chara_kohaku #chara_profile {border: 2px solid #588dcb;}
#chara_kohaku #chara_profile h5 {
	color: #588dcb;
	background-image: url(../_img/square_kohaku.svg);
	border-bottom: 1px solid #588dcb;
}
/* 違う色 */
#chara_kohaku #costume_btn li:hover text {fill: #f3a7c9;}
/*#chara_kohaku #costume_btn li:hover text:nth-of-type(1) {text-shadow: 0 0 3px #f3a7c9, 0 0 3px #f3a7c9;}*/
#chara_kohaku #position {right: 50px;}
/* ---------- Sumi ---------- */
#chara_sumi {background-image: url(../_img/chara_sd_sumi.png);}
#chara_sumi #yomi {background-image: url(../_img/chara_obj_sumi.png);}
#chara_sumi #costume_btn li,
#chara_sumi #costume_btn li::before {
	background-image: url(../_img/chara_btn_sumi.png);
}
#chara_sumi #position,
#chara_sumi #sample_voice p,
#chara_sumi #sample_voice a,
#chara_sumi #costume_btn h5,
#chara_sumi #chara_profile h6,
#chara_sumi #chara_profile dt,
#chara_sumi #costume_btn h5 {
	background-color: #f4a77f;
}
#chara_sumi #position::before {
	border-right: 15px solid #f4a77f;
}
#chara_sumi #costume_btn h5::before {
	border-top: 13px solid #f4a77f;
}
#chara_sumi #yomi text:nth-of-type(1) {
	text-shadow: 0 0 3px #f4a77f, 0 0 3px #f4a77f;
}
/*#chara_sumi h4 text:nth-of-type(1),
#chara_sumi #cv text:nth-of-type(1),
#chara_sumi #chara_catch text:nth-of-type(1),
#chara_sumi #costume_btn li text:nth-of-type(1) {
	text-shadow: 0 0 5px #f4a77f, 0 0 5px #f4a77f;
}*/
#chara_sumi svg feFlood {flood-color: #f4a77f;}
#chara_sumi #costume_btn li text {fill: #f4a77f;}
/* 濃い色 */
#chara_sumi #cv text {fill: #ed6c2e;}
#chara_sumi #chara_profile {border: 2px solid #ed6c2e}
#chara_sumi #chara_profile h5 {
	color: #ed6c2e;
	background-image: url(../_img/square_sumi.svg);
	border-bottom: 1px solid #ed6c2e;
}
/* 違う色 */
#chara_sumi #costume_btn li:hover text {fill: #8ccd9f;}
/*#chara_sumi #costume_btn li:hover text:nth-of-type(1) {text-shadow: 0 0 3px #8ccd9f, 0 0 3px #8ccd9f;}*/
#chara_sumi #position {right: 80px;}
/* ---------- Oniichan ---------- */
#chara_oniichan.character {
	min-height: 700px;
}
#chara_oniichan img {
	position: absolute;
	top: 0; left: 200px;
}
#chara_oniichan h4 {
	padding-top: 80px;
}
/*#chara_oniichan h4 text:nth-of-type(1),
#chara_oniichan #chara_catch text:nth-of-type(1) {
	text-shadow: 0 0 5px #8f82bc, 0 0 5px #8f82bc;
}*/
#chara_oniichan svg feFlood {flood-color: #8f82bc;}
/* ==================== ==================== ==================== */
/* GALLERY ページ */
/* ==================== ==================== ==================== */
.gallery_list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery_list article {
	display: inherit;
	width: 256px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.pc .gallery_list article::after {
	cursor: pointer;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234,104,162,0.5);
	background-image: url(../_img/gallery_open.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100px;
	opacity: 0;
	transition: all 400ms;
	transform: rotate(0.05deg);
}
.pc .gallery_list article:hover::after {
	opacity: 1;
}
.gallery_list article.boreder-pink  { border: 1px solid #f3a7c9;}
.gallery_list article.boreder-green { border: 1px solid #8ccd9f;}
.gallery_list article.boreder-blue  { border: 1px solid #91b9dc;}
.gallery_list article.boreder-orange{ border: 1px solid #f4a77f;}
.gallery_list article.boreder-purple{ border: 1px solid #8f82bc;}

.gallery_list article img.mini {
	width: 100%;
}
.gallery_list article img.big {
	display: none;
}
.gallery_list article div {
	position: absolute;
	bottom: 0; left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px 10px;
	height: 75px; width: 100%;
	background-image: url(../_img/gallery_textbg.png);
	background-repeat: repeat;
	font-family: 'mplus-medium';
}
.gallery_list article.bg-pink  div {background-color: rgba(243,167,201,0.4);}
.gallery_list article.bg-green div {background-color: rgba(140,205,159,0.4);}
.gallery_list article.bg-blue  div {background-color: rgba(145,185,220,0.4);}
.gallery_list article.bg-orange div{background-color: rgba(244,167,127,0.4);}
.gallery_list article.bg-purple div{background-color: rgba(143,130,188,0.4);}
.gallery_list article div text {
	fill: #000000;
}
.gallery_list article div text:nth-of-type(1) {
	stroke: #ffffff;
	stroke-width: 2px;
}
#gallery_modal #modal-main {
	width: 1024px; height: 576px;
}
#gallery_modal .modal-prev {
	position: absolute;
	top: 0; left: 0;
	width: 50%; height: 100%;
	background-image: url(../_img/gallery_arrow.svg);
	background-position: 95% 50%;
	background-size: 20px;
	opacity: 0.4;
	transform: rotate(180deg);
}
#gallery_modal .modal-prev:hover {opacity: 1;}
#gallery_modal .modal-next {
	position: absolute;
	top: 0; right: 0;
	width: 50%; height: 100%;
	background-image: url(../_img/gallery_arrow.svg);
	background-position: 95% 50%;
	background-size: 20px;
	opacity: 0.4;
}
#gallery_modal .modal-next:hover {opacity: 1;}
#gallery_textarea {
	position: absolute;
	top: -15px; left: -20px;
	height: 62px;
	line-height: 53px;
}
#gallery_textarea p {
	display: inline-block;
	width: 72px; height: 100%;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-image: url(../_img/gallery_heart.png);
	text-shadow: 0 0 5px #f069a3,0 0 5px #f069a3,0 0 5px #f069a3,0 0 3px #f069a3;
}

/* ==================== ==================== ==================== */
/* SHOP GIFT ページ */
/* ==================== ==================== ==================== */
.gift article {
	width: 525px; height: 580px;
}
.gift article img {
	position: absolute;
	top: 0; left: 0;
	width: 525px; height: 480px;
	border: 2px solid #ea68a2;
	border-radius: 5px;
}
.gift_shop {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 8px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #f3a7c9;
	border-radius: 4px;
}
.gift_shop a {
	display: block;
	margin: 4px;
	width: 100px;
	height: 22px;
	line-height: 22px;
	float: right;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 20px;
}
.gift_shop a:hover {
	color: #f3a7c9;
	background-color: #ffffff;
}
.gift_buy {
	position: absolute;
	top: 500px; left: 0;
	width: 100%;
}
.gift_buy a {
	display: block;
	margin: auto;
	width: 380px; height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ea68a2;
	background-color: #ffffff;
	border: 2px solid #ea68a2;
	border-radius: 21px;
}
.gift_buy a:hover {
	color: #ffffff;
	background-color: #ea68a2;
}
.gift_buy2 {
	position: absolute;
	top: 550px; left: 200;
	width: 100%;
}
.gift_buy2 a {
	display: block;
	margin: auto;
	width: 380px; height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ea68a2;
	background-color: #ffffff;
	border: 2px solid #ea68a2;
	border-radius: 21px;
}
.gift_buy2 a:hover {
	color: #ffffff;
	background-color: #ea68a2;
}

/* ==================== ==================== ==================== */
/* DOWNLOAD ページ */
/* ==================== ==================== ==================== */
.trial {
	margin: auto;
	width: 975px;
	text-align: center;
}
.trial img {
	border: 2px solid #ea68a2;
	border-radius: 5px;
}
.trial dl {
	margin-top: 50px;
	width: 100%;
}
.trial dl dt, .trial dl dd {
	float: none;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.trial dl dt {
	width: 215px;
	text-align: center;
	color: #ffffff;
	background-color: #ea68a2;
}
.trial dl dt.dummy {
	background-color: transparent;
}
.trial dl dd {
	width: 270px;
	padding-left: 30px;
	text-align: left;
}
.trial dl dd a {
	color: #91b9dc;
	font-family: 'mplus-bold';
}
.trial pre {
	margin: 20px 0 60px;
	padding-top: 20px;
	letter-spacing: 2px;
	line-height: 1.75;
	text-align: left;
	font-family: 'mplus-regular';
	border-top: dashed 2px #ea68a2;
	transform: rotate(0.05deg);
}
#dl_twittericon, #dl_twitterheader {
	margin: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dl_twittericon li, #dl_twitterheader li {
	margin: 0 10px 20px;
}
#dl_twittericon img {
	width: 200px;
}
#twitter_header {
	width: 820px;
	margin-bottom: 20px;
}
#dl_twitterheader img {
	width: 400px;
}
.download_bulk {
	margin: auto;
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.download_bulk span {
	display: block;
	margin: 10px;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	background-color: #ea68a2;
	border: 2px solid #ea68a2;
}
.download_bulk a {
	display: block;
	margin: 10px;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #91b9dc;
	background-color: #ffffff;
	border: 2px solid #91b9dc;
	font-family: 'mplus-bold';
}
.download_bulk a:hover {
	color: #ffffff;
	background-color: #91b9dc;
	/*background-color: #f3a7c9;*/
}

.moviecreator {
	width: 100%;
	height: 0;
}
.moviecreator div {
	position: absolute;
	top: -50px; right: -70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 120px; height: 120px;
	color: #ffffff;
	background-color: #ea68a2;
	border-radius: 50%;
}
.moviecreator div::before {
	content: "";
	position: absolute;
	top: 10px; left: -5px;
	width: 0; height: 0;
	border-top: 12px solid transparent;
	border-right: 20px solid #ea68a2;
	border-bottom: 12px solid transparent;
	border-left: 0px solid transparent;
	transform: rotate(30deg);
}

.moviecreator h4 {
	width: 100px;
	margin: 0 auto 10px;
	font-size: 15px;
	white-space: nowrap;
	border-bottom: 1px solid #ffffff;
}
.moviecreator p {
	font-size: 18px;
	line-height: 20px;
}
.moviecreator small {
	display: block;
	font-size: 14px;
}

.songcredit {
	margin-top: 40px;
	transform: rotate(0.04deg);
}
.songcredit h4 {
	padding-left: 2px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #ea68a2;
	border-radius: 30px;
	font-family: 'mplus-regular';
}
.songcredit h5 {
	margin: 10px;
	padding-left: 40px;
	height: 35px; line-height: 35px;
	text-align: left;
	font-size: 18px;
	color: #f069a3;
	background-image: url(../_img/square_sora.svg);
	border-bottom: 1px solid #f069a3;
	font-family: 'mplus-regular';
}
.songcredit h5::before {
	content: "「 ";
	display: inline;
}
.songcredit h5::after {
	content: " 」";
	display: inline;
}
.songcredit p {
	text-align: left;
	padding-left: 50px;
	line-height: 2;
}
#opmovie iframe {
	display: block;
	margin: auto;
	width: 971px; height: 546.1875px;
}
#opcredit {
	margin: 40px auto 0;
	width: 750px;
}
#opcredit h4 {
	padding-left: 6px;
	letter-spacing: 6px;
	height: 40px; line-height: 40px;
	font-size: 24px;
}
#opcredit h5 {
	letter-spacing: 6px;
	margin-top: 15px;
	font-size: 24px;
}
#opcredit p {
	font-size: 18px;
	letter-spacing: 4px;
}

#edtheme_player {
	display: block;
	text-align: center;
	width: 100%;
}
#edtheme_player img { width: 971px;}
#edtheme_player iframe {
	width: 971px; height: 180px;
}
#edcredit {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: space-between;
}
#edcredit li {
	width: 500px;
	margin-bottom: 40px;
}
#edcredit li.sora h4 {background-color: #f069a3;}
#edcredit li.akane h4 {background-color: #55b772;}
#edcredit li.kohaku h4 {background-color: #588dcb;}
#edcredit li.sumi h4 {background-color: #ed6c2e;}
#edcredit li.harlem h4 {background-color: #8f82bc;}

#edcredit li h5 {
	margin: 10px;
	padding-left: 40px;
	height: 35px; line-height: 35px;
	font-size: 18px;
	color: #f069a3;
	background-image: url(../_img/square_sora.svg);
	border-bottom: 1px solid #f069a3;
}
#edcredit li h5::before {
	content: "「 ";
	display: inline;
}
#edcredit li h5::after {
	content: " 」";
	display: inline;
}
#edcredit li.akane h5 {background-image: url(../_img/square_akane.svg);}
#edcredit li.kohaku h5 {background-image: url(../_img/square_kohaku.svg);}
#edcredit li.sumi h5 {background-image: url(../_img/square_sumi.svg);}

#edcredit li.akane h5 {border-bottom: 1px solid #55b772; color: #55b772;}
#edcredit li.kohaku h5 {border-bottom: 1px solid #588dcb; color: #588dcb;}
#edcredit li.sumi h5 {border-bottom: 1px solid #ed6c2e; color: #ed6c2e;}
#edcredit li.harlem h5 {border-bottom: 1px solid #8f82bc; color: #8f82bc;}

#sbanner h4 {
	margin: 0 0 20px;
	display: inline-block;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 30px;
	padding: 0 5px;
	font-family: 'mplus-regular';
	background: -moz-linear-gradient(top,  rgba(234,104,162,0) 0%, rgba(234,104,162,0) 69%, rgba(234,104,162,0.25) 70%, rgba(234,104,162,0.25) 100%);
	background: -webkit-linear-gradient(top,  rgba(234,104,162,0) 0%,rgba(234,104,162,0) 69%,rgba(234,104,162,0.25) 70%,rgba(234,104,162,0.25) 100%);
	background: linear-gradient(to bottom,  rgba(234,104,162,0) 0%,rgba(234,104,162,0) 69%,rgba(234,104,162,0.25) 70%,rgba(234,104,162,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea68a2', endColorstr='#40ea68a2',GradientType=0);
}
#sbanner ul {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sbanner ul li {
	text-align: center;
	margin-bottom: 20px;
}
#sbanner ul.size1 li,
#sbanner ul.size2 li {
	width: 200px;
}
#sbanner ul.size3 li { width: 500px;}
#sbanner ul.size3 li img { width: 100%;}
#sbanner ul li img { display: block;margin: auto;}
#sbanner ul li span {
	display: inline-block;
	margin: 10px 5px 0;
	width: 50px; height: 50px;
	border-radius: 50%;
	background-size: 32px;
	background-position: 50%;
}
#sbanner ul li span a {
	display: block;
	width: 100%; height: 100%;
	background-position: 50%;
}
#sbanner ul li span:nth-of-type(1) { background-color: #8ccd9f;background-image:url(../../onikissh/_img/icon/link_white.png);}
#sbanner ul li span:nth-of-type(2) { background-color: #91b9dc;background-image:url(../../onikissh/_img/icon/code_white.png);}
#sbanner ul li span:nth-of-type(3) { background-color: #f4a77f;background-image:url(../../onikissh/_img/icon/download_white.png);}
#sbanner ul li span:nth-of-type(1)::before {background-color: #8ccd9f;content: "URLをコピーする"}
#sbanner ul li span:nth-of-type(2)::before {background-color: #91b9dc;content: "ソースコードをコピーする"}
#sbanner ul li span:nth-of-type(3)::before {background-color: #f4a77f;content: "画像を保存する"}
#sbanner ul li span::before {
	position: absolute;
	top: -20px; left: -85px;
	width: 220px; height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	transform: scale(0.5);
	opacity: 0;
	border-radius: 5px;
	transition: all 400ms;
}
#sbanner ul li span:hover::before {
	top: -35px;
	transform: scale(1);
	opacity: 1;
}
#sbanner ul li span::after {
	content: "";
	position: absolute;
	top: -5px; left: 15px;
	display: block;
	width: 0; height: 0;
	border-top: 10px solid;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	opacity: 0;
	transition: all 500ms;
	transform: scale(0.5);
}
#sbanner ul li span:nth-of-type(1)::after {border-top-color: #8ccd9f;}
#sbanner ul li span:nth-of-type(2)::after {border-top-color: #91b9dc;}
#sbanner ul li span:nth-of-type(3)::after {border-top-color: #f4a77f;}
#sbanner ul li span:hover::after {opacity: 1;
	top: -12px;
	transform: scale(1);
	transition: all 300ms;
}
#complete_copy {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(204,105,163,0.4);
	font-family: 'mplus-medium';
	z-index: -100;
	opacity: 0;
	transition: none;
}
#complete_copy div {
	width: 500px; height: 150px;
	line-height: 150px;
	font-size: 28px;
	color: #f069a3;
	background-color: #ffffff;
	border: 4px solid #f069a3;
	border-radius: 10px;
}

/* ==================== ==================== ==================== */
/* SPECIAL 扉ページ */
/* ==================== ==================== ==================== */
.special {
	margin-top: 40px;
}
.special a {
	display: inline-block;
	margin-bottom: 25px;
	width: 530px; height: 120px;
}
.special a:hover {
	opacity: 0.6;
}
.special a img {
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 1px #7e0043;
	border-radius: 10px;
}

/* ==================== ==================== ==================== */
/* SPECIAL > イベント情報ページ */
/* ==================== ==================== ==================== */
#eventblog .link {
	display: block;
	margin: 20px auto;
	width: 600px; height: 30px;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: #f069a3;
	border: 1px solid #f069a3;
	text-align: center;
	border-radius: 15px;
}
#eventblog .link:hover {background-color: #ffffff;}
#eventblog .link:hover time { color: #f069a3;}
#eventblog .link[href^=javascript] { cursor: default;}
#eventblog .link[href^=javascript]:hover { background-color: #f069a3;}
#eventblog .link[href^=javascript]:hover time { color: #ffffff;}
#eventblog article {
	margin-bottom: 80px;
	padding: 0 10px 40px;
	border: 2px solid #f069a3;
	border-radius: 5px;
}
#eventblog article h2 {
	margin-bottom: 40px;
	height: auto;
	line-height: 40px;
	padding-left: 40px;
	font-size: 32px;
	/*white-space: nowrap;*/
	background-size: 30px;
	background-position: left 0 top 4px;
}
#eventblog article div {
	margin: 0 30px;
	line-height: 1.75;
}
#eventblog article div p {
	margin-top: 20px;
}
#eventblog article div b {
	font-size: 20px;
	font-family: 'mplus-medium';
}
#eventblog article div i {
	color: #f069a3;
	font-family: 'mplus-regular';
}
#eventblog img {
	border-radius: 10px;
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 1px #7e0043;
}
.pc #eventblog .scale { cursor: pointer; }
.pc #eventblog .scale:hover {
	opacity: 0.6;
}