﻿@charset "UTF-8";

.pc * {
	transition: all 400ms;
}

a[href^=javascript] {
	cursor: default !important;
}
body {
	background-repeat: repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	min-width: 1280px;
}
hr {
	border-top: 1px solid #999;
}
.sp main {
	overflow-x: hidden;
}

.subtitle {
	padding-top: 40px;
	margin: 0 auto 30px;
	width: 1200px;
	color: #000;
	letter-spacing: 5px;
	font-size: 34px;
	font-weight: 600;
	text-indent: 40px;
	text-align: left;
	background-image: url(../_img/heart.svg);
	background-position: 0 52px;
	background-size: 33px;
	transform: rotate(0.04deg);
}
.subtitle span {
	padding-left: 20px;
	letter-spacing: 1px;
	font-size: 21px;
	font-weight: 400;
}
.subtitle2 {
	margin: 100px auto 80px;
	line-height: 50px;
	color: #000;
	letter-spacing: 5px;
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	transform: rotate(0.04deg);
}
.subtitle2::before {
	content: "";
	display: inline-block;
	width: 50px; height: 50px;
	background-image: url(../_img/heart.svg);
	background-repeat: no-repeat;
	background-position: 0 16px;
	background-size: 40px;
}
.subtitle2 span {
	display: block;
	font-size: 22px;
	font-weight: 500;
}


/* ==================== ==================== ==================== */
/* ----------　　　[[ HEADER ]]　　　---------- */
/* ==================== ==================== ==================== */
#headerbg {
	width: 100%;
	height: 68px;
	background-color: #ff5a9d;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}
#top #headerbg {background-image: none;}
#top #headerbg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 135px;
	background-image: url(../_img/headerhalf.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	z-index: -1;
}
#top #headerbg {
	height: 72px;
}


header {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%;
	height: 62px;
	z-index: 5;
}
header h1 {
	float: left;
	width: 245px;
}
header h1 img {width: 100%;
transform-origin: 50% 0;}
header h1 img {transition: all 150ms !important;}
header h1 a:hover img {transform: scale(1.07);}

#top header {
	height: 72px;
}
header nav {padding-top: 16px;}
#top header nav {padding-left: 640px;}
#top header li {
	line-height: 32px;
	margin-bottom: 6px;
	border: 3px solid #d3a464;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#top header li:nth-of-type(4) {clear:both;}
header li.madadayo::after {
	content: "じゅんびちゅうだよ";
	position: absolute;
	top: 6px; left: 0;
	display: block;
	width: 100%; height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-size: 13px;
	background-color: #b2a9d1;
	border-radius: 4px;
	transform: rotate(-10deg);
}
/*header#top li:nth-of-type(1) {width: 238px;}
header#top li:nth-of-type(2) {width: 238px;}
header#top li:nth-of-type(3) {width: 157px;}
header#top li:nth-of-type(4) {width: 157px;}
header#top li:nth-of-type(5) {width: 157px;}
*/
header li {
	float: left;
	width: 125px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	font-size: 19px;
	font-weight: 600;
	color: #a67c52;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #d3a464;
	background-color: #ffffff;
	background-image: url(../_img/btnbg.png);
	background-position: 100% 100%;
	border-radius: 5px;
	background-size: contain;
	transform: rotate(0.04deg);
}
header li a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff !important;
	background-color: #d3a464;
	opacity: 0;
	transition: all 250ms !important;
}
header li a:hover {
	opacity: 1;
}
header #zensaku {
	position: absolute;
	top: 0; right: 0;
	display: block;
	width: 150px; height: 102px;
	background-image: url(../_img/zensaku_bg.png);
	background-position: 50% 0;
}
header #zensaku img {
	top: 25px;
	transform: scale(0.9);
	transition: all 200ms;
}
header #zensaku:hover img {
	top: 25px;
	transform: scale(1.0);
}

/* Count Down */
#countdown {
	position: absolute;
	top: 30px; left: 0;
	width: 305px; height: 73px;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	background-color: #d3a464;
	z-index: 10;
}
#countdown::after {
	content: "";
	position: absolute;
	bottom: 0; right: -30px;
	display: block;
	width: 125px; height: 98px;
	background-image: url(../_img/cd_sora.png);
}
#countdown p {
	padding: 10px 0 0 10px;
	line-height: 20px;
}

#countdown p:nth-of-type(2) {font-size: 22px;}
#countdown #play {
	position: absolute;
	top: 18px; left: 165px;
	display: block;
	width: 40px; height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
#countdown #play::before {
	content: "";
	position: absolute;
	top: 7px; left: 11px;
	display: block;
	width: 0; height: 0;
	border-top: 12px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #ffffff;
}
#countdown #play.play::before {
	top: 9px; left: 9px;
	width: 8px; height: 20px;
	border-top: 0px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 0px solid transparent;
	border-left: 6px solid #ffffff;
}


