@charset "utf-8";
/* Common */
main .contents-inner {
	/*max-width: 1400px;*/
	margin: auto;
}
main .contents {
	margin: 0 0 100px;
}
main .contents img {
	width: 100%;
}
main .contents-title {
	font-size: 25px;
	color: #666;
	text-align: center;
	margin-bottom: 35px;
}
main .contents-cta,
main .contents-cta:link,
main .contents-cta:visited {
	color: #fff;
	/*background-color: #a7a7a7;*/
	/*border: 1px solid #a7a7a7;*/
	background-color: #6c5b53;
	border: 1px solid #6c5b53;
	border-radius: 5rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 3rem;
	width: 15rem;
	height: 3rem;
}
@media only screen and (max-width: 640px) {
	main .contents-inner {
		max-width: none;
	}
	main .contents {
		padding: 0;
		margin: 0 0 12.5vw;
	}
	main .contents-title {
		font-size: 4.0625vw;
		color: #414042;
		margin-bottom: 6.25vw;
		font-style: italic;
	}
	main .contents-cta,
	main .contents-cta:link,
	main .contents-cta:visited {
		border-radius: 7.8125vw;
		font-size: 2.8125vw;
		line-height: 5.625vw;
		width: 30vw;
		height: 5.625vw;
	}
}

.main-visual .main-visual-list {
	position: relative;
	touch-action: auto;
}
.main-visual .main-visual-list img {
	width: 100%;
}
.main-visual .slick-dots {
	text-align: right;
}
.main-visual .slick-dots li {
	margin: 0;
	width: 14px;
}
.main-visual .slick-dots li button::before {
	font-size: 8px;
}
@media only screen and (max-width: 1400px) {
	.main-visual .slick-dots {
		padding: 0 1.0715vw;
	}
}
@media only screen and (max-width: 640px) {
	.main-visual .slick-dots {
		position: static;
		margin-top: 2.34375vw;
		padding: 0 4.6875vw;
	}
	.main-visual .slick-dots li {
		width: 2.1875vw;
		height: 2.1875vw;
	}
	.slick-dots li button {
		width: 2.1875vw;
		height: 2.1875vw;
		padding: 3px;
	}
	.main-visual .slick-dots li button::before {
		width: 2.1875vw;
		height: 2.1875vw;
		font-size: 1.25vw;
		line-height: 2.1875vw;
	}
	.main-visual .main-visual-list {
		margin: 0;
	}
}

