@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
	font-size: 62.5%;
	/*文字標準*/
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
}
.eng {
	font-family: 'Segoe UI', 'Frutige', 'Dejavu Sans', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 2px;
}
a {
	text-decoration: none;
	/*リンクデコレーションリセット*/
	color: #000;
}
/*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*hrリセット*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	/*文字詰め*/
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	/*スマホ横向き時のフォントサイズリセット*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.7;
	font-weight: 500;
	background-color: #f2f2f2;
	color: #000;
	overflow: visible;
}
/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
/*画像の調整*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 1023px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.br-sp {
		display: block !important;
	}
}
@media only screen and (min-width: 1024px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.br-sp {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.top_sp {
		display: block !important;
	}
	.top_pc {
		display: none !important;
	}
}
@media only screen and (min-width: 769px) {
	.top_sp {
		display: none !important;
	}
	.top_pc {
		display: block !important;
	}
}

/*ヘッダーアイコンサイズ調整　sp*/
#header #name-and-logo img {
	height: 48px;
	width: 150px;
}
/*css初期設定 end*/

/*メインcss*/
.mainWrap {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* トップセクション */
.topSec {
	width: 100%;
	/* height: 90vh; */
	height: auto;
	position: relative;
}
.topSec .topBackground {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	/* height: 100%; */
	height: auto;
	z-index: 0;
}
.topSec .topBackground img {
	width: 100%;
	height: auto;
	object-fit: cover; /* ★重要：アスペクト比を維持し、はみ出た部分はトリミング */
	/* opacity: 0.5; */
}
/* .topSec .topBackground img.sp {
	height: 70%;
} */
.topSec .topImg {
	position: absolute;
	width: 40%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.topSec .topImg.is-visible {
	opacity: 1;
}

/* 一番下に表示で一番最初に表示される */
.topSec .topImg.img01 {
	top: 35%;
	right: 8%;
	z-index: 10;
}
/* 上から2番目（レイヤー）で2番目に表示される */
.topSec .topImg.img02 {
	top: 55%;
	left: 6%;
	z-index: 20;
}
/* 一番上（レイヤー）で一番最後に表示される */
.topSec .topImg.img03 {
	top: 6%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 30;
}

/* ギャラリーセクション */
.personHeight {
	height: 2em;
}
.galleryLinkSec {
	display: block;
	width: 100%;
	margin: 15% auto;
}
.galleryLinkSec img.titileLogo {
	display: block;
	width: 60%;
	max-width: 380px;
	margin: 0 auto 15%;
}
.galleryLinkWrap {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
	justify-content: center;
}
.galleryLinkWrap .galleryPart {
	/* display: flex;
	flex-direction: column; */
	width: calc(50% - 7px / 2);
	width: calc((100% - 15px) / 3);
	margin: 0 5px 5px 0;
	text-align: right;
	font-size: 1.4rem;
}
.galleryLinkWrap .galleryPart:nth-child(3n) {
	margin-right: 0;
}

/* gallerySec css */
.gallerySec {
	width: 100%;
	position: relative;
}
.gallerySec .backgroundParts {
	position: sticky; /* 親要素(gallerySec)の範囲内で画面に固定されます */
	top: 0; /* 画面の上端に固定 */
	width: 100%;
	height: 100vh; /* 常に画面の高さと同じになります */
	z-index: 0; /* 一番背面に配置します */
}

.gallerySec .backgroundParts img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.3s ease-in-out; /* 背景切り替え時のアニメーション */
}
.gallerySec .galleryWrap {
	position: relative; /* z-indexを有効にするために必要です */
	z-index: 10; /* 背景(backgroundParts)より手前に表示します */
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	/* 背景要素(height: 100vh)の分だけ、コンテンツを上に引き上げる */
	margin-top: -100vh;
}
.gallerySec .galleryBlock {
	position: relative;
	width: 100%;
	margin: 45px auto;
}
.galleryBlock .productsInfo {
	width: 85%;
	height: auto;
	margin: 0 auto;
	/* padding: 0% 0 7%; */
	background-color: rgba(255, 255, 255, 0.6);
	aspect-ratio: 1 / 1;
}
.galleryBlock .productsInfo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	cursor: pointer;
}
.productsFlex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5%;
	align-items: center;
	aspect-ratio: 1/1;
}
.galleryBlock .productsInfo .prodInfoImg {
	/* width: 25%; */
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
}
.galleryBlock .prodGallery {
	margin-top: 3.5%;
	padding: 3% 0 7%;
	background-color: rgba(255, 255, 255, 0.6);
}
.galleryBlock .prodGalleryInner {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.galleryBlock .prodModelImg01 {
	margin: 5% auto 1%;
	width: 80%;
	width: 100%;
	display: block;
}

/* モデルセクション */
.prodModelImgGallery {
	width: 100%;
	height: 0;
	padding-top: 260%;
	position: relative;
	margin: 8% 0;
}
.prodModelImgGallery img {
	width: 70%;
	position: absolute;
}
.prodModelImgGallery .prodModelImg03 {
	width: 55%;
}
.prodTitle {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}
/* アイテム詳細 */
.itemCredit {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	padding: 3% 0 10%;
	justify-content: flex-end;
}
.itemCredit .itemCreditRow {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 2px;
}
.itemCredit .itemCreditRow p {
	font-size: 12px;
	font-weight: 500;
}
.itemCredit .itemCreditRow a.buyBtn {
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #000;
	padding: 0 8px 0;
	color: #000;
	margin-left: 1rem;
	border-radius: 5px;
}
@media (any-hover: hover) {
	.itemCredit .itemCreditRow a.buyBtn:hover {
		opacity: 0.7;
		border: 1px solid #000;
		background-color: #000;
		color: #fff;
		transition: 0.6s;
		text-decoration: none;
	}
	.cvSec a:hover {
		opacity: 0.7;
		transition: 0.6s;
	}
}
.size {
	text-align: right;
	font-size: 1.4rem;
}

/* modelイメージのポジション */
#model01 .prodModelImgGallery .prodModelImg02,
#model02 .prodModelImgGallery .prodModelImg02,
#model03 .prodModelImgGallery .prodModelImg02,
#model04 .prodModelImgGallery .prodModelImg02,
#model05 .prodModelImgGallery .prodModelImg02,
#model06 .prodModelImgGallery .prodModelImg02,
#model07 .prodModelImgGallery .prodModelImg02,
#model08 .prodModelImgGallery .prodModelImg02 {
	top: 0;
	right: 0;
}
#model01 .prodModelImgGallery .prodModelImg03,
#model02 .prodModelImgGallery .prodModelImg03,
#model03 .prodModelImgGallery .prodModelImg03,
#model04 .prodModelImgGallery .prodModelImg03,
#model05 .prodModelImgGallery .prodModelImg03,
#model06 .prodModelImgGallery .prodModelImg03,
#model07 .prodModelImgGallery .prodModelImg03,
#model08 .prodModelImgGallery .prodModelImg03 {
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
#model02 .prodModelImgGallery .prodModelImg04,
#model01 .prodModelImgGallery .prodModelImg04,
#model03 .prodModelImgGallery .prodModelImg04,
#model04 .prodModelImgGallery .prodModelImg04,
#model05 .prodModelImgGallery .prodModelImg04,
#model06 .prodModelImgGallery .prodModelImg04,
#model07 .prodModelImgGallery .prodModelImg04,
#model08 .prodModelImgGallery .prodModelImg04 {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.fade {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.fade.is-active {
	opacity: 1;
}
.prodInfoTxt {
	width: fit-content;
	margin: 0 auto;
}
/* .sp {
	width: 100%;
	margin: 0 auto;
} */