/* ==================== ==================== ==================== */
/* ----------　　　FOOTER　　　---------- */
/* ==================== ==================== ==================== */
footer {
	padding: 40px 0 80px;
	text-align: center;
	background-color: #ffffff;
}
footer li {
	display: inline-block;
	font-size: 22px;
}
footer li:nth-of-type(n+2)::before {
	content: "|";
	display: inline-block;
	color: #ff5a9d
}
footer li a {
	padding: 0 1em;
	color: #ff5a9d
}
footer li a:hover {color: #999;}

#footer_twitterbtn {
	display: block;
	margin: 40px auto 0;
	width: 80px; height: 20px;
	line-height: 20px;
	text-indent: 20px;
	font-size: 12px;
	color: #91b9dc;
	background-color: #ffffff;
	background-image: url(../_img/footer_anago.png);
	background-size: 18px;
	background-position: 3px 100%;
	border-radius: 3px;
}
#footer_twitterbtn:hover {
	color: #91b9dc;
	opacity: 0.6;
}
footer #copy {margin-top: 40px;}
footer #copy a:hover {opacity: 0.6;}
#footer_twitterbtn {
	display: block;
	margin: 40px auto 0;
	width: 80px; height: 20px;
	line-height: 20px;
	text-indent: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #00aced;
	background-image: url(../_img/footer_anago.png);
	background-size: 18px;
	background-position: 3px 100%;
	border-radius: 3px;
}
#footer_twitterbtn a {
	opacity: 0.75;
	color: #ffffff;
}

/* ==================== ==================== ==================== */
/* ----------　　　INDEX　　　---------- */
/* ==================== ==================== ==================== */
#top {
	background-attachment: scroll;
	background-image: url(../../sozai/onigyuhweb/kv-bg.png);
	background-position: 0% 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

#hotarea_wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	z-index: -1;
	overflow-x: hidden;
}
#hotarea {
	margin: 0 0 0 auto;
	width: 400px; height: 900px;
	background-color: #ffffff;
}
#hotarea::before {
	content: "";
	position: absolute;
	top: 0; left: 100%;
	width: 9999px; height: 100%;
	background-color: #ffffff;
}

#visual_wrap {
	position: absolute;
	top: 0; right: 0;
	width: 100%;
	z-index: 2;
}
#visual { left: -80px; }
#visual li {
	position: absolute;
}
#v_komono { left: 0px; top: 0px; }
#v_sora { left: 80px; top: -75px; }
#v_akane { left: 30px; top: 100px; }
#v_kohaku { left: 457px; top: 155px; }
#v_sumi { left: 190px; top: 340px; }
#v_release { left: 80px; top: 550px; }
#v_text01 { left: 780px; top: 300px; }
#v_text02 { left: 40px; top: 290px; }
/*#v_logo { left: 800px; top: 110px; }*/

#titlelogo {
	padding-top: 105px;
	left: -75px;
	text-align: right;
}
#hot {
	margin: 0 0 0 auto;
	width: 400px;
}
#hot h2 {
	padding-left: 33px;
	font-size: 16px;
	color: #ff5a9d;
}
#hot h2 span {
	display: block;
	margin-top:-22px;
	left: 25px;
}
#hot h2 span text {
	fill: #ff5a9d;
}
#hot h2 span text:nth-of-type(1) {
	stroke: #ffffff;
	stroke-width: 4px;
}
#topics {
	padding-left: 33px;
}
#topics img {
	margin-top: 6px;
	width: 342px;
}
#store_title {
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	margin: 20px 0 0 33px;
	padding: 0 8px;
	height: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #d3a464;
}
#store_title::before {
	content: "";
	position: absolute;
	top: 0; left: 100%;
	display: block;
	width: 0; height: 0;
	border-top: 0px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 16px solid #d3a464;
	border-left: 0px solid #d3a464;
}

#hotnews {
	top: -4px;
	margin-left: 33px;
	width: 315px;
	height: 80px;
	background-color: #ffffff;
	background-image: url(../_img/btnbg.png);
	background-position: 100%;
	background-size: contain;
	border-radius: 0 40px 40px 0;
	border: 2px solid #d3a464;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	transform: rotate(0.04deg);
}
#hotnews a {
	display: block;
	transition: all 0ms;
}
#hotnews time {
	display: inline-block;
	margin-top: 7px;
	line-height: 18px;
	padding-left: 12px;
	color: #d3a464;
	font-size: 13px;
}
#hotnews p {
	padding-left: 12px;
	width: 235px;
	color: #000;
}
#tinpojistore {
	position: absolute;
	top: -10px; left: 260px;
	padding-top: 37px;
	line-height: 16px;
	font-size: 15px;
	width: 80px; height: 88px;
	text-align: center;
	color: #ffffff;
	background-image: url(../_img/tinpojitstore.png);
	transition: all 0ms;
	transform-origin: 50% 48px;
}
#hotnews a:hover #tinpojistore {
	transform: rotate(15deg);
}

#mainstaff {
	margin-top: 10px;
	padding-left: 33px;
}
#mainstaff p {
	font-size: 12px;
	font-weight: 600;
}
#mainstaff {
	fill: #ff5a9d;
	font-weight: 600;
}
#mainstaff p text:nth-of-type(1) {
	stroke: #ffffff;
	stroke-width: 3px;
}

/* ----- Blog ----- */
#realtime {
	position: absolute;
	top: -150px; right: 0;
	width: 400px;
	transform: rotate(0.04deg);
}

#realtime section {
	margin: 20px 0 0 33px;
	width: 342px;
}
#realtime section#top-blog {
	background-color: #ff7809;
	height: 282px;
}
#realtime section#top-twitter {
	background-color: #00aced;
	height: 516px;
}
#realtime section::before {
	content: "";
	position: absolute;
	top: -21px; right: 26px;
	width: 6px; height: 42px;
	background-color: #000;
	border-radius: 3px;
}
#realtime section::after {
	content: "";
	position: absolute;
	top: -21px; right: 67px;
	width: 6px; height: 42px;
	background-color: #000;
	border-radius: 3px;
}
#realtime .top-blog-title {
	display: block;
	width: 100%; height: 44px;
	line-height: 45px;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: center;
}
#realtime .top-blog-title::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 4px;
	vertical-align: middle;
	background-size: 21px;
	background-position: 0 30%;
	background-repeat: no-repeat;
}

