@charset "utf-8";
/* =======================================

	IndexElements

======================================= */
/* ------------------------------------
	header
------------------------------------ */
header h1 {
	margin: 0 auto;
	padding: 41px 0 0;
	text-align: center;
	position: relative;
	background: #FFF;
	transition: all 0.3s ease-out;
}
header h1:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #727171;
}
header h1 a {
	display: inline-block;
	vertical-align: bottom;
}
header h1 img {
	width: 90px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.mini_header h1 {
	padding: 22px 0 0;
}

@media only screen and (max-width: 768px) {
	header h1,
	.mini_header header h1 {
		margin: 0 auto;
		padding: 15px 0 0 0;
	}
	header h1:before {
		height: 2px;
	}
	header h1 img,
	.mini_header header h1 img {
		width: 60px;
	}
}

/* ------------------------------------
	significant_notice
------------------------------------ */
.significant_notice {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #fff5f5;
}

.significant_notice * {
	vertical-align: middle;
}

.significant_notice a {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 12px 25px 12px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #cb5e5e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.significant_notice a:after {
	font-family: icoi;
	content: "\e900";
	font-size: 1rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #cb5e5e;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.significant_notice a span {
	display: inline-block;
	margin-right: 7px;
	padding: 4px 10px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background: #cb5e5e;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
	.significant_notice {
		margin-bottom: 0;
	}
}

/* ------------------------------------
	key_visual
------------------------------------ */
.key_visual {
	width: 1200px;
	height: 470px;
	overflow: hidden;
	margin: 0 auto;
}
.key_visual .slider {
	height: 470px;
	visibility: hidden;
	opacity: 0;
}
.key_visual .slider img {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 1200px) {
	.key_visual {
		width: 100%;
		height: auto;
		margin: 3px auto 0;
	}
	.key_visual .slider {
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
}

/* ------------------------------------
	wrapper
------------------------------------ */
#wrapper {
	width: 1200px;
	margin: 30px auto 0;
}

@media only screen and (max-width: 1200px) {
	#wrapper {
		width: 90%;
	}
}


@media only screen and (max-width: 768px) {
	#wrapper {
		width: 90%;
		margin: 10px auto 0;
	}
}

