@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.mv{
	margin: 0 auto 15%;
}

.mv p{
	text-align: center;
	font-size: .85rem;
	line-height: 2;
	margin: 10% auto;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 40vh;
	}
		
	.wrapper{
		width: 33%;
		margin: 0;
	}
	
	.snsBOX{
			font-family: 'Arial',sans-serif;
		}

	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}

	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}

	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}

	.snsBOX__list01 li img{
		width: 45px;
		height: auto;
	}

	.header_logo_el{
		width: 70%;
		margin: 2% auto 8%;
	}
}

/*==============================

		lineup

==============================*/

.lineup{
	margin: 15% auto;
}

.top-container {
	width: 90%;
	margin: 5% auto;
	font-family: sans-serif;
	color: #1a1a1a;
}

.top-text {
	text-align: center;
	font-size: .95rem;
	letter-spacing: 0.3em;
	font-weight: normal;
  /*margin-bottom: 5px;*/
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.left-text {
	flex: 1;
	text-align: left;
	font-size: .99rem;
	letter-spacing: 0.06em;
	font-weight: normal;
}

.center-text {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.right-text {
	flex: 1;
	text-align: right;
	font-size: .99rem;
	letter-spacing: 0.06em;
	font-weight: normal;
}

.lineup p{
	margin: 8% auto;
	font-size: .75rem;
	line-height: 2;
	text-align: center;
}

.lineup a{
	display: block;
	width: 80%;
	margin: 5% auto;
	text-align: center;
	font-size: .9rem;
	text-decoration: none;
	color: #FA8CB3;
	border: solid 1px #FA8CB3;
	padding: 2% 0;
}


/*==============================

		main-contents

==============================*/

.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.contents-inner h1{
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 2;
	margin: 5% 0
}

.contents-inner h1 span{
	background: linear-gradient(transparent 50%, #fedeea 50%);
	padding: 0 2%;
}

.contents-inner .font-large{
	font-size: 1.8rem;
}

.top-lead{
	text-align: center;
	font-size: .85rem;
	line-height: 1.6;
	text-align: center;
	margin: 2% auto;
}

.style{
	margin: 5% auto;
}

.flex{
	display: flex;
	column-gap: 10px;
	margin-top: 10px;
}

.position{
	position: relative;
}

.position-text{
	position: absolute;
	top: 3%;
	right: 10%;
	font-size: .7rem;
	writing-mode: vertical-rl;
	letter-spacing: 1px;
	margin: 0;
	transform: rotate(5deg);
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
	text-align: center;
}

.pot-top0{
	top: -3%;
}

.position-text span{
	background: linear-gradient(transparent 0%, #fedeea  0%);
	padding: 1%;
	white-space: nowrap;
}

@media(min-width:750px){
	.pot-top0{
		top: 3%;
	}

}

/*---------- credit ----------*/

.credit{
	width: 68%;
	margin: 10% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    margin-bottom: 2%;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 2;
}

.credit-inner .color{
	color: #F85A94;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
	background-color: #000;
	color: #fff;
	padding: 0 4%;
	line-height: 1.5;
}

.credit-inner .cms::after {
	  content: "COMING\ASOON";
	  white-space: pre;
	  position: absolute;
	  top: 50%;
	  right: 2%;
	  transform: translate(0, -50%);
	  font-size: .4rem;
	  color: #fff;
		text-align: center;
}
.credit-inner span{
	font-size: 13px;
	float: right;
	margin-right: 66px;
	color: #000;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #F85A94;
	color: #fff;
	font-size: 1.0rem;
	text-decoration: none;
	position: relative;
	line-height: 3;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