#realtime #top-blog .top-blog-title::before {background-image: url(../_img/blogicon.svg);}
#realtime #top-twitter .top-blog-title::before {background-image: url(../_img/twitterbird.png);}
#realtime article {
	height: 234px;
	padding: 12px 15px 0;
	background-color: #ffffff;
	margin: 0 4px;
	overflow: hidden;
}
#realtime #top-twitter article {
	padding: 0;
	height: 468px;
}
#realtime #top-blog article::before {
	content: "";
	position: absolute;
	top: 110px; left: 0;
	display: block;
	width: 100%; height: 72px;
	background-image: url(../_img/twitter-gradation.png);
	background-repeat: repeat-x;
	z-index: 2;
}
#realtime article time {
	color: #ff7809;
	font-size: 12px;
}
#realtime article h4 {
	color: #ff7809;
	font-size: 20px;
}
#realtime article div {
	font-size: 14px;
	color: #000;
}
#realtime .more {
	position: absolute;
	bottom:0; left: 0;
	width: 100%;
	height: 54px;
	color: #ff7809;
	background-color: #ffffff;
}
#realtime .more span {
	top: 15px;
	display: block;
	margin: auto;
	width: 144px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	color: #ff7809;
	background-color: #ffffff;
	border: 1px solid #ff7809;
}
#realtime .more:hover span {
	color: #ffffff;
	background-color: #ff7809;
}

/* ----- Banner Area ----- */
#banner_area {
	margin-top: 770px;
	width: 100%;
	padding-top: 50px;
	background-color: #ffffff;
	z-index: 5;
}
#banner_area::before {
	content: "";
	position: absolute;
	top: -64px; left: 0;
	display: block;
	width: 100%; height: 65px;
	background-image: url(../_img/halftone_white.png);
	background-repeat: repeat-x;
}
#banner_area .contents {
	text-align: left;
	padding-left: 33px;
	background-image: url(../_img/body_bg.png);
	background-repeat: repeat;
}
#banner_area .contents::before {
	content: "";
	position: absolute;
	top: -219px; left: 139px;
	width: 552px; height: 201px;
	background-image: url(../_img/suminote.png);
	background-repeat: no-repeat;
}
#banner {
	width: 770px;
	min-height: 770px;
}
#banner a {
	display: inline-block;
	margin: 0  2px 10px 0;
}
#banner a:hover {
	opacity: 0.6;
}
#banner a.half img {
	width: 377px;
}

/* ----- News ----- */
#news {
	background-color: #ffffff;
	padding-bottom: 70px;
}
#news .contents {
	width: 100%;
	background-color: #d3a464;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
}
#news .subtitle {
	color: #ffffff;
	width: 1134px;
}

#news section {
	margin: auto;
	overflow-y: scroll;
	padding-top: 20px;
	width: 1134px; height: 600px;
	background-color: #ffffff;
	background-image: url(../_img/newsbg.png);
	background-position: 100% 100%;
}
#news article {
	min-height: 180px;
	width: 1056px;
	margin: auto;
	border-bottom: 1px solid #d3a464;
}
#news article img {
	position: absolute;
	top: 10px; left: 24px;
}
#news article time {
	display: block;
	margin-left: 180px;
	padding-top: 10px;
	font-size: 25px;
	color: #d3a464;
}
#news article time.new::before {
	content: "";
	position: absolute;
	top: 25px; right: 15px;
	display: block;
	width: 0; height: 0;
	border-top: 20px solid #ff5a9d;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	transform: rotate(15deg);
}
#news article time.new::after {
	content: "NEW !";
	position: absolute;
	top: 10px; right: 5px;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	background-color: #ff5a9d;
	border-radius: 2px;
}
#news article p {
	padding: 0 0px 0 180px;
	font-size: 20px;
}
#news article .link {
	margin-left: 180px;
	padding: 10px 0 20px;
}
#news article .link a {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	padding: 0 24px;
	color: #ffffff;
	background-color: #ff5a9d;
	border-radius: 20px;
	transition: all 200ms;
}
#news article .link a:hover { background-color: #d3a464;}

/* ----- Outline ----- */
#outline {
	background-color: #ffffff;
}
#outline aside {
	float: left;
	width: 330px;
	overflow-x: hidden;
	transform: rotate(0.04deg);
}
#outline aside dl {
	margin-top: 20px;
	width: 410px;
	line-height: 16px;
	font-size: 12px;
	color: #4d4d4d;
	transform: rotate(0.04deg);
}
#outline aside dt {
	white-space: nowrap;
	width: 80px;
}
#outline aside dd {
	left: -80px;
	padding: 0 0 5px 80px;
	margin-bottom: 5px;
	width: 330px;
	border-bottom: 2px solid #e6e6e6;
}

#outline article {
	float: left;
	padding-left: 50px;
	width: 850px;
	transform: rotate(0.04deg);
}
#outline article span {
	display: block;
	margin-bottom: 10px;
	width: 156px; height: 24px;
	line-height: 24px;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
}
#outline article#normal span { background-color: #ff5a9d;}
#outline article#double span { background-color: #d3a464;}
#outline h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
#outline article#normal h3 { color: #ff5a9d;}
#outline article#double h3 { color: #d3a464;}
#outline article dt {
	margin: 0 12px 12px 0;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 17px;
}
#outline article#normal dt { background-color: #ffeef5; }
#outline article#double dt { background-color: #f6ede0; }
#outline article dd {
	height: 25px;
	line-height: 25px;
	font-size: 17px;
}
#outline article#normal {
	background-image: url(../_img/outline_normal.png);
	background-position: 100% 100%;
}
#outline article#double {
	background-image: url(../_img/outline_double.png);
	background-position: 100% 100%;
}

