@charset "UTF-8";
/* CSS Document */

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
	overflow: hidden;
	touch-action: manipulation;
}
*:focus {
  outline: none;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
img {
	width: 100%;
	border:none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cl {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s all 0s ease;
	font-family: Arial, Helvetica, "sans-serif";
}
#cl.on {
	opacity: 1;
}

.look {
    position: fixed;
    bottom: 0%;
    left: 50%;
	transform: translate(-50%,0%);
    width: auto;
    height: calc(100% - 80px);
}
@media only screen and (max-width: 768px)  {
	.look {
		height: calc(100% - 60px);
	}	
	.index {
		position: fixed;
		top: 3%;
		right: 30px;
		z-index: 10000;
	}
}

.look .inner {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100svh;
	transform: translate(-50%,0);
}
.look .copy {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
}
.look img.img {
	width: auto;
	height: 76svh;
	position: relative;
/*	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0)*/
}

.look .data {
	width: 100%;
	height:23.5svh;
	position: absolute;
	bottom: 0;
	left: 0%;
	transform: translate(0)
}
.look .staff {
	width: 100%;
	position: absolute;
	bottom: 27svh;
	left: 0%;
	transform: translate(0);
}
.look .foot {
	width: 100%;
	height:23.5svh;
	position: absolute;
	bottom: 0;
	left: 0%;
	transform: translate(0)
}
.swiper-wrapper {
  transform: translate3d(0,0,0);
}
.swiper-container {
	width: 100vw;
	height: 100vh;
	position:relative;
	overflow:hidden;
}
.swiper-button-next {
	width: 50%;
    height: 76svh;
    top: 0!important;
    bottom: auto!important;
    left: auto!important;
    right: 0!important;
    transform: translate(0);
    margin: 0!important;
	display: none
}
.swiper-button-prev {
    width: 50%;
    height: 76svh;
    top: 0!important;
    bottom: auto!important;
    left: 0!important;
    right: auto!important;
    transform: translateX(0);
    margin: 0!important;
	display: none
		
}
.swiper-button-next,
.swiper-button-prev {
  pointer-events: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  pointer-events: none;
}
.swiper-slide .data {
    opacity: 0;
}
.swiper-slide-active .data {
    opacity: 1
}
.swiper-navigation-icon {
    display: none;
}
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	transition: none;
	opacity: 1!important;
	
}
.swiper img {
	-webkit-tap-highlight-color: transparent; /* iOS/Android */
	-webkit-user-select: none;  /* Safari */
	-moz-user-select: none;     /* Firefox */
	-ms-user-select: none;      /* IE/Edge */
	user-select: none;           /* 標準 */
	display: block;
}
.swiper-slide img,
.swiper-slide a,
.swiper-slide {
  /* 画像やリンクの選択を無効にする */
  -webkit-user-select: none; /* Safari */
  user-select: none;
  
  /* タップ時の青いハイライトを透明にする */
  -webkit-tap-highlight-color: transparent;
}

/* さらに画像がドラッグされて青くなるのを防ぐ場合 */
/*.swiper-slide img {
  pointer-events: none;
}*/
.data .title {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 5% auto;
}
#top .data .title {
	position: relative;
	display: block;
	margin: 5% auto;
}
#top .data .title img {
	width: 58%;
	margin: 6% auto;
	display: block;
	line-height: 0;
}
.data .title p {
	font-size: 1.6vh;
	text-align: center;
}
.data .list {
	font-size: 1.15vh;
	text-align: center;
	line-height: 1.6;
}
.data .list a,.data .list p {
	display: inline-block;
	color: #000;
	text-decoration: none;
	position: relative;
	padding: 0 5px
}
.data .list a::after {
	content: "_BUY";
	font-weight: bold;
}
.data .staff p {
	font-size: 1.1vh;
	text-align: center;
}
.look .foot_nav {
	text-align: center;
	margin: 5% auto;
	line-height: 1

}
.look .foot_nav a {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: inline-block;;
	font-size: 1.4vh;
	margin: 0 0.8vh
}
.look .foot_copy {
	text-align: center;
	font-size: 1.1vh;
	line-height: 1.6;

}

.index {
	position: fixed;
	top: 30px;
	right: 15px;
	z-index: 10000;
	line-height: 0;
	
}
.index a {
	text-decoration: none;
	color: #000;
	font-size: 1.2vh;
	line-height: 1;
	
}
.index.open {
	opacity: 0;
	display: none;
}


.remodal-overlay {
	z-index: 9900;
}
.remodal-wrapper {
	z-index: 9995;
	top: 70px;
}
@media only screen and (max-width: 768px)  {
	.remodal-wrapper {
		z-index: 9995;
		top: 60px;
	}
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.close_btn {
	position: fixed;
	z-index: 10005;
	top: 30px;
	right: 15px;
	font-size: 1.2vh;
	line-height: 1;
	opacity: 0;
	display: none;
}
.close_btn.open {
	opacity: 1;
	display: block
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
	background: #FFF;
}
.modal_inner {
	background: #fff;
	padding-bottom: 5%;
	max-width: 700px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
	.modal_inner {
		padding-bottom: 15%;
	}	
	
}

.modal_inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 2vh;
	padding: 0 4vh;
	width: 100%;
}
.modal_inner li {
	background: #eeeeec;
	line-height: 0;
	margin-bottom: 4vh
}
.modal_inner .title {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 5% auto;
}
.modal_inner .title p {
	font-size: 1.6vh;
	text-align: center;
}
.modal_inner .list {
	font-size: 1.2vh;
	text-align: center;
	line-height: 1.6;
}
.modal_inner .list a,.modal_inner .list p {
	display: inline-block;
	color: #000;
	text-decoration: none;
	position: relative;
}
.modal_inner .foot_copy {
	text-align: center;
	font-size: 1.1vh;
	margin-top: 2vh;
}



.modal_inner li {
	opacity: 0;
	transition: 0.6s all 0s ease;
}

.modal_inner li:nth-of-type(odd) {
	transition-delay: 0.2s
}
.modal_inner li:nth-of-type(even) {
	transition-delay: 0.3s
}
.modal_inner li:nth-of-type(1n) {
	transition-delay: 0.9s
}
.modal_inner li:nth-of-type(2n) {
	transition-delay: 0.4s
}
.modal_inner li:nth-of-type(3n) {
	transition-delay: 0.5s
}
.modal_inner li:nth-of-type(4n) {
	transition-delay: 0.6s
}
.modal_inner li:nth-of-type(5n) {
	transition-delay: 0.7s
}
.modal_inner li:nth-of-type(7n) {
	transition-delay: 0.8s
}
.modal_inner li:nth-of-type(1) {
	transition-delay: 0s
}
.modal_inner .ac li {
	opacity: 1;
}








