@charset "utf-8";

/*////////// ▼Reset [html5]▼ //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
	outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, var {
	font-weight: normal;
	font-style: normal;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
}

.clear {
	clear: both;
}

/*////////// ▲Reset [html5]▲ //////////*/
html {
	font-size: 62.5%;
}

body {
	color: #000;
	background: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	min-width: 320px;
	height: auto;
	width: 100%;
	font-feature-settings: "palt"1;
	line-height: 1;
	overflow-x: hidden;
	font-size: 1.6rem;
}

html, body {
	height: 100%;
	box-sizing: border-box;
}

* html body {
	overflow: hidden;
}

::selection {
	background: rgba(80, 80, 80, 0.2);
	color: #d4b24b;
}

::-moz-selection {
	background: rgba(80, 80, 80, 0.2);
	color: #d4b24b;
}

/*////////// ▼ 汎用 ▼ //////////*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.contents-title {
	font-family: 'Lusitana', serif;
	color: #fff;
	font-size: 6.0rem;
	position: relative;
	letter-spacing: -0.04em;
	transform: rotate(-8deg);
}

.top-header {
	background-image: url("../images/title_bg02.png");
	background-repeat: no-repeat;
	height: 120px;
}

.title-bg {
	position: relative;
	color: #ff507d;
	background-image: url("../images/title_bg.jpg");
	/*display: flex;
	align-items: flex-end;*/
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 37%;
	margin: 10px 0 30px;
	padding-top: 12px;
}

.title-bg span {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff507d;
	font-size: 30px;
	/*position: relative;*/
	letter-spacing: -0.04em;
	/*transform: rotate(-8deg);*/
	margin-left: 10px;
}

.title-bg em {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	/*margin-top: 40px;*/
	margin-left: 5px;
	font-size: 1.4rem;
}

.title-bg strong {
	font-size: 1.2rem;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 14px;
	right: 0;
}

.contents-title span {
	transform: rotate(8deg);
	display: block;
	position: absolute;
	font-size: 0.3em;
	left: 170px;
	bottom: -24px;
	letter-spacing: 0em;
}

.more {
	display: block;
	width: 260px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.more .more-inner {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #ffb1cd 0%, #ffe0eb 22%, #fff9fc 52%, #ffe0eb 83%, #ffb1cd 100%);
	background-size: 200%;
	background-position: -50% 0;
	position: relative;
	cursor: pointer;
}

.more span {
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-left: 6px;
}

.release .more-inner {
	background: linear-gradient(to right, #131313 0%, #828282 50%, #131313 100%);
	color: #fff;
}

.release span {
	color: #fff;
}


.more button {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.more button span {
	font-size: 0.8em;
	padding-left: 6px
}

.more-bg, .more-bg2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}

.more:hover .more-bg, .more:hover .more-bg2 {
	opacity: 0.5;
	transition: 0.8s;
}

.more-btn {
	width: 240px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.more-btn-inner {
	width: 46px;
	height: 46px;
	border-radius: 35px;
	position: absolute;
	left: 0;
	z-index: 100;
	background: #b7bddc;
	background: -moz-linear-gradient(left bottom, #fff 0%, #b7bddc 50%, #b7bddc 100%);
	background: -webkit-linear-gradient(left bottom, #fff 0%, #b7bddc 50%, #b7bddc 100%);
	background: linear-gradient(to right bottom, #fff 0%, #b7bddc 50%, #b7bddc 100%);
}

.more-btn span {
	font-size: 2.4rem;
	color: #443987;
	line-height: 48px;
	letter-spacing: 1.4px;
	position: relative;
	left: 0px;
	z-index: 110;
	font-family: 'Lusitana', serif;
}

.more-btn:hover span {
	color: #443987;
	left: 18px;
	transition: 1.4s;
}

.into {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 15.5px;
	top: 15px;
	transition: all .3s;
	z-index: 120;
}

.into span {
	display: block;
	background: #443987;
	transition: all .2s;
	position: absolute;
	border-radius: 1px;
}

.into span.plus1 {
	width: 16px;
	height: 2px;
	top: 8px;
	left: 0px;
}

.into span.plus2 {
	width: 2px;
	height: 16px;
	top: 1px;
	left: 7px;
}

.into span.plus3 {
	width: 0px;
	height: 2px;
	left: 9px;
	top: 0px;
	transform: rotate(45deg);
	transform-origin: right top;
}

.into span.plus4 {
	width: 0px;
	height: 2px;
	left: 4px;
	top: 0px;
	transform: rotate(-45deg);
	transform-origin: left top;
}

.more-btn:hover .into {
	transform: rotate(90deg);
	height: 13px;
	left: 25px;
}

.more-btn:hover .into span.plus1 {
	width: 0;
	left: 9px;
	opacity: 0;
}

.more-btn:hover .into span.plus2 {
	height: 18px;
	top: -4px;
	left: 10px;
}

.more-btn:hover .into span.plus3 {
	width: 10px;
	transition-delay: .1s;
}

.more-btn:hover .into span.plus4 {
	width: 10px;
	transition-delay: .1s;
}

.new-icon>a:first-of-type::after {
	content: "";
	background-image: url("../images/icon_new.png");
	display: inline-block;
	width: 62px;
	height: 62px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 970;
	background-repeat: no-repeat;
	background-size: contain;
}

.effect-fade {
	opacity: 0;
	transform: translate(0, 45px);
	transition: 0.4s;
	transition-timing-function: ease;
	transition-delay: 0.1s;
}

.effect-fade-left {
	opacity: 0;
	transform: translate(-100px, 0);
	transition: 0.4s;
	transition-timing-function: ease;
	transition-delay: 0.3s;
}

.effect-fade-right {
	opacity: 0;
	transform: translate(100px, 0);
	transition: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0.3s;
}

.effect-fade.effect-scroll, .effect-fade-right.effect-scroll, .effect-fade-left.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-concept::after {
	opacity: 0;
	transform: translate(150px, 0);
	transition: 0.6s;
	transition-timing-function: ease;
	transition-delay: 0.5s;
}


.effect-fade-concept.effect-scroll::after {
	opacity: 1;
	transform: translate(0, 0);
}

.effect-fade-ranking::after {
	opacity: 0;
	transform: translate(100px, 0);
	transition: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0.2s;
}

.effect-fade-ranking.effect-scroll::after {
	opacity: 1;
	transform: translate(0, 0);
}

.more-btn2 {
	text-align: center;
	position: relative;
	max-width: 240px;
}

.more-btn-inner2 {
	width: 100%;
	height: 46px;
	border-radius: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #333;
	background: -moz-linear-gradient(left bottom, #000 0%, #333 50%, #333 100%);
	background: -webkit-linear-gradient(left bottom, #000 0%, #333 50%, #333 100%);
	background: linear-gradient(to right bottom, #000 0%, #333 50%, #333 100%);
	max-width: 240px;
	min-width: 190px;
}

.more-btn2 span {
	font-size: 2.0rem;
	color: #fff;
	line-height: 48px;
	letter-spacing: 1.4px;
	position: relative;
	left: 10px;
	z-index: 110;
	font-family: 'Lusitana', serif;
}

.into2 {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 15.5px;
	top: 15px;
	transition: all .3s;
	z-index: 120;
}

.into2 span {
	display: block;
	background: #fff;
	transition: all .2s;
	position: absolute;
	border-radius: 1px;
}

.more-btn2 .into2 {
	transform: rotate(90deg);
	height: 13px;
	left: 16px;
}

.more-btn2 .into2 span.plus1 {
	opacity: 0;
	width: 16px;
	height: 2px;
	top: 8px;
	left: 0px;
}

.more-btn2 .into2 span.plus2 {
	width: 2px;
	height: 18px;
	top: -4px;
	left: 10px;
}

.more-btn2 .into2 span.plus3 {
	transition-delay: .1s;
	width: 10px;
	height: 2px;
	left: 9px;
	top: 0px;
	transform: rotate(45deg);
	transform-origin: right top;
}

.more-btn2 .into2 span.plus4 {
	transition-delay: .1s;
	width: 10px;
	height: 2px;
	left: 4px;
	top: 0px;
	transform: rotate(-45deg);
	transform-origin: left top;
}

.slick-arrow>img {
	width: 40px;
}

footer {
	font-size: 12px;
	background-color: #ff8eab;
	text-align: center;
	padding: 6px 0 84px;
}

/*footer small {
	color: #fff;
}*/
header h1 {
	background-color: #fff;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

header h1 img {
	width: 200px;
}

/*-- index.php --*/
body#enter {
	color: #000;
	background: url(../images/main_image.jpg) no-repeat top left 53%/auto 105vw;
	font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	margin: 0 auto;
	min-width: 320px;
	height: auto;
	width: 100%;
	overflow-x: hidden;
	line-height: 1
}

#enter header {
	height: 800px;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

#enter.new header {
	height: 900px;
}

@media screen and (max-width: 640px) {
	#enter.new header {
		height: 850px;
	}
}

@media screen and (max-width: 450px) {
	#enter header {
		height: 750px;
	}

	#enter.new header {
		height: 750px;
	}
}

/*
#enter header::after {
	content: '';
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 100%);
	display: inline-block;
	height: 270px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
*/
#enter .enter-box {
	/*display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/enter_bg_f.png);
	height: 150px;
	background-position: center;
	margin-top: 10px;
	z-index: 10;
	position: relative;
	background-size: cover;
	margin-bottom: 10px;*/
	margin-top: 220px;
}

#enter .enter-box h1 {
	width: 100%;
	max-width: 600px;
	background-color: unset;
}

#enter .enter-box h1>img {
	width: 100%;
}

#enter .btn-box {
	width: 302px;
	margin: 10px auto 0;
	/*max-width: 300px;
	z-index: 10;*/
	position: relative;
}

#enter video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

#enter .btn-box p {
	/*color: #fff;*/
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4em;
	text-align: center;
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
}

#enter .btn-box p a {
	color: #ff599f;
	text-decoration: underline;
}

#enter .enter-btn-border {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#enter .enter-btn-border a img {
	width: 100%;
}

#enter .town a {
	width: 640px;
	margin: 20px auto 0;
	display: block;
}

@media screen and (max-width: 800px) {
	#enter .town a {
		width: 80vw;
		margin-top: 2.5vw;
	}
}

#enter .town a img {
	width: 100%;
}

/*@media screen and (max-width: 375px) {
	#enter .enter-box {
		margin-top: 32vw;
	}
	#enter .enter-btn-border {
		margin-top: 32vw;
	}
}*/
#enter .attention {
	width: 1600px;
	margin-left: -800px;
	position: absolute;
	left: 50%;
	bottom: -2px;
}

#enter .attention img {
	width: 100%;
}

@media screen and (max-width: 625px) {
	#enter .attention {
		width: 256vw;
		margin-left: -128vw;
		left: 50%;
	}
}

/*#enter .enter-btn {
	display: flex;
	width: 100%;
	height: 50px;
	background-color: #ba8f0d;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 3.0rem;
	position: relative;
}
#enter .enter-btn > span{
	margin-top: -5px;
}
#enter .enter-btn::before {
	content: "";
	background: linear-gradient(-45deg, #fff, #ba8f0d, #ba8f0d);
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#enter .enter-btn::after {
	content: "";
	background: linear-gradient(135deg, #fff, #ba8f0d, #ba8f0d);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
#enter .enter-box .enter-btn span {
	display: inline-block;
	margin-top: -5px;
}
#enter .enter-box > div > p {
	color: #fff;
	font-size: 12px;
}
#enter .enter-box > div > p a {
	color: #ff599f;
	text-decoration: underline;
}*/
#enter main {
	background: url(../images/enter_bg.jpg) repeat-y top center;
	padding-top: 20px;
	overflow: hidden;
}

/*////////// ▼ グループリンク ▼ //////////*/
#enter #shop-link {
	width: 100%;
	max-width: 600px;
	margin: 8vw auto 50px;
}

#enter #shop-link .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#enter #shop-link .logo div:last-child {
	margin-left: 10px;
}

#enter #shop-link .logo div:last-child img {
	width: 140px;
}

#enter #shop-link p {
	font-size: 18px;
	color: #000;
	width: 100%;
	margin-top: 30px;
	padding: 10px 0;
	border: #000 1px solid;
	text-align: center;
	box-sizing: border-box;
}

#enter #shop-link p:nth-of-type(n+2) {
	margin-top: 40px;
}

#enter #shop-link ul li {
	border-bottom: #000 1px solid;
}

#enter #shop-link ul li a {
	color: #000;
	width: 100%;
	padding: 20px 0;
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 640px) {
	#enter #shop-link {
		margin-top: 80px;
	}
}

#enter .mutual-link {
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
}

#enter .mutual-link p {
	font-size: 18px;
	color: #000;
	width: 100%;
	padding: 10px 0;
	border: #000 1px solid;
	text-align: center;
	box-sizing: border-box;
}

#enter .mutual-link ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#enter .mutual-link ul li {
	width: calc(25% - 15px / 4);
	margin-left: 5px;
}

#enter .mutual-link ul li:nth-child(4n+1) {
	margin-left: 0;
}

#enter .mutual-link ul li:nth-child(n+5) {
	margin-top: 20px;
}

#enter .mutual-link ul li img {
	width: 100%;
	vertical-align: top;
}

#enter footer {
	font-size: 12px;
	background: linear-gradient(to right, #fff 0%, #ffd8e2 22%, #ff8eab 50%, #ffd8e2 83%, #fff 100%);
	background-color: #c6b37b;
	background-blend-mode: overlay;
	padding: 50px 0;
	text-align: center;
}

/*-- top.php --*/
main {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

header {
	position: relative;
	overflow: hidden;
}

header video {
	width: 100%;
	position: relative;
	margin-bottom: -3px;
	object-fit: cover;
	height: 300px;
}

#top header h1 {
	background-color: #fff;
	height: 1590px;
	padding-bottom: 10px;
	position: relative;
}

#top header h1 .bg {
	width: 1600px;
}

#top header h1 .main-image-changer {
	width: 1600px;
	margin-left: -800px;
	position: absolute;
	left: 50%;
	top: 0;
}

#top header h1 .main-image-changer a {
	width: 100%;
	height: 100%;
	display: block;
}

#top header h1 .main-image-changer a img {
	width: 1600px;
	opacity: 1;
}

#top header h1 .kirakira {
	width: 1474px;
	height: 1510px;
	margin-left: -737px;
	position: absolute;
	left: 50%;
	top: 0;
}

#top header .box {
	position: relative;
	top: 720px;
}

#top header .info {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

#top header .info div {
	width: 100%;
}

#top header .info div:first-child img {
	width: 141px;
}

#top header .info div:nth-child(2) img {
	width: 324px;
}

#top header .info div:nth-child(3) {
	margin-top: -10px;
}

#top header .info div:nth-child(3) img {
	width: 402px;
}

#top header .info div:last-child img {
	width: 506px;
}

#top header .other-store {
	width: 100vw;
	max-width: 620px;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	gap: 0 10px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

#top header .other-store div:nth-child(n+3) {
	margin-top: 10px;
}

#top header .other-store a img {
	width: 300px;
}

#top header .invoice {
	margin-top: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#top header .invoice img {
	width: 100%;
	max-width: 640px;
}