/* ----- Staff ----- */
#staff {
	background-color: #ff5a9d;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
#staff .subtitle {
	color: #ffffff;
	background-image: url(../_img/heart-cha.svg);
	margin-bottom: 20px;
}
#staff dl {
	width: 50%;
	float: left;
	transform: rotate(0.04deg);
}
#staff dt {
	width: 230px; height: 24px;
	line-height: 24px;
	margin: 0 20px 10px 0;
	font-size: 15px;
	text-align: center;
	color: #4d4d4d;
	background-color: #f6ede0;
}
#staff dt::before {
	content: "";
	position: absolute;
	top: 0; left: 100%;
	display: block;
	width: 0; height: 0;
	border-top: 12px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #f6ede0;
}
#staff dt::after {
	content: "";
	position: absolute;
	top: 6px; left: 100%;
	margin-left: 6px;
	display: block;
	width: 0; height: 0;
	border-top: 6px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 5px solid #d3a464;
}
#staff dd {
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 20px;
}


/* ==================== ==================== ==================== */
/* ----------　　　CONCEPT　　　---------- */
/* ==================== ==================== ==================== */
#story {
	background-color: #ff5a9d;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
#story h2.subtitle2 {
	margin-top: 0;
	padding-top: 100px;
	color: #ffffff;
}
#story h2.subtitle2::before {
	background-image: url(../_img/heart-cha.svg);
}
#cncpt {
	width: 1134px !important;
	margin-bottom: 100px;
}
#cncpt article {
	padding: 60px 0;
	margin-bottom: 45px;
	text-align: center;
	color: #ffffff;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	border-radius: 40px;
}
#concept-1 {background-color: #ff5a9d;}
#concept-2 {background-color: #63bb7d;}
#concept-3 {background-color: #609acd;}
#concept-4 {background-color: #f1905c;}
#concept-5 {background-color: #d3a464;}
.cncpt-num {
	position: absolute;
	top: 20px; left: 95px;
	font-size: 150px;
	font-weight: 600;
}
.cncpt-text1 {
	padding-left: 210px;
	font-size: 31px;
	text-align: left;
}
.cncpt-text2 {
	width: 824px; height: 80px;
	line-height: 80px;
	margin: 5px 0 0 210px;
	padding-left: 20px;
	font-size: 39px;
	font-weight: 500;
	border-radius: 40px;
	background-color: #ffffff;
	text-align: left;
}
.cncpt-img {position: absolute;}
#cncpt article p {
	padding-top: 40px;
	font-size: 25px;
}
#cncpt article span {
	font-size: 35px;
	font-weight: 600;
}
.cncpt-banner {
	padding-top: 40px;
}
#concept-2 ul {
	margin: auto;
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#concept-2 ul li {
	width: 451px;
	margin-bottom: 40px;
}
#concept-2 ul li span {
	display: block;
	height: 60px;
	color: #63bb7d;
	background-color: #ffffff;
}

/* ==================== ==================== ==================== */
/* ----------　　　CHARACTER　　　---------- */
/* ==================== ==================== ==================== */
#chara {
	width: 100%;
	overflow: hidden;
}

#slide_effect1 {
	position: absolute;
	top: 0; left: 0;
	width: 0; height: 100%;
	background-color: #ff3a71;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	transition: all 800ms;
}
#slide_effect1.on {width: 100%;}
#slide_effect2 {
	position: absolute;
	top: 0; left: 0;
	width: 0; height: 100%;
	background-color: #ff3a71;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	transition: all 800ms;
}
#slide_effect2.on {width: 100%;}
#slide_effect2.c1 { background-color: #f3a7c9;}
#slide_effect2.c2 { background-color: #8ccd9f;}
#slide_effect2.c3 { background-color: #91b9dc;}
#slide_effect2.c4 { background-color: #f4a77e;}
#slide_effect2.c5 { background-color: #b2a9d1;}

#chara #c-list {
	display: flex;
}
#chara #c-list a {
	width: 20%;
	overflow: hidden;
	height: 880px;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	transition: all 400ms;
}
#chara #c-list a h4 {
	padding-top: 10px;
	font-size: 52px;
	color: #ffffff;
	font-weight: 600;
}
#chara #c-list #c-sora   {background-color: #f3a7c9;}
#chara #c-list #c-akane  {background-color: #8ccd9f;}
#chara #c-list #c-kohaku {background-color: #91b9dc;}
#chara #c-list #c-sumi   {background-color: #f4a77e;}
#chara #c-list #c-onii   {background-color: #b2a9d1;}
#chara #c-list selected {
	width: 100% !important;
}
#chara.view li {
	width: 55px;
}
#chara .c-img {
	width: 100%;
	height: 100%;
	background-size: auto 90%;
}
.pc #chara #c-list a:hover {
	width: 28%;
}
.pc #chara #c-list a:hover .c-img {
	background-size: auto 100%
}
/*#chara li.selected .c-img {
	width: 1200px;
}*/

#c {
	height: 2100px;
	background-repeat: repeat;
	background-image: url(../_img/pattern.png);
}

