@charset "UTF-8";

/* Scss Document */


/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
	04 News_style
	05 Newarrival_style
	06 Ranking_style
	07 Look Book_style
	08 Concept_style
	09 Shop_style
	10 Recruit_style
	11 Business_style
*/

@font-face {
	font-family: 'SpoqaHanSansJP';
	font-style: normal;
	font-weight: 300;
	src: url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Light.woff) format("woff"), url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Light.otf) format("opentype");
	font-display: swap
}

@font-face {
	font-family: 'SpoqaHanSansJP';
	font-style: normal;
	font-weight: 400;
	src: url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Regular.woff) format("woff"), url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Regular.otf) format("opentype");
	font-display: swap
}

@font-face {
	font-family: 'SpoqaHanSansJP';
	font-style: normal;
	font-weight: 600;
	src: url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Bold.woff) format("woff"), url(https://ambient.itembox.design/item/assets/font/SpoqaHanSansJP-Bold.otf) format("opentype");
	font-display: swap
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: url(https://ambient.itembox.design/item/assets/font/JosefinSans-Regular.woff) format("woff"), url(https://ambient.itembox.design/item/assets/font/JosefinSans-Regular.otf) format("opentype");
	font-display: swap
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 500;
	src: url(https://ambient.itembox.design/item/assets/font/JosefinSans-SemiBold.woff) format("woff"), url(https://ambient.itembox.design/item/assets/font/JosefinSans-SemiBold.otf) format("opentype");
	font-display: swap
}


/*====================================================================
	01 General_style
====================================================================*/

@media only screen and (max-width: 640px) {
	.sp {
		display: inherit;
	}
}

body {
	/* font-family: "Libre Baskerville", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif, "宋体", Gulim; */
	/* font-family: "Josefin Sans", SpoqaHanSansJP, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	/* line-height: 1.2em; */
}

@media screen and (max-width: 640px) {
	body {
		/* padding-top: 60px; */
		background: #fff;
	}
}

body.on {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp {
		display: inherit;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.in_view {
	/* opacity: 0; */
	-webkit-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.in_view.view {
	/* opacity: 1; */
}

.pswp--open {
	z-index: 99999;
}

.transition_all {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.link.link--background {
	cursor: pointer;
	z-index: 99;
}

.link a {
	position: relative;
	z-index: 1003;
}

/* .icon_cart {
	width: 58%;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
	color: #5F5F5F;
	position: relative;
	top: 11px;
	left: 12px;
} */

.link {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 75%;
	-moz-border-radius: 75%;
	border-radius: 75%;
	background: #fff;
	position: fixed;
	bottom: 20px;
	right: 25px;
	opacity: 1;
	zoom: 1;
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 11;
}

.link:hover {
	zoom: 1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.link_d {
	zoom: 1;
	width: 58px;
	height: 58px;
	-webkit-border-radius: 75%;
	-moz-border-radius: 75%;
	border-radius: 75%;
	border: 1px solid #000;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	/* pointer-events: none; */
	display: block;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.link_c {
	zoom: 1;
	width: 61px;
	height: 61px;
	-webkit-border-radius: 75%;
	-moz-border-radius: 75%;
	border-radius: 75%;
	border: 4px solid #fff;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	/* pointer-events: none; */
	display: block;
	position: absolute;
	top: -2px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	left: -1px;
}

.link-background_bg.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.link-background_border1.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms .1s;
	-moz-transition: all 500ms .1s;
	-o-transition: all 500ms .1s;
	transition: all 500ms .1s;
}

.link-background_border2.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms .5s;
	-moz-transition: all 500ms .5s;
	-o-transition: all 500ms .5s;
	transition: all 500ms .5s;
}

.link-background_border3.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.link-background_border4.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms .1s;
	-moz-transition: all 500ms .1s;
	-o-transition: all 500ms .1s;
	transition: all 500ms .1s;
}

.link-background_border5.on {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 500ms .5s;
	-moz-transition: all 500ms .5s;
	-o-transition: all 500ms .5s;
	transition: all 500ms .5s;
}


/*====================================================================
	02 Common_style
====================================================================*/


/*---------------------------------------------------------
	header
*/

header {
	display: block;
	padding-top: 50px;
	position: relative;
	/* background: #fff; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#sp_header {
	padding: 0;
	display: none;
}
.fs-clientInfo.is-ready {
    display: inline-block;
}

@media screen and (max-width: 640px) {
	header {
		height: 80px;
		padding-top: 0;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 995;
		background: #fff;
		transition: .3s;
	}
	#sp_header {
		height: 0;
		display: block;
	}
	/* .toppage_header header,
	.FS2_body_Goods_GoodsDetail header {
		top: 25px;
	} */
	 .fs-clientInfo.is-ready {
		display: block;
	}
}

header a.logo {
	display: block;
	width: 120px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	header a.logo {
		width: 90px;
		margin: 0 auto;
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
	}
}
header a.logo img {
	width: 100%;
}

header ul.nav {
	position: relative;
	/* letter-spacing: -.4em; */
	text-align: center;
	margin: 60px auto 0px;
	padding-bottom: 55px;
	max-width: 1000px;
	width: 100%;
}

/* header ul.nav.in_view:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: 0;
	left: 0;
} */

@media screen and (max-width: 640px) {
	header ul.nav.in_view:after {
		background: none;
	}
}

#main-contents {
	background: #fff;
}

header ul.nav.view:after {
	width: 100%;
	-webkit-transition: all 1.8s ease 0s;
	-ms-transition: all 1.8s ease 0s;
	-moz-transition: all 1.8s ease 0s;
	-o-transition: all 1.8s ease 0s;
	transition: all 1.8s ease 0s;
}

header ul.nav li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
	padding-bottom: 10px;
}
header ul.nav li.sp {
	display: none;
}

header ul.nav > li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
header ul.nav > li.icon_user {
	margin: 0 20px 0 50px;
}
header ul.nav > li.icon_menu {
	margin: 0;
	position: absolute;
	right: 0;
	/* width: 124px; */
}
header ul.nav > li.icon_menu a,
header ul.nav > li.icon_menu .header_login_btn {
	display: inline-block;
	margin: 0 5px;
}
header ul.nav > li.icon_menu .header_login_btn {
	height: 30px;
}
header ul.nav > li.icon_menu a:last-child {
	display: inline-block;
	margin: 0 0 0 5px;
}
header ul.nav span {
	display: inline-block;
	color: #fff;
}
/* header ul.nav li:nth-last-child(3) {
	margin: 0 5px 0 30px!important;
}
header ul.nav li:nth-last-child(2) {
	margin: 0 5px 0 10px!important;
}
header ul.nav li:nth-last-child(1) {
	margin: 0 5px 0 5px!important;
} */
.header_login_btn {
	position: relative;
}
header ul.nav span.header_login_menu {
	position: absolute;
	top: 40px;
	left: -47px;
	width: 120px;
	z-index: 1;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid #ccc;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
header ul.nav span.header_login_menu_open {
	top: 30px;
	opacity: 1!important;
	visibility: visible;
}
header ul.nav span.header_login_menu .header_login_menu_inner {
	position: relative;
}
header ul.nav span.header_login_menu:before {
content: "";
position: absolute;
top: -24px;
left: 50%;
margin-left: -15px;
border: 12px solid transparent;
border-bottom: 12px solid #FFF;
z-index: 2;
display: block;
}
header ul.nav span.header_login_menu:after {
content: "";
position: absolute;
top: -28px;
left: 50%;
margin-left: -17px;
border: 14px solid transparent;
border-bottom: 14px solid #ccc;
z-index: 1;
display: block;
}
header ul.nav li.icon_menu .header_login_menu a {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	display: block;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header ul.nav li.icon_menu .header_login_menu a:last-child {
	border-bottom: none;
}



.icon_menu i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}
.icon_login {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_login_bk.png);
}
.icon_heart {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_heart_bk.png);
}
.icon_cart {
	/* background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_cart_bk.png); */
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_cart_black.png);
	background-size: 17px!important;
}
.icon_mypage {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_mypage_bk.png);
}
.icon_search {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_search_bk.png);
}
header ul.nav li.icon_menu:after {
	display: none;
}
header ul.nav li.icon_menu a:hover {
	opacity: .6;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.eb_curt_count {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	bottom: -8px;
	right: -12px;
}

@media screen and (max-width: 640px) {
	header ul.nav > li:after {
		display: none;
	}
	header ul.nav > li.sp {
		display: inherit;
	}
	.icon_menu i {
		display: inline-block;
		width: 34px;
		height: 34px;
		background-size: 30px;
		background-repeat: no-repeat;
		margin: 0 auto;
		position: relative;
	}
	.eb_curt_count {
		position: absolute;
		bottom: 4px;
		right: -8px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}
}

header ul.nav > li:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}


header ul.nav li a {
	/* font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
	color: #000;
	letter-spacing: 2px;
	font-size: 105%;
	letter-spacing: 3px;
}
header ul.nav li a i {
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	header ul.nav li a {
		color: #fff;
	}
	header ul.nav li a.font-red {
		color: #c00000;
	}
}

header ul.nav li.nav_online_sub, header ul.nav li.footer_nav {
	display: none;
}

header ul.nav li.on:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

header ul.nav li.no_link {
	color: #555;
}

header ul.nav li.no_link:after {
	display: none;
}

@media screen and (max-width: 640px) {
	body.menu_open {
		overflow: hidden;
	}
	header ul.nav {
		width: 80%;
		height: 100%;
		background: rgba(29, 29, 29, 0.8);
		margin: 0;
		position: fixed;
		overflow: scroll;
		top: 0;
		left: -150%;
		padding: 0;
		z-index: 999;
		/* -webkit-transition: all 0.5s ease 1s;
		-ms-transition: all 0.5s ease 1s;
		-moz-transition: all 0.5s ease 1s;
		-o-transition: all 0.5s ease 1s;
		transition: all 0.5s ease 1s; */
	}
	#top_page header ul.nav,
	#FS2_ItemDetail ul.nav {
		padding: 0;
	}
	header ul.nav li {
		position: relative;
		display: block;
		text-align: left;
		opacity: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	header ul.sp_nav li {
	}
	header ul.nav li a {
		display: block;
		text-align: left;
		position: relative;
		margin-bottom: 8%;
		border-bottom: 1px solid #afafaf8c;
	}
	header ul.nav li.pc {
		display: none;
	}
	header ul.nav li.nav_online {
		margin-bottom: 5%;
	}
	header ul.nav li.nav_online_sub {
		display: block;
		padding: 25px 25px 25px 23px;
		margin-bottom: 0;
		border: 0;
	}
	header ul.nav li.nav_online_sub a {
		display: inline-block;
		width: auto;
		padding: 0;
		border-bottom: none;
		margin: 0 20px 0 0;
		vertical-align: middle;
	}
	header ul.nav li.nav_online_sub a i {
		font-size: 27px;
		color: #fff;
	}
	header ul.nav li.footer_nav {
		display: block;
		padding: 0;
		/* background: #fff; */
		margin: 0;
		border-bottom: 0;
	}
	header ul.nav li.footer_nav:last-child {
		margin-bottom: 50px;
	}
	header ul.nav li.footer_nav a {
		border-bottom: none;
		padding: 5px 7%;
		margin: 0;
		font-size: 12px;
	}
	header ul.nav li.footer_nav.footer_nav_first {
		margin-top: 0;
		padding-top: 7%;
	}
	header ul.nav li.footer_nav.footer_nav_last {
		padding-bottom: 17%;
	}
	header ul.nav > li:nth-child(1) {
		-webkit-transition: all 0.5s ease 0.75s;
		-ms-transition: all 0.5s ease 0.75s;
		-moz-transition: all 0.5s ease 0.75s;
		-o-transition: all 0.5s ease 0.75s;
		transition: all 0.5s ease 0.75s;
	}
	header ul.nav > li:nth-child(2) {
		-webkit-transition: all 0.5s ease 0.8s;
		-ms-transition: all 0.5s ease 0.8s;
		-moz-transition: all 0.5s ease 0.8s;
		-o-transition: all 0.5s ease 0.8s;
		transition: all 0.5s ease 0.8s;
	}
	header ul.nav > li:nth-child(3) {
		-webkit-transition: all 0.5s ease 0.85s;
		-ms-transition: all 0.5s ease 0.85s;
		-moz-transition: all 0.5s ease 0.85s;
		-o-transition: all 0.5s ease 0.85s;
		transition: all 0.5s ease 0.85s;
	}
	header ul.nav > li:nth-child(4) {
		-webkit-transition: all 0.5s ease 0.9s;
		-ms-transition: all 0.5s ease 0.9s;
		-moz-transition: all 0.5s ease 0.9s;
		-o-transition: all 0.5s ease 0.9s;
		transition: all 0.5s ease 0.9s;
	}
	header ul.nav > li:nth-child(5) {
		-webkit-transition: all 0.5s ease 0.95s;
		-ms-transition: all 0.5s ease 0.95s;
		-moz-transition: all 0.5s ease 0.95s;
		-o-transition: all 0.5s ease 0.95s;
		transition: all 0.5s ease 0.95s;
	}
	header ul.nav > li:nth-child(6) {
		-webkit-transition: all 0.5s ease 1s;
		-ms-transition: all 0.5s ease 1s;
		-moz-transition: all 0.5s ease 1s;
		-o-transition: all 0.5s ease 1s;
		transition: all 0.5s ease 1s;
	}
	header ul.nav > li:nth-child(7) {
		-webkit-transition: all 0.5s ease 1.05s;
		-ms-transition: all 0.5s ease 1.05s;
		-moz-transition: all 0.5s ease 1.05s;
		-o-transition: all 0.5s ease 1.05s;
		transition: all 0.5s ease 1.05s;
	}
	header ul.nav > li:nth-child(8) {
		-webkit-transition: all 0.5s ease 1.1s;
		-ms-transition: all 0.5s ease 1.1s;
		-moz-transition: all 0.5s ease 1.1s;
		-o-transition: all 0.5s ease 1.1s;
		transition: all 0.5s ease 1.1s;
	}
	header ul.nav > li:nth-child(9) {
		-webkit-transition: all 0.5s ease 1.15s;
		-ms-transition: all 0.5s ease 1.15s;
		-moz-transition: all 0.5s ease 1.15s;
		-o-transition: all 0.5s ease 1.15s;
		transition: all 0.5s ease 1.15s;
	}
	header ul.nav > li:nth-child(10) {
		-webkit-transition: all 0.5s ease 1.2s;
		-ms-transition: all 0.5s ease 1.2s;
		-moz-transition: all 0.5s ease 1.2s;
		-o-transition: all 0.5s ease 1.2s;
		transition: all 0.5s ease 1.2s;
	}
	header ul.nav > li:nth-child(11) {
		-webkit-transition: all 0.5s ease 1.25s;
		-ms-transition: all 0.5s ease 1.25s;
		-moz-transition: all 0.5s ease 1.25s;
		-o-transition: all 0.5s ease 1.25s;
		transition: all 0.5s ease 1.25s;
	}
	header ul.nav > li:nth-child(12) {
		-webkit-transition: all 0.5s ease 1.3s;
		-ms-transition: all 0.5s ease 1.3s;
		-moz-transition: all 0.5s ease 1.3s;
		-o-transition: all 0.5s ease 1.3s;
		transition: all 0.5s ease 1.3s;
	}
	header ul.nav > li:nth-child(13) {
		-webkit-transition: all 0.5s ease 1.35s;
		-ms-transition: all 0.5s ease 1.35s;
		-moz-transition: all 0.5s ease 1.35s;
		-o-transition: all 0.5s ease 1.35s;
		transition: all 0.5s ease 1.35s;
	}
	header ul.nav > li:nth-child(14) {
		-webkit-transition: all 0.5s ease 1.4s;
		-ms-transition: all 0.5s ease 1.4s;
		-moz-transition: all 0.5s ease 1.4s;
		-o-transition: all 0.5s ease 1.4s;
		transition: all 0.5s ease 1.4s;
	}
	header ul.nav > li:nth-child(15) {
		-webkit-transition: all 0.5s ease 1.45s;
		-ms-transition: all 0.5s ease 1.45s;
		-moz-transition: all 0.5s ease 1.45s;
		-o-transition: all 0.5s ease 1.45s;
		transition: all 0.5s ease 1.45s;
	}
	header ul.nav > li:nth-child(16) {
		-webkit-transition: all 0.5s ease 1.5s;
		-ms-transition: all 0.5s ease 1.5s;
		-moz-transition: all 0.5s ease 1.5s;
		-o-transition: all 0.5s ease 1.5s;
		transition: all 0.5s ease 1.5s;
	}
	header ul.nav > li:nth-child(17) {
		-webkit-transition: all 0.5s ease 1.55s;
		-ms-transition: all 0.5s ease 1.55s;
		-moz-transition: all 0.5s ease 1.55s;
		-o-transition: all 0.5s ease 1.55s;
		transition: all 0.5s ease 1.55s;
	}
	header ul.nav > li:nth-child(18) {
		-webkit-transition: all 0.5s ease 1.6s;
		-ms-transition: all 0.5s ease 1.6s;
		-moz-transition: all 0.5s ease 1.6s;
		-o-transition: all 0.5s ease 1.6s;
		transition: all 0.5s ease 1.6s;
	}
	header ul.nav > li:nth-child(19) {
		-webkit-transition: all 0.5s ease 1.65s;
		-ms-transition: all 0.5s ease 1.65s;
		-moz-transition: all 0.5s ease 1.65s;
		-o-transition: all 0.5s ease 1.65s;
		transition: all 0.5s ease 1.65s;
	}
	header ul.nav > li:nth-child(20) {
		-webkit-transition: all 0.5s ease 1.7s;
		-ms-transition: all 0.5s ease 1.7s;
		-moz-transition: all 0.5s ease 1.7s;
		-o-transition: all 0.5s ease 1.7s;
		transition: all 0.5s ease 1.7s;
	}
	header ul.nav > li:nth-child(21) {
		-webkit-transition: all 0.5s ease 1.85s;
		-ms-transition: all 0.5s ease 1.85s;
		-moz-transition: all 0.5s ease 1.85s;
		-o-transition: all 0.5s ease 1.85s;
		transition: all 0.5s ease 1.85s;
	}
	header ul.nav > li:nth-child(22) {
		-webkit-transition: all 0.5s ease 1.9s;
		-ms-transition: all 0.5s ease 1.9s;
		-moz-transition: all 0.5s ease 1.9s;
		-o-transition: all 0.5s ease 1.9s;
		transition: all 0.5s ease 1.9s;
	}
	header ul.nav > li:nth-child(23) {
		-webkit-transition: all 0.5s ease 1.95s;
		-ms-transition: all 0.5s ease 1.95s;
		-moz-transition: all 0.5s ease 1.95s;
		-o-transition: all 0.5s ease 1.95s;
		transition: all 0.5s ease 1.95s;
	}
	header ul.nav > li:nth-child(24) {
		-webkit-transition: all 0.5s ease 2s;
		-ms-transition: all 0.5s ease 2s;
		-moz-transition: all 0.5s ease 2s;
		-o-transition: all 0.5s ease 2s;
		transition: all 0.5s ease 2s;
	}
	header ul.nav > li:nth-child(25) {
		-webkit-transition: all 0.5s ease 2.05s;
		-ms-transition: all 0.5s ease 2.05s;
		-moz-transition: all 0.5s ease 2.05s;
		-o-transition: all 0.5s ease 2.05s;
		transition: all 0.5s ease 2.05s;
	}
	header ul.nav li a {
		width: 100%;
		display: block;
		padding: 20px 7% 15px;
		font-weight: normal;
		line-height: 1.2em;
		margin: 0;
	}
	header ul.nav.menu_on {
		left: 0;
	}
	header ul.nav.menu_on li {
		opacity: 1;
	}
	.sp_nav_upper {
		border-bottom: 1px solid #afafaf8c;
		margin-bottom: 30px!important;
	}
}


