@charset "UTF-8";
/* CSS Document */
html,
body {
    padding: 0;
    margin: 0;
    background: #111;
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-family: "bembo-book-mt-pro", sans-serif;
	font-size: 2.5vw;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
#br {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0;
	transition: 1s all 0s ease;
}
#br.ac {
	opacity: 1
}
.book-swiper {
  padding-right: 2%;
}
.swiper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	margin:0 auto;
	box-sizing: border-box;
}
.swiper-slide {
	width: 98%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	pointer-events:none;
}
#page-01,#page-16 {
	width: 100%;
}


.swiper-slide-prev {
}
.swiper-slide {
	transform: scale(1);
	filter: blur(1px);
	opacity: 0.5;
	transition: 0.3s;
}
.swiper-slide-active {
	transform: scale(1);
	filter: blur(0);
	opacity: 1;
	z-index: 2;
}
.swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.swiper-slide-active {
  pointer-events: auto;
  z-index: 999 !important;
}

.swiper-slide-prev,
.swiper-slide-next {
  z-index: 2;
}
.swiper {
  perspective: 1000px;
}

.swiper-slide {
  transform-style: flat !important;
}
@media only screen and (max-width: 767px) {
	.swiper {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height:100%;
		margin:0 auto;
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 961px) {
	.book-swiper {
	  padding-right: 0;
	}
	.swiper-slide {
		width: 80vh;
		height: 100vh;
		margin: 0 1px;
		transform-style: flat;
	}
	#page-01,#page-16 {
		width: 80vh;
	}
	.swiper-slide-prev {
		z-index: auto!important
	}
	.swiper-slide {
		transform: scale(1);
		filter: blur(0px) grayscale(1);
		opacity: 0.8;
		transition: 0.3s;
	}
	.swiper-slide-active {
		transform: scale(1);
		filter: blur(0) grayscale(0);
		opacity: 1;
		z-index: 2;
	}
	.swiper-button-prev,
	.swiper-button-next {
	  height: 50px;
	  width: 50px;
	}
	.swiper-button-prev svg,
	.swiper-button-next svg {
		display: none;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
	  background-repeat: no-repeat;
	  background-size: contain;
	  content: "";
	  height: 50px;
	  margin: auto;
	  width: 50px;
	}
	.swiper-button-prev::after {
	  background-image: url("../img/prev.svg");
	}
	.swiper-button-next::after {
	  background-image: url("../img/next.svg");
	}
	.swiper-button-prev {
		left: 2%!important;
	}
	.swiper-button-next {
		right: 2%!important;
	}
	.swiper-button-disabled {
		opacity: 0!important;
	}
}

/**/

.inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg.webp");
	background-size: 500px;
	opacity: 1;
	mix-blend-mode: multiply;
	z-index: 100

}
.inner .img {
	line-height: 0;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px) {
	
}

