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

.m-main-content {
	background-color: #f7f7f7;
}

#contents{
	float:none;
	width:0px;
}

.l-shoptour-content {
	padding-bottom: 60px;
}

ul.under_link {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 5px;
    width: 604px;
}
ul.under_link li {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 297px;
}
ul.under_link li a {
	background-color: #45423f;
    color: #fff;
    display: block;
    font-size: 14px;
	font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
	border-radius: 4px;
}


.under-link-insta {
	width: 610px;
	margin: 50px auto 40px;
	text-align: center;
}

.under-link-insta p {
	font-size: 13px;
}

.under-link-insta img {
	width: 60px;
	margin-bottom: 4px;
}


.lead-box {
	width:100%;
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	text-align: center;
	color: #fff;
	padding: 10px;	
}

.concept {
	font-family: "Noto Serif JP", serif;	
	background-color: #ece8de;
	background-image: url(./look2_bg.jpg);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
}

.concept p {
	font-size: 15px;
	line-height: 2;
	padding: 20vh 8px;
	box-sizing: border-box;
	text-align: left;
	width: 320px;
	margin: 0 auto;
	color: #000;
	font-feature-settings: "palt";	
	letter-spacing: 1px;
}


/* コーディネイト */

.tour-main {
	padding-top:60px;
	overflow: hidden;
}

.tour-main > li {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	padding-bottom: 80px;
	color: #222;
}

.tour-main > li a {
	color: #222;	
}


.credit-box li {
	margin-bottom: 10px;
}

.main-box img {
	aspect-ratio: 10/7;
}

.brand-coordinate a {
	display:block;
}
.brand-coordinate a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}

.ttl_shop {
	font-size: 12px;
	margin-bottom: 1em;
	display: block;
	overflow: hidden;
	letter-spacing: 1px;
}

.main-ttl-box {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	text-align: center;
    /* width: 1000px; */
	margin: 0 auto 50px;
}


.main-ttl-img {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) ,url(./smp_ttl.jpg);	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 auto 50px;
	margin-bottom: 1em;
	height: 400px;
	position:relative;
}

.shop_logo {
	width: 100%;
	max-width: 340px;
	margin: 0 auto 10px;
}

.l-item-detail-comment {
	font-size: 14px;
}

.tour-intro {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	margin: 0 12px 30px;
	text-align: justify;
	line-height: 1.8;
	font-size: 14px;
	padding: 20px 20px;
}

.tour-intro p {
	margin-bottom: 1em;
}


.l-item-detail {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0;
}

.l-item-detail.reverse {
	flex-direction: column-reverse;
}

.l-item-detail img {
	width: 100%;
}

.l-item-detail a {
	font-size: 14px;
	line-height: 1.6;
}

.icn_check {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	float: right;
	background-color: #45423f;
	color: #fff;
    border-radius: 4px;
	padding: 4px 8px;
}

.l-item-detail-comment {
	margin: 0 20px 60px;
}

.l-item-detail .l-item-detail-photo {
	margin: 20px 20px 20px;
	position: relative;
	z-index: 1;
}

.l-item-detail.reverse .l-item-detail-photo {
	margin-right: 20px;
}

.l-item-detail-photo {
	margin-bottom: 20px;
}

.l-item-head {
	 display: flex;
	 justify-content: space-between;
	 text-align: left;
	 align-items: center;
	 margin: 40px auto 40px;
}

.l-item-head img {
	width: 38%;
}

.l-item-detail-no {
	font-family: 'Cormorant Infant', 'Noto Serif JP',  serif;
	font-size: 26px;
	display: flex;
	flex: 1;
	align-items: center;
}

.l-item-detail-no::after {
	content: "";
    height: 1px; /* 線の高さ */
    flex-grow: 1; /* 横幅いっぱい */
	background-color: black;
}

.l-item-detail-no:after {
    margin-left: 20px; /* 文字との余白 */
    margin-right: 20px; /* 文字との余白 */
}

.l-item-detail-movie {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 40px;
}

.l-item-detail-movie video {
    width: 100%;
}

.arrival {
	padding: 60px 0 80px;
	margin-bottom: 40px;
	background-color: #ece8de;
	background-image: url(./look2_bg.jpg);
}


