@charset "utf-8";
/*All device
--------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
h1 {
	display: none;
	font-size:10px;
	color:#999;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
}
#contents {
	position: relative;
	text-align:center;
}



/*▼BREAD CRUMBS*/
#breadcrumbs_pc {
	display:none;
}
#breadcrumbs_sp {
	padding:10px;
	font-size:10px;
	text-align:left;
}
#breadcrumbs_sp a, #breadcrumbs_sp a:hover, #breadcrumbs_sp a:active {
	text-decoration:underline;
}
/*▲BREAD CRUMBS*/



/*▼ソーシャル*/
.snsArea {
  position:relative;
  border-top:1px solid #c1bcbc;
  width: 80%;
  margin:30px auto 0;
  padding-top:20px;
}
.snsArea p {
	display: block;
	position:absolute;
	top:-10px;
	right:0;
	left:0;
	margin: 0 auto;
	text-align:center;
   margin-bottom:10px;
   font-size:14px;
}
.snsArea p span {
	padding: 0 5px;
	font-weight:bold;
	color:#ef507a;
	background-color:#FFFFFF;
}
.snsArea .inner {
  width:160px;
  margin:0 auto;
}
.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	float:left;
	width:40px;
	margin-right:20px;
}
.snsArea .inner .snsArea_line {
	float:left;
	width:40px;
    margin-right:0;
}
.snsArea .snsArea_line img,
.snsArea .snsArea_tw img,
.snsArea .snsArea_fb img {
	width:40px;
}
.snsArea .inner:after {
	content: "";
    display: block;
    clear: both;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
	width:40px;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
	display:none;
}
/*▲ソーシャル*/



/*▼FV*/
.firstView{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffa8d0;
}
/*▲FV*/




/*▼ジャンル追従*/
.fix-header {
	background-color:#fff;
	line-height: 1.2;
	top: -66px;/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding:10px 0 10px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
}
#fix-header-menus {
	width: 100%;
}
#fix-header-menus .nav_title {
	width: 54%;
	margin: 0 auto 4px;
	line-height: 1;
}
#fix-header-menus .nav_title img {
	width: 100%;
}
#scroll-fix-menu li {
/*float: left;*/
display: inline-block;
text-align: center;
width: 10%;
margin: 0 5% 0 0;
font-size: 8px;
font-weight: bold;
color: #333!important;
}
#scroll-fix-menu li .navText {
/*font-size: 8px;*/
-webkit-transform: scale(0.8)!important;
-webkit-transform-origin:0 0!important;
}
#scroll-fix-menu li:nth-child(1) {
 margin-left: 5%; 
}
#scroll-fix-menu li a:link,
#scroll-fix-menu li a:visited {
	letter-spacing:1.3px;
	font-weight: bold!important;
	color: #333;
	text-decoration: none!important;
}
#scroll-fix-menu li img {
	width: 100%;
	height: auto;
}
#scroll-fix-menu li a:hover,
#scroll-fix-menu li a img:hover{
	opacity: 0.6!important;
	cursor : pointer!important;
}
#scroll-fix-menu li.active img {
	
}
/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/*▲ジャンル追従*/



/*▼CPバナー*/
.cpbn_pc {
	display: none;
}
.cpbn_pc_drama {
	display: none;
}
.cpbn_sp {
    display: block;
    width: 95%;
    height: auto;
    margin: 10px auto 8px;
}

/*▼200311バナー非表示対応*/
.cpbn_sp {
    display: none;
}

.cpbn_sp_drama {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto 35px;
}
.cpbn_sp img, .cpbn_sp_drama img {
    width: 100%;
	vertical-align: bottom;
}


/*▼MV*/
h2 {
	width:100%;
	margin: 0 0 30px;
}
h2 img {
	width:100%;
	image-rendering: -webkit-optimize-contrast;
}
/*▲MV*/