.news {
	margin-top: 50px;
	overflow: hidden;
}
.news .news-list {
	position: relative;
	max-width: calc(640px + (9px * 2));
	margin: auto auto 50px;
	touch-action: auto;
}
.news .news-detail {
	text-align: center;
	padding: 0 9px;
}
.news .news-detail__image {
	margin-bottom: 30px;
}
.news .news-detail__image img {
	width: 100%;
	height: 426px;
	object-fit: cover;
	object-position: center center;
}
.news .news-detail-info {
	display: block;
	opacity: 0;
	padding: 0 85px;
}
.news .news-detail-info__title {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.news .news-detail-info__category,
.news .news-detail-info__post-date {
	font-size: 15px;
	color: #a7a7a7;
}
.news .news-detail-info__category::after {
	content: '|';
	margin-right: 5px;
	margin-left: 5px;
}
.news-detail-info__category--hide {
	display: none;
}
.news .news-detail-info__read-more {
	font-size: 15px;
	color: #666!important;
	display: inline-block;
	margin-top: 28px;
}
.news .slick-prev,
.news .slick-prev:hover {
	width: 41px;
	height: 15px;
	background: url("../images/arrow_prev.png") center center no-repeat;
	left: 5%;
	bottom: 10%;
	top: auto;
}
.news .slick-next,
.news .slick-next:hover {
	width: 41px;
	height: 15px;
	background: url("../images/arrow_next.png") center center no-repeat;
	right: 5%;
	bottom: 10%;
	top: auto;
}
.news .slick-prev::before,
.news .slick-next::before {
	display: none;
}
.news .slick-list {
	overflow: initial;
}
.news .slick-arrow {
	z-index: 1;
}
.news .slick-current .news-detail-info {
	opacity: 1;
}
.news .news-detail-info__post-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media only screen and (max-width: 1399px){
	.news .news-detail__image img {
		height: 30.4285vw;
	}
	.news .news-list {
		width: calc(45.715vw + (0.65vw * 2));
		max-width: none;
		margin: auto auto 3.57vw;
	}
	.news .news-detail {
		padding: 0 0.65vw;
	}
	.news .news-detail__image {
		margin-bottom: 2.15vw;
	}
	.news .news-detail-info {
		padding: 0 15%;
	}
	.news .news-detail-info__title {
		font-size: 1.285vw;
		margin-bottom: 0.715vw;
	}
	.news .news-detail-info__category,
	.news .news-detail-info__post-date {
		font-size: 1.0715vw;
	}
	.news .news-detail-info__category::after {
		content: '|';
		margin-right: 0.357vw;
		margin-left: 0.357vw;
	}
	.news .news-detail-info__read-more {
		font-size: 1.0715vw;
		margin-top: 2vw;
	}
	.news .slick-prev,
	.news .slick-prev:hover {
		width: 2.9285vw;
		height: 1.715vw;
		background-size: contain;
	}
	.news .slick-next,
	.news .slick-next:hover {
		width: 2.9285vw;
		height: 1.715vw;
		background-size: contain;
	}
}
@media only screen and (max-width: 1024px) {
	.news .news-detail-info {
		padding: 0;
	}
	.news .news-detail-info__title {
		font-size: 18px;
	}
	.news .news-detail-info__category,
	.news .news-detail-info__post-date {
		font-size: 15px;
	}
	.news .news-detail-info__category::after {
		margin-right: 5px;
		margin-left: 5px;
	}
	.news .news-detail-info__read-more {
		font-size: 15px;
		margin-top: 28px;
	}
	.news .slick-prev,
	.news .slick-prev:hover {
		width: 41px;
		height: 15px;
		left: -41px;
	}
	.news .slick-next,
	.news .slick-next:hover {
		width: 41px;
		height: 15px;
		right: -41px;
	}
}
@media only screen and (max-width: 640px) {
	.news .news-detail__image img {
		height: 66.5625vw;
	}
	.news .news-list {
		width: 100%;
		margin: 0 0 5.46875vw;
		max-width: none;
		position: relative;
	}
	.news .news-detail {
		text-align: center;
		padding: 0;
	}
	.news .news-detail-info__title {
		font-size: 3.75vw;
		color: #414042;
		margin-bottom: 1.5625vw;
	}
	.news .news-detail-info__category,
	.news .news-detail-info__post-date {
		font-size: 2.5vw;
	}
	.news .news-detail-info__post-date::after {
		content: '|';
		margin-right: 0.78125vw;
		margin-left: 0.78125vw;
	}
	.news .news-detail-info__category::after {
		content: '';
		display: none;
	}
	.news .news-detail-info__post-date.news-detail-info__post-date--only::after {
		display: none;
	}
	.news .news-detail-info {
		position: relative;
		padding: 0 7.03125vw;
	}
	.news .news-detail-info-text-wrapper {
		text-align: right;
	}
	.news .news-detail-info__text {
		font-size: 3.28125vw;
		color: #414042;
		margin-top: 7.8125vw;
		text-align: left;
		line-height: 6.25vw;
	}
	.news .news-detail-info__read-more {
		font-size: 3.75vw;
		font-style: italic;
		text-decoration: underline;
		margin-top: 4.375vw;
	}
	.news .news-detail-info__category {
		order: 1;
	}
	.news .slick-prev, .news .slick-prev:hover,
	.news .slick-next, .news .slick-next:hover {
		/*color: #000;*/
		color: #fff;
		mix-blend-mode: difference;
		background: none;
		font-size: 3.28125vw;
		transform: translate(0,0);
		width: 8.59375vw;
		height: 66.5625vw;
		top: 0;
	}
	.news .slick-prev, .news .slick-prev:hover {
		left: 0;
		text-align: right;
	}
	.news .slick-next, .news .slick-next:hover {
		right: 0;
		text-align: left;
	}
}

.look-book .look-book-detail__image img {
	width: 100%;

	height: 737px;
	object-fit: cover;
	object-position: center center;	
}
.look-book .hide-for-small .look-book-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.look-book .hide-for-small .look-book-detail {
	width: calc(100% / 3);
	padding: 0 9px;
}
.look-book .show-for-small {
	overflow: hidden;
}
.look-book .show-for-small .look-book-list {
	position: relative;
	width: 100%;
	margin: 0;
	touch-action: auto;
}
.look-book .show-for-small .slick-list {
	overflow: initial;
}
.look-book .show-for-small .look-book-detail {
	padding: 0;
}
.look-book .look-book-detail-info {
	margin: 20px 15px 40px;
}
.look-book .look-book-detail-info__title {
	font-size: 18px;
	color: #666;
	text-align: center;
}
.look-book .look-book-detail-info__post-date {
	font-size: 15px;
	color: #a7a7a7;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.look-book.contents {
		padding: 0;
	}
	.look-book .look-book-detail-info {
		margin: 2.15vw 0 7.8125vw;
	}
	.look-book .look-book-detail-info__title {
		font-size: 3.75vw;
	}
	.look-book .look-book-detail-info__post-date {
		font-size: 2.5vw;
	}
	.look-book .slick-prev::before, .look-book .slick-next::before {
		display: none;
	}
	.look-book .slick-prev, .look-book .slick-prev:hover,
	.look-book .slick-next, .look-book .slick-next:hover {
		/*color: #000;*/
		color: #fff;
		mix-blend-mode: difference;
		background: none;
		font-size: 3.28125vw;
		transform: translate(0,0);
		width: 8.59375vw;
		height: 133.25vw;
		top: 0;
		z-index: 1;
	}
	.look-book .slick-prev, .look-book .slick-prev:hover {
		left: 0;
		text-align: right;
	}
	.look-book .slick-next, .look-book .slick-next:hover {
		right: 0;
		text-align: left;
	}
}

