@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "Hanken Grotesk", sans-serif;
	background: #fff;
	box-sizing: border-box;
}
img,video {
	max-width: 100%;
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	html,
	body {
		padding:  0;
	}
	.spv {
		display: block;
	}	
	.pcv {
		display: none;
	}	
}

#br {
	position: relative;
}
.title {
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	padding: 5px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.title h1 {
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.5px;
	width: 40%;
	max-width: 200px;
	margin: 0 auto;
	line-height: 0;
	padding: 20px 15px 15px
}
.title p.time {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0,-50%);
	font-size: 14px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0;
}
.title p.read {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	font-size: 12px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px)  {
	.title h1 {
		width: 50%;
		padding: 20px 15px 15px
	}
	.title p.time {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		line-height: 1.6;
	}
	.title p.read {
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		padding: 0;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
}


.wrap {
  display: flex;
  width:100%;
	justify-content:flex-end;
	align-items:flex-end;
	gap:20px;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 33%;
	width: 1px;
	height: 100%;
	background: #eee;
}
.wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 33%;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: 10
}
.box {
	position: relative;
/*  width: min(33.333vw, calc(85vh * 9 / 16));
	aspect-ratio: 9 / 16;*/
  height: auto;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
	
}

@media only screen and (max-width: 768px)  {
	.wrap {
		display: block;
		padding: 0;
		}
	.wrap::before {
		display: none;
	}
	.wrap::after {
		display: none;
	}
	  .box {
		  box-sizing: border-box;
		  padding: 20px;
	  }
	.box::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #eee;
		z-index: 20
	}



  /* 重なり順（後ろ→前） */
  .box:nth-child(1) { z-index: 1; }
  .box:nth-child(2) { z-index: 2; }
  .box:nth-child(3) { z-index: 3; }
}

.box .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	  opacity: 0;
	  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
	line-height: 1.4;
}
.box .cover.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.box .cover ul {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0%,-50%);
	width: 80%;
}
.box .cover li {
	position: relative;
	display: grid;
	grid-template-columns: 20% 80%;
	margin: 5% 0;
  opacity: 0;
  transform: translateY(10px);
	transition: 1s all 0.2s ease;
}
.box .cover li:nth-of-type(2) {
	transition-delay: 0.4s
}
.box .cover li:nth-of-type(3) {
	transition-delay: 0.6s
}
.box .cover li:nth-of-type(4) {
	transition-delay: 0.8s
}
.box .cover li:nth-of-type(5) {
	transition-delay: 1s
}
.box .cover li .img {
	line-height: 0;
}
.box .cover li .data {
	color: #FFF;
	width: 95%;
	margin-left: 5%;
	position: relative;
	
}
.box .cover li .data .name {
	font-size: 12px;
}
.box .cover li .data .price {
	font-size: 12px;
	margin: 5px 0 10px
}

.box .cover li .data .btn p {
	display: inline-block;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
}

.box .cover.active li {
  opacity: 1;
  transform: translateY(0);
}
.box .cover li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
@media only screen and (max-width: 768px)  {
	.box .cover ul {
		position: absolute;
		top: auto;
		bottom: 0%;
		left: 3%;
		transform: translate(0);
		width: 80%;
	}
	
}


.toggle-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
	background: none;
  border: none;
  cursor: pointer;
	z-index: 1000
}

/* SVG共通 */
.icon {
  width: 100%;
  height: 100%;
}

/* 初期状態 */
.icon-close {
  display: none;
}


.icon-plus {
  transition: transform 0.3s;
	stroke:#000
}

.toggle-btn.active .icon-plus {
  transform: rotate(45deg);
	stroke:#FFF
}
@media only screen and (max-width: 768px)  {
	.toggle-btn {
	  width: 100px;
	  height: 100px;
	}
	
}

.new {
	margin: 10px;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 25px;
	margin: 25px auto;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.new a {
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 768px)  {
	.new a {
		font-size: 12px;
	}	
	
}

.foot {
	margin: 10px;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}
.foot .logo {
	width: 30%;
	max-width: 150px;
}
.foot .copyright {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	font-size: 10px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0;
}


#br {
	opacity: 0;
	transition: 1s all 0s ease;
}
#br.ac {
	opacity: 1;
}
.box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10;
	transition: 1s all 1s ease;
	
}
.box:nth-of-type(2)::after {
	transition-delay: 1.2s;
}
.box:nth-of-type(3)::after {
	transition-delay: 1.4s;
}
.box.in::after {
	top: -100%;
	
}
@media only screen and (max-width: 768px)  {
.box::after {
	transition: 1s all 0.1s ease;
	
}
.box:nth-of-type(2)::after {
	transition-delay: 0.1s;
}
.box:nth-of-type(3)::after {
	transition-delay: 0.1s;
}	
	.box.in::after {
		top: -100%;

	}
}