/*▼read*/
.main_read {
	margin: 0 10px 10px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.main_read_sub {
	margin: 0 10px 20px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/*▲read*/



/*▼ジャンルタブ*/
.genreTab {
	display: block;
	background-color: #fff;
	margin: 30px 25px 25px;
	padding: 25px 0 20px;
}
.genreTab h4 {
	width: 61%;
	margin: 0 auto;
}
.genreTab h4 img {
	width: 100%;
	height: auto;
}
.genreTab ul {
	margin: 0;
    padding: 10px 20px 0;
    box-sizing: border-box;
    background: #fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
	line-height: 0.6;
	letter-spacing:1.2px;
}
.genreTab ul li {
    width: 30%;
    border: none;
    box-sizing:border-box;
	margin: 0 10px 15px 0;
    text-align: center;
    list-style:none;
	font-size: 10px;
	font-weight: bold;
}
.genreTab ul li:nth-child(3),
.genreTab ul li:nth-child(5) {
	margin: 0;
}
.genreTab ul li a:hover,
.genreTab ul li a img:hover {
	text-decoration: none!important;
	opacity: 0.6;
}
.genreTab ul li a:link,
.genreTab ul li a:visited {
	color: #333;
}
.genreTab ul li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.genre_anchor {
position: relative;
top: -40px;
display: block;
}
/*▲ジャンルタブ*/



/*▼cmLink*/
a.cmLink {
	display: block;
	width: 70%;
	margin: 0 auto 25px;
}
a.cmLink img {
	width: 100%;
}
/*▲cmLink*/



/*▼arrow*/
.tab_arrow {
	width: 10%;
	margin: 0 auto;
}
/*▲arrow*/



/*▼ジャンル別コンテンツ*/
.genreCont {
    width: 100%;
}
.cut {
    height: auto;
	background-image: url("../images/genreCont_bg_cut_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.cutcolor {
	background-image: url("../images/genreCont_bg_cutcolor_sp.jpg"), url("../images/genreCont_bg_cutbace_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px, center top;
	background-color: #ffa8d0;
}
.nail {
    height: auto;
	padding: 0 0 50px 0;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.eye {
    height: auto;
	padding: 0 0 50px 0;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.relax {
    height: auto;
	padding: 0 0 50px 0;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.esthe {
    height: auto;
	padding: 0 0 50px 0;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 20px;
	background-color: #ffa8d0;
}
.cut .genreCont_inner {
	padding: 70px 0 50px 0;
}
.cutcolor .genreCont_inner {
	padding: 0 0 50px 0;
}
.cutcolor .genreCont_inner h3 {
	padding: 70px 0 0 0;
}
.nail .genreCont_inner h3 {
	width: 100%;
	padding: 70px 0 0 0;
}
.eye .genreCont_inner h3 {
	width: 100%;
	padding: 70px 0 0 0;
}
.relax .genreCont_inner h3 {
	width: 100%;
	padding: 70px 0 0 0;
}
.esthe .genreCont_inner h3 {
	width: 100%;
	padding: 70px 0 0 0;
}
.genreCont .genreCont_inner h3 img {
	width: 100%;
}
/*▲ジャンル別コンテンツ*/



/*▼クーポン例*/
.couponExm {
	box-sizing:border-box;
    width: 86%;
    height: 100%;
    margin: 30px auto 40px;
	padding: 6%;
	background: -moz-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -webkit-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -ms-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
}
/*.esthe .couponExm {
    margin: 10px auto 40px;
}*/
.couponExm .couponExm_inner {
	background-color: #fff;
	padding: 30px 0;
}
.couponExm h4 {
	width: 62%;
	margin: 0 auto 10px;
	padding: 0;
}
.couponExm h4 img {
	width: 100%;
}
.couponExm p.couponTitle {
	display: block;
	margin: 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #222;
}
.couponExm ul.price {
	margin: 5px 12px 20px;
	padding: 0 0 15px 0;
    text-align: center;
	background-image: linear-gradient(to right, #ff9bc8, #a1d8f4);
	background-repeat: no-repeat;
	background-size: 80% 10%;
	background-position: bottom;
}
.couponExm ul.price:after {
	content: ""; 
    display: block;   
    clear: both; 	
}
.couponExm ul.price li  {
/*	float: left;*/
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
/*	vertical-align: bottom;*/
	line-height: 1.5;
/*	font-size: 12px;*/
	color: #333;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.couponExm ul.price li span.money {
	display: inline-block;
	font-size: 20px;
	vertical-align:middle;
	margin: 0 0 0 -4px;
	font-weight: bold;
	color: #f16ab1;
}
/*▲クーポン例*/



/*▼注釈*/
.coupon_att {
	text-align: left;
	margin: 25px auto 0;
	display: table;
}
.coupon_att li {
	padding-left: 1em;
    text-indent: -1em;
	font-size: 8px;
	line-height: 1.5;
	color: #666!important;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
/*▲注釈*/


/*▼ガイド*/
.guide {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 4%;
	background-image: radial-gradient(#fff 30%, transparent 0), radial-gradient(#fff 30%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 5px 5px;
}
.guide .inner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 15px;
/*	min-width: 120px;*/
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fff;
}
.guide .inner:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 10px solid #fff;
	border-bottom: 30px solid #fff;
}
.guide .inner p.title {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	color: #222;
}
.guide .couponLink {
    align-items: baseline;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    display: flex;
    padding: 15px;
    text-decoration: none;
}
.guide .couponLink .couponTargetMember {
    color: #FFFFFF;
    flex-shrink: 0;
    font-size: 10px;
    line-height: 1;
    padding: 2px;
    width: 20px;
}
.guide .couponLink .color_b {
    background-color: #fb615f;
}
.guide .couponLink .color_k {
    background-color: #9966CC;
}
.couponInfo {
    color: #4C4C80;
    font-size: 11px;
    overflow-x: hidden;
    word-wrap: break-word;
	text-align: left;
}
.marker {
	margin: 0 2px 0 0;
    background-color: #ffff00;
}
.guide .memo {
    position: absolute;
	top: -20px;
    left: 25px;
    z-index: 0;
}
.guide .memo img {
    width: 50%;
}
.guide .pointer {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 0;
}
.guide .pointer img {
    width: 60%;
}
/*▲ガイド*/



/*▼検索フォーム*/
.jsAreaList, .jsMaSelect {
	display: none;
}
.limit_switch input {
	display: none;
}
.u24_form_search {
	margin: 0 auto 10px;
	padding: 0 7% 30px;
	width: 100%;
	height: auto;
/*	background: #ff9bc8;*/
	box-sizing: border-box;
}
.search_read {
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
}
.search_read .genre {
	font-weight: bold;
	font-size: 20px;
}
.u24_form_inner {
	padding: 24px 5% 40px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 3px 3px 0px 1px #333;
    border: solid 1px #333;
	border-radius: 6px;
}
.u24_form_inner p.coupon_read {
	width: 82%;
	margin: 0 auto 8px;
}
.u24_form_inner p.coupon_read img {
	width: 100%;
}
.noselect_price .area_select:last-child {
	margin-bottom: 0;
}
.area_select {
	float: none;
	margin: 0 0 15px;
	padding:0 24px 0 8px;
	width: 236px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #222;
	border: 1px solid #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://imgbp.hotp.jp/CSP/img/bt/smb/icons/icn_bubble_down_arrow.png?switch=20180125) no-repeat;
	background-position: 96% center;
	background-size: 7px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.limit1, .limit2, .limit1 span, .limit2 span {
	display: block;
	float: left;
	width: 115px;
	height: 33px;
}
.limit1 {
	box-shadow: none;
}
.limit2 {
	box-shadow: none;
}
.limit_switch {
	float: none;
	margin: 0 auto;
	padding: 2px;
	width: 236px;
	border: 1px solid #222;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #bfbfbf inset;
}
.limit_switch label {
	cursor: pointer;
	border-radius: 3px;
}
.limit_switch label.selected {
	background: -webkit-linear-gradient(top, #ff86bc, #fa6dac);
	background: linear-gradient(to bottom, #ff86bc, #fa6dac);
	box-sizing: border-box;
	box-shadow: 0px -4px 0px 0px #e05a96 inset;
	cursor: default;
}
.limit_switch label span {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 33px;
	color: #7f7f7f;
	font-weight: bold;
}
.limit_switch label.selected span {
	color: #fff;
 }
.limit1.selected {}
.limit2.selected {}
.u24form_searchbutton {
	margin-top: 25px;
	width: 135px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #f96aaa;
	border: 1px solid #222;
	box-shadow: 0px 4px 0px 0px #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ポップアップ */
.modal .checkbox{
	display: none;
}
/* Gray background */
.modal .modal-overlay{
	opacity: 0;
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: none;
	background-color: rgba(0,0,0,0.7);
}
/* Box */
.modal .modal-wrap{
	transition: all 0.5s ease;
	margin: 20px auto;
	width: 84%;
	max-height: 90%;
	overflow: scroll;
	background: transparent;
	border-radius: 3px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	align-self: flex-start;
}
.modal .modal-wrap.small{
	width: 30%;
}
.modal .modal-wrap.full{
	width: 100%;
	height: 100%;
}
.modal .modal-wrap.a-center {
	align-self: center;
}
.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
	transform: translateX(100%);
}
.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}
/* Close button */
.modal .modal-overlay .close{
	position: absolute;
	right: 13px;
	top: 16px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #282c34;
}
.modal .modal-overlay .close:hover{
	cursor: pointer;
	color: #4b5361;
}
.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
 }
.modal input:checked ~ .o-close {
	z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
	transform: scale(1);
	opacity:1;
	z-index: 9997;
	overflow: auto;
	display: flex;
	animation-duration: 0.1s;
	animation-name: fade-in;
	-moz-animation-duration: 0.1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}
/* Fadein from display:none */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}
.sp_select {
	background: #fff;
}
.sp_select li {
	padding: 10px 10px 10px 20px;
	width: 100%;
	min-height: 50px;
	line-height: 28px;
	font-size: 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #fcfcfc;
	box-sizing: border-box;
}
.sp_select li:first-child {
	padding: 10px;
	height: 78px;
	font-weight: bold;
}
.sp_select li:last-child {
	padding: 10px;
	height: auto;
	min-height: auto;
	line-height: 0;
}
.sp_select li input[type="radio"] {
	display: none;
}
.sp_select li input[type="radio"] + label {
	display: block;
	position: relative;
	padding-right: 30px;
}
.sp_select li input[type="radio"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	border-radius: 50%;
}
.sp_select li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 16px/2);
	right: calc(10px + 3px);
	bottom: calc(50% - 16px/2);
	width: 16px;
	height: 16px;
	background: #e05a96;
	border-radius: 50%;
}
/*▲検索フォーム*/



/*▼ワード解説*/
.words {
	margin: 80px 0 90px 0;
	color: #222;
}
.words h3 {
	width: 90%;
	margin: 0 auto 40px;
	padding: 0 0 0 0;
}
.words h3 img {
	width: 100%;
}
.words .words_cont {
	width: 80%;
	margin: 0 auto 50px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #222;
}
.words .words_cont .ttl {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 500;
	font-style: oblique;
}
.words .words_cont .img {
	margin: 0 0 20px 0;
}
.words .words_cont .img img {
	width: 100%;
}
.words .words_cont .txt p:nth-child(2) {
	width: 100%;
	font-size: 10px;
/*	font-weight: 600;*/
	text-align: left;
	line-height: 1.9;
	margin: 0 0 10px 0;
}
.words .linknon .txt p:nth-child(2) {
	padding: 0 0 10px 0;
}
.words .words_cont .txt p:nth-child(3) {
	display: block;
	margin: 0 0 20px 0;
	text-align: right;
}
.words .words_cont .txt p:nth-child(3) a {
	width: 30%;
	padding: 6px 15px;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to right, #ff9bc8, #a1d8f4);
	font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.words .words_cont .txt p:nth-child(3) a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.words .words_cont .txt p:nth-child(4) {
	position: relative;
	margin: 0 0 20px;
	padding: 15px 10px;
	font-size: 12px;
/*	font-weight: 600;*/
    text-align: center;
	line-height: 1.7;
	border-top: 4px solid rgba(253,108,152,0.4);
	border-right: 4px solid rgba(129,194,217,0.4);
	border-bottom: 4px solid rgba(152,193,230,0.4);
	border-left: 4px solid rgba(255,155,200,0.4);
}
.words .words_cont .txt p:nth-child(4) img {
	position: absolute;
	width: 25%;
    max-width: 80px;
	height: auto;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
/*▲ワード解説*/



/* ▼CMエリア */
.cm-area{
	width: 100%;
	padding: 0px 0px 35px;
}
.cm-area .section-title img {
	width:100%;
	margin: 0 auto 15px;
}
.cm-area .subtitle{
	font-size: 18px;
	margin:0;
	color:#333;
}
.cm-area .subtitle span.text_right {
	width: 38px;
	height: 40px;
	display: inline-block;
/*	background-image: url(../images/heart_right.png);
	background-size:38px 40px;
	background-position: center;
	background-repeat: no-repeat;*/
/*	text-indent: -9999px;*/
	bottom: 3px;
}
.cm-area .subtitle span.text_left {
	width: 38px;
	height: 40px;
	display: inline-block;
/*	background-image: url(../images/heart_left.png);
	background-size:38px 40px;
	background-position: center;
	background-repeat: no-repeat;*/
/*	text-indent: -9999px;*/
	bottom: 3px;
}
.cm-area .inner{
	padding:0 45px;
}
.cm-area h3{
	font-size:16px;
	margin-bottom:20px;
	line-height:1.3;
	color:#333333;
	text-align:center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cm-area h3.inactive {
	color: #fff;
}
.moviebox {
/*border: 10px solid #81c6d1;*/
	position: relative;
	width:100%;
	padding-top: 55.25%;
	margin-bottom: 20px;
}
.movie-sample{
	margin-bottom: 30px;
}
.movie-slider-wrapper {
	position: relative;
}
.movie-slider-wrapper .next,
.movie-slider-wrapper .prev {
	position:absolute;
	width:10px;
	height:10px;
	bottom: 40%;
	background: #ff5ca7;
	border-radius:10px;
	padding: 20px 0px 0px 20px;
	margin-bottom:-10px;
	cursor:pointer;
}
.movie-slider-wrapper .next {
	right: -40px;
}
.movie-slider-wrapper .prev {
	left: -40px;
}
.movie-slider-wrapper .next img,
.movie-slider-wrapper .prev img {
	width: 8px;
	height: 10px;
	position: absolute;
	top: 10px;
}
.movie-slider-wrapper .prev img{
	transform: rotate(180deg);
	left: 9px;	
}
.movie-slider-wrapper .next img{
	left: 11px;	
}
.moviebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.moviebox .placeholder {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;	
}
.moviebox .playbtn{
	cursor: pointer;
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.movie-thumb-wrapper {
    /*width: 75%;*/
	width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto 10px;
}
.movie-thumb-wrapper .thumb {
 	width: calc(25% - 8px);
	/*width:30%;*/
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.movie-thumb-wrapper .thumb img {
	display:block;
	width:100%;
}
.movie-thumb-wrapper .thumb:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.6);
	z-index:2;
	transition:400ms;
}
.movie-thumb-wrapper .thumb.active:after,
.movie-thumb-wrapper .thumb:hover:after{
	background:rgba(0, 0, 0, 0);
}

.movie-thumb-wrapper .thumb:last-child {
	margin-right:0;
}
/* ▲CMエリア */



/*▼グローバルナビゲーション*/
.gnavi {
	border-bottom: solid 1px #BFB9B0;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
.gnavi li {
	border-top: 1px solid #BFB9B0;
	box-sizing: border-box;
}
/*▲グローバルナビゲーション*/



/* ▼ナビゲーションリンク*/
.navLink,
.navLink:link,
.navLink:visited {
	color: #666666;
	font-family: Helvetica !important;
}
.navLink,
.navLink:after {
	display: block;
}
.navLink {
	padding: 15px 30px 15px 10px;
	position: relative;
	text-decoration: none !important;
}
.navLink:after {
	border-color: #AB9C84;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 7px;
}
.app {
	color: #AE2B5B;
}
/*▲ナビゲーションリンク*/



/* ▼注釈 */
.comment {
	margin: 0 10px 10px;
	text-align: left;
	line-height: 1.7;
	font-size: 12px;
	color: #333333;
}
.comment p {
	margin-bottom: 1em;
}
.comment p span {
	font-weight: bold;
}
/*▲注釈*/



/*▼mintext*/
.mintext {
	font-size: 10px;
	color: #999;
	text-align: right;
	font-weight: normal;
	margin: 25px 5px 10px 0;
}
/*▲mintext*/



/*▼TOPへ戻る*/
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: 0;
}
.pagetop img {
    width: 50px;
    height: 50px;
}
/*▲TOPへ戻る*/





/*IE(6～8)
--------------------------------------------------*/

.ie .pc {
	display: block;
}
.ie .sp {
	display: none;
}
.ie #header {
	position:relative;
	width:960px;
	height:75px;
	margin:0 auto 10px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
}



/* ▼LOGO */
.ie #header .logo {
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	width: 510px;
	position: absolute;
	left:0;
	top:15px;
	background-image: url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat: no-repeat;
	border: 0 none;
}
.ie #header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:230px;
}



/* ▼ソーシャル */
.ie .snsArea {
	display:block;
	width: 400px;
	margin:60px auto 30px;
	padding:20px 0;
	border-top: 1px solid #c1bcbc;
	border-bottom: 1px solid #c1bcbc;
}
.snsArea p {
	width:160px;
}
.snsArea p span {
	display:block;
	width:160px;
	padding:0;
}
.snsArea .inner {
   width:180px;
   margin:5px auto 0;
}
.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	margin-right:30px !important;
}
.snsArea .inner .snsArea_line {
	margin-right:0;
}
.snsArea .inner .snsArea_line img,
.snsArea .inner .snsArea_tw img,
.snsArea .inner .snsArea_fb img {
	height:40px;
}
.snsArea .inner .snsArea_line a img:hover,
.snsArea .inner .snsArea_tw a img:hover,
.snsArea .inner .snsArea_fb a img:hover {
	opacity:0.7;
}

.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
	display:none;
}

.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
	display:block;
	width:40px;
	height:40px;
}




/* ▼BREAD CRUMBS */
.ie #breadcrumbs_pc {
	display:block;
	width:800px;
	margin:0 auto;
}
.ie #breadcrumbs_pc p {
	margin:0 0 15px;
	font-size:10px;
	line-height:120%;
	color:#665555;
}
.ie #breadcrumbs_sp {
	display:none;
}