#top header .btn {
	width: 100vw;
	/*max-width: 580px;*/
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

#top header .btn img {
	width: 187px;
}

@media screen and (max-width: 620px) {
	#top header h1 {
		height: 256.452vw;
		padding-bottom: 1.613vw;
	}

	#top header h1 .bg {
		width: 100%;
	}

	#top header h1 .main-image-changer {
		width: 248.065vw;
		margin-left: -124.032vw;
		height: 196.774vw;
	}

	#top header h1 .main-image-changer a img {
		width: 100%;
	}

	#top header h1 .magazine {
		width: 80.645vw;
		top: 88.71vw;
		left: -9vw;
	}

	#top header .box {
		top: 116.129vw;
	}

	#top header .info {
		width: 77.419vw;
	}

	#top header .info div:first-child img {
		width: 33.548vw;
	}

	#top header .info div:nth-child(2) img {
		width: 52.258vw;
	}

	#top header .info div:nth-child(3) {
		margin-top: -1.613vw;
	}

	#top header .info div:nth-child(3) img {
		width: 64.839vw;
	}

	#top header .info div:last-child img {
		width: 81.613vw;
	}

	#top header .other-store {
		gap: 0 1.613vw;
		margin-top: 3.226vw;
	}

	#top header .other-store div:nth-child(n+3) {
		margin-top: 1.613vw;
	}

	#top header .other-store a img {
		width: 48.387vw;
	}

	#top header .invoice {
		margin-top: 3.226vw;
	}

	#top header .btn {
		gap: 1.613vw;
		margin-top: 3.226vw;
	}

	#top header .btn img {
		width: 30.161vw;
	}

	#top header .btn a:last-child {
		margin-left: 1.613vw
	}
}

header nav {
	background-color: #ffe6ec;
	background: #ffe6ec;
	background: -moz-linear-gradient(top, #fff 0%, #ffe6ec 50%, #fff 51%, #ffe6ec 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #ffe6ec 50%, #fff 51%, #ffe6ec 100%);
	background: linear-gradient(to bottom, #fff 0%, #ffe6ec 50%, #fff 51%, #ffe6ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffe6ec', GradientType=0);
	position: relative;
	z-index: 2;
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	height: 150px;
	width: 98%;
}

header nav li {
	display: flex;
	width: calc(100%/5);
	justify-content: center;
	align-items: center;
	padding-top: 6px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

header nav li a {
	text-align: center;
	width: 100%;
	border-left: solid 2px #ff8eab;
	color: #ff8eab;
	padding: 10px 0;
}

header nav li:nth-child(5) a, header nav li:nth-child(10) a {
	border-right: solid 2px #ff8eab;
}

header nav li a svg {
	fill: #ff8eab;
}

header nav li:nth-child(4) a svg {
	animation: blink-red .25s infinite;
}

@keyframes blink-red {
	from {
		color: #000;
		fill: #000;
	}

	to {
		color: #f00;
		fill: #f00;
	}
}

header nav li a>span {
	display: block;
	font-size: 3vw;
}

header nav li:nth-child(4) a>span {
	animation: blink-red .25s infinite;
}

@media screen and (min-width:600px) {
	header nav li a>span {
		display: block;
		font-size: 1.6rem;
	}
}

.top-slider::before, .top-slider::after {
	content: "";
	background-image: -webkit-linear-gradient(right, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
	background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
	background-image: linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0%;
	z-index: 1;
}

.top-slider::after {
	background-image: -webkit-linear-gradient(left, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
	background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	width: 15%;
	left: 0%;
}

.top-slide img {
	width: 100%;
	opacity: 0.5;
}

.slick-dotted.top-slider {
	margin-bottom: 50px;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.top-list {
	background-color: #000;
}

.top-slider .prev, .top-slider .next {
	position: absolute;
	top: 44%;
	z-index: 2;
	cursor: pointer;
}

.top-slider .prev {
	right: 82%;
}

.top-slider .next {
	left: 82%;
	transform: scale(-1, 1);
}

@media screen and (min-width:800px) {
	.top-slider .prev {
		right: 90%;
	}

	.top-slider .next {
		left: 90%;
		transform: scale(-1, 1);
	}
}

.top-news {
	margin-bottom: 30px;
}

/*.top-news-cont {
	margin-top: 120px;
}*/
.top-news-cont .slick-slide img {
	display: block;
	width: 98%;
	margin: 0 auto 10px;
	max-width: 340px;
	opacity: 1;
}

.top-news-cont .slick-dots {
	position: absolute;
	top: -100px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background-color: #000;
	height: 88px;
}

.top-news-cont .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 60px;
	height: 60px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.top-news-cont .slick-dots li button::before {
	font-size: 3.4rem;
	line-height: 52px;
	left: 0px;
	width: 45px;
	height: 52px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lusitana', serif;
	font-style: italic;
	border-radius: 50%;
	border: solid 4px #c7b47c;
	display: block;
	background-color: #333333;
	padding-right: 7px;
}

.top-news-cont .slick-dots li.slick-active button::before {
	opacity: 1;
	color: black;
	background-color: #fff;
}

.top-news-cont .slick-dots li {
	list-style: none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-top: 14px;
}

.top-news-cont .slick-dots li:nth-child(1) button:before {
	content: '01';
}

.top-news-cont .slick-dots li:nth-child(2) button:before {
	content: '02';
}

.top-news-cont .slick-dots li:nth-child(3) button:before {
	content: '03';
}

.top-news-cont .slick-dots li:nth-child(4) button:before {
	content: '04';
}

.top-news-cont .slick-dots li:nth-child(5) button:before {
	content: '05';
}

.top-news-cont article {
	padding: 0 20px;
}

.top-news-cont article .time {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.4em;
	margin-bottom: 10px;
}

.top-news-cont article .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	margin-bottom: 30px;
	display: inline-block;
}

.top-news-cont article .name .age {
	font-size: 14px;
}

.top-news-cont article .name .size {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	display: block;
	letter-spacing: 0.05em;
	margin-top: 20px;
	position: relative;
}

.top-news-cont article .name .size::after {
	content: "";
	border-bottom: solid 2px #000;
	display: inline-block;
	width: 45px;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.top-news-cont article>div {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	color: #353535;
	line-height: 1.6em;
	max-height: 220px;
	overflow-y: auto;
	text-align: justify;
	margin-bottom: 20px;
	padding-right: 10px;
}

.new-cast {
	margin-bottom: 60px;
}

.new-cast .new-cast-slider {
	margin-bottom: 20px;
}

.new-cast .new-cast-slider.new {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.new-cast .new-cast-slider figure {
	position: relative;
}

.new-cast .new-cast-slider.new figure {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}

.new-cast .new-cast-slider figure>a:first-of-type {
	color: #fff;
	margin-bottom: 6px;
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.new-cast .new-cast-slider.new figure>a:first-of-type {
	width: 360px;
}

@media screen and (max-width: 700px) {
	.new-cast .new-cast-slider.new figure>a:first-of-type {
		width: 56.25vw;
	}
}

.new-cast .new-cast-slider figure>a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

.new-cast .new-cast-slider figure>a .icon-kita-minami {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
}

.new-cast .new-cast-slider figure>a .icon-kita-minami img {
	width: 30vw !important;
	max-width: 100px !important;
}

.new-cast .new-cast-slider.new figure>a .icon-kita-minami img {
	width: 15.625vw !important;
	max-width: 100px !important;
}

.new-cast .new-cast-slider figure>a:first-of-type img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

.new-cast .new-cast-slider figure.new-icon>a:first-of-type::after {
	content: "";
	background-image: url("../images/icon_new.png");
	display: inline-block;
	width: 78px;
	height: 76px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-repeat: no-repeat;
	background-size: contain;
}

.new-cast .new-cast-slider .slick-current figure.new-icon>a:first-of-type::after {
	z-index: 1000;
}

.new-cast .new-cast-slider figure.new-icon .icon-twitter {
	right: 10px;
	top: calc(39.75vw - 44px);
	z-index: 100;
}

@media screen and (max-width: 1000px) {
	.new-cast .new-cast-slider figure.new-icon .icon-twitter {
		top: calc(104vw - 44px);
	}
}

.new-cast .new-cast-slider figure figcaption {
	padding: 0 10px;
}

.new-cast .new-cast-slider.new figure figcaption {
	width: 70%;
	padding: 0 0 0 20px;
}

.new-cast .new-cast-slider figure figcaption .more-btn {
	margin-bottom: 20px;
}

.new-cast .new-cast-slider figure figcaption .time {
	letter-spacing: 0.4em;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}

.new-cast .new-cast-slider figure figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	margin-bottom: 14px;
	display: inline-block;
}

.new-cast .new-cast-slider figure figcaption .name .age {
	font-size: 1.4rem;
	font-family: 'Playfair Display', serif;
}

.new-cast .new-cast-slider figure figcaption .name .size {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	display: block;
	letter-spacing: 0.05em;
	margin-top: 14px;
}

.new-cast .new-cast-slider figure figcaption .comment {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	margin: 0 10px 20px;
	max-height: 400px;
	overflow-y: auto;
	font-size: 1.4rem;
	line-height: 2em;
	font-weight: bold;
}

.new-cast .new-cast-slider.new figure figcaption .comment {
	font-size: 1rem;
	line-height: 1.4em;
	max-height: 240px;
}

.new-cast .new-cast-slider .prev, .new-cast .new-cast-slider .next {
	position: absolute;
	top: 48vw;
	z-index: 2;
	cursor: pointer;
}

@media screen and (min-width: 1000px) {
	.new-cast .new-cast-slider .prev, .new-cast .new-cast-slider .next {
		top: 180px;
	}
}

.new-cast .new-cast-slider .prev {
	right: 82%;
}

.new-cast .new-cast-slider.new .prev {
	left: 0;
}

.new-cast .new-cast-slider .next {
	left: 82%;
	transform: scale(-1, 1);
}

.new-cast .new-cast-slider.new .next {
	right: 0;
}

#top-schedule {
	margin-bottom: 30px;
}

#top-schedule .schedule-calendar {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	width: 98%;
}

#top-schedule .schedule-calendar li {
	/*background-color: #000;
	color: #fff;*/
	width: calc(calc(100%/3) - 4px);
	/*border: solid 1px #ccc;*/
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display', serif;
	font-size: 2.4rem;
	line-height: 1em;
	margin-bottom: 2px;
	/*background: #a18c6f;
	background: -moz-linear-gradient(top, #e8c1fe 0%, #fff 28%, #fff 51%, #fff 72%, #e8c1fe 100%);
	background: -webkit-linear-gradient(top, #e8c1fe 0%, #fff 28%, #fff 51%, #fff 72%, #e8c1fe 100%);
	background: linear-gradient(to bottom, #e8c1fe 0%, #fff 28%, #fff 51%, #fff 72%, #e8c1fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a18c6f', endColorstr='#a18c6f', GradientType=0);*/
	border: #836b46 1px solid;
	padding: 1px;
}

@media screen and (min-width:768px) {
	#top-schedule .schedule-calendar {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 80%;
	}

	#top-schedule .schedule-calendar li {
		width: calc(25% - 6px);
		margin: 3px;
	}
}

#top-schedule .schedule-calendar li a {
	color: #000;
	display: flex;
	align-items: center;
	background-color: #fff;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#top-schedule .schedule-calendar li a span {
	color: #fff;
	background: #000;
	padding: 0px 2px;
	font-size: 1.2rem;
	width: 34px;
	display: inline-block;
	margin-left: 6px;
	text-align: center;
}

.schedule-day {
	background: linear-gradient(to right, #ffc6d5 50%, #ebebeb 100%);
	text-align: center;
	width: 98%;
	margin: 10px auto;
	padding: 10px 0;
}

.schedule-now {
	background: #0c0000;
	text-align: center;
	width: 70%;
	margin: 10px auto;
	padding: 10px 0;
	display: block;
	color: #fff;
}

#top-schedule .schedule-cont>ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#top-schedule .schedule-cont>ul>li {
	/*background-size: 3px 3px;
	padding: 6px;
	background-image: radial-gradient(#bababa 25%, #000 20%);*/
	border: solid 1px #a0a0a0;
	position: relative;
	width: 50%;
	/*margin: 1px;*/
	box-sizing: border-box;
	transform: .4s;
}

@media screen and (min-width:768px) {

	/*　画面サイズが480pxからはここを読み込む　*/
	#top-schedule .schedule-cont>ul>li {
		width: calc(100% / 3);
	}
}

#top-schedule .schedule-cont>ul>li a:first-of-type {
	color: #fff;
	/*margin-bottom: 6px;*/
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

#top-schedule .schedule-cont>ul>li a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

#top-schedule .schedule-cont>ul>li a:first-of-type>img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

#top-schedule .schedule-cont>ul>li a .icon-kita {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
}

@media screen and (max-width: 640px) {
	#top-schedule .schedule-cont>ul>li a .icon-kita {
		top: 1.563vw;
		left: 1.563vw;
	}
}

#top-schedule .schedule-cont>ul>li a .icon-kita img {
	width: 15.625vw;
	max-width: 100px;
}

#top-schedule .schedule-cont>ul>li .icon-twitter {
	right: 10px;
	top: calc(43.25vw - 44px);
	z-index: 100;
}

@media screen and (max-width: 767px) {
	#top-schedule .schedule-cont>ul>li .icon-twitter {
		top: calc(64vw - 44px);
	}
}

#top-schedule .schedule-cont>ul>li figcaption {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

#top-schedule .schedule-cont>ul>li::before {
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
	display: inline-block;
	height: 270px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#top-schedule .schedule-cont .icon-rank {
	width: 100%;
	vertical-align: top;
}

#top-schedule .cast-box {
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

#top-schedule .cast-box figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	/*background-color: #000;
	color: #fff;*/
	padding: 4px 2px;
	text-align: center;
}

#top-schedule .cast-box figcaption .name .age {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	font-weight: normal;
}

#top-schedule .cast-box figcaption .size {
	display: block;
	letter-spacing: 0.05em;
	margin: 6px 0;
	font-size: 1.2rem;
	text-align: center;
}

#top-schedule .cast-box figcaption .time-box {
	background: url(../images/bg_top_schedule_time.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 5px 0;
	padding-top: 5px;
}

#top-schedule .cast-box figcaption .time-wrap {
	color: #000;
	background: linear-gradient(to top, #8c8c8c 0%, #fff 37%, #606060 70%, #fff 100%);
	width: 77.5%;
	height: 30px;
	text-align: left;
	line-height: 1.6em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 2.0rem;
	padding: 1px;
	font-weight: 500;
	margin: 5px auto 0;
	text-align: center;
}

#top-schedule .cast-box figcaption .time svg {
	width: 20px;
	margin-right: 4px;
	fill: #000;
}

#top-schedule .cast-box figcaption .time span {
	display: inline-block;
	margin-top: 2px;
}