#chara #c-sora .c-img {
	background-image: url(../image/visual_sora.png);
	background-position: 55% -25%;
}
#chara #c-akane .c-img {
	background-image: url(../image/visual_akane.png);
	background-position: 40% 0;
}
#chara #c-kohaku .c-img {
	background-image: url(../image/visual_kohaku.png);
	background-position: 40% 0;
}
#chara #c-sumi .c-img {
	background-image: url(../image/visual_sumi.png);
	background-position: 40% 0;
}
#chara #c-onii .c-img {
	background-image: url(../../sozai/onigyuhweb/i_onii.png);
	background-position: 50% 0;
}

.intro {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 2100px;
	transition: all 1000ms;
	opacity: 0;
}
.intro.on {
	opacity: 1;
}
.intro nav {
	margin-top: 20px;
	text-align: center;
}
.intro .c_prev, .intro .c_this, .intro .c_next {
	display: inline-block;
}
.intro .c_this {margin: 0 50px;}
.intro .c_this span {
	display: inline-block;
	margin-right: 5px;
	width: 44px; height: 44px;
	line-height: 44px;
	font-size: 17px;
	background-color: #ffffff;
	border-radius: 50%;
}
.intro .c_this p {
	display: inline-block;
	font-size: 52px;
	vertical-align: middle;
	font-weight: 500;
	color: #ffffff;
}
.intro .c_prev::after {
	content: "";
	position: absolute;
	top: 55px; right: -20px;
	display: block;
	width: 0; height: 0;
	border-top: 7px solid transparent;
	border-right: 13px solid #ffffff;
	border-bottom: 7px solid transparent;
	border-left: 0px solid transparent;
}
.intro .c_next:hover, .intro .c_prev:hover {opacity: 0.7;}
.intro .c_next::before {
	content: "";
	position: absolute;
	top: 55px; left: -20px;
	display: block;
	width: 0; height: 0;
	border-top: 7px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid #ffffff;
}
.intro .c_prev span, .intro .c_next span {
	top: 2px;
	margin-right: 10px;
	display: inline-block;
	line-height: 44px;
	font-size: 15px;
	color: #ffffff;
}
.intro .c_prev p, .intro .c_next p {
	display: inline-block;
	line-height: 44px;
	font-size: 27px;
	color: #ffffff;
	font-weight: 500;
	vertical-align: middle;
}
.intro .c_prev figure, .intro .c_next figure {
	overflow: hidden;
	top: 25px;
	display: inline-block;
	width: 66px; height: 66px;
	margin: 0 10px;
}
.intro .c_prev figure img, .intro .c_next figure img {
	width: 100%;
}
.charaword {
	margin-top: 40px;
	padding: 20px 0;
	line-height: 50px;
	text-align: center;
	font-size: 34px;
	color: #ffffff;
	font-weight: 500;
}
.main_intro {
	width: 980px;
	margin: auto;
	transform: rotate(0.04deg);
}

#intro1 .main_intro figure {
	top: -55px; left: -300px;
}
#intro2 .main_intro figure {
	top: -55px; left: -250px;
}
#intro3 .main_intro figure {
	top: -55px; left: -300px;
}
#intro4 .main_intro figure {
	top: -55px; left: -270px;
}
#intro5 .main_intro figure {
	top: 5px; left: -270px;
}
.intro .main_intro figure img {
	position: absolute;
	top: 0; left: -50px;
	opacity: 0;
	transition: all 500ms;
}
.intro .main_intro figure img.select {
	opacity: 1 !important;
	left: 0;
}
.chara_data {
	position: absolute;
	top: 40px; right: 0;
	width: 420px;
	text-align: left;
	color: #ffffff;
}
.chara_data .posi {
	position: absolute;
	top: 10px; left: 0;
	width: 65px; height: 65px;
	line-height: 65px;
	font-size: 24px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.chara_data .posi::before {
	content: "";
	position: absolute;
	bottom: -2px; right: 0;
	display: block;
	width: 0; height: 0;
	border-top: 8px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 20px solid #ffffff;
	transform: rotate(45deg);
}
.chara_data .cdesc {
	padding-top: 15px;
	margin-left: 70px;
	font-size: 22px;
}
.chara_data .csd {
	position: absolute;
	top: 0; right: 0;
}
.chara_data h3 {
	margin: 40px 0 10px;
	font-size: 71px;
	letter-spacing: 5px;
}
.chara_data .eng {font-size: 22px; letter-spacing: 2px;}
.chara_data .cv {font-size: 18px; letter-spacing: 2px; line-height: 2;}
.chara_data .samplevoice h4 {
	cursor: default;
	display: inline-block;
	margin: 20px 0 0;
	padding: 5px 15px;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 5px, 0 0 1px #f3a7c9;
}
.chara_data .samplevoice a {
	cursor: pointer;
	display: inline-block;
	top: 12px;
	margin-left: 3px;
	width: 40px; height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: none;
}
.chara_data .samplevoice a:hover {
	opacity: 0.7;
}
.chara_data .samplevoice a::before {
	content: "";
	position: absolute;
	top: 7px; left: 12px;
	display: block;
	width: 0; height: 0;
	border-top: 12px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffffff;
}
.chara_data .samplevoice a.play::before {
	top: 9px; left: 10px;
	width: 8px; height: 20px;
	border-top: none;
	border-right: 5px solid #ffffff;
	border-bottom: none;
	border-left: 5px solid #ffffff;
}

.chara_data .note {
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.chara_data .prof {
	margin-top: 60px;
	padding: 30px;
}
.chara_data .prof h4 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
	background-color: #ffffff;
	border-radius: 20px;
}
.chara_data .prof dl {
	margin: 0 0 20px;
	font-size: 16px;
}
.chara_data .prof dt {padding-right: 16px;}
.chara_data .prof span {font-size: 22px;}
.chara_data .prof img {width: 100%;}
.chara_data .prof h5 {
	overflow: hidden;
	margin: 10px 0 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
}
.chara_data .prof h5::before {
	content: "";
	position: absolute;
	top: 10px; left: 0px;
	width: 110px; height: 0;
	border: 1px solid #ffffff;
}
.chara_data .prof h5::after {
	content: "";
	position: absolute;
	top: 10px; right: 0px;
	width: 110px; height: 0;
	border: 1px solid #ffffff;
}
.chara_data .prof p {
	line-height: 1.6;
	font-size: 16px;
	letter-spacing: 1px;
}
.cotume_btn {
	position: absolute;
	top: 550px; left: 0;
	width: 130px;
}
.cotume_btn h4 {
	width: 130px; height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
	background-color: #ffffff;
	border-radius: 30px;
}
.cotume_btn h4::before {
	content: "";
	position: absolute;
	top: 29px; left: 57px;
	display: block;
	width: 0; height: 0;
	border-top: 10px solid #ffffff;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
}
.cotume_btn .costume_item {
	overflow: hidden;
	margin: 20px auto 0;
	width: 103px; height: 103px;
	border: 4px solid #ffffff;
	border-radius: 50%;
}
.cotume_btn .costume_item::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background-color: #ffffff;
	opacity: 0;
}
.cotume_btn .costume_item:hover::after {
	opacity: 0.3;
}
.cotume_btn .costume_item.select::after {
	content: "選択中";
	line-height: 74px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 500;
	opacity: 1;
}
.cotume_btn .costume_item.select:hover::after {opacity: 1;}
.cotume_btn .costume_item img {
	top: -1px; left: -1px;
}
.cotume_btn .costume_item span {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 30px;
	text-align: center;
	color: #ffffff;
}

