<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ver.18.3.24 */

/*===============================================================
	
	web font
	
===============================================================*/
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src:	url("../font/NotoSerifCJKjp-Medium-Subset.woff2") format("woff2"),
		url("../font/NotoSerifCJKjp-Medium-Subset.woff") format("woff"),
		url("../font/NotoSerifCJKjp-Medium-Subset.otf") format("opentype");
}
@font-face {
  font-family: "FrankRuhlLibre";
  font-style: normal;
  font-weight: 300;
  src:	url("../font/FrankRuhlLibre-Light.eot"),
	  	url("../font/FrankRuhlLibre-Light.woff2") format("woff2"),
		url("../font/FrankRuhlLibre-Light.woff") format("woff"),
		url("../font/FrankRuhlLibre-Light.otf") format("opentype");
}

/*===============================================================

	init

===============================================================*/
* { padding:0; margin:0; outline:none; }
body,div,dl,section,main,video,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,select,input,
p,blockquote,table,th,td { padding:0; margin:0; }
button, input, select, textarea { font-family : inherit; font-size : 100%; }
h1,h2,h3,h4,h5,h6,p,li,dt,dd { max-height:100%; } /* android font size bug fix */
input,textarea { -webkit-appearance: none; } /* iOS Reset */
body { font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, sans-serif; font-size:62.5%; }
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd { font-size:1.6rem; line-height:1.7; font-weight:400; }
th,td { text-align:left; vertical-align:top; }
img { vertical-align:top; border:0; }
ul,li { list-style:none; }
option { padding-right:1rem; }
address,caption { font-style:normal; font-weight:normal; }
a { color:#373737; text-decoration: none; cursor: pointer; transition: .2s; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { opacity: .5; }

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* utility
----------------------------------------------------------------*/
.clear:after {
	content: ""; 
	display: block; 
	clear: both;
}
.fit img {
	width: 100%;
	height: auto;
}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.pc { display: none; }
.en.serif { font-family: "FrankRuhlLibre", "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif"; }
nav ul li a,
.top .list .inner .body ul.row li a .name,
#actress .inner .body ul.row li .name,
.artist article.section#upper .inner .detail .name h2,
.fanmail article.section.head .name h2,
.policy .title h2,
.notfound .title h2 {
	font-family: "NotoSerifCJKjp", "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.sp { display: none; }
	.pc { display: block; }
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* html/body設定
----------------------------------------------------------------*/
img {
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}
body {
	color:#373737;
	text-align:left;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* ラッパー
----------------------------------------------------------------*/
.wrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding-top: 60px;
	z-index: 1;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.wrapper {
		min-width: 1180px;
		padding-top: 83px;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* ヘッドセクション HEADER
----------------------------------------------------------------*/
section.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
/* ヘッダ */
header {
	position: relative;
	height: 60px;
	transition: 1s;
}
header.scroll {
	background: rgba(255, 255, 255, .7);
	transition: .2s;
}
section.head {}
section.head h1.logo {}
section.head h1.logo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 24px;
	z-index: 101;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section.head h1.logo a img {
	height: 100%;
	width: auto;
}
/* menu  */
section.head .menu {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	z-index: 101;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
section.head .menu a,
section.head .menu a span {
	display: inline-block;
	line-height: 2px;
	transition: all .4s;
	box-sizing: border-box;
}
section.head .menu a {
	position: relative;
	width: 100%;
	height: 100%;
}
section.head .menu a span {
	position: absolute;
	width: 16px;
	height: 2px;
	left: 0;
	background-color: #373737;
	border-radius: 1px;
}
section.head .menu a span:nth-of-type(1) {
	top: 0;
}
section.head .menu a span:nth-of-type(2) {
	width: 12px;
	top: 7px;
	left: 2px;
}
section.head .menu a span:nth-of-type(3) {
	top: 14px;
}
section.head .menu.on a span {
	opacity: 0;
}
/* sns  */
section.head ul.sns {
	position: absolute;
	top: 50%;
	right: 15px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
section.head ul.sns li {
	height: 15px;
	margin-left: 30px;
}
section.head ul.sns li img {
	height: 100%;
	width: auto;
}
section.head ul.sns li:last-child {
	margin-left: 0;
}
section.head ul.sns li.twitter,
section.head ul.sns li.facebook {
	display: none;
}
/* navigation */
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -90%;
	width: 90%;
	height: 100%;
	text-align: left;
	background:  rgba(0, 0, 0, .75);
	transition: .2s;
	z-index: 210;
}
nav.disp {
	left: 0;
}
nav .head {
	position: relative;
	height: 60px;
}
nav .close {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	z-index: 211;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
nav .close a,
nav .close a span {
	display: inline-block;
	line-height: 2px;
	transition: all .4s;
	box-sizing: border-box;
}
nav .close a {
	position: relative;
	width: 100%;
	height: 100%;
}
nav .close a span {
	position: absolute;
	width: 16px;
	height: 2px;
	left: 0;
	background-color: #fff;
	border-radius: 1px;
}
nav .close span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
nav .close span:nth-of-type(2) {
	top: 14px;
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
nav ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px 15px;
	-webkit-overflow-scrolling: touch;
}
nav ul li {
	width: 48%;
	margin-right: 4%;
	text-align: left;
	margin-bottom: 1rem;
}
nav ul li:nth-child(2n) {
	margin-right: 0;
}
nav ul li:last-child {
	margin-bottom: 0;
}
nav ul li {
	font-size: 1.2rem;
	line-height: 1;
}
nav ul li a {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
}
nav ul li a .en {
	display: block;
	font-size: 0.6rem;
	line-height: 1;
	margin-top: 5px;
}
nav ul.global {
	padding-bottom: 30px;
}
nav ul.global li,
nav ul.global li a {
	font-size: 0.6rem;
	line-height: 1;
}
nav ul.global li {
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
}
nav ul.global li:first-child {
	width: 18%;
	text-align: left;
}
nav ul.global li:nth-child(2) {
	width: 36%;
}
nav ul.global li:last-child {
	width: 46%;
}

/* Background Blur */
body.blur section.head,
body.blur section.body,
body.blur section.foot {
	/*transition: all .2s ease-out;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);*/
}

/* Tablet  */
@media screen and (min-width:600px) {
	/* navigation */
	nav {
		left: -50;
		width: 50%;
		background:  rgba(0, 0, 0, .80);
	}
}
/* PC */
@media screen and (min-width:960px) {
	/* ヘッダ */
	header {
		height: 84px;
	}
	section.head h1.logo a {
		height: 30px;
	}
	/* menu  */
	section.head .menu {
		left: 2%;
		width: 22px;
		height: 20px;
	}
	section.head .menu a span {
		position: absolute;
		width: 22px;
		height: 2px;
		left: 0;
		background-color: #373737;
		border-radius: 2px;
	}
	section.head .menu a span:nth-of-type(2) {
		width: 18px;
		top: 9px;
		left: 2px;
	}
	section.head .menu a span:nth-of-type(3) {
		top: 18px;
	}
	/* sns  */
	section.head ul.sns {
		right: 2%;
	}
	section.head ul.sns li.twitter,
	section.head ul.sns li.facebook {
		display: block;
	}
	/* navigation */
	nav {
		left: -45%;
		width: 45%;
		transition: .8s;
	}
	nav .head {
		height: 83px;
	}
	nav .close {
		width: 22px;
		height: 22px;
	}
	nav .close a span {
		width: 22px;
		border-radius: 2px;
	}
	nav .close span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}
	nav .close span:nth-of-type(2) {
		top: 22px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	nav ul {
		padding: 0 15px 15px;
	}
	nav ul li {
		width: 30%;
		margin-right: 5%;
	}
	nav ul li:nth-child(2n) {
		margin-right: 5%;
	}
	nav ul li:nth-child(3n) {
		margin-right: 0;
	}
	nav ul li a {
		font-size: 1.1rem;
	}
	nav ul li a .en {
		font-size: 0.8rem;
		letter-spacing: 1px;
	}
	nav ul.global {
		padding-bottom: 40px;
	}
	nav ul.global li {}
	nav ul.global li:first-child {
		width: 48%;
		margin-bottom: 0;
	}
	nav ul.global li:nth-child(2) {
		width: 12%;
		margin-bottom: 0;
	}
	nav ul.global li:last-child {
		width: 30%;
		margin-bottom: 0;
	}
	nav ul.global li a {
		font-size: 0.7rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {
	/* navigation */
	nav {
		left: -35%;
		width: 35%;
	}
}

/* ボディセクション BODY
----------------------------------------------------------------*/
section.body {}
/* コンテナ */
.container {
	width: 100%;
	margin:0 auto;
}
/* コンテンツ */
article.section {
	position: relative;
}
article.section .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 16px;
}
/* ページタイトル */
article.pagetitle {
	padding: 40px 0 20px;
}
article.pagetitle h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
/* タイトル */
article .head .title h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
/* 本文 */
article .body {}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	article.section .inner {
		max-width: 1180px;
		margin: 0 auto;
	}
	article.pagetitle h2 {
		font-size: 2rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* フッタセクション FOOTER
--------------------------------------------------------------*/
section.foot {
	position: relative;
	margin-top: 40px;
}
footer {
	position: relative;
	width: 100%;
	height: 45px;
}
footer .logo {}
footer .logo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .logo a img {
	height: 100%;
	width: auto;
}
/* sns  */
footer ul.sns {
	position: absolute;
	top: 50%;
	right: 15px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer ul.sns li {
	height: 20px;
	margin-left: 20px;
}
footer ul.sns li img {
	height: 100%;
	width: auto;
}
footer ul.sns li:last-child {
	margin-left: 0;
}

footer .sns {
	text-align: center;
}
footer .sns img {
	height: 20px;
	width: auto;
}
section.foot .copyright {
	color: #bebebe;
	font-size: 0.6rem;
	line-height: 1;
	text-align:center;
	padding: 20px 0;
}
/* Tablet  */
@media screen and (min-width:600px) {
	section.foot {
		margin-top: 85px;
	}
	footer .logo a {
		height: 25px;
		margin-top: -4px;
	}
	footer ul.sns {
		display: none;
	}
	footer .logo a {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
/* PC */
@media screen and (min-width:960px) {}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	TOP PAGE

===============================================================*/

/* メインスライド
--------------------------------------------------------------*/
.top main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.top main .inner {
    position: relative;
	width: 100%;
}
.top main .inner ul.slider{
	opacity: 0;
	transition: .5s;
}
.top main .inner ul.slider.slick-initialized{
	opacity: 1;
}
.top main .inner ul.slider li img {
	width: 100%;
	height: auto;
}
.top main .inner ul.slider li {
	position: relative;
}
.top main .inner ul.slider li a {
	display: block;
	width: 100%;
	height: 100%;
}
.top main .inner ul.thumb {
	display: none;
}

/* list */
.top .list {}
.top .list .inner {
	padding: 20px 0;
}
.top .list .inner .head {}
.top .list .inner .head  h2 {
	position: relative;
	height: 30px;
	padding-bottom: 10px;
}
.top .list .inner .head  h2 img {
	height: 100%;
	width: auto;
}
.top .list .inner .head  h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 1px;
	background: #b4b4b4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top .list .inner .body {}
.top .list .inner .body ul.row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 7.5px 0;
}
.top .list .inner .body ul.row li {
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7.5px;
}
.top .list .inner .body ul.row li:nth-child(2n) {}
.top .list .inner .body ul.row li:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 100%;
	height: 3px;
	background-size: auto 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top .list .inner .body ul.row li a {
	display: block;
	padding-bottom: 7px;
}
.top .list .inner .body ul.row li a .photo {
	position: relative;
}
.top .list .inner .body ul.row li a .photo:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 0 #e8e8e8 inset;
	transition: .2s;
}
.top .list .inner .body ul.row li a:hover {
	opacity: 1;
}
.top .list .inner .body ul.row li a:hover .photo:before {
	box-shadow: 0 0 0 5px #e8e8e8 inset;
}
.top .list .inner .body ul.row li a .name,#actress .inner .body ul.row li .name {
	font-size: 1.15rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 5px;
}
.top .list .inner .body ul.row li a .name span,#actress .inner .body ul.row li .name span {
	display: block;
	color: #b4b4b4;
	font-size: 0.7rem;
	letter-spacing: 0.01rem;
}

/* Actor */
.top .list#actor .inner .body ul.row li:after {
	background: url(../../images/actor_dot.svg) no-repeat center center;
}
/* Actress */
.top .list#actress .inner .body ul.row li:after {
	background: url(../../images/actress_dot.svg) no-repeat center center;
}
/* Artist */
.top .list#artist .inner .body ul.row li:after {
	background: url(../../images/artist_dot.svg) no-repeat center center;
}
/* Lower Contents */
.top .lower {}
.top .lower .inner {
	width: 100%;
	padding: 25px 15px 0;
}
/* facebook */
.top .lower .inner .facebook,
.top .lower .inner .facebook .fb_wrp {
	width: 100%;
	/*height: 350px;*/
	overflow: hidden;
}
/* バナー */
.top .lower .inner .banner {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
.top .lower .inner .banner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.top .lower .inner .banner ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.top .lower .inner .banner ul li a {
	display: block;
}
.top .lower .inner .banner ul li:nth-child(2n) {
	margin-right: 0;
}
.top .lower .inner .banner ul li:nth-last-child(2),
.top .lower .inner .banner ul li:last-child {
	margin-bottom: 0;
}


/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px)  {
	.top main .inner {
		width: 1180px;
		margin: 0 auto;
	}
	.top main .inner ul.thumb {
		display: block;
		width: 62.5%;
		margin: 20px auto 0;
	}
	.top main .inner ul.thumb li {
		position: relative;
		cursor: pointer;
		border: 3px solid rgba(0, 0, 0, 0);
		margin: 0 5px;
		transition: .2s;
	}
	.top main .inner ul.thumb li.slick-current {
		border: 3px solid #e4e4e4;
	}
	/* list */
	.top .list {
		min-width: 1180px;
	}
	.top .list .inner {
		max-width: 100%;
		padding: 100px 0 0;
	}
	.top .list .inner .head {}
	.top .list .inner .head  h2 {
		height: 40px;
		width: auto;
		margin: 0 auto;
	}
	.top .list .inner .head  h2:after {
		width: 100px;
	}
	.top .list .inner .body ul.row {
		padding: 36px 0 0;
	}
	.top .list .inner .body ul.row li {
		width: 210px;
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
		padding: 0 15px;
	}
	.top .list .inner .body ul.row li a {
		padding-bottom: 8px;
	}
    
	.top .list .inner .body ul.row li a:hover .photo:before {
		box-shadow: 0 0 0 10px #e8e8e8 inset;
	}
	.top .list .inner .body ul.row li a .name {
		font-size: 1.5rem;
		margin-top: 17px;
	}
	.top .list .inner .body ul.row li a .name span {
		font-size: 0.9rem;
		letter-spacing: 0.05rem;
	}
    
    /* support */
    #actress .inner .body ul.row li {
		padding-bottom: 8px;
	}
    #actress .inner .body ul.row li .name {
		font-size: 1.5rem;
		margin-top: 17px;
	}
	#actress .inner .body ul.row li .name span {
		font-size: 0.9rem;
		letter-spacing: 0.05rem;
	}
    
	/* lower */
	.top .lower {}
	.top .lower .inner {
		display: flex;
		flex-wrap: nowrap;
		width: 1180px;
		padding: 104px 0 0;
		margin: 0 auto;
	}
	/* facebook */
	.top .lower .inner .facebook {
		display: flex;
		justify-content: flex-end;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 15px;
	}
	.top .lower .inner .facebook .fb_wrp {
		width: 421px;
		height: 350px;
		overflow: hidden;
	}
	/* バナー */
	.top .lower .inner .banner {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0;
		padding-left: 15px;
	}
	.top .lower .inner .banner ul {
		width: 411px;
	}
	.top .lower .inner .banner ul li {
		width: 200px;
		margin-right: 11px;
		margin-bottom: 10px;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	ARTIST PAGE

===============================================================*/
.artist {}
.artist article.section {}
.artist article.section .inner {
	width: 100%;
	display: block;
	padding: 0;
}
/* 上段 */
.artist article.section .inner .photo {
	position: relative;
	width: 100%;
	padding-top: 118.518518518vw;
}
/* Slider */
/* Main */
.artist article.section#upper .inner .photo img {
	width: 100%;
	height: 100%;
}
.artist article.section#upper .inner .photo .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.artist article.section#upper .inner .photo .slider .slick-list,
.artist article.section#upper .inner .photo .slider .slick-track {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.artist article.section#upper .inner .photo .slider ul li {
	width: 100%;
}
.artist article.section#upper .inner .photo .slider ul li img {
	position: absolute;
	top: 0;
	left: 0;
}
/* Thumbnail */
.artist article.section#upper .inner .photo .thumb {
	position: absolute;
	width: 100%;
	padding-top: 16.6666666666%;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}