#top-schedule .cast-box figcaption .time {
	height: 26px;
	background: linear-gradient(to top left, #ffd2da, #fff 49.5%, #fff 50.5%, #ffd2da 100%);
	text-align: left;
	line-height: 1.6em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	/*padding: 0 15px;*/
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top-schedule .cast-box figcaption .waiting-time {
	/*background-color: #000;*/
	color: #000;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	padding: 6px 5px;
	/*background: -webkit-repeating-linear-gradient(-45deg, #f9eaef 0, #f9ebef 10px, #fff 10px, #fff 20px);
	background: repeating-linear-gradient(-45deg, #1b1b1b 0, #1b1b1b 5px, #000 5px, #000 10px);*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

#top-ranking {
	margin-bottom: 30px;
}

#top-ranking .title-bg {
	padding-top: 2px;
}

#top-ranking .title-bg em {
	margin-left: 10px;
	display: block;
}

#top-ranking .top-ranking-slider figure>a:first-of-type {
	color: #fff;
	margin-bottom: 6px;
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

#top-ranking .top-ranking-slider figure::before {
	opacity: 0.7;
}

#top-ranking .top-ranking-slider .slick-center figure::before {
	opacity: 1;
}

#top-ranking .top-ranking-slider figure>a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

#top-ranking .top-ranking-slider figure>a:first-of-type img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

#top-ranking .top-ranking-slider figure>a .icon-kita-minami {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
}

#top-ranking .top-ranking-slider figure>a .icon-kita-minami img {
	width: 70px !important;
}

#top-ranking .top-ranking-slider figure .icon-twitter {
	right: 10px;
	bottom: 90px;
	z-index: 100;
}

#top-ranking .top-ranking-slider figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
}

#top-ranking .top-ranking-slider figure figcaption img {
	width: 60px;
	margin-right: 16px;
}

#top-ranking .top-ranking-slider figure figcaption .time {
	letter-spacing: 0.4em;
	margin-bottom: 10px;
	display: inline-block;
}

#top-ranking .top-ranking-slider figure figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	margin: 20px 0;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#top-ranking .top-ranking-slider figure figcaption .name .age {
	font-size: 1.4rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#top-ranking .top-ranking-slider figure figcaption .name .size {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	display: block;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

#top-ranking .top-ranking-slider .prev, #top-ranking .top-ranking-slider .next {
	position: absolute;
	top: 40%;
	z-index: 2;
	cursor: pointer;
}

#top-ranking .top-ranking-slider .prev {
	right: 82%;
}

#top-ranking .top-ranking-slider .next {
	left: 82%;
	transform: scale(-1, 1);
}


#top-other .title-bg em {
	margin-left: -70px;
}

.title-photodiary {
	text-align: center;
}

.title-photodiary img {
	width: 100%;
	max-width: 640px;
	vertical-align: top;
}

#photodiary-container {
	width: 100%;
	max-width: 760px;
	margin: 10px auto 30px;
	overflow: auto;
	/*height: 2200px;*/
	overflow-y: hidden;
}

#photodiary-container iframe {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 640px;
	/* height: 2418px; */
	/* overflow: hidden; */
}

#top-event .title-bg {
	margin-bottom: 0;
}

#top-event .event-cont {
	max-height: 500px;
	overflow-y: auto;
	width: 96%;
	margin: 0 auto 30px;
}

#top-event .event-cont .event-img {
	max-width: 370px;
	width: 80%;
	margin: 0 auto 10px;
}

#top-event .event-cont .event-img img {
	width: 100%;
}

#top-event .event-cont article {
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 20px;
}

#top-event .event-cont article .event-inner .time {
	letter-spacing: 0.4em;
	font-size: 1.4rem;
	margin-left: 1em;
	margin-bottom: 6px;
	display: inline-block;
}

#top-event .event-cont article .event-inner .title {
	background-color: #a9ecf5;
	padding: 6px 14px;
	border-radius: 6px;
	/*color: #fff;*/
	letter-spacing: 0.4em;
	font-size: 1.4rem;
	line-height: 1.4em;
}

#top-event .event-cont article .event-inner>div {
	font-size: 1.2rem;
	padding: 14px 6px;
	line-height: 1.6em;
}

.miecha {
	background-image: url("../images/bg_miechat.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 23vw;
	margin: 0 auto 30px;
	max-width: 640px;
	width: 100%;
	height: 92.188vw;
	max-height: 590px;
}

@media screen and (min-width: 641px) {
	.miecha {
		padding-top: 147px;
	}
}

/*.miecha .top-header {
	background-image: none;
	height: 90px;
}
.miecha .top-header h2 {
	letter-spacing: -0.07em;
	display: inline-block;
	margin: 27px 0 0 16px;
	font-family: 'Lusitana', serif;
	color: #fff;
	position: relative;
}
.miecha .top-header h2 span {
	font-family: 'Lusitana', serif;
	color: #fff;
	font-size: 4.0rem;
	position: relative;
	letter-spacing: -0.04em;
	transform: rotate(-10deg);
	display: block;
}
.miecha .top-header h2 em {
	position: absolute;
  right: -60px;
  bottom: -6px;
	letter-spacing: 0.2em;
}*/
.miecha img {
	width: 77%;
	display: block;
	margin: 0 auto;
}

.x-box {
	max-width: 640px;
	margin: -20px auto 30px;
}

.footer-ban {
	text-align: center;
}

/*.footer-ban a {
	margin-bottom: 16px;
	display: block;
}*/
.footer-ban img {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 16px;
	display: block;
	vertical-align: top;
}


/*-- cast.php --*/
#cast {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	margin: 0 auto;
}

#cast .attention {
	font-size: 18px;
	/*color: #ff4799;*/
	text-align: center;
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 1.4;
}

#cast .cast-cont {
	padding: 5px 0 30px 0;
}

#cast .cast-cont .search {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	background: linear-gradient(to right, #f678a6, #ffc6d5);
	width: 54%;
	margin: 0 auto 20px;
	padding: 20px 0;
}

@media screen and (min-width: 641px) and (max-width: 800px) {
	#cast .cast-cont .search {
		width: 80%;
	}
}

@media screen and (max-width: 640px) {
	#cast .cast-cont .search {
		width: 100%;
	}
}

#cast .cast-cont .search .title {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}

#cast .cast-cont .search .box {
	font-size: 14px;
	color: #000;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#cast .cast-cont .search .box div:nth-child(2n+1) {
	width: 15%;
	text-align: right;
}

#cast .cast-cont .search .box div:nth-child(2n) {
	width: calc(85% - 10px);
	margin-left: 10px;
}

#cast .cast-cont .search .box div:nth-child(n+3) {
	margin-top: 10px;
}

#cast .cast-cont .search input[type="text"] {
	font-size: 16px;
	width: 100%;
	height: 40px;
	padding: 0 0 0 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #fff;
	letter-spacing: 0.1em;
}

#cast .cast-cont .search select {
	font-size: 16px;
	width: 100%;
	height: 40px;
	padding: 0 0 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: url(../images/arrow.png) right 15px center #fff no-repeat;
	letter-spacing: 0.1em;
}

#cast .cast-cont .search .btn {
	width: 80%;
	margin: 10px auto 0;
}

#cast .cast-cont .search input[type="submit"] {
	font-size: 20px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 0;
	border: none;
	outline: none;
	background: linear-gradient(to right, #fff 0%, #f0e9b7 22%, #c6b37b 52%, #f2eabb 83%, #fff 100%);
	letter-spacing: 0.1em;
}

#cast .cast-cont .caption {
	text-align: center;
	width: 450px;
	margin: 0 auto 20px;
	/*background: linear-gradient(to right, #fff 0%, #f0e9b7 22%, #c6b37b 52%, #f2eabb 83%, #fff 100%);*/
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	line-height: 1.2em;
}

#cast .cast-cont .caption:hover {
	opacity: .8;
}

#cast .cast-cont .caption span {
	display: block;
	height: 100%;
	padding: 16px 0;
}

#cast .cast-cont .caption img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#cast .cast-cont .caption {
		width: 70.313vw;
	}
}

#cast .cast-cont>ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#cast .cast-cont>ul>li {
	/*background-size: 3px 3px;*/
	padding-bottom: 32px;
	/*background-image: radial-gradient(#bababa 25%, #000 20%);*/
	background: url(../images/bg_cast_icon.jpg) repeat-x bottom 32px center/contain;
	border: solid 1px #a0a0a0;
	position: relative;
	width: 50%;
	/*margin: 1px;*/
	box-sizing: border-box;
}

#cast .cast-cont>ul>li.new {
	background: none;
}

#cast .cast-cont>ul>li a:first-of-type {
	color: #fff;
	/*margin-bottom: 6px;*/
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

#cast .cast-cont>ul>li a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

#cast .cast-cont>ul>li a:first-of-type img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

#cast .cast-cont>ul>li a .icon-kita {
	position: absolute;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 640px) {
	#cast .cast-cont>ul>li a .icon-kita {
		left: 1.563vw;
		top: 1.563vw;
	}
}

#cast .cast-cont>ul>li a .icon-kita img {
	width: 15.625vw;
	max-width: 100px;
}

#cast .cast-cont>ul>li .icon-twitter {
	right: 10px;
	top: calc(43vw - 44px);
	z-index: 100;
}

@media screen and (max-width: 767px) {
	#cast .cast-cont>ul>li .icon-twitter {
		top: calc(64vw - 44px);
	}
}

/*#cast .cast-cont > ul > li::before {
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
	display: inline-block;
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
#cast .cast-cont .icon-rank {
	width: 100%;
	vertical-align: top;
}

/*#cast .cast-box {
	z-index: 10;
	position: relative;
}*/
/*#cast .cast-box figcaption {
	padding-top: 6px;
}*/
#cast .new .cast-box figcaption {
	background: url(../images/bg_cast_icon.jpg) repeat-x bottom center/contain;
}

#cast .cast-box figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	/*background-color: #000;
	color: #fff;*/
	padding: 12px 2px 4px;
	text-align: center;
}

#cast .cast-box figcaption .name .age {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	font-weight: normal;
}

#cast .cast-box figcaption .size {
	display: block;
	letter-spacing: 0.05em;
	margin: 6px 0 0;
	padding-bottom: 10px;
	font-size: 1.2rem;
	text-align: center;
}

.cast-box .marquee {
	background: #ffb6c7;
	width: 100%;
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cast-box .marquee.new {
	background: linear-gradient(to top left, #ffb6c7, #fff 49.5%, #fff 50.5%, #ffb6c7 100%);
}

.cast-box .marquee .box {
	position: relative;
	overflow: hidden;
}

.cast-box .marquee .box p {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	margin: 0;
	padding: 10px 0 10px 100%;
	display: inline-block;
	white-space: nowrap;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-text-size-adjust: 100%;
}

.cast-box .marquee .box p::after {
	content: "";
	padding-right: 30px;
	white-space: nowrap;
}

@keyframes marquee {
	from {
		transform: translate(0%);
	}

	99%, to {
		transform: translate(-100%);
	}
}

figcaption .wrap {
	background: url(../images/bg_cast_icon.jpg);
	background-size: contain;
	width: 100%;
	margin-top: 5px;
	padding: 10px 0 5px;
}

figcaption .cast-icon {
	width: 67.5%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

figcaption .cast-icon li {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 2.4vw;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(180deg, #000 0%, #000 50%, #383838 50%, #383838 100%);
	width: calc(50% - 0.26vw);
	padding: 0.5vw 0;
	text-align: center;
}

figcaption .cast-icon li:nth-child(2n) {
	margin-left: 0.5vw;
}

figcaption .cast-icon li:nth-child(n+3) {
	margin-top: 5px;
}

figcaption .cast-icon .c1 {
	color: #f75477;
}

figcaption .cast-icon .c2 {
	color: #ff88c3;
}

figcaption .cast-icon .c3 {
	color: #ff88c3;
}

figcaption .cast-icon .c4 {
	color: #adcbf9;
}

figcaption .cast-icon .c5 {
	color: #d7c3fe;
}

figcaption .cast-icon .c6 {
	color: #a6eee3;
}

@media screen and (min-width:768px) {
	#cast .cast-cont>ul>li {
		width: calc(100% / 3);
	}

	figcaption .cast-icon li {
		font-size: 1.5vw;
		padding: 0.4vw 0;
	}
}

/*-- concept.php --*/
#concept {
	overflow: hidden;
}

#concept article {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	background-image: url("../images/concept_bg_left.jpg");
	/*color: #fff;*/
	position: relative;
	flex-direction: column;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	background-position: top center;
	padding-top: 180px;
}

#concept article::after {
	content: "";
	background-image: url("../images/concept_girl01.png");
	display: block;
	width: 380px;
	height: 385px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	left: 0;
	margin: auto;
	background-repeat: no-repeat;
}

#concept article+article::after {
	background-image: url("../images/concept_girl02.png");
	width: 380px;
	height: 373px;
	right: -10vw;
}

#concept article+article+article::after {
	background-image: url("../images/concept_girl03.png");
	width: 380px;
	height: 442px;
}

#concept article+article+article+article::after {
	background-image: url("../images/concept_girl04.png");
	width: 380px;
	height: 376px;
	right: -10vw;
}

/*#concept article::before {
	content: "";
	background-image: url("../images/concept_girl01_bg.png");
	display: block;
	width: 474px;
	height: 376px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	margin: auto;
}
#concept article + article::before {
	background-image: url("../images/concept_girl02_bg.png");
	width: 423px;
	height: 363px;
	right: -280px;
}
#concept article + article + article::before {
	background-image: url("../images/concept_girl03_bg.png");
	width: 551px;
	height: 366px;
}
#concept article + article + article + article::before {
	background-image: url("../images/concept_girl04_bg.png");
	width: 551px;
	height: 366px;
}*/
#concept article h3 {
	font-size: 2.0rem;
	font-weight: bold;
	width: 96%;
	margin: 20px auto 16px;
	line-height: 1.4em;
}

#concept article h3::before {
	content: "";
	display: block;
	width: 230px;
	height: 74px;
	background-image: url("../images/concept_no01.png");
	background-size: contain;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#concept article h4 {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff4799;
	width: 96%;
	margin: 5px auto;
	line-height: 1.2;
}

#concept article+article h3::before {
	background-image: url("../images/concept_no02.png");
}

#concept article+article+article h3::before {
	background-image: url("../images/concept_no03.png");
}

#concept article+article+article+article h3::before {
	background-image: url("../images/concept_no04.png");
}

#concept article>div {
	text-align: justify;
	margin: auto;
	width: 94%;
	line-height: 1.2em;
	position: relative;
	z-index: 2;
	flex-grow: 1;
	background-color: rgba(255, 255, 255, .9);
	z-index: 10;
	/*margin-top: 180px;
	left: 0;
	right: 0;*/
	padding: 0 14px;
}

#concept article>div p {
	margin-bottom: 20px;
	font-size: 1.3rem;
	/*height: 170px;
	overflow-y: auto;*/
	padding: 4px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

/*-- contact --*/
#contact {
	overflow: hidden;
}

#contact h3 {
	color: #313131;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin: 50px auto 20px;
	padding: 0 10px;
	text-align: center;
	line-height: 1.4em;
}

#contact p {
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 0 10px;
}

#contact .btn {
	margin-top: 20px;
	text-align: center;
}

#contact .btn img {
	width: 62.5vw;
	max-width: 500px;
}

/************* / formstyle / フォームスタイル ************/
#form {
	margin: 20px auto 50px;
	font-size: 0.8em;
}

#contact_form {
	width: 100%;
}

#contact .tbl_form {
	border-collapse: separate;
	border-spacing: 6px 10px;
	width: 90%;
	max-width: 550px;
	margin: 0 auto 50px;
}