/**/
.inner .head {
	width: 100%;
	height: 35%;
	position: relative;
}
.inner h1 {
	width: 65%;
	position: absolute;
	top: -2px;
	left: -6px;
}
.inner .title {
	width:30%;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.inner .title h2 {
	width: 100%;
	margin-bottom: 10%;
}
.inner .title h2 img {
	display: block;
	width: 100%;
	margin-bottom: 10%;
}
.inner .title h2 span {
	display: block;
	width: 50%;
	margin-left: 50%;
}
.inner .title p {
	font-size: 11px;
	line-height: 1.8;
	word-break: break-all;

}
@media only screen and (max-width: 767px) {
	.inner h1 {
		width: 75%;
	}
	.inner .title {
		width:45%;
	}
	.inner .title p {
		font-size: 2vw;
		line-height: 1.8;

	}
}
@media only screen and (min-width: 961px) {
	.inner .title p {
		font-size: 1.1vh;

	}
	
}

/**/

.inner .visual {
	width: 100%;
	height: 65%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 4px;
}

.inner .visual li {
	height: 100%;
	position: relative;
}
.inner .visual li:nth-of-type(1) {
	background: url("../img/visual_main-01.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(2) {
	background: url("../img/visual_main-02.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(3) {
	background: url("../img/visual_main-03.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(4) {
	background: url("../img/visual_main-04.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(5) {
	background: url("../img/visual_main-05.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(6) {
	background: url("../img/visual_main-06.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(7) {
	background: url("../img/visual_main-07.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(8) {
	background: url("../img/visual_main-08.webp") no-repeat center;
	background-size: cover;
}
.inner .visual li:nth-of-type(9) {
	background: url("../img/visual_main-09.webp") no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	
}

/**/
.inner .identity {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,0%);
	text-align: center;
}

.inner .identity h3 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 15%
}
.inner .identity p {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
	.inner .identity h3 {
		font-size:5vw;
	}
	.inner .identity p {
		font-size: 2vw;
	}	
}
@media only screen and (min-width: 961px) {
	.inner .identity h3 {
		font-size: 2.4vh;
	}
	.inner .identity p {
		font-size: 1.2vh;
	}
	
}

/**/
.inner .bg1 {
	background: url("../img/main_bg.webp") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
/**/
.inner .bg2 {
	background: url("../img/test_bg2.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.inner .txt {
	background: #e254a8;
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 5%;
	width: 55%;
}
.inner .txt h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 5%;
}
.inner .txt p {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
	.inner .txt {
		width: 70%;
	}
	.inner .txt h3 {
		font-size:5vw;
	}
	.inner .txt p {
		font-size: 2vw;
	}	
}
@media only screen and (min-width: 961px) {
	.inner .txt h3 {
		font-size: 2.4vh;
	}
	.inner .txt p {
		font-size: 1vh;
	}
	
}
/**/
.top {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 5svh;
	border-bottom: 1px solid #000;
}
.top .logo {
	width: 6svh;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	line-height: 0;
}
.top .tit {
	width: 8svh;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	line-height: 0;
}

.bottom {
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 96%;
	height: 5svh;
	border-top: 1px solid #000;
}
.bottom .no {
	text-align: center;
	font-size: 2vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/**/
@media only screen and (max-width: 767px) {
	.top {
		height: 4svh;
	}
	.bottom {
		height: 4svh;
	}
}
@media only screen and (min-width: 961px) {
	.bottom .no {
		text-align: center;
		font-size: 1.6vh;
	}	
}



.inner .page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 4svh);
}
/*.inner .look {
	position: relative;
}*/
.inner h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	/*writing-mode: vertical-rl;*/
}
.inner .copy {
	position: relative;
}
.inner .copy p {
	font-size: 11px;
	line-height: 1.6;
}
.inner .copy p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #232323;
}
.inner .copy .no {
	font-size: 70px;
	font-style: italic;
	letter-spacing: -4px;
	line-height: 1;
}
/*.box {
	position: relative;
	z-index: 99999
}*/
.list li a, .list li p{
	display: block;
	font-size:16px;
	position: relative;
	padding: 5px 40px 5px 0;
	margin: 0;
	z-index: 99999
}
.list li a span, .list li p span{
	font-size:11px;
	position: relative;
	display: inline-block;
	margin-left: 10px
}
.list li a::before {
	content: "";
	background: url("../img/btn.svg") no-repeat center;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
@keyframes blink-simple {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.catchcopy {
	display: none;
	line-height: 0;
  animation: blink-simple 1.6s step-start infinite;
}
.swiper-slide-active .catchcopy {
	display: block;
}
@media only screen and (max-width: 767px) {
	.inner .page {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		margin: 8svh auto;
	}
	.inner h4 {
		font-size: 11px;
	}
	.inner .copy p {
		font-size: 8px;
	}
	.inner .copy .no {
		font-size: 50px;
		font-style: italic;
		letter-spacing: -2px;
		line-height: 1;
	}
	.list li a, .list li p{
		font-size:9px;
		padding: 4px 15px 4px 0;
	}
	.list li a span,.list li p span{
		font-size:8px;
		margin-left: 5px
	}
	.list li a::before {
		background-size: 10px 10px;
		width: 10px;
		height: 10px;
	}	
}
@media only screen and (min-width: 961px) {
	.inner h4 {
		font-size: 1.2vh;
	}
	.inner .copy .no {
		font-size: 8vh;
	}
	.inner .copy p {
		font-size: 1vh;
	}
	.list li a,.list li p{
		display: block;
		font-size:1.4vh;
	}
	.list li a span, .list li p span{
		font-size:1.1vh;
	}
	.list li a::before {
		background-size: 2vh 2vh;
		width: 2vh;
		height: 2vh;
	}	
}


#page-04 h4 {
	padding: 0 0 0 80px;
}
#page-04 .copy {
	width: 52%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 3%;
}
#page-04 .copy p {
	padding: 20px 0 0 0;
}
#page-04 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
#page-04 .main {
	width: 35%;
	position: absolute;
	bottom: -2%;
	left: 0%;
	z-index: 10
}
#page-04 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-04 .sub .img:nth-of-type(1) {
	width: 40%;
	margin: 0% 0 0 60%;
}
#page-04 .sub .img:nth-of-type(2) {
	width: 38%;
	margin: -10% 0 0 32%;
	padding-bottom: 5%;

}
#page-04 .box {
	position: absolute;
	bottom: 8%;
	right: 5%;
}
#page-04 .catchcopy {
	position: absolute;
	top: 60%;
	left: 60%;
	width: 30%;
}
@media only screen and (max-width: 767px) {
	#page-04 .copy {
		width: 94%;
		position: relative;
		z-index: 10;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
	#page-04 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-04 .main {
		width: 49%;
		position: absolute;
		bottom: -3%;
		left: -10%;
		z-index: 10
	}
	#page-04 .sub {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#page-04 .sub .img:nth-of-type(1) {
		width: 45%;
		margin: 5% 0 0 50%;
	}
	#page-04 .sub .img:nth-of-type(2) {
		width: 40%;
		margin: -10% 0 0 25%;
	}
	#page-04 .box {
		position: absolute;
		top: auto;
		bottom: 8%;
		left: auto;
		right: 5%;
	}
	#page-04 .catchcopy {
		position: absolute;
		top: 63%;
		left: 58%;
		width: 40%;
	}
}



