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

.is-pt80 {
	padding-top: 80px;
}

.bg-color {
	background: #e7eddf;
}

.bg-loop {
	background: #efefef;
}

.main-content {
	background-color: #fff;
	padding-bottom: 80px;
}

/* .main-content .title {
	background-color: #e1ebe0;

} */

/* title */
.title img{
	display:block;
	margin: auto;
	width:100%;
	max-width: 1000px;
	/* aspect-ratio: 16/5; */
}


.title-sub-wrapper {
	padding: 32px 0;
}

.title-sub {
	font-size: 14px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.8;
	font-feature-settings: "palt"1;
	letter-spacing: 0.08em;
	padding: 0 8px;
}

.title-sub p:first-child {
	color: #3DA5E6;
	font-size: 18px;
	font-weight: bold;
}

.title-sub p+p {
	margin-top: 1em;
}


/* navi */
.navi ul{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	align-items: end;
	margin-bottom: 32px;
	font-size: 14px;
}
.navi ul > li{
	display: inline-block;
	text-align: center;
	margin: 12px 0;
	width: 18%;
}

.navi ul > li a::after{
	display: block;
	margin: 4px 0 0;
    content: url("anchor.svg");  /*画像のURL*/
}

.navi ul > li:nth-of-type(4n){
	border-right: none;
}

.navi ul > li a{
	display: block;
	font-size: 14px;
}

.navi ul > li img{
	display: block;
	width: 100%;
	aspect-ratio: 12/19;
}

.monthly-theme {
	box-sizing: border-box;
	background-color: #f5f5f5;
	padding: 60px 30px;
	position: relative;
	margin: 40px auto 40px;
	line-height: 1.7;
}

.monthly-theme h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .8em;
}

.monthly-theme-txt p {
	font-size: 14px;
}

.monthly-theme span:first-child {
	font-size: 26px;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: -80px auto;
}

.theme-icon img {
	width: 100%;
	aspect-ratio: 1/1;
}


/* content-box */
.content-box{
	box-sizing: border-box;
	margin: auto;
	padding: 30px 0 64px;
}

.content-box-head {
	text-align: center;
	font-size: 30px;
}

.shop-intro{
	margin-bottom: 36px;
}


.imgbox-mainimg{
	aspect-ratio: 3/2;
	display: block;
	width: 100%;
}

.imgbox-mainimg2 {
	aspect-ratio: 5/6;
	display: block;
	width: 100%;
}


/* imgbox */

.imgbox-sub{
	margin-top: 12px;
}

.shop-txt-box {
	text-align: center;
	padding: 0 8px;
}





/* itembox */
.itembox{
	background: #f7f6f2;
	box-sizing: border-box;
}


.bg-grey .imgbox-main-link::before{
  border-bottom: 30px solid #fff;
}


.itembox .m-btn-active{
	margin-top: 16px;
}

.shop-txt-head {
	/* font-family: 'Noto Serif JP', serif; */
	margin: 36px auto 16px;
	font-size: 20px;
	line-height: 1.6;
}

.shop-txt-subhead {
	font-size: .7em;
}


.shop-txt-head b{
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1.4em;
	height: 0.1em;
	background: currentColor;
	position: relative;
	transform: rotate(45deg);
	margin-top: -4px;
  }
  
  .dli-close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(90deg);
  }

.shop-txt-desc{
	font-size: 14px;
	margin-top: 12px;
	text-align: justify;
	line-height: 1.7;
}