.journal {
	margin-top: 50px;
	overflow: hidden;
}
.journal .journal-list {
	position: relative;
	max-width: calc(640px + (9px * 2));
	margin: auto auto 50px;
	touch-action: auto;
}
.journal .journal-detail {
	text-align: center;
	padding: 0 9px;
}
.journal .journal-detail__image {
	margin-bottom: 30px;
}
.journal .journal-detail__image img {
	width: 100%;
	height: 426px;
	object-fit: cover;
	object-position: center center;
}
.journal .journal-detail-info {
	display: block;
	opacity: 0;
	padding: 0 85px;
}
.journal .journal-detail-info__title {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.journal .journal-detail-info__category,
.journal .journal-detail-info__post-date {
	font-size: 15px;
	color: #a7a7a7;
}
.journal .journal-detail-info__category::after {
	content: '|';
	margin-right: 5px;
	margin-left: 5px;
}
.journal .journal-detail-info__category.journal-detail-info__category--hide {
	display: none;
}
.journal .journal-detail-info__text {
	text-align: left;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}
.journal .journal-detail-info__read-more {
	font-size: 15px;
	color: #666!important;
	display: inline-block;
	margin-top: 28px;
}
.journal .slick-prev,
.journal .slick-prev:hover {
	width: 41px;
	height: 15px;
	background: url("../images/arrow_prev.png") center center no-repeat;
	left: 5%;
	bottom: 10%;
	top: auto;
}
.journal .slick-next,
.journal .slick-next:hover {
	width: 41px;
	height: 15px;
	background: url("../images/arrow_next.png") center center no-repeat;
	right: 5%;
	bottom: 10%;
	top: auto;
}
.journal .slick-prev::before,
.journal .slick-next::before {
	display: none;
}
.journal .slick-list {
	overflow: initial;
}
.journal .slick-arrow {
	z-index: 1;
}
.journal .slick-current .journal-detail-info {
	opacity: 1;
}
.journal .journal-detail-info__post-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media only screen and (max-width: 1399px){
	.journal .journal-list {
		width: calc(45.715vw + (0.65vw * 2));
		max-width: none;
		margin: auto auto 3.57vw;
	}
	.journal .journal-detail {
		padding: 0 0.65vw;
	}
	.journal .journal-detail__image {
		margin-bottom: 2.15vw;
	}
	.journal .journal-detail__image img {
		height: 30.4285vw;
	}
	.journal .journal-detail-info {
		padding: 0 15%;
	}
	.journal .journal-detail-info__title {
		font-size: 1.285vw;
		margin-bottom: 0.715vw;
	}
	.journal .journal-detail-info__category,
	.journal .journal-detail-info__post-date {
		font-size: 1.0715vw;
	}
	.journal .journal-detail-info__category::after {
		content: '|';
		margin-right: 0.357vw;
		margin-left: 0.357vw;
	}
	.journal .journal-detail-info__read-more {
		font-size: 1.0715vw;
		margin-top: 2vw;
	}
	.journal .slick-prev,
	.journal .slick-prev:hover {
		width: 2.9285vw;
		height: 1.715vw;
		background-size: contain;
	}
	.journal .slick-next,
	.journal .slick-next:hover {
		width: 2.9285vw;
		height: 1.715vw;
		background-size: contain;
	}
}
@media only screen and (max-width: 1024px) {
	.journal .journal-detail-info {
		padding: 0;
	}
	.journal .journal-detail-info__title {
		font-size: 18px;
	}
	.journal .journal-detail-info__category,
	.journal .journal-detail-info__post-date {
		font-size: 15px;
	}
	.journal .journal-detail-info__category::after {
		margin-right: 5px;
		margin-left: 5px;
	}
	.journal .journal-detail-info__read-more {
		font-size: 15px;
		margin-top: 28px;
	}
	.journal .slick-prev,
	.journal .slick-prev:hover {
		width: 41px;
		height: 15px;
		left: -41px;
	}
	.journal .slick-next,
	.journal .slick-next:hover {
		width: 41px;
		height: 15px;
		right: -41px;
	}
}
@media only screen and (max-width: 640px) {
	.journal .journal-list {
		width: 100%;
		max-width: none;
		margin: 0 0 5.46875vw;
	}
	.journal .journal-detail {
		text-align: center;
		padding: 0;
	}
	.journal .journal-detail-info__title {
		font-size: 3.75vw;
		color: #414042;
		margin-bottom: 1.5625vw;
	}
	.journal .journal-detail__image img {
		height: 66.5625vw;
	}
	.journal .journal-detail-info__category,
	.journal .journal-detail-info__post-date {
		font-size: 2.5vw;
	}
	.journal .journal-detail-info__post-date::after {
		content: '|';
		margin-right: 0.78125vw;
		margin-left: 0.78125vw;
	}
	.journal .journal-detail-info__category::after {
		content: '';
		display: none;
	}
	.journal .journal-detail-info__post-date.journal-detail-info__post-date--only::after {
		display: none;
	}
	.journal .journal-detail-info {
		position: relative;
		padding: 0 7.03125vw;
	}
	.journal .journal-detail-info-text-wrapper {
		text-align: right;
	}
	.journal .journal-detail-info__text {
		font-size: 3.28125vw;
		color: #414042;
		margin-top: 7.8125vw;
		text-align: left;
		line-height: 6.25vw;
	}
	.journal .journal-detail-info__read-more {
		font-size: 3.125vw;
		font-style: italic;
		text-decoration: underline;
	}
	.journal .journal-detail-info__category {
		order: 1;
	}
	.journal .slick-prev, .journal .slick-prev:hover,
	.journal .slick-next, .journal .slick-next:hover {
		/*color: #000;*/
		color: #fff;
		mix-blend-mode: difference;
		background: none;
		font-size: 3.28125vw;
		transform: translate(0,0);
		width: 8.59375vw;
		height: 66.5625vw;
		top: 0;
	}
	.journal .slick-prev, .journal .slick-prev:hover {
		left: 0;
		text-align: right;
	}
	.journal .slick-next, .journal .slick-next:hover {
		right: 0;
		text-align: left;
	}
}

.advertising .advertising_image {
	margin: 0 auto;
	padding: 0 50px 50px;
}
.advertising .advertising_image img {
	width: 100%;
}
@media only screen and (max-width: 640px) {
	.advertising .advertising_image {
		padding: 0 0 6.25vw;
	}
}

.online-store__category-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
	margin-bottom: 50px;
}
.online-store__category {
	font-size: 18px;
	padding: 0 12px;
}
.online-store__category-link {
	color: #666666!important;
}
.online-store .item-list-products {
	margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
	.online-store__category-list {
		margin-top: -1.5625vw;
		margin-bottom: 9.375vw;
	}
	.online-store__category {
		font-size: 3.28125vw;
		padding: 0 12px;
	}
}