#character_sora #c {background-color: #f3a7c9;}
#intro1 .c_this span,
#intro1 .chara_data .posi,
#intro1 .chara_data .samplevoice h4,
#intro1 .chara_data .prof h4,
#intro1 .cotume_btn h4
{color: #e76b9d;}
#intro1 .cotume_btn .costume_item.select
{border: 4px solid #e76b9d !important;}
#intro1 .cotume_btn .costume_item span {
	background-color: #e76b9d;
}
#intro1 .chara_data .cdesc,
#intro1 .chara_data h3,
#intro1 .chara_data .eng,
#intro1 .chara_data .cv,
#intro1 .chara_data .note
{text-shadow: 0 0 10px #f3a7c9, 0 0 5px #e76b9d, 0 0 1px #f3a7c9;}
#intro1 .cotume_btn .costume_item {
	box-shadow: 2px 2px 2px rgba(238,129,178,0.3);
}
#intro1 .charaword, #intro1 .chara_data .prof
{ background-color: rgba(231,107,157,0.9);}
#intro1 .cotume_btn .costume_item.select::after {
	background-color: rgba(243,167,201,0.5);
}

#character_akane #c {background-color: #8ccd9f;}
#intro2 .c_this span,
#intro2 .chara_data .posi,
#intro2 .chara_data .samplevoice h4,
#intro2 .chara_data .prof h4,
#intro2 .cotume_btn h4
{color: #8ccd9f;}
#intro2 .cotume_btn .costume_item.select
{border: 4px solid #48a861 !important;}
#intro2 .cotume_btn .costume_item span {
	background-color: #48a861;
}
#intro2 .chara_data .cdesc,
#intro2 .chara_data h3,
#intro2 .chara_data .eng,
#intro2 .chara_data .cv,
#intro2 .chara_data .note
{text-shadow: 0 0 10px #48a861, 0 0 5px #8ccd9f, 0 0 1px #48a861;}
#intro2 .cotume_btn .costume_item {
	box-shadow: 2px 2px 2px rgba(72,168,97,0.3);
}
#intro2 .charaword, #intro2 .chara_data .prof
{ background-color: rgba(72,168,97,0.9);}
#intro2 .cotume_btn .costume_item.select::after {
	background-color: rgba(140,205,159,0.5);
}

#character_kohaku #c {background-color: #91b9dc;}
#intro3 .c_this span,
#intro3 .chara_data .posi,
#intro3 .chara_data .samplevoice h4,
#intro3 .chara_data .prof h4,
#intro3 .cotume_btn h4
{color: #91b9dc;}
#intro3 .cotume_btn .costume_item.select
{border: 4px solid #4c83bd !important;}
#intro3 .cotume_btn .costume_item span {
	background-color: #4c83bd;
}
#intro3 .chara_data .cdesc,
#intro3 .chara_data h3,
#intro3 .chara_data .eng,
#intro3 .chara_data .cv,
#intro3 .chara_data .note
{text-shadow: 0 0 10px #4c83bd, 0 0 5px #91b9dc, 0 0 1px #4c83bd;}
#intro3 .cotume_btn .costume_item {
	box-shadow: 2px 2px 2px rgba(76,131,189,0.3);
}
#intro3 .charaword, #intro3 .chara_data .prof
{ background-color: rgba(76,131,189,0.9);}
#intro3 .cotume_btn .costume_item.select::after {
	background-color: rgba(95,153,204,0.5);
}