header .sp_menu span {
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

header .sp_menu {
	position: absolute;
	top: 25px;
	right: 15px;
	margin: auto;
	width: 30px;
	height: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 7.5px 0;
}
header .icon_menu.sp {
	position: absolute;
	top: 22px;
	right: 16px;
	margin: auto;
	font-size: 0;
}
header .icon_menu.sp a {
	display: inline-block;
	width: 30px;
	text-align: center;
}

header .sp_menu span:first-child {
	top: 0;
}

header .sp_menu span:nth-child(2) {
	top: 0;
	bottom: 0;
}

header .sp_menu span:last-child {
	bottom: 0;
}

/* header .sp_menu.menu_open {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
} */
header .sp_menu.menu_open {
	z-index: 1000;
}





header .sp_menu span:first-child { top: 0px !important; left: calc(50% - 15px) !important; transition: inherit !important;}
header .sp_menu span:nth-child(2) { top: 0px !important; bottom: 0px; left: calc(50% - 15px) !important; transition: inherit !important;}
header .sp_menu span:last-child { bottom: 0px !important; left: calc(50% - 15px) !important; transition: inherit !important;}

/* open */
header .sp_menu.menu_open span:first-child {
	top: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}
header .sp_menu.menu_open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: opacity .1s ease 0s, left .15s ease 0s;
	left: calc(50% - 30px);
}
header .sp_menu.menu_open span:last-child {
	top: 0px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}


header .sp_menu.menu_openn span { border-width: 3px !important;}

header .sp_menu.menu_open span:first-child { top: 0px !important; bottom: 0 !important; transition: inherit !important;}
header .sp_menu.menu_open span:nth-child(2) { opacity: 0 !important; transition: inherit !important;}
header .sp_menu.menu_open span:last-child { top: 0px !important; bottom: 0 !important; transition: inherit !important;}





header .sp_menu.menu_open span {
	background: #fff;
}

header .menu_text {
	width: 7%;
	position: absolute;
	left: 3%;
	top: 15%;
}

header .sp_text {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 12px;
	top: 65%;
}
header .sp_text2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 57px;
	top: 65%;
}
header .sp_text3 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 102px;
	top: 65%;
}
header .sp_text4 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 147px;
	top: 65%;
}
header .sp_text5 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 192px;
	top: 65%;
}
header .sp_text6 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	position: absolute;
	right: 237px;
	top: 65%;
}

.sp_hd_bg {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp_hd_bg {
		display: block;
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 9;
	}
}

.sp_menu_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	background-color: rgba(119, 119, 119, 0.5);
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 990;
}


@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}



/* .sp_menu_bg:after {
	content: "";
	display: block;
	width: 130%;
	height: 150%;
	background: #dddddd;
	position: absolute;
	top: 0;
	right: -160%;
	-webkit-transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s; } */

.sp_menu_bg.on {
	left: 0;
}
.sp_menu_bg3.on {
	right: auto;
	display: block;
	animation: show 1s linear 0s;
}


/* .sp_menu_bg.on:after {
	right: -60%; } */

.on .logo {
	position: relative;
	-webkit-transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
	/* opacity: 0.2; */
	z-index: -2;
}

.on .sp_text {
	-webkit-transition: all 0.2s ease 0.2s;
	-ms-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
	opacity: 0;
	z-index: -2;
}


/*---------------------------------------------------------
	footer
*/

footer {
	text-align: center;
	display: block;
	width: 100%;
	padding: 50px 0;
}

footer .footer_inner {
	display: block;
	width: 100%;
	margin: auto;
}

footer .footer_inner .cv-sns {
	padding: 140px 0 120px;
}

@media screen and (max-width: 640px) {
	footer .footer_inner .cv-sns {
		padding: 15% 10% 13%;
	}
}

footer .footer_inner .cv-sns ul {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
}

footer .footer_inner .cv-sns ul li {
	vertical-align: top;
	display: inline-block;
	margin-right: 14px;
}

footer .footer_inner .cv-sns ul li img {
	width: 26px;
}

@media screen and (max-width: 640px) {
	footer .footer_inner .cv-sns ul li {
		margin: 0 10% 8% 0;
	}
	footer .footer_inner .cv-sns ul li img {
		width: 20px;
	}
	footer .footer_inner .cv-sns ul li:nth-child(5), footer .footer_inner .cv-sns ul li:last-child {
		margin-right: 0;
	}
}

footer .footer_inner .cv-sns ul li p {
	font-size: 10px;
	margin-top: 5px;
}

footer .footer_inner .cv-menu ul {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	padding: 17px 0;
	background: #23272a;
}

@media screen and (max-width: 640px) {
	footer .footer_inner .cv-menu ul {
		padding: 6% 0;
	}
}

footer .footer_inner .cv-menu ul li {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 0 30px;
}

footer .footer_inner .cv-menu ul li a {
	color: #fff;
	display: block;
}

@media screen and (max-width: 640px) {
	footer .footer_inner .cv-menu ul li a {
		padding: 4% 5%;
	}
}

@media screen and (max-width: 640px) {
	footer .footer_inner .cv-menu ul li {
		text-align: left;
		display: block;
		padding: 0;
	}
}

footer .footer_inner .pageup {
	position: relative;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 11px;
	letter-spacing: 0.04em;
}

footer .footer_inner .pageup a {
	display: block;
	padding: 20px 0 15px;
}

footer .footer_inner .pageup:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}

footer .footer_inner .cv-credits {
	background: #3b3c3d;
	padding: 15px 0;
}

footer .footer_inner .cv-credits address {
	color: #fff;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: normal;
	font-style: normal;
	display: inline;
}

footer ul.footer_menu li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	/* -webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; */
}

footer ul.footer_menu li:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}


/*====================================================================
	03 Top_style
====================================================================*/


/*---------------------------------------------------------
	Top
*/

.main_slider_area {
	margin: 0 auto 70px;
}
.main_slider_area_test {
	margin: 0 auto 115px;
}
.main_slider_area_1 {
	position: relative;
	max-width: 1000px;
	width: 100%;
}
.main_slider_area_2 {
	position: relative;
	max-width: 100%;
}
.main_slider_area_3 {
	position: relative;
	max-width: 100%;
}
.slider_comment {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.main_slider_3 li {
	padding: 0 5px;
}

@media screen and (max-width: 640px) {
	.main_slider_3 li {
		padding: 0;
	}
}

/* @media screen and (max-width: 640px) {
	.main_slider_area {
		height: auto;
		margin: 0 auto 10%;
	}
	.main_slider_area.pc {
		display: none;
	}
} */

.main_slider_area .slides li img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.main_slider_area .slides li img {
		width: 100%;
	}
}

.main_slider_area .in_view {
	opacity: 1;
}

/* .main_slider_area .in_view:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
	z-index: 5;
} */

.main_slider_area .in_view.view:before {
	width: 0;
}

/* h2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 2.5em;
	letter-spacing: 0.12em;
	font-weight: 100;
} */

/* @media screen and (max-width: 640px) {
	h2 {
		text-align: center;
		font-size: 1.8em;
	}
} */

.section {
	display: block;
	/* max-width: 1140px; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 115px;
	/* overflow: hidden; */
	/* z-index: 0; */
}

.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

@media screen and (max-width: 640px) {
	.section {
		width: 94%!important;
		margin: 0 3% 50px;
	}
	.section2 {
		width: 98%!important;
		margin: 0 1% 76px;
	}
	.section3 {
		width: 98%!important;
		margin: 0 2% 76px;
	}
}

.title_area {
	/* float: left; */
	/* width: 31.6%; */
	width: 100%;
	letter-spacing: 0.12em;
	/* padding: 100px 0 0 0; */
	padding: 0;
	margin-bottom: 50px;
}
.information .title_area {
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	.title_area {
		width: 100%;
		height: auto;
		/* text-align: center; */
		padding: 0;
		margin-bottom: 30px;
	}
	.information .title_area {
		margin-bottom: 15px;
	}
}

.title_area h2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/* font-family: "Libre Baskerville", serif; */
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1;
}
.title_area .ranking_date {
	line-height: 1;
}
@media screen and (max-width: 640px) {
	.title_area h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
.title_area h2 span {
	font-size: 18px;

}
.title_area p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.home.title_area h2 {
		margin-bottom: 2%;
	}
}

.title_area p.section_title {
	line-height: 16px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.slider li img,
.slider2206 li img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.slider li a:hover img,
.slider2206 li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.slider_wrpa {
	/* float: right; */
	position: relative;
	/* width: 68.4%; */
	width: 100%;
}

.slider_wrpa:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

@media screen and (max-width: 640px) {
	.slider_wrpa {
		position: inherit;
		width: 100%;
		margin-right: 0;
	}
	/* .rearrival .slider_wrpa, */
	/* .ranking .slider_wrpa,
	.pickup .slider_wrpa {
		width: 102%;
		margin-left: -1%;
	} */
	/* .slider_wrpa .slick-prev {
		z-index: 1;
		left: 0%;
		background: url(../images/arrow_sl.png) no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 40px;
	}
	.slider_wrpa .slick-prev:before {
		content: '';
	}
	.slider_wrpa .slick-next {
		z-index: 1;
		right: 0%;
		background: url(../images/arrow_sr.png) no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 40px;
	}
	.slider_wrpa .slick-next:before {
		content: '';
	} */
}

.slider_wrpa .section_season {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 85px;
	left: -105px;
	font-size: 11px;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
	.slider_wrpa .section_season {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		position: relative;
		top: 0;
		left: 0;
		margin: 3% 0 8%;
		text-align: right;
	}
}

.slider_wrpa a {
	display: block;
}

/* .slider_wrpa a:after,
.slider_wrpa a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
} */

.slider_wrpa a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.slider_wrpa a img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* .slider_wrpa .slider {
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
} */

@media screen and (max-width: 640px) {
	/* .slider{
		margin-bottom: 10%;
	} */
}

.slider li,
.slider2206 li {
	position: relative;
	/* overflow: hidden; */
	padding: 0px 5px;
	/* z-index: 1000000; */
	overflow: hidden;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.newarrival .slider li,
	.newarrival .slider2206 li,
	.rearrival .slider li,
	.ranking .slider li,
	.stylebook2206 .slider li {
		padding: 0px 3px;
	}
	.slider li,
	.slider2206 li {
		padding: 0px 5px;
	}
	.newarrival .slick-list {
		width: 102%;
		margin: 0 -1%;
	}
}

/* .slider_wrpa .slider li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
	z-index: 1;
	margin: 0 10px;
} */
.slider_wrpa .slider li:before,
.slider_wrpa .slider2206 li:before {
	content: "";
	display: block;
	width: 115%;
	height: 115%;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	/* -webkit-transition: all 0.8s ease 0.7s;
	-ms-transition: all 0.8s ease 0.7s;
	-moz-transition: all 0.8s ease 0.7s;
	-o-transition: all 0.8s ease 0.7s;
	transition: all 0.8s ease 0.7s; */
	-webkit-transform: rotate(5deg);
	overflow: hidden;
	margin: 0;
	z-index: 2;
}

.title_area h2 {
	padding: 0 0 0 1%
}
@media screen and (max-width: 640px) {
	.title_area h2 {
		padding: 0 0 0 5%
	}
}


.view .title_area h2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.view .title_area p.section_title {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.view .title_area .more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.view .img_area a:before {
	width: 0;
}

.view .slider_wrpa:before {
	z-index: 0;
}

.view .slider_wrpa ul {
	opacity: 1;
}

.view .slider_wrpa ul li:before {
	width: 0;
}
.section.view .slider_wrpa ul li:before {
	width: 0;
}

.more {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 250px;
	background: #dadada;
	margin: 50px auto 0px;
}

@media screen and (max-width: 640px) {
	.more {
		width: 70%;
		margin: 50px auto 0px;
	}
}

.more a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 14px 15px 0px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.more a {
		text-align: center;
		padding: 14px 10px 0px;
		font-size: 12px;
	}
}

.more a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(https://ambient.itembox.design/item/assets/images/common/next_arrow_bk.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}
/* .more a:hover:before {
	right: 20px;
} */

@media screen and (max-width: 640px) {
	.more a:before {
		right: 15%;
	}
}

.more a:hover {
	/* padding-left: 25px; */
}


@media screen and (max-width: 640px) {
	.more {
		width: 50%;
	}
}


@media screen and (max-width: 640px) {
	.news {
		height: auto;
		margin: 0 3% 76px;
		padding: 0;
		width: 94%!important;
	}
}


.news .title_area p.news_day {
	font-size: 12px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

@media screen and (max-width: 640px) {
	.news .title_area p.news_day {
		font-size: 10px;
	}
}

@media screen and (max-width: 640px) {
	.news .title_area {
		text-align: center;
	}
}

.news ul {
	position: relative;
	/* overflow: hidden; */
}

.news ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

.news ul li {
	float: none;
	display: inline-block;
	position: relative;
	width: 33.2%;
	margin: 0 0 50px;
	border-left: 1px solid #eeeeee;
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
	vertical-align: top;
}

.news ul li:last-child {
	border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 640px) {
	.news ul li:last-child {
		padding-bottom: 6%;
		border-right: none;
		border-bottom: 1px solid #eeeeee;
	}
}

@media screen and (max-width: 640px) {
	.news ul li {
		width: 100%;
		margin: 0 0 6%;
		padding: 6% 0 0;
		border-left: none;
		/* border-top: 1px solid #eeeeee; */
	}
	.news ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		padding: 0 0.4em 0 0;
		clear: both;
		height: 0;
	}
}

.news ul li .img_area {
	float: left;
	width: 45.8%;
	overflow: hidden;
	margin-left: 3%;
}

.news ul li .img_area img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.news ul li .img_area img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 640px) {
	.news ul li .img_area {
		margin-left: 0;
	}
}

.news ul li .text_area {
	float: right;
	width: 51.2%;
	padding-top: 9%;
}

.news ul li .text_area p {
	line-height: 20px;
	padding: 0 8%;
}

.news ul li .text_area p.news_category {
	font-size: 11px;
	margin-bottom: 1px;
}

.news ul li .text_area p.news_title {
	font-size: 14px;
	margin-bottom: 10px;
}

.news ul li .text_area p.news_day {
	font-size: 10px;
}

@media screen and (max-width: 640px) {
	.news ul li .text_area p {
		font-weight: normal;
		padding: 0 10% 0 0;
	}
}

@media screen and (max-width: 640px) {
	.news ul li .text_area:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		background: url(https://ambient.itembox.design/item/assets/images/arrow_sr.png) no-repeat;
		width: 7px;
		height: 14px;
	}
}

.news ul li img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.news .item_box a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.news .item_box a img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .item_box a .news_images img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news ul li:hover:after {
	width: 100%;
}

.news ul li:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* .news .more {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 250px;
	background: #dadada;
}

@media screen and (max-width: 640px) {
	.news .more {
		width: 70%;
		margin: 0 auto;
	}
}

.news .more a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 16px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	.news .more a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

.news .more a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.news .more a:before {
		right: 15%;
	}
}

.news .more a:hover {
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.news .more a:hover {
		padding-left: 15px;
	}
} */