/* ------------------------------------
	intro
------------------------------------ */
.intro {
	margin: 0 0 80px;
	text-align: center;
}
.intro h2 {
	margin: 0 0 45px;
	font-size: 2.8rem;
}
.intro h2 img {
	width: 70px;
	vertical-align: middle;
}
.intro p {
	margin: 0 0 55px;
	font-size: 1.4rem;
	line-height: 2;
}
.intro li {
	width: 380px;
	margin: 0 0 0 30px;
	float: left;
	list-style: none;
}
.intro li:first-child {
	margin: 0;
}
.intro dt {
	height: 140px;
	margin: 0 0 25px;
	color: #B4AA8F;
	line-height: 140px;
	position: relative;
	border: 1px solid #B4AA8F;
}
.intro dt a {
	display: block;
}
.intro dt span {
	width: 130px;
	padding: 0 15px;
	line-height: 2;
	color: #B4AA8F;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	background: #FFF;
	position: absolute;
	top: -16px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.intro dt img {
	width: 126px;
	vertical-align: middle;
}
.intro dd {
	text-align: left;
	font-size: 1.5rem;
	color: #B4AA8F;
}

@media only screen and (max-width: 1200px) {
	.intro li {
		width: 32%;
		margin: 0 0 0 2%;
	}
	.intro dd {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 768px) {
	.intro {
		margin: 0 0 20px;
	}
	.intro h2 {
		margin: 10px 0 30px;
		font-size: 1.5rem;
	}
	.intro p {
		margin: 0 0 30px;
		font-size: 1.3rem;
	}
	.intro li,
	.intro li:first-child {
		width: 100%;
		margin: 0 0 30px;
	}
	.intro dt {
		height: 70px;
		margin: 0 0 15px;
		line-height: 75px;
	}
}

/* ------------------------------------
	login_contents
------------------------------------ */
.login_cont {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px;
}

/*.member_info*/
.member_info {
	width: 360px;
	float: left;
}
.member_info .user_name  {
	margin: 0 0 40px 0;
}
.member_info .user_name .name {
	max-width: 100%;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	border-right: 1px solid #D9D9D9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.member_info .user_name .name small {
	margin: 0 0 0 5px;
	font-size: 1.4rem;
}
.member_info .user_name .point {
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
}
.member_info .user_name .point small {
	margin: 0 0 0 5px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
}
.member_info .mysalon {
	position: relative;
}
.member_info .mysalon:before {
	content: "";
	width: 10px;
	height: 1px;
	display: block;
	border-bottom: 1px solid #D9D9D9;
	position: absolute;
	bottom: 0;
	right: 0;
}
.member_info .mysalon:after {
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	border-right: 1px solid #D9D9D9;
	position: absolute;
	bottom: 0;
	right: 0;
}
.member_info .mysalon > small {
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.1;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.member_info .mysalon .inner {
	margin: 0 0 0 35px;
	position: relative;
}
.member_info .mysalon .inner:before {
	content: "";
	width: 10px;
	height: 1px;
	display: block;
	border-top: 1px solid #D9D9D9;
	position: absolute;
	top: 0;
	left: 0;
}
.member_info .mysalon .inner:after {
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	border-left: 1px solid #D9D9D9;
	position: absolute;
	top: 0;
	left: 0;
}
.salon_wrap {
	margin: 0 0 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.member_info .mysalon .inner a {
	padding: 0 20px;
	display: block;
	text-decoration: none;
	color: #444;
}
.member_info .mysalon .inner figure {
	width: 80px;
	height: 80px;
}
.member_info .mysalon .inner figure img {
	max-width: 80px;
	border-radius: 50%;
}
.member_info .mysalon .inner .salon_info {
	padding: 0 0 0 20px;
	font-size: 2rem;
	font-family: 'Lato', YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.member_info .mysalon .inner .salon_info .salon_name {
	font-size: 1.6rem;
	line-height: 1.4;
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
	text-align: justify;
	text-justify: inter-ideograph;
}
.member_info .mysalon .inner .salon_info span {
	font-size: 1.5rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.member_info .mysalon .inner .salon_info small {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}
.member_info .mysalon .basic_btn {
	padding: 2px 5px;
	display: block;
	vertical-align: bottom;
	font-size: 1.4rem;
	color: #444;
	text-decoration: none;
	text-align: center;
	clear: both;
	border: 1px solid #444;
	border-radius: 60px;
	transition: all 0.3s ease-out;
}
.member_info .mysalon .basic_btn:before {
	font-family: icoi;
	content: "\e900";
	margin: 0 5px 0 0;
	font-size: 1rem;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	color: #444;
	transition: all 0.3s ease-out;
}

/* IE */
@media all and (-ms-high-contrast:none) {
	.member_info .mysalon .basic_btn {
		padding: 4px 5px 0;
	}
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .mysalon .inner a:hover .basic_btn {
		color: #FFF;
		background: #444;
	}
	body:not(.tab_view) .mysalon .inner a:hover .basic_btn:before {
		color: #FFF;
	}
}

@media only screen and (max-width: 1200px) {
	.login_cont {
		width: 100%;
	}
	.member_info {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.login_cont {
		padding: 0 0 50px;
	}
	.member_info {
		width: 100%;
	}
	.member_info .user_name {
		margin: 0 0 10px 0;
	}
	.member_info .user_name .name {
		margin: 0 20px 0 0;
		padding: 0 20px 0 0;
		font-size: 1.4rem;
	}
	.member_info .user_name .point {
		font-size: 1.5rem;
	}
	.member_info .mysalon:before {
		font-family: icoi;
		content: "\e900";
		width: auto;
		height: auto;
		border: 0;
		color: #AAA;
		font-size: 1.5rem;
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.member_info .mysalon:after,
	.member_info .mysalon .inner:before,
	.member_info .mysalon .inner:after {
		content: none;
	}
	.member_info .mysalon > small {
		font-size: 1rem;
	}
	.member_info .mysalon .inner {
		margin: 0 0 10px 20px;
		padding: 0 15px 0 10px;
	}
	.member_info .mysalon .inner a {
		padding: 0;
	}
	.member_info .mysalon .inner .salon_wrap {
		margin: 0 0 10px;
	}
	.member_info .mysalon .inner .salon_info {
		padding: 5px 0 5px 10px;
		line-height: 1.4;
	}
	.member_info .mysalon .inner .salon_info span {
		margin-top: 3px;
		font-size: 1.4rem;
	}
	.member_info .mysalon .inner .salon_info small {
		font-size: 1.3rem;
	}
	.member_info .mysalon .inner figure {
		width: 55px;
		height: 55px;
	}
	.member_info .mysalon .inner figure img {
		max-width: 55px;
	}
	.member_info .mysalon .basic_btn {
		display: none;
	}
}

/*.status_area*/
.status_area {
	float: right;
}
.status_area .step_box {
	margin: 0 0 30px;
	text-align: right;
}
.status_area .step_box .icon_help {
	margin: 0 10px 0 0;
	font-size: 1.5rem;
	vertical-align: middle;
}
.status_area .step_box .icon_help:after {
	font-family: icoi;
	content: "\e90d";
	margin: 0 0 0 10px;
	font-size: 2.3rem;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	color: #BFB59A;
	transition: all 0.3s ease-out;
}
.status_area .step_box .step {
	margin: 0 10px 0 0;
	padding: 0 0 0 30px;
	display: inline-block;
	position: relative;
	letter-spacing: -0.4em;
}
.status_area .step_box .step:before {
	content: "";
	width: 30px;
	height: 1px;
	border-top: 1px solid #444;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0.2;
}
.status_area .step_box .step li {
	margin: 0 0 0 8px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
}
.status_area .step_box .step li:before {
	font-family: icoi;
	content: "\e918";
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2.5rem;
	vertical-align: middle;
	display: inline-block;
	color: rgba(75, 75, 75, 0.5);
	background: #E6E6E6;
	border-radius: 50%;
}
.status_area .step_box .step li.done:before {
	content: "\e908";
	color: #FFF;
	background: #BFB59A;
}
.status_area .step_box .basic_btn {
	width: 130px;
}
.status_area .menu_btn {
	min-width: 660px;
	text-align: right;
	letter-spacing: -0.4em;
	font-size: 0;
}
@media only screen and (max-width: 768px) {
	.status_area .menu_btn {
		text-align: center;
	}
}
.status_area .menu_btn li {
	width: 150px;
	height: 125px;
	margin: 0 0 0 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	position: relative;
	border-radius: 5px;
}
.status_area .menu_btn li a:before {
	font-family: icoi;
	font-size: 4rem;
	color: #606060;
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.status_area .menu_btn li.icolab a:before {content: "\e915";}
.status_area .menu_btn li.mypage a:before {content: "\e910"; font-size: 3rem;}
.status_area .menu_btn li.ticket a:before {content: "\e90f";}
.status_area .menu_btn li.calendar a:before {content: "\e905";}
.status_area .menu_btn li a {
	height: 100%;
	padding: 80px 0 0 0;
	font-size: 1.5rem;
	display: block;
	color: #444;
	font-family: 'Lato', YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-decoration: none;
	box-shadow: 1px 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out;
	border-radius: 5px;
}
.login_cont .menu_btn li a small {
	display: none;
}

/* IE */
@media all and (-ms-high-contrast:none) {
	.status_area .step_box .basic_btn.stump {
		padding: 6px 25px 0;
	}
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .status_area .menu_btn li a:hover {
		box-shadow: 3px 4px 18px rgba(0,0,0,0.2);
	}
}

@media only screen and (max-width: 1200px) {
	.status_area {
		width: 58%;
	}
	.status_area .step_box .icon_help {
		margin: 0 5px 0 0;
		font-size: 1.4rem;
	}
	.status_area .step_box .icon_help:after {
		margin: 0 0 0 5px;
	}
	.status_area .step_box .step:before {
		top: 15px;
	}
	.status_area .step_box .step li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 2rem;
	}
	.status_area .menu_btn {
		min-width: 58%;
	}
	.status_area .menu_btn li {
		width: 22%;
	}
	.status_area .menu_btn li a {
		font-size: 1.2rem;
	}
	.status_area .step_box .basic_btn {
		width: 120px;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 768px) {
	.status_area {
		width: 100%;
	}
	.status_area .step_box {
		margin: 0 0 20px;
		text-align: center;
		overflow: hidden;
	}
	.status_area .step_box .icon_help {
		margin: 0;
		padding: 2px 15px;
		display: block;
		text-align: left;
		font-size: 1.1rem;
		background: #F7F7F7;
	}
	.status_area .step_box .icon_help:after {
		margin: 0 0 0 5px;
		font-size: 1.5rem;
	}
	.status_area .step_box .step {
		margin: 10px 0 0 0;
		padding: 0;
		float: left;
	}
	.status_area .step_box .step:before {
		content: none;
	}
	.status_area .step_box .step li {
		margin: 0 0 0 5px;
	}
	.status_area .step_box .step li:before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 1.7rem;
	}
	.status_area .step_box .basic_btn {
		width: auto;
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 1.1rem;
		border: none;
		text-align: right;
		float: right;
	}
	.status_area .menu_btn {
		min-width: 0;
		border-radius: 5px;
		box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
	}
	.status_area .menu_btn li {
		width: 25%;
		height: 70px;
		margin: 0;
		vertical-align: top;
		border-radius: 0;
	}
	.status_area .menu_btn li:first-child {
		margin: 0;
	}
	.status_area .menu_btn li:after {
		content: "";
		width: 1px;
		height: 50px;
		display: block;
		background: #D9D9D9;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.status_area .menu_btn li:first-child:after {
		content: none;
	}
	.status_area .menu_btn li a:before {
		font-size: 2.5rem;
		top: 40%;
	}
	.status_area .menu_btn li.coupon a:before {
		font-size: 2rem;
	}
	.status_area .menu_btn li.ticket a:before {
		font-size: 2.5rem;
	}
	.status_area .menu_btn li a {
		height: 100%;
		padding: 50px 0 0 0;
		line-height: 1.1;
		font-size: 2vw;
		box-shadow: none;
	}
}

/* ------------------------------------
	TEMP LAYOUT no_cal
------------------------------------ */
.login_cont.no_cal .member_info .user_name {
	margin: 0 0 20px 0;
}
.login_cont.no_cal .member_info .mysalon .salon_name {
	color: #444;
	text-decoration: none;
}
.login_cont.no_cal .status_area .menu_btn {
	min-width: 645px;
}
.login_cont.no_cal .menu_btn li {
	width: 200px;
	height: auto;
}
.login_cont.no_cal .menu_btn li a {
	padding: 30px 0 30px 80px;
	text-align: left;
}
.login_cont.no_cal .menu_btn li.coupon a {
	padding: 30px 0 30px 100px;
}
.login_cont.no_cal .menu_btn li.ticket a {
	padding: 30px 0 30px 100px;
}
.login_cont.no_cal .menu_btn li a:before {
	position: absolute;
	line-height: 1;
	top: 50%;
	left: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.login_cont.no_cal .menu_btn li a small {
	display: block;
	color: #AAA;
	font-size: 1.2rem;
}
.login_cont.no_cal .calendar {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.login_cont.no_cal .status_area .menu_btn {
		min-width: 58%;
	}
	.login_cont.no_cal .menu_btn li {
		width: 31.3%;
		height: auto;
		margin: 0 0 0 2%;
	}
	.login_cont.no_cal .menu_btn li.mypage a {
		padding: 30px 0 30px 38%;
	}
	.login_cont.no_cal .menu_btn li.mypage a:before {
		left: 9%;
	}
	.login_cont.no_cal .menu_btn li.coupon a {
		padding: 30px 0 30px 54%;
	}
	.login_cont.no_cal .menu_btn li.coupon a:before {
		left: 12%;
	}
	.login_cont.no_cal .menu_btn li.ticket a {
		padding: 30px 0 30px 55%;
	}
	.login_cont.no_cal .menu_btn li.ticket a:before {
		left: 13%;
	}
}

@media only screen and (max-width: 768px) {
	.login_cont.no_cal .member_info .user_name {
		margin: 0 0 10px 0;
	}
	.login_cont.no_cal .status_area .menu_btn {
		min-width: 0;
	}
	.login_cont.no_cal .status_area .menu_btn li {
		width: 33.3%;
		height: 70px;
		margin: 0;
		vertical-align: top;
		border-radius: 0;
		box-shadow: none;
	}
	.login_cont.no_cal .status_area .menu_btn li a {
		padding: 50px 0 0 0;
		text-align: center;
	}
	.login_cont.no_cal .status_area .menu_btn li a:before {
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.login_cont.no_cal .menu_btn li a small {
		display: none;
	}
}

/* ------------------------------------
	TEMP LAYOUT no_icolab
------------------------------------ */
.login_cont.no_icolab .user_name {
	margin: 0 0 20px 0;
}
.login_cont.no_icolab .member_info .mysalon .salon_name {
	color: #BFB59A;
	text-decoration: underline;
}
.login_cont.no_icolab .mysalon .basic_btn {
	display: none;
}
.login_cont.no_icolab .status_area {
	margin: 25px 0 0 0px;
}
.login_cont.no_icolab .status_area .menu_btn {
	min-width: 645px;
}
.login_cont.no_icolab .menu_btn li {
	width: 200px;
	height: auto;
}
.login_cont.no_icolab .menu_btn li a {
	padding: 30px 0 30px 80px;
	text-align: left;
}
.login_cont.no_icolab .menu_btn li.coupon a {
	padding: 30px 0 30px 100px;
}
.login_cont.no_icolab .menu_btn li.ticket a {
	padding: 30px 0 30px 100px;
}
.login_cont.no_icolab .menu_btn li a:before {
	position: absolute;
	line-height: 1;
	top: 50%;
	left: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.login_cont.no_icolab .menu_btn li a small {
	display: block;
	color: #AAA;
	font-size: 1.2rem;
}
.login_cont.no_icolab .calendar {
	display: none;
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .login_cont.no_icolab .member_info .mysalon a:hover .salon_name {
		text-decoration: none;
	}
}

@media only screen and (max-width: 1200px) {
	.login_cont.no_icolab .status_area .menu_btn {
		min-width: 58%;
	}
	.login_cont.no_icolab .menu_btn li {
		width: 200px;
		height: auto;
		margin: 0 0 0 2%;
	}
	.login_cont.no_icolab .menu_btn li.mypage a {
		padding: 30px 0 30px 38%;
	}
	.login_cont.no_icolab .menu_btn li.mypage a:before {
		left: 9%;
	}
	.login_cont.no_icolab .menu_btn li.coupon a {
		padding: 30px 0 30px 54%;
	}
	.login_cont.no_icolab .menu_btn li.coupon a:before {
		left: 12%;
	}
	.login_cont.no_icolab .menu_btn li.ticket a {
		padding: 30px 0 30px 55%;
	}
	.login_cont.no_icolab .menu_btn li.ticket a:before {
		left: 13%;
	}
}

@media only screen and (max-width: 768px) {
	.login_cont.no_icolab .user_name {
		margin: 0 0 10px 0;
	}
	.login_cont.no_icolab .member_info .mysalon .salon_name {
		color: #444;
		text-decoration: none;
	}
	.login_cont.no_icolab .status_area {
		margin: 5px 0 0 0px;
	}
	.login_cont.no_icolab .status_area .menu_btn {
		min-width: 0;
	}
	.login_cont.no_icolab .status_area .menu_btn li {
		width: 50%;
		height: 70px;
		margin: 0;
		vertical-align: top;
		border-radius: 0;
		box-shadow: none;
	}
	.login_cont.no_icolab .status_area .menu_btn li a {
		padding: 50px 0 0 0;
		text-align: center;
	}
	.login_cont.no_icolab .status_area .menu_btn li a:before {
		position: absolute;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.login_cont.no_icolab .menu_btn li a small {
		display: none;
	}
}

/* ------------------------------------
	auction
------------------------------------ */
.auction {
	margin: 0 -500%;
	padding: 0 500%;
	background: #F8F7F4;
}
.auction > .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 88px 0 55px;
	position: relative;
}
.auction h2 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 2px;
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.auction h2 span {
	display: block;
	color: #808181;
	font-size: 1.5rem;
}
.auction .auction_wrap {
	width: 960px;
	margin: 0 auto;
}
.auction .auction_wrap figure {
	width: 260px;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
}
.auction .auction_wrap figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.auction .item_cont {
	width: 600px;
	float: right;
	text-align: center;
}
.auction h3 {
	margin: 0 0 15px;
	color: #BFB59A;
	text-align: left;
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
}
.auction .item_name,
.auction .item_name .inner {
	position: relative;
}
.auction .item_name .inner {
	width: 100%;
	height: 70px;
	margin: 0 0 30px;
	padding: 0 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.auction .item_name:before {
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	border-top: 1px solid #BFB59A;
	position: absolute;
	top: 0;
	left: 0;
}
.auction .item_name:after {
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	border-left: 1px solid #BFB59A;
	position: absolute;
	top: 0;
	left: 0;
}
.auction .item_name .inner:before {
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	border-bottom: 1px solid #BFB59A;
	position: absolute;
	bottom: 0;
	right: 0;
}
.auction .item_name .inner:after {
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	border-right: 1px solid #BFB59A;
	position: absolute;
	bottom: 0;
	right: 0;
}
.auction .timer {
	height: 40px;
	margin: 0 0 30px;
	line-height: 40px;
	text-align: center;
	font-size: 1.5rem;
	background: #FFF;
}
.auction .timer strong {
	padding: 0 5px;
	font-size: 2.2rem;
}
.auction .item_cont .basic_btn {
	width: 100%;
}
.auction .item_cont .icon_arrow {
	margin: 20px 0 0;
	display: inline-block;
}

@media only screen and (max-width: 1200px) {
	.auction {
		margin: 0 -5.5%;
		padding: 0 5.5%;
	}
	.auction > .inner {
		width: 100%;
		margin: 0 auto;
	}
	.auction .auction_wrap {
		width: 100%;
	}
	.auction .item_cont {
		width: auto;
		padding: 0 0 0 300px;
		float: none;
	}
}

@media only screen and (max-width: 768px) {
	.auction > .inner {
		padding: 50px 0 25px;
	}
	.auction h2 {
		font-size: 2.2rem;
		top: -15px;
	}
	.auction h2 span {
		font-size: 1.2rem;
	}
	.auction .auction_wrap figure {
		width: 110px;
		height: 110px;
	}
	.auction .item_cont {
		padding: 0 0 0 130px;
	}
	.auction h3 {
		margin: 0 0 8px;
		font-size: 1.1rem;
		line-height: 1;
	}
	.auction .item_name:before,
	.auction .item_name:after,
	.auction .item_name .inner:before,
	.auction .item_name .inner:after {
		content: none;
	}
	.auction .item_name .inner {
		height: 15px;
		margin: 0 0 10px;
		padding: 0;
		font-size: 1.3rem;
		line-height: 15px;
	}
	.auction .timer {
		height: 25px;
		margin: 0 0 10px;
		line-height: 25px;
		font-size: 1.2rem;
	}
	.auction .timer strong {
		padding: 0 3px;
		font-size: 1.2rem;
	}
	.auction .item_cont .basic_btn {
		padding: 3px 5px;
		font-size: 1.2rem;
	}
	.auction .item_cont .icon_arrow {
		margin: 10px 0 0;
		float: right;
		font-size: 1.2rem;
	}
}

/* ------------------------------------
	auction
------------------------------------ */
.icolumn {
	margin: 0 -500%;
	padding: 0 500%;
	position: relative;
	background: #F8F7F4;
}
.tab_view .icolumn {
	margin: 0;
	padding: 0;
	background: transparent;
}
.tab_view .icolumn:before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #F8F7F4;
}
.icolumn > .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 88px 0 55px;
	position: relative;
}
.icolumn h2 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 2px;
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.icolumn h2 span {
	margin: 5px 0 0 0;
	display: block;
	color: #808181;
	font-size: 1.5rem;
}
.icolumn ul {
	margin: 0 -2%;
	padding: 0 2%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.icolumn li {
	width: 380px;
	margin: 0 30px 30px 0;
	float: left;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out;
	border-radius: 10px;
}
.icolumn li:nth-child(3n) {
	margin: 0 0 30px 0;
}
.icolumn li a {
	display: block;
	text-decoration: none;
	color: #444;
}
.icolumn .img_wrap {
	position: relative;
}
.icolumn .img_wrap figure {
	width: 380px;
	height: 285px;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.icolumn .img_wrap figure img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.icolumn .img_wrap .category {
	padding: 4px 20px;
	text-align: center;
	display: block;
	color: #FFF;
	line-height: 1.5;
	font-size: 1.5rem;
	background: #BFB59A;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.icolumn .title {
	width: 100%;
	display: block;
	padding: 23px 20px;
	line-height: 1.5;
	font-size: 1.6rem;
	background-color: #FFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.icolumn .read_more {
	padding: 20px 0;
	text-align: right;
	clear: both;
}
.icolumn .read_more a {
	padding: 0 0 0 17px;
	position: relative;
	font-size: 1.5rem;
	cursor: pointer;
}
.icolumn .read_more a:before {
	font-family: icoi;
	content: "\e900";
	font-size: 1rem;
	position: absolute;
	top: -1px;
	left: 3px;
	transform: scale(0.7,0.7);
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .icolumn li:hover {
		box-shadow: 3px 4px 18px rgba(0,0,0,0.2);
	}
}

@media only screen and (max-width: 1200px) {
	.icolumn {
		margin: 0 -5.5%;
		padding: 0 5.5%;
	}
	.icolumn > .inner {
		width: 100%;
		margin: 0 auto;
	}
	.icolumn li {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.icolumn li:nth-child(3n) {
		margin: 0 0 2% 0;
	}
	.icolumn .img_wrap figure {
		width: 100%;
		height: auto;
		padding: 75% 0 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.icolumn {
		padding: 20px 0;
	}
	.icolumn > .inner {
		width: 90%;
		padding: 50px 0 25px;
	}
	.icolumn h2 {
		font-size: 2.2rem;
		top: -37px;
	}
	.icolumn h2 span {
		font-size: 1.2rem;
	}
	.icolumn ul.over {
		height: 655px;
	}
	.icolumn li,
	.icolumn li:nth-child(3n) {
		width: 49%;
		margin: 0 2% 3% 0;
		box-shadow: 0 0 6px rgba(0,0,0,0.1);
	}
	.icolumn li:nth-child(2n) {
		margin: 0 0 3% 0;
	}
	.icolumn .img_wrap .category {
		padding: 2px 10px;
		font-size: 1rem;
		bottom: 10px;
	}
	.icolumn .title {
		padding: 10px;
		font-size: 1.3rem;
	}
	.icolumn .read_more {
		padding: 10px 0 0;
	}
	.icolumn .read_more a {
		padding: 0 0 0 15px;
		font-size: 1.2rem;
	}
	.icolumn .read_more a:before {
		top: 0;
	}
}

/* ------------------------------------
	itemlist
------------------------------------ */
.itemlist {
	width: 1200px;
	margin: 40px auto;
}
.itemlist.recommend {
	margin: 40px auto;
	padding: 0 0 40px;
	border-bottom: 1px solid #ECECEC;
}
.itemlist h2 {
	margin: 0 0 40px;
	letter-spacing: 2px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	line-height: 1.5;
}
.itemlist h2 span {
	margin: 5px 0 0 0;
	display: block;
	color: #808181;
	font-size: 1.5rem;
}
.itemlist ul {
	overflow: hidden;
}
.itemlist li {
	width: 175px;
	margin: 0 0 30px 30px;
	float: left;
	text-align: center;
}
.itemlist li:first-child {
	margin: 0 0 30px;
}
.itemlist li a {
	text-decoration: none;
	display: block;
	color: #444;
}
.itemlist li figure {
	width: 175px;
	height: 175px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.itemlist li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}
.itemlist .item_title {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
}
.itemlist small {
	display: block;
	font-size: 1.5rem;
	color: #AAA;
	font-family: 'Lato', sans-serif;
}
.itemlist .supply {
	margin: 3px 0 0 0;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	color: #AAA;
}
.itemlist small {
	display: block;
	font-size: 1.3rem;
	color: #808181;
	font-family: 'Lato', sans-serif;
}
.itemlist .pricedown span {
	font-size: 1.1rem;
	font-weight: normal;
}
.itemlist .pricedown {
	line-height: 2;
	font-family: 'Lato', YuGothic, YuGothicM, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.itemlist .pricedown small {
	margin: 3px 0 7px;
	display: inline-block;
	line-height: 1.1;
	font-size: 1.3rem;
	text-decoration: line-through;
}
.itemlist .pricedown span {
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #CB5E5E;
	position: relative;
}
.itemlist .pricedown span:before {
	font-family: icoi;
	content: "\e91d";
	margin: 0 5px 0 0;
	font-size: 1rem;
	line-height: 1;
	vertical-align: middle;
	color: #444;
	display: inline-block;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.itemlist .read_more {
	padding: 20px 0;
	text-align: right;
	clear: both;
}
.itemlist .read_more a {
	padding: 0 0 0 17px;
	position: relative;
	font-size: 1.5rem;
	cursor: pointer;
}
.itemlist .read_more a:before {
	font-family: icoi;
	content: "\e900";
	font-size: 1rem;
	position: absolute;
	top: -1px;
	left: 3px;
	transform: scale(0.7,0.7);
}

@media only screen and (max-width: 1200px) {
	.itemlist {
		width: 100%;
	}
	.itemlist li {
		width: 15%;
		margin: 0 0 30px 2%;
	}
	.itemlist li figure {
		width: 100%;
		height: auto;
		padding: 100% 0 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.itemlist {
		width: 100%;
		margin: 20px auto;
	}
	.itemlist.recommend {
		margin: 20px auto;
		padding: 0 0 20px;
	}
	.itemlist h2 {
		margin: 0 0 20px;
		font-size: 2.2rem;
	}
	.itemlist h2 span {
		margin: 0;
		font-size: 1.2rem;
	}
	.itemlist li,
	.itemlist li:first-child {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.itemlist li:nth-child(2n) {
		width: 48%;
		margin: 0 0 4% 0;
	}
	.itemlist li figure {
		margin: 0 0 10px;
	}
	.itemlist .item_title {
		font-size: 1.3rem;
	}
	.itemlist small {
		font-size: 1.4rem;
	}
	.itemlist .read_more {
		padding: 10px 0 0;
	}
	.itemlist .read_more a {
		padding: 0 0 0 15px;
		font-size: 1.2rem;
	}
	.itemlist .read_more a:before {
		top: -2.5px;
	}
}

/* ------------------------------------
	Splash
------------------------------------ */
.splash_layer {
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.splash_logo {
	margin: 0 auto;
	font-size: 2.6rem;
	line-height: 1.1;
	font-family: 'Lato', sans-serif;
	color: #BFB59A;
	letter-spacing: 2px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.splash_logo img {
	width: 120px;
	margin: 15px auto 0;
	display: block;
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
.intro dt a img,
.slider a,
.auction figure img,
.auction .icon_arrow,
.new_item a,
.recommend a,
.read_more,
.status_area .help {
	transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .intro dt a:hover img,
	body:not(.tab_view) .slider a:hover,
	body:not(.tab_view) .auction figure img:hover,
	body:not(.tab_view) .auction .icon_arrow:hover,
	body:not(.tab_view) .new_item a:hover,
	body:not(.tab_view) .recommend a:hover,
	body:not(.tab_view) .read_more:hover,
	body:not(.tab_view) .status_area .help:hover {
		opacity: 0.7;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after,
#wrapper:before,
#wrapper:after {
	content: ' ';
	display: table;
}
.cf:after,
#wrapper:after {
	clear: both;
}


.btn_addCart {
	font-size: 1rem;
}
.icon_addCart::before {
	content: "\e907";
	display: inline-block;
	margin: 0 0.4rem;
	vertical-align: middle;
	font-family: icoi;
	font-size: 1.2rem;
	color: #727171;
}
.btn_addCart,
.btn_subscription {
	width: 100%;
	margin-top: .5rem;
}
.btn_subscription {
	font-size: 1.1rem;
}

/*.modal cart_add_cont*/
.cart_add_cont {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
}
.cart_add_cont figure {
	width: 190px;
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.cart_add_cont figcaption {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.cart_add_cont figure img {
	width: 55px;
}

.mod_subscriptionPlanModal .ttl {
	padding-top: 4.5rem;
	background: url("/img/icomart/icon_subscription.svg") center 0 no-repeat;
	background-size: 4rem auto;
	font-weight: bold;
}

.mod_subscriptionPlanModal .ttl_ja {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.mod_subscriptionPlanModal .ttl_en {
	font-size: 1.2rem;
	color: #bfb59a;
}

.mod_subscriptionPlanModal .list {
	margin-bottom: 2.5rem;
	padding-left: 1rem;
	text-align: left;
}

.mod_subscriptionPlanModal .item {
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.mod_subscriptionPlanModal .item::before {
	content: "";
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin-left: -1rem;
	margin-right: .5rem;
	background-color: #bfb59a;
	border-radius: 50%;
	vertical-align: middle;
	color: #bfb59a;
}

.mod_subscriptionPlanModal .item_notes {
	display: block;
	line-height: 1;
	font-size: 1.1rem;
}

.mod_subscriptionPlanModal .item_anchor {
	color: #bfb59a;
	text-decoration: underline;
}

.mod_subscriptionPlanModal .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mod_subscriptionPlanModal .basic_btn {
	width: 100%;
}

.mod_subscriptionPlanModal .basic_btn + .basic_btn {
	margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
	.mod_subscriptionPlanModal .body {
		width: 528px;
		margin: auto;
	}
	.mod_subscriptionPlanModal .list {
		margin-left: 12px;
	}
	.mod_subscriptionPlanModal .item_notes {
		display: inline;
	}
	.mod_subscriptionPlanModal .basic_btn {
		width: 240px;
		margin: 0 12px;
	}
	.mod_subscriptionPlanModal .basic_btn + .basic_btn {
		margin-top: 0;
	}
}

.item_field_price_ttl {
	display: inline-block;
	font-size: 1.1rem;
}

.item_field_price_data {
	display: inline-block;
	margin-left: auto;
	font-size: 1.2rem;
}
.item_field_price_data_center {
	margin: auto;
	font-size: 1.2rem;
}

.item_field_price_data_emphasis {
	font-weight: bold;
	color: #b53e3e;
}

#item_load .item_field_price_all {
	padding: 0px 20px;
}