#page-05 h4 {
	margin-top: 5%;
}
#page-05 .copy {
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 45%;
	z-index: 10
}
#page-05 .copy p {
	margin-top: 5%;
}
#page-05 .copy .no {
}
#page-05 .main {
	width: 36%;
	position: absolute;
	top: 0%;
	right: -2%;
	z-index: 10
}
#page-05 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-05 .sub .img:nth-of-type(1) {
	width: 35%;
	margin: 0 0 0 42%;
}
#page-05 .sub .img:nth-of-type(2) {
	width: 40%;
	margin: -3% 0 0 0;
}
#page-05 .box {
	position: absolute;
	top: 10%;
	left: 5%;
}
#page-05 .catchcopy {
	position: absolute;
	top: 33%;
	left: 12%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-05 .copy {
		width: 94%;
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: 3%;
	}
	#page-05 h4 {
		margin-top:2%;
	}
	#page-05 .copy p {
		margin-top: 2%;
	}
	#page-05 .main {
		width: 44%;
		position: absolute;
		top: 15%;
		right: -5%;
		z-index: 10
	}

	#page-05 .sub .img:nth-of-type(1) {
		width: 36%;
		margin: 0 0 0 45%;
		padding-top: 5%;
	}
	#page-05 .sub .img:nth-of-type(2) {
		width: 50%;
		margin: -10% 0 0 0%;
	}
	#page-05 .box {
		position: absolute;
		top: 10%;
		left: 5%;
	}
	#page-05 .catchcopy {
		position: absolute;
		top: 65%;
		left: 38%;
		width: 40%;
	}	
}


#page-06 h4 {
	padding: 0 0 0 80px;
}
#page-06 .copy {
	width: 65%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 30%;
}
#page-06 .copy p {
	padding: 20px 0 0 0;
}
#page-06 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}