/* cvSec */
.cvSec {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 8% auto;
	gap: 2vh;
}
.cvSec a {
	display: inline-block;
	text-decoration: none;
	width: 85.33%;
	max-width: 440px;
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
}
/*トップに戻る　フローティングボタン*/
.float-button__wrap {
	display: none; /*最初は隠す*/
	width: 90px;
	height: auto;
	position: fixed;
	bottom: 16px;
	/* 20250410フッター修正 */
	right: 10px;
	z-index: 10000;
}
.float-button__wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.mainSection {
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*トップに戻る　フローティングボタン*/

/*width:1025px以上*/
@media only screen and (min-width: 1024px) {
	/* .topSec {
		height: 90vh;
	} */

	.topSec .topImg {
		width: 20.05%;
	}
	/* 一番下に表示で一番最初に表示される */
	.topSec .topImg.img01 {
		top: 36%;
		right: 17%;
	}
	/* 上から2番目（レイヤー）で2番目に表示される */
	.topSec .topImg.img02 {
		top: 21%;
		left: 9%;
	}
	/* 一番上（レイヤー）で一番最後に表示される */
	.topSec .topImg.img03 {
		top: 5%;
		left: 51%;
	}
	/* ギャラリーセクション */
	.galleryLinkSec {
		margin: 12% auto 10%;
	}
	.galleryLinkSec img.titileLogo {
		width: 52%;
		max-width: 380px;
		margin: 0 auto 8%;
	}
	.galleryBlock .prodGalleryInner {
		max-width: 700px;
	}
	.galleryLinkWrap {
		gap: 15px;
	}
	.galleryLinkWrap .galleryPart {
		width: calc((100% - 45px) / 4);
		margin: 0 10px 10px 0;
		margin: 0;
	}
	.gallerySec .backgroundParts .productsInfo {
		width: 25%; /* 幅を指定 */
		width: 30%;
		background-color: rgba(255, 255, 255, 0.6); /* 背景色を少し透過させる */
		position: absolute; /* 親要素(.backgroundParts)を基準に配置 */
		top: 50%; /* 上から50%の位置に */
		left: 7%; /* 左から5%の位置に */
		left: 5%;
		transform: translateY(-50%); /* Y軸方向に自身の高さの50%分上に移動し、垂直中央揃え */
		padding: 30px; /* 内側に余白を追加 */
		/* border-radius: 10px;  */
		/* 角を少し丸くする */
		/* border-radius: 2px; */
		opacity: 1; /* 透明度 */
		transition: opacity 0.3s ease-in-out; /* 透明度が0.3秒かけて変化するように設定 */
		aspect-ratio: 1/1;
	}
	.gallerySec .backgroundParts .productsInfo .prodInfoImg {
		width: 40%; /* 商品画像のサイズ調整 */
		width: 65%;
		margin: 7% auto 3%;
		margin: 0 auto;
	}
	.gallerySec .backgroundParts .productsInfo p {
		font-size: 12px;
		text-align: center;
		font-weight: 400;
		line-height: 1.1;
	}
	.gallerySec .galleryWrap {
		width: 58%;
		max-width: 100%;
		margin: -100vh 40px 0 auto;
	}
	.gallerySec .galleryWrap img.prodModelImg01 {
		display: block;
		width: 93%;
		width: 100%;
		max-width: 740px;
		margin: 1.5% auto 1%;
	}

	/* モデルセクション */
	.prodModelImgGallery {
		padding-top: 230%;
		margin: 0;
	}
	.prodModelImgGallery img {
		width: 65%;
	}
	.prodModelImgGallery .prodModelImg03 {
		width: 50%;
	}
	#model01 .prodModelImgGallery .prodModelImg03,
	#model02 .prodModelImgGallery .prodModelImg03,
	#model03 .prodModelImgGallery .prodModelImg03,
	#model04 .prodModelImgGallery .prodModelImg03,
	#model05 .prodModelImgGallery .prodModelImg03,
	#model06 .prodModelImgGallery .prodModelImg03,
	#model07 .prodModelImgGallery .prodModelImg03,
	#model08 .prodModelImgGallery .prodModelImg03 {
		top: 50%;
	}

	.pc .prodInfoTxt {
		margin: 0 auto;
	}
	.prodInfoTxt h4,
	.prodInfoTxt h3 {
		font-size: 15px;
		text-align: left;
		font-weight: 500;
		line-height: 1.2;
	}

	.itemCredit {
		width: 93%;
		width: 100%;
		margin-bottom: 5%;
	}
	.itemCredit .itemCreditRow p,
	.itemCredit .itemCreditRow a {
		font-size: 14px;
	}

	.cvSec {
		margin: 5% auto;
	}
}
