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: 200vw !important;
	min-width: 200vh;
	min-width: 200dvh !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);
	color:#36a8f1;
}
 */


.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: #ff9e9e;
}

.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%);
}

.premire__heartbeat{
	animation: heartbeat 1s ease-in-out infinite both;
}

@keyframes heartbeat{
	from{
			transform: scale(1);
			transform-origin: center center;
			animation-timing-function: ease-out;
	}
	10%{
			transform: scale(0.94);
			animation-timing-function: ease-in;
	}
	17%{
			transform: scale(0.98);
			animation-timing-function: ease-out;
	}
	33%{
			transform: scale(0.90);
			animation-timing-function: ease-in;

	}
	45%{
			transform: scale(1);
			animation-timing-function: ease-out;
	}
}

/* modal */

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  max-width: 700px;
}

.md-inner {
  padding-bottom: 24px;
  background: #fff;
  height: auto;
  border-radius: 30px;
}

.md-banner img{
	border-radius: 15px 15px 0 0 ;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}


.inst_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 12px 0;
}

.inst_icon {
  width: 25%;
  margin-right: 3%;
}

.inst_item_title {
  font-size: min(5.933vw, 46px);
  font-weight: bold;
  margin-bottom: 8px;
	line-height: 1.5;
}

.inst_item_title span {
  display: inline-block;
  font-size: min(3.267vw, 26px);
  font-weight: 500;
  color: #666;
	padding-top: 4px;
}

.inst_btn {
	text-align: center;
  display: inline-block;
}
.inst_btn img {
  width:90%;
}

.updw {
	text-align: center;
  font-size: min(4.8vw, 36px);
  font-weight: 500;
  -webkit-animation-name: UpDown;
          animation-name: UpDown;
  color: #fa83cb;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.inst_emer {
  width: 80%;
  margin: 0 auto;
	line-height: 1.5;
  font-size: min(3vw, 20px);
}