.news.view ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.news.view ul li:nth-child(1) {
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}
.news.view ul li:nth-child(2) {
	-webkit-transition: all 1s ease 0.4s;
	-ms-transition: all 1s ease 0.4s;
	-moz-transition: all 1s ease 0.4s;
	-o-transition: all 1s ease 0.4s;
	transition: all 1s ease 0.4s;
}
.news.view ul li:nth-child(3) {
	-webkit-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
.news.view ul li:nth-child(4) {
	-webkit-transition: all 1s ease 0.8s;
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	transition: all 1s ease 0.8s;
}
.news.view ul li:nth-child(5) {
	-webkit-transition: all 1s ease 1.0s;
	-ms-transition: all 1s ease 1.0s;
	-moz-transition: all 1s ease 1.0s;
	-o-transition: all 1s ease 1.0s;
	transition: all 1s ease 1.0s;
}
.news.view ul li:nth-child(6) {
	-webkit-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}
.news.view ul li:nth-child(7) {
	-webkit-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
}
.news.view ul li:nth-child(8) {
	-webkit-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
}
.news.view ul li:nth-child(9) {
	-webkit-transition: all 1s ease 1.8s;
	-ms-transition: all 1s ease 1.8s;
	-moz-transition: all 1s ease 1.8s;
	-o-transition: all 1s ease 1.8s;
	transition: all 1s ease 1.8s;
}
.news.view ul li:nth-child(10) {
	-webkit-transition: all 1s ease 2s;
	-ms-transition: all 1s ease 2s;
	-moz-transition: all 1s ease 2s;
	-o-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
.news.view ul li:nth-child(11) {
	-webkit-transition: all 1s ease 2.2s;
	-ms-transition: all 1s ease 2.2s;
	-moz-transition: all 1s ease 2.2s;
	-o-transition: all 1s ease 2.2s;
	transition: all 1s ease 2.2s;
}
.news.view ul li:nth-child(12) {
	-webkit-transition: all 1s ease 2.4s;
	-ms-transition: all 1s ease 2.4s;
	-moz-transition: all 1s ease 2.4s;
	-o-transition: all 1s ease 2.4s;
	transition: all 1s ease 2.4s;
}
.news.view ul li:nth-child(13) {
	-webkit-transition: all 1s ease 2.6s;
	-ms-transition: all 1s ease 2.6s;
	-moz-transition: all 1s ease 2.6s;
	-o-transition: all 1s ease 2.6s;
	transition: all 1s ease 2.6s;
}
.news.view ul li:nth-child(14) {
	-webkit-transition: all 1s ease 2.8s;
	-ms-transition: all 1s ease 2.8s;
	-moz-transition: all 1s ease 2.8s;
	-o-transition: all 1s ease 2.8s;
	transition: all 1s ease 2.8s;
}
.news.view ul li:nth-child(15) {
	-webkit-transition: all 1s ease 3s;
	-ms-transition: all 1s ease 3s;
	-moz-transition: all 1s ease 3s;
	-o-transition: all 1s ease 3s;
	transition: all 1s ease 3s;
}
.news.view ul li:nth-child(16) {
	-webkit-transition: all 1s ease 3.2s;
	-ms-transition: all 1s ease 3.2s;
	-moz-transition: all 1s ease 3.2s;
	-o-transition: all 1s ease 3.2s;
	transition: all 1s ease 3.2s;
}
.news.view ul li:nth-child(17) {
	-webkit-transition: all 1s ease 3.4s;
	-ms-transition: all 1s ease 3.4s;
	-moz-transition: all 1s ease 3.4s;
	-o-transition: all 1s ease 3.4s;
	transition: all 1s ease 3.4s;
}
.news.view ul li:nth-child(18) {
	-webkit-transition: all 1s ease 3.6s;
	-ms-transition: all 1s ease 3.6s;
	-moz-transition: all 1s ease 3.6s;
	-o-transition: all 1s ease 3.6s;
	transition: all 1s ease 3.6s;
}
.news.view ul li:nth-child(19) {
	-webkit-transition: all 1s ease 3.8s;
	-ms-transition: all 1s ease 3.8s;
	-moz-transition: all 1s ease 3.8s;
	-o-transition: all 1s ease 3.8s;
	transition: all 1s ease 3.8s;
}
.news.view ul li:nth-child(20) {
	-webkit-transition: all 1s ease 4s;
	-ms-transition: all 1s ease 4s;
	-moz-transition: all 1s ease 4s;
	-o-transition: all 1s ease 4s;
	transition: all 1s ease 4s;
}
.news.view ul li:nth-child(21) {
	-webkit-transition: all 1s ease 3.8s;
	-ms-transition: all 1s ease 3.8s;
	-moz-transition: all 1s ease 3.8s;
	-o-transition: all 1s ease 3.8s;
	transition: all 1s ease 3.8s;
}
.news.view ul li:nth-child(22) {
	-webkit-transition: all 1s ease 4s;
	-ms-transition: all 1s ease 4s;
	-moz-transition: all 1s ease 4s;
	-o-transition: all 1s ease 4s;
	transition: all 1s ease 4s;
}



/* contents css */
@media screen and (max-width: 640px) {
	.pickup {
		margin: 0 3% 130px;
	}
	.contents {
		height: auto;
		margin: 0 2% 76px;
		padding: 0;
	}
	.pickup .slick-list {
		/* width: 101%;
		margin: 0 -0.5%; */
	}
}


.contents .title_area p.contents_day {
	font-size: 12px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

@media screen and (max-width: 640px) {
	.contents .title_area p.contents_day {
		font-size: 10px;
	}
}

@media screen and (max-width: 640px) {
	.contents .title_area {
		text-align: center;
	}
}

.contents ul {
	position: relative;
	/* overflow: hidden; */
}

.contents ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

.contents ul li {
	float: left;
	display: block;
	position: relative;
	width: 33.2%;
	margin: 0 0 50px;
	border-left: 1px solid #eeeeee;
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.contents ul li:last-child {
	border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 640px) {
	.contents ul li:last-child {
		padding-bottom: 6%;
		border-right: none;
		border-bottom: 1px solid #eeeeee;
	}
}

@media screen and (max-width: 640px) {
	.contents ul li {
		width: 100%;
		margin: 0 0 6%;
		padding: 6% 0 0;
		border-left: none;
		/* border-top: 1px solid #eeeeee; */
	}
	.contents ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		padding: 0 0.4em 0 0;
		clear: both;
		height: 0;
	}
}

.contents ul li .img_area {
	float: left;
	width: 45.8%;
	overflow: hidden;
	margin-left: 3%;
}

.contents ul li .img_area img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.contents ul li .img_area img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 640px) {
	.contents ul li .img_area {
		margin-left: 0;
	}
}

.contents ul li .text_area {
	float: right;
	width: 51.2%;
	padding-top: 9%;
}

.contents ul li .text_area p {
	line-height: 20px;
	padding: 0 8%;
}

.contents ul li .text_area p.contents_category {
	font-size: 11px;
	margin-bottom: 1px;
}

.contents ul li .text_area p.contents_title {
	font-size: 14px;
	margin-bottom: 10px;
}

.contents ul li .text_area p.contents_day {
	font-size: 10px;
}

@media screen and (max-width: 640px) {
	.contents ul li .text_area p {
		font-weight: normal;
		padding: 0 10% 0 0;
	}
}

@media screen and (max-width: 640px) {
	.contents ul li .text_area:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		background: url(https://ambient.itembox.design/item/assets/images/arrow_sr.png) no-repeat;
		width: 7px;
		height: 14px;
	}
}

.contents ul li img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.contents .item_box a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.contents .item_box a img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.contents .item_box a .contents_images img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.contents ul li:hover:after {
	width: 100%;
}

.contents ul li:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* .contents .more {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 250px;
	background: #dadada;
}

@media screen and (max-width: 640px) {
	.contents .more {
		width: 70%;
		margin: 0 auto;
	}
}

.contents .more a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 16px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	.contents .more a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

.contents .more a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.contents .more a:before {
		right: 15%;
	}
}

.contents .more a:hover {
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.contents .more a:hover {
		padding-left: 15px;
	}
} */

.contents.view ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.contents.view ul li:nth-child(1) {
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}

.contents.view ul li:nth-child(2) {
	-webkit-transition: all 1s ease 0.4s;
	-ms-transition: all 1s ease 0.4s;
	-moz-transition: all 1s ease 0.4s;
	-o-transition: all 1s ease 0.4s;
	transition: all 1s ease 0.4s;
}

.contents.view ul li:nth-child(3) {
	-webkit-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}

.contents.view ul li:nth-child(4) {
	-webkit-transition: all 1s ease 0.8s;
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	transition: all 1s ease 0.8s;
}
.contents.view ul li:nth-child(5) {
	-webkit-transition: all 1s ease 1.0s;
	-ms-transition: all 1s ease 1.0s;
	-moz-transition: all 1s ease 1.0s;
	-o-transition: all 1s ease 1.0s;
	transition: all 1s ease 1.0s;
}

.contents.view ul li:nth-child(6) {
	-webkit-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}

.contents.view ul li:nth-child(7) {
	-webkit-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
}

.contents.view ul li:nth-child(8) {
	-webkit-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
}



.contents ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

.contents ul li {
	display: inline-block;
	position: relative;
	width: 23%;
	margin: 0 1%;
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
	padding: 0;
	overflow: hidden;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	.contents ul li {
		width: 48%;
	}
	/* .contents ul li:first-child {
		margin-bottom: 10px;
	} */
}

.contents.view ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.contents.view ul li:nth-child(1) {
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}

.contents.view ul li:nth-child(2) {
	-webkit-transition: all 1s ease 0.4s;
	-ms-transition: all 1s ease 0.4s;
	-moz-transition: all 1s ease 0.4s;
	-o-transition: all 1s ease 0.4s;
	transition: all 1s ease 0.4s;
}

.contents.view ul li:nth-child(3) {
	-webkit-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}

.contents.view ul li:nth-child(4) {
	-webkit-transition: all 1s ease 0.8s;
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	transition: all 1s ease 0.8s;
}
.contents.view ul li:nth-child(5) {
	-webkit-transition: all 1s ease 1.0s;
	-ms-transition: all 1s ease 1.0s;
	-moz-transition: all 1s ease 1.0s;
	-o-transition: all 1s ease 1.0s;
	transition: all 1s ease 1.0s;
}

.contents.view ul li:nth-child(6) {
	-webkit-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}

.contents.view ul li:nth-child(7) {
	-webkit-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
}

.contents.view ul li:nth-child(8) {
	-webkit-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
}

.ranking_hide {
	display: none;
}

.ranking_date {
	padding: 0 0 0 1%;
	color: #777;
}

.ranking_tab {
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
}

.ranking_tab {
	font-size: 0;
}
.ranking_tab li {
	padding: 10px 0;
	list-style: none;
	width: 24.3%;
	margin: 0 0.1% 1px;
	text-align: center;
	font-size: 12px;
	background: #fff;
	line-height: 1em;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.ranking_tab li:hover {
	cursor: pointer;
}
.ranking_tab li.active {
	background: #f5f5f5;
}

@media only screen and (max-width: 640px) {
	.ranking_tab {
		display: block;
		font-size: 0;
	}
	.ranking_tab li {
		width: auto;
		display: inline-block;
		position: relative;
	}
	.ranking_tab li.slick-current::before {
		transition: .3s;
		content: '';
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.ranking_date {
		padding: 0 0 0 5%;
	}
}




.look:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

@media screen and (max-width: 640px) {
	.look {
		margin: 0 2% 76px;
	}
}

.look .title_area {
	float: right;
	width: 57.5%;
	margin-top: 345px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.look .title_area {
		width: 100%;
	}
}

.look .title_area h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.look .title_area p.look_title {
	font-weight: 100;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.look .slider_wrpa {
	float: left;
	display: block;
	width: 42.5%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.look .slider_wrpa {
		float: none;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
	}
}

.look .slider_wrpa:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.look .slider_wrpa ul {
	-webkit-transition: all 0.5s ease-in-out 0.7s;
	-ms-transition: all 0.5s ease-in-out 0.7s;
	-moz-transition: all 0.5s ease-in-out 0.7s;
	-o-transition: all 0.5s ease-in-out 0.7s;
	transition: all 0.5s ease-in-out 0.7s;
	opacity: 0;
}

.look .slider_wrpa ul li {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.look .slider_wrpa ul li.slick-active {
		z-index: 9;
	}
}

.look .slider_wrpa ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}

.look .slider_wrpa ul li img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.look .slider_wrpa ul li img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.look .slider_wrpa ul.slick-initialized {
	opacity: 1;
}

.look .slider_wrpa ul .slick-list {
	overflow: inherit;
}

.look.view .title_area h2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.look.view .title_area p.look_title {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.look.view .slider_wrpa:before {
	z-index: 0;
}

.look.view .slider_wrpa ul li:before {
	width: 0;
}

.look .more {
	width: 250px;
	background: #dadada;
}

@media screen and (max-width: 640px) {
	.look .more {
		width: 70%;
		margin: 0 auto;
	}
}

.look .more a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 16px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	.look .more a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

.look .more a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.look .more a:before {
		right: 15%;
	}
}

.look .more a:hover {
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.look .more a:hover {
		padding-left: 15px;
	}
}


.visual:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

@media screen and (max-width: 640px) {
	.visual {
		position: relative;
		margin: 0 2% 76px;
	}
}

.visual .title_area {
	float: left;
	width: 42.5%;
	background: #fff;
	padding-top: 20%;
	z-index: 22;
}

@media screen and (max-width: 640px) {
	.visual .title_area {
		float: none;
		position: relative;
		width: 100%;
		margin: 0 0 8%;
		padding: 0;
		background: none;
	}
}

.visual .title_area .title_wrpa {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.visual .title_area .title_wrpa {
		position: relative;
		top: 0;
		left: 0;
	}
}

.visual .title_area h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.visual .title_area p.visual_season {
	margin-bottom: 45px;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

@media screen and (max-width: 640px) {
	.visual .title_area p.visual_season {
		margin-bottom: 0;
	}
}

.visual .slider_area {
	float: right;
	width: 57.5%;
	display: block;
}

@media screen and (max-width: 640px) {
	.visual .slider_area {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}

.visual .slider_area .slick-prev {
	top: 65%;
	left: -50%;
	background: url(https://ambient.itembox.design/item/assets/images/arrow_sl.png) no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 40px;
}

.visual .slider_area .slick-prev:before {
	content: "　";
}

@media screen and (max-width: 640px) {
	.visual .slider_area .slick-prev {
		top: 54%;
		left: -12%;
	}
}

.visual .slider_area .slick-next {
	top: 65%;
	left: -27.5%;
	background: url(https://ambient.itembox.design/item/assets/images/arrow_sr.png) no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 40px;
}

.visual .slider_area .slick-next:before {
	content: "　";
}

@media screen and (max-width: 640px) {
	.visual .slider_area .slick-next {
		top: 54%;
		left: 104%;
	}
}

.visual.view .title_area h2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.visual.view .title_area p.visual_season {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.visual.view .slider_wrpa:before {
	z-index: 0;
}

.visual.view .slider_wrpa ul li:before {
	width: 0;
}


.insta:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

@media screen and (max-width: 640px) {
	.insta {
		margin: 0 2% 0;
	}
}

.insta .title_area {
	float: left;
	display: block;
	width: 32.2%;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 100;
	letter-spacing: 0.12em;
	padding: 355px 0 0 0;
}

@media screen and (max-width: 640px) {
	.insta .title_area {
		text-align: center;
		width: 100%;
		margin: 0 0 7%;
		padding: 0;
	}
}

.insta .title_area h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.insta .title_area p.insta_id {
	letter-spacing: 0.12em;
	font-size: 12px;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.insta .title_area .more_wrpa {
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-ms-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.insta .title_area .more_wrpa a.more {
	width: 250px;
	background: #dadada;
}

@media screen and (max-width: 640px) {
	.insta .title_area .more_wrpa a.more {
		width: 70%;
		margin: 0 auto;
	}
}

.insta .title_area .more_wrpa a.more a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 16px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	.insta .title_area .more_wrpa a.more a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

.insta .title_area .more_wrpa a.more a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(https://ambient.itembox.design/item/assets/images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.insta .title_area .more_wrpa a.more a:before {
		right: 15%;
	}
}

.insta .title_area .more_wrpa a.more a:hover {
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.insta .title_area .more_wrpa a.more a:hover {
		padding-left: 15px;
	}
}

.insta #insta {
	float: right;
	width: 65.8%;
}

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

.insta #insta ul {
	letter-spacing: -.4em;
}

.insta #insta ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 33.3%;
	overflow: hidden;
	position: relative;
	margin-bottom: -3px;
	opacity: 0;
}

.insta #insta ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.insta #insta ul li a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8;
}

.insta #insta ul li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.insta #insta ul {
		width: 100%;
	}
}

.insta.view .title_area h2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.insta.view .title_area p.insta_id {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.insta.view .title_area .more_wrpa {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.insta.view #insta ul li {
	opacity: 1;
}

.insta.view #insta ul li:nth-child(2), .insta.view #insta ul li:nth-child(6), .insta.view #insta ul li:nth-child(8) {
	-webkit-transition: all 1s ease 0.1s;
	-ms-transition: all 1s ease 0.1s;
	-moz-transition: all 1s ease 0.1s;
	-o-transition: all 1s ease 0.1s;
	transition: all 1s ease 0.1s;
}

.insta.view #insta ul li:nth-child(1), .insta.view #insta ul li:nth-child(4), .insta.view #insta ul li:nth-child(7) {
	-webkit-transition: all 1s ease 0.5s;
	-ms-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}

.insta.view #insta ul li:nth-child(3), .insta.view #insta ul li:nth-child(5), .insta.view #insta ul li:nth-child(9) {
	-webkit-transition: all 1s ease 0.9s;
	-ms-transition: all 1s ease 0.9s;
	-moz-transition: all 1s ease 0.9s;
	-o-transition: all 1s ease 0.9s;
	transition: all 1s ease 0.9s;
}

.insta.view #insta ul li:before {
	width: 0;
}

.top_movie {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.top_movie.open {
	opacity: 1;
}

.top_movie .movie_area {
	position: relative;
	width: 80%;
	padding-top: 56.25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

@media screen and (max-width: 640px) {
	.top_movie .movie_area {
		width: 100%;
	}
}

.top_movie .movie_area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.top_movie .close {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.top_movie .close:before, .top_movie .close:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 25px;
}

.top_movie .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_movie .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*====================================================================
	04 News_style
====================================================================*/


/*---------------------------------------------------------
	News
*/


@media screen and (max-width: 640px) {
	#news_archive ul.news_category_nav {
		margin: 7% 2%;
		border-bottom: 1px solid #eee;
	}
}

#news_archive ul.news_category_nav li {
	letter-spacing: 0.1em;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_category_nav li {
		width: 50%;
		font-size: 11px;
		margin-bottom: 5%;
		text-align: center;
	}
}

#news_archive ul.news_category_nav li:first-child:before {
	content: " ";
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_category_nav li:first-child:before {
		content: "/";
	}
}

#news_archive ul.news_category_nav li:before {
	content: "/";
	margin-right: 7px;
	padding-left: 15px;
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_category_nav li:before {
		position: absolute;
		left: 0;
	}
}

#news_archive ul.news_category_nav li.news_category_campaign, #news_archive ul.news_category_nav li.news_category_newrelease, #news_archive ul.news_category_nav li.news_category_event, #news_archive ul.news_category_nav li.news_category_info {
	position: relative;
}

#news_archive ul.news_category_nav li.news_category_campaign:after, #news_archive ul.news_category_nav li.news_category_newrelease:after, #news_archive ul.news_category_nav li.news_category_event:after, #news_archive ul.news_category_nav li.news_category_info:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 20%;
	width: 0%;
	height: 1px;
	background: #95895f;
	-webkit-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

#news_archive ul.news_category_nav li:hover.news_category_campaign:after, #news_archive ul.news_category_nav li:hover.news_category_newrelease:after, #news_archive ul.news_category_nav li:hover.news_category_event:after, #news_archive ul.news_category_nav li:hover.news_category_info:after {
	width: 80%;
}

#news_archive ul.news_category_nav li.news_category_campaign.on, #news_archive ul.news_category_nav li.news_category_newrelease.on, #news_archive ul.news_category_nav li.news_category_event.on, #news_archive ul.news_category_nav li.news_category_info.on {
	position: relative;
}

#news_archive ul.news_category_nav li.news_category_campaign.on:after, #news_archive ul.news_category_nav li.news_category_newrelease.on:after, #news_archive ul.news_category_nav li.news_category_event.on:after, #news_archive ul.news_category_nav li.news_category_info.on:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 20%;
	width: 80%;
	height: 1px;
	background: #95895f;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_category_nav li.news_category_campaign.on:after, #news_archive ul.news_category_nav li.news_category_newrelease.on:after, #news_archive ul.news_category_nav li.news_category_event.on:after, #news_archive ul.news_category_nav li.news_category_info.on:after {
		width: 60%;
	}
}

#news_archive ul.news_category_nav li.news_category_campaign.on a, #news_archive ul.news_category_nav li.news_category_newrelease.on a, #news_archive ul.news_category_nav li.news_category_event.on a, #news_archive ul.news_category_nav li.news_category_info.on a {
	color: #95895f;
}

#news_archive ul.news_index_all {
	letter-spacing: -.4em;
}

#news_archive ul.news_index_all li {
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 33.1%;
	margin-bottom: 50px;
}

#news_archive ul.news_index_all li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#news_archive ul.news_index_all li .img_area {
	float: left;
	width: 48.8%;
	overflow: hidden;
}

#news_archive ul.news_index_all li .img_area img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#news_archive ul.news_index_all li .img_area img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#news_archive ul.news_index_all li .text_area {
	float: right;
	width: 51.2%;
	padding-top: 9%;
}

#news_archive ul.news_index_all li .text_area p {
	line-height: 20px;
	padding: 0 8%;
}

#news_archive ul.news_index_all li .text_area p.news_category {
	font-weight: bold;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	margin-bottom: 1px;
}

#news_archive ul.news_index_all li .text_area p.news_title {
	font-size: 14px;
	margin-bottom: 1px;
}

#news_archive ul.news_index_all li .text_area p.news_day {
	font-weight: bold;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_index_all li .text_area:after {
		content: "";
		position: absolute;
		right: 0;
		top: 40%;
		background: url(https://ambient.itembox.design/item/assets/images/arrow_sr.png) no-repeat;
		width: 7px;
		height: 14px;
	}
}

#news_archive ul.news_index_all li p.news_day {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 1.16em;
	letter-spacing: 0.1em;
	margin: 10px 0;
}

#news_archive ul.news_index_all li p.news_title {
	font-size: 1.08em;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	#news_archive ul.news_index_all li {
		float: none;
		display: block;
		width: 96%;
		margin: 7% auto;
		padding-bottom: 7%;
		border-bottom: 1px solid #eee;
	}
}