.staff-comment {
	text-align: center;
	margin: 0 10px 60px;
	max-width: 90%;
	background-color: #efefef;
	border-radius: 10px;
	padding: 40px 20px;
}

.staff-comment .staff-comment-profile {
	text-align: center;
}

.staff-comment h2 {
	font-family: 'Cormorant Infant', serif;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.staff-comment p {
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.7;
	color: #333;
}

.staff-comment img {
	margin-bottom: 40px;
	width: 210px;
	aspect-ratio: 1/1;
}

.brand_info{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-feature-settings: "halt" 1;
	font-size: 15px;
	text-align: center;
	padding: 40px 0 50px;
	line-height: 1.65em;
	/* border-top: 1px solid #ccc; */
	margin: 0 20px;
}

.brand_info .logo-img{
	max-width: 250px;
	margin: 10px 0 40px;
}

.brand_info .sub-img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
	aspect-ratio: 4/3;
	height: auto;
}

.brand_info .shop-map {
	width: 70%;
}

.brand-link {
	margin: 0 auto;
}

.content-head {
	font-size: 28px;
	margin-bottom: 40px;
}

.coordinate-link {
    text-decoration: underline;
    position: relative;
}

.coordinate-link::after {
    transform: translate(-3px, -2px) rotate(45deg);
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    margin-left: 7px;
}


.card-list-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
    margin: 10px auto;
    padding: 12px 0;
    text-align: center;
    width: 90%;
}

.card-list-btn:hover {
    opacity: 0.7;
}

.shopimage-area {
	margin-bottom: 60px;
}

.card-list p {
	font-size: 14px;
	line-height: 1.7;
}

.card-list img {
	width: 100%;
	margin-bottom: 6px;

}

.card-list a img {
	aspect-ratio: 5/6;
	height: auto;
}

.card-list-logo {
	text-align: center;
}

.card-list-logo img {
	width: 140px;
}

.card-list > div {
	background-color: #fff;
	padding: 10px;
	margin: 20px auto;
	overflow: hidden;
}


.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 {
  /* wrapper??????? */
	width: 100%;
  /*height: 300px;*/
  /* ?????? */
	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-top: 16px;
  }
  
  /*
	.swiper-pagination-bullet {
	  width: 12px !important;
	  height: 12px !important;
	  margin: 0 0 0 10px !important;
	 background: #333 !important;
	}
  
	.swiper-pagination-bullet:first-child {
	  margin: 0 !important;
	}
  */
  .slider-contents img {
	width: 100%;
	aspect-ratio: 500/329;
  }
  
  .swiper-button-prev:after,
  .swiper-button-next:after {
	display: none;
  }
  
  .slider-contents-btn-prev {
	background: url(/assets/frontend/btn-slide-index-sub-left-pc-993030c95064bb5970fe2ee021f4f20088a5a434a5556cc39db6bbbd0056ffa8.png) 10px center no-repeat;
	width: 55px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
	z-index: 2;
	cursor: pointer;
  }
  
  .slider-contents-btn-next {
	background: url(/assets/frontend/btn-slide-index-sub-right-pc-00ae0e2505d296a4471e6d026568abd868948f213fb08862542cf4e361aef88e.png) 28px center no-repeat;
	width: 55px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0px;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
	z-index: 2;
	cursor: pointer;
  }
  
  .slider-contents-main .swiper-pagination .swiper-pagination-bullet,
  .slider-contents-main2 .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	display: inline-block;
	background: none;
	border-radius: 0;
	border: 1px solid #9E9E9E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	cursor: pointer;
  }
  
  .slider-contents-main .swiper-pagination .swiper-pagination-bullet-active,
  .slider-contents-main2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #9E9E9E;
	opacity: 1;
  }
  
  .button-sandp {
    position: absolute;
    display: block;
    background-image: url(../esw250919_commeca/icon_pause.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 50%;
    bottom: -2px;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    z-index: 2;
}

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

.under-link-insta > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

@media screen and (min-width: 640px) {
/* 表示領域が640px以上の場合に適用するスタイル */

.lead-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	text-align: center;
	color: #fff;
	padding: 10px;
}

.tour-intro{
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	border: none;
}

.concept p {
	font-size: 20px;
	line-height: 2;
	padding: 100px 0;
	text-align: left;
	width: 420px;
	margin: 0 auto;
	color: #000;
	letter-spacing: 2px;
}


.main-ttl-img {
	/* background-image: url(./title_bg.jpg); */
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%) ,url(./title_bg.jpg);	
	background-position: 50% 50%;
	margin: 0 auto 50px;
	margin-bottom: 1em;
	height: 600px;
}

