body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	max-width: 500px;
}

img{
	width: 100%;
}

.premire_scrbnr * {
	padding: 0;
	margin: 0;
}

.premire_scrbnr .premire_scrbnr-top {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	text-decoration: none !important;
	display: block;
	position: relative;
	background-color: #000;
}
.premire_scrbnr .scrbnr_img {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	overflow: scroll;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100 !important;
	overscroll-behavior: contain;
}
.premire_scrbnr .scrbnr_img::-webkit-scrollbar {
	display:none;
}
.premire_scrbnr .scrbnr_img video,
.premire_scrbnr .scrbnr_img img{
	width: 150vw !important;
	min-width: 150vh;
	min-width: 150dvh !important;
	height: auto !important;
	display: block;
}
.premire_scrbnr .scrbnr_cover {
	position: relative;
	z-index: 200 !important;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	pointer-events: none !important;
}
.premire_scrbnr .scrbnr_cover img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
}
.premire_scrbnr .scrbnr_arrow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 1;
	transition: all 0.5s;
}

.premire_scrbnr .scrbnr_filter{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	z-index: 9;
}

.premire_scrbnr .scrbnr_ring {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.premire_scrbnr .scrbnr_ring img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

}

.scrbnr_finger{
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.scrbnr_filter img{
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	max-height: 100dvh;
}

.scrbnrMainbtn{
	position: absolute;
	width: 92vw;
	left: 4vw;
	bottom: 5%;
	z-index: 201;
	text-align: center;
}

.scrbnr_text{
	width: 90%;
	margin: 0 auto;
}

.scrbnr_text-top{
	padding: 8% 0 5%;
}

footer{
	padding: 8px 0;
	font-size: 10px;
	text-align: center;
	line-height: 2;
}

/* modal */
.layer {
  background: rgba(0, 0, 0, .2); 
  top: 0;
  left: 0;
}

/* モーダルコンテンツ */
.layer {
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; 
  opacity: 0;
  visibility: hidden;
	transition: opacity .3s linear, visibility .3s linear, z-index .3s linear;
}

.modal {
  width: 92%;
  transition: visibility .3s linear, opacity .3s linear;
  opacity: 0;
  visibility: hidden;
}

.modal__inner {
	width: 100%;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  height: auto;
}


.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal{
  opacity: 1;
  visibility: visible;
}

.modal__icon{
	width: 30%;
	max-width: 200px;
	margin: 0 auto 5%;
}

.modal__case-title{
	width: 60%;
	max-width: 400px;
	margin: 0 auto 3%;
	padding: 0 0 min(3vw,22px);
	text-align: center;
}

.modal__case-title span{
	display: inline-block;
	font-size: 18px;
	padding-top: min(3vw,22px);
}

.modal__description{
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
}

.modal__description span{
	font-size: 18px;
	font-weight: bold;
}

.modal__btn-wrapper{
	padding-top: min(5vw,35px);
}

.modal__btn{
	position: relative;
	width: 65%;
	max-width: 450px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: min(4vw,26px);
	border-radius: 30px;
	font-size: 16px;
	background: #fff;
	color:#36a8f1;
}

.modal__btn span{
	font-size: 10px;
}

.modal__btn.women{
	margin: min(6vw,40px) auto;
}

.modal__btn.login{
	background: #36a8f1;
	color: #fff;
}

.modal__btn:after{
	position: absolute;
	display: block;
	content: "▶︎";
	font-size: 16px;
	top: 50%;
	right: 7%;
	transform: translateY(-50%);
}

.loop-wrap {
	width: 100%;
	max-width: 750px;
	position: absolute;
	bottom: 22%;
	font-weight: bold;
	z-index: 300;
  display: flex;
  align-items: center;
  overflow: hidden;
	color: #ffffff;
	/* background-color: #00000089; */
}

.loop-area {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
	white-space: nowrap;
	font-size: 250px;
	opacity: 0.6;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width:600px) {
 body{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
 }


.premire_scrbnr .premire_scrbnr-top {
	width: 100%;
	height: 96vh;
	text-decoration: none !important;
	display: block;
	position: relative;
	background-color: #000;
}
.premire_scrbnr .scrbnr_img {
	width: 100%;
	height: 96vh;
	overflow: scroll;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100 !important;
	overscroll-behavior: contain;
}

.premire_scrbnr .scrbnr_img::-webkit-scrollbar {
	display:none;
}

.premire_scrbnr .scrbnr_img video,
.premire_scrbnr .scrbnr_img img{
	width: 150% !important;
	min-width: 150% !important;
	height: auto !important;
	display: block;
}

.premire_scrbnr .scrbnr_cover {
	position: relative;
	overflow: hidden;
	z-index: 200 !important;
	width: 100%;
	height: 96vh;
	pointer-events: none !important;
}


.scrbnr_filter img{
	width: 100%;
	height: 96vh;
	max-height: 100%;
}

.scrbnrMainbtn{
	position: absolute;
	width: 70%;
	left: 15%;
	bottom: 3%;
	z-index: 201;
	text-align: center;
}

.scrbnr_text{
	width: 70%;
	margin: 0 auto;
}



}


.btnPremireRipple{
	/*波紋の基点とするためrelativeを指定*/
position: relative;
	/*波紋の形状*/
display:inline-block;
width:80px;
height:80px;premireRipple
border-radius: 50%;
color:#ccc;
	outline: none;
	/*アニメーションの設定*/
	transition: all .3s;
}

/*hoverした際の背景色の設定*/
.btnPremireRipple:hover{
background:#666;  
}

/*波形を2つ設定*/
.btnPremireRipple::after,
.btnPremireRipple::before {
	content: '';
	/*絶対配置で波形の位置を決める*/
	position: absolute;
	left: -25%;
	top: -25%;
	/*波形の形状*/
	border: 2px solid #ffffff;
	width: 150%;
	height: 150%;
	border-radius: 50%;
	/*はじめは不透明*/
	opacity: 1;
	/*ループするアニメーションの設定*/
	animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnPremireRipple::before {
	animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
0%{
	transform: scale(0.68);
}
100%{
	transform: scale(1.2);
	opacity: 0;
}
}

/*中央矢印*/
.btnPremireRipple span::after {
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	top: 38%;
	left: 45%;
	/*矢印の形状*/
	border: 14px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #fff;
}

.premireRipple{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.scrbnr__anonymous{
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  width: 45%;
  font-weight: bold;
	max-width: 500px;
  margin: 0 auto;
  padding: 2% 6%;
}