#news_archive .pagination {
	clear: both;
	text-align: center;
	margin: 50px auto;
}

#news_archive .pagination .page-numbers {
	margin: 0 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #000;
	border-radius: 5px;
}

#news_archive .pagination a {
	font-size: 1.08em;
}

#news_archive .pagination span {
	font-size: 1.08em;
}

#news_archive .pagination span.current {
	background: #95895f;
	color: #fff;
}

#news_archive .pagination span.dots {
	background: none;
	color: #fff;
}

#news_single {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: 30px auto;
	color: #111111;
}

#news_single:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#news_single h1 {
	text-align: center;
	color: #95895f;
	font-size: 20px;
	margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
	#news_single h1 {
		margin-bottom: 10%;
	}
}

#news_single h3 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	border-top: solid 1px #eeeeee;
	text-align: center;
	font-size: 16px;
	margin: 75px 0;
	padding-top: 78px;
}

@media screen and (max-width: 640px) {
	#news_single h3 {
		margin: 10% 3% 0;
		padding-bottom: 8%;
		border-top: none;
		border-bottom: solid 1px #eeeeee;
	}
}

#news_single .news_wrpa:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#news_single .news_wrpa .img_area {
	float: right;
	width: 38.2%;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .img_area {
		float: none;
		width: 100%;
	}
}

#news_single .news_wrpa .text_area {
	float: left;
	width: 57.5%;
	padding-top: 9%;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .text_area {
		float: none;
		width: 90%;
		padding: 0;
		margin: 8% auto;
	}
}

#news_single .news_wrpa .text_area a {
	width: 250px;
	background: #dadada;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin-top: 5%;
	padding: 12px 15px 10px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .text_area a {
		text-align: center;
		width: 70%;
		margin: 9% auto 0;
		padding: 9px 15px 7px;
	}
}

#news_single .news_wrpa .text_area a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(https://ambient.itembox.design/item/assets/images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .text_area a:before {
		right: 15%;
	}
}

#news_single .news_wrpa .text_area a:hover {
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .text_area a:hover {
		padding-left: 15px;
	}
}

#news_single .news_wrpa .text_area .txt p {
	font-size: 12px;
	line-height: 22px;
}

@media screen and (max-width: 640px) {
	#news_single .news_wrpa .head {
		text-align: center;
	}
}

#news_single .news_wrpa .head h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

#news_single .news_wrpa .head p {
	line-height: 20px;
}

#news_single .news_wrpa .head p.news_category {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#news_single .news_wrpa .head p.news_title {
	font-size: 20px;
	margin-bottom: 10px;
}

#news_single .news_wrpa .head p.news_day {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px;
}

#news_single ul.news_index_all {
	clear: both;
	border-bottom: solid 1px #eeeeee;
	padding: 0 0 78px;
	letter-spacing: -.4em;
}

@media screen and (max-width: 640px) {
	#news_single ul.news_index_all {
		border-bottom: none;
	}
}

#news_single ul.news_index_all .img_area {
	float: right;
	width: 38.2%;
	overflow: hidden;
}

#news_single ul.news_index_all .text_area {
	float: left;
	width: 57.5%;
	padding-top: 9%;
}

@media screen and (max-width: 640px) {
	#news_single ul.news_index_all .text_area:after {
		content: "";
		position: absolute;
		right: 0;
		top: 40%;
		background: url(https://ambient.itembox.design/item/assets/images/arrow_sr.png) no-repeat;
		width: 7px;
		height: 14px;
	}
}

#news_single ul.news_index_all li {
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 33.1%;
	height: 184px;
}

#news_single ul.news_index_all li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#news_single ul.news_index_all li .img_area {
	float: left;
	width: 48.8%;
	overflow: hidden;
}

#news_single ul.news_index_all li .img_area img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#news_single ul.news_index_all li .img_area img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#news_single ul.news_index_all li .text_area {
	width: 51.2%;
	display: table-cell;
	vertical-align: middle;
}

#news_single ul.news_index_all li .text_area p {
	line-height: 20px;
	padding: 0 8%;
}

#news_single ul.news_index_all li .text_area p.news_category {
	font-size: 11px;
	margin-bottom: 1px;
}

#news_single ul.news_index_all li .text_area p.news_title {
	font-size: 14px;
	margin-bottom: 1px;
}

#news_single ul.news_index_all li .text_area p.news_day {
	font-size: 10px;
}

#news_single ul.news_index_all li p.news_day {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 1.16em;
	letter-spacing: 0.1em;
	margin: 10px 0;
}

#news_single ul.news_index_all li p.news_title {
	font-size: 1.08em;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	#news_single ul.news_index_all li {
		display: block;
		width: 96%;
		height: auto;
		margin: 5% auto;
		padding-bottom: 5%;
		border-bottom: 1px solid #eee;
	}
}

#news_single .archive {
	clear: both;
	width: 200px;
	margin: 0 auto;
	background: #DADADA;
	margin-top: 120px;
}

@media screen and (max-width: 640px) {
	#news_single .archive {
		width: 70%;
		margin: 0 auto;
	}
}

#news_single .archive a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 17px 15px 15px 65px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	#news_single .archive a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

#news_single .archive a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(https://ambient.itembox.design/item/assets/images/arrow.png) no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#news_single .archive a:before {
		left: 25.5%;
	}
}

#news_single .archive a:hover {
	padding-left: 60px;
}

@media screen and (max-width: 640px) {
	#news_single .archive a:hover {
		padding-left: 15px;
	}
}


/*====================================================================
	05 Newarrival_style
====================================================================*/


/*---------------------------------------------------------
	NEWARRIVAL
*/

#newarrival_single {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#newarrival_single {
		margin-top: 5%;
	}
}

#newarrival_single .item_area {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}

#newarrival_single .item_area ul.brndx {
	letter-spacing: -.4em;
}

#newarrival_single .item_area ul.brndx li {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 25%;
	margin-bottom: 20px;
	letter-spacing: normal;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_area ul.brndx li {
		width: 50%;
		margin-bottom: 5%;
	}
}

#newarrival_single .item_area ul.brndx li .title_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#newarrival_single .item_area ul.brndx li .title_block:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_area ul.brndx li p {
		font-size: 11px;
		line-height: 18px;
		text-align: left;
		margin: 0 3%;
	}
}

#newarrival_single .item_area ul.brndx li p.view {
	position: relative;
	margin: 60% 20%;
	padding: 8px 20px 7px;
	color: #000;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#newarrival_single .item_area ul.brndx li p.view:before, #newarrival_single .item_area ul.brndx li p.view:after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 1px solid transparent;
}

#newarrival_single .item_area ul.brndx li p.view:before {
	top: -1px;
	left: -1px;
}

#newarrival_single .item_area ul.brndx li p.view:after {
	top: -1px;
	right: -1px;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_area ul.brndx li p.view {
		display: none;
	}
}

#newarrival_single .item_area ul.brndx li p.name {
	line-height: 17px;
	margin: 10px 0;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_area ul.brndx li p.name {
		margin: 3% 3% 0;
	}
}

#newarrival_single .item_area ul.brndx li:hover p.view:before {
	width: 100%;
	height: 100%;
	border-bottom-color: #000;
	border-left-color: #000;
	-webkit-transition: height .3s, width .3s .3s;
	-o-transition: height .3s, width .3s .3s;
	transition: height .3s, width .3s .3s;
}

#newarrival_single .item_area ul.brndx li:hover p.view:after {
	width: 100%;
	height: 100%;
	border-top-color: #000;
	border-right-color: #000;
	-webkit-transition: height .3s, width .3s .3s;
	-o-transition: height .3s, width .3s .3s;
	transition: height .3s, width .3s .3s;
}

#newarrival_single .item_btn {
	width: 200px;
	margin: 0 auto;
	background: #DADADA;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_btn {
		width: 70%;
	}
}

#newarrival_single .item_btn a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 17px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_btn a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

#newarrival_single .item_btn a:before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 46px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_btn a:before {
		right: 17.5%;
	}
}

#newarrival_single .item_btn a:hover {
	padding-left: 22px;
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_btn a:hover {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	#newarrival_single .item_btn {
		margin-top: 4%;
	}
}


/*====================================================================
	06 Ranking_style
====================================================================*/


/*---------------------------------------------------------
	RANKING
*/

#ranking_single {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#ranking_single {
		margin-top: 5%;
	}
}

#ranking_single h1 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	color: #95895f;
	font-size: 20px;
	margin-bottom: 95px;
	letter-spacing: 0.08em;
}

#ranking_single .slider_area {
	display: block;
	width: 100%;
	overflow: hidden;
}

#ranking_single .slider_area .slider_wrpa {
	display: block;
	width: 60%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 640px) {
	#ranking_single .slider_area .slider_wrpa {
		width: 70%;
	}
}

#ranking_single .slider_area .slider_wrpa ul.slider {
	-webkit-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 0;
}

#ranking_single .slider_area .slider_wrpa ul.slider p {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	line-height: 17px;
}

#ranking_single .slider_area .slider_wrpa ul.slider p.no {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#ranking_single .slider_area .slider_wrpa ul.slider p.no {
		font-size: 11px;
	}
}

#ranking_single .slider_area .slider_wrpa ul.slider p.name {
	margin: 10px 0 5px;
}

@media screen and (max-width: 640px) {
	#ranking_single .slider_area .slider_wrpa ul.slider p.name {
		margin: 3% 0 0;
	}
}

#ranking_single .slider_area .slider_wrpa ul.slider.slick-initialized {
	opacity: 1;
}

#ranking_single .slider_area .slider_wrpa ul.slider.slick-initialized li {
	margin-left: 0;
}

#ranking_single .slider_area .slider_wrpa ul.slider li {
	margin: 0 10px;
	-webkit-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: inline-block;
	position: relative;
}

#ranking_single .slider_area .slider_wrpa .slick-list {
	overflow: inherit;
}

#ranking_single .slider_area .slider_wrpa .slick-prev {
	left: 0;
}

#ranking_single .slider_area .slider_wrpa .slick-next {
	right: 0;
}

#ranking_single .btn_area {
	position: relative;
	display: block;
	width: 70%;
	height: 50px;
	margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
	#ranking_single .btn_area {
		display: none;
	}
}

#ranking_single .btn_area .slide_btn {
	display: block;
	width: 180px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
}

#ranking_single .btn_area .slide_btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
}

#ranking_single .btn_area .slide_btn:before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#ranking_single .btn_area .slide_btn:after {
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#ranking_single .btn_area .prev_btn {
	left: 0;
	display: none;
	text-align: right;
}

#ranking_single .btn_area .prev_btn:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#ranking_single .btn_area .prev_btn:after {
	left: 7px;
}

#ranking_single .btn_area .next_btn {
	right: 0;
}

#ranking_single .btn_area .next_btn:before {
	right: 0;
}

#ranking_single .btn_area .next_btn:after {
	right: 7px;
}

#ranking_single .item_btn {
	width: 200px;
	margin: 0 auto;
	background: #DADADA;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#ranking_single .item_btn {
		width: 70%;
	}
}

#ranking_single .item_btn a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 17px 15px 15px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	#ranking_single .item_btn a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

#ranking_single .item_btn a:before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 46px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#ranking_single .item_btn a:before {
		right: 17.5%;
	}
}

#ranking_single .item_btn a:hover {
	padding-left: 22px;
}

@media screen and (max-width: 640px) {
	#ranking_single .item_btn a:hover {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	#ranking_single .item_btn {
		margin-top: 5%;
	}
}


/*====================================================================
	07 Look Book_style
====================================================================*/


/*---------------------------------------------------------
	Look Book
*/

#lookbook_archive {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 50px;
}

#lookbook_archive ul {
	letter-spacing: -.4em;
}

#lookbook_archive ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 32%;
	margin-bottom: 50px;
}

#lookbook_archive ul li:nth-child(3n+1) {
	margin-left: 2%;
}

@media screen and (max-width: 640px) {
	#lookbook_archive ul li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	#lookbook_archive ul li {
		width: 50%;
	}
}

#lookbook_archive ul li a .img_area {
	overflow: hidden;
}

#lookbook_archive ul li a .img_area img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#lookbook_archive ul li a .img_area img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#lookbook_archive ul li a p.lookbook_title {
	margin: 15px 0 0 0;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
	#lookbook_archive ul li a p.lookbook_title {
		text-align: center;
		width: 90%;
		margin: 15px auto 0;
	}
}

#lookbook_archive .pagination {
	clear: both;
	text-align: center;
	margin: 50px auto;
}

#lookbook_archive .pagination .page-numbers {
	margin: 0 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #000;
	border-radius: 5px;
}

#lookbook_archive .pagination a {
	font-size: 1.08em;
}

#lookbook_archive .pagination span {
	font-size: 1.08em;
}

#lookbook_archive .pagination span.current {
	background: #95895f;
	color: #fff;
}

#lookbook_archive .pagination span.dots {
	background: none;
	color: #fff;
}

#lookbook_single {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	#lookbook_single {
		margin-top: 5%;
	}
}

#lookbook_single .slider_area {
	display: block;
	width: 100%;
	overflow-x: hidden;
}

#lookbook_single .slider_area h1 {
	text-align: center;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.12em;
	margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area h1 {
		margin-bottom: 8%;
	}
}

#lookbook_single .slider_area .slider_wrpa {
	display: block;
	width: 40%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa {
		width: 100%;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider {
	-webkit-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 0;
}

#lookbook_single .slider_area .slider_wrpa ul.slider.slick-initialized {
	opacity: 1;
}

#lookbook_single .slider_area .slider_wrpa ul.slider.slick-initialized li {
	margin-left: 0;
}

#lookbook_single .slider_area .slider_wrpa ul.slider .slick-track {
	-webkit-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li {
	margin: 0 10px;
	-webkit-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li {
		margin: 0 0 100px !important;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_open, #lookbook_single .slider_area .slider_wrpa ul.slider li .item_close_area {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: url(../images/pointer.png), auto;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area {
	text-align: center;
	display: none;
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area {
		position: inherit;
		width: 100%;
		height: auto;
		left: 0;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner {
	display: table;
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner {
		position: inherit;
		bottom: 0;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing: -.4em;
	vertical-align: top;
	width: 100%;
	text-align: left;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section p {
	display: inline-block;
	letter-spacing: 0.07em;
	text-align: left;
	height: 100%;
	line-height: 2;
	width: 50%;
	padding: 10px 0 10px 30px;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a {
	display: inline-block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.01em;
	background: #dadada;
	color: #111;
	position: relative;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a:before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a.link_none {
	background: #f8f8f8;
	color: #cfcfcf;
	cursor: default;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a.link_none:before, #lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a.link_none:after {
	opacity: .2;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_inner section a:hover.link_in {
	padding-left: 15px;
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	display: block;
	width: 160px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close {
		position: relative;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 50px;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	margin: auto;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close:before {
		top: 18px;
		left: 24%;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close a {
	line-height: 30px;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .item_area .item_close a {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}

#lookbook_single .slider_area .slider_wrpa ul.slider li .sp_item_open {
	display: none;
	padding: 5% 0;
}

@media screen and (max-width: 640px) {
	#lookbook_single .slider_area .slider_wrpa ul.slider li .sp_item_open {
		font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: -49px;
	}
	#lookbook_single .slider_area .slider_wrpa ul.slider li .sp_item_open:before {
		content: "";
		display: block;
		width: 1px;
		height: 10px;
		position: absolute;
		bottom: 21px;
		left: 30%;
		margin: auto;
		background: #000;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#lookbook_single .slider_area .slider_wrpa ul.slider li .sp_item_open:after {
		content: "";
		display: block;
		width: 1px;
		height: 10px;
		position: absolute;
		bottom: 21px;
		left: 30%;
		margin: auto;
		background: #000;
	}
}

#lookbook_single .slider_area .slider_wrpa .slick-list {
	overflow: inherit;
}

#lookbook_single .slider_area .slider_wrpa .slick-prev {
	left: 0;
}

#lookbook_single .slider_area .slider_wrpa .slick-next {
	right: 0;
}

#lookbook_single .btn_area {
	position: relative;
	display: block;
	width: 70%;
	height: 50px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#lookbook_single .btn_area {
		display: none;
	}
}

#lookbook_single .btn_area .slide_btn {
	display: block;
	width: 180px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
}

#lookbook_single .btn_area .slide_btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 14px;
}

#lookbook_single .btn_area .slide_btn:before {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#lookbook_single .btn_area .slide_btn:after {
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#lookbook_single .btn_area .prev_btn {
	left: 0;
	display: none;
	text-align: right;
}

#lookbook_single .btn_area .prev_btn:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#lookbook_single .btn_area .prev_btn:after {
	left: 7px;
}

#lookbook_single .btn_area .next_btn {
	right: 0;
}

#lookbook_single .btn_area .next_btn:before {
	right: 0;
}

#lookbook_single .btn_area .next_btn:after {
	right: 7px;
}

#lookbook_single .archive {
	clear: both;
	width: 200px;
	margin: 0 auto;
	background: #DADADA;
}

@media screen and (max-width: 640px) {
	#lookbook_single .archive {
		width: 70%;
		margin: 0 auto;
	}
}

#lookbook_single .archive a {
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 17px 15px 15px 65px;
	position: relative;
	letter-spacing: 0.08em;
	font-weight: 100;
	font-size: 0.91em;
}

@media screen and (max-width: 640px) {
	#lookbook_single .archive a {
		text-align: center;
		padding: 14px 15px 12px;
	}
}

#lookbook_single .archive a:before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#lookbook_single .archive a:before {
		left: 25.5%;
	}
}

#lookbook_single .archive a:hover {
	padding-left: 60px;
}

@media screen and (max-width: 640px) {
	#lookbook_single .archive a:hover {
		padding-left: 15px;
	}
}


/*====================================================================
	08 Concept_style
====================================================================*/


/*---------------------------------------------------------
	Concept
*/

#concept {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#concept {
		height: auto;
		margin: 7% auto 50px;
	}
}

#concept h2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	#concept h2 {
		font-size: 20px;
		margin-bottom: 9%;
	}
}

#concept p.brand, #concept p.season {
	margin: 0 auto;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
	#concept p.brand, #concept p.season {
		margin-bottom: 8%;
	}
}

#concept p.season {
	padding-top: 98px;
}

@media screen and (max-width: 640px) {
	#concept p.season {
		position: relative;
		padding-top: 12%;
		border-top: none;
	}
}

#concept p.text_area {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 130px;
	-webkit-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
}

@media screen and (max-width: 640px) {
	#concept p.text_area {
		font-size: 0.9em;
		margin-bottom: 15%;
	}
}

@media screen and (max-width: 320px) {
	#concept p.text_area {
		font-size: 0.85em;
	}
}

#concept .season_wrpa {
	position: relative;
	padding-top: 110px;
}

#concept .season_wrpa:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

@media screen and (max-width: 640px) {
	#concept .season_wrpa {
		padding-top: 15%;
	}
}

#concept .season_wrpa:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	background: #eeeeee;
	width: 75.4%;
	height: 1px;
}

#concept .season_wrpa .txt {
	float: right;
	width: 56%;
}