#page-06 .main {
	width: 36%;
	position: absolute;
	top: 0%;
	left: -5%;
	z-index: 10
}
#page-06 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-06 .sub .img:nth-of-type(1) {
	width: 45%;
	margin: 25% 0 0 26%;
}
#page-06 .sub .img:nth-of-type(2) {
	width: 36%;
	margin: -33% 0 0 64%;

}
#page-06 .box {
	position: absolute;
	bottom: 9%;
	left: 5%;
}
#page-06 .catchcopy {
	position: absolute;
	top: 72%;
	left: 40%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-06 .copy {
		width: 94%;
		position: relative;
		z-index: 10;
		top: auto;
		left: auto;
		margin:  0 auto;
	}
	#page-06 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-06 .main {
		width: 48%;
		position: absolute;
		top: auto;
		bottom: -2%;
		left: -10%;
		z-index: 10
	}
	#page-06 .sub {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#page-06 .sub .img:nth-of-type(1) {
		width: 50%;
		margin: 5% 0 0 50%;
	}
	#page-06 .sub .img:nth-of-type(2) {
		width: 40%;
		margin: -15% 0 0 25%;
	}
	#page-06 .box {
		position: absolute;
		top: auto;
		bottom: 8%;
		left: auto;
		right: 3%;
	}
	#page-06 .catchcopy {
		position: absolute;
		top: 30%;
		left: 26%;
		width: 36%;
	}
}

#page-07 h4 {
	padding: 0 0 0 80px;
}
#page-07 .copy {
	width: 60%;
	position: absolute;
	z-index: 10;
	top: 3%;
	left: 3%;
}
#page-07 .copy p {
	padding: 20px 0 0 0;
}
#page-07 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
#page-07 .main {
	width: 34%;
	position: absolute;
	top: 0%;
	right: 0;
	z-index: 10
}
#page-07 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-07 .sub .img:nth-of-type(1) {
	width: 28%;
	z-index: 10;
	position: absolute;
	bottom: 5%;
	left: -5%
}
#page-07 .sub .img:nth-of-type(2) {
	width: 42%;
	margin: 0 0 0 28%;
	padding-top: 30%;
	padding-bottom: 18%;
}
#page-07 .box {
	position: absolute;
	bottom: 8%;
	right: 5%;
}
#page-07 .catchcopy {
	position: absolute;
	bottom: 8%;
	left: 20%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-07 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-07 .copy {
		width: 94%;
		position: relative;
		top: auto;
		left: auto;
		margin: 5% auto;

	}
	#page-07 .copy p {
		padding: 20px 0 0 0;
		margin: 0;
	}
	#page-07 .copy .no {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 35px;
	}
	#page-07 .main {
		width: 48%;
		position: absolute;
		top: 28%;
		right: -4%;
		z-index: 10
	}
	#page-07 .sub {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#page-07 .sub .img:nth-of-type(1) {
		width: 34%;
		z-index: 10;
		position: absolute;
		bottom: auto;
		top: 0;
		left: -10%
	}
	#page-07 .sub .img:nth-of-type(2) {
		width: 46%;
		margin: 0 0 0 26%;
		padding-top: 10%;
	}
	
	#page-07 .box {
		left: 5%;
		right: auto;
		bottom: 6%;
	}
	#page-07 .catchcopy {
		position: absolute;
		top: 70%;
		left:44%;
		width: 36%;
	}
}