.artist article.section#upper .inner .photo .thumb .slick-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.artist article.section#upper .inner .photo .thumb .slick-list .slick-track {
	position: absolute;
	left: auto;
	right: 0;
	height: 100%;
	margin: 0;
}
.artist article.section#upper .inner .photo .thumb li {
	background: #fff;
}
.artist article.section#upper .inner .photo .thumb li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* 詳細 */
.artist article.section#upper .inner .detail {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0;
}
.artist article.section#upper .inner .detail .category {
	/*width: 10%;
	height: auto;*/
	height: 20px;
	width: auto;
	margin-bottom: 15px;
}
.artist article.section#upper .inner .detail .category.fit img {
	height: 100%;
	width: auto;
}
.artist article.section#upper .inner .detail .name {
	margin-bottom: 15px;
}
.artist article.section#upper .inner .detail .name .en p {}
.artist article.section#upper .inner .detail .name h2 {
	font-size: 3rem;
	line-height: 1;
}
.artist article.section#upper .inner .detail .name .en {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
}
.artist article.section#upper .inner .detail .name .en p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-right: 1rem;
}
.artist article.section#upper .inner .detail .name .en p:last-child {
	margin-right: 0;
}
.artist article.section#upper .inner .detail .name .en .first:first-letter,
.artist article.section#upper .inner .detail .name .en .last:first-letter {
	font-size: 2rem;
}
.artist article.section#upper .inner .detail .private {}
.artist article.section#upper .inner .detail .private p {
	font-size: 0.6rem;
	line-height: 2;
}
.artist article.section#upper .inner .detail .private .separator {
	padding: 0 0.3rem;
}
.artist article.section#upper .inner .detail .bio_jp,
.artist article.section#upper .inner .detail .bio_en {
	margin-top: 15px;
}
.artist article.section#upper .inner .detail .bio_jp p,
.artist article.section#upper .inner .detail .bio_en p {
	font-size: 0.75rem;
	/*line-height: 1.7;*/
}
.artist article.section#upper .inner .detail .outline {
	border-top: 1px solid #dedede;
	padding-top: 15px;
	margin-top: 15px;
}
.artist article.section#upper .inner .detail .outline p {
	font-size: 0.8rem;
	/*line-height: 1.7;*/
}
/* 下段 */
.artist article.section#lower .inner {
	margin-top: 30px;
}
.artist article.section#lower .inner .profile {
	padding: 0 15px;
}
/* タブコンテンツ */
.artist article.section#lower .inner .profile .tabcontents {}
.artist article.section#lower .inner .profile .tabcontents .tab {
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #373737;
}
.artist article.section#lower .inner .profile .tabcontents .tab li {
	position: relative;
	width: 16.6666666666%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.55rem;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
}
.artist article.section#lower .inner .profile .tabcontents .tab li a {
	display: block;
}
.artist article.section#lower .inner .profile .tabcontents .tab li a:hover {
	opacity: 1;
}
.artist article.section#lower .inner .profile .tabcontents .tab li.current {
	border: 1px solid #373737;
	border-bottom: 0;
}
.artist article.section#lower .inner .profile .tabcontents .tab li.current:after {
	content:"";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.artist article.section#lower .inner .profile .tabcontents .tab li.deactive {
	color: #ccc;
}
.artist article.section#lower .inner .profile .tabcontents .body {
	height: 400px;
	overflow: hidden;
	margin-top: 15px
}
.artist article.section#lower .inner .profile .tabcontents .body .content {
	display: none;
}
.artist article.section#lower .inner .profile .tabcontents .body .content.current {
	display: block;
}
.artist article.section#lower .inner .profile .tabcontents table {
	width: 100%;
}
.artist article.section#lower .inner .profile .tabcontents table th {
	font-size: 0.8rem;
	padding-bottom: 5px;
}
.artist article.section#lower .inner .profile .tabcontents table td,
.artist article.section#lower .inner .profile .tabcontents p {
	font-size: 0.7rem;
}
.artist article.section#lower .inner .profile .tabcontents p a {
	text-decoration: underline;
}
.artist article.section#lower .inner .profile .tabcontents p a:hover {
	text-decoration: none;
}
.artist article.section#lower .inner .profile .tabcontents table th,
.artist article.section#lower .inner .profile .tabcontents table td {
	display: list-item;
}
.artist article.section#lower .inner .profile .tabcontents table td ul {
	padding-bottom: 15px;
}
.artist article.section#lower .inner .profile .tabcontents table td ul li {
	margin-bottom: 15px;
}
.artist article.section#lower .inner .profile .tabcontents table td ul li:last-child {
	margin-bottom: 0;
}
.artist article.section#lower .inner .profile .tabcontents table td p.en {
	color: #999;
	font-size: 0.7rem;
	line-height: 1.5;
}
.artist article.section#lower .inner .etc {
	padding: 0 15px;
	margin-top: 40px;
}
/* facebook */
.artist article.section#lower .inner .etc .facebook {
	width: 100%;
}
/* バナー */
.artist article.section#lower .inner .etc .banner {
	margin-top: 40px;
}
.artist article.section#lower .inner .etc .banner ul {
	display: flex;
	flex-wrap: wrap;
}
.artist article.section#lower .inner .etc .banner ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.artist article.section#lower .inner .etc .banner ul li:nth-child(2n) {
	margin-right: 0;
}
.artist article.section#lower .inner .etc .banner ul li:nth-last-child(2),
.artist article.section#lower .inner .etc .banner ul li:last-child {
	margin-bottom: 0;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.artist section.body {
		margin-top: -83px;
	}
	/* 上段 */
	.artist article.section .inner {
		width: 100%;
		max-width: 100%;
		min-width: 1180px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}
	/* Slider */
	.artist article.section#upper .inner .photo {
		position: relative;
		width: 50%;
		height: 100vh;
		padding-top: 0;
	}
	/* Thumbnail */
	.artist article.section#upper .inner .photo .thumb {
		padding-top: 12.5%;
	}
	.artist article.section#upper .inner .detail {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 83px 4% 0;
	}
	.artist article.section#upper .inner .detail .category {
		/*width: 37px;*/
		height: 26px;
		width: auto;
		margin-bottom: 20px;
	}
	.artist article.section#upper .inner .detail .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.artist article.section#upper .inner .detail .name {
		margin-bottom: 0;
	}
	.artist article.section#upper .inner .detail .name h2 {
		font-size: 3.8rem;
		line-height: 1;
	}
	.artist article.section#upper .inner .detail .name .en {
		margin-top: 0;
	}
	.artist article.section#upper .inner .detail .name .en p {
		font-size: 1.3rem;
		margin-right: 1rem;
	}
	.artist article.section#upper .inner .detail .name .en p:last-child {
		margin-right: 0;
	}
	.artist article.section#upper .inner .detail .name .en .first:first-letter,
	.artist article.section#upper .inner .detail .name .en .last:first-letter {
		font-size: 2.5rem;
	}
	.artist article.section#upper .inner .detail .private {}
	.artist article.section#upper .inner .detail .private p {
		font-size: 0.75rem;
		line-height: 2;
	}
	.artist article.section#upper .inner .detail .private .separator {
		padding: 0 0.3rem;
	}
	.artist article.section#upper .inner .detail .private .separator {}
	.artist article.section#upper .inner .detail .bio_jp {
		width: 38%;
		margin-top: 50px;
	}
	.artist article.section#upper .inner .detail .bio_en {
		width: 62%;
		margin-top: 50px;
	}
	.artist article.section#upper .inner .detail .bio_jp p,
	.artist article.section#upper .inner .detail .bio_en p {
		line-height: 1.9;
	}
	.artist article.section#upper .inner .detail .outline {
		width: 100%;
		padding-top: 30px;
		margin-top: 30px;
	}
	.artist article.section#upper .inner .detail .outline p {
		line-height: 1.9;
	}
	/* 下段 */
	.artist article.section#lower .inner {
		flex-direction: row;
		margin-top: 25px;
	}
	.artist article.section#lower .inner .profile {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 4%;
	}
	/* タブコンテンツ */
	.artist article.section#lower .inner .profile .tabcontents {}
	.artist article.section#lower .inner .profile .tabcontents .tab {
		padding: 0 70px;
	}
	.artist article.section#lower .inner .profile .tabcontents .tab li {
		font-size: 0.8rem;
		line-height: 38px;
	}
	.artist article.section#lower .inner .profile .tabcontents .tab li a:hover {
		opacity: .5;
	}
	.artist article.section#lower .inner .profile .tabcontents .tab li.current a:hover {
		opacity: 1;
	}
	.artist article.section#lower .inner .profile .tabcontents .body {
		height: 440px;
		overflow: hidden;
		margin-top: 60px
	}
	.artist article.section#lower .inner .profile .tabcontents .body .content {
		display: none;
	}
	.artist article.section#lower .inner .profile .tabcontents .body .content.current {
		display: block;
	}
	.artist article.section#lower .inner .profile .tabcontents table {
		width: 100%;
	}
	.artist article.section#lower .inner .profile .tabcontents table th {
		font-size: 0.9rem;
		padding-bottom: 0;
	}
	.artist article.section#lower .inner .profile .tabcontents table td,
	.artist article.section#lower .inner .profile .tabcontents p {
		font-size: 0.8rem;
		padding-bottom: 2px;
	}
	.artist article.section#lower .inner .profile .tabcontents table th,
	.artist article.section#lower .inner .profile .tabcontents table td {
		display: table-cell;
	}
	.artist article.section#lower .inner .profile .tabcontents table th {
		width: 15%;
	}
	.artist article.section#lower .inner .profile .tabcontents table td ul {
		padding-bottom: 40px;
	}
	.artist article.section#lower .inner .profile .tabcontents table td ul li {
		margin-bottom: 20px;
	}
	.artist article.section#lower .inner .profile .tabcontents table td ul li:last-child {
		margin-bottom: 0;
	}
	.artist article.section#lower .inner .profile .tabcontents table td p.en {
		color: #999;
		font-size: 0.7rem;
	}
	.artist article.section#lower .inner .etc {
		width: 50%;
		display: flex;
		flex-wrap: nowrap;
		padding-top: 38px;
		margin-top: 0;
	}
	/* facebook */
	.artist article.section#lower .inner .etc .facebook {
		width: 350px;
		height: 500px;
		margin-right: 28px;
	}
	/* バナー */
	.artist article.section#lower .inner .etc .banner {
		width: 200px;
		margin-top: 0;
	}
	.artist article.section#lower .inner .etc .banner ul {
		display: block;
	}
	.artist article.section#lower .inner .etc .banner ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.artist article.section#lower .inner .etc .banner ul li:nth-last-child(2) {
		margin-bottom: 10px;
	}
	.artist article.section#lower .inner .etc .banner ul li:last-child {
		margin-bottom: 0;
	}
	
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	FORM共通