.tour-main > li {
	padding-top: 100px;
}

.main-box {
	width: 1000px;
	margin: auto;
}

.staff-comment {
	text-align: left;
}

.staff-comment .staff-comment-profile {
	text-align: left;
}

.l-item-detail {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 0 20px;
	position: relative;
}

.l-item-detail.reverse {
	flex-direction: row-reverse;
}

.l-item-detail-comment a:hover {
	opacity: .6;
}

.l-item-detail-comment {
	width: 45%;
}


.l-item-detail-left .l-item-detail-photo figure {
	position: relative;
	width: 500px;
	height: 700px;
	margin-bottom: -40px;
	margin-right: -60px;

}

.l-item-detail-left .l-item-detail-comment div {
	padding-left: 80px;
}


.l-item-detail-right .l-item-detail-photo figure {
	position: relative;
	width: 500px;
	height: 700px;
	margin-top: -40px;
	margin-left: -60px;
}

.l-item-detail-right .l-item-detail-comment div {
	padding-right: 80px;
}

.l-item-detail-no {
	font-family: 'Cormorant Infant', 'Noto Serif JP',  serif;
	font-size: 40px;

	flex: 1;
}

.l-item-head img {
	width: 160px;
}

.l-item-detail-no.posi-l {
	/* position: absolute;
	left: 40px;
	top: 0; */
	text-align: right;
	font-size: 40px;
}

.l-item-detail-no.posi-r {
	/* position: absolute;
	right: 40px;
	top: 0; */
	font-size: 40px;
}

.l-item-detail.posi-b {
	top: -60px;
}

.l-item-detail.posi-bb {
	top: -120px;
}


/* .l-item-detail-no::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -320px;
	width: 300px;
	height: 1px;
	margin: auto;
	background-color: #fff;
} */

.card-list {
	display: flex;
	justify-content: space-around;
}

.card-list > div {
	width: calc((100% - 120px) / 3);

}

.card-list a:hover {
	opacity: .6;
}

.staff-comment {
	width: 900px;
	padding: 40px;
	margin: 0 auto 60px;
}

.staff-comment img {
	float: left;
	margin-right: 30px;
}

.shop_logo {
	width: 600px;
	max-width: 600px;
	margin: 0 auto 10px;
}



ul.under_link li a:hover {
	opacity: .6;
}

.slider-contents-main {
    width: 1000px;
    margin: auto;
}




}

@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */


#contents{
	width:100%;
	position:relative;
	padding-top:0px;
}

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



.main-ttl-box img {
	width: 100%;
}

.main-box {
	width: auto;
	margin: 0 auto 30px;
}

.main-box img {
	width: 100%;
}

/* .l-item-detail-no::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	width: 1px;
	height: 80px;
	margin: auto;
	background-color: #fff;
} */
.shop-img-container {
	display: block;
}

.shop-img-container img {
	width: 100%;
}

.shop-img-container .img-tall {
	margin-bottom: 16px;
}


ul.under_link {
	margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    width: auto;
}
ul.under_link li {
	float: none;
    margin-bottom: 5px;
    margin-right: 0;
    width: auto;
}

.under-link-insta {
	width: 100%;
}

.under-link-insta p {
	padding: 0 12px 24px;
}


/* コーディネイト */

.brand-coordinate{
	width:auto;
}
.tour-main {
	margin-right: 0px;
}
.tour-main li {
	display: block;
	float: none;
	width: auto;
	height:auto;
}

.brand-coordinate a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}


.ttl_shop {
	font-size: 12px;
}

.lead-box a{
	padding: 10px 0 0 10px;
	background-color: #dcdcdc;
}

.lead-box p{
	margin-bottom: 5px;
	padding-top: 5px;
}

.brand_info{
	font-size: 14px;
	/* margin: 0 auto; */

}

.brand_info p {
	text-align: justify;
	line-height: 1.8;
}

/* .brand_info .logo-img {
	width: 100%;
	max-width: 160px;
	margin: 10px 0 20px;
} */

.brand_info .shop-map {
	width: 100%;
}

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


}