.tbl_form>dl {
	margin-bottom: 20px;
}

.tbl_form>dl>dt {
	letter-spacing: 1.5px;
	line-height: 1.6;
	vertical-align: top;
	width: 100%;
	background-color: #e1e1e1;
	border: 1px solid #313131;
	padding: 20px 20px 15px;
	margin-bottom: -1px;
}

.tbl_form>dl>dd {
	letter-spacing: 2px;
	line-height: 1.6;
	width: 100%;
	border: 1px solid #313131;
	padding: 15px 20px 15px;
	margin: 0 5px 5px 0;
}

.essential {
	margin-left: 10px;
	color: #ff4a8a;
}

input, select {
	vertical-align: middle;
	border-radius: 0px;
	border: 1px solid #313131;
	cursor: pointer;
	margin-top: -2px;
	padding: 8px 10px;
	box-sizing: border-box;
}

#form .tbl_form select {
	font-size: 1.6rem;
	margin-right: 10px;
}

.input_inq1 {
	font-size: 1.6rem;
	width: calc(100% - 20px);
	background-color: #f2f2f2;
	border: 1px solid #313131;
	padding: 6px 10px;
}

.select_inq1 {
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #313131;
	padding: 6px 10px;
}

dl.radio-box dd span {
	color: #fff;
	padding-top: 2px;
}

ul, ol, li {
	list-style: outside none none;
}

.radio-box {
	margin-bottom: -6px;
}

ul.radio {
	width: 290px;
}

.fotm_list_inline li {
	margin-right: 14px;
	float: left;
}

label.input_radio {
	padding-left: 15px;
	position: relative;
}

label.input_radio::before, label.input_checkbox::before, .btn_confirm, .fotm_list_inline li, .ftxt3, .ftxt4 {
	display: inline-block;
	vertical-align: middle;
}

dd#message-box {
	height: 300px;
}

.error_style {
	color: red;
}

.form_box1 {
	display: inline;
}

/*-- gonow.php --*/
#gonow #submenu>li {
	margin-bottom: 10px;
}

#gonow ul#submenu .more .more-inner {
	color: #fff;
}

#gonow ul#submenu .more [data-filter="all"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #f89cc9 20%, #f678a5 50%, #f89cc9 80%, #ffffff 90%);
	border: #f678a6 1px solid;
}

#gonow ul#submenu .more [data-filter="filter1"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #a9ecf5 20%, #12c9e2 50%, #a9ecf5 80%, #ffffff 90%);
	border: #3fa5b3 1px solid;
}

#gonow ul#submenu .more [data-filter="filter2"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #99dfff 20%, #277fe8 50%, #99dfff 80%, #ffffff 90%);
	border: #2981e8 1px solid;
}

#gonow ul#submenu .more [data-filter="filter3"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #f2ea9e 20%, #fadd2f 50%, #f2ea9e 80%, #ffffff 90%);
	border: #d4bf05 1px solid;
}

#gonow ul#submenu .more [data-filter="filter4"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #f89c9c 20%, #f75d5d 50%, #f89c9c 80%, #ffffff 90%);
	border: #f678a6 1px solid;
}

#gonow ul#submenu .more [data-filter="filter5"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #5571e3 20%, #0c3ccb 50%, #5571e3 80%, #ffffff 90%);
	border: #99d5bf 1px solid;
}

#gonow ul#submenu .more [data-filter="filter6"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #bdbdbd 20%, #828282 50%, #bdbdbd 80%, #ffffff 90%);
	border: #828282 1px solid;
}

#gonow ul#submenu .more [data-filter="filter7"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #eac7be 20%, #d0997d 50%, #eac7be 80%, #ffffff 90%);
	border: #868686 1px solid;
}

#gonow ul#submenu .more [data-filter="filter8"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #ffb6c7 20%, #ff1f54 50%, #ffb6c7 80%, #ffffff 90%);
	border: #f678a6 1px solid;
}

#gonow ul#submenu .more [data-filter="filter9"] .more-inner {
	background: linear-gradient(130deg, #fff 10%, #f2ea9e 20%, #fadd2f 50%, #f2ea9e 80%, #ffffff 90%);
	border: #d4bf05 1px solid;
}

#gonow .cast-cont {
	padding: 5px 0 30px 0;
}

#gonow .cast-cont .shop-name {
	font-size: 20px;
	font-weight: bold;
	color: #03bed7;
	background: linear-gradient(to top, #e2e7eb 0%, #e2e7eb 49%, #f1f4f6 50%, #f1f4f6 100%);
	border-bottom: #a0a0a0 1px solid;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 800px) {
	#gonow .cast-cont .shop-name {
		font-size: 3.75vw;
	}
}

#gonow .cast-cont .shop-name+div {
	position: relative;
}

#gonow .cast-cont .caption {
	text-align: center;
	width: 1000px;
	margin: 30px auto;
	padding: 17px 0;
	background: linear-gradient(to right, #ba8f0d 0%, #ffedb4 50%, #ba8f0d 100%);
	letter-spacing: 0.2em;
	font-size: 1.8rem;
}

#gonow .cast-cont>ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#gonow .cast-cont>ul>li {
	/*background-size: 3px 3px;
	padding: 6px;
	background-image: radial-gradient(#bababa 25%, #000 20%);*/
	background: #fff;
	border: solid 1px #a0a0a0;
	position: relative;
	width: 50%;
	/*margin: 1px;*/
	padding-bottom: 5px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) {
	#gonow .cast-cont>ul>li {
		width: calc(100% / 3);
	}
}

#gonow .cast-cont>ul>li a:first-of-type {
	color: #fff;
	/*margin-bottom: 6px;*/
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

#gonow .cast-cont>ul>li a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

#gonow .cast-cont>ul>li .new-icon a:first-of-type::after {
	content: "";
	background-image: url("../images/icon_new.png");
	display: inline-block;
	width: 62px;
	height: 62px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 970;
	background-repeat: no-repeat;
	background-size: contain;
}

#gonow .cast-cont>ul>li a:first-of-type img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

#gonow .cast-cont>ul>li a:first-of-type .icon-kita-minami {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
}

#gonow .cast-cont>ul>li a:first-of-type .icon-kita-minami img {
	width: 15.625vw;
	max-width: 100px;
}

#gonow .cast-cont>ul>li .icon-twitter {
	right: 10px;
	bottom: 5px;
	z-index: 100;
}

#gonow .cast-cont>ul>li::before {
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
	display: inline-block;
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#gonow .cast-cont .icon-rank {
	width: 100%;
	vertical-align: top;
}

#gonow .cast-box {
	z-index: 10;
	position: relative;
}

#gonow .cast-box figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	/*background-color: #000;
	color: #fff;*/
	padding: 4px 2px;
	text-align: center;
}

#gonow .cast-box figcaption .name .age {
	font-family: 'Playfair Display', serif;
}

#gonow .cast-box figcaption .size {
	display: block;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	text-align: center;
}

/*-- magazine.php --*/
#magazine {}

/*#magazine .title-bg em {
	margin-left: -100px;
	font-size: 1.2rem;
}*/
#magazine .magazine-cont01 {
	background-image: url("../images/magazine_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	/*color: #fff;*/
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 40px;
	background-size: cover;
	height: 410px;
}

#magazine .magazine-cont01 h3 {
	margin-top: 80px;
	font-family: 'Lusitana', serif;
	font-size: 3rem;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

/*#magazine .magazine-cont01 h3::after {
	content: "";
	background-image: url("../images/logo03.png");
	display: inline-block;
	height: 30px;
	width: 62px;
	position: absolute;
	right: 46px;
	top: 16px;
	background-size: contain;
	background-repeat: no-repeat;
}*/
#magazine .magazine-cont01 h3 span {
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

#magazine .magazine-cont01>p {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	line-height: 1.5em;
	font-size: 1.1rem;
}

#magazine .magazine-cont01>p em {
	color: #ff4799;
	font-size: 1.3rem;
	margin: 10px 0;
	display: block;
	line-height: 1.3em;
}

@media screen and (min-width: 768px) {
	#magazine .magazine-cont01 {
		background-image: url("../images/magazine_bg.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 1274px 824px;
		height: 824px;
	}

	#magazine .magazine-cont01 h3 {
		margin-top: 230px;
	}

	#magazine .magazine-cont01>p {
		font-size: 1.4rem;
	}

	#magazine .magazine-cont01>p em {
		font-size: 1.6rem;
	}
}

#magazine .magazine-cont02 {
	color: #5f5f5f;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	letter-spacing: 0.2rem;
	margin-bottom: 230px;
	width: 90%;
	margin: 0 auto 200px;
	text-align: left;
}

#magazine .magazine-cont02 h4 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px;
}

#magazine .magazine-cont02 .magazine-qr {
	margin: 40px auto 20px;
	display: block;
}

#magazine .magazine-cont02>p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 1.4em;

	span {
		color: #ff4799;
	}
}

#magazine .magazine-cont02 .center {
	text-align: center;
}

#magazine .magazine-cont02 .more {
	margin-bottom: 40px;
}

#magazine .magazine-cont02 img {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 5px;
	display: block;
}

/*--newface.php --*/
#newface {}

#newface article {
	background-image: url("../images/newface_bg01.jpg");
	background-repeat: no-repeat;
	margin: 50px auto 90px;
	padding: 0px 0 50px;
	flex-direction: column;
	background-size: cover;
}

#newface article:nth-child(odd) {
	background-image: url("../images/newface_bg02.jpg");
}

#newface article .cast-box {
	width: 80%;
	position: relative;
	margin: 0px auto 0;
	/*box-shadow: -10px -10px #d9d5fa;*/
	position: relative;
}

#newface article .cast-box:before {
	content: '';
	background: linear-gradient(to top, #ead9be, #fff 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 0;
}

@media screen and (min-width:768px) {
	#newface article .cast-box {
		width: 480px;
	}
}

#newface article .cast-box>a:first-of-type {
	display: block;
	z-index: 10;
	position: relative;
}

#newface article .cast-box>a:first-of-type img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#newface article .cast-box>a .icon-kita-minami {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
}

#newface article .cast-box .icon-twitter {
	right: 10px;
	bottom: 10px;
	z-index: 200;
}

#newface article .cast-box figcaption {
	position: absolute;
	bottom: -70px;
	left: -20px;
	/*color: #fff;*/
	background-color: rgba(255, 255, 255, .8);
	padding: 20px 10px;
	z-index: 10;
	width: 90%;
	max-width: 300px;
}

#newface article .cast-box figcaption img {
	width: 100%;
}

#newface article .cast-box figcaption .prof {
	margin: 0 10px;
	line-height: 1em;
}

#newface article .cast-box figcaption .prof .name {
	font-size: 2.0rem;
	margin: 10px 0;
	display: block;
}

#newface article .cast-box figcaption .prof .age {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#newface article .cast-box figcaption .prof .size {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

#newface article h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	letter-spacing: 0.4em;
	font-style: italic;
	margin: 0 0 10px 10px;
}

#newface article h3 span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	font-style: normal;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	margin-top: 6px;
}

#newface article .newface-cont {
	width: 94%;
	/*color: #fff;*/
	margin: 90px auto 0;
}

#newface article .newface-cont .newface-inner {
	background-color: #fff;
	color: #1e1e1e;
	padding: 10px;
}

#newface article .newface-cont .newface-inner .newface-text {
	max-height: 210px;
	overflow-y: auto;
	margin-bottom: 10px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	line-height: 30px;
}

/*-- news.php --*/
#news {
	position: relative;
	background-color: #fff;
	padding-bottom: 40px;
	background-image: url("../images/news_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

#news article {
	background-color: #f2e7d6;
	width: 92%;
	max-width: 600px;
	margin: 0 auto 30px;
	position: relative;
}

#news article ul {
	overflow: hidden;
}

#news article ul li {
	max-width: 330px;
	width: 80%;
	position: relative;
	margin: 20px auto 0;
}

#news article ul li+li {
	width: 100%;
	max-width: none;
	flex-grow: 2;
	margin-top: 20px;
	padding: 0 30px 30px;
}

#news article ul li img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#news article .news-cap {
	text-align: right;
	/*color: #443987;*/
	background-color: #fff;
	display: inline-block;
	padding: 10px 9px 0 5px;
	position: absolute;
	right: -10px;
	top: 390px;
	font-family: 'Lusitana', serif;
	z-index: 10;
}

@media screen and (max-width: 450px) {
	#news article .news-cap {
		top: 86vw;
		right: -2vw;
	}
}

#news article .news-cap span {
	display: block;
	font-size: 1.4rem;
	font-style: italic;
}

#news article .news-cap span+span {
	font-size: 2.6rem;
	line-height: 1em;
}

#news article .news-cap span+span+span {
	font-size: 6.0rem;
	margin: 0px 6px 0px 0px;
}

#news article .news-day {
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	font-weight: lighter;
}

#news article .news-day::after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 8px transparent;
	border-left: solid 6px #333;
}

#news article ul li h3 {
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	line-height: 1.4;
}

#news article ul li .news-cont {
	font-size: 1.4rem;
	margin-top: 30px;
	height: 250px;
	overflow-y: auto;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	line-height: 30px;
	margin-bottom: 20px;
}

#news article ul li .name {
	font-size: 4rem;
	margin-top: 10px;
}

#news article ul li .name span {
	display: block;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 5px;
}

#news article ul li .name span em {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

/*-- profile.php --*/
#profile {}

#profile .cast-cont {
	padding: 5px 5px 30px 5px;
}

.profile-nav {}

.profile-nav ul {
	display: flex;
	margin: 30px auto;
}

.profile-nav li {
	font-family: "Yusei Magic", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #fff9fc 0%, #ffe0eb 22%, #ffb1cd 52%, #ffe0eb 83%, #fff9fc 100%);
	background-size: 100%;
	background-position: -50% 0;
	position: relative;
	margin: 0 10px;
}

.profile-nav li a {
	color: #fff;
	font-size: 1.8rem;
	display: block;
}

.profile-nav li a span {
	font-size: 1.4rem;
	margin-left: 4px;
}

.profile-nav li:last-child a span {
	margin-left: 0;
	margin-right: 4px;
}

#profile .thum-wrap {
	position: relative;
}

.cast-slider>div>img {
	opacity: 0.8;
}

#profile .icon-twitter {
	right: calc(45vw - 44px);
	bottom: 10px;
	z-index: 100;
}

@media screen and (max-width: 767px) {
	#profile .icon-twitter {
		right: 10px;
	}
}

.slick-slide {
	height: auto !important;
}

.slick-slide img {
	width: 100%;
	opacity: 0.5;
}

.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.slick-center img {
	opacity: 1;
}

.cast-slider .prev, .cast-slider .next {
	position: absolute;
	top: 46%;
	z-index: 1;
	cursor: pointer;
}

.cast-slider .prev {
	right: 66%;
}