/* ▼コンテンツエリア */
.ie #contents {
	position: relative;
	width:960px;
	margin:0 auto;
	text-align:center;
}
.ie #contents .cam p {
  	background:url("https://mens-rinx.sbs/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
    display:block;
    font-size:12px;
    height:15px;
    line-height:15px;
    margin-bottom:3px;
    padding-left:70px;
}
.ie #contents #cam a {
    background-color:#ffffff;
    display:block;
    margin-left:0;
    margin-right:0;
    padding:0px;
    text-align:left;
    width:100%;
}
.ie #contents .socialIcon3 {
	width:800px;
	display:block;
	margin:0 auto;
	text-align:left;
}
.ie #contents .socialIcon3 ul {
	text-align:left;
	overflow:hidden;
}
.ie #contents .socialIcon3 ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
.ie h2 {
	width:960px;
	height:456px;
	margin:5px 0 60px 0;
}
.ie h2 img {
	width:960px;
	height:456px;
}
.ie p.main_read {
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.7;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.ie p.main_read_sub {
	margin-bottom: 50px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}



/*▼FV*/
.ie .firstView{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffa8d0;
}
/*▲FV*/


/*▼cmLink*/
.ie a.cmLink {
	display: block;
	width: 260px;
	margin: 0 auto 30px;
}
.ie a.cmLink img {
	width: 100%;
}
/*▲cmLink*/




/*▼ジャンルタブ*/
.ie .genreTab {
	display: block;
	width: s0px;
	background-color: #fff;
	margin: 25px auto 35px;
	padding: 25px 0;
}
.ie .genreTab h4 {
	width: 200px;
	margin: 0 auto 10px;
}
.ie .genreTab h4 img {
	width: 200px;
	height: auto;
}
.ie .genreTab ul {
	width: 460px;
	margin: 0 auto 30px;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
}
.ie .genreTab ul li {
    width: 80px;
    border: none;
    box-sizing:border-box;
	margin: 0 15px 0 0;
	line-height: 0.8;
    text-align: center;
    list-style:none;
	font-weight: bold;
	color: #333!important;
}
.ie .genreTab ul li:nth-child(3) {
	margin: 0 15px 0 0;
}
.ie .genreTab ul li:nth-child(5) {
	margin: 0;
}
.ie .genreTab ul li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.ie .genreTab ul li:not(.tab_active) a:hover,
.ie .genreTab ul li:not(.tab_active) img:hover {
	opacity: 0.6;
	text-decoration: none!important;
}
.ie .genreTab ul li:not(.tab_active) a:link {
	color: #333!important;
}
/*▲ジャンルタブ*/



/*▼ジャンル追従*/
.ie .fix-header {
	background-color:#fff;
	line-height: 1.2;
	top: -66px;/* 上に隠す高さ */
	right: 0;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	padding:10px 0 10px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように*/
}
.ie #fix-header-menus {
	width: 800px;
	margin: 0 auto;
}
.ie #fix-header-menus:after {
    content: ""; 
    display: block;   
    clear: both; 
}
.ie #fix-header-menus .nav_title {
	box-sizing: border-box;
	float: left;
	width: 280px;
	margin: 8px 0 0 0;
	line-height: 1;
}
.ie #fix-header-menus .nav_title img {
	width: 160px;
	margin:  0 0 0 110px;
}
.ie #fix-header-menus .nav_link {
	float: left;
	width: 500px;
}
.ie #scroll-fix-menu {
	width: 500px;
	margin: 0 0 0 20px;
}
.ie #scroll-fix-menu li {
 float: left;
 display: block;
 width: 60px;
 margin: 0 20px 0 0;
 font-size: 10px;
 color: #333!important;
}
.ie #scroll-fix-menu li:nth-child(1) {
 margin-left: 0; 
}
.ie #scroll-fix-menu li img {
	width: 60px;
	height: auto;
}
.ie #scroll-fix-menu li a img:hover{
	opacity: 0.6!important;
	cursor : pointer!important;
}
.ie #scroll-fix-menu li.active img {
	
}
/* micro clearfx */
.ie .cf:before, .cf:after {
		content:"";
		display:table
}
.ie .cf:after { clear:both }
.ie .cf { zoom:1 } /* For IE 6/7 */
/*▲ジャンル追従*/