#character_sumi #c {background-color: #f4a77e;}
#intro4 .c_this span,
#intro4 .chara_data .posi,
#intro4 .chara_data .samplevoice h4,
#intro4 .chara_data .prof h4,
#intro4 .cotume_btn h4
{color: #f4a77e;}
#intro4 .cotume_btn .costume_item.select
{border: 4px solid #ed7142 !important;}
#intro4 .cotume_btn .costume_item span {
	background-color: #ed7142;
}
#intro4 .chara_data .cdesc,
#intro4 .chara_data h3,
#intro4 .chara_data .eng,
#intro4 .chara_data .cv,
#intro4 .chara_data .note
{text-shadow: 0 0 10px #ed7142, 0 0 5px #f4a77e, 0 0 1px #ed7142;}
#intro4 .cotume_btn .costume_item {
	box-shadow: 2px 2px 2px rgba(237,113,66,0.3);
}
#intro4 .charaword, #intro4 .chara_data .prof
{ background-color: rgba(237,113,66,0.9);}
#intro4 .cotume_btn .costume_item.select::after {
	background-color: rgba(237,113,66,0.5);
}

#character_onii #c {background-color: #b2a9d1;}
#intro5 .c_this span,
#intro5 .chara_data .posi,
#intro5 .chara_data .samplevoice h4,
#intro5 .chara_data .prof h4,
#intro5 .cotume_btn h4
{color: #b2a9d1;}
#intro5 .chara_data .cdesc,
#intro5 .chara_data h3,
#intro5 .chara_data .eng,
#intro5 .chara_data .cv,
#intro5 .chara_data .note
{text-shadow: 0 0 10px #b2a9d1, 0 0 5px #b2a9d1, 0 0 1px #b2a9d1;}


.chara_data .c_banner a::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background-color: rgba(255,255,255,0.35);
	border-radius: 5px;
	opacity: 0;
	z-index: 2;
	transition: all 400ms;
}
.chara_data .c_banner a:hover::before {opacity: 1}

.chara_data .c_banner,
.chara_data .c_banner a,
.chara_data .c_banner img {
	width: 100%;
}
.chara_data .c_banner a {
	display: block;
	margin: 15px 0;
}

/* ==================== ==================== ==================== */
/* ----------　　　DOWNLOAD　　　---------- */
/* ==================== ==================== ==================== */
#download.pc {background-image: url(../_img/body_bg.png);}
#download.pc footer {background-image: url(../_img/body_bg.png);
	background-repeat: repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
.dc {
	width: 990px;
	margin: 0 auto 50px;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	color: #ffffff;
}
.download_contents1 {background-color: #ff5a9d;}
.download_contents2 {background-color: #d3a464;}
.download_contents3 {background-color: #d3a464;}
.dc h3 {
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
.dc strong {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
}
.dc strong::before {
	content: "";
	position: absolute;
	top: 0; left: 50px;
	display: block;
	width: 340px; height: 50%;
	border-bottom: 1px solid #ffffff;
}
.dc strong::after {
	content: "";
	position: absolute;
	top: 0; right: 50px;
	display: block;
	width: 340px; height: 50%;
	border-bottom: 1px solid #ffffff;
}
.dc ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 50px;
	transform: rotate(0.04deg);
}
.dc li {
	width: 435px;
	height: 53px;
	margin-bottom: 20px;
	font-size: 25px;
	text-align: left;
	font-weight: 700;
}
.dc li a {
	display: block;
	width: 100%; height: 100%;
	line-height: 53px;
	text-indent: 56px;
	background-color: #ffffff;
	background-position: 14px 50%;
	background-size: 28px auto;
}

.download_contents1 li a {background-image: url(../_img/downloadicon1.svg);color: #ff5a9d;}
.download_contents2 li a {background-image: url(../_img/downloadicon2.svg);color: #d3a464;}
.download_contents3 li a {color: #d3a464;	text-indent: 60px;}
.download_contents1 li a:hover {color: #ffffff;background-color: #d3a464;}
.download_contents2 li a:hover {color: #ffffff;background-color: #ff5a9d;}
.download_contents3 li a:hover {color: #ffffff;background-color: #ff5a9d;}
.dc li a::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background-image:url(../_img/downloadicon3.svg);
	background-position: 14px 50%;
	background-size: 28px auto;
	background-repeat: no-repeat;
	transition: all 400ms;
	opacity: 0;
}

.dc li a:hover::before {opacity: 1;}
.dc pre {
	margin: 20px 50px 0;
	padding-bottom: 50px;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
	transform: rotate(0.04deg);
}

/* ==================== ==================== ==================== */
/* ----------　　　GALLARY　　　---------- */
/* ==================== ==================== ==================== */
#gl ul {
	cursor: pointer;
	margin: 0 auto 50px;
	width: 1280px;
	display: flex;
	flex-wrap: wrap;
}
#gl li {
	width: 320px; height: 373px;
	transform: rotate(0.04deg);
}
#gl li .preview {
	width: 100%; height: 100%;
	z-index: 1;
}
#gl li .cg {display: none;}
#gl li p {
	padding: 0 25px 10px;
	position: absolute;
	bottom: 0; left: 0;
	line-height: 1.3;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	z-index: 4;
}
#gl li::before {
	content: "more";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	font-size: 29px;
	text-align: center;
	line-height: 365px;
	background-image: url(../_img/gallery_hoverheart.png);
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 400ms;
	z-index: 2;
}
#gl li:hover::before {opacity: 1;}
#gl li.sora::before   {color: #f3a7c9;background-color: rgba(243,167,201,0.57);}
#gl li.akane::before  {color: #8ccd9f;background-color: rgba(140,205,159,0.57);}
#gl li.kohaku::before {color: #91b9dc;background-color: rgba(145,185,220,0.57);}
#gl li.sumi::before   {color: #f4a77e;background-color: rgba(244,167,126,0.57);}
/* 以下中村追記==================== ==================== ==================== */
#gl li.other01::before   {color: #d3a464;background-color: rgba(212,164,100,0.57);}
#gl li.other02::before  {color: #ff5a9e;background-color: rgba(255,90,158,0.57);}

#gl li::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background-position: 0 100%;
	background-repeat: repeat-x;
	z-index: 3;
}
#gl li.sora::after {background-image: url(../_img/gallery_sora.png);}
#gl li.akane::after {background-image: url(../_img/gallery_akane.png);}
#gl li.kohaku::after {background-image: url(../_img/gallery_kohaku.png);}
#gl li.sumi::after {background-image: url(../_img/gallery_sumi.png);}
/* 以下中村追記==================== ==================== ==================== */
#gl li.other01::after {background-image: url(../_img/gallery_other01.png);}
#gl li.other02::after {background-image: url(../_img/gallery_other02.png);}

/* ==================== ==================== ==================== */
/* ----------　　　GALLARY　　　---------- */
/* ==================== ==================== ==================== */
#shop_nav {
	width: 1000px;
	margin: auto;
	z-index: 2;
}
#shop_nav li {
	cursor: pointer;
	float: left;
	width: 20%; height: 60px;
	line-height: 60px;
	font-size: 27px;
	color: #ffffff;
	font-weight: 500;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	transition: none;
}
#shop_nav li.on {cursor: default;}
#shop_nav li.all { background-color: #ff5a9d;}
#shop_nav li.sora { background-color: #f3a7c9;}
#shop_nav li.akane { background-color: #8ccd9f;}
#shop_nav li.kohaku { background-color: #91b9dc;}
#shop_nav li.sumi { background-color: #f4a77e;}
#shop_nav li.sora, #shop_nav li.akane, #shop_nav li.kohaku, #shop_nav li.sumi {
	text-align: right;
	padding-right: 15px;
}
#shop_nav li.sora::before, #shop_nav li.akane::before, #shop_nav li.kohaku::before, #shop_nav li.sumi::before {
	content: "";
	position: absolute; left: 5px;
	display: block;
	background-repeat: no-repeat;
}
#shop_nav li.sora.on::before {height: 123px;}
#shop_nav li.sora::before {
	top: -32px;
	width: 121px; height: 92px;
	background-image: url(../_img/shop_sora.png);
}
#shop_nav li.akane.on::before {height: 121px;}
#shop_nav li.akane::before {
	top: -35px;
	width: 89px; height: 95px;
	background-image: url(../_img/shop_akane.png);
}
#shop_nav li.kohaku.on::before {height: 117px;}
#shop_nav li.kohaku::before {
	top: -30px; left: 10px;
	width: 96px; height: 90px;
	background-image: url(../_img/shop_kohaku.png);
}
#shop_nav li.sumi.on::before {height: 128px;}
#shop_nav li.sumi::before {
	top: -30px; left: 10px;
	width: 108px; height: 90px;
	background-image: url(../_img/shop_sumi.png);
}

