@charset "UTF-8";

/*-------------------------------

　下層ページ用 style

-------------------------------*/

/*---------- common ----------*/

#cont section {
	margin-top: 10px;
	padding-bottom: 15px;
}
#cont h2 {
	margin-bottom: 15px;
}

/*---------- fv ----------*/

.fv {
	padding-top: 30%;
	backgrond-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
}
.fv-cast {
	padding: 15% 0;
}
.fv-blog {
	text-align: center;
	font-size: 1.8em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 10% 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*---------- table ----------*/

#cont table {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
#cont table a {
	text-decoration: underline;
}
#cont table a:hover {
	text-decoration: none;
}
#cont th {
	background-color: #999;
	color: #fff;
	padding: 8px 15px;
	display: block;
}
#cont td {
	background-color: #fff;
	padding: 8px 15px;
	display: block;
}

/*---------- system ----------*/

.information {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
}
.information h3 {
	margin-bottom: 10px;
}

/*---------- recruit ----------*/

.message {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
}
.message h3 {
	margin-bottom: 10px;
}

/*---------- shop ----------*/

iframe {
	margin: 15px auto;
}

/*---------- blog & news ----------*/

.cont-archive {
	padding-bottom: 30px;
}
.cont-archive .archive-title {
	background-color: #222;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 15px 15px 12px 20px;
	position: relative;
	display: block;
	letter-spacing: 1px;
	border: none;
	text-align: left;
}
.cont-archive .archive-title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}
.cont-archive .btn {
	margin-bottom: 15px;
}
.archive {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.archive img {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 15px auto;
	display: block;
}
.archive-data {
	opacity: 0.6;
	font-size: 0.9em;
	margin-bottom: 5px;
}
.archive-data span {
	margin-left: 8px;
	font-size: 12px;
	padding: 2px 5px 1.5px;
	color: #fff;
}
.pagenation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.pagenation li {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	display: inline-block;
}
.pagenation li a {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 8px 10px;
}
.pagenation li a:hover {
	color: #fff;
	background-color: #666;
}
.pagenation .active {
	background-color: #666;
	color: #fff;
	padding: 4px 10px;
}
.postlink {
	text-align: center;
	margin: 15px auto 15px auto;
	padding: 0 0 0 0;
	width: 100%;
	display: block;
}
.postlink li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	width: 45%;
}
.postlink li a {
	background-color: #999;
	color: #fff;
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	padding: 8px 0;
	position: relative;
}
.btn-list {
	display: block;
	background-color: #fff;
	color: #666;
	border: 1px solid #aaa;
	font-size: 1.0em;
	padding: 10px 0;
	width: 300px;
	max-width: 92%;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
}
.postlink li a i {
	opacity: 0.3;
}
.postlink li:first-child a i {
	left: 10px;
}
.postlink li:last-child a i {
	right: 10px;
}
.btn-list i {
	opacity: 0.5;
	margin-right: 10px;
}
.cast-box{
	position: relative;
}
.cast-box span img{
	position: absolute;
	top: 0;
	left: 4px;
	width: 60px;
}
.cast-box .cast-name {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding: 15px 15px 12px 20px;
	margin: 0 0 15px 0;
}
.cast-box .cast-name::before {
	display: none;
}
.cast-box .cast-name, .cast-box h3 {
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 2.0em;
	line-height: 1.0em;
	background-color: transparent;
	border: none;
	color: #333;
}
.cast-box img {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 10px auto;
	display: block;
}
.cast-box .cast-comment {
	background-color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
	position: relative;
	margin: 30px auto;
}
.cast-box .cast-comment:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: -15px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.archive-tit {
	font-size: 1.2em;
	border-radius: 2px;
	padding: 10px;
	color: #fff;
	margin: 30px 0 12px;
}
.archive-tit i {
	margin-right: 8px;
	opacity: 0.5;
	font-size: 0.9em;
}
#cont section.box_magazine_list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.cat-list {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 8px auto;
	padding: 5px 15px;
	background-color: #fff;
}
.cat-list ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px dotted #ccc;
}
.cat-list li {
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	position: relative;
	;
	padding: 10px 0 8px 18px;
	line-height: 1.4em;
}
.cat-list li small {
	margin-left: 2px;
	opacity: 0.7;
}
.cat-list li:before {
	content: "\F105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: bold;
	left: 2px;
	top: 11px;
	opacity: 0.3;
}
.youtube-box{
	/*-background-color: #fff;*/
	padding: 20px 0px 0px 0px;
	margin: 10 auto;
}
.youtube-box iframe{
	padding: 0px;
	margin: 0px;
}
/*---------- cast ----------*/
.cont-cast dl {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cont-cast dt {
	color: #fff;
	font-size: 1.1em;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}
.cont-cast dt:before {
	content: "Q.";
	margin-right: 10px;
}
.cont-cast dd {
	margin: 0;
	padding: 15px;
}
.cont-cast dd:before {
	content: "A.";
	margin-right: 10px;
	font-size: 1.1em;
	opacity: 0.5;
}

/*---------- privacy ----------*/

.privacy {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.privacy h3 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

/*---------- recruit ----------*/

#recruit .banner {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*-------------------------------

　店舗別カラー

-------------------------------*/

/*---------- hermitage ----------*/

.hermitage .cont-archive h1:before {
	background-color: #FA8072;
}
.hermitage .information h3 {
	color: #FA8072;
}
.hermitage .message h3 {
	color: #FA8072;
}
.hermitage .cont-cast dt {
	background-color: #FA8072;
}
.hermitage .archive-tit {
	background-color: #FA8072;
}
.hermitage .archive-data span {
	background-color: #FA8072;
}

/*---------- mau ----------*/

.mau .cont-archive h1:before {
	background-color: #be9557;
}
.mau .information h3 {
	color: #be9557;
}
.mau .message h3 {
	color: #be9557;
}
.mau .cont-cast dt {
	background-color: #be9557;
}
.mau .archive-tit {
	background-color: #be9557;
}
.mau .archive-data span {
	background-color: #be9557;
}

/*---------- hh ----------*/

.h .cont-archive h1:before {
	background-color: #ff7e00;
}
.h .information h3 {
	color: #ff7e00;
}
.h .message h3 {
	color: #ff7e00;
}
.h .cont-cast dt {
	background-color: #ff7e00;
}
.h .archive-tit {
	background-color: #ff7e00;
}
.h .archive-data span {
	background-color: #ff7e00;
}

/*---------- estee ----------*/

.estee .cont-archive h1:before {
	background-color: #ce3a3a;
}
.estee .information h3 {
	color: #ce3a3a;
}
.estee .message h3 {
	color: #ce3a3a;
}
.estee .cont-cast dt {
	background-color: #ce3a3a;
}
.estee .archive-tit {
	background-color: #ce3a3a;
}
.estee .archive-data span {
	background-color: #ce3a3a;
}

/*---------- el ----------*/

.el .cont-archive h1:before {
	background-color: #7c5f41;
}
.el .information h3 {
	color: #7c5f41;
}
.el .message h3 {
	color: #7c5f41;
}
.el .cont-cast dt {
	background-color: #7c5f41;
}
.el .archive-tit {
	background-color: #7c5f41;
}
.el .archive-data span {
	background-color: #7c5f41;
}

/*---------- Ragdoll ----------*/

.Ragdoll .cont-archive h1:before {
	background-color: #9685af;
}
.Ragdoll .information h3 {
	color: #9685af;
}
.Ragdoll .message h3 {
	color: #9685af;
}
.Ragdoll .cont-cast dt {
	background-color: #9685af;
}
.Ragdoll .archive-tit {
	background-color: #9685af;
}
.Ragdoll .archive-data span {
	background-color: #9685af;
}

/*---------- Othello ----------*/

.Othello .cont-archive h1:before {
	background-color: #22b573;
}
.Othello .information h3 {
	color: #22b573;
}
.Othello .message h3 {
	color: #22b573;
}
.Othello .cont-cast dt {
	background-color: #22b573;
}
.Othello .archive-tit {
	background-color: #22b573;
}
.Othello .archive-data span {
	background-color: #22b573;
}


/*---------- インタビュー用 ----------*/
.common-heading {
	background-color: #000000;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 8px 10px 12px;
	letter-spacing: 1px;
}

.common-heading small {
	font-size: 14px;
	font-weight: 300;
	margin-left: 8px;
}

.common {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.interview {
	padding-top: 5px;
	margin-bottom: 5px;
}

.interview .interview-list-img {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1.5% 0;
}

.interview .interview-list-img img {
	margin: 0 0 10px 0; }

.img {
	max-width: 100%;
	margin: 5px auto 15px;
	display: block;
}
.casts img {
	border-radius: 100%;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border: 1px solid #c1b88a;
}
.lazyloaded {
	opacity: 1;
	transition: all 0.5s;
}

.interview .interview-list-profile {
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
	width: 65%;
}
/* ====== テーブルリスト ====== */
/* 大テーブル */
.dl-block dl {
	margin: 0;
	font-size: 0;
}
.dl-block dl dt {
	background-color: rgba(180, 180, 180, 0.8);
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 1px 0 2px;
	font-weight: 400;
	text-align: center;
}
.dl-block dl dd {
	display: block;
	width: 75%;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 15px;
	font-weight: 400;
}

/* 小テーブル */
.dl-tit {
	color: #666;
	font-size: 1em;
	line-height: 1.0em;
	font-weight: bold;
	margin: 10px 0 15px;
	padding-left: 8px;
	letter-spacing: 1px;
	border-left: 1px solid #999999;
}
.dl-inline dl {
	margin: 0 0 2px;
	font-size: 0;
	line-height: 1.0em;
	background-color: rgba(204, 204, 204, 0.3);
	display: flex;
}
.dl-inline dl dt {
	background-color:#E9E6D6;
	color: #333;
	display: inline-flex;
	width: 25%;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	padding: 4px 8px 6px;
	font-weight: 400;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.dl-inline dl dd {
	display: inline-flex;
	width: 75%;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	padding: 4px 8px 6px;
	font-weight: 400;
	background-color:#FCFBF9;
	}
.common-subtit {
	background-color: rgba(238, 238, 238, 0.8);
	width:96%;
	font-size: 18px;
	margin: 20px 0 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	}
.common-subtit:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 10%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #BE9557;
}
.recruit-estee .common-subtit:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 10%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #ce3a3a;
}
.recruit-hermitage .common-subtit:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 10%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #ce3a3a;
}
.cont-subtit {
	color: #fff;
	background-color: #999;
	font-size: 1.1em;
	font-weight: 400;
	padding: 8px 10px 10px;
	margin: 15px 0 5px;
	display: block;
	}
.interview .cont-subtit::before {
	content: "Q.";
	opacity: 0.5;
	font-size: 1.2em;
	margin-right: 4px;
	}

	/* ハートのいいねボタン */
	.btn_fav{
		text-align: right;
	}
	.heart {
	  width: 100px;
	  height: 60px;
		position: relative;
	  left: 85%;
	  top: 0%;
		border:none;
		outline: none;
	}

	@keyframes fave-heart {
	  0% {
	    background-position: 0 0;
	  }
	  100% {
	    background-position: -2800px 0;
	  }
	}
	.num-txt{
		margin: 0px 0 0 60px;
		font-size: 14px;
	}
	.btn-keep{
	  width: 100px;
		height: 60px;
		background: url(/img/btn_heart_delete.png) no-repeat;
	  background-position: 0 0;
		border:none;
	}
	.btn-delete{
	  width: 100px;
		height: 60px;
		background: url(/img/btn_heart.png) no-repeat;
	  background-position: 0 0;
		animation: fave-heart 1s steps(28)forwards;
	  cursor: pointer;
		border:none;
	}
	.btn-delete:hover {
	  width: 100px;
		height: 60px;
		background-position: -2800px 0;
  	transition: background 1s steps(28);
		border:none;
	}

@media screen and (max-width: 415px) {
	/* ハートのいいねボタン SP位置 */
	.heart {
  	width: 100px;
  	height: 60px;
  	position: relative;
  	left: 73%;
  	top: 0%;
  	border:none;
  	outline: none;
	}
	.youtube-box iframe{
  	padding: 0px;
  	margin: 0px;
  	height:200px;
	}
	}
