@charset "UTF-8";
/* CSS Document */


/* コー�?ィネイ�? */

.shoptour-content-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	/* overflow: hidden; */
	display: block;
}

.shoptour-content {
	display: block;
	margin: 0 auto 120px;
}


.main-ttl {
	text-align: center;
	width: 1000px;
	position: relative;
	margin: 0 auto 56px;
}

.main-ttl img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.ttl-read {
	text-align: center;
	margin: 0 auto 40px;
}

.ttl-read p {
	/* font-family: 'Noto Serif JP', serif; */
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	padding: 16px 0;
}

.ttl-read-note {
	display: block;
	font-size: 12px;
}



.shop-image-detail-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 80px;
}



.icn_check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #212121;
	border-radius: 4px;
	padding: 2px 8px;
	margin-left: 8px;
}


.shop-image-credit-c {
	display: flex;
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	text-decoration: none;
	gap: 12px;
	padding-top: 8px;
}


.content-btn {
	background: #3e3e3e;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 80%;
	max-width: 320px;
	position: relative;
}

.content-btn:hover {
	opacity: 0.7;
}


/* ????????????????? */

.slider-contents-main {
	/* ?? */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}


.slider-contents-main-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.slider-contents {
	/* ??????????????????????????? */
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	/*line-height: 300px;*/
	text-align: center;
	font-size: 0;
	/* background-color: #e3e0dd; */

}

.swiper-pagination-bullets {
	position: static;
	margin: 16px 0 15px;
}

.slider-contents img {
	width: 100%;
	height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.slider-contents-btn-prev {
	background: url(../esw251215_tomorrowland/arrow_back.svg) 10px center no-repeat;
	width: 55px;
	height: 55px;
	position: static;
	background-size: 19px auto;
	z-index: 2;
	cursor: pointer;
	margin-top: 0;
}

.slider-contents-btn-next {
	background: url(../esw251215_tomorrowland/arrow_forward.svg) 28px center no-repeat;
	width: 55px;
	height: 55px;
	position: static;
	background-size: 19px auto;
	z-index: 2;
	cursor: pointer;
	margin-top: 0;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	display: inline-block;
	background: none;
	border-radius: 0;
	border: 1px solid #757575;
	box-sizing: border-box;
	opacity: 1;
	cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
	background: #757575;
	opacity: 1;
}


.button-sandp {
	display: block;
	background-image: url(../esw251215_tomorrowland/icon_pause.svg);
	background-size: 24px;
	width: 24px;
	height: 24px;
	margin-left: 16px;
	z-index: 2;
}

.button-sandp.paused {
	background-image: url(../esw251215_tomorrowland/icon_start.svg);
}


.swiper-command-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


.credit-index {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.credit {
	display: block;
}

.credit:not(:first-child) {
	margin: 32px auto 8px;
}

.item-text-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 9px 3px;
}

.icn_check {
	margin-left: 0;
}

.no-ttl {
	font-family: "EB Garamond", serif;
	font-size: 70px;
}


.shop-info-inner,
.shop-info-inner2 {
	font-size: 15px;
	font-weight: 500;
	margin: 64px auto;
}



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


	.shop-image-credit-c {
		font-size: 16px;
	}



	.small_read2,
	.shop-image-credit-l,
	.shop-image-credit-r,
	.shop-image-credit-c {
		& a:hover {
			opacity: 0.6;
		}
	}

	.slider-contents-main {
		width: 900px;
		margin: 0;
	}

	.shopimage-area>.slider-contents-main {
		margin: auto;
	}

	.under-infomation {
		width: 800px;
		margin: 0 auto;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		text-align: center;
		padding-bottom: 16px;
	}


	.shop-info-inner {
		display: flex;
		gap: 16px;
	}

	.cashmere-contents-link a:hover {
		opacity: .6;
	}


}

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

	.main-ttl {
		width: auto;
		margin: 0 12px;
	}

	.main-ttl img {
		width: 100%;
		/* margin: 32px auto 0; */
	}

	.ttl-read {
		width: calc(100% - 24px);
		padding: 40px 12px 48px;
	}

	.ttl-read p {
		font-size: 14px;
		text-align: left;
	}

	.slider-contents-main {
		width: 100%;
	}



	/* コー�?ィネイ�? */

	.shoptour-content-wrapper {
		width: auto;
		/* margin-right: 12px;
	margin-left: 12px; */
	}

	.shoptour-content {
		display: block;
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 80px;
	}


	.shop-image-detail,
	.shop-image-detail-column {
		width: 90%;
		margin: 0 auto 80px;
	}


	.shop-image-credit-c a {
		padding: 5px 0 0 5px;
		color: #000;
		font-size: 12px;
		text-align: left;
		display: flex;
	}


	.small_read3 {
		width: 100%;
		font-size: 105%;
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 1.7em;
		position: static;
		top: 0px;
		left: 0px;
	}


	.content-btn {
		padding: 15px 0;
	}

	.no-ttl {
		font-size: 40px;
		margin-left: 8px;
	}

	.under-infomation {
		width: 100%;
		margin: 0 auto;
	}

	.shop-info-wrapper {
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 32px auto 0;
	}


	.shop-info-inner {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin: 0 0 64px;
	}

	.shop-image-credit-c {
		width: 90%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
		gap: 16px;
	}

	.shop-image-credit-c a {
		padding: 0;
	}

	.item-text-inner {
		margin: 0;
	}

	.credit:not(:first-child) {
		margin: 16px auto 8px;
	}



}

@media screen and (max-width: 320px) {
	.shop-image-credit-c {
		gap: 5px;
	}

	.content-btn {
		font-size: 11px;
	}
}