#page-08 h4 {
	padding: 0 0 0 80px;
}
#page-08 .copy {
	width: 55%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 3%;
}
#page-08 .copy p {
	padding: 20px 0 0 0;
}
#page-08 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
#page-08 .main {
	width: 32%;
	position: absolute;
	bottom: -5%;
	left: -2%;
	z-index: 10
}
#page-08 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-08 .sub .img:nth-of-type(1) {
	width: 42%;
	margin: 0% 0 0 62%;
}
#page-08 .sub .img:nth-of-type(2) {
	width: 36%;
	margin: -13% 0 0 24%;

}
#page-08 .box {
	position: absolute;
	bottom: 10%;
	right: 5%;
}
#page-08 .catchcopy {
	position: absolute;
	top: 35%;
	left: 36%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-08 .copy {
		width: 94%;
		position: relative;
		z-index: 10;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
	#page-08 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-08 .main {
		width: 48%;
		position: absolute;
		bottom: auto;
		top: 0%;
		left: -7%;
		z-index: 10
	}
	#page-08 .sub {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#page-08 .sub .img:nth-of-type(1) {
		width: 40%;
		margin: 0% 0 0 35%;
		padding-top: 15%;
	}
	#page-08 .sub .img:nth-of-type(2) {
		width: 40%;
		margin: -15% 0 0 60%;
		padding-bottom: 5%;
	}
	#page-08 .box {
		position: absolute;
		top: 8%;
		left: auto;
		right: 2%;
	}
	#page-08 .catchcopy {
		position: absolute;
		top: 55%;
		left: 34%;
		width: 36%;
	}
}




#page-09 h4 {
	padding: 0 0 0 80px;
}
#page-09 .copy {
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 2%;
	z-index: 10
}
#page-09 .copy p {
	padding: 20px 0 0 0;
}
#page-09 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
#page-09 .main {
	width: 32%;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: 10
}
#page-09 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-09 .sub .img:nth-of-type(1) {
	width: 32%;
	margin: 5% 0 0 30%;
}
#page-09 .sub .img:nth-of-type(2) {
	width: 42%;
	margin: -3% 0 0 55%;
}
#page-09 .box {
	position: absolute;
	top: 10%;
	right: 5%;
}
#page-09 .catchcopy {
	position: absolute;
	top: 32%;
	left: 55%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-09 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-09 .copy {
		width: 94%;
		position: relative;
		bottom: auto;
		left: auto;
		margin: 5% auto;
	}
	#page-09 .copy p {
	}
	#page-09 .copy .no {
		position: absolute;
		top: 0;
		left: 0;

	}
	#page-09 .main {
		width: 45%;
		position: absolute;
		top: 5%;
		left: -8%;
		z-index: 10
	}
	#page-09 .sub .img:nth-of-type(1) {
		width: 38%;
		margin: 0% 0 0% 24%;
	}
	#page-09 .sub .img:nth-of-type(2) {
		width: 50%;
		margin: -10% 0 0 50%;
	}
	#page-09 .box {
		position: absolute;
		top: 10%;
		left: auto;
		right: 5%;
	}
	#page-09 .catchcopy {
		position: absolute;
		top: 65%;
		left: auto;
		right: 2%;
		width: 34%;
	}
}




#page-10 h4 {
	margin-top: 5%;
}
#page-10 .copy {
	width: 50%;
	position: absolute;
	bottom: 2%;
	left: 45%;
	z-index: 10
}
#page-10 .copy p {
	margin-top: 5%;
}
#page-10 .copy .no {
}
#page-10 .main {
	width: 36%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10
}
#page-10 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-10 .sub .img:nth-of-type(1) {
	width: 36%;
	margin: 5% 0 0 40%;
}
#page-10 .sub .img:nth-of-type(2) {
	width: 40%;
	margin: -5% 0 0 -5%;
}
#page-10 .box {
	position: absolute;
	top: 12%;
	left: 5%;
}
#page-10 .catchcopy {
	position: absolute;
	top: 38%;
	left: 12%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-10 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-10 .copy {
		width: 94%;
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto;
	}
	#page-10 .copy p {
	}
	#page-10 .copy .no {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 35px;

	}
	#page-10 .main {
		width: 45%;
		position: absolute;
		top: 18%;
		right: -10%;
		z-index: 10
	}

	#page-10 .sub .img:nth-of-type(1) {
		width: 35%;
		margin: 15% 0 0 45%;
	}
	#page-10 .sub .img:nth-of-type(2) {
		width: 60%;
		margin: -15% 0 0 -10%;
		padding-bottom: 0%;
	}
	#page-10 .box {
		position: absolute;
		top: 8%;
		left: 2%;
	}
	#page-10 .catchcopy {
		position: absolute;
		top: 60%;
		left: 36%;
		width: 38%;
	}
}