#privilege {
	width: 1000px;
	margin: auto;
	padding: 60px 50px;
	background-color: #ff5a9d;
	background-image: url(../_img/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	z-index: 1;
}
#privilege .subtitle {
	color: #ffffff;
	background-image: url(../_img/heart-cha.svg);
}
#privilege ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#privilege ul li {
	width: 430px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
}
#privilege h4 {
	font-size: 24px;
	font-weight: 500;
	color: #ed7142;
}
#privilege h4 a {
	margin-left: 20px;
	font-size: 15px;
	color: #999999;
}
#privilege h4 a:hover {color: #4c83bd;}
#privilege li {transform: rotate(0.04deg);display: none;}
#privilege li.on {display: block;}
#privilege li img {margin: 20px 0;}
#privilege li dt {
	width: 45px; height: 18px;
	line-height: 18px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color: #ed7142;
}
#privilege li dd {
	left: 4px;
	line-height: 18px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
#privilege li a.movie {
	display: inline-block;
	height: 32px;
	padding: 0 10px 0 35px;
	line-height: 32px;
	color: #ed7142;
	font-weight: 500;
	border: 1px solid #ed7142;
	border-radius: 20px;
}
#privilege li a.movie:hover {
	color: #ffffff;
	background-color: #ed7142;
}
#privilege li a.movie::before {
	content: "";
	position: absolute;
	top: 4px; left: 4px;
	display: block;
	width: 22px; height: 22px;
	background-color: #ed7142;
	border-radius: 50%;
	transition: all 400ms;
}
#privilege li a.movie:hover::before {
	background-color: #ffffff;
}
#privilege li a.movie::after {
	content: "";
	position: absolute;
	top: 9px; left: 11px;
	display: block;
	width: 0; height: 0;
	border-top: 6px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #ffffff;
	transition: all 400ms;
}
#privilege li a.movie:hover::after {
	border-left: 10px solid #ed7142;
}

#privilege li a.normal {
	margin: 15px 0 6px;
	display: block;
	height: 46px;
	line-height: 46px;
	text-indent: 55px;
	color: #ffffff;
	background-image: url(../_img/yen_white.svg);
	background-color: #ed7142;
	background-size: auto 28px;
	background-position: 10px 50%;
}
#privilege li a.normal:hover {opacity: 0.6;}
#privilege li a.matome {
	display: block;
	height: 46px;
	line-height: 46px;
	text-indent: 55px;
	color: #ffffff;
	background-image: url(../_img/yen_white.svg);
	background-color: #d3a464;
	background-size: auto 28px;
	background-position: 10px 50%;
}
#privilege li a.matome:hover {opacity: 0.6;}
