/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.noto-sans-jp {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.syne {
	font-family: "Syne", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.instrument {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
body{
    margin: 0;
    padding: 0;
}
#specialcontent *, #specialcontent *::before, #specialcontent *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
#specialcontent {
	width: 100%;
	color: #000;
	font-size: 14px;
	width: 100%;
	margin:  0 auto;
	letter-spacing: 0.05rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    font-family: "Noto Serif JP", serif;
}
#specialcontent a {
	color: #000;
	text-decoration: none;
}
#specialcontent img {
	width: 100%;
	vertical-align: bottom;
}
#specialcontent ul,
#specialcontent li {
	list-style: none;
}
#specialcontent p {
	margin: 0;
	padding: 0;
}
#specialcontent .wrapper {
    width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}
#specialcontent #mv {
    width: 100%;
	height: 60%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}
#specialcontent #mv .base {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
#specialcontent #mv .overlay {
	width: 65%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#specialcontent #mv .overlay2 {
	width: 20%;
	max-width: 200px;
	position: absolute;
	left: calc(50vw - 18%);
	transform: translateX(-50%);
	bottom: 8%;
	z-index: 2;
}
#specialcontent #mv .overlay3 {
	width: 20%;
	max-width: 200px;
	position: absolute;
	left: calc(50vw + 15%);
	transform: translateX(-50%);
	bottom: 8%;
	z-index: 2;
}
#specialcontent #mvsp {
	display: none;
}
#specialcontent .pc {
	display: block;
}
#specialcontent .sp {
	display: none;
}
#specialcontent img {
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
	#specialcontent {
		font-size: 3.1vw;
		width: 100%;
		max-width: 100%;
	}
	#specialcontent .wrapper {
		width: 94%;
		max-width: 750px;
		margin: 0 auto;
	}
	#specialcontent #mv {
		display: none;
	}
	#specialcontent #mvsp {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
	}
	#specialcontent #mvsp .base {
		width: 100%;
		position: relative;
		z-index: 1;
		text-align: center;
	}
	#specialcontent #mvsp .overlay {
		width: 84%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin-top: -7.5%;
		z-index: 2;
	}
	#specialcontent .pc {
		display: none;
	}
	#specialcontent .sp {
		display: block!important;
	}
}

/* Comment */
#specialcontent #comment {
	margin: 0;
	padding: 80px 0 60px;
	text-align: center;
	background-size: 100%;
}
#specialcontent #comment h2 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-family: "Noto Serif JP", serif;
}
#specialcontent #comment p {
	margin: 40px 0 0;
	padding: 0;
	line-height: 2.5;
	font-size: 120%;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
	#specialcontent #comment {
		padding: 10% 0 4%;
		margin-bottom: 0;
	}
	#specialcontent #comment h2 {
		font-size: 5vw;
		line-height: 1.5;
	}
	#specialcontent #comment p {
		margin: 5% 0 0;
		line-height: 2.2;
		font-size: 110%;
	}
}
#specialcontent .md {
	margin: 40px auto 30px;
	padding: 0;
	text-align: center;
	width: 100%;
	max-width: 240px;
}
p.spacer {
	padding-top: 30px!important;
}
@media screen and (max-width: 768px) {
	p.spacer {
		padding-top: 0!important;
	}
}
#specialcontent .items {
	padding: 0;
	width: 80%;
	max-width: 360px;
	margin: 10px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-self: center;
	align-content: center;
	position: relative;
}
#specialcontent .items:hover {
	opacity: .6;
}
#specialcontent .items:after {
	display: inline-block;
    content: "";
    border-top: 1px solid black;
    margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 99%;
    transform: translateY(-50%);
	z-index: 1;
}
#specialcontent .items p.name {
	font-size: 13.5px;
	margin: 0;
	padding: 0 6px 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
}
#specialcontent .items p.price {
	font-size: 13.5px;
	margin: 0 0 1px;
	padding: 0 8px 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
}
#specialcontent .items span.small {
	font-size: 11px;
}
#specialcontent p.new {
	font-size: 9.5px;
	text-align: left;
	padding-top: 3px;
	width: 80%;
  	max-width: 360px;
	margin: -6px auto 0;
}
#specialcontent .items p.check {
	font-size: 9px;
	color: #fff;
	width: 70px;
	line-height: 1;
	background: #000;
	text-align: center;
	padding: 2.5px 10px 3px;
	margin: 0;
	text-align: center!important;
	position: absolute;
	z-index: 2;
	right: 0;
	font-weight: bold;
	border-left: 8px solid #fff;
}
#specialcontent .last {
	margin: 80px auto 150px;
	padding: 0;
	width: 90%;
	aspect-ratio: 1020 / 799;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	display: block;
}
#specialcontent .last a {
	display: block;
}
#specialcontent .last img {
	width: 100%;
	height: 100%;
	transition: 1s all ease-in-out;
	transform: scale(1);
}
@media screen and (max-width: 768px) {
	#specialcontent .items {
		padding: 0;
		width: 94%;
		max-width: 94%;
		margin: 2px auto 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		align-self: center;
		align-content: center;
		position: relative;
		background: #fff;
	}
	#specialcontent p.new {
		width: 94%;
    	max-width: 94%;
	}
	#specialcontent .items p.check {
		font-size: 8px;
		width:56px;
		text-align: center;
		padding: 3px 4px 3px;
		border-left: 0;
	}
	#specialcontent .items p.check::before {
		content: '';
		position: absolute;
		top: 0;
		left: -2px;
		background: #fff;
		width: 3px;
		height: 100%;
	}
}