#page-11 h4 {
	padding: 0 0 0 80px;
}
#page-11 .copy {
	width: 50%;
	position: absolute;
	z-index: 10;
	top: 3%;
	right: 3%;
}
#page-11 .copy p {
	padding: 20px 0 0 0;
}
#page-11 .copy .no {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
#page-11 .main {
	width: 42%;
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 10
}
#page-11 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-11 .sub .img:nth-of-type(1) {
	width: 35%;
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 35%
}
#page-11 .sub .img:nth-of-type(2) {
	width: 50%;
	margin: 0 0 0 60%;
	padding-top: 25%;
	padding-bottom: 15%;
}
#page-11 .box {
	position: absolute;
	bottom:8%;
	left: 5%;
}
#page-11 .catchcopy {
	position: absolute;
	bottom: 8%;
	right: 5%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-11 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-11 .copy {
		width: 65%;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 3% 5%;

	}
	#page-11 .copy p {
		padding: 20px 0 0 0;
	}
	#page-11 .copy .no {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 35px;
	}
	#page-11 .main {
		width: 60%;
		position: absolute;
		top: 5%;
		left: auto;
		right: -8%;
		z-index: 10
	}
	#page-11 .sub {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#page-11 .sub .img:nth-of-type(1) {
		width: 36%;
		z-index: 10;
		position: absolute;
		bottom: auto;
		top: auto;
		bottom: 0%;
		left: -2%
	}
	#page-11 .sub .img:nth-of-type(2) {
		width: 55%;
		margin: 0 0 0 10%;
		padding-top: 0%;
		padding-bottom: 50%;
	}
	#page-11 .box {
		left: auto;
		right: 5%;
		bottom: 8%;
	}
	#page-11 .catchcopy {
		position: absolute;
		top: 68%;
		left:22%;
		width: 38%;
	}
}



#page-12 h4 {
	margin-top: 5%;
}
#page-12 .copy {
	width: 34%;
	position: absolute;
	top: 2%;
	left: 32%;
	z-index: 10
}
#page-12 .copy p {
	margin-top: 5%;
}
#page-12 .copy .no {
}
#page-12 .main {
	width: 34%;
	position: absolute;
	top: 0;
	right: 0%;
	z-index: 10
}
#page-12 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-12 .sub .img:nth-of-type(1) {
	width: 28%;
	margin: 0% 0 0 0;
}
#page-12 .sub .img:nth-of-type(2) {
	width: 44%;
	margin: -10% 0 0 17%;
	z-index: 10
}
#page-12 .box {
	position: absolute;
	bottom:8%;
	right: 5%;
}
#page-12 .catchcopy {
	position: absolute;
	top: 70%;
	left: 1%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-12 h4 {
		padding: 1vw 0 0 16vw;
	}
	#page-12 .copy {
		width: 70%;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 0 3%
	}
	#page-12 .copy p {
		padding: 20px 10% 0 0;
		margin: 0;
	}
	#page-12 .copy .no {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 35px;
	}
	#page-12 .main {
		width: 46%;
		position: absolute;
		top: 5%;
		right: -10%;
		z-index: 20
	}
	#page-12 .sub .img:nth-of-type(1) {
		width: 30%;
		position: absolute;
		bottom: 5%;
		left: -5%;
		z-index: 20
	}
	#page-12 .sub .img:nth-of-type(2) {
		width: 55%;
		margin: 5% 0 0 10%;
		padding-bottom: 35%;
	}	
	#page-12 .box {
		left: auto;
		right: 5%;
		bottom: 6%;
	}
	#page-12 .catchcopy {
		position: absolute;
		top: 74%;
		left: 21%;
		width: 38%;
	}
}