.cast-slider .next {
	left: 66%;
	transform: scale(-1, 1);
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.profile-nav ul {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.profile-nav li {
		width: calc(50% - 20px);
		margin-bottom: 10px;
		height: 50px;
		line-height: 50px;
	}

	.profile-nav li:nth-child(2) {
		order: 1;
		width: 100%;
	}

	.profile-nav li a {
		color: #000;
		font-size: 1.4rem;
		display: block;
	}

	.profile-nav li a span {
		font-size: 1.0rem;
		margin-left: 4px;
	}

	.cast-slider .prev {
		right: 86%;
	}

	.cast-slider .next {
		left: 86%;
	}

	.cast-slider .prev {
		right: 86%;
	}

	.cast-slider .next {
		left: 86%;
		transform: scale(-1, 1);
	}

	.slick-slide img {
		opacity: 1;
	}

}

#profile .prof-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96%;
	margin: 0 auto 20px;
}

#profile .prof-icon .icon-rank img {
	vertical-align: top;
	width: 100%;
}

#profile .prof-icon .nomination {
	background-color: #ffdbe8;
	/*color: #fff;*/
	width: 320px;
	margin-left: 10px;
	text-align: center;
	padding: 2.2vw 0;
	font-size: 1.2rem;
}

@media screen and (min-width:768px) {
	#profile .prof-icon .nomination {
		height: 50px;
		padding: 0;
		line-height: 50px;
	}
}

#profile .prof-icon .nomination span {
	margin-right: 20px;
}

#profile .nomination-fee {
	margin-bottom: 20px;
}

#profile .nomination-fee ul {
	width: 145px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#profile .nomination-fee ul li {
	margin-right: 5px;
}

#profile .nomination-fee ul li:nth-child(5n) {
	margin-right: 0;
}

#profile .nomination-fee ul li img {
	width: 25px;
}

#profile .nomination-fee .text {
	font-size: 1.4rem;
	background: #f2e7d6;
	width: 96%;
	max-width: 600px;
	height: 250px;
	margin: 20px auto 0;
	padding: 10px 20px;
	line-height: 1.8;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#profile .prof-info {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

#profile .prof-info .name {
	font-size: 3.4rem;
	display: block;
	margin-bottom: 4px;
}

#profile .prof-info .age {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 4px;
}

#profile .prof-info .size {
	font-size: 1.4rem;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.1em;
}

#profile .prof-type {
	display: flex;
	width: 70%;
	margin: 0 auto 20px;
	flex-wrap: wrap;
}

#profile .prof-type li {
	color: #fff;
	width: calc(calc(100%/2) - 4px);
	text-align: center;
	margin: 0 2px 4px;
	background: linear-gradient(to top, #000 50%, #383838 50%);
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding: 4px 0;
}

#profile .prof-other {
	width: 100%;
	margin: 0 auto 20px;
	max-width: 970px;
}

#profile .prof-other li {
	/*background-image: url("../images/profile_cont_bg.jpg");
	background-repeat: no-repeat;
	height: 18vw;
	background-size: contain;
	padding: 0;
	position: relative;*/
	width: 96%;
	max-width: 600px;
	margin: 0 auto 6px;
}

/*#profile .prof-other li a {
	display: block;
	height: 60%;
	color: #d2b147;
	font-size: 6vw;
	position: absolute;
	top: 1vw;
	bottom: 0;
	left: 20px;
	right: 0;
	margin: auto;
}
@media screen and (min-width:768px) { 
	#profile .prof-other li {
		height: 180px;
		margin-bottom: 20px;
	}
	#profile .prof-other li a {
		font-size: 7.0rem;
	}
}*/
#profile .prof-other li img {
	width: 100%;
}

#profile .prof-cont01 {
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 30px;
}

#profile .prof-cont01 .qa {
	margin-bottom: 20px;
}

#profile .prof-cont01 h3 {
	background-image: url("../images/profile_title01.jpg");
	background-repeat: no-repeat;
	color: #ff507d;
	height: 50px;
	font-family: "Yusei Magic", sans-serif;
	font-size: 2.4rem;
	padding-left: 10px;
	line-height: 50px;
	letter-spacing: 0.1em;
	background-size: cover;
}

#profile .prof-cont01 .qa dl {
	display: flex;
	min-height: 70px;
	border-bottom: solid 1px #a9a9a9;
	width: 100%;
	margin: 0 auto;
	padding: 1em 16px;
	max-width: 1000px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	flex-direction: column;
	align-items: start;
}

#profile .prof-cont01 .qa dl dt {
	flex-basis: 30%;
	color: #ff507d;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
	#profile .prof-cont01 .qa dl {
		align-items: center;
		flex-direction: unset;
		padding: 1em;
	}

	#profile .prof-cont01 .qa dl dt {
		margin-bottom: 0;
	}
}

#profile .prof-cont01 .qa dl dd {
	flex-basis: 70%;
	font-size: 1.4rem;
	margin-left: 1em;
}

#profile .prof-cont01 .comment>div {
	margin: 20px 10px;
	max-height: 400px;
	overflow-y: auto;
	font-size: 1.4rem;
	line-height: 2em;
	font-weight: bold;
}

#profile .option {
	background-image: url("../images/profile_option_bg.jpg");
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

#profile .option::before {
	content: "";
	background-image: url("../images/profile_option_bg_left.png");
	width: 70px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

#profile .option::after {
	content: "";
	background-image: url("../images/profile_option_bg_right.png");
	width: 122px;
	height: 49px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#profile .option h3 {
	color: #ff507d;
	font-family: "Yusei Magic", sans-serif;
	font-size: 2.4rem;
	min-width: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 10px;
}

#profile .option h3 span {
	display: block;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.4rem;
	margin-left: 20px;
}

#profile .option ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#profile .option ul li {
	color: #000;
	width: calc(calc(100%/2) - 10px);
	height: 30px;
	text-align: center;
	font-size: 1.4rem;
	background: linear-gradient(to right, #fcbdd9 0%, #fff 100%);
	margin: 3px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

@media screen and (min-width:768px) {
	#profile .option ul li {
		width: calc(calc(100%/3) - 10px);
	}
}

#profile .option ul li.off {
	background: linear-gradient(to right, #929291 0%, #e8e8e8 100%);
	color: #fff;
}

#profile .prof-cont02 {
	width: 100%;
	margin: 0 auto 60px;
}

#profile .prof-cont02 section {}

#profile .prof-cont02 .prof-schedule {
	margin-bottom: 20px;
}

#profile .prof-cont02 .prof-schedule h3 {
	background-image: url("../images/profile_title01.jpg");
	background-repeat: no-repeat;
	color: #ff507d;
	height: 50px;
	font-family: "Yusei Magic", sans-serif;
	font-size: 2.4rem;
	padding-left: 10px;
	line-height: 50px;
	letter-spacing: 0.1em;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box {
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #000; */
	background: url(../images/profile_photo_bg.jpg);
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box::before {
	content: "";

}

#profile .prof-cont02 .prof-schedule .prof-schedule-box::after {
	content: "";

}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl {
	min-height: 74.4px;
	width: calc(calc(100%/4) - 4px);
	margin: 0 auto 9px;
	position: relative;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl:first-child::before, #profile .prof-cont02 .prof-schedule .prof-schedule-box dl:nth-child(5)::before {
	border-left: solid 1px;
	left: 0px;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl::before {
	content: "";
	border-right: solid 1px;
	position: absolute;
	top: 5%;
	right: -2px;
	height: 90%;
	z-index: 1;
}

/*#profile .prof-cont02 .prof-schedule .prof-schedule-box dl::after {
	content: "";
	/*border-bottom: solid 7px #000;
	position: absolute;
	z-index: 1;
	width: 106%;
	left: -2%;
}*/
#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dt {
	background-color: #ffdbe8;
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: center;
	/* padding-left: 6px; */
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dt>span {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.6rem;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dt>span+span {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.2rem;
	display: inline-block;
	background-color: #fff;
	/*color: #fff;
	width: 50px; */
	text-align: center;
	padding: 4px;
	margin-left: 5px;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dd {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 6px;
	height: 84px;
	/* padding-left: 12px; */
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dd>span {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	margin: 10px auto;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dd .reserve {
	font-size: 1.4rem;
	color: #fff;
	display: block;
	background: #ff507d;
	width: 94%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#profile .prof-cont02 .prof-schedule .prof-schedule-box dl dd .reserve::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 8%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #eed2fe;
}

.sat {
	color: #77c9f8 !important;
}

.sun {
	color: #fd5555 !important;
}

.yasumi, .mitei {}

#profile .prof-cont02 .prof-photo {
	background-image: url("../images/profile_photo_bg.jpg");
	width: 100%;
	padding-bottom: 20px;
}

#profile .prof-cont02 .prof-photo h3 {
	color: #ff507d;
	height: 50px;
	font-family: "Yusei Magic", sans-serif;
	font-size: 2.4rem;
	padding-left: 10px;
	line-height: 50px;
	letter-spacing: 0.1em;
}

#profile .prof-cont02 .prof-photo iframe {
	overflow-x: hidden;
	margin: 0 15px;
	width: calc(100% - 30px);
	height: 138vw;
	max-height: 600px;
}

/*-- ranking.php --*/
#ranking {}

#ranking .ranking-1_5 {
	margin-bottom: 0;
}

#ranking article {
	background-repeat: no-repeat;
	margin: 0 auto 0;
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
}

#ranking article .cast-box {
	width: 320px;
	position: relative;
	margin-left: 15px;
	margin: 15px auto 40px;
}

#ranking article .cast-box>img {
	vertical-align: bottom;
	width: 100%;
}

#ranking article .cast-box::after {
	content: "";
	background-image: url("../images/ranking_frame01.png");
	display: inline-block;
	width: 350px;
	height: 670px;
	position: absolute;
	top: -15px;
	left: -15px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
	#ranking article .cast-box {
		width: 480px;
	}

	#ranking article .cast-box::after {
		width: 510px;
		height: 670px;
	}
}

#ranking article+article .cast-box::after {
	background-image: url("../images/ranking_frame02.png");
}

#ranking article+article+article .cast-box::after {
	background-image: url("../images/ranking_frame03.png");
}

#ranking article+article+article+article .cast-box::after {
	background-image: none;
}

#ranking article .cast-box>a:first-of-type img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	z-index: 10;
	position: relative;
}

#ranking article .cast-box .icon-twitter {
	left: 10px;
	bottom: 10px;
	z-index: 100;
}

#ranking article .ranking-cont {
	width: 90%;
	margin: 0 auto 40px;
	max-width: 830px;
	position: relative;
}

#ranking article .ranking-cont .icon-rank {
	width: 50%;
	max-width: 330px;
}

#ranking article .ranking-cont::after {
	content: "";
	background-image: url("../images/rank_no1.png");
	width: 62vw;
	max-width: 476px;
	height: 295px;
	display: inline-block;
	position: absolute;
	top: -160px;
	right: -20px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
}

#ranking article+article .ranking-cont::after {
	background-image: url("../images/rank_no2.png");
}

#ranking article+article+article .ranking-cont::after {
	background-image: url("../images/rank_no3.png");
}

#ranking article+article+article+article .ranking-cont::after {
	background-image: url("../images/rank_no4.png");
}

#ranking article+article+article+article+article .ranking-cont::after {
	background-image: url("../images/rank_no5.png");
}

#ranking article .ranking-cont h3 {
	font-size: 3.0rem;
	margin: 10px 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
}

#ranking article .ranking-cont .age {
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	margin-bottom: 4px;
}

#ranking article .ranking-cont .size {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

#ranking article .ranking-cont .size::after {
	content: "";
	border-bottom: solid 2px #000;
	display: inline-block;
	width: 45px;
	position: absolute;
	bottom: -8px;
	left: 0;
}

#ranking article .ranking-cont .ranking-text {
	color: #1e1e1e;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	max-height: 230px;
	overflow-y: auto;
	line-height: 30px;
	padding-right: 10px;
	margin-bottom: 30px;
}

#ranking article .ranking-cont .more-btn {
	margin-top: 30px;
	width: 320px;
}

#ranking article .ranking-cont .more-btn span {
	font-size: 1.2em;
}

#ranking .ranking-6 {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	flex-wrap: wrap;
}

#ranking .ranking-6 li {
	background: url(../images/bg_ranking_6.jpg) no-repeat;
	background-size: 100% 100%;
	/*color: #fff;*/
	padding: 6px;
	width: calc(calc(100%/2) - 2px);
	margin: 0 1px 10px;
	/*background-image: radial-gradient(#393939 25%, #000 20%);
	background-size: 3px 3px;*/
}

@media screen and (min-width:768px) {
	#ranking .ranking-6 li {
		width: calc(calc(100%/3) - 2px);
		/* margin: 0 1px; */
	}
}

#ranking .ranking-6 li figure {
	position: relative;
}

#ranking .ranking-6 li>img {
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}

#ranking .ranking-6 li figure .icon-twitter {
	right: 10px;
	bottom: 50px;
	z-index: 100;
}

#ranking .ranking-6 li figure a:first-of-type>img {
	width: 100%;
}

#ranking .ranking-6 li figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
}

#ranking .ranking-6 li figcaption>img {
	width: 60px;
}

#ranking .ranking-6 li figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	margin-left: 10px;
}

#ranking .ranking-6 li figcaption .age {
	font-family: 'Playfair Display', serif;
}

#ranking .ranking-6 li figcaption .size {
	display: block;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

/*-- schedule.php --*/
#schedule {}

#schedule .top-header {
	background-image: url("../images/title_schedule.jpg");
	height: 100px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
}

#schedule .top-header h2 {
	min-width: 400px;
}

#schedule .schedule-calendar {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	width: 98%;
}

#schedule .schedule-calendar li {
	/*background-color: #000;
	color: #fff;*/
	width: calc(calc(100%/3) - 4px);
	/*border: solid 1px #ccc;*/
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display', serif;
	font-size: 2.4rem;
	line-height: 1em;
	margin-bottom: 2px;
	background: #ebdaa6;
	background: -moz-linear-gradient(top, #fefaf4 0%, #ebdaa6 40%, #f9e8d3 70%, #fefaf4 100%);
	background: -webkit-linear-gradient(top, #fefaf4 0%, #ebdaa6 40%, #f9e8d3 70%, #fefaf4 100%);
	background: linear-gradient(to bottom, #fefaf4 0%, #ebdaa6 40%, #f9e8d3 70%, #fefaf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefaf4', endColorstr='#fefaf4', GradientType=0);
	padding: 5px;
}

@media screen and (min-width:768px) {
	#schedule .schedule-calendar {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 80%;
	}

	#schedule .schedule-calendar li {
		width: calc(25% - 6px);
		margin: 3px;
	}
}

#schedule .schedule-calendar li a {
	color: #000;
	display: flex;
	align-items: center;
	background-color: #fff;
	border: #000 1px solid;
	justify-content: center;
	width: 100%;
	height: 100%;
	/*box-shadow: 0px 0px 2px 3px #fff inset;*/
}

#schedule .schedule-calendar li a span {
	color: #fff;
	background: #000;
	padding: 0px 2px;
	font-size: 1.2rem;
	width: 34px;
	display: inline-block;
	margin-left: 6px;
	text-align: center;
}

#schedule .schedule-cont {
	padding: 5px 0 30px 0;
}

#schedule .schedule-cont>ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#schedule .schedule-cont>ul>li {
	/*background-size: 3px 3px;
	padding: 6px;
	background-image: radial-gradient(#bababa 25%, #000 20%);*/
	border: solid 1px #a0a0a0;
	position: relative;
	width: 50%;
	/*margin: 1px;*/
	padding-bottom: 66px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) {
	#schedule .schedule-cont>ul>li {
		width: calc(100% / 3);
	}
}