.item-head{
	background: #a9a7a0;
	border-radius: 100px;
	color: #fff;
	line-height: 1;
	margin-top: 16px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.flex-box {
	margin-bottom: 40px;
}

.flex-img img {
	width: 100%;
}


/* headline */
.headline {
	position: relative;
	text-align: left;
	margin-top: 30px;	
	margin-bottom: 30px;
	padding-left: 20px;
}

.headline:before {
  position: absolute;
  background-color: #424242;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: 1px;
  height: 90%;
}

.headline-text {
	position: relative;
}

.bg-color .headline-num {
	color: #cec3b2;
}

.theme-icon {
	width: 180px;
	margin: 0 auto 40px;
}

.headline-num {
	font-family: "Jost", sans-serif;
	font-size: 100px;
	font-weight: 600;
	color: #e0d6c6;
	line-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.headline-subtitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-left: 8px;
	font-size: 20px;
	letter-spacing: -0.08em;
}

.headline-sentence {
	font-family: "Noto Serif JP", serif;	
	font-size: 27px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

/* itemlist */
.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemlist ul > li{
	display: inherit;
	background: #efefef;
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: 48.5%;
	position: relative;
}

.unisex-icon::before{
  position: absolute;
  top: 5px;/* fontsizeの2/3 */
  left: 5px;/* fontsizeの1/2 */
  width: 40px;/* fontsizeと同じ */
  height: 40px;/* fontsizeと同じ */
  content: "";
  background: url('unisex.svg')no-repeat;
  background-size: contain;
  z-index: 2;
}

.itemlist-detail {
	grid-area: text;
	text-align: justify;
	word-break:break-all	
}


.itemlist .itemlist-1col {
	width: 100%;
}

.bg-color .itemlist ul > li{
	background: #fff;

}

.itemlist ul > li a{
	display: block;
}

.itemlist ul > li b,
.itemlist2 ul > li b {
	display: block;
}
.itemlist ul li a img,
.itemlist2 ul li a img {
	grid-area: photo;	
	aspect-ratio: 5/6;
	width: 100%;
	height: auto;
}

.itemlist ul .m-btn-active{
	grid-area: btn;
	height: 32px;
	line-height: 32px;
}

.itemlist-headline{
	font-size: 20px;
	margin-top: 32px;
	text-align: center;
}

.itemlist-credit {
	grid-area: itemname;
}

/* itemlist2 */
.itemlist2 ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.itemlist2 ul > li{
	width: 48%;
	display: inherit;
	margin-bottom: 50px;
}

.itemlist2 ul > li a {
	display: flex;
	flex-direction: column;
}

.itemlist2 ul > li a div:first-child {
	margin-bottom: 10px;
}


.itemlist2 ul > li img {
	margin-bottom: 6px;
}

.itemlist2 .m-btn-active {
	margin-top: auto;
	height: 32px;
    line-height: 32px;
}

.more-btn-box {
	width: 100%;
	margin: 30px auto 60px;
}

.shop-detail {
	font-size: 14px;
	/* background-color: #e6f3ea; */
	margin-bottom: 30px;
	border-radius: 10px;
}

/* .shop-detail-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
} */

.shop-detail-inner:nth-child(even) {
	margin-top: 40px;
}


.shop-detail figure {
	width: 100%;
	margin-bottom: 24px;
}

.shop-detail p {
	flex: 1;
	line-height: 1.75;
	padding: 0 8px;
}

.shop-detail figure img {
	aspect-ratio: 3/2;
	max-width: 100%;
}

.m-column .head {
	font-size: 30px;
}

.m-column .head span {
	font-size: .5em;
	display: block;
}

.itemlist ul li a {
	display: grid;
	grid-template-rows: auto 1fr auto auto 32px;
	grid-template-areas:
	"photo"
	"text"
	"dash"
	"itemname"
	"btn";
	align-content: space-between;
	row-gap: 8px;
}

.itemlist.itemlist-notext ul li a {
	display: flex;
	flex-direction: column;
}

.dash-line {
	grid-area: dash;
	margin: .5em 0;
}

.newsimg {
	height: auto;
}



/* スライダー */
.l-slider,
.l-slider-center {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px;
}

.l-slider-img {
  width: 100%;
  position: relative;
}

.l-slider-desc {
  width: 100%;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.l-slider-comment {
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 2;
}

.l-slider-wrapper {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: calc((100% / 2) - 8px);
  margin: 0 4px 10px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.l-slider-comment-s {
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 2;
}

.l-slider-comment-ss {
  font-size: 12px;
  padding-bottom: 24px;
}

.l-slider-desc p > .setup-line {
  background: linear-gradient(transparent 80%, #ecf3b9 0%) !important;
}

.l-slider-desc a {
  align-self: flex-end;
}

.l-slider-row .l-slider-desc {
  width: auto;
  margin: 0;
  padding: 16px;
}

.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 {
  width: 100%;
  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;
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;
}

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

.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;
  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;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

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

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

.swiper-pagination-bullets {
  position: static;
  margin-top: 24px;
}

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

.button-sandp {
	position: absolute;
	display: block;
	background-image: url(icon_pause.svg);
	background-size: 24px;
	width: 24px;
	height: 24px;
	right: 50%;
	transform: translateX(300%);
	-webkit-transform: translateX(300%);
	-ms-transform: translateX(300%);
	bottom: -0.5%;
	z-index: 2;
}

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



.cp-box img {
	width: 100%
}

.tfslive_box {
	display: block;
	margin: 40px auto 0;
	width: 96%;
	max-width: 700px;
	overflow: hidden;
	text-align: center;
  }
  
  .tfslive_box p {
	font-size: 20px;
	margin-bottom: 10px;
  }

  .tfslive_box img.ols-bn {
	width: 100%;	
	aspect-ratio: 35/6;	
	height: auto;
  }



  

@keyframes slideAnime {
	0%, 75%, 100% { opacity: 0; } /* 非表示のタイミング */
	25%, 50% { opacity: 1; } /* 表示されるタイミング */
}


/*--------*/
/* HOVER  */
/*--------*/

.main-content .m-btn-active:hover{
	background: #45423f;
}
.main-content a:hover{
	opacity: .7;
}

  
@media screen and (min-width:641px){
/*--------*/
/*   PC   */
/*--------*/

/* PC title */
.title-sub{
	text-align: center;
}

.content-box{
	padding: 50px 0 64px;
}


.navi ul {
	border-top: none;
	margin: 0 auto 0;
	max-width: 1000px;
	justify-content: center;
}

/* headline */
.headline {
	margin-top: 30px;	
	margin-bottom: 80px;
}


/* PC content-box */


.theme-icon {
	margin: 0 36px 0;
	width: 180px;
}

.monthly-theme {
	padding: 60px;
}

.monthly-theme-inner {
	display: flex;
	align-items: center;
}

.monthly-theme-txt {
	flex: 1;
}

.headline {
	text-align: center;
	position: relative;	
	padding-left: 0;
}

.headline::before {
	content: none;
}

.headline::after {
  content: '';
  width: 90px;
  height: 1px;
  display: inline-block;
  background-color: #424242;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 45px)
}

.headline-num{
	width: 60px;
	text-align: center;
	position: static;
	transform: none;
	display: inline-block;
}

.headline-sentence {
	position: static;
	transform: none;
	display: inline-block;
}

/* PC shop-intro */
.shop-intro{
	width: 1000px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.shop-img-box {
	width: 500px;
}


.shop-txt-box {
	flex: 1;
	padding: 0 32px;
}

.shop-detail {
	padding: 30px 10px;
}

.imgbox-main-link{
	background: #f7f6f2;
	box-sizing: border-box;
	padding: 50px 30px;
	position: relative;
	width: 500px;
}
.bg-grey .imgbox-main-link{
	background: #fff;
}


/* PC itembox */
.itembox{
	position: relative;
	width: 360px;
	margin: 0 auto;
}

.shop-txt-head {
	margin: 0 auto 16px;
	font-size: 20px;
}


.flex-box {
	display: flex;
	align-items: center;
}

.flex-img {
	width: 500px;
}

.flex-text {
	flex: 1;
	padding: 0 32px;
}

/* PC itemlist*/
.itemlist ul{
	margin: auto;
	width: 1000px;
	display: flex;
	justify-content: center;
	-moz-column-gap: 8px;
	     column-gap: 8px;
}
.itemlist ul > li,
.itemlist .itemlist-1col {
	display: inherit;
	width: 24%;
}

.itemlist ul li a {
	grid-template-rows: 260.39px 1fr auto 86px 32px;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 8px;
}



/* PC itemlist2*/
.itemlist2 ul > li{
	width: calc((100% / 4) - 16px);
}



.more-btn-box {
	max-width: 320px;
	margin: 60px auto;
}

.shop-detail-inner {
	display: flex;
	/* flex-direction:row-reverse; */
	align-items: center;
	gap: 20px;
}

.shop-detail-inner:nth-child(even) {
	flex-direction: row-reverse;
}

.shop-detail figure {
    width: 50%;
}

  .slider-contents-main {
    /*width: 460px;*/
    margin: auto;
  }

  .l-slider {
    width: 960px;
    margin: 0 auto 40px;
  }

  .l-slider-center {
    width: 450px;
    margin: 0 auto;
    padding: 40px 0 40px;
  }

  .l-slider-row {
    display: flex;
  }  

  .l-slider-row .l-slider-img {
	padding: 20px 0;	
    width: 50%;
  }

  .l-slider-row.l-slider-reverse {
    flex-direction: row-reverse;
  }

  .l-slider-center .l-slider-img {
    width: 100%;
  }

  .l-slider-desc {

    padding: 16px 2% 0 2%;
  }

  .l-slider-row .l-slider-desc {
    margin: 0;
    padding: 20px 40px;
  }

  .l-slider-desc > .style-index {
    font-size: 40px;
    margin-bottom: 8px;
  }

	.css-slider-container {
		position: relative; /* コンテナ内でスライド位置を相対的に設定 */
		width: 100%; /* コンテナ幅を100%に */
		height: 100%; /* コンテナの高さを固定 */
		overflow: hidden; /* スライドがコンテナ外に出ないように非表示 */
		aspect-ratio: 5/6;

	}

}

/* .itemlist ul > li p:first-of-type {
	justify-self: center;
} */




@media screen and (max-width: 640px) {
	.title img {
		aspect-ratio: 32/25;
	}

	.navi ul {
		border-top: 1px solid #aaa;
	}

	.navi ul > li {
		font-size: 0;
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #aaa;
		box-sizing: border-box;
		height: 80px;

	}

	.navi ul > li:nth-child(odd) {
		border-right: 1px solid #aaa;
	}

	.navi ul > li a {
		padding: 10px 8px 4px 8px;
		font-size: 13px;
	}



	.headline-subtitle {
		font-size: 18px;
	}

	.headline-sentence {
		position: relative;
		z-index: 1;
	}

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

	.itembox-details {
		display: block;
	}

	.itembox-details-inner {
		width: 100%;
	}

	.bg-grey .itembox {
		background: initial;
	}

	.button-sandp {
		right: 50%;
		transform: translateX(300%);
		-webkit-transform: translateX(300%);
		-ms-transform: translateX(300%);
	}

	#slide-contents-3 .button-sandp,
	#slide-contents-2 .button-sandp,
	#slide-contents-4 .button-sandp {
		right: 30%;
	}


}