@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.hr-wrap {
    position: relative;
    width: 100%;
}

.mv {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;
	position: fixed; 
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.mv::before {
    content: "";
    position: absolute;
    top: 0;
	left: 0; 
	width: 100%; 
	height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.mv-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-bottom: 100px; /* スマホでの下端からの距離 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mv-logo {
    display: block;
    width: 100px; /* スマホサイズ */
    height: auto;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    filter: brightness(0) invert(1);
}

/* --- SVGアニメーション（スマホ用） --- */
.typing-svg {
    width: 90%;
    max-width: 450px;
    height: auto;
    overflow: visible;
}

.pc-text { 
	display: none;
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
} /* デフォルト（スマホ）では隠す */

.sp-text { 
	display: block; 
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.text-path {
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 700;
    font-size: 50px; /* スマホサイズ */
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: draw-text 3s forwards ease-in-out 1.5s;
}

/* --- コンテンツエリア（前面スクロール） --- */
.sticky__container {
    position: relative;
    z-index: 10;
    margin-top: 100vh;
    background-color: #fff;
    width: 100%;
}

/* --- 共通のアニメーション設定 --- */
@keyframes draw-text {
    0% { stroke-dashoffset: 1500; fill: transparent; }
    50% { stroke-dashoffset: 0; fill: transparent; }
    100% { stroke-dashoffset: 0; fill: rgba(255, 255, 255, 0.5); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.pcBox{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	padding-bottom: 5%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2.2;
	margin: 13% auto;
}

.content{
	margin: 10% auto;
}

.box{
	margin: 0 auto 25%;
}

.imgBox{
	margin: 0 auto;
	display: flex;
	column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
}

.flex__wrap{
	flex-wrap: wrap;
}

.flex__wrap div{
	width: calc(50% - 5px);
}

.credit{
	width: 90%;
	margin: 10% auto;
}

.credit a{
	display: block;
	font-size: 15px;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.4;
    margin-bottom: 4%;
}

.credit span{
	font-size: 16px;
	float: right;
	padding-right: 100px;
}

.credit span:after{
	content: "tax in";
	margin-left: 5px;
}

.credit a:before{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 18px;
	background-color: #000;
	color: #fff;
	width: 80px;
	text-align: center;
}

.credit a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.credit .a_none{
	font-size: 14px;
}

.credit .a_none:before, .credit .a_none:after{
	content: none;
}

.imgBox2{
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	margin: 0 auto;
}

.imgBox2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgBox2 .large-image{
	grid-row: span 2;
}

.img80{
	width: 80%;
	margin: 0 auto;
}

.imgBox__img60{
	width: 60%;
}

.imgBox__img40{
	width: 40%;
}

.align-items__end{
	align-items: flex-end;
}

.flex-direction{
	flex-direction: row-reverse;
}

.mgTop20{
	margin-top: 20%;
}

.img100{
	margin-bottom: 10px;
}

.all{	
	display: block;	
	width: 80%;	
	margin: 10% auto 15%;
	text-align: center;
	background-color: #000;	
	color: #fff;	
	font-size: 20px;	
	line-height: 4;
	text-decoration: none;
	position: relative;
}

.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);
}

#header-drawer-bg {
    position: fixed; /* または absolute */
    z-index: 100;    /* MVより確実に大きい数値にする */
}

#footer__inner{
	margin-top: -30px;
}

@media (min-width: 750px) {
		.mv-logo {
			width: 120px;
			margin-bottom: 20px;
		}

		.pc-text { display: block; max-width: 900px; }
		.sp-text { display: none; }

		.pc-text .text-path {
			font-size: 72px; /* PCでは大きく */
		}

		.sticky__container {
			display: flex;
			align-items: flex-start;
			background-color: transparent;
		}
		
	.pcBox {
			display: flex;
			width: 50%;
			height: 100vh;
			position: sticky;
			left: 0;
			top: 0;
			justify-content: center;
			align-items: flex-end;
			background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/bg.jpg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
		}

		.leftBox{
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			margin-bottom: 10%;
		}

		.leftBox img{
			width: 15vh;
			height: auto;
			display: block;
			margin-bottom: 30px;
		}

		.leftBox h1{
			font-family: "helvetica-lt-pro", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 2.5rem;
			margin: 0;
		}

		.wrapper{
			width: 50%;
			box-sizing: border-box;
			padding: 5% 5% 0;
			margin: 0 auto;
		}
	
		.mv-content {
			margin-bottom: 80px; /* スマホでの下端からの距離 */
		}

		#footer__inner{
			margin-top: 0px;
		}

}