#schedule .schedule-cont>ul>li a:first-of-type {
	color: #fff;
	/*margin-bottom: 6px;*/
	height: auto;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

#schedule .schedule-cont>ul>li a:first-of-type::before {
	content: "";
	display: block;
	padding-top: 133.4%;
}

#schedule .schedule-cont>ul>li a:first-of-type img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	transition: 0.6s;
	z-index: 100;
}

#schedule .schedule-cont>ul>li a .icon-kita {
	position: absolute;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 640px) {
	#schedule .schedule-cont>ul>li a .icon-kita {
		left: 1.563vw;
		top: 1.563vw;
	}
}

#schedule .schedule-cont>ul>li a .icon-kita img {
	width: 15.625vw;
	max-width: 100px;
}

#schedule .schedule-cont>ul>li .icon-twitter {
	right: 10px;
	top: calc(43vw - 44px);
	z-index: 100;
}

@media screen and (max-width: 767px) {
	#schedule .schedule-cont>ul>li .icon-twitter {
		top: calc(64vw - 44px);
	}
}

#schedule .schedule-cont>ul>li::before {
	content: "";
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);*/
	display: inline-block;
	height: 270px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#schedule .schedule-cont .icon-rank {
	width: 100%;
	vertical-align: top;
}

/*#schedule .cast-box {
	z-index: 10;
	position: relative;
}*/
#schedule .cast-box figcaption .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	/*background-color: #000;
	color: #fff;*/
	padding: 4px 2px;
	text-align: center;
}

#schedule .cast-box figcaption .name .age {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	font-weight: normal;
}

#schedule .cast-box figcaption .size {
	display: block;
	letter-spacing: 0.05em;
	margin: 6px 0;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}

#schedule .cast-box figcaption .time-box {
	background: url(../images/bg_top_schedule_time.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding-top: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#schedule .cast-box figcaption .time-wrap {
	color: #000;
	background: linear-gradient(to top, #8c8c8c 0%, #fff 37%, #606060 70%, #fff 100%);
	width: 77.5%;
	height: 30px;
	text-align: left;
	line-height: 1.6em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 2.0rem;
	padding: 1px;
	font-weight: 500;
	margin: 5px auto 0;
	text-align: center;
}

#schedule .cast-box figcaption .time svg {
	width: 20px;
	margin-right: 4px;
	fill: #000;
}

#schedule .cast-box figcaption .time span {
	display: inline-block;
	margin-top: 2px;
}

#schedule .cast-box figcaption .time {
	height: 26px;
	background: linear-gradient(to top left, #ffd2da, #fff 49.5%, #fff 50.5%, #ffd2da 100%);
	text-align: left;
	line-height: 1.6em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	/*padding: 0 15px;*/
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

#schedule .cast-box figcaption .waiting-time {
	/*background-color: #000;*/
	color: #000;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 5px;
	/*background: -webkit-repeating-linear-gradient(-45deg, #f9eaef 0, #f9ebef 10px, #fff 10px, #fff 20px);
	background: repeating-linear-gradient(-45deg, #1b1b1b 0, #1b1b1b 5px, #000 5px, #000 10px);*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

/*-- system.php --*/
#system {
	position: relative;
}

#system .system-nav {
	margin: 10px auto;
	max-width: 1600px;
	width: 96%;
	font-size: 1.4rem;
}

#system .system-nav ul {
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
	flex-wrap: wrap;
}

#system .system-nav ul li {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #ff507d;
	width: calc(calc(100%/2) - 2px);
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 4px;
}

#system .system-nav ul li a {
	color: #fff;
	display: block;
	height: 100%;
}

#system .tax {
	text-align: center;
	margin: 20px;
	letter-spacing: 0.1em;
}

#system .point {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #f2e7d6;
	/*color: #fefefe;*/
	padding: 30px 0;
	background: -webkit-repeating-linear-gradient(-45deg, #fff 0, #fff 1px, #ffe6ef 1px, #ffe6ef 6px);
	background: repeating-linear-gradient(-45deg, #fff 0, #fff 1px, #ffe6ef 1px, #ffe6ef 6px);
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

/*#system .point h3::before {
	content: "";
	background-image: url("../images/star.png");
	width: 50px;
	height: 57px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -50px;
	background-size: contain;
	background-repeat: no-repeat;
}
#system .point h3::after {
	content: "";
	background-image: url("../images/compact.png");
	display: inline-block;
	width: 80px;
	height: 75px;
	position: absolute;
	top: -20px;
	right: -74px;
	background-size: contain;
	background-repeat: no-repeat;
}*/
#system .point h3 {
	text-align: center;
	font-size: 0.7rem;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}

#system .point h3 span {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 10px;
}

#system .point>p {
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 20px;
	width: 90%;
	font-size: 1.2rem;
	margin: 10px auto;
	max-width: 880px;
}

#system .point>p span {
	color: #ff4799;
}

#system .point .point-box {
	background-color: #fff;
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
	color: #000;
}

#system .point .point-box ul {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

#system .point .point-box ul li {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: dotted 1px;
	height: 80px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	#system .point .point-box ul {
		display: flex;
		width: 580px;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	#system .point .point-box ul li {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: dotted 1px;
		height: 80px;
		margin: 0 auto;
	}
}

#system .point .point-box ul li:nth-child(6) {
	border-bottom: none;
}

#system .point .point-box ul li p {
	letter-spacing: 0.05em;
	line-height: 26px;
	margin-left: 10px;
	text-align: left;
}

#system .point .point-box ul li p+p {
	font-size: 60px;
	color: #ff4799;
	line-height: 1;
	letter-spacing: -0.1em;
	position: relative;
	padding-right: 45px;
}

#system .point .point-box ul li p+p span {
	display: inline-block;
	background-color: #ff4799;
	border-radius: 50%;
	font-size: 1.6rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	width: 32px;
	height: 32px;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	position: absolute;
	bottom: 7px;
	right: 7px;
}

#system .price {
	display: flex;
	margin: 0 auto;
	width: 96%;
	flex-direction: column;
}

#system .price>div {
	overflow: hidden;
	/*background-color: #000;*/
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}

@media screen and (min-width:768px) {
	#system .price {
		flex-direction: unset;
		justify-content: space-between;
	}

	#system .price>div {
		width: calc(50% - 10px);
	}
}

#system .price>div::before {
	content: "";
	background-image: url("../images/system_bg01.jpg");
	background-size: contain;
	width: 100%;
	height: 350px;
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
}

#system .price>div::after {
	content: "";
	background-image: url("../images/system_bg01.jpg");
	background-size: contain;
	width: 100%;
	height: 350px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

#system .price>div+div::before {
	content: "";
	background-image: url("../images/system_bg02.jpg");
	background-size: contain;
	width: 100%;
	height: 350px;
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
}

#system .price>div+div::after {
	content: "";
	background-image: url("../images/system_bg02.jpg");
	background-size: contain;
	width: 100%;
	height: 350px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

#system .price article {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #fff;
	margin: 20px 10px;
	overflow: hidden;
	border: solid 1px #a7a7a7;
}

#system .price>div+div article {
	background: rgba(255, 255, 255, 1);
	border: solid 1px #a7a7a7;
}

#system .price article h3 {
	/*background-color: #080808;*/
	margin-top: 20px;
	/*color: #d3b42c;*/
	text-align: center;
	padding: 14px 0;
	font-size: 3.0rem;
	line-height: 1;
	font-style: italic;
}

/*#system .price > div + div article h3 {
	background-color: #d36f03;
	color: #fff;
}*/
#system .price article h3 span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-top: 6px;
}

#system .price article .caption {
	text-align: center;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 10px;
}

#system .price article .caption>span {
	font-size: 1.2em;
}

#system .delivery {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.4rem;
	font-style: italic;
	margin: 30px 0 10px;
	text-align: center;
}

#system .price .normal-price .special>span {
	color: #ff4799;
}

#system .price .vip-price .special>span {
	color: #b39a52;
}

#system .price article>dl {
	align-items: center;
	margin: 0 auto;
	text-align: right;
	font-style: italic;
	display: flex;
	margin-bottom: 20px;
}

#system .price article>dl dt {
	font-size: 2.4rem;
	margin-right: 20px;
	display: inline-block;
	text-align: end;
	float: left;
	width: calc(38% - 20px);
}

#system .price article>dl dd {
	color: #ff4799;
	font-size: 3.4rem;
	letter-spacing: -0.05em;
	float: left;
	text-align: left;
	width: 62%;
	font-weight: 100;
}

#system .price article>dl dd span {
	font-size: 1.8rem;
	line-height: 1.4;
	/*display: block;*/
}

#system .price .vip-price>dl dd {
	color: #b39a52;
}

#system .price article .encho {
	border-top: solid 1px #acabab;
	border-bottom: solid 1px #acabab;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	padding: 20px 0 10px;
	font-style: italic;
}

#system .price article .encho dl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#system .price article .encho dl dt {
	font-size: 2.0rem;
	margin-right: 10px;
}

#system .price article .encho dl dd {
	color: #ff4799;
	font-size: 1.8rem;
	letter-spacing: -0.05em;
}

#system .price article .encho dl dd span {
	font-size: 1.4rem;
	line-height: 1.4;
	display: block;
}

#system .price .vip-price .encho dl dd {
	color: #b39a52;
}

#system .price article .nominate {
	text-align: center;
	font-style: italic;
}

#system .price article .nominate dl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#system .price article .nominate dl dt {
	font-size: 1.6rem;
	margin-right: 10px;
}

#system .price article .nominate dl dd {
	color: #ff4799;
	font-size: 1.7rem;
	letter-spacing: -0.05em;
	font-family: 'Prata', serif;
}

#system .price article .nominate dl dd>span {
	font-size: 0.7em;
	margin: 0 4px;
}

#system .price article .example {
	background-color: #fff;
	margin: 30px 10px;
	border: #594a1e 1px solid;
	text-align: center;
	padding: 20px 0;
	font-style: italic;
}

#system .example h4 {
	/*color: #fff;*/
	background: #f2e7d6;
	width: 94%;
	margin: 0 auto 10px;
	height: 30px;
	line-height: 30px;
}

#system .example dl {
	width: 94%;
	margin: 0 auto 20px;
}

#system .example dl dt {
	font-size: 1.4rem;
	margin-bottom: 8px;
	font-weight: bold;
}

#system .example dl dd {
	margin-bottom: 20px;
	font-style: italic;
	font-family: 'Prata', serif;
	line-height: 1.2;
}

#system .example dl dd>span {
	font-weight: bold;
	color: #ff4799;
	margin-right: 4px;
}

#system .example dl dd>span i {
	font-size: 1.2rem;
}

#system .vip-price .example dl dd>span {
	color: #b39a52;
}

#system .example p {
	line-height: 1.4em;
	font-size: 0.8em;
}

#system .price .normal-price .example p>span {
	color: #ff4799;
}

#system .price .vip-price .example p>span {
	color: #b39a52;
}

#system .other {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #fff;
	margin: 0 auto 20px;
	border: solid 1px #141313;
	text-align: center;
	font-size: 3vw;
	font-style: italic;
	line-height: 3em;
	position: relative;
	padding: 30px 0 20px;
	width: 96%;
}

#system .other p {
	line-height: 1.4em;
	font-size: 1em;
}

#system .other p span {
	font-size: 1em;
}

@media screen and (min-width:768px) {
	#system .other {
		font-size: 1.6rem;
	}

	#system .option .option-cont ul li {
		width: calc(calc(100%/2) - 20px);
		margin: 0 10px 16px;
		text-align: right;
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}

#system .other::before {
	content: "";
	background-image: url("../images/system_bg03.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 150px;
	height: 63px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .other::after {
	content: "";
	background-image: url("../images/system_bg04.png");
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 81px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .other span {
	color: #ff4799;
	font-size: 1.4em;
	letter-spacing: -0.05em;
}

#system .other em {
	font-size: 0.8rem;
}

#system .other dl dd:nth-child(n+2) {
	margin-top: 30px;
}

#system .basic-play {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-image: url("../images/system_basic_bg.jpg");
	text-align: center;
	background-size: cover;
	color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

#system .basic-play h3 {
	font-size: 2.8rem;
	margin: 60px 0 30px;
}

#system .basic-play h3 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 4px;
}

#system .basic-play p {
	line-height: 1.6em;
	letter-spacing: 0.02em;
	margin: 0 auto 60px;
	width: 90%;
}

#system .option {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #fff;
	width: 96%;
	margin: 0 auto 20px;
	border: solid 1px #141313;
	text-align: center;
	position: relative;
	padding: 30px 0;
}

#system .option::before {
	content: "";
	background-image: url("../images/system_bg03.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 180px;
	height: 76px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .option::after {
	content: "";
	background-image: url("../images/system_bg04.png");
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 81px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .option h3 {
	font-size: 2.8rem;
	margin: 30px 0;
	position: relative;
	display: inline-block;
}

#system .option h3::before {
	content: "";
	background-image: url("../images/star02.png");
	position: absolute;
	top: -10px;
	left: -110px;
	display: inline-block;
	width: 90px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
}

#system .option h3::after {
	content: "";
	background-image: url("../images/star03.png");
	position: absolute;
	top: -10px;
	right: -110px;
	display: inline-block;
	width: 100px;
	height: 51px;
	background-repeat: no-repeat;
	background-size: contain;
}

#system .option h3 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 4px;
	letter-spacing: 0.1em;
}

#system .option ul {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}

#system .option .option-cont {
	width: 320px;
	margin: 0 auto;
	display: flex;
	justify-content: start;
}

#system .option .option-cont ul li {
	width: calc(calc(100%/2) - 20px);
	margin: 0 10px 16px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: end;
}

@media screen and (min-width:768px) {
	#system .option .option-cont ul li {
		width: calc(calc(100%/3) - 20px);
	}

	#system .option .option-cont {
		width: 560px;
	}
}

#system .option .option-cont ul li dl {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#system .option .option-cont ul li dl dt {
	font-size: 1.1rem;
	margin-bottom: 10px;
	flex-grow: 1;
}

#system .option .option-cont ul li dl dd {
	color: #ff4799;
	font-size: 2.4rem;
	letter-spacing: -0.05em;
	font-style: italic;
	margin-right: 4px;
}

#system .option .option-cont ul li dl dd span {
	font-size: 1.8rem;
	line-height: 1.4;
	display: block;
}

#system .option .caption {
	margin-bottom: 20px;
	font-size: 1.2rem;
	line-height: 1.6em;
}

#system .cosplay {
	width: 96%;
	margin: 0 auto 20px;
}

#system .cosplay div a img {
	width: 100%;
}

#system #transportation {
	background-color: #fff;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	width: 96%;
	margin: 0 auto 20px;
	border: solid 1px #141313;
	text-align: center;
	position: relative;
	padding: 30px 0 60px;
}

#system #transportation::before {
	content: "";
	background-image: url("../images/system_bg03.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 180px;
	height: 76px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system #transportation::after {
	content: "";
	background-image: url("../images/system_bg04.png");
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 81px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system #transportation h3 {
	font-size: 2.8rem;
	margin: 60px 0 30px;
	position: relative;
	display: inline-block;
}