===============================================================*/
.formarea .inputarea .title {
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 5px;
}
.formarea .inputarea li {
	margin-bottom: 25px;
}
.formarea .inputarea .inquiry .input {
    position: relative;
    display: inline-block;
}
.formarea .inputarea .inquiry .input:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 36px;
	background: url(../images/arw_down.svg) no-repeat center center;
	background-size: 15px auto;
    z-index: 0;
}
.formarea .inputarea input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 20px;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 5px;
}
.formarea .inputarea textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 22rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 5px;
}
/* submit */
.formarea .submit input {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background: #373737;
	transition: .2s;
	padding: 15px 0;
	margin: 0 auto;
}
.formarea .submit input:hover {
	cursor: pointer;
	opacity: .5;
}
.formarea .success,
.formarea .false {
	display: none;
}
.formarea .success p,
.formarea .false p {
	color: #222;
	font-size: 0.75rem;
	text-align: center;
}
.formarea p.result {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px;
}
.formarea .success .result {
	color: #373737;
}
.formarea .false .result {
	color: #ff5b5b;
}
/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.formarea .inputarea li {
		margin-bottom: 30px;
	}
	/* submit */
	.formarea .submit input {
		font-size: 1.2rem;
		padding: 20px 0;
	}
	.formarea .success p,
	.formarea .false p {
		font-size: 0.8rem;
	}
	.formarea p.result {
		font-size: 1.2rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	FAN MAIL PAGE

===============================================================*/
.fanmail {}
.fanmail article.section {}
.fanmail article.section .inner {
	padding: 0 16px 25px;
}
.fanmail article.section.head .category {
	height: 20px;
	width: auto;
	margin-bottom: 15px;
}
.fanmail article.section.head .category.fit img {
	height: 100%;
	width: auto;
}
.fanmail article.section.head .name {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.fanmail article.section.head .name .en p {}
.fanmail article.section.head .name h2 {
	font-size: 3rem;
	line-height: 1;
}
.fanmail article.section.head .name .en {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
}
.fanmail article.section.head .name .en p {
	font-size: 1.2rem;
	margin-right: 1rem;
}
.fanmail article.section.head .name .en p:last-child {
	margin-right: 0;
}
.fanmail article.section.head .name .en .first:first-letter,
.fanmail article.section.head .name .en .last:first-letter {
	font-size: 2rem;
}
.fanmail article.section.head .name .profile {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8rem;
	line-height: 20px;
	text-align: right;
}
.fanmail article.section.head .caption {
	background: #999;
	padding: 10px 0;
}
.fanmail article.section.head .caption p {
	color: #fff;
	font-size: 0.7rem;
	line-height: 20px;
	text-align: center;
}
/* form */
.fanmail article.section.formarea {}
.fanmail article.section.formarea .inner {
	padding-bottom: 0;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.fanmail article.section .inner {
		width: 432px;
		margin: 0 auto;
	}
	.fanmail article.section.head .category {
		height: 26px;
		width: auto;
		margin-bottom: 20px;
	}
	.fanmail article.section.head .name {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.fanmail article.section.head .name h2 {
		font-size: 3.8rem;
		line-height: 1;
	}
	.fanmail article.section.head .en {
		margin-top: 0;
	}
	.fanmail article.section.head .en p {
		font-size: 1.3rem;
		margin-right: 1rem;
	}
	.fanmail article.section.head .en p:last-child {
		margin-right: 0;
	}
	.fanmail article.section.head .name .en .first:first-letter,
	.fanmail article.section.head .name .en .last:first-letter {
		font-size: 2.5rem;
	}
	.fanmail article.section.head .name .profile {
		bottom: 10px;
		font-size: 0.8rem;
	}
	.fanmail article.section.head .caption p {
		font-size: 0.9rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	CONTACT PAGE

===============================================================*/
.contact {}
.contact article.section .inner {
	padding: 20px 16px 25px;
}
.contact article.section.head h2 {
	position: relative;
	color: #b4b4b4;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.contact article.section.head h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 1px;
	background: #b4b4b4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.contact article.section.head h3,
.contact article.section.head p,
.contact article.section.head ul li {
	font-size: 0.7rem;
	line-height: 2;
}
.contact article.section.head .caption {
	background: #999;
	padding: 5px 0;
	margin-bottom: 15px;
}
.contact article.section.head .caption p {
	color: #fff;
	font-size: 0.7rem;
	line-height: 2;
	text-align: center;
}
.contact article.section.head .indent {
	padding-left: 0.7rem;
}
.contact article.section.head .address {
	border: 1px solid #dedede;
	padding: 5px;
	margin: 5px 0;
}
/* form */
.contact .inputarea .inquiry {
	margin-bottom: 20px;
}
.contact .inputarea .inquiry .input select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 36px;
	font-size: 1rem;
	line-height: 20px;
	background: transparent;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 5px 35px 5px 5px;
	margin: 0;
	z-index: 1;
}
select::-ms-expand {
	display: none;
}
.contact article.section.formarea {}
.contact article.section.formarea .inner {
	padding-top: 0;
	padding-bottom: 0;
}
.contact article.section.formarea .inputarea {
	border-top: 1px solid #dedede;
	padding-top: 30px;
}
.contact article.section.formarea .inputarea li {
	font-size: 0.8rem;
}
.contact .formarea .inputarea .age .input {
	position: relative;
}
.contact .formarea .inputarea .age input {
	position: relative;
	width: 20%;
	margin-right: 10px;
}
.contact .formarea .inputarea .age .year {
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
	line-height: 36px;
	margin-left: 10px;
}
.contact .formarea .inputarea .sex {}
.contact .formarea .inputarea .sex input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.contact .formarea .inputarea .sex label {
	position: relative;
	display: inline-block;
	height: 25px;
	cursor: pointer;
	padding-left: 30px;
}
.contact .formarea .inputarea .sex label.man {
	margin-right: 20px;
}
.contact .formarea .inputarea .sex label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../images/radio.svg) no-repeat center;
	background-size: 25px auto;
}
.contact .formarea .inputarea .sex input[type="radio"]:checked + label:before {
	background: url(../images/radio_checked.svg) no-repeat center;
}
.contact article.section.formarea .inputarea .zip input {
	width: 60%;
}
.contact .formarea .success p,
.contact .formarea .false p {
	text-align: center;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.contact article.section .inner {
		width: 432px;
		margin: 0 auto;
	}
	.contact article.section.head h2 {
		font-size: 1.4rem;
	}
	.contact article.section.head h3,
	.contact article.section.head p,
	.contact article.section.head ul li {
		font-size: 0.8rem;
	}
	.contact article.section.head .caption p {
		font-size: 0.9rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	COMPANY PAGE

===============================================================*/
.company {}
.company .title h2,
.policy .title h2 {
	color: #b4b4b4;
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 10px;
}
.company .title h2:after,
.policy .title h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 1px;
	background: #b4b4b4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.company .content .inner {
	padding-bottom: 0;
}
.company .content span {
	display: block;
}
.company .content  h3 {
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}
.company .content p {
	font-size: 0.6rem;
}
.company .content p a {
	text-decoration: underline;
}
.company .content p .en {
	color: #999;
	font-size: 0.55rem;
	line-height: 1.5;
}
.company .content p .en .zip {
	display: inline;
	white-space: nowrap;
}
.company .content .address {
	font-size: 0.75rem;
	margin-bottom: 10px;
}
.company .content table {
	width: 100%;
	margin-top: 30px;
}
.company .content table th,
.company .content table td {
	display: list-item;
	list-style: none;
	font-size: 0.9rem;
}
.company .content table th {
	color: #999;
	padding-bottom: 5px;
}
.company .content table th .en {
	display: inline-block;
	font-size: 0.5rem;
	margin-left: 15px;
}
.company .content table td {
	padding-bottom: 20px;
}
.company .content table td .en {
	font-size: 0.75rem;
	line-height: 1.5;
}
.company .content table td.artist {
	padding-bottom: 0;
}
.company .content table td.artist ul {
	display: flex;
	flex-wrap: wrap;
}
.company .content table td.artist ul li {
	width: 48%;
	font-size: 0.9rem;
	margin-right: 4%;
	margin-bottom: 15px;
}
.company .content table td.artist ul li:nth-child(2n) {
	margin-right: 0;
}
.company .content table td.artist ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.company .content table td.artist ul li .en {
	color: #999;
	font-size: 0.6rem;
	line-height: 1.1;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.company .title {}
	.company .title h2,
	.policy .title h2 {
		font-size: 1.4rem;
		padding: 30px 0 10px;
	}
	.company .title h2:after,
	.policy .title h2:after {
		width: 100px;
	}
	.company .content .inner {
		width: 490px;
		margin: 0 auto;
	}
	.company .content span {
		display: block;
	}
	.company .content  h3 {
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 30px 0 60px;
	}
	.company .content p {
		font-size: 0.85rem;
	}
	.company .content p .en {
		font-size: 0.7rem;
	}
	.company .content .address {
		font-size: 1.05rem;
		margin-bottom: 30px;
	}
	.company .content table {
		margin-top: 60px;
	}
	.company .content table th,
	.company .content table td {
		display: table-cell;
		font-size: 0.9rem;
	}
	.company .content table th {
		width: 34%;
		padding-bottom: 0;
	}
	.company .content table th .en {
		display: block;
		font-size: 0.6rem;
		margin-left: 0;
	}
	.company .content table td {
		font-size: 1rem;
		padding-bottom: 30px;
	}
	.company .content table td .en {
		color: #999;
		font-size: 0.75rem;
	}
	.company .content table td.artist {
		padding-bottom: 0;
	}
	.company .content table td.artist ul {
		display: block;
	}
	.company .content table td.artist ul li {
		width: auto;
		font-size: 1rem;
		margin-right: 0;
	}
	.company .content table td.artist ul li:nth-last-child(-n+2) {
		margin-bottom: 15px;
	}
	.company .content table td.artist ul li:last-child {
		margin-bottom: 0;
	}
	.company .content table td.artist ul li .en {
		font-size: 0.75rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	PRIVACY POLICY PAGE

===============================================================*/
.policy {}
.policy #privacy .inner {
	padding: 20px 16px 40px;
}
.policy #site .inner {
	padding: 10px 16px 0;
}
.policy .content p {
	font-size: 0.7rem;
}
.policy .content h3 {
	font-size: 0.9rem;
	margin: 20px 0 5px;
}
.policy #site .content h3 {
	margin: 0 0 5px;
}
.policy .content ul li {
	font-size: 0.7rem;
	margin-bottom: 20px;
}
.policy .content ul li:last-child {
	margin-bottom: 0;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.policy #privacy .inner {
		width: 692px;
		padding: 60px 0;
	}
	.policy #site .inner {
		width: 692px;
		padding: 60px 0 0;
	}
	.policy .content p {
		font-size: 0.8rem;
	}
	.policy .content h3 {
		font-size: 1.1rem;
		margin: 30px 0 5px;
	}
	.policy #site .content h3 {
		margin: 0 0 5px;
	}
	.policy .content ul li {
		font-size: 0.8rem;
		margin-bottom: 30px;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================

	404 Not Found

===============================================================*/
.notfound {}
.notfound .title h2 {
	color: #b4b4b4;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
.notfound .title h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 1px;
	background: #b4b4b4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.notfound .content .inner {}
.notfound .content p {
	font-size: 0.7rem;
}
.notfound .content p a {
	text-decoration: underline;
}
.notfound .content p.sitetop {
	text-align: center;
	margin-top: 50px;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {
	.notfound .inner {
		width: 692px;
		padding: 60px 0 0;
	}
	.notfound .content p {
		font-size: 0.8rem;
	}
}
/* Wide PC */
@media screen and (min-width:1281px) {}

/* Overlay
--------------------------------------------------------------*/
#overlay{
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0);
}
#lock,
#send {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 10000;
}
#lock {
	display: block;
	background: #fff;
}
#send {
	display: none;
	background: #fff;
	opacity: .8;
}
#lock .loader,
#lock .loader:after,
#send .loader,
#send .loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
#lock .loader,
#send .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999px;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-left: 2px solid #222;
	margin: -15px 0 0 -15px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================
	
	noscript
	
===============================================================*/
noscript {
	display: block;
	background: #000;
	padding: 20px 0;
}
noscript p.message {
	color: #f6c;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
noscript p.message {}
noscript p a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

/* Tablet  */
@media screen and (min-width:600px) {}
/* PC */
@media screen and (min-width:960px) {}
/* Wide PC */
@media screen and (min-width:1281px) {}

/*===============================================================
	
	PLUN INs
	
===============================================================*/
.inview {
	opacity: 0;
}
img.ofi {
	object-fit: cover;
	font-family: "object-fit: cover";
}
</pre></body></html>