.checked-item .checked-item-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.checked-item .checked-item-detail {
	width: 10%;
	padding: 0 5px;
}
@media only screen and (max-width: 640px) {
	.checked-item .checked-item-title {
		font-size: 4.0625vw;
	}
	.checked-item .checked-item-list {
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0 2.1875vw;
	}
	.checked-item .checked-item-detail {
		width: 20%;
		padding: 1.875vw;
	}
}

.store .nearest-store-info {
	margin: 5.46875vw 0;
	padding: 0 7.03125vw;
}
.store .nearest-store-info-wrapper {
	margin: 0 0 6.25vw 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.store .nearest-store-info__store-name {
	font-size: 3.28125vw;
	line-height: 4.6875vw;
}
.store .nearest-store-info__store-name-jp {
	font-size: 2.8125vw;
	line-height: 4.6875vw;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}
.store .nearest-store-info__address,
.store .nearest-store-info__zip,
.store .nearest-store-info__open {
	font-size: 2.8125vw;
	line-height: 4.6875vw;
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
}
.store .nearest-store-info__tel-img,
.store .nearest-store-info__map-img {
	height: 6.25vw;
}
.store .nearest-store-info__tel-img {
	width: 6.25vw;
}
.store .nearest-store-info__map-img {
	width: 3.90625vw;
}
.store .nearest-store-info__tel {
	display: inline-block;
	margin: 0 1.875vw;
}
.store #nearest-store__map {
	background: rgba(250, 250, 250, 0.9);
	position: fixed;
	top: 0!important;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5002;
	overflow-x: hidden;
	overflow-y: scroll;
}
.store #nearest-store__map .nearest-store-map-wrapper {
	max-width: none;
	min-height: inherit;
	padding: 20.3125vw 4.6875vw;
	text-align: right;
}
.store #nearest-store__map .store-map {
	height: 52.5625vw;
	width: 90.625vw;
	background: #eee;
	margin: 0 auto 3.125vw;
}
.store #nearest-store__map .store-detail__close-button {
	margin-bottom: 3.125vw;
	display: inline-block;
}
.store #nearest-store__map .nearest-store-info-store-name-wrapper {
	text-align: center;
	margin-top: 4.6875vw;
}
.store #nearest-store__map .nearest-store-info__store-name {
	line-height: 5.625vw;
	font-size: 4.6875vw;
}
.store #nearest-store__map .nearest-store-info__store-name-jp {
	line-height: 5.625vw;
	font-size: 2.8125vw;
}