@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
		background-color: #e8f2f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 24%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 40vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
}

.mv{
	margin: 0 auto;
	position: relative;
}

.mv-pos{
	position: relative;
}

.mv-pos__logo{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.mv-pos__logo img{
	filter: brightness(0) invert(1) !important;
}

.mv .mv-pos p{
	font-family: "imaginaryfriend-bb", sans-serif;
	color: #fff;
	margin: 2% 0 0;
	font-size: 1.6rem;
	line-height: 1.1;
}

.mv-flex{
	display: flex;
}

.mv-flex::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
	pointer-events: none; 
}

.slide{
	position: relative;
    width: 100%;
	aspect-ratio:14 / 18;
    overflow: hidden;
	z-index: 1;
}

.slide-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade-loop 5s infinite;
}

.slide-img:nth-child(1) {
    animation-delay: 0s;
}

.slide-img:nth-child(2) {
    animation-delay: 2.5s;
}

@keyframes fade-loop {
    0% {
        opacity: 0;
    }
    /* ゆっくりフェードイン（0%〜10%） */
    10% {
        opacity: 1;
    }
    /* 50%（全体の半分＝4秒）まで表示を維持 */
    50% {
        opacity: 1;
    }
    /* 次の画像が来る前にゆっくり消える（50%〜60%） */
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.mv-logo{
	width: 60%;
	margin: 15% auto;
}

.mv p{
	text-align: center;
	margin: 0 auto 20%;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: 1px;
}

@media(min-width:750px){
	.mv-logo{
		width: 50%;
	}
	
	.mv p{
		font-size: 1.0rem;
	}
}

.main-contents{
	margin: 0 auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.contents-inner h1{
	text-align: center;
	margin: 0 auto 3%;
	font-size: 2.8rem;
	font-weight: normal;
	font-family: "imaginaryfriend-bb", sans-serif;
}

@media(min-width:750px){
	.contents-inner h1{
		font-size: 3.5rem;
	}
}

.main-img{
	margin: 0 auto;
}

.sub-img{
	width: 80%;
	margin: 10% auto;
}

.sub-img img{
	width: 55%;
}

.sub-img .sub-img__right{
	margin-left: 45%;
	margin-top: -20%;
}

.sub-img .sub-img__100{
	width: 80%;
	margin: 0 auto;
}

.flex{
	display: flex;
}

.mgb10{
	margin-bottom: 10px;
}

.main-img__left{
	flex: 2;
}

.main-img__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.main-img__right {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.main-img__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.main-img--reverse {
    flex-direction: row-reverse;
}

.credit{
	width: 80%;
	margin: 10% auto 0;
	font-family: "imaginaryfriend-bb", sans-serif;
}

.credit p{
	margin: 2% 0;
	font-size: 0.8rem;
}

.credit .mgt5{
	margin-top: 10%;
}

.credit-inner{
	position: relative;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5%;
    letter-spacing: .3px;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 1.3rem;
}

.credit span{
	font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit span:after{
	content: "tax in";
	font-size: 0.9rem;
	margin-left: 5px;
}

.credit .credit-name{
	display: inline-block;
	margin-right: 10px;
}

.credit .credit-name:after{
	display: none;
}

@media(min-width:750px){
	.credit{
		width: 60%;
	}

	.credit-inner a::after {
		font-size: 1.4rem;
	}
	
	.credit span{
		font-size: 1.4rem;
	}
	
	.credit span:after{
		font-size: 1.1rem;
	}
}

.last{
	margin-bottom: 10%;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	background-color: #282828;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
	line-height: 2.4;
	font-family: "imaginaryfriend-bb", sans-serif;
}

.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){
	.all{
		width: 70%;
		font-size: 1.7rem;
	}
}

.instagram{
	margin: 15% auto;
	width: 70%;
}
		
.icon-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #333;
	font-family: "imaginaryfriend-bb", sans-serif;
	font-size: 1.8rem;
}

.icon-link::before {
	content: ""; 
	display: block;
	width: 40px; 
	height: 40px;
	margin-right: 8px;
	background-image: url('../SVG/instagram.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.movie{
	width: 90%;
	margin: 0 auto 10%;
}

video{
	width: 100%;
	height: auto;
}

@media(min-width:750px){
	.movie{
		width: 70%;
	}
}