@media screen and (max-width: 640px) {
	#concept .season_wrpa .txt {
		width: 100%;
		float: none;
	}
}

#concept .season_wrpa .photo {
	float: left;
	width: 43.9%;
}

@media screen and (max-width: 640px) {
	#concept .season_wrpa .photo {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 640px) {
	#concept .season_wrpa .text_area {
		margin-bottom: 10%;
	}
}


/*====================================================================
	09 Shop_style
====================================================================*/


/*---------------------------------------------------------
	Shop list
*/

#shop {
	margin-bottom: 50px;
	max-width: 920px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#shop {
		margin: 5% 5% 0;
	}
}

#shop h2 {
	text-align: center;
	margin: 50px auto 20px;
	font-size: 1.16em;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing: 0.12em;
}

#shop .fl_group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#shop .category_name_wrpa {
	position: relative;
	margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
	#shop .category_name_wrpa {
		margin-bottom: 5%;
	}
}

#shop .category_name_wrpa ul {
	zoom: 1;
	letter-spacing: -.40em;
}

#shop .category_name_wrpa ul:after:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

#shop .category_name_wrpa ul:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #EEE;
	z-index: -1;
}

#shop .category_name_wrpa ul li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	display: inline-block;
	border-bottom: 2px solid #eeeeee;
	padding-right: 10px;
	padding-bottom: 5px;
}

#shop .category_name_wrpa ul li.active {
	border-bottom: 2px solid #000;
}

@media screen and (max-width: 640px) {
	#shop .category_name_wrpa ul li {
		font-size: 11px;
		padding-right: 5%;
	}
}

#shop .category_name_wrpa ul li a {
	position: relative;
	padding: 0 14px 0 13px;
}

#shop .category_name_wrpa ul li a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 7px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}

#shop .area_name_wrpa .area_name a {
	position: relative;
	padding: 0 14px 0 24px;
}

#shop .area_name_wrpa .area_name a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}

#shop .area_name_wrpa .area_name:first-child a {
	padding: 0 14px 0 0;
}

@media screen and (max-width: 640px) {
	#shop .area_name_wrpa .area_name.sp_m a {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	#shop .area_name_wrpa .return_anchor {
		display: block;
		margin-top: 3%;
	}
}

#shop #shop-tab2, #shop #shop-tab3 {
	display: none;
}

#shop .area_data_wrpa {
	letter-spacing: 0.06em;
}

#shop .area_data_wrpa h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-left: 17px;
}

@media screen and (max-width: 640px) {
	#shop .area_data_wrpa h2 {
		text-align: left;
		margin-bottom: 2%;
		margin-left: 0;
	}
}

#shop .area_data_wrpa .shop_data {
	float: left;
	position: relative;
	width: 32%;
	border: 1px solid #eeeeee;
	margin: 0 2% 5% 0;
	padding: 2% 0 6%;
}

@media screen and (max-width: 640px) {
	#shop .area_data_wrpa .shop_data {
		width: 100%;
		margin: 0 0 3%;
		padding: 6% 0 14%;
	}
}

#shop .area_data_wrpa .shop_data:nth-child(4), #shop .area_data_wrpa .shop_data:nth-child(7), #shop .area_data_wrpa .shop_data:nth-child(10), #shop .area_data_wrpa .shop_data:nth-child(13) {
	margin-right: 0;
}

#shop .area_data_wrpa .shop_data.web {
	padding: 2% 0;
}

#shop .area_data_wrpa .shop_data.web:nth-child(4), #shop .area_data_wrpa .shop_data.web:nth-child(7), #shop .area_data_wrpa .shop_data.web:nth-child(10), #shop .area_data_wrpa .shop_data.web:nth-child(13) {
	margin-right: 2%;
}

#shop .area_data_wrpa .shop_data.web:nth-child(3), #shop .area_data_wrpa .shop_data.web:nth-child(6), #shop .area_data_wrpa .shop_data.web:nth-child(9), #shop .area_data_wrpa .shop_data.web:nth-child(12), #shop .area_data_wrpa .shop_data.web:nth-child(15) {
	margin-right: 0;
}

#shop .area_data_wrpa .shop_data .info span {
	display: block;
}

#shop .area_data_wrpa .shop_data .info span.spece {
	margin-bottom: 29px;
}

#shop .area_data_wrpa .shop_data .info span.spece-2 {
	margin-bottom: 33px;
}

#shop .area_data_wrpa .shop_data .info span.spece-3 {
	margin-bottom: 51px;
}

#shop .area_data_wrpa .shop_data .info span.spece-4 {
	margin-bottom: 69px;
}

#shop .area_data_wrpa .shop_data .info span.spece-5 {
	margin-bottom: 45px;
}

#shop .area_data_wrpa .shop_data .name, #shop .area_data_wrpa .shop_data .info, #shop .area_data_wrpa .shop_data .date {
	margin: 0 5%;
}

#shop .area_data_wrpa .shop_data .name {
	font-size: 14px;
	margin-bottom: 8px;
}

#shop .area_data_wrpa .shop_data .info {
	font-size: 12px;
	line-height: 1.5;
}

#shop .area_data_wrpa .shop_data .tel {
	margin: 3px 5% 10px;
}

#shop .area_data_wrpa .shop_data .map {
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7%;
	margin: auto;
	padding: 2px 0;
	border: 1px solid #000;
	text-align: center;
}

#shop .area_data_wrpa .shop_data .map a {
	position: relative;
	display: block;
	letter-spacing: 0.08em;
	padding: 2px 0;
}

#shop .area_data_wrpa .shop_data .map a::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	right: 40%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}

#shop .area_data_wrpa .shop_data .map:hover {
	color: #fff;
	background: #000;
}

#shop .area_data_wrpa .shop_data .map:hover a {
	color: #fff;
}

#shop .area_data_wrpa .shop_data .map:hover a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	right: 40%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}

#shop .area_data_wrpa .shop_data .web-ttl {
	font-size: 14px;
	margin: 0 5% 5px;
}

#shop .area_data_wrpa .shop_data .web-url {
	text-align: right;
	margin: 5px 5% 0;
}

#shop .area_data_wrpa .shop_data .web-bnr:hover img {
	opacity: .4;
}

#shop .area_data_wrpa .shop_data .info {
	margin-bottom: 15px;
}

#shop .area_data_wrpa .area_data {
	padding-top: 55px;
}

@media screen and (max-width: 640px) {
	#shop .area_data_wrpa .area_data {
		padding-top: 8%;
	}
}

#shop .area_data_wrpa .area_data.web {
	padding-top: 0;
}


/*====================================================================
	10 Recruit_style
====================================================================*/


/*---------------------------------------------------------
	RECRUIT
*/

#recruit {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#recruit h2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: normal;
	font-size: 1.16em;
	margin: 50px 0 30px;
}

@media screen and (max-width: 640px) {
	#recruit h2 {
		font-size: 20px;
		margin: 30px 0 5%;
	}
}

#recruit .lead {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 30px;
}

@media screen and (max-width: 640px) {
	#recruit .lead {
		font-size: 0.9em;
		margin: 0 0 5%;
	}
}

#recruit dl.position {
	max-width: 720px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 26px;
}

@media screen and (max-width: 640px) {
	#recruit dl.position {
		padding: 0 5%;
	}
}

#recruit dl.position dt {
	clear: left;
	float: left;
	width: 145px;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	#recruit dl.position dt {
		text-align: left;
		width: 100%;
		float: none;
		margin-bottom: 2%;
	}
	#recruit dl.position dt span {
		font-weight: bold;
		padding-bottom: 2px;
		border-bottom: 1px solid #c5c5c5;
	}
}

#recruit dl.position dd {
	text-align: left;
	margin-left: 170px;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	#recruit dl.position dd {
		font-size: 11px;
		line-height: 18.5px;
		margin-left: 0;
		margin-bottom: 0;
		padding-bottom: 5%;
	}
}

#recruit dl.position dd a {
	text-decoration: underline;
}


/*====================================================================
	11 Business_style
====================================================================*/


/*---------------------------------------------------------
	BUSINESS
*/

#business {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#business h2 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: normal;
	font-size: 1.16em;
	margin: 50px 0 30px;
}

@media screen and (max-width: 640px) {
	#business h2 {
		font-size: 20px;
		margin: 30px 0 5%;
	}
}

#business dl {
	max-width: 720px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 26px;
}

@media screen and (max-width: 640px) {
	#business dl {
		padding: 0 5%;
	}
}

#business dl dt.lead {
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	#business dl dt.lead {
		font-size: 11px;
		line-height: 20px;
		margin-bottom: 3%;
	}
}

#business dl dt.recruit {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
	#business dl dt.recruit {
		text-align: center;
		font-size: 12px;
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 640px) {
	#business dl dt {
		text-align: left;
		width: 100%;
		margin-bottom: 2%;
	}
}

#business dl dd {
	margin-bottom: 25px;
}

#business dl dd.gaiyou {
	width: 80%;
	padding: 5px;
	background: #EEEEEE;
	margin: 0 auto 30px;
}

@media screen and (max-width: 640px) {
	#business dl dd.gaiyou {
		width: 100%;
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 640px) {
	#business dl dd.recruit {
		text-align: left;
	}
	#business dl dd.recruit br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#business dl dd {
		font-size: 11px;
		line-height: 18.5px;
		margin-left: 0;
		margin-bottom: 0;
		padding-bottom: 5%;
	}
}

#business dl dd a {
	text-decoration: underline;
}

.item_box a span {
	display: block;
	margin-bottom: 7px;
	text-align: left;
	overflow: hidden;
}
.item_box a span.item_name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item_box a span.item_price {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.item_box a span.item_price small {
	color: #777;
}
.item_box a span.item_price.sale {
	color: #c00000;
}
.item_box a span:last-child {
	margin-bottom: 0;
}
.eb_icatchicon_box {
	margin-bottom: 7px;
}
.item_box a span.eb_icatch_icon {
	display: inline-block;
	margin: 0 3px 3px 0;
}
@media screen and (max-width: 640px) {
	.item_box a span {
		font-size: 10px;
	}
	.item_box a span.item_price small {
		font-size: 10px;
	}
	.item_box a span {
		margin-bottom: 3px;
	}
	.item_box a span.item_image {
		margin-bottom: 6px;
	}
	.ranking .item_box a span.item_price,
	.pickup .item_box a span.item_price {
		display: block;
		margin-right: 10px;
		margin-bottom: 0;
	}
}


.more a::before {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.more2 {
	background: transparent;
}
.more2 a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 10px;
	-webkit-transform: scaleX(.5);
	-ms-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
	-o-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	bottom: 0;
	top: auto;
}

@media screen and (max-width: 640px) {
	/* .more2 a:after {
		display: none;
	} */
}

.more2 a:hover:after {
	background: #000;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.more2 a {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.06em;
}
.more2 a:before {
	background: none;
}

.more3 {
	background: transparent;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* .more4 {
display: inline-block;
width: 200px;
height: 54px;
text-align: center;
text-decoration: none;
line-height: 54px;
outline: none;
} */
.more4:before,
.more4:after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.more4,
.more4:before,
.more4:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.more4 {
color: #fff;
}
.more4 a:hover {
letter-spacing: 5px;
}

.more5 {
	background: transparent;
}
.more5 a::before {
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	top: auto;
}
.more5 a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 8px;
	border-top: 1px solid #000;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	right: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more5 a:hover:before {
	right: -10px;
}
.more5 a:hover:after {
	right: -10px;
}

.more6 {
	background: transparent;
	width: 250px;
}
.more6 a:hover {
	letter-spacing: 5px;
}
.more6 a::before {
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more6 a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 8px;
	border-top: 1px solid #000;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	right: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more6 a:hover:before {
	left: 0;
	width: 270px
}
.more6 a:hover:after {
	right: -20px;
}

.more7 {
	background: transparent;
	width: 130px;
}
.more7 a {
	text-align: left;
	padding: 16px 5px 15px;
}
.more7 a:hover {
	/* letter-spacing: 5px; */
}
.more7 a::before {
	width: 100%;
	height: 1px;
	background: #c3c3c3;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more7 a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 8px;
	border-top: 1px solid #c3c3c3;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	right: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more7 a:hover:before {
	left: 0;
	width: 160px
}
.more7 a:hover:after {
	right: -30px;
}


.more8 {
	background: transparent;
	width: 110px;
}
.more8 a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: transparent;
	margin-top: 10px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	bottom: 0;
	top: auto;
}

@media screen and (max-width: 640px) {
	/* .more2 a:after {
		display: none;
	} */
}

.more8 a:hover:after {
	background: #000;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.more8 a {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.06em;
}
.more8 a:before {
	background: url(https://ambient.itembox.design/item/assets/images/icon/next_arrow_bk_btn.jpg) no-repeat;
	right: 0px;
	margin-top: 16px;
	background-size: contain;
}
.more8 a:hover:before {
	right: 0px;
}


.more9 {
	background: transparent;
	width: 130px;
}
.more9 a {
	text-align: left;
	padding: 16px 5px 8px;
}
.more9 a:hover {
	/* letter-spacing: 5px; */
}
.more9 a::before {
	width: 100%;
	height: 1px;
	background: #c3c3c3;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more9 a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 8px;
	border-top: 1px solid #c3c3c3;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	right: 0;
	top: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.more9 a:hover:before {
	left: 0;
	width: 160px
}
.more9 a:hover:after {
	right: -30px;
}


.more10 {
	background: transparent;
	width: 130px;
}
.more10 a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: transparent;
	margin-top: 5px;
	background: #000;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	bottom: 0;
	top: auto;
}
@media screen and (min-width: 769px) {
	.more10 a:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: transparent;
		margin-top: 5px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		bottom: 0;
		top: auto;
	}
}

@media screen and (min-width: 769px) {
	.more10 a:hover:after {
		background: #000;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1);
	}
}


.more10 a {
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #000;
	letter-spacing: 0.06em;
}
.more10 a:before {
	background: url(https://ambient.itembox.design/item/assets/images/icon/next_arrow_bk_btn.jpg) no-repeat;
	right: 0px;
	margin-top: 17px;
	background-size: contain;
}
@media screen and (min-width: 769px) {
	.more10 a:hover:before {
		right: -10px;
	}
}


.more11 {
	background: transparent;
	width: 90px;
}
.more11 a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: transparent;
	margin-top: 10px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	bottom: 0;
	top: auto;
}

@media screen and (max-width: 640px) {
	/* .more10 a:after {
		display: none;
	} */
}