/*▼arrow*/
.ie .tab_arrow {
	width: 50px;
	margin: 0 auto 0;
}
/*▲arrow*/



/*▼ジャンル別コンテンツ*/
.ie .genreCont {
    width: 100%;
    height: 1300px;
}
.ie .relax {
/*    height: 1350px;*/
}
.ie .cut {
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.ie .cutcolor {
	z-index: 0;
	position: relative;
	height: 1260px;
	background-image: url("../images/genreCont_bg_cutcolor_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center top;
	background-color: #ffa8d0;
}
.ie .nail {
	height: 1290px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.ie .eye {
	height: 1255px;
	/*padding: 0;*/
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.ie .relax {
	height: 1220px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.ie .esthe {
	height: 1260px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.ie .cut .genreCont_inner {
	padding: 70px 0 50px 0;
}
.ie .cutcolor .genreCont_inner {
	width: 960px;
	padding: 0px 0 0 0;
	position: absolute;
	top: -40px;
	left: 0;
}
.ie .cut .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.ie .cutcolor .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.ie .nail .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.ie .eye .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.ie .relax .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.ie .esthe .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.ie .genreCont .genreCont_inner h3 img {
	width: 100%;
	height: auto;
}
/*▲ジャンル別コンテンツ*/



/*▼クーポン例*/
.ie .couponExm {
	box-sizing:border-box;
    width: 670px;
    margin: 30px auto 50px;
	padding: 25px;
	background: -moz-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -webkit-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -ms-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
}
.ie .couponExm .couponExm_inner {
	background-color: #fff;
	padding: 40px 10px;
}
.ie .couponExm .couponExm_inner:after {
    content: ""; 
    display: block;   
    clear: both; 
}
.ie .couponExm h4 {
	margin: 0 auto 10px;
	padding: 0;
}
.ie .couponExm h4 img {
	width: 165px;
	height: auto;
}
.ie .couponExm_box.float {
	float: left;
	width: 300px;
}
.ie .couponExm_box {
	width: 400px;
	margin: 0 auto;
}
	
.ie .couponExm p.couponTitle {
	display: block;
	margin: 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
.ie .couponExm p.short {
	padding: 7px 0 14px 0;
}
.ie .couponExm ul.price {
	margin: 5px 20px 30px;
	padding: 0 0 15px 0;
    text-align: center;
	background-image: linear-gradient(to right, #ff9bc8, #a1d8f4);
	background-repeat: no-repeat;
	background-size: 80% 10%;
	background-position: bottom;
}
.ie .couponExm ul.price:after {
	content: ""; 
    display: block;   
    clear: both; 	
}
.ie .couponExm ul.price li  {
/*	float: left;*/
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
/*	vertical-align: bottom;*/
	line-height: 1.5;
/*	font-size: 12px;*/
	color: #333;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.ie .couponExm ul.price li span.money {
	display: inline-block;
	font-size: 20px;
	vertical-align:middle;
	margin: 0 0 0 -4px;
	font-weight: bold;
	color: #f16ab1;
}
/*▲クーポン例*/



/*▼注釈*/
.ie .coupon_att {
	margin: 0 auto;
}
.ie .coupon_att li {
	font-size: 10px;
	line-height: 1.8;
	color: #666!important;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
/*▲注釈*/



/*▼ガイド*/
.ie .guide {
	box-sizing: border-box;
	position: relative;
	width: 660px;
	margin: 0 auto;
	padding: 25px;;
	background-image: radial-gradient(#fff 30%, transparent 0), radial-gradient(#fff 30%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 5px 5px;
}
.ie .guide .inner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 15px 25px;
/*	min-width: 120px;*/
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fff;
}
.ie .guide .inner:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-bottom: 10px solid #fff;
	border-bottom: 40px solid #fff;
}
.ie .guide .inner p {
	margin: 0;
	padding: 0;
}
.ie .guide .inner p.title {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	color: #222;
}
.ie .guide .inner .exm {
	width: 520px;
	margin: 0 auto;
	padding: 8px 10px 10px;
	text-align: center;
	border-top: none;
	border-bottom: none;
	background-color: #fcf8df;
}
.ie .guide .inner .exm p {
	display: inline-block;
	float: none;
	text-align: center;
}
.ie .guide .inner .exm:after {
    content: ""; 
    display: block;   
    clear: both; 	
}
.ie .guide .inner .exm p:nth-child(1) {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 2px 6px;
	vertical-align: bottom;
	font-size: 10px;
	color: #fff;
}
.ie .guide .inner .exm p.color_b {
	background-color: #fb615f;
}
.ie .guide .inner .exm p.color_k {
	background-color: #9966CC;
}
.ie .guide .inner .exm p:nth-child(2) {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
.ie .guide .inner .exm p:nth-child(2) .label {
	margin: 0 2px 0 0;
	background-color: #ffff00;
}
.ie .guide .pointer {
	position: absolute;
	bottom: 42px;
	z-index: 0;
}
.ie .cut .guide .pointer {
	right: 195px;
}
.ie .cutcolor .guide .pointer {
	right: 175px;
}
.ie .nail .guide .pointer {
	right: 210px;
}
.ie .eye .guide .pointer {
	right: 160px;
}
.ie .relax .guide .pointer {
	right: 180px;
}
.ie .esthe .guide .pointer {
	right: 195px;
}
.ie .guide .pointer img{
	width: 100%;
}
/*▲ガイド*/


/* ▼footer */
.ie #footer_lp {
    border-top:1px solid #DDDDDD;
    height:60px;
    margin-top:20px;
    padding-top:10px;
}
.ie #footerLinks_lp {
	float:right;
    font-size:10px;
    padding-right:30px;
    top:20px;
}
.ie #footerLinks_lp li a {
	text-decoration:none;
}
.ie #footerLinks_lp li a:hover, .ie #footerLinks_lp li a:active {
	text-decoration:underline;
}
.ie #copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}
.ie #copyright_lp p a {
    color:#435B67 !important;
    font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:2;
	text-decoration:none;
}
.ie #copyright_lp p a:hover, .ie #copyright_lp p a:active {
	text-decoration:underline;
}
.ie .page_top {
	margin:0 0 20px;
}
.ie .page_top a:hover, .ie .page_top a:active {
	text-decoration:underline;
}
.ie .att {
	font-size:10px !important;
	color:#665555;
	text-align:right;
	font-weight:normal;
	margin:0 0 30px;
}
.ie .mintext {
	display:block;
	font-size:10px !important;
	color:#999;
	text-align:right;
	font-weight:normal;
	margin: 0 5px 10px 0;
}



/* ▼グローバルナビゲーション */
.ie .gnavi {
	display:none;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*IE(ALL) only
--------------------------------------------------*/
/* ▼検索フォーム */
.area_select::-ms-expand {
	display: none;
}
.area_select:focus::-ms-value {
	color: #222;
	background: transparent;
}
}


@media only screen and (min-width:569px) {
/*PC only
--------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}

#header {
	position:relative;
	width:960px;
	height:75px;
	margin:0 auto 10px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
}

/*  LOGO    */
#header .logo {
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	width: 510px;
	position: absolute;
	left:0;
	top:15px;
	background-image: url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat: no-repeat;
	border: 0 none;
}
#header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:230px;
}



/* ソーシャル */
.snsArea {
	display:block;
	width: 400px;
	margin:60px auto 30px;
	padding:20px 0;
	border-top: 1px solid #c1bcbc;
	border-bottom: 1px solid #c1bcbc;
}
.snsArea p {
	width:160px;
}
.snsArea p span {
	display:block;
	width:160px;
	padding:0;
}
.snsArea .inner {
   width:180px;
   margin:5px auto 0;
}
.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	margin-right:30px !important;
}
.snsArea .inner .snsArea_line {
	margin-right:0;
}
.snsArea .inner .snsArea_line img,
.snsArea .inner .snsArea_tw img,
.snsArea .inner .snsArea_fb img {
	height:40px;
}
.snsArea .inner .snsArea_line a img:hover,
.snsArea .inner .snsArea_tw a img:hover,
.snsArea .inner .snsArea_fb a img:hover {
	opacity:0.7;
}

.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
	display:none;
}