#system #transportation h3 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 4px;
	letter-spacing: 0.1em;
}

#system #transportation dl {
	display: flex;
	border-bottom: solid 1px;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

#system #transportation dl dt {
	width: 25%;
	text-align: right;
	margin-right: 30px;
	color: #ff4799;
	font-size: 1.6rem;
	letter-spacing: -0.05em;
	font-style: italic;
}

#system #transportation dl dt span {
	font-size: 1.2rem;
	line-height: 1.4;
	display: block;
}

#system #transportation dl dd {
	width: 75%;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.3rem;
}

#system #transportation dl dd span {
	font-size: 1.0rem;
	margin-left: 1em;
}

#system .caution01 {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #fff;
	width: 96%;
	margin: 0 auto 20px;
	border: solid 1px #141313;
	text-align: center;
	position: relative;
	padding: 30px 0;
}

#system .caution01::before {
	content: "";
	background-image: url("../images/system_bg03.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 180px;
	height: 76px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .caution01::after {
	content: "";
	background-image: url("../images/system_bg04.png");
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 81px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .caution01 h3 {
	font-size: 2.8rem;
	margin: 40px 0 30px;
	position: relative;
	display: inline-block;
}

/*
#system .caution01 h3::before {
	content: "";
	background-image: url("../images/star02.png");
	position: absolute;
	top: -10px;
	left: -86px;
	display: inline-block;
	width: 80px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
}
#system .caution01 h3::after {
	content: "";
	background-image: url("../images/star03.png");
	position: absolute;
	top: -10px;
	right: -90px;
	display: inline-block;
	width: 88px;
	height: 51px;
	background-repeat: no-repeat;
	background-size: contain;
}
*/
#system .caution01 h3 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 4px;
	letter-spacing: 0.1em;
}

#system .caution01 p {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 24px;
	width: 90%;
	margin: 0 auto 30px;
	text-align: justify;
}

#system .caution01 ul {
	width: 90%;
	margin: 0 auto 30px;
	text-align: justify;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
	line-height: 1.4em;
}

#system .caution01 ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #000;
	position: relative;
	left: -5px;
	top: -1px;
}

#system .caution02 {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-color: #fff;
	width: 96%;
	margin: 0 auto 20px;
	border: solid 1px #141313;
	text-align: center;
	position: relative;
	padding: 30px 0;
}

#system .caution02::before {
	content: "";
	background-image: url("../images/system_bg03.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 180px;
	height: 76px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .caution02::after {
	content: "";
	background-image: url("../images/system_bg04.png");
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 81px;
	background-size: contain;
	background-repeat: no-repeat;
}

#system .caution02 h4 {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin: 30px 0;
}

#system .caution02 p {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 1.2rem;
	line-height: 1.6em;
	text-align: justify;
}

#system .hotel-osusume {
	width: 90%;
	margin: 0 auto 20px;
}

#system .hotel-osusume h3 {
	background-color: #ff507d;
	color: #fff;
	padding: 10px;
	letter-spacing: 0.1em;
}

#system .hotel-osusume table {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#system .hotel-osusume table tr {
	border: 1px solid #bbb;
	padding: .35em;
}

#system .hotel-osusume table tr td {
	padding: 0.6em 1em;
	border-right: 1px solid #bbb;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	vertical-align: middle;
}

#system .hotel-osusume table tr td:first-child {
	width: 30%;
}

#system .hotel-search {
	background-color: #333333;
	width: 86%;
	margin: 0 auto 20px;
	padding: 10px 0;
}

#system .hotel-search li {
	align-items: center;
	display: flex;
	justify-content: center;
}

#system .hotel-search li:first-child {
	margin-bottom: 10px;
}

#system .hotel-search li p {
	color: #fff;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	margin-right: 10px;
	width: 30%;
	text-align: right;
}

#system .hotel-search li select {
	width: 50%;
}

#system #hotellist2 {
	margin: 0 auto 80px;
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px;
	border-left: solid 1px;
}

#system #hotellist2 li {
	border-right: solid 1px;
	border-bottom: solid 1px;
	width: 100%;
	padding: 6px;
	font-size: 1.2rem;
	line-height: 1.6em;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

#system #hotellist2 li dl {}

#system #hotellist2 li dl dt {}

#system #hotellist2 li dl dd::before {
	content: "・";
}

#system #hotellist2 li dl dd a {
	color: #ff4799;
	text-decoration: underline;
}

#system .info-flow {
	margin-top: 60px;
}

#system .info-flow dl {
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	position: relative;
	padding-left: 90px;
}

#system .info-flow dl dt {
	color: #fff;
	background-color: #ff507d;
	position: absolute;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 0;
	left: 0px;
}

#system .info-flow dl dt span {
	font-family: 'Lusitana', serif;
	font-size: 1.6rem;
}

#system .info-flow dl dt span em {
	display: block;
	text-align: center;
	font-size: 4.0rem;
	font-style: italic;
	margin-top: 5px;
	margin-left: -6px;
}

#system .info-flow dl dd {
	line-height: 1.4em;
	flex-grow: 1;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
}

#system .info-flow dl dd h3 {
	font-size: 1.6rem;
	color: #ff4799;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 8px;
}

#system .meeting-cont {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background-image: url("../images/meeting_bg.jpg");
	background-position: center;
	text-align: center;
	/*color: #fff;*/
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

/*#system .meeting-cont::before {
	content: "";
	background-image: url("../images/star02.png");
	width: 120px;
	height: 64px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}
#system .meeting-cont::after {
	content: "";
	background-image: url("../images/star04.png");
	display: inline-block;
	width: 130px;
	height: 67px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
}*/
#system .meeting-cont h3 {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin: 40px 0 20px;
	display: inline-block;
	line-height: 1.4em;
	position: relative;
}

#system .meeting-cont p {
	line-height: 1.4em;
	font-size: 1.4rem;
	width: 90%;
	margin: 0 auto 60px;
}

#system .meeting-cont p>span {
	color: #ff73b9;
}

#system .meeting-map {
	width: 96%;
	margin: 0 auto 50px;
}

#system .meeting-map li {
	margin-bottom: 30px;
}

#system .meeting-map li:first-child,
#system .meeting-map li:nth-child(2) {
	margin-bottom: 10px;
	text-align: center;
}

#system .meeting-map li img {
	width: 100%;
	max-width: 710px;
}

#system .meeting-map li>div {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

#system .meeting-map li iframe {
	width: 100%;
	height: 300px;
}

#system .meeting-map li iframe, #system .meeting-map li object, #system .meeting-map li embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

#system .meeting-map li iframe:hover, #system .meeting-map li object:hover, #system .meeting-map li embed:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

/*-- reservation.php --*/
form#mail_form {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	margin: 30px auto 60px;
	padding: 10px 0;
	border-radius: 7px;
	line-height: 1.8;
	width: 100%;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 900px;
}

form#mail_form dl dt {
	text-align: left;
	font-weight: 500;
	padding-left: 0.5em;
}

form#mail_form dl dt label {
	margin-right: 0.6em;
}

form#mail_form dl dd {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: solid 1px #a0a0a0;
	padding: 0 1% 20px;
}

form#mail_form dl dd .caption {
	color: #f00;
}

.select-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select-box::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #000 transparent transparent transparent;
}

form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
	display: inline-block;
	color: #ff4799;
	font-size: 0.9em;
	font-weight: bold;
}

form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
	font-size: 0.8em;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba(255, 255, 255, 0.2);
	border-right: 5px solid rgba(255, 255, 255, 0.2);
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

form#mail_form input::placeholder {
	color: #000;
	opacity: .6;
}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form select {
	max-width: 100%;
	padding: 10px 2%;
	border: 1px solid #a0a0a0;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	width: 100%;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #ccc;
	background: #ffffff;
}

.parsley-error {
	box-shadow: 0px 0px 5px #ba8f0d;
	border: 1px solid #55ccff;
	background: #ffffff;

}

.parsley-custom-error-message, .parsley-required {
	color: #f00;
}

.parsley-equalto {
	color: #f00;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form textarea {
	display: block;
	width: 95.8%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #b7b7b7;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

form#mail_form ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 100%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal+a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal+a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	text-align: center;
}

form#mail_form p#form_submit [type="submit"] {
	display: inline-block;
	padding: .5em 3em;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	background-image: linear-gradient(45deg, #ffc107, #ff8b5f);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .29);
	border-bottom: 3px solid #c58668;
}

form#mail_form input[type="button"] {
	padding: 7px 60px;
	border: 1px solid #000;
	border-radius: 3px;
	background: #020202;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #f00;
	border: 1px solid #f00;
}

/*-- フッターメニュー --*/
.footer_menu_fixed {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	font-size: 1.3rem;
	background-color: rgba(255, 255, 255, .8);
	padding: 14px 0;
}

.footer_menu_fixed ul {
	max-width: 98%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.footer_menu_fixed ul li {
	width: calc(100%/5);
	fill: #d54e4e;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	border-left: solid 1px #000;
	color: #000;
	cursor: pointer;
	position: relative;
}

.footer_menu_fixed ul li svg {
	fill: #fff;
}

.footer_menu_fixed ul li:nth-child(3) a svg {
	fill: #d54e4e;
}

.footer_menu_fixed ul li:nth-child(4) a svg {
	fill: #d5b34e;
}

.footer_menu_fixed ul li:nth-child(5) svg {
	fill: #000;
}

.footer_menu_fixed ul li:last-child {
	border-right: solid 1px #fff;
}

.footer_menu_fixed ul li a {
	color: #000;
}

.footer_menu_fixed ul li:first-child a {
	color: #fff;
	background: #ffb6c7;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}

.footer_menu_fixed ul li:first-child a img {
	width: 30px;
}

.footer_menu_fixed ul li span {
	display: block;
}

.footer_menu_fixed ul li:first-child span {
	width: 100%;
	margin-top: -15px;
}

#nav-toggle {
	z-index: 1000;
}

#gloval-nav {
	background: #ff8eab;
	color: #fff;
	position: fixed;
	top: -76px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.9rem;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
	display: inline-block;
	color: #fff;
	padding: 7px 0;
	transition: color 0.6s ease;
}

#gloval-nav ul li:nth-child(n + 15) a {
	color: #000;
}

#gloval-nav a:hover {
	color: #666;
}

#gloval-nav ul {
	list-style: none;
}

#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
	font-size: 1.6rem;
	font-style: italic;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
}

#gloval-nav ul li em {
	font-size: 0.7em;
	margin-left: 1em;
	font-style: italic;
}

#gloval-nav ul li:nth-child(2) {
	transition-delay: 0.05s;
}

#gloval-nav ul li:nth-child(3) {
	transition-delay: 0.1s;
}

#gloval-nav ul li:nth-child(4) {
	transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(5) {
	transition-delay: 0.2s;
}

#gloval-nav ul li:nth-child(6) {
	transition-delay: 0.25s;
}

#gloval-nav ul li:nth-child(7) {
	transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(8) {
	transition-delay: 0.35s;
}

#gloval-nav ul li:nth-child(9) {
	transition-delay: 0.4s;
}

#gloval-nav ul li:nth-child(10) {
	transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(11) {
	transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(12) {
	transition-delay: 0.55s;
}

#gloval-nav ul li:nth-child(13) {
	transition-delay: 0.65s;
}

#gloval-nav ul li:nth-child(14) {
	transition-delay: 0.7s;
}

#gloval-nav ul li:nth-child(15) {
	transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(16) {
	transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(17) {
	transition-delay: 0.85s;
}

#gloval-nav ul li:nth-child(18) {
	transition-delay: 0.9s;
}

#gloval-nav ul li:nth-child(19) {
	transition-delay: 0.95s;
}

/* open */
.open {
	overflow: hidden;
}

.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}

.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
	font-size: 1.4rem;
}

.open #gloval-nav li.twitter a {
	color: #000;
}

.open #gloval-nav li.twitter svg {
	/*fill: rgb(29, 161, 242);*/
	width: 17px;
	vertical-align: middle;
	margin-right: 4px;
}

.footer-nav {
	position: absolute;
	z-index: 100;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0s;
}

#curtain.active .footer-nav {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.7s;
}

.footer-nav li {
	list-style: none;
	margin: 10px 0;
}

.footer-nav li a {
	color: #fff;
	font-size: 1.2rem;
}

.bana {
	width: 100%;
	max-width: 640px;
	margin: 70px auto 0;
}

.bana2 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.bana a,
.bana2 a {
	margin-bottom: 10px;
	display: block;
}

.bana img,
.bana2 img {
	width: 100%;
	vertical-align: top;
}

/*////////// ▼ グループリンク ▼ //////////*/
#shop-link {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

#shop-link .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#shop-link .logo div:last-child {
	margin-left: 10px;
}

#shop-link .logo div:last-child img {
	width: 140px;
}

#shop-link p {
	font-size: 1.8rem;
	color: #000;
	width: 100%;
	margin-top: 30px;
	padding: 10px 0;
	border: #000 1px solid;
	text-align: center;
}

#shop-link p:nth-of-type(n+2) {
	margin-top: 40px;
}

#shop-link ul li {
	border-bottom: #000 1px solid;
}

#shop-link ul li a {
	width: 100%;
	padding: 20px 0;
	display: block;
	color: #000;
}

/*////////// ▼ ピックアップ ▼ //////////*/
.pickup .fee {
	font-size: 1.5em;
	color: #fff;
	background-color: #ff71b8;
	background-image: -webkit-linear-gradient(left, #ff71b8, #ff4a8a, #ff71b8);
	background-image: -moz-linear-gradient(left, #ff71b8, #ff4a8a, #ff71b8);
	background-image: linear-gradient(to right, #ff71b8, #ff4a8a, #ff71b8);
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.pickup .thum {
	width: 100%;
	max-width: 360px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.pickup .cast-container .textBox {
	top: 0;
	width: 90%;
	left: 5%;
}

.pickup .cast-container .textBox h3 {
	font-size: 2.5em;
	font-style: italic;
	color: #ff4a8a;
	margin: 20px 0;
	line-height: 20px;
}

.pickup .cast-container .textBox p {
	font-size: 0.9em;
}

.pickup .cast-container .textBox p.comment {
	font-size: 0.8em;
	max-height: 206px;
	overflow: auto;
	margin-bottom: 18px;
}

#twitter {
	position: fixed;
	bottom: 80px;
	left: 10px;
	z-index: 980;
}

#twitter img {
	width: 44px;
}

#g-heaven {
	width: 110px;
	position: fixed;
	bottom: 200px;
	right: 8px;
	z-index: 900;
}

#enter #g-heaven {
	bottom: 140px;
}

#g-heaven a img {
	width: 100%;
}

#g-heaven .btn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 94px;
	bottom: 96px;
	z-index: 2;
}

iframe#PremiumBuyBtnParts {
	bottom: 80px !important;
	right: 8px !important;
	z-index: 980 !important;
	position: relative;
}

#enter iframe#PremiumBuyBtnParts {
	bottom: 20px !important;
}

iframe#PremiumBuyBtnParts+img {
	right: 104px !important;
	bottom: 176px !important;
	z-index: 980 !important;
}

#enter iframe#PremiumBuyBtnParts+img {
	bottom: 116px !important;
}