#page-13 h4 {
	margin-top: 5%;
}
#page-13 .copy {
	width: 45%;
	position: absolute;
	bottom: 2%;
	left: 52%;
	z-index: 10
}
#page-13 .copy p {
	margin-top: 5%;
}
#page-13 .copy .no {
}
#page-13 .main {
	width: 44%;
	position: absolute;
	top: 2%;
	right: -5%;
	z-index: 10
}
#page-13 .sub {
	width: 100%;
	height: 100%;
	position: relative;
}
#page-13 .sub .img:nth-of-type(1) {
	width: 40%;
	margin: 0 0 0 35%;
}
#page-13 .sub .img:nth-of-type(2) {
	width: 45%;
	margin: -10% 0 0 0;
}
#page-13 .box {
	position: absolute;
	top: 15%;
	left: 5%;
}
#page-13 .catchcopy {
	position: absolute;
	top: 28%;
	left: 6%;
	width: 32%;
}
@media only screen and (max-width: 767px) {
	#page-13 h4 {
		margin-top: 2%;
	}
	#page-13 .copy {
		width: 94%;
		position: relative;
		bottom: auto;
		left: auto;
		margin: 8% auto 0;
	}
	#page-13 .copy p {
		margin-top: 2%;
	}
	#page-13 .main {
		width: 55%;
		position: absolute;
		top: 18%;
		right: -15%;
		z-index: 10
	}

	#page-13 .sub .img:nth-of-type(1) {
		width: 45%;
		margin: 15% 0 0 42%;
	}
	#page-13 .sub .img:nth-of-type(2) {
		width: 50%;
		margin: -25% 0 0 0%;
	}
	#page-13 .box {
		position: absolute;
		top: 10%;
		left: 5%;
	}
	#page-13 .catchcopy {
		position: absolute;
		top: 60%;
		left: 34%;
		width: 40%;
	}
}


.page_item .page {
	width: 100%;
	height: 100%;
}
.page_item .page .copy {
	height: 10svh;
	position: relative;
}
.page_item .page .copy h3 {
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.page_item .page .item {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:100svh;
}

#page-14 .page .item {
	background: url("../img/item-01.webp") no-repeat center center;
	background-size: cover;
}
.page_item .item_data {
	position:absolute;
	top: 10%;
	right: 3%;
	width: 30%;
}

.page_item .item_data .box {
	margin-bottom: 0%;
}
.page_item .item_data .box:nth-last-of-type(1) {
	margin-bottom: 0;
}
.page_item .item_data p {
	font-size: 11px;
	margin-bottom: 2%;
	font-family: "Noto Sans JP", sans-serif;
}
.page_item .item_data h4 {
	font-size: 18px;
	font-weight: 400;
	writing-mode:horizontal-tb;
	margin-bottom: 3%;
	font-family: "bembo-book-mt-pro",  "Zen Kaku Gothic New",sans-serif;
}
.page_item .item_data .list p,.page_item .item_data .list a {
	font-size: 16px;
	font-family: "bembo-book-mt-pro",  "Zen Kaku Gothic New",sans-serif;
}
.page_item .item_data .list p span,.page_item .item_data .list a span {
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.page_item .inner .page {
		width: 100%;
		margin: 0;
	}
	.page_item .page .copy {
		height: 5svh;
		position: relative;
	}
	.page_item .page .copy h3 {
		font-size: 3vw;
		left: 5%;
	}
	.page_item .page .item {
		position: absolute;

	}

	.page_item .item_data {
		width: 35%;
	}
	.page_item .item_data p {
		font-size: 8px;
		margin-bottom: 2%;
	}
	.page_item .item_data h4 {
		font-size: 10px;
	}
	.page_item .item_data .list p,.page_item .item_data .list a {
		font-size: 10px;
	}
}
@media only screen and (min-width: 961px) {
	.page_item .page .copy h3 {
		font-size: 1.6vh;
	}
	.page_item .item_data p {
		font-size: 1.1vh;
	}
	.page_item .item_data h4 {
		font-size: 1.5vh;
	}
	.page_item .item_data .list p,.page_item .item_data .list a {
		font-size: 1.4vh;
	}
}


#page-16 {
	background: #000;
	height: 100svh;
	position: relative;
}
#page-16 .info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45%;
	transform: translate(-50%,-50%);
	z-index: 100
}
#page-16 .info .logo {
	filter: invert(1);
}
#page-16 .info .link {
	width: 30%;
	margin: 15% auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30%;
}
#page-16 .info .copyright {
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	
	
}