.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
	display:block;
	width:40px;
	height:40px;
}


/* ▼BREAD CRUMBS */
#breadcrumbs_pc {
	display:block;
	width:960px;
	margin:0 auto;
}
#breadcrumbs_pc p {
	margin:0 0 15px;
	font-size:10px;
	line-height:120%;
	color:#665555;
}
#breadcrumbs_sp {
	display:none;
}
/* ▲BREAD CRUMBS */



/* ▼コンテンツエリア */
#contents {
	position: relative;
	width:960px;
	margin:0 auto;
	text-align:center;
}
#contents .cam p {
	background:url("https://mens-rinx.sbs/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
    display:block;
    font-size:12px;
    height:15px;
    line-height:15px;
    margin-bottom:3px;
    padding-left:70px;
}

#contents #cam a {
    background-color:#ffffff;
    display:block;
    margin-left:0;
    margin-right:0;
    padding:0px;
    text-align:left;
    width:100%;
}

#contents .socialIcon3 {
	width:800px;
	display:block;
	margin:0 auto;
	text-align:left;
}

#contents .socialIcon3 ul {
	text-align:left;
	overflow:hidden;
}

#contents .socialIcon3 ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
h2 {
	width:960px;
	height:456px;
	margin:5px 0 60px 0;
}
h2 img {
	width:960px;
	height:456px;
}
p.main_read {
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.7;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
p.main_read_sub {
	margin-bottom: 50px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}



/*▼CPバナー*/
.cpbn_sp {
	display: none;
}
.cpbn_sp_drama {
	display: none;
}
.cpbn_pc {
    display: block;
    width: 960px;
    height: 110px;
    margin: 20px auto;
}

/*▼200311バナー非表示対応*/
.cpbn_pc {
    display: none;
}

.cpbn_pc_drama {
    display: block;
    width: 760px;
    height: 100px;
    margin: 0 auto 120px;
    }
.cpbn_pc img {
    width: 960px;
    height: 110px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.cpbn_pc_drama img {
    width: 760px;
    height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/*▼FV*/
.firstView{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffa8d0;
}
/*▲FV*/


/*▼cmLink*/
a.cmLink {
	display: block;
	width: 260px;
	margin: 0 auto 30px;
}
a.cmLink img {
	width: 100%;
}
/*▲cmLink*/




/*▼ジャンルタブ*/
.genreTab {
	display: block;
	width: 570px;
	background-color: #fff;
	margin: 25px auto 35px;
	padding: 25px 0;
}
.genreTab h4 {
	width: 200px;
	margin: 0 auto 10px;
}
.genreTab h4 img {
	width: 200px;
	height: auto;
}
.genreTab ul {
	width: 460px;
	margin: 0 auto 30px;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
}
.genreTab ul li {
    width: 80px;
    border: none;
    box-sizing:border-box;
	margin: 0 15px 0 0;
	line-height: 0.8;
    text-align: center;
    list-style:none;
	font-weight: bold;
	color: #333!important;
}
.genreTab ul li:nth-child(3) {
	margin: 0 15px 0 0;
}
.genreTab ul li:nth-child(5) {
	margin: 0;
}
.genreTab ul li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.genreTab ul li:not(.tab_active) a:hover,
.genreTab ul li:not(.tab_active) img:hover {
	opacity: 0.6;
	text-decoration: none!important;
}
.genreTab ul li:not(.tab_active) a:link {
	color: #333!important;
}
/*▲ジャンルタブ*/


/*▼arrow*/
.tab_arrow {
	width: 50px;
	margin: 0 auto 0;
}
/*▲arrow*/



/*▼ジャンル別コンテンツ*/
.genreCont {
    width: 100%;
    height: 1300px;
}
.relax {
/*    height: 1350px;*/
}
.cut {
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.cutcolor {
	z-index: 0;
	position: relative;
	height: 1260px;
	background-image: url("../images/genreCont_bg_cutcolor_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center top;
	background-color: #ffa8d0;
}
.nail {
	height: 1260px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.eye {
	height: 1260px;
	/*padding: 0;*/
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.relax {
	height: 1260px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.esthe {
	height: 1260px;
	background-image: url("../images/genreCont_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center 40px;
	background-color: #ffa8d0;
}
.cut .genreCont_inner {
	padding: 70px 0 50px 0;
}
.cutcolor .genreCont_inner {
	width: 960px;
	padding: 0px 0 0 0;
	position: absolute;
	top: -40px;
	left: 0;
}
.cut .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.cutcolor .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.nail .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.eye .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.relax .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.esthe .genreCont_inner h3 {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.genreCont .genreCont_inner h3 img {
	width: 100%;
	height: auto;
}
/*▲ジャンル別コンテンツ*/



/*▼クーポン例*/
.couponExm {
	box-sizing:border-box;
    width: 670px;
    margin: 30px auto 50px;
	padding: 25px;
	background: -moz-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -webkit-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
	background: -ms-repeating-linear-gradient(-45deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px);
}
.couponExm .couponExm_inner {
	background-color: #fff;
	padding: 40px 10px;
}
.couponExm .couponExm_inner:after {
    content: ""; 
    display: block;   
    clear: both; 
}
.couponExm h4 {
	margin: 0 auto 10px;
	padding: 0;
}
.couponExm h4 img {
	width: 165px;
	height: auto;
}
.couponExm_box.float {
	float: left;
	width: 300px;
}
.couponExm_box {
	width: 400px;
	margin: 0 auto;
}

.couponExm p.couponTitle {
	display: block;
	margin: 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
.couponExm p.short {
	padding: 7px 0 14px 0;
}
.couponExm ul.price {
	margin: 5px 20px 30px;
	padding: 0 0 15px 0;
    text-align: center;
	background-image: linear-gradient(to right, #ff9bc8, #a1d8f4);
	background-repeat: no-repeat;
	background-size: 80% 10%;
	background-position: bottom;
}
.couponExm ul.price:after {
	content: ""; 
    display: block;   
    clear: both; 	
}
.couponExm ul.price li  {
/*	float: left;*/
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
/*	vertical-align: bottom;*/
	line-height: 1.5;
/*	font-size: 12px;*/
	color: #333;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.couponExm ul.price li span.money {
	display: inline-block;
	font-size: 20px;
	vertical-align:middle;
	margin: 0 0 0 -4px;
	font-weight: bold;
	color: #f16ab1;
}
/*▲クーポン例*/



/*▼注釈*/
.coupon_att {
	margin: 0 auto;
}
.coupon_att li {
	font-size: 10px;
	line-height: 1.8;
	color: #666!important;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
/*▲注釈*/



/*▼ガイド*/
.guide {
	box-sizing: border-box;
	position: relative;
	width: 660px;
	margin: 0 auto;
	padding: 25px;;
	background-image: radial-gradient(#fff 30%, transparent 0), radial-gradient(#fff 30%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 5px 5px;
}
.guide .inner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 15px 25px;
/*	min-width: 120px;*/
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fff;
}
.guide .inner:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-bottom: 10px solid #fff;
	border-bottom: 40px solid #fff;
}
.guide .inner p.title {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	color: #222;
}
.guide .inner .couponLink {
	display: inline-block;
	width: 520px;
	margin: 0 auto;
	padding: 8px 10px 10px;
	text-align: center;
	border: none;
	border-radius: 0;
	background-color: #fcf8df;
}
.guide .inner .couponLink p {
	display: inline-block;
	float: none;
	text-align: center;
}
.guide .inner .couponLink:after {
    content: ""; 
    display: block;   
    clear: both; 	
}
.guide .inner .couponLink .couponTargetMember {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 2px 6px;
/*	vertical-align: bottom;*/
	font-size: 10px;
	color: #fff;
}
.guide .inner .couponLink p.color_b {
	background-color: #fb615f;
}
.guide .inner .couponLink p.color_k {
	background-color: #9966CC;
}
.guide .inner .couponLink .couponInfo {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
/*	vertical-align: bottom;*/
	color: #555;
}
.guide .inner .couponLink p:nth-child(2) .label {
	margin: 0 2px 0 0;
	background-color: #ffff00;
}
.guide .pointer {
	position: absolute;
	bottom: 42px;
	z-index: 0;
}
.cut .guide .pointer {
	right: 195px;
}
.cutcolor .guide .pointer {
	right: 175px;
}
.nail .guide .pointer {
	right: 210px;
}
.eye .guide .pointer {
	right: 160px;
}
.relax .guide .pointer {
	right: 180px;
}
.esthe .guide .pointer {
	right: 195px;
}
.guide .pointer img{
	width: 100%;
}
/*▲ガイド*/



	
/* ▼検索フォーム */
.u24_form_search {
	margin: 0 auto 50px;
	padding: 0 0 20px;
	width: 660px;
	height: 314px;
	background: none;
	box-sizing: border-box;
}
.u24_form_inner {
	padding: 35px 30px 30px;
	height: 314px;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}
.u24_form_inner p.coupon_read {
	width: 320px;
	height: auto;
	margin: 0 auto 15px;
}
.u24_form_inner p.coupon_read img {
	width: 100%;
}
.form_selectbox {
	overflow: hidden;
	display: inline-block;
}
.noselect_price .area_select:last-child {
	margin-right: 0;
}
.area_select {
	display: inline-block;
	float: left;
	margin: 0 30px 0 0;
	padding-left: 8px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #222;
	border: 1px solid #222;
	background-size: 10px 10px;
	border-radius: 0;
	cursor: default;
}
.area_select:hover {
	cursor: pointer;
}
.area_select:disabled {
	color: #7f7f7f;
	background: #cfcfcf;
}
.area_select:disabled:hover {
	cursor: default;
}
.limit1, .limit2, .limit1 span, .limit2 span {
	display: block;
	float: left;
	/*width: 99px;  /* .limit_switchのborder分 -1px */
	width:50%;
	height: 33px;  /* .limit_switchのborder分 -(上1px + 下1px) */
}
.limit1 {}
.limit2 {}
.limit_switch {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 200px;
	border: 1px solid #222;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: 0px 0px 10px 0px #bfbfbf inset;
}
.limit_switch label {
	cursor: pointer;
	border-radius: 0;
}
.limit_switch label.selected {
	background: -webkit-linear-gradient(top, #ff86bc, #fa6dac);
	background: linear-gradient(to bottom, #ff86bc, #fa6dac);
	box-sizing: border-box;
	box-shadow: 0px -3px 0px 0px #e05a96 inset;
	cursor: default;
}
.limit_switch label span {
	display: block;
	width:99px;
	padding: 0;
	font-size: 14px;
	line-height: 33px;
	color: #7f7f7f;
	font-weight: bold;
}
.limit_switch label.selected span {}
.limit1.selected {
	border-right: 1px solid #222;
}
.limit2.selected {
	border-left: 1px solid #222;
}
.u24form_searchbutton {
	margin-top: 20px;
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #f96aaa;
	border: 1px solid #222;
	box-shadow: 0px 4px 0px 0px #222;
}
.u24form_searchbutton:hover {
	transition-duration: 0.1s;
	margin-top: 23px;
	box-shadow: 0px 1px 0px 0px #222;
	cursor: pointer;
}
.u24form_searchbutton:disabled {
	background: #cfcfcf;
	cursor: default;
}
/*▲検索フォーム*/

	
	
/*▼ワード解説*/
.words {
	margin: 120px 0 120px 0;
}
.words h3 {
	width: 480px;
	margin: 0 auto 40px;
	padding: 0 0 50px 0;
}
.words h3 img {
	width: 100%;
}
.words .words_cont {
	width: 800px;
	/*margin: 0 0 100px 0;*/
    margin: 0 auto 100px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #222;
}
.words .words_cont:after {
    content: ""; 
    display: block;   
    clear: both; 
}
.words .words_cont .img,
.words .words_cont .txt {
	float: left;
}
.words .words_cont .img {
	width: 400px;	
	margin: 0;
}
.words .img340x260 .img {
		margin: 20px 0 0 0;
}
.words .words_cont .img img {
	width: 340px;
	height: auto;
	}
.words .words_cont .txt {
	width: 360px;
	padding: 10px 0 0 40px;
}
.words .img340x260 .txt {
	padding: 0 0 0 40px;
}
.words .img340x290 .txt {
	padding: 0 0 0 40px;
}
.words .words_cont .txt p:nth-child(1) {
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 15px 0;
	font-style: oblique;
}
.words .words_cont .txt p:nth-child(2) {
	width: 360px;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}
.words .linknon .txt p:nth-child(2) {
	padding: 0 0 20px 0;
}
.words .words_cont .txt p:nth-child(3) {
	display: block;
	width: 360px;
	margin: 0 0 30px 0;
	text-align: right;
	font-weight: 500;
}
.words .words_cont .txt p:nth-child(3) a {
	width: 80px;
	padding: 6px 15px;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to right, #ff9bc8, #a1d8f4);
	font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.words .words_cont .txt p:nth-child(3) a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.words .words_cont .txt p:nth-child(4) {
	position: relative;
	box-sizing: border-box;
	width: 360px;
	margin: 0 0 20px;
	padding: 15px 10px;
	font-size: 12px;
	font-weight: 500;
    text-align: center;
	line-height: 1.7;
	border-top: 4px solid rgba(253,108,152,0.4);
	border-right: 4px solid rgba(129,194,217,0.4);
	border-bottom: 4px solid rgba(152,193,230,0.4);
	border-left: 4px solid rgba(255,155,200,0.4);
}
.words .words_cont .txt p:nth-child(4) img {
	position: absolute;
	width: 80px;
	height: auto;
	top: -28px;
	left: -240px;
}
/*▲ワード解説*/

	

/*▼TOPへ戻る*/
.pagetop {
    width: 62px;
    height: 62px;
}
.pagetop img {
    width: 62px;
    height: 62px;
}
/*▲TOPへ戻る*/



/* ▼footer */
#footer_lp {
    border-top:1px solid #DDDDDD;
    height:60px;
    margin-top:20px;
    padding-top:10px;
}
#footerLinks_lp {
	float:right;
    font-size:10px;
    padding-right:30px;
    top:20px;
}
#footerLinks_lp li a {
	text-decoration:none;
}
#footerLinks_lp li a:hover, #footerLinks_lp li a:active {
	text-decoration:underline;
}
#copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}
#copyright_lp p a {
    color:#435B67 !important;
    font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:2;
	text-decoration:none;
}
#copyright_lp p a:hover, #copyright_lp p a:active {
	text-decoration:underline;
}
.page_top {
	margin:0 0 20px;
}
.page_top a:hover, .page_top a:active {
	text-decoration:underline;
}
.att {
	font-size:10px !important;
	color:#665555;
	text-align:right;
	font-weight:normal;
	margin:0 0 30px;
}
.mintext {
	display:block;
	font-size:10px !important;
	color:#999;
	text-align:right;
	font-weight:normal;
	margin:0 0 10px;
}



/* ▼グローバルナビゲーション */
.gnavi {
	display:none;
}
/* ▲グローバルナビゲーション */

	

/*▼CM-AREA（横幅569pxからのPCの見た目）*/

.cm-area .subtitle {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #333;
}

.cm-area .section-title img {
width:490px!important;
text-align: center;
margin: 0 auto 30px;
}
.cm-area h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #333333;
	text-align: left;
}

}





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

/* ==================================================== */
/* CM-AREA */
/* ==================================================== */

/*バナー表出なし*/
/*.cm-area {
	background: #fff;
	padding:10px 0px 120px;
}*/

/*バナー表出中*/
.cm-area {
	background: #fff;
	padding:10px 0px 60px;
}
    
.cm-area .section-title {
	width: 400px;
	margin: 0 80px -80px;
}
.cm-area .section-title img {
width:400px;
text-align: center;
margin: 0 auto;
}
.cm-area .subtitle {
	font-size:28px;
	line-height:1;
	margin-bottom:10px;
	letter-spacing: 2px;
	color:#333;
}
.cm-area .subtitle span.text_right {
	width: 38px;
	height: 40px;
	display: inline-block;
	bottom: 3px;
}
.cm-area .subtitle span.text_left {
	width: 38px;
	height: 40px;
	display: inline-block;
	bottom: 3px;
}
.cm-area .inner {
	width:760px;
	margin: 0px auto;
	padding:0;
}
.cm-area h3 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 80px;
	color: #333333;
	text-align: right;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.moviebox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 40px;
}
.movie-sample{
	margin-bottom: 30px;
}
.movie-slider-wrapper {
	position: relative;
}
.movie-slider-wrapper .next,
.movie-slider-wrapper .prev {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 40%;
	background: #ff5ca7;
	border-radius:10px;
	padding: 20px 0px 0px 20px;
	margin-bottom: -30px;
	cursor:pointer;
}
.movie-slider-wrapper .next {
	right: -100px;
}
.movie-slider-wrapper .prev {
	left: -100px;
}
.movie-slider-wrapper .next img,
.movie-slider-wrapper .prev img {
	width: 12px;
	height: 20px;
	position: absolute;
	top: 20px;
}
.movie-slider-wrapper .prev img{
	transform: rotate(180deg);
	left: 23px;	
}
.movie-slider-wrapper .next img{
	left: 27px;	
}
.moviebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.moviebox .placeholder {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;	
}
.moviebox .playbtn{
	cursor: pointer;
	width: 115px;
	height:115px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.movie-thumb-wrapper {
	/*width: 460px;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.movie-thumb-wrapper .thumb {
	width:175px!important;
	margin-right: 20px;
	margin-bottom:20px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.movie-thumb-wrapper .thumb img{
	display:block;
	max-width:200px!important;
}
.movie-thumb-wrapper .thumb:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.6);
	z-index:2;
	transition:400ms;
}
.movie-thumb-wrapper .thumb.active:after,
.movie-thumb-wrapper .thumb:hover:after{
	background:rgba(0, 0, 0, 0);
}
}

/*追記*/
@media only screen and (min-width:569px) and (max-width:799px) {
#fix-header-menus .pc {
	display: none;
}

#fix-header-menus .sp {
	display: block;
}

#fix-header-menus .nav_title img {
	max-width: 300px;
}
}

@media only screen and (min-width:800px) {
/*▼ジャンル追従*/
.fix-header {
	background-color:#fff;
	line-height: 1.2;
	top: -66px;/* 上に隠す高さ */
	right: 0;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	padding:10px 0 10px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように*/
}
#fix-header-menus {
	width: 800px;
	margin: 0 auto;
}
#fix-header-menus:after {
    content: ""; 
    display: block;   
    clear: both; 
}
#fix-header-menus .nav_title {
	box-sizing: border-box;
	float: left;
	width: 280px;
	margin: 8px 0 0 0;
	line-height: 1;
}
#fix-header-menus .nav_title img {
	width: 160px;
	margin:  0 0 0 110px;
}
#fix-header-menus .nav_link {
	float: left;
	width: 500px;
}
#scroll-fix-menu {
	width: 500px;
	margin: 0 0 0 20px;
}
#scroll-fix-menu li {
 float: left;
 display: block;
 width: 60px;
 margin: 0 20px 0 0;
 font-size: 10px;
 color: #333!important;
}
#scroll-fix-menu li:nth-child(1) {
 margin-left: 0; 
}
#scroll-fix-menu li img {
	width: 60px;
	height: auto;
}
#scroll-fix-menu li a img:hover{
	opacity: 0.6!important;
	cursor : pointer!important;
}
#scroll-fix-menu li.active img {
	
}
/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */
/*▲ジャンル追従*/
}