@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;
	overflow: hidden;
}

/*-------- mv --------*/

.mv{
	margin: 0 auto 10%;
}

.mv .mv-lead{
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem;
	margin: 10% auto 8%;
}

.mv p{
	text-align: center;
	font-size: .8rem;
	line-height: 1.8;
	margin: 5% auto;
}

.mv span{
	font-size: .65rem;
	display: inline-block;
	margin-top: 3%;
}

/*-------- youtube --------*/

.youtube{
	position: relative;
	width:90%; /* 横幅は100%で固定 */
	height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 56.25%; /* 高さを指定(16:9) */
	margin: 15% auto;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	


@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		background-color: #f9f9f9;
		column-gap: 160px;
	}
	
	.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: 45vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
	
/*-------- mv --------*/

	.mv .mv-lead{
		font-size: 1.3rem;
	}

	.br_s{
		display: none;
	}
}


/*==============================

			staff

================================*/

.staff{
	width: 80%;
	margin: 15% auto;
}

.staff h1{
	text-align: center;
	font-size: 1.6rem;
	margin: 2% auto;
}

.staff ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 30px;
}

.staff ul li img{
	border-radius: 150px;
}

.staff ul li p{
	text-align: center;
	font-size: .7rem;
	line-height: 1.6;
	margin: 5% auto;
}

.staff .staff-sns{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	margin: 8% auto;
	align-items: center;
	justify-content: center;
}

.staff .staff-sns li img{
	width: 22px;
	height: auto;
	border-radius: 0;
}

.staff .staff-sns li .sb{
	width: 78px;
	height: auto;
}

@media(min-width:750px){
	.staff{
		width: 70%;
	}

	.staff h1{
		font-size: 1.8rem;
		margin: 2% auto 5%;
	}

	.staff ul{
		column-gap: 50px;
	}

	.staff ul li p{
		font-size: .8rem;
	}
}

/*==============================

			main-contents

================================*/

.main-contents{
	margin: 20% auto 10%;
}

.contents-inner{
	margin: 0 auto 25%;
}

/*-------- inner-title --------*/

.inner-title{
	margin: 0 auto 5%;
}

.inner-title h2{
	text-align: center;
	font-size: 1.3rem;
	margin: 2% auto;
	line-height: 1;
}

.inner-title p{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.7;
	margin: 2% auto;
}

.inner-title p::after{
	content: 'tax in';
	display: inline-block;
	font-size: .8rem;
	margin-left: 5px;
}

.box-scene{
	margin: 5% auto 8%;
}

.box-scene__time{
	text-align: center;
	margin: 3% auto 5%;
}
/* リンク全体のデザイン */
        .video-link {
            display: inline-flex; /* 要素を横並びにする */
            align-items: center;  /* 上下中央に揃える */
            text-decoration: none; /* 下線を消す */
            color: #333;           /* 文字の色 */
            font-family: sans-serif;
            font-weight: bold;
            font-size: 1.2rem;
            gap: 8px;              /* 要素間の隙間 */
			cursor: pointer;
			z-index: 10;
        }

        /* 再生ボタンの外側の円 */
        .play-icon {
            width: 24px;
            height: 24px;
            border: 2px solid #333; /* 円の線 */
            border-radius: 50%;     /* 丸くする */
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* 再生ボタンの中の三角形 */
        .play-icon::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 8px; /* 三角形の形を作る */
            border-color: transparent transparent transparent #333; /* 右向きの三角形 */
            margin-left: 2px; /* 中心を少し右にずらして調整 */
        }

        /* ホバー（マウスを乗せた時）の演出 */
        .video-link:hover {
            opacity: 0.7;
        }

@media(min-width:750px){

	.inner-title h2{
		font-size: 1.3rem;
	}

	.inner-title p{
		font-size: 1.5rem;
	}

	.inner-title p::after{
		font-size: .9rem;
	}
}

/*-------- contents-main --------*/

.contents-main{
	margin: 0 auto;
	position: relative;
}

.main-left{
	width: 80%;
}

.main-right{
	width: 80%;
	margin-left: 20%;
}

.sub-right{
	width: 50%;
	margin-left: 50%;
	margin-top: -20%;
	position: relative;
	z-index: 10;
}

.sub-left{
	width: 50%;
	margin-top: -20%;
	position: relative;
	z-index: 10;
}

.position-01{
	position: absolute;
	top: 1.5%;
	right: 1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:5px;
}

.position-01 p{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1px 5px;
	margin: 0;
	color: #000;
	font-size: 0.95rem;
	line-height: 1.4;
}

.position-02{
	position: absolute;
	left: 10%;
	bottom: 8%;
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.position-02 p{
	font-size: .83rem;
	margin: 0;
	line-height: 1.8;
	letter-spacing: -0.6px;
	text-align: center;
}

.position-left{
	right: auto;
	left: 1%;
}

.position-left5{
	left: 5%;
}

.position-right{
	left: auto;
	right: 8%;
}

.position-bottom5{
	bottom: 5%;
}

.font-Kiwi{
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;

}

@media(min-width:750px){
	.sub-right{
		width: 40%;
		margin-left: 55%;
		margin-top: -30%;
	}

	.sub-left{
		width: 40%;
		margin-left: 5%;
		margin-top: -30%;
	}

	.position-01{
		top: 1%;
		right: 8%;
	}

	.position-01 p{
		font-size: 1.15rem;
	}

	.position-02{
		left: 15%;
		bottom: 7%;
	}

	.position-02 p{
		font-size: .9rem;
		letter-spacing: 0px;
	}

	.position-left{
		right: auto;
		left: 5%;
	}

	.position-left5{
		left: 15%;
		bottom: 5%;
	}

	.position-right{
		left: auto;
		right: 15%;
		bottom: 4%;
	}

	.position-bottom5{
		bottom: 3%;
	}
}

/*-------- credit --------*/

.credit{
	width: 90%;
	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: .7rem;
	line-height: 2;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: .8rem;
	background-color: #000;
	color: #fff;
	padding: 0 3%;
	line-height: 1.5;
}

.credit-inner span::after {
	content: "tax in";
	font-size: .7rem;
	margin-left: 5px;
}

.credit-inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.credit-inner .line{
	background-color: #eae9e4;
}


.all{
	display: block;
	width: 90%;
	margin: 5% auto 15%;
	text-align: center;
	font-size: .9rem;
	border: solid 1px #000;
	color: #000;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	padding: 3% 0;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	
	.credit{
		width: 73%;
	}

	.credit-inner a{
		font-size: .85rem;
	}

	.credit-inner a::after {
		font-size: .96rem;
		color: #fff;
		padding: 0 5%;
	}
	
	.all{
		width: 60%;
	}

}


















