@charset "UTF-8";

/* main-content */
.main-content{
	line-height: 1.8;
	padding-bottom: 70px;
}



/* bg */
.bg-white{background:#fff}
.bg-col1{background:#eef3e7}
.bg-col2{background:#e5edf2}
.bg-col3{background:#e5edf2}
.bg-col4 {
	background-color: #647152;
	/* background-image: url(ver_head.webp);
	background-repeat: repeat-y;
	background-position: top 30px left; */
}
.bg-col5{background:#d9eedd}


/*title*/

.title-img img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 8/5;
}

.title-sub{
	padding: 40px 20px;
	text-align: justify;
	font-size: 14px;
}

.title-sub p:first-child {
    color: #333333;
    font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.6;
}

/* head */
.content-head{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	padding: 20px 0 0;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.content-head > span{
	display: block;
	margin-top: 12px;
	font-size: 18px
}

.content-head::after {
	content: '';
    display: block;
    width: 1px;
    height: 38px;
    background-color: #555;
    margin: .4em auto 0;
}

.content-head-large {
	/* color: #58917b; */
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 2px;
	padding: 0;
}

.content-head-subtxt {
	color: #fff;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 40px;
}

.content-box-head{
	align-items: center;
	display: flex;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 900px;
}



.content-box-head > img{
	margin-right: 20px;
	width: 20%;
	max-width: 90px;
}

.content-box-inner {
	padding: 20px 0;
}

.intro {
	overflow: hidden;
	padding: 20px;
	margin: 0 14px 20px;
	font-size: 12px;
	text-align: justify;
	background-color: #eef3e7;
}

.intro div p:first-child {
	font-weight: bold;
	font-size: 14px;
	color: #444;
	margin-bottom: .6em;
}

.intro img {
	display: block;
	aspect-ratio: 1/1;
	width: 40%;
	margin: 6px auto 16px auto;
	max-width: 120px;	
}

.content-box-item .artist-box {
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
.content-box-item .artist-box .collabo {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 50%;
    max-width: 180px;
	z-index: 2;
}

.content-box-item .artist-box img {
	display: block;
	width: 60%;
	max-width: 140px;
	margin: auto;
}


/* head */


.lineup-head {
	font-family: "Oswald", "Noto Sans JP", sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.4;
	max-width: 870px;
	margin: auto;
	color: #647152;
}

.head-artist {
	display: inline-block;
	background-color: #ec594b;
	color: #fff;
	padding: 2px 6px 3px;
	margin: 8px;
	font-size: 22px;
	border-radius: 4px;
	position: relative;
}

.head-artist:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ec594b;
}

.buyer-head {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .5px;
	margin-bottom: 1em;
	line-height: 1.6;	

}

.head-txt {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin: 14px 0 10px;
	text-align: center;
}

.ly-font-size-S {
	font-size: .8em;
	display: block;
	margin-top: .4em;
	font-weight: normal;
}

/* content */
.content-box{
	font-family: "Noto Sans JP", sans-serif;
	padding: 40px 5%;
}

.content-box.last-content-box {
	margin-bottom: 60px;
	padding-top: 20px;
}

/* .content-box-item{
	margin-top: 30px;
	margin-bottom: 30px;
} */
.content-box-item-txt {
	font-size: 13px;
	box-sizing: border-box;
	padding: 30px 30px 30px;
	/* margin-top: -40px; */
	text-align: justify;
}
/* .first-letter::first-letter{
	font-weight: bold;
	float: left;
	font-size: 36px;
	line-height: 1;
	margin:3px 3px 0 0;
} */

.content-img{
	display: block;
	line-height: .8;
	margin: auto;
	width: 84%;
}



/* buyer-comment-box */
.buyer-comment-box{
	box-sizing: border-box;
	padding: 30px;
	border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
.buyer-comment-box p{
	text-align: justify;
	font-size: 14px;
}

.popup-box {
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #333;
	margin: 40px auto 0;
}

.popup-box h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: .6em;

}

.popup-box p{
	text-align: justify;
	font-size: 14px;
	margin-bottom: .4em;
}


/* item-list */
.item-list{
	display: flex;
	flex-wrap: wrap;
}
.item-list > li{
	margin: 20px 2% 0;
	width: 46%;
}

.item-list > li img {
	width: 100%;
	height: auto;
	display: block;
}


.item-txt{
	box-sizing: border-box;
	font-size: 12px;
	padding: 8px 10px;
}

.check{
	align-items: center;
	display: flex;
}
.check::after{
	background:#333;
	border-radius: 4px;
	color:#fff;
	content: "Check";
	display: block;
	font-size: 10px;
	margin-left: 8px;
	text-align: center;
	width: 50px;
}

.artist-name {
	padding-top: 16px;
	display: block;
	margin: 8px 0 12px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/* スライダ拏 */
.l-slider,
.l-slider-center {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px;
}

.l-slider-img {
  width: 100%;
}

.l-slider-desc {
  width: 100%;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
  flex-grow: 1;
}

.l-slider-comment p:first-child {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 揀Cリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 18px;
  color: #616161;
  line-height: 1.5;
}

.l-slider-wrapper {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

.l-slider-wrapper a {
  display: flex;
  flex-direction: column;
  height: 100%;
}



.l-slider-comment-s {
  padding-bottom: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 14px;
}

.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;
}

.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%; 
  aspect-ratio: 5/6;
}

.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;
}



/* sns */
.sns{
	border: 2px solid #eee;
	box-sizing: border-box;
	display: flex;
	margin: 30px auto;
	padding: 30px;
	width: 90%;
	max-width: 700px;
}
.sns a{
	margin: auto;
}
.sns img{
	margin-right: 15px;
	height: 62px;
	width: 62px;
}

@media screen and (min-width:641px){
/*----*/
/* PC */
/*----*/


/* title */
.title-sub{
	text-align: center;
}

.title-img {
	width: 1000px;
	margin: 0 auto;
}

.title-img img{
	aspect-ratio: 500/143;
}

.intro {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 860px;
	margin: auto auto 40px;
	padding: 30px;
	box-sizing: border-box;
	border-top: none;
}

.intro img {
	float: none;
	width: 160px;
	margin: 0 10px 0 40px;
}



/* content-box */
.content-box{
	padding: 70px 0;
}

.content-box.first-content-box {
	padding: 40px 0 70px;
}

.content-head-subtxt {
	text-align: center;
}
.content-head-large {
	width: 860px;
	margin: auto auto 20px;
	position: relative;
	top: -14px;
}

.content-head {
	margin-bottom: 30px;
}

.content-head::after {
	content: none;
}

/* content-box-item */
.content-box-item{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}


.content-box-item.content-box-item-reverse{
	flex-direction: row-reverse;
}
.content-box-item-txt {
	padding: 40px;
	margin-top: 0;
	/* margin-left: -20px; */
	text-align: justify;
	z-index: 1;
	box-sizing: border-box;
}
.content-box-item-txt .txt-left{
	/* margin-right: -20px; */
	margin-left: 0;
	order: -1;
	z-index: 1;
}

.content-box-inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.content-img{
	margin: 0;
}

.lineup-head {
	font-size: 40px;
}
/* #p1-2{
	margin-top: -80px;
} */
#p1-3{
	margin-top: 60px;
}
#p2-1{
	width: 490px;
}
#p2-2{
	/* margin-top: -30px; */
	width: 490px;
}
.artist-box {
	/* margin-top: -30px; */
	width: 45%;
}



/* img size */
#img1-1{
	/* margin-top: 50px; */
	width: 400px;
}
#img1-2{
	/* margin-top: 30px; */
	width: 400px;
}

#img2{
	/* margin-top: 80px; */
	width: 400px;
}
#img3{
	/* margin-top: 20px; */
	width:420px;
}



/* buyer-comment-box */
.buyer-comment-box{
	margin: auto;
	width: 600px;
}

.popup-box {
	margin: 60px auto 0;
	width: 360px;
}


/* item-list */
.item-list{
	margin: auto;
	max-width: 680px;
	justify-content: center;
}
.item-list > li{
	margin: 20px 10px 0;
	width: calc((100% / 3 ) - 20px) ;
}

/* hover */
.main-content a,
.main-content img{
	transition: .3s;
}
.main-content a:hover{
	opacity: .6;
}


.slider-contents-main {
/*width: 460px;*/
margin: auto;
}

.l-slider-wrapper {
width: 50%;
margin: 0 4px;
}


.l-slider-center {
width: 450px;
margin: 0 auto;
padding: 40px 0 40px;
}

/* .l-slider-img {
width: 45%;
} */

.l-slider-center .l-slider-img {
width: 100%;
}

.l-slider-desc {
/* width: 45%; */
padding: 16px 2% 0 2%;
}

.l-slider-desc>.style-index {
font-size: 40px;
margin-bottom: 8px;
}


}/*end media*/