/****** cosplay ******/
#cosplay {
	padding-bottom: 30px;
}

#cosplay .text {
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
	letter-spacing: 0.25em;
}

#cosplay .box {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

#cosplay .box li {
	width: calc(100% / 3);
	border-right: #a0a0a0 1px solid;
	border-top: #a0a0a0 1px solid;
	border-bottom: #a0a0a0 1px solid;
	overflow: hidden;
}

#cosplay .box li:nth-child(3n+1) {
	border-left: #a0a0a0 1px solid;
}

#cosplay .box li:nth-child(n+4) {
	margin-top: 10px;
}

#cosplay .box li .image img {
	width: calc(100vw / 3);
}

#cosplay .box li .name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(to top, #ead9be, #fff);
	text-align: center;
	line-height: 3.889;
}

#cosplay .box li .price {
	font-size: 24px;
	text-align: center;
	line-height: 2.333;
}

#cosplay .box li .modal {
	background: rgba(0, 0, 0, .85);
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

#cosplay .box li .modal .inner {
	width: 600px;
	margin: 0 auto;
}

#cosplay .box li .modal .inner .close {
	font-size: 50px;
	color: #fff;
	height: 40px;
	margin-left: 350px;
	text-align: right;
	cursor: pointer;
}

#cosplay .box li .modal .inner .modal-img {
	width: 100%;
}

#cosplay .box li .modal .inner .modal-img img {
	width: 100%;
}

#cosplay .box li .modal .inner .moda-name {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#cosplay .text {
		font-size: 16px;
	}

	#cosplay .box li {
		width: 50%;
	}

	#cosplay .box li:nth-child(3n+1) {
		border-left: none;
	}

	#cosplay .box li:nth-child(2n+1) {
		border-left: #a0a0a0 1px solid;
	}

	#cosplay .box li:nth-child(n+4) {
		margin-top: 0;
	}

	#cosplay .box li:nth-child(n+3) {
		margin-top: 10px;
	}

	#cosplay .box li .image img {
		width: 50vw;
	}

	#cosplay .box li .name {
		font-size: 14px;
	}

	#cosplay .box li .price {
		font-size: 20px;
	}

	#cosplay .box li .modal .inner {
		width: 78.227vw;
	}

	#cosplay .box li .modal .inner .close {
		margin-left: calc(100% - 50px);
	}

	#cosplay .box li .modal .inner .moda-name {
		font-size: 16px;
	}
}

/****** twitter_list ******/
#twitter-list {
	padding-bottom: 30px;
}

#twitter-list ul {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

#twitter-list ul li {
	position: relative;
}

#twitter-list ul li:nth-child(n+2) {
	margin-top: 20px;
}

#twitter-list ul li .image img {
	width: 100%;
}

#twitter-list ul li .more {
	width: 357px;
	height: 68px;
	position: absolute;
	right: 70px;
	bottom: 70px;
}

#twitter-list ul li .more .more-inner {
	line-height: 68px;
}

@media screen and (max-width: 880px) {
	#twitter-list ul li:nth-child(n+2) {
		margin-top: 2.273vw;
	}

	#twitter-list ul li .more {
		width: 40.568vw;
		height: 7.727vw;
		right: 7.955vw;
		bottom: 7.955vw;
	}

	#twitter-list ul li .more .more-inner {
		font-size: 2.045vw;
		line-height: 7.727vw;
	}
}

/****** twitterアイコン ******/
.icon-twitter {
	position: absolute !important;
}

.icon-twitter img {
	width: 44px;
}

/****** ページネーション ******/
.pagenation {
	margin-bottom: 90px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 20px;
}

.pagenation li {
	font-family: 'Lusitana', serif;
	font-style: italic;
}

.pagenation li.active {
	font-size: 30px;
	color: #b8a778;
}

.pagenation li a {
	font-size: 22px;
	color: #d4d6e2;
}

.pagenation li.prev a,
.pagenation li.next a {
	font-size: 20px;
	font-style: normal;
	color: #b8a778;
}

.pagenation li.prev a span,
.pagenation li.next a span {
	font-style: italic;
}

/*-- info.php --*/
#info {
	position: relative;
	background-color: #fff;
	padding-bottom: 40px;
	background-image: url("../images/news_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

#info article {
	background-color: #f2e7d6;
	width: 92%;
	max-width: 600px;
	margin: 0 auto 30px;
	position: relative;
}

#info article ul {
	overflow: hidden;
}

#info article ul li {
	width: 100%;
	max-width: none;
	flex-grow: 2;
	margin-top: 100px;
	padding: 0 30px 30px;
	position: relative;
}

#info article .info-cap {
	text-align: right;
	background-color: #fff;
	display: inline-block;
	padding: 10px 9px 0 5px;
	position: absolute;
	right: 20px;
	top: 0;
	font-family: 'Lusitana', serif;
	z-index: 10;
}

#info article .info-cap span {
	display: block;
	font-size: 1.4rem;
	font-style: italic;
}

#info article .info-cap span+span {
	font-size: 2.6rem;
	line-height: 1em;
}

#info article .info-cap span+span+span {
	font-size: 6.0rem;
	margin: 0px 6px 0px 0px;
}

#info article .info-day {
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	font-weight: lighter;
}

#info article .info-day::after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 8px transparent;
	border-left: solid 6px #333;
}

#info article ul li h3 {
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	line-height: 1.4;
}

#info article ul li .info-cont {
	font-size: 1.4rem;
	margin-top: 30px;
	height: 250px;
	overflow-y: auto;
	line-height: 30px;
	margin-bottom: 20px;
}

#info article ul li .info-cont .text {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

#info article ul li .name {
	font-size: 4rem;
	margin-bottom: 10px;
}

#info article ul li .name span {
	display: block;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 5px;
}

#info article ul li .name span em {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
}

/******* トップヘッダー 新レイアウト *******/
#top header .box {
	top: 555px;
}

#top header .info div:first-child {
	margin-right: 5px;
}

#top header .info div:last-child {
	margin-top: 0;
}

#top header .other-store {
	margin-top: 10px;
}

#top header .invoice {
	margin-top: 10px;
}

#top header .btn {
	margin-top: 15px;
	gap: 8px 10px;
}

#top header .other-shop-link {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	width: 100vw;
	max-width: 640px;
	margin: 15px auto 0;
	display: flex;
	justify-content: center;
	gap: 5px 10px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

#top header .other-shop-link div img {
	width: 315px;
}

#top header .other-shop-link div span {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	display: block;
}

@media screen and (max-width: 620px) {
	#top header .box {
		top: 86vw;
	}

	#top header .other-store {
		margin-top: 1.613vw;
	}

	#top header .invoice {
		margin-top: 1.613vw;
	}

	#top header .btn {
		margin-top: 2.419vw;
		gap: 1.29vw 1.613vw;
	}

	#top header .other-shop-link {
		margin: 2.419vw auto 0;
		gap: 0.806vw 1.612vw;
	}

	#top header .other-shop-link div {
		width: calc(50% - 0.806vw);
	}

	#top header .other-shop-link div img {
		width: 100%;
	}

	#top header .other-shop-link div span {
		font-size: 2.903vw;
	}
}

/******** 料金システム 英語 ********/
#system .eng {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	background: #fff;
	width: 96%;
	margin: 0 auto 20px;
	padding-top: 20px;
	border: solid 1px #141313;
	position: relative;
	z-index: 1;

	h3 {
		font-size: 20px;
		padding: 0 30px;
		text-align: center;
		line-height: 1.8;
	}

	.box {
		font-family:'メイリオ', 'Meiryo', sans-serif;
		font-style: italic;
		width: 83.6%;
		margin: 0 auto;
		padding: 40px 0 30px;

		h4 {
			font-size: 30px;
			color: #ff4799;
			width: fit-content;
			margin: 0 auto;
			display: block;
			position: relative;
		}

		h4::before {
			content: "";
			background: url(../images/star02.png) no-repeat left top/contain;
			width: 90px;
			height: 50px;
			display: inline-block;
			position: absolute;
			top: -10px;
			left: -100px;
		}

		h4::after {
			content: "";
			background: url(../images/star03.png) no-repeat left top/contain;
			width: 100px;
			height: 51px;
			display: inline-block;
			position: absolute;
			top: -10px;
			right: -100px;
		}

		ul {
			margin: 30px auto 0;

			li {
				font-size: 24px;
				text-align: center;

				span {
					font-size: 30px;
					color: #ff4799;
					margin-left: 15px;
				}
			}

			li:nth-child(n+2) {
				margin-top: 30px;
			}

			li:nth-child(-n+2) {
				padding-left: 1em;
			}

			li:nth-child(3) {
				padding-left: 0.5em;
			}
		}

		p {
			font-size: 24px;
			margin-top: 30px;
			text-align: center;

			span {
				font-size: 30px;
				color: #ff4799;
				margin-left: 15px;
			}
		}
	}

	.box:nth-of-type(n+2) {
		border-top: #acabab 1px solid;
	}
}

#system .eng::before {
	content: "";
	background: url(../images/system_bg03.png) no-repeat left top/contain;
	width: 180px;
	height: 76px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#system .eng::after {
	content: "";
	background: url(../images/system_bg04.png) no-repeat left top/contain;
	width: 160px;
	height: 81px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

@media (width <=500px) {
	#system .eng {
		h3 {
			font-size: 4vw;
			padding: 0 6vw;
		}

		.box {
			padding: 8vw 0 6vw;

			h4 {
				font-size: 6vw;
			}

			h4::before {
				left: -24vw;
				top: -3.5vw;
			}

			h4::after {
				right: -24vw;
				top: -4vw;
			}

			ul {
				margin: 6vw auto 0;

				li {
					font-size: 4.8vw;

					span {
						font-size: 6vw;
						margin-left: 3vw;
					}
				}

				li:nth-child(n+2) {
					margin-top: 6vw;
				}
			}

			p {
				font-size: 4.8vw;
				margin-top: 6vw;

				span {
					font-size: 6vw;
					margin-left: 3vw;
				}
			}
		}
	}
}

/******** エンター 翻訳ページリンクボタン ********/
#enter.new2 header {
	height: 900px;
}

#enter .foreigners {
	background: #fff;
	width: 500px;
	margin: 80px auto;
	padding: 20px 0 30px;
	border: #9e8d4f 2px solid;

	p {
		font-family: 'Prata', serif;
		font-size: 20px;
		color: #9e8d4f;
		display: flex;
		align-items: center;
	}

	p::before,
	p::after {
		content: "";
		background: #9e8d4f;
		flex-grow: 1;
		height: 2px;
	}

	p::before {
		margin-right: 8px;
	}

	p::after {
		margin-left: 8px;
	}

	ul {
		margin-top: 40px;
		padding: 0 30px;
		display: flex;
		justify-content: space-between;
		gap: 20px 0;
		flex-wrap: wrap;

		li {
			font-family: 'Prata', serif;
			font-size: 23px;
			width: 200px;
			text-align: center;
			line-height: 2.478;

			a {
				font-weight: bold;
				color: #847337;
				background: linear-gradient(to right, #fff 0%, #f0e9b7 22%, #c6b37b 52%, #f2eabb 83%, #ffffff 100%);
				background-size: 160%;
				background-position: 60% 0;
				width: 100%;
				height: 100%;
				display: block;
				position: relative;
			}

			a::after {
				content: '>';
				font-size: 20px;
				font-weight: bold;
				position: absolute;
				right: 15px;
				top: 5%;
			}
		}
	}
}

#enter.new2 .attention {
	position: absolute;
	bottom: 0;
}

@media (width <=640px) {
	#enter .foreigners {
		width: 78.125vw;
		margin: 5vw auto;
		padding: 3.125vw 0 4.688vw;
		border: #9e8d4f 0.313vw solid;

		p {
			font-size: 3.125vw;
		}

		p::before,
		p::after {
			height: 0.313vw;
		}

		p::before {
			margin-right: 1.25vw;
		}

		p::after {
			margin-left: 1.25vw;
		}

		ul {
			margin-top: 6.25vw;
			padding: 0 4.688vw;
			gap: 3.125vw 0;

			li {
				font-size: 3.594vw;
				width: 31.25vw;

				a::after {
					font-size: 3.125vw;
					right: 2.344vw;
				}
			}
		}
	}
}

@media (width <=450px) {
	#enter.new2 header {
		height: calc(300px + 100vw);
	}
}

/******** トップページ 追尾の求人ボタン ********/
#btn-recruit {
	width: 110px;
	position: fixed;
	bottom: 200px;
	right: 8px;
	z-index: 900;
}

#btn-recruit a img {
	width: 100%;
}

#btn-recruit .close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 96px;
	bottom: 96px;
	z-index: 2;
}

/******** アクセスマップ ********/
#access {
	padding-bottom: 20px;
}

#access h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

#access .text-01 {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

#access .map {
	margin-top: 40px;
}

#access .box {
	text-align: center;
}

#access h4 {
	font-family: 'Jost', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
	display: inline-block;
	position: relative;
}

#access h4::before {
	content: "";
	background-image: url("../images/star02.png");
	width: 142px;
	height: 78px;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: -170px;
}

#access h4::after {
	content: "";
	background-image: url("../images/star03.png");
	display: inline-block;
	width: 155px;
	height: 79px;
	position: absolute;
	top: -20px;
	right: -170px;
}

#access h4 span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 8px;
	display: block;
	letter-spacing: 0.15em;
}

#access .text-02 {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}

#access ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#access ul li {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 14px;
	margin-top: 30px;
	padding-right: 10px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

#access ul li:last-child {
	padding-left: 10px;
	border-left: #000 1px solid;
}

#access ul li a {
	color: #000;
}

#access .after24 {
	background: url(../images/access_bg.jpg) no-repeat;
	margin-top: 50px;
	padding: 45px 0 20px;
}

#access .after24 .box {
	text-align: center;
}

#access .after24 h3 {
	font-family: 'Jost', sans-serif;
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 1;
	letter-spacing: 0;
}

#access .after24 h3::before {
	content: '';
	background: url(../images/star02.png);
	width: 65px;
	height: 45px;
	position: absolute;
	top: -10px;
	left: -100px;
}

#access .after24 h3::after {
	content: '';
	background: url(../images/star02.png);
	width: 65px;
	height: 45px;
	position: absolute;
	top: -10px;
	right: -100px;
}

#access .after24 h3 span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	margin-top: 8px;
	display: block;
	letter-spacing: 0.15em;
}

#access .after24 dl {
	width: 93.75%;
	max-width: 600px;
	margin: 25px auto 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#access .after24 dl dt {
	font-family: 'Prata', serif;
	font-size: 24px;
	color: #fff;
	background: #5fb0f2;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	padding-top: 15px;
	border-radius: 100%;
	text-align: center;
}

#access .after24 dl dt span {
	font-size: 40px;
	font-style: italic;
	margin-top: 10px;
	display: block;
}

#access .after24 dl dd {
	width: calc(100% - 100px);
	margin-bottom: 10px;
	padding-left: 30px;
}

#access .after24 dl dd h5 {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 20px;
	color: #bf2e2e;
	line-height: 1.5;
}

#access .after24 dl dd p {
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 550px) {
	#access h4::before,
	#access h4::after,
	#access .after24 h3::before,
	#access .after24 h3::after {
		display: none;
	}
}