.more11 a:hover:after {
	background: #000;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.more11 a {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.06em;
	padding: 14px 0px 15px;
}
.more11 a:before {
	background: url(https://ambient.itembox.design/item/assets/images/icon/next_arrow_bk_btn.jpg) no-repeat;
	right: 0px;
	margin-top: 17px;
	background-size: contain;
}
@media screen and (min-width: 769px) {
	.more11 a:hover:before {
		right: -10px;
	}
}






.banner {
	font-size: 0;
}
.banner li {
	display: inline-block;
	width: 25%;
	margin: 0;
}
@media screen and (max-width: 640px) {
	.banner li {
		display: inline-block;
		width: 50%;
		margin: 0 0 20px;
	}
}

.slider_wrpa .slider li:nth-child(1):before,
.slider_wrpa .slider2206 li:nth-child(1):before {
	-webkit-transition: all 0.8s ease-in-out 0.4s;
	-ms-transition: all 0.8s ease-in-out 0.4s;
	-moz-transition: all 0.8s ease-in-out 0.4s;
	-o-transition: all 0.8s ease-in-out 0.4s;
	transition: all 0.8s ease-in-out 0.4s;
}
.slider_wrpa .slider li:nth-child(2):before,
.slider_wrpa .slider2206 li:nth-child(2):before {
	-webkit-transition: all 0.8s ease-in-out 0.5s;
	-ms-transition: all 0.8s ease-in-out 0.5s;
	-moz-transition: all 0.8s ease-in-out 0.5s;
	-o-transition: all 0.8s ease-in-out 0.5s;
	transition: all 0.8s ease-in-out 0.5s;
}
.slider_wrpa .slider li:nth-child(3):before,
.slider_wrpa .slider2206 li:nth-child(3):before {
	-webkit-transition: all 0.8s ease-in-out 0.6s;
	-ms-transition: all 0.8s ease-in-out 0.6s;
	-moz-transition: all 0.8s ease-in-out 0.6s;
	-o-transition: all 0.8s ease-in-out 0.6s;
	transition: all 0.8s ease-in-out 0.6s;
}
.slider_wrpa .slider li:nth-child(4):before,
.slider_wrpa .slider2206 li:nth-child(4):before {
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}
.slider_wrpa .slider li:nth-child(5):before,
.slider_wrpa .slider2206 li:nth-child(5):before {
	-webkit-transition: all 0.8s ease-in-out 0.8s;
	-ms-transition: all 0.8s ease-in-out 0.8s;
	-moz-transition: all 0.8s ease-in-out 0.8s;
	-o-transition: all 0.8s ease-in-out 0.8s;
	transition: all 0.8s ease-in-out 0.8s;
}
.slider_wrpa .slider li:nth-child(6):before,
.slider_wrpa .slider2206 li:nth-child(6):before {
	-webkit-transition: all 0.8s ease-in-out 0.9s;
	-ms-transition: all 0.8s ease-in-out 0.9s;
	-moz-transition: all 0.8s ease-in-out 0.9s;
	-o-transition: all 0.8s ease-in-out 0.9s;
	transition: all 0.8s ease-in-out 0.9s;
}
.slider_wrpa .slider li:nth-child(7):before,
.slider_wrpa .slider2206 li:nth-child(7):before {
	-webkit-transition: all 0.8s ease-in-out 1s;
	-ms-transition: all 0.8s ease-in-out 1s;
	-moz-transition: all 0.8s ease-in-out 1s;
	-o-transition: all 0.8s ease-in-out 1s;
	transition: all 0.8s ease-in-out 1s;
}
.slider_wrpa .slider li:nth-child(8):before,
.slider_wrpa .slider2206 li:nth-child(8):before {
	-webkit-transition: all 0.8s ease-in-out 1.1s;
	-ms-transition: all 0.8s ease-in-out 1.1s;
	-moz-transition: all 0.8s ease-in-out 1.1s;
	-o-transition: all 0.8s ease-in-out 1.1s;
	transition: all 0.8s ease-in-out 1.1s;
}
.slider_wrpa .slider li:nth-child(9):before,
.slider_wrpa .slider2206 li:nth-child(9):before {
	-webkit-transition: all 0.8s ease-in-out 1.2s;
	-ms-transition: all 0.8s ease-in-out 1.2s;
	-moz-transition: all 0.8s ease-in-out 1.2s;
	-o-transition: all 0.8s ease-in-out 1.2s;
	transition: all 0.8s ease-in-out 1.2s;
}
.slider_wrpa .slider li:nth-child(10):before,
.slider_wrpa .slider2206 li:nth-child(10):before {
	-webkit-transition: all 0.8s ease-in-out 1.3s;
	-ms-transition: all 0.8s ease-in-out 1.3s;
	-moz-transition: all 0.8s ease-in-out 1.3s;
	-o-transition: all 0.8s ease-in-out 1.3s;
	transition: all 0.8s ease-in-out 1.3s;
}

.slider_wrpa.ranking_content .slider li:nth-child(1):before,
.slider_wrpa.ranking_content .slider2206 li:nth-child(1):before {
	-webkit-transition: all 0.8s ease-in-out 0.3s;
	-ms-transition: all 0.8s ease-in-out 0.3s;
	-moz-transition: all 0.8s ease-in-out 0.3s;
	-o-transition: all 0.8s ease-in-out 0.3s;
	transition: all 0.8s ease-in-out 0.3s;
}
.slider_wrpa.ranking_content .slider li:nth-child(2):before,
.slider_wrpa.ranking_content .slider2206 li:nth-child(2):before {
	-webkit-transition: all 0.8s ease-in-out 0.4s;
	-ms-transition: all 0.8s ease-in-out 0.4s;
	-moz-transition: all 0.8s ease-in-out 0.4s;
	-o-transition: all 0.8s ease-in-out 0.4s;
	transition: all 0.8s ease-in-out 0.4s;
}
.slider_wrpa.ranking_content .slider li:nth-child(3):before,
.slider_wrpa.ranking_content .slider2206 li:nth-child(3):before {
	-webkit-transition: all 0.8s ease-in-out 0.5s;
	-ms-transition: all 0.8s ease-in-out 0.5s;
	-moz-transition: all 0.8s ease-in-out 0.5s;
	-o-transition: all 0.8s ease-in-out 0.5s;
	transition: all 0.8s ease-in-out 0.5s;
}
.slider_wrpa.ranking_content .slider li:nth-child(4):before,
.slider_wrpa.ranking_content .slider2206 li:nth-child(4):before {
	-webkit-transition: all 0.8s ease-in-out 0.6s;
	-ms-transition: all 0.8s ease-in-out 0.6s;
	-moz-transition: all 0.8s ease-in-out 0.6s;
	-o-transition: all 0.8s ease-in-out 0.6s;
	transition: all 0.8s ease-in-out 0.6s;
}
.slider_wrpa.ranking_content .slider li:nth-child(5):before,
.slider_wrpa.ranking_content .slider2206 li:nth-child(5):before {
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}

.rearrival .slider_wrpa .slider li:nth-child(1):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(1):before,
.ranking .slider_wrpa .slider li:nth-child(1):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(1):before {
	-webkit-transition: all 0.8s ease-in-out 0.4s;
	-ms-transition: all 0.8s ease-in-out 0.4s;
	-moz-transition: all 0.8s ease-in-out 0.4s;
	-o-transition: all 0.8s ease-in-out 0.4s;
	transition: all 0.8s ease-in-out 0.4s;
}
.rearrival .slider_wrpa .slider li:nth-child(2):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(2):before,
.ranking .slider_wrpa .slider li:nth-child(2):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(2):before {
	-webkit-transition: all 0.8s ease-in-out 0.5s;
	-ms-transition: all 0.8s ease-in-out 0.5s;
	-moz-transition: all 0.8s ease-in-out 0.5s;
	-o-transition: all 0.8s ease-in-out 0.5s;
	transition: all 0.8s ease-in-out 0.5s;
}
.rearrival .slider_wrpa .slider li:nth-child(3):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(3):before,
.ranking .slider_wrpa .slider li:nth-child(3):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(3):before {
	-webkit-transition: all 0.8s ease-in-out 0.6s;
	-ms-transition: all 0.8s ease-in-out 0.6s;
	-moz-transition: all 0.8s ease-in-out 0.6s;
	-o-transition: all 0.8s ease-in-out 0.6s;
	transition: all 0.8s ease-in-out 0.6s;
}
.rearrival .slider_wrpa .slider li:nth-child(4):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(4):before,
.ranking .slider_wrpa .slider li:nth-child(4):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(4):before {
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}
.rearrival .slider_wrpa .slider li:nth-child(5):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(5):before,
.ranking .slider_wrpa .slider li:nth-child(5):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(5):before {
	-webkit-transition: all 0.8s ease-in-out 0.8s;
	-ms-transition: all 0.8s ease-in-out 0.8s;
	-moz-transition: all 0.8s ease-in-out 0.8s;
	-o-transition: all 0.8s ease-in-out 0.8s;
	transition: all 0.8s ease-in-out 0.8s;
}
.rearrival .slider_wrpa .slider li:nth-child(6):before,
.rearrival .slider_wrpa .slider2206 li:nth-child(6):before,
.ranking .slider_wrpa .slider li:nth-child(6):before,
.stylebook2206 .slider_wrpa .slider li:nth-child(6):before {
	-webkit-transition: all 0.8s ease-in-out 0.9s;
	-ms-transition: all 0.8s ease-in-out 0.9s;
	-moz-transition: all 0.8s ease-in-out 0.9s;
	-o-transition: all 0.8s ease-in-out 0.9s;
	transition: all 0.8s ease-in-out 0.9s;
}

@media screen and (max-width: 640px) {
	.newarrival .slider_wrpa .slider li:nth-child(1):before,
	.newarrival .slider_wrpa .slider2206 li:nth-child(1):before {
		-webkit-transition: all 0.8s ease-in-out 0.4s;
		-ms-transition: all 0.8s ease-in-out 0.4s;
		-moz-transition: all 0.8s ease-in-out 0.4s;
		-o-transition: all 0.8s ease-in-out 0.4s;
		transition: all 0.8s ease-in-out 0.4s;
	}
	.newarrival .slider_wrpa .slider li:nth-child(2):before,
	.newarrival .slider_wrpa .slider2206 li:nth-child(2):before {
		-webkit-transition: all 0.8s ease-in-out 0.5s;
		-ms-transition: all 0.8s ease-in-out 0.5s;
		-moz-transition: all 0.8s ease-in-out 0.5s;
		-o-transition: all 0.8s ease-in-out 0.5s;
		transition: all 0.8s ease-in-out 0.5s;
	}
	.newarrival .slider_wrpa .slider li:nth-child(3):before,
	.newarrival .slider_wrpa .slider2206 li:nth-child(3):before {
		-webkit-transition: all 0.8s ease-in-out 0.6s;
		-ms-transition: all 0.8s ease-in-out 0.6s;
		-moz-transition: all 0.8s ease-in-out 0.6s;
		-o-transition: all 0.8s ease-in-out 0.6s;
		transition: all 0.8s ease-in-out 0.6s;
	}
	.newarrival .slider_wrpa .slider li:nth-child(4):before,
	.newarrival .slider_wrpa .slider2206 li:nth-child(4):before {
		-webkit-transition: all 0.8s ease-in-out 0.7s;
		-ms-transition: all 0.8s ease-in-out 0.7s;
		-moz-transition: all 0.8s ease-in-out 0.7s;
		-o-transition: all 0.8s ease-in-out 0.7s;
		transition: all 0.8s ease-in-out 0.7s;
	}

	.rearrival .slider_wrpa .slider li:nth-child(3):before,
	.rearrival .slider_wrpa .slider2206 li:nth-child(3):before,
	.ranking .slider_wrpa .slider li:nth-child(3):before,
	.stylebook2206 .slider_wrpa .slider li:nth-child(3):before {
		-webkit-transition: all 0.8s ease-in-out 0.4s;
		-ms-transition: all 0.8s ease-in-out 0.4s;
		-moz-transition: all 0.8s ease-in-out 0.4s;
		-o-transition: all 0.8s ease-in-out 0.4s;
		transition: all 0.8s ease-in-out 0.4s;
	}
	.rearrival .slider_wrpa .slider li:nth-child(4):before,
	.rearrival .slider_wrpa .slider2206 li:nth-child(4):before,
	.ranking .slider_wrpa .slider li:nth-child(4):before,
	.stylebook2206 .slider_wrpa .slider li:nth-child(4):before {
		-webkit-transition: all 0.8s ease-in-out 0.5s;
		-ms-transition: all 0.8s ease-in-out 0.5s;
		-moz-transition: all 0.8s ease-in-out 0.5s;
		-o-transition: all 0.8s ease-in-out 0.5s;
		transition: all 0.8s ease-in-out 0.5s;
	}

	.slider_wrpa .slider li:nth-child(4):before,
	.slider_wrpa .slider2206 li:nth-child(4):before {
		-webkit-transition: all 0.8s ease-in-out 0.4s;
		-ms-transition: all 0.8s ease-in-out 0.4s;
		-moz-transition: all 0.8s ease-in-out 0.4s;
		-o-transition: all 0.8s ease-in-out 0.4s;
		transition: all 0.8s ease-in-out 0.4s;
	}
	.slider_wrpa .slider li:nth-child(5):before,
	.slider_wrpa .slider2206 li:nth-child(5):before {
		-webkit-transition: all 0.8s ease-in-out 0.5s;
		-ms-transition: all 0.8s ease-in-out 0.5s;
		-moz-transition: all 0.8s ease-in-out 0.5s;
		-o-transition: all 0.8s ease-in-out 0.5s;
		transition: all 0.8s ease-in-out 0.5s;
	}
	.slider_wrpa .slider li:nth-child(6):before,
	.slider_wrpa .slider2206 li:nth-child(6):before {
		-webkit-transition: all 0.8s ease-in-out 0.6s;
		-ms-transition: all 0.8s ease-in-out 0.6s;
		-moz-transition: all 0.8s ease-in-out 0.6s;
		-o-transition: all 0.8s ease-in-out 0.6s;
		transition: all 0.8s ease-in-out 0.6s;
	}
}

.banner_wrpa .banner li:nth-child(1):before {
	-webkit-transition: all 0.8s ease-in-out 0.5s;
	-ms-transition: all 0.8s ease-in-out 0.5s;
	-moz-transition: all 0.8s ease-in-out 0.5s;
	-o-transition: all 0.8s ease-in-out 0.5s;
	transition: all 0.8s ease-in-out 0.5s;
}
.banner_wrpa .banner li:nth-child(2):before {
	-webkit-transition: all 0.8s ease-in-out 0.7s;
	-ms-transition: all 0.8s ease-in-out 0.7s;
	-moz-transition: all 0.8s ease-in-out 0.7s;
	-o-transition: all 0.8s ease-in-out 0.7s;
	transition: all 0.8s ease-in-out 0.7s;
}
.banner_wrpa .banner li:nth-child(3):before {
	-webkit-transition: all 0.8s ease-in-out 0.9s;
	-ms-transition: all 0.8s ease-in-out 0.9s;
	-moz-transition: all 0.8s ease-in-out 0.9s;
	-o-transition: all 0.8s ease-in-out 0.9s;
	transition: all 0.8s ease-in-out 0.9s;
}
.banner_wrpa .banner li:nth-child(4):before {
	-webkit-transition: all 0.8s ease-in-out 1.1s;
	-ms-transition: all 0.8s ease-in-out 1.1s;
	-moz-transition: all 0.8s ease-in-out 1.1s;
	-o-transition: all 0.8s ease-in-out 1.1s;
	transition: all 0.8s ease-in-out 1.1s;
}


@media screen and (max-width: 640px) {

	.slider {

	}
	.slider.sp ul.slick-slide,
	.slider2206.sp ul.slick-slide {
		font-size: 0;
	}
	.slider.sp .slick-list ul,
	.slider2206.sp .slick-list ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.slider.sp .slick-slide ul li,
	.slider2206.sp .slick-slide ul li {
		width: 50%;
		padding: 0px 3px 10px;
	}
	.slider.sp .slick-slide li,
	.slider2206.sp .slick-slide li {
		width: 50%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	/* .slider.sp li:first-child,
	.slider2206.sp li:first-child {
		margin-bottom: 40px;
	}
	.slider.sp li:nth-child(2),
	.slider2206.sp li:nth-child(2) {
		margin-bottom: 40px;
	} */
	.slider_4.sp {
		width: 100%;
	}
	.slider_4.sp ul {
		font-size: 0;
	}
	.slider_4.sp li {
		width: 50%;
		margin: 0 0 10px 0;
		display: inline-block;
	}
	.view .slider_wrpa .slider,
	.view .slider_wrpa .slider2206,
	.view .banner_wrpa .banner {
		opacity: 1;
	}
}


.sample_font {
	text-align: center;
}
.sample_font > div {
	padding-bottom: 50px;
}
.sample_font > div > div {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2em;
}


.sample_font h2 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}

.sample_font1 {
	font-family: 'Julius Sans One', sans-serif;
}
.sample_font2 {
	font-family: Abel;
}
.sample_font3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.sample_font4 {
	font-family: Arial,sans-serif ;
}
.sample_font5 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.sample_font6 {
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}
.sample_font7 {
	font-family: 'Noto Sans JP', sans-serif;
}
.sample_font8 {
	font-family: 'Mukta', sans-serif;
}
.sample_font9 {
	font-family: 'Didact Gothic', sans-serif;
}
.sample_font10 {
	font-family: 'DM Sans', sans-serif;
}
.sample_font11 {
	font-family: 'Mada', sans-serif;
}
.sample_font12 {
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
}
.sample_font13 {
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


/*コンセプト*/
.concept_contents {
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
	z-index: 1;
}
.concept_contents .concept_logo {
	width: 15%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.concept_contents .concept_logo {
		width: 40%;
	}
}
.concept_comment {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.concept_comment {
		width: 96%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 30px 0;
		color: #fff;
		font-size: 12px;
		line-height: 1.7em;
		text-align: center;
	}
}

.parallax {
	width: 100%;
	height: 460px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.parallax > img {
	min-width: 140%!important;
}
.parallax .overlay {
	z-index: 1;
	background-color: #21272d;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: .3;
}
.background {
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	z-index: -1;
}

@media screen and (max-width: 640px) {
	.parallax-window {
		background-image: none;
		display: none!important;
	}
	.parallax-window::before {
		content: "";
		display: block;
		min-width: 100vw;
		min-height: 100vh;
		background-image: url(../images/concept_bg.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1
	}
}
.container {
	background: #fff;
	/* padding-top: 55px; */
}
@media screen and (max-width: 640px) {
	.container {
		padding-top: 85px;
	}

}
footer {
	background: #fff;
}
.footer_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.footer_content ul.footer_menu {
	display: inline-block;
	width: 60%;
	text-align: left;
	vertical-align: top;
}
.footer_content ul.footer_sns {
	display: inline-block;
	width: 40%;
	text-align: right;
	vertical-align: top;
}
.footer_content ul.footer_sns li i {
	font-size: 30px;
}
.footer_content ul li {
	display: inline-block;
	margin: 0 17px 10px 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
}
.footer_content ul {
	margin-bottom: 20px;
}
.footer_logo {
	width: 10%;
	margin-bottom: 20px;
}
.store_link {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.store_link a {
	margin-right: 20px;
}
.footer_copy {
	text-align: right;
	font-size: 10px;
	/* font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
}
@media screen and (max-width: 640px) {
	.footer_content ul.footer_menu {
		width: 100%;
		text-align: center;
	}
	.footer_content ul.footer_sns {
		width: 100%;
		text-align: center;
	}
	.footer_logo {
		width: 30%;
		margin: 0 auto 20px;
	}
	.store_link {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.store_link a {
		margin-right: 20px;
		margin-left: 20px;
	}
	.footer_copy {
		text-align: center;
	}
}



.news ul li:nth-child(1),
.news ul li:nth-child(2) {
	border-top: 1px solid #eeeeee;
}
.news ul li {
	width: 48%;
	margin: 0 1%;
	border-bottom: 1px solid #eeeeee;
	border-left: none;
	border-right: none;
	padding: 15px 0!important;
}
@media screen and (max-width: 640px) {
	.news ul li:nth-child(2) {
		border-top: none;
	}
	.news ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #eeeeee;
	}
}
.news .banner_wrpa .item_box a {
	display: block;
}
.news .banner_wrpa .item_box a {
	display: block;
	font-size: 0;
}
.news_images {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	overflow: hidden;
}
.news_dl {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	padding: 10px 0 10px 20px;
}
@media screen and (max-width: 640px) {
	.news_images {
		width: 40%;
	}
	.news_dl {
		width: 60%;
	}
}
.news_dl dt, .news_dl dd {
	margin-bottom: 20px;
}
.news_dl dd.news_date small {
	color: #777;
}
.news_dl dd.news_date small.news_icon_new {
	color: #c00;
	display: block;
	margin-bottom: 5px;
}
.news_dl dt.news_head {
}
.news_dl dd:last-child {
	margin-bottom: 0;
}
.news ul li:last-child {
	border-right: none;
}


/* contents css */
.contents ul li:nth-child(1),
.contents ul li:nth-child(2) {
	border-top: 1px solid #eeeeee;
}
.contents ul li {
	width: 48%;
	margin: 0 1%;
	border-bottom: 1px solid #eeeeee;
	border-left: none;
	border-right: none;
	padding: 15px 0!important;
}
@media screen and (max-width: 640px) {
	.contents ul li:nth-child(2) {
		border-top: none;
	}
	.contents ul li {
		width: 98%;
		border-bottom: 1px solid #eeeeee;
	}
}
.contents .banner_wrpa .item_box a {
	display: block;
}
.contents .banner_wrpa .item_box a {
	display: block;
	font-size: 0;
}
.contents_images {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	overflow: hidden;
}
.contents_dl {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	padding: 10px 0 10px 20px;
}
@media screen and (max-width: 640px) {
	.contents_images {
		width: 40%;
	}
	.contents_dl {
		width: 60%;
	}
}
.contents_dl dt, .contents_dl dd {
	margin-bottom: 20px;
}
.contents_dl dd.contents_date small {
	color: #777;
}
.contents_dl dd.contents_date small.contents_icon_new {
	color: #c00;
	display: block;
	margin-bottom: 5px;
}
.contents_dl dt.contents_head {
}
.contents_dl dd:last-child {
	margin-bottom: 0;
}
.contents ul li:last-child {
	border-right: none;
}

/* .main_slider_4 ul li img,
.main_slider_5 ul li img {
	opacity: 0.4;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.main_slider_4 ul li.sp-selected img,
.main_slider_5 ul li.sp-selected img {
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.sp-slide > img {
	display: none!important;
}
@media (min-width: 768px) {
	.main_slider_5 .sp-slides-container {
		background: #000;
	}
} */


#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1000;
}

.main_slider_5 .slides {
	opacity: 0;
	transition: opacity .2s linear;
}
.main_slider_5 .slides.slick-initialized{
	opacity: 1;
}

.information p a {
	font-size: 12.5px;
	width: 100%;
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding: 8px 1% 8px 2%;
	background: url(../images/common/next_arrow_bk.png) no-repeat;
	background-size: 0.7%;
	background-position: 5px 11px;
}
@media screen and (max-width: 640px) {
	.information p a {
		padding: 8px 1% 8px 7%;
		background-size: 2%;
	}
}
.information .info_wrpa {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
}
.information.view .info_wrpa {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}


.item_start,
.item_price,
.item_ranknum,
.news_dl dd,
.contents_dl dd {
	letter-spacing: 1px;
}




.modaal-content-container #detailed_search input, .modaal-content-container #detailed_search button, .modaal-content-container #detailed_search textarea, .modaal-content-container #detailed_search select {
-webkit-appearance: normal;
-moz-appearance: normal;
appearance: normal;
font-size: 12px;
}

.modaal-content-container #detailed_search h2 {
	display:block;
	position: relative;
	padding: 5px 0 10px 0;
	font-size:1.2rem;
	font-weight:normal;
	background:#fff;
	text-align:center;
	margin-top:0px;
}
.modaal-content-container #detailed_search input#searchbox {
	width: 100%;
	padding: 3px 5px;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	line-height: 18px;
	border-radius: 0;
}
.modaal-content-container #detailed_search input[type="radio"] {
	margin: 0 5px 0 0;
	vertical-align: 0em;
}
/* #detailed_search h2:before {
	display: block;
	position:absolute;
	left: 30%;
	top:10px;
	content: "";
	width: 18px;
	height: 18px;
	background:url(https://ur-s.me/images/search_ico.png);
	-webkit-background-size:18px 18px;
	background-size:18px 18px;
	background-position: left;
} */
.form_txtbox {
	position:relative;
	overflow:hidden;
	display:inline-block;
	background-color:#ffffff;
	color:#333;
	width:98%;
	font-size:0.9rem;
	margin: 0 auto;
	display: block;
}
.modaal-content-container #detailed_search {
	width:100%;
	font-size:0.9rem;
	vertical-align:middle;
	margin-bottom: 30px;
}
.modaal-content-container #detailed_search dl {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: nowrap;
	margin-bottom: 0;
}
.modaal-content-container #detailed_search dl {
	border-bottom: none;
}
.modaal-content-container #detailed_search dl:last-child {
	border-bottom: 1px solid #ddd;
}
.modaal-content-container #detailed_search dl dt {
	width:35%;
	text-align:center !important;
	background:#f9f9f9!important;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	padding: 0px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.modaal-content-container #detailed_search dl dt {
		width:31%;
	}
}
.modaal-content-container #detailed_search dl dd {
	width:65%;
	text-align:left;
	float:none;
	display:inline-block;
	font-size: 12px;
	vertical-align: top;
	padding: 20px 5%;
	margin: 0;
}
@media screen and (max-width: 640px) {
	.modaal-content-container #detailed_search dl dd {
		width:69%;
		padding: 10px 3%;
	}
}
.modaal-content-container #detailed_search dl dd span {
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 640px) {
.modaal-content-container #detailed_search dl dd span {
	display: block;
	margin-right: 0px;
	margin-bottom: 3px;
}
.modaal-content-container #detailed_search dd span:last-child {
	margin-bottom: 0px;
}
}
.modaal-content-container #detailed_search dd select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.modaal-content-container #detailed_search dl dd select::-ms-expand {
	display: none;
}
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl01,
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: #ffffff;
	padding: 0;
	display: inline-block;
}
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl01 {
	width: 100%;
}
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl02 {
	width: 30%;
}
@media screen and (max-width: 640px) {
	.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl02 {
		width: 40%;
	}
}
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl01::before,
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.4em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl01 select,
.modaal-content-container #detailed_search dl dd .cp_ipselect.cp_sl02 select {
	padding: 3px 38px 3px 5px;
	line-height: 18px;
	-webkit-appearance: none;
	appearance: none;
}
.form_btn_box {
	font-size: 0;
}
.form_btn_box li input:hover {
	cursor: pointer;
}
.form_btn_box li {
	display: inline-block;
	/* width: 50%; */
}
.form_btn_box .reset_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto;
	padding: 10px;
	background: transparent;
	line-height: 1;
	border: 1px #333 solid;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 70%;
}
.form_btn_box .search_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto;
	padding: 10px;
	line-height: 1;
	border: none;
	background: #000;
	color: #FFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 70%;
	transition: .3s;
}


