@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-contner{
	margin: 0 auto;
}

.sticky-contner img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
}

.mv{
	margin: 0 auto 10%;
	font-family: "Noto Sans JP", sans-serif;
	color: #422a2d;
}

.mv-slider {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.mv-slider__window {
	display: flex;
	animation: slide-6-images 18s infinite;
}

.mv-slider__window img {
	width: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

@keyframes slide-6-images {
    /* 1枚目 */ 0%, 13%    { transform: translateX(0); }
    /* 2枚目 */ 16%, 30%   { transform: translateX(-100%); }
    /* 3枚目 */ 33%, 46%   { transform: translateX(-200%); }
    /* 4枚目 */ 50%, 63%   { transform: translateX(-300%); }
    /* 5枚目 */ 66%, 80%   { transform: translateX(-400%); }
    /* 6枚目 */ 83%, 96%   { transform: translateX(-500%); }
    /* 最後：コピーへ移動して終了 */
    100%                  { transform: translateX(-600%); }
}

.mv-title{
	position: absolute;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
}

.mv-title p{
	margin: 0;
	text-align: center;
	color: #fd66c3;
}

.mv-title .mv-title__main{
	font-family: "Noto Serif Display", serif;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 3%;
}

.mv-title .mv-title__sub{
	font-size: 15px;
	font-weight: 600;
}

.mv h1{
	text-align: center;
	font-weight: normal;
	margin: 10% auto 5%;
	font-size: 22px;
	line-height: 1.5;
}

.mv h1 span{
	color: #fd66c3;
}

.mv p{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 5% auto;
}

.navi{
	width: 90%;
	margin: 15% auto 5%;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
  	font-style: normal;
}

.navi h1{
	text-align: center;
	font-size: 25px;
	margin: 2% auto;
}

.navi ul{
	padding: 0;
	margin: 0 auto 10%;
	list-style: none;
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr 1fr 1fr;
}

.navi ul li{
	position: relative;
}

.navi ul li img{
	opacity: 0.8;
}

.navi ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 
     1px 1px 3px #333;
}

.navi ul li p{
	margin: 0;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50% -50%);
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
}

.main-content{
	margin: 10% auto 15%;
}

.main-content__box{
	margin: 0 auto 5%;
	padding-top: 14%;
}

.main-content__title__bg{
	background-color: #C7B5B5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8%;
}

.main-content__title__bg h2{
	font-family: "Noto Serif Display", serif;
	font-size: 40px;
	color: #fff;
	margin: 8% auto;
}

.main-content__title__bg h2 span{
	color: #fd66c3;
}

.main-content__title h3{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	margin: 5% auto;
	color: #422a2d;
}

.main-content__title p{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #422a2d;
	margin-bottom: 10%;
}

.main-content__style{
	margin: 10% auto;
}

.main-content__slide{
	position: relative;
	overflow: inherit;
}

.main-content__slide__last{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: fade-img 6s infinite;
}

@keyframes fade-img {
  0%, 75%, 100% { opacity: 0; }
  25%, 50% { opacity: 1; }
}

.main-content__sub{
	margin: 10% auto;
}

.main-content__sub__first{
	width: 60%;
}

.main-content__sub__second{
	width: 60%;
	margin-left: 40%;
	margin-top: -10%;
}

.main-content__credit{
	width: 90%;
	margin: 10% auto;
}

.main-content__credit__inner{
	position: relative;
    border-bottom: solid 1px #b9afb0;
    margin-bottom: 3%;
    letter-spacing: .3px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-bottom: 2%;
}

.main-content__credit__inner a{
	display: block;
	text-decoration: none;
	color: #422a2d;
	font-size: 12px;
	line-height: 1.5;
}

.main-content__credit__img{
	width: 15%;
}

.main-content__credit__inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 18px;
	font-weight: 600;
	font-family: "Noto Serif Display", serif;
}

.main-content__credit__inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #422a2d;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "Noto Serif Display", serif;
	font-weight: 600;
}

.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);
}



@media(min-width:750px){
	.sticky-contner{
		display: flex;
		background-color: #f4eced;
	}
	
	.pc-box{
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		width: 33%;
		height: 100vh;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box__left{
		/*width: 55vh;*/
	}
	
	.pc-box__left .mv-title__main{
		font-family: "Noto Serif Display", serif;
		font-size: 55px;
		line-height: 1.1;
		font-weight: 600;
		margin: 1% auto 10%;
		color: #422a2d;
	}

	.pc-box__left .mv-title__sub{
		font-size: 15px;
		margin: 1% auto;
		color: #422a2d;
		text-align: center;
	}

	.pc-box__snslist{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.pc-box__snslist li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.pc-box__snslist li img{
		width: 50px;
		height: auto;
	}
	
	.pc-box__snslist__elura{
		width: 65%;
		margin: 2% auto 4%;
	}
	
	.wrapper{
		width: 34%;
		background-color: #fff;
	}
	
	.mv-title .mv-title__main{
		font-size: 40px;
	}

	.mv-title .mv-title__sub{
		font-size: 16px;
	}

	.br_s{
		display: none;
	}
}