/* Effect Animation */
.effect-fadein {
	opacity: 0;
	transform: translate(0, 6%);
	transition: all 1.5s ease-in-out;
}
.effect-appear {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s .5s ease-in-out;
}
.effect-movein {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.25s ease-in-out;
}
.effect-zoom {
	opacity: 0;
	transform: scale(1.2);
	filter: blur(8px);
	transition: all 1.5s .5s ease-in-out;
}
.effect-scroll {
	opacity: 1;
	filter: blur(0);
	transform: translate(0, 0);
}
.delay {
	transition-delay: 1s;
}


/* Grid */
/* ================= CARD ================= */

.card {
	width: 100%;
	background: #fff;
	cursor: pointer;
	position: relative;
	margin-bottom: -1px!important;
}
.card-images.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}
.col {
	position: relative;
	flex: 1;
	aspect-ratio: 1020 / 1302;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	--duration: 8s;
	--delay: 0s;
}
.col img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease-in-out;
	transform: scale(1);
	vertical-align: bottom;
}
.hover {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 2;
}
/* Hover effects */
.card:hover .hover,
.last .card:hover .hover {
	opacity: 1;
}
  
@keyframes swap {
	0%, 49% { visibility: visible; }
	50%, 100% { visibility: hidden; }
}
  
/* plus icon */
.plus {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	pointer-events: none;
	z-index: 4;
}
  
/* ================= MODAL ================= */
.modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 2000010102;
}
.modal.active { display: flex; }
.modal-content {
	width: 92%;
	max-width: 960px;
	background: #fff;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	padding: 30px;
	height: auto;
}
  
/* close */
.close {
	position: absolute;
	top: 15px;
	right: 4px;
	font-size: 48px;
	cursor: pointer;
	z-index: 10;
}
  
/* ===== slider ===== */
.slider {
	position: relative;
	aspect-ratio: 1020 / 1302;
	background: #fff;
}
.slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .6s ease;
}
.slide.active { opacity: 1; }
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
  
/* dots */
.dots {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	gap: 8px;
}
.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	border: 1px solid #444;
}
.dot.active { background: #444; border: 1px solid #444;}
  
/* ===== text area ===== */
.modal-text {
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-text h2 {
	margin: 0 0 16px;
	font-size: 26px;
}
.modal-text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}
  
/* responsive */
@media (max-width: 768px) {
	#specialcontent .full {
		width: 100%;
		max-width: 100vw;
	}
	#specialcontent .md {
		width: 46%;
		max-width: 220px;
		margin: 14vw auto 5vw;
	}
	#specialcontent .last {
		margin: 60px auto 110px;
		width: 75%;
	}
	.modal-content {
		width: 88%;
		grid-template-columns: 1fr;
		padding: 0;
		transform: translateY(-5%);
	}
	.modal-text {
		  padding: 8% 6% 14%;
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
	}
	.close {
		  position: fixed;   
		  top: auto;
		  bottom: 0;     
		  right: 2px;
		  font-size: 30px;
	}
	.dots {
		position: absolute;
		bottom: -15px;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		gap: 8px;
	}
}