/* ページトップヘボタンcss */
.ambient_page_top_btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: .3s;
	z-index: 10;
}
#ambient_page_top {
	font-size: 77%;
	z-index: 10;
}
#ambient_page_top a {
	background-color: rgba(0, 0, 0, 0.72);
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	display: block;
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/up_arrow_wh.png);
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
	#ambient_page_top a:hover {
		text-decoration: none;
		background: rgba(0, 0, 0, 0.62);
		background-image: url(https://ambient.itembox.design/item/assets/images/icon/up_arrow_wh.png);
		background-position: center;
		background-size: 15px;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 640px) {
	.scroll .ambient_page_top_btn {
		bottom: 10px;
	}
	.ambient_page_top_btn {
		bottom: 60px;
		right: 10px;
	}
}



/* トップページインスタcss */
.instagram_ul {
	font-size: 0;
}
.instagram_item_box {
	display: inline-block;
	width: 24%;
	margin: 0 0.5% 10px;
	vertical-align: middle;
	height: 240px;
	overflow: hidden;
}
.instagram_item_box a {
	display: block;
	/* position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}
/* .instagram_item_box a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.instagram_item_box a img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
} */
.instagram ul li {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
}
.instagram.view ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.instagram.view ul li:nth-child(1) {
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}
.instagram.view ul li:nth-child(2) {
	-webkit-transition: all 1s ease 0.4s;
	-ms-transition: all 1s ease 0.4s;
	-moz-transition: all 1s ease 0.4s;
	-o-transition: all 1s ease 0.4s;
	transition: all 1s ease 0.4s;
}
.instagram.view ul li:nth-child(3) {
	-webkit-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
.instagram.view ul li:nth-child(4) {
	-webkit-transition: all 1s ease 0.8s;
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	transition: all 1s ease 0.8s;
}
.instagram.view ul li:nth-child(5) {
	-webkit-transition: all 1s ease 1.0s;
	-ms-transition: all 1s ease 1.0s;
	-moz-transition: all 1s ease 1.0s;
	-o-transition: all 1s ease 1.0s;
	transition: all 1s ease 1.0s;
}
.instagram.view ul li:nth-child(6) {
	-webkit-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}
.instagram.view ul li:nth-child(7) {
	-webkit-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
}
.instagram.view ul li:nth-child(8) {
	-webkit-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
}
.instagram.view ul li:nth-child(9) {
	-webkit-transition: all 1s ease 1.8s;
	-ms-transition: all 1s ease 1.8s;
	-moz-transition: all 1s ease 1.8s;
	-o-transition: all 1s ease 1.8s;
	transition: all 1s ease 1.8s;
}
.instagram.view ul li:nth-child(10) {
	-webkit-transition: all 1s ease 2s;
	-ms-transition: all 1s ease 2s;
	-moz-transition: all 1s ease 2s;
	-o-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
.instagram.view ul li:nth-child(11) {
	-webkit-transition: all 1s ease 2.2s;
	-ms-transition: all 1s ease 2.2s;
	-moz-transition: all 1s ease 2.2s;
	-o-transition: all 1s ease 2.2s;
	transition: all 1s ease 2.2s;
}
.instagram.view ul li:nth-child(12) {
	-webkit-transition: all 1s ease 2.4s;
	-ms-transition: all 1s ease 2.4s;
	-moz-transition: all 1s ease 2.4s;
	-o-transition: all 1s ease 2.4s;
	transition: all 1s ease 2.4s;
}
.instagram_popup {
	display: none;
}
.instagram_popup_box {
	font-size: 0;
}
.instagram_popup_images {
	display: table-cell;
	width: 48%;
	vertical-align: top;
}
.instagram_popup_comment {
	display: table-cell;
	width: 48%;
	vertical-align: middle;
	padding-left: 3%;
}
.instagram_popup_box {
	padding: 30px 3%;
}
@media screen and (max-width: 640px) {
	.instagram_popup_box {
		padding: 30px 3%;
	}
	.instagram_popup_images {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-bottom: 10px;
	}
	.instagram_popup_comment {
		display: inline-block;;
		width: 100%;
		vertical-align: middle;
		padding-left: 0;
	}
	.instagram_item_box {
		width: 32.1%;
	}
}

/* PCヘッダーログインメニューcss */
.pc_header_login_menu {
	position: absolute;
	right: 0;
	top: 80px;
	text-align: right;
}
.pc_header_login_menu li {
	letter-spacing: 5px;
}
.pc_header_login_menu li a:hover {
	opacity: .7;
}


/* SPメニューログインメニューcss */
header ul.nav li.sp_nav_login_menu {
	border-bottom: none;
	margin: 0 5% 30px;
	padding-bottom: 0;
}
header ul.nav li.sp_nav_login_menu a {
	border-bottom: none;
	margin: 0;
	font-size: 10px;
}
header ul.nav li.sp_nav_login_menu span {
	color: #fff;
	font-size: 10px;
	display: block;
}
header ul.nav li.sp_nav_login_menu span:first-child {
	margin-bottom: 10px;
}
header ul.nav li.sp_nav_login_menu a {
	display: inline;
}
header ul.nav li.sp_nav_search {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}
header ul.nav li.sp_nav_search a {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	color: #afafaf8c;
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_search_wh.png) right center / 20px no-repeat;
}
.sp_nav_search form {
	width: 90%;
	margin: 0 auto;
}
.sp_nav_search input[type="text"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #afafaf8c;
	color: #fff;
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_search_wh.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right;
	padding-right: 20px;
	font-size: 12px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* ログイン・ログアウト切り替えcss */
/* .logoutButton, .loginButton,
header ul.nav li.sp_nav_login_menu a.logoutButton, header ul.nav li.sp_nav_login_menu a.loginButton,
#ambient_top_popup {
	display: none;
}
header ul.nav li.sp_nav_login_menu a.logoutButton, header ul.nav li.sp_nav_login_menu a.loginButton {
	padding: 0;
} */
/* .FS2_repeater {
	display: none;
} */


/* PCカテゴリーcss */
.pc_category_child_wrap,
.pc_category_grandchild_wrap {
	visibility: hidden;
	opacity: 0!important;
	transition: .3s;
}
.pc_category_parent {
	position: relative;
}
.pc_category_child_wrap {
	position: absolute;
	top: 10px;
	left: -50%;
	z-index: 10;
	width: 200%;
	background: rgba(0, 0, 0, 0.48);
	padding: 10px 0;
}
.pc_category_grandchild_wrap {
	position: absolute;
	top: -10px;
	right: -90%;
	z-index: 10;
	width: 100%;
	background: rgba(0, 0, 0, 0.48);
	padding: 10px 0;
}
header ul.nav .pc_category_child_wrap > li {
	margin: 0;
	display: block;
	position: relative;
}
header ul.nav .pc_category_child_wrap > li > a {
	padding: 5px 0 0;
	display: block;
	color: #fff;
	position: relative;
	text-align: center!important;
}
header ul.nav .pc_category_child_wrap > li > a.font-red {
	color: #c00000;
}
header ul.nav .pc_category_child_wrap > li > a:hover {
	opacity: .5;
}
header ul.nav .pc_category_child_wrap > li:after {
	content: "";
	position: absolute;
	width: 5px;
	right: 10px;
	top: 20%;
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/next_arrow_wh_bld.png);
	background-size: 5px;
	background-repeat: no-repeat;
	opacity: 0;
	width: 5px;
	height: 1em;
	transition: .3s;
}
header ul.nav .pc_category_child_wrap > li:hover:after {
	right: 5px;
	opacity: 1;
}
header ul.nav .pc_category_grandchild_wrap > li {
	margin: 0;
	display: block;
}
header ul.nav .pc_category_grandchild_wrap > li > a {
	padding: 5px 0 0;
	display: block;
	color: #fff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header ul.nav .pc_category_grandchild_wrap > li > a:hover {
	opacity: .5;
}
header ul.nav .pc_category_child_wrap.open {
	top: 29px;
	opacity: 1!important;
	visibility: visible;
}
header ul.nav .pc_category_grandchild_wrap.open {
	right: -100%;
	opacity: 1!important;
	visibility: visible;
}
/* header ul.nav .pc_category_child_wrap > li:after,
header ul.nav .pc_category_grandchild_wrap > li:after {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background: #fff;
	margin-top: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
}
header ul.nav .pc_category_child_wrap > li:hover:after,
header ul.nav .pc_category_grandchild_wrap > li:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
} */

header ul.nav .sp_category_child {
	padding: 0;
}
header ul.nav .sp_category_grandchild {
	padding: 0;
}
.sp_category_child_wrap,
.sp_category_grandchild_wrap {
	display: none;
	background: rgba(255, 255, 255, 0.12);
}
.sp_category_nolink {
	background-image: url(https://ambient.itembox.design/item/assets/images/common/down_arrow_wh.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: right 19px top 20px;
}
.sp_category_nolink.up_arrow {
	background-image: url(https://ambient.itembox.design/item/assets/images/common/up_arrow_wh.png);
}



/* ランキングページcss */
#lower .ranking .ranking_content .ranking_content_inner ul {
	font-size: 0;
}
#lower .ranking .ranking_content .ranking_content_inner ul li {
	width: 18%;
	margin: 0 1% 40px;
	display: inline-block;
	vertical-align: top;
}
#lower .ranking ul li {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
}
#lower .ranking.view ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#lower .ranking.view ul li:nth-child(1) {
	-webkit-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-o-transition: all 1s ease 0.2s;
	transition: all 1s ease 0.2s;
}
#lower .ranking.view ul li:nth-child(2) {
	-webkit-transition: all 1s ease 0.4s;
	-ms-transition: all 1s ease 0.4s;
	-moz-transition: all 1s ease 0.4s;
	-o-transition: all 1s ease 0.4s;
	transition: all 1s ease 0.4s;
}
#lower .ranking.view ul li:nth-child(3) {
	-webkit-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
#lower .ranking.view ul li:nth-child(4) {
	-webkit-transition: all 1s ease 0.8s;
	-ms-transition: all 1s ease 0.8s;
	-moz-transition: all 1s ease 0.8s;
	-o-transition: all 1s ease 0.8s;
	transition: all 1s ease 0.8s;
}
#lower .ranking.view ul li:nth-child(5) {
	-webkit-transition: all 1s ease 1.0s;
	-ms-transition: all 1s ease 1.0s;
	-moz-transition: all 1s ease 1.0s;
	-o-transition: all 1s ease 1.0s;
	transition: all 1s ease 1.0s;
}
#lower .ranking.view ul li:nth-child(6) {
	-webkit-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}
#lower .ranking.view ul li:nth-child(7) {
	-webkit-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
}
#lower .ranking.view ul li:nth-child(8) {
	-webkit-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
}
#lower .ranking.view ul li:nth-child(9) {
	-webkit-transition: all 1s ease 1.8s;
	-ms-transition: all 1s ease 1.8s;
	-moz-transition: all 1s ease 1.8s;
	-o-transition: all 1s ease 1.8s;
	transition: all 1s ease 1.8s;
}
#lower .ranking.view ul li:nth-child(10) {
	-webkit-transition: all 1s ease 2s;
	-ms-transition: all 1s ease 2s;
	-moz-transition: all 1s ease 2s;
	-o-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
#lower .ranking.view ul li:nth-child(11) {
	-webkit-transition: all 1s ease 2.2s;
	-ms-transition: all 1s ease 2.2s;
	-moz-transition: all 1s ease 2.2s;
	-o-transition: all 1s ease 2.2s;
	transition: all 1s ease 2.2s;
}
#lower .ranking.view ul li:nth-child(12) {
	-webkit-transition: all 1s ease 2.4s;
	-ms-transition: all 1s ease 2.4s;
	-moz-transition: all 1s ease 2.4s;
	-o-transition: all 1s ease 2.4s;
	transition: all 1s ease 2.4s;
}
#lower .ranking.view ul li:nth-child(13) {
	-webkit-transition: all 1s ease 2.6s;
	-ms-transition: all 1s ease 2.6s;
	-moz-transition: all 1s ease 2.6s;
	-o-transition: all 1s ease 2.6s;
	transition: all 1s ease 2.6s;
}
#lower .ranking.view ul li:nth-child(14) {
	-webkit-transition: all 1s ease 2.8s;
	-ms-transition: all 1s ease 2.8s;
	-moz-transition: all 1s ease 2.8s;
	-o-transition: all 1s ease 2.8s;
	transition: all 1s ease 2.8s;
}
#lower .ranking.view ul li:nth-child(15) {
	-webkit-transition: all 1s ease 3s;
	-ms-transition: all 1s ease 3s;
	-moz-transition: all 1s ease 3s;
	-o-transition: all 1s ease 3s;
	transition: all 1s ease 3s;
}
#lower .ranking.view ul li:nth-child(16) {
	-webkit-transition: all 1s ease 3.2s;
	-ms-transition: all 1s ease 3.2s;
	-moz-transition: all 1s ease 3.2s;
	-o-transition: all 1s ease 3.2s;
	transition: all 1s ease 3.2s;
}
#lower .ranking.view ul li:nth-child(17) {
	-webkit-transition: all 1s ease 3.4s;
	-ms-transition: all 1s ease 3.4s;
	-moz-transition: all 1s ease 3.4s;
	-o-transition: all 1s ease 3.4s;
	transition: all 1s ease 3.4s;
}
#lower .ranking.view ul li:nth-child(18) {
	-webkit-transition: all 1s ease 3.6s;
	-ms-transition: all 1s ease 3.6s;
	-moz-transition: all 1s ease 3.6s;
	-o-transition: all 1s ease 3.6s;
	transition: all 1s ease 3.6s;
}
#lower .ranking.view ul li:nth-child(19) {
	-webkit-transition: all 1s ease 3.8s;
	-ms-transition: all 1s ease 3.8s;
	-moz-transition: all 1s ease 3.8s;
	-o-transition: all 1s ease 3.8s;
	transition: all 1s ease 3.8s;
}
#lower .ranking.view ul li:nth-child(20) {
	-webkit-transition: all 1s ease 4s;
	-ms-transition: all 1s ease 4s;
	-moz-transition: all 1s ease 4s;
	-o-transition: all 1s ease 4s;
	transition: all 1s ease 4s;
}
@media screen and (max-width: 640px) {
	#lower .ranking .ranking_content .ranking_content_inner ul li {
		width: 48%;
		margin: 0 1% 30px;
	}
}
.footer_content ul.footer_sns li i.fa-line-1 {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_line_bk.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 30px;
	height: 32px;
}
header ul.nav.menu_on li i.fa-line-1 {
	background-image: url(https://ambient.itembox.design/item/assets/images/icon/icon_line_wh.png);
	background-size: 27px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 27px;
	height: 29px;
}

#lower {
	padding-top: 7%;
}
@media screen and (max-width: 640px) {
	#lower {
		padding-top: 110px;
	}
}
#ambient_top_popup {
	position: fixed;
	bottom: 8px;
	left: 8px;
	z-index: 980;
	width: 270px;
	transition: .3s;
}
#ambient_top_popup a img {
	transition: .3s;
}
@media screen and (min-width: 641px) {
	/* #ambient_top_popup a img:hover {
		opacity: .7;
	} */
}
@media screen and (max-width: 640px) {
	.scroll #ambient_top_popup {
		bottom: 8px;
	}
	#ambient_top_popup {
		bottom: 58px;
	}
}
#ambient_top_popup_close {
	position: absolute;
	top: -30px;
	right: 0;
	padding: 0;
	z-index: 981;
	width: 30px;
	height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.65);
	font-size: 18px;
	line-height: 30px;
}
#ambient_top_popup_close:hover {
	cursor: pointer;
}
.ambient_popup_hide {
	display: none!important;
}
@media screen and (max-width: 640px) {
	#ambient_top_popup {
		width: 40%;
	}
}


.concept_contents {
	width: 100%;
	height: 460px;
	margin: 0 auto 1500px;
	background: url(https://ambient.itembox.design/item/assets/images/concept_bg.jpg) no-repeat center top;
	text-align: center;
	background-attachment: fixed;
	padding-top: 100px;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	.concept_contents {
		background-size: cover;
		background-attachment: scroll;
		background-image: url(https://ambient.itembox.design/item/assets/images/concept_bg_sp.jpg);
	}
}



.cashless_announce {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #fff;
	height: 34px;
	margin-bottom: 30px;
}
.cashless_announce_fix {
	height: 27px!important;
	margin-bottom: 0;
}
.cashless_announce a {
	display: block;
}
.cashless_announce a:hover {
	opacity: .7;
}
.cashless_announce a span {
	color: #fff;
	transition: .3s;
	line-height: 26px;
	padding-left: 34px;
	background: url(https://titivate.jp/assets/img/common/cashless_icon.png) no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 4px 0;
}
.cashless_announce_fix a span {
	padding-left: 30px;
	line-height: 25px;
	margin: 0;
}
@media screen and (max-width: 640px) {
	.cashless_announce {
		margin-bottom: 10px;
	}
	.cashless_announce_fix {
		position: fixed;
		top: 60px;
		z-index: 993;
		width: 100%;
		margin-bottom: 0;
		height: 25px!important;
	}
	.cashless_announce_fix a span {
		font-size: 11px;
	}
}
@media screen and (max-width: 374px) {
	.cashless_announce_fix a span {
		font-size: 10px;
	}
}


/* コンセプトページcss */
#concept_page #lower {
	padding-top: 0;
}
.concept_page_concept .concept_image {
	text-align: center;
	margin-bottom: 50px;
}
.concept_page_concept .concept_logo {
	text-align: center;
	margin-bottom: 50px;
}
.concept_page_concept .concept_logo img {
	width: 150px;
}
.concept_page_concept .concept_title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}
.concept_page_concept .concept_title span {
	display: block;
	color: #777;
	margin-bottom: 20px;
	font-family: "Libre Baskerville", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.concept_page_concept .concept_comment {
	color: #000;
	line-height: 3em;
}
.concept_page_concept .more10 {
	width: 130px;
}
.concept_page_concept .more10 a {
	font-weight: 300;
}
@media screen and (max-width: 640px) {
	#concept_page #lower {
		padding-top: 80px;
	}
	.concept_page_concept .concept_image {
		width: 86%;
		margin: 30px auto 50px;
	}
}


/* .section.ranking {
	display: none;
} */


.eb_header_info_area .no_icon span {
	padding: 0!important;
}



/* 2206 のリニューアル用CSS　*/
/* .newarrival .slick-dots li,
.rearrival .slick-dots li,
.ranking .slick-dots li,
.stylebook2206 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}
.newarrival .slider2206,
.rearrival .slider,
.ranking .slider,
.stylebook2206 .slider {
	margin-bottom: 56px;
}
.newarrival .slick-dots,
.rearrival .slick-dots,
.ranking .slick-dots,
.stylebook2206 .slick-dots {
	bottom: -40px;
} */
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 7px!important;
	padding: 0!important;
	cursor: pointer;
}
.slider {
	margin-bottom: 56px;
}
.slick-dots {
	bottom: -40px;
}
.rearrival .item_box a span.item_start {
	color: #777;
}
/* .rearrival .slick-dots {
	margin-bottom: 18px;
} */
.topics .item_start small {
	font-size: 10px;
	color: #777;
}
.topics .item_start small.news_icon_new {
	font-size:10px;
	color: #c00;
}
.topics .item_comment {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.topics .pc {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.topics .pc li {
	width: calc( 100% / 4 );
	/* display: inline-block; */
	/* vertical-align: text-top; */
}
.ranking .ranking__hide {
	display: none;
}
.ranking .ranking_tab {
	margin-bottom: 24px;
}
.ranking .ranking__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.ranking .ranking__box span {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
	overflow: hidden;
}
.ranking .ranking__box span.item_image {
	margin-bottom: 6px;
	display: block;
}
.ranking .ranking__box span.item_price small {
	color: #777;
	font-size: 10px;
}
.ranking .ranking__box span.sale {
	color: #c00000
}
.ranking .ranking__box li {
	width: 19.4%;
	padding: 0;
	vertical-align: top;
}
.ranking .item_ranknum {
	display: block;
	margin-bottom: 7px;
	text-align: left;
	overflow: hidden;
}
.ranking .ranking__box .item_name {
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
.ranking .ranking__box .item_name:nth-child(n+3) {
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
@media screen and (max-width: 640px) {
	.ranking .ranking_tab {
		margin-bottom: 14px;
	}
	/* .ranking .ranking__box li:nth-child(-n+2) {
		width: 49.4%;
		margin: 0px 0 12px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
	} */
	/* .ranking .ranking__box li:nth-child(n+3) {
		width: 32.57%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
	} */
	.ranking .ranking__box li {
		width: 32.57%;
		margin: 0 0 5px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
	}
}


.eb_stylebook_modal_area .slick-prev {
	left: -35px;
}
.eb_stylebook_modal_area .slick-next {
	right: -35px;
}
@media screen and (max-width: 640px) {
	.eb_stylebook_modal_area .slick-prev {
		left: -7px;
	}
	.eb_stylebook_modal_area .slick-next {
		right: -7px;
	}
}

.topics .item_start small {
	font-size: 12px;
}

.eb_stylebook_product .item_box a span.item_price small s {
	font-size: 10px;
}




/* 2022.07追記 */
.ranking .ranking__box span.item_name,
.ranking .ranking__box span.item_price {
	font-size: 12px;
}
.topics .pc li {
	padding: 0px 5px;
}
.ranking .ranking__box a {
	padding: 0;
	margin: 0 3px;
	position: relative;
}
.ranking__box a .item_price,
.ranking__box a .item_price.sale {
	display: inline-block;
	margin-right: 10px;
}
.ranking .ranking__box span {
	margin-bottom: 7px;
}
.ranking .ranking__box span.item_ranknum {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	background: #7C7B7B;
	line-height: 20px;
	margin-bottom: 0;
	z-index: 1;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.ranking .ranking__box span.item_ranknum.item_rank01 {
	background: #ab9a79;
}
.ranking .ranking__box span.item_ranknum.item_rank02 {
	background: #a09f9d;
}
.ranking .ranking__box span.item_ranknum.item_rank03 {
	background: #c97836;
}
.ranking .ranking__box span.item_price small {
	font-size: 12px;
}
.ranking .slider_wrpa:before {
	position: unset;
}

.pickup .slick-dots {
	bottom: -40px;
}
.section.pickup {
	margin-bottom: 155px;
}
header ul.nav li {
	margin: 0 30px;
}

@media screen and (max-width: 640px) {
	.newarrival .slider2206,
	.rearrival .slider,
	.ranking .slider,
	.stylebook2206 .slider {
	/* margin-bottom: -25px; */
	margin-bottom: 0px;
	}
	.slider.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.newarrival .slick-dots {
	bottom: -28px;
	}
	.rearrival .slick-dots {
	bottom: -24px;
	}
	.stylebook2206 .slick-dots {
	bottom: -25px;
	}
	.topics .more,
	.ranking_content .more {
		margin: 20px auto 0px;
	}
	.pickup {
	margin: 0 3% 80px;
	}
	.newarrival .slider2206 li {
		padding: 0px 3px 10px;
	}
	.topics .slider2206 li {
		padding: 0px 3px 10px;
	}
	.newarrival .slider2206 li:nth-of-type(n+3) {
		padding: 0px 3px 0px;
	}
	.topics .slider2206 li:nth-of-type(n+3) {
		padding: 0px 3px 0px;
	}
	.topics .pc {
		display: none;
	}
	.topics .slider.sp {
		margin-bottom: 0;
	}
	.topics .sp ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.topics .sp li {
		width: 49.3%;
		width: calc( 100% / 2 );
		margin-bottom: 10px;
		/* display: inline-block; */
		/* vertical-align: text-top; */
	}
	/* .slider li:nth-of-type(n+3), .slider2206 li:nth-of-type(n+3) {
		padding: 0px 3px 0px;
	} */
	.pickup .slider li {
		padding: 0px 3px 10px;
	}
	.topics .item_start small {
	font-size: 10px;
	}
	.ranking .ranking__box span.item_name,
	.ranking .ranking__box span.item_price {
		font-size: 10px;
	}
	.ranking .ranking__box a:nth-child(n+3) span.item_price {
		margin-bottom: 0;
	}
	.section {
		margin: 0 3% 70px;
	}
	.ranking__box a:nth-of-type(n+3) .item_price,
	.ranking__box a::nth-of-type(n+3) .item_price.sale {
		display: block;
	}
	.ranking .ranking__box span.item_name, .ranking .ranking__box span.item_price {
		margin-bottom: 0px;
	}
	.ranking .ranking__box span.item_price small {
		font-size: 10px;
	}
	.section.information {
		margin: 0 3% 50px;
	}
	.section.information + .section.newarrival {
		margin: 0 3% 50px;
	}
	.instagram .more {
		margin: 10px auto 0px;
	}
	.pickup .slick-dots {
		bottom: -22px;
	}
	.section.pickup {
		margin: 0 3% 90px;
	}
	header ul.nav li {
		margin: 0 auto;
	}
	#new_search_area_pc .search_texts, #new_search_area_sp .search_texts {
		border-radius: 0!important;
	}


}



/*　クーポン関連のスタイル */
#eb_popup_area {
	display: none;
}
#ambient_coupon_popup a {
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	display: block;
	background-image: url(https://ambient-online.com/assets/images/coupon.png);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	border: 1px solid #333;
}
#ambient_coupon_popup {
	position: fixed;
	bottom: 70px;
	right: 20px;
	font-size: 77%;
	z-index: 10;
}
.ev_coupon_area {
	min-height: 80vh;
	padding: 4%;
}
.eb_coupon_title {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 24px;
	font-weight: bold;
}
.eb_coupon_status {
	display: block;
	text-align: center;
	margin-top: 12px;
	color: #575757;
}
.eb_coupon_list {
}
.eb_coupon_list img {
	width: 100%;
}
.eb_coupon_exp {
	margin-top: 12px;
	line-height: 1.4em;
}
.eb_coupon_period {
	margin-top: 8px;
	color: #777777;
}
.eb_coupon_list li {
	margin-top: 36px;
	width: 32.5%;
	display: inline-block;
	padding: 0.5%;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 640px){
	#ambient_coupon_popup {
		bottom: 60px;
		right: 10px;
	}
	.eb_coupon_list li {
		margin-top: 36px;
		width: 100%;
		padding: unset;
	}

	.slick-dots {
		position: static;
		margin-top: 20px;
	}
	.more {
		margin: 0px auto 0px;
	}

}




/* スマホSFページ（商品ページ、カテゴリーページなど）のみ設置のフッターメニュー */
#footer_category_menu {
	margin-top: 30px;
}
.footer_category_menu_parent {
	border-bottom: 1px solid #ccc;
}
.footer_category_menu_parent li {
	border-top: 1px solid #ccc;
}
.footer_category_menu_parent > li > a {
	display: block;
	padding: 15px 15px 15px 20px;
}
.footer_category_menu_child {
	display: none;
}
.footer_category_menu_parent_arrow > a {
	display: block;
	background: url(https://ambient.itembox.design/item/assets/images/icon/open_arrow_bk.png) no-repeat right 20px center;
	background-size: 14px;
}
.footer_category_menu_parent_arrow > a.open {
	display: block;
	background: url(https://ambient.itembox.design/item/assets/images/icon/close_arrow_bk.png) no-repeat right 20px center;
	background-size: 14px;
}
.footer_category_menu_child > li > a {
	display: block;
	padding: 15px 15px 15px 30px;
}


.stylebook2206_page .item_box a:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.FS2_BundleGroupBlock {
	margin: 20px 10px;
}
.FS2_BundleGroupBlock h2 {
	font-size: 3vw;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0em;
}
.FS2_BundleGroupBlock ul.FS2_Cart_list {
	width: 100%;
	margin: 0;
}
.FS2_contents_container ul {
	width: 95%;
	margin: 0 10px;
}
.FS2_Cart_Item_Thumbnail {
	width: 80px;
}
.FS2_Cart_Item_Thumbnail img {
	margin: 2px 2px 5px 0;
	width: 73px;
}

#eb_hot_word_area_sp {
	width: 100%;
	overflow: scroll;
}
#eb_hot_word_area_sp .hotword_box {
	padding: 34px 0 20px 5%;
	width: max-content;
}
#eb_hot_word_area_sp .hotword_box a {
	font-size: 12px;
	width: fit-content;
	display: inline-block;
	color: #111;
	padding: 10px 22px 10px 10px;
	margin-right: 12px;
	background: #d7d7d7 url(https://ambient.itembox.design/item/assets/images/icon/next_arrow_bk.png) no-repeat;
	letter-spacing: 1px;
	background-size: 6px;
	background-position: center right 8px;
}


/*トップページアイコンコンテンツ*/
.main_slider_area {
	margin: 0 auto;
}
.main_slider_lower_icons_area {
	width:100%;
	overflow:scroll;
	margin-top: 12px;
	margin-bottom: 50px;
}
.main_slider_lower_icons_area .icons_box {
	margin-left: 5%;
	padding-bottom: 12px;
}
.main_slider_lower_icons_area .icons_box li {
	display:inline-block;
	width:20vw;
	margin-right: 18px;
	max-width: 100px;
	display: inline-block;
	vertical-align: top;
}
.main_slider_lower_icons_area .icons_box li:last-child {
	margin-right: 0;
}
.main_slider_lower_icons_area .icons_box li .main_slider_lower_icons_title {
	text-align: center;
	margin-top: 4px;
}
.eb_sp_bnr_box {
	margin-top: 24px;
}
@media only screen and (min-width: 641px) {
	.main_slider_lower_icons_area {
		max-width: 1000px;
		margin: 0 auto;
		overflow:unset;
		margin-bottom: 80px;
	}
	.main_slider_lower_icons_area .icons_box {
		text-align: center;
		width: 100% !important;
		margin-left:0;
	}
}


#ambient_coupon_popup {
	transition: .3s;
}
@media screen and (max-width: 640px) {
	.fs-body-product #ambient_coupon_popup {
		bottom: 160px;
	}
	.fs-body-product .ambient_page_top_btn {
		bottom: 110px;
	}
	body.scroll #ambient_coupon_popup {
		bottom: 60px;
		right: 10px;
	}
	.fs-body-product.scroll #ambient_coupon_popup {
		bottom: 110px;
	}
	.fs-body-product.scroll .ambient_page_top_btn {
		bottom: 60px;
	}
}


#eb_ranking_page_area .section__title span.section__main_title {
	font-family: "Libre Baskerville", serif!important;
    font-weight: 400;
}











.feature_Box .index {
	margin: 0 0 32px;
}
.ranking_Box .index {
	margin: 0 0 32px;
}
.storeSec {
	/* background: #f5f5f5; */
}
.storeSec .feature_cap {
	background: #fff;
	display: block !important;
	width: 100% !important;
	margin-bottom: 10px !important;
}
.storeSec .feature_cap ul {
	overflow: hidden;
	clear: both;
}
.storeSec .feature_cap ul li {
	float: left !important;
	width: 33.333% !important;
	background: #f5f5f5;
	border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
	.storeSec .feature_cap ul li {
		float: left !important;
		width: 50% !important;
	}
}
.store_detail ul li {
	line-height: 1.5em;
	clear: both;
	overflow: hidden;
}
.store_detail ul li.no_store_image .store_text_box {
	width: 100%;
	padding: 0;
}
.store_detail ul li ul.store_text_box {
	float: left;
	width: 65%;
	padding: 0 3% 0 0;
}
.store_detail ul li ul.store_text_box li {
	line-height: 1.2em;
	padding-bottom: 10px;
}
.store_detail ul li ul.store_text_box li.store_mapico {
	display: none;
}
@media only screen and (max-width: 767px) {
	.store_detail ul li ul.store_text_box li.store_mapico {
		display: block;
	}
}
.store_detail ul li ul.store_text_box li.store_mapico a {
	background: #000;
	color: #fff;
	padding: 3px 7px;
	;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}
.store_detail ul li ul.store_image_box {
	float: right;
	width: 35%;
}
.store_detail ul li ul.store_text_box .store_sns {
	margin: 0;
}
.store_detail ul li ul.store_text_box .store_sns span a {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 0 5%;
}
.storeSec .feature_cap ul li a {
	text-align: center !important;
	display: block;
}
.storeSec .feature_node:first-child .feature_cap {
	padding: 0;
}
/* .feature_pic .store_hide {
		display: none;
	} */
.feature_cap ul li.select {
	background: #000;
	color: #fff;
}
.feature_cap ul li.select a {
	color: #fff;
}
.storeSec .feature_cap ul li a {
	font-size: 14px !important;
}
.storeSec .feature_cap ul li.select a {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.feature_cap ul li.select {
		background: #fff;
	}
	.storeSec .feature_cap ul li.select {
		background: #000;
	}
	.feature_cap ul li.select a {
		color: #333;
	}
	.storeSec .feature_cap ul li.select a {
		color: #fff;
	}
}
.storeSec .feature_pic {
	display: block !important;
	width: 100% !important;
}
.storeSec .feature_capInner ul li a {
	padding: 12px 0 !important;
}
@media only screen and (max-width: 767px) {
	.storeSec .feature_capInner ul li a {
		font-size: 12px !important;
	}
}
.store_content_inner {
	overflow: hidden;
	clear: both;
	padding: 0;
	position: relative;
	height: 500px;
}
.store_content_inner .store_detail {
	width: 50%;
	padding: 30px 3%;
	text-align: left;
	background: #f5f5f5;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 1;
}
@media(max-width:768px) {
	.store_content_inner .store_detail {
		width: 50%;
		padding: 30px 3%;
		text-align: left;
		background: #f5f5f5;
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 1;
	}
}
@media(max-width:667px) {
	.store_content_inner {
		overflow: hidden;
		clear: both;
		padding: 0;
		position: relative;
		height: auto;
	}
	.store_content_inner .store_detail {
		width: 100%;
		padding: 20px 5%;
		text-align: left;
		height: auto;
		background: #fff;
		position: inherit;
		top: 0;
	}
	.store_map {
		width: 100%;
		min-height: 250px;
		position: inherit;
		top: auto;
		right: 0;
		z-index: 1;
	}
}
.store_content_inner .store_detail .store_name {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.store_content_inner .store_map {
	float: right;
}
.store_map {
	width:650px;
	min-height: 500px;
	position: absolute;
	top: 0;
	right: 0;
}
.store_map iframe {
width:100%;
height: 100%;
min-height: 500px;
}
@media(max-width:768px) {
.store_map {
	max-width:650px;
	width: 75%;
	min-height: 400px;
	position: absolute;
	top: 0;
	right: 0;
}
.store_map iframe {
	width: 100%;
	min-height: 400px;
}
}
@media(max-width:667px) {
.store_map {
	width:100%;
	min-height: 250px;
	position: inherit;
	top: auto;
	right: 0;
	z-index: 1;
}
.store_map iframe {
	width:100%;
	min-height: 250px;
}
}


.eb_pc_right_box .item_recommend .slick-prev {
    left: 0px;
}
.eb_pc_right_box .item_history .slick-prev {
    left: 0px;
}
.eb_pc_right_box .item_recommend .slick-next {
    right: 0px;
}
.eb_pc_right_box .item_history .slick-next {
    right: 0px;
}