@charset "utf-8";
@media screen and (min-width: 641px) {.ns_SP{display: none!important;}}

/*reset_start*/
.ns_mainContent{margin: 0;padding: 0;}
#ns_lpWrap a,
#ns_lpWrap a img{transition:0.3s; text-decoration: none;}
#mainContent{margin: 0!important;padding: 0!important;}
#ns_lpWrap a:hover img{opacity: 1!important;}
/*reset_end*/

/*common_start*/
:root {
	--mv_bg_h: clamp(295px,26vw,367px);
}



header{position: relative;}
#ns_lpWrap{
	width: 100%;
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	color: #ff5b35;
	box-sizing: border-box;
    font-feature-settings: "palt";
    letter-spacing: 1.3px;
    font-style: normal;
	background: #f0fcfc;
}
.ns_commonSize{max-width: 1200px; width: 95%; margin: auto;}
.ns_wrapAll img{height: auto;display: block;}
/*common_end*/


/*breadcrumbs_start*/
.ns_breadWrap { margin:-20px 0px 0px 0px; padding: 7px 10px; line-height: 1.2em; font-size: 14px; width: 100%; box-sizing: border-box; display: flex; white-space: nowrap; color: #fff; background: #ff5b35; z-index: 2; position: relative;}
.ns_breadWrap li { display:inline-block; font-weight: 400; position: relative;}
.ns_breadWrap li:nth-of-type(n+2):before {
	position: absolute;
    content: "";
    display: block;
    top: 43%;
    left: 0.18em;
    width: 6px;
    height: 6px;
    border: 0 solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg) translate(0, -25%);}
.ns_breadWrap li:last-child::after {content:none;}
.ns_breadWrap li:nth-of-type(n+2){padding-left: 20px;}
.ns_breadWrap a { color:#fff; transition: .3s; text-decoration: none;}
.ns_breadWrap a:hover {color: #000!important; text-decoration: none!important;}
.ns_breadWrap span { margin-right:0.3em; }

/*breadcrumbs_end*/


/*scrollanimation*/
/* スクロールダウンの位置 */
.ns_scrolldown {
  position: absolute;
  left: 1%;
  top: 17%;
  writing-mode: vertical-rl;
  font-size: 15px;
  color: #fff;
  z-index: 5;
}
/* 線のアニメーション部分 */
.ns_scrolldown::before {
  animation: scroll 3s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: -4px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*scrollanimation*/




/*ns_mainVisual_start*/
h1.ns_H1{
	position: relative;
}
.ns_mainVisual{
	position: relative;
}

.ns_mainVisual::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: var(--mv_bg_h);
	background: #ff5b35;
}

.ns_mainVisual::after{
	position: absolute;
	content: '';
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/wave.png") no-repeat;
	background-size: contain;
	width: 100%;
	height: 140px;
	top: var(--mv_bg_h);
	left: 0;
}


.ns_mvFlex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0;
	max-width: 1400px;
	width: 100%;
	padding: 0;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.ns_mvleft{
	width: 55%;
	display: flex;
    flex-direction: column;
	align-items: center;
}

.ns_maintxWrap{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.ns_app{margin-right: 15px;}

.ns_maintx{
	font-size: clamp(50px, 5vw, 80px);
	color: #fff;
	font-weight: 700;
	position: relative;
	filter:  drop-shadow(0px 0px 5px #ff3000) drop-shadow(0px 0px 5px #ff3000);
}

.ns_maintx .ns_small{
	position: absolute;
	font-size: clamp(22px,2vw,33px);
	top: -35px;
	left: 0;
}

.ns_exclamation{font-size: 86px;}

.ns_dlbtn{
	display: flex;
	align-items: center;
}

.ns_dlbtn a:nth-of-type(n+2){
	margin-left: 27px;
}

.ns_dlbtn a:hover{
	transform: translateY(4px);
	transition: .3s;
}



.ns_mvright{
	width: 48%;
	margin: 0;
	position: relative;
}

.ns_shadow{
	position: absolute;
	bottom: -55px;
	left: 0px;
	z-index: 1;
	opacity: .4;
}

.ns_shadow img{
	mix-blend-mode: hard-light;
}

.ns_mvimg{
	position: relative;
	z-index: 2;
}

.ns_float{
	animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-0.4%);
  }
  100% {
    transform: translateY(1%);
  }
}


.ns_mvImg{
	padding: 50px 50px 0;
}

.ns_mvImg img{
	width: 100%;
	height: auto;
}


.ns_mvimg .ns_mvic{
	position: absolute;
	top: 0rem;
    left: 1.4rem;
    width: 100%;
    height: auto;
	animation: floating-y 2s ease-in-out infinite alternate-reverse;
	z-index: 2;
}

.ns_mvic img{filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));}

/*ns_mainVisual_end*/


/*DL_btn_start*/
.ns_DL_btn{
    /*position:fixed;*/
    display: none;
    z-index: 9999; /*ボタンを最前面に*/
    right: 0;
    cursor: pointer;
  }

  .ns_DL_btn.ns_fixed {
    position: fixed;
    display: block;
	top: 80px !important;
	right: 0;
  }
.ns_DL_btn.ns_unfixed{
	display: none!important;
}
.ns_DL_btn a img{transition: .3s;}
.ns_DL_btn a img:hover{
	transform: translateY(5px);
}

/*DL_btn_end*/

/*content_start*/
.ns_contentWrapper{}


h2.ns_H2{
	font-size: 40px;
	font-weight: 700;
	border: none;
	text-align: center;
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
	display: inline-block;
}

h2.ns_H2::before,h2.ns_H2::after{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/h2_deco.png") no-repeat;
	width: 65px;
	height: 18px;
	top: 31px;
}

h2.ns_H2::before{
	left: -90px;
}

h2.ns_H2::after{
	right: -90px;
	transform: scaleX(-1);
}


.ns_intro h2.ns_H2{
	display: block;
}


.ns_intro h2.ns_H2::before,.ns_intro h2.ns_H2::after{
	display: none;
}

h3.ns_H3{
	background: none;
	display: flex;
	align-items: baseline;
	font-size: 30px;
	padding: 0 0 0 45px;
	margin: 0 0 30px;
	position: relative;
}

.ns_pointWrap:nth-of-type(1) h3.ns_H3::before{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/h3_01.png") no-repeat;
	background-size: 32px;
	width: 32px;
	height: 25px;
	margin-right: 10px;
	top: 21px;
	left: 0;
}

.ns_pointWrap:nth-of-type(2) h3.ns_H3::before{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/h3_02.png") no-repeat;
	background-size: 32px;
	width: 32px;
	height: 25px;
	margin-right: 10px;
	top: 21px;
	left: 0;
}

.ns_pointWrap:nth-of-type(3) h3.ns_H3::before{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/h3_03.png") no-repeat;
	background-size: 32px;
	width: 32px;
	height: 25px;
	margin-right: 10px;
	top: 21px;
	left: 0;
}

/*content_end*/


/*intro_start*/
.ns_intro{
	padding: 120px 90px;
}

.ns_intro p{
	text-align: center;
}
.ns_intro h2.ns_fade,
.ns_intro p.ns_fade{opacity: 0;}
.ns_intro h2.ns_fade.active{
  animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.ns_intro p.ns_fade.active{
  animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
 
@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
	transform: translateY(0);
    opacity: 1;
  }
}

.ns_phoneimg{
	position: relative;
	z-index: 2;
	opacity: 0;
}

.ns_phoneimg img{filter: drop-shadow(-6px 8px 7px rgba(39,59,60,0.2)); transform: translateZ(0);}
/*intro_end*/



/*point_start*/
.ns_point{
	background: #fff;
	padding: 135px 100px;
	border-radius: 100px;
	margin: 0 auto 140px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.ns_pointWrap{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	align-items: center;
}

.ns_pointWrap:nth-of-type(n+2){
	margin-top: 60px;
}

.ns_fade.ns_fromLeft{overflow: hidden; opacity: 0;}

.ns_fade.active.ns_fromLeft {
  animation: fromLeft 0.8s forwards;
}
 
@keyframes fromLeft {
  0% {
    transform: translateX(-50px);
	opacity: 0;
	overflow: hidden;
  }
  100% {
    transform: translateX(0);
	opacity: 100;
	overflow: visible;
  }
}




.ns_pointWrap:nth-of-type(2n-1) .ns_right,
.ns_pointWrap:nth-of-type(2n) .ns_left{
	position: relative;
	width:422px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ns_circle{
	content: '';
	display: block;
	position: absolute;
	width: 422px;
	height: 422px;
	background: #62d3db;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
}


.ns_circle.ns_fade.active {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ns_phoneimg{
	position: relative;
	z-index: 2;
	opacity: 0;
}

.ns_phoneimg.ns_fade.active {
  animation: fadeIny 0.8s ease 0.45s forwards;
}
 
@keyframes fadeIny {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
	transform: translateY(0);
    opacity: 1;
  }
}


.ns_pointWrap:nth-of-type(2n-1) .ns_left,
.ns_pointWrap:nth-of-type(2n) .ns_right{
	width: 500px;
}

.ns_notice{
	position: absolute;
	z-index: 3;
	top: 24px;
	left: -68px;
}
/*point_end*/


/*bn_start*/
.ns_appcampaign{
	margin-bottom: 140px;
	display: flex;
	justify-content: center;
}

.ns_appcampaign a img,
.ns_bn a img{
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
}

.ns_appcampaign a,
.ns_bn a{
	transition: 0.3s;
}

.ns_appcampaign a:hover,
.ns_bn a:hover{
	transform: translateX(8px);
}

.ns_info{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ns_bn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto 140px;
}

.ns_bn a{
	width: calc((100% - 70px) / 3);
}

.ns_bn a:nth-of-type(n+4){
	margin-top: 35px;
}

.ns_bn a img{width: 100%; height: auto;}
/*bn_end*/

/*footer_start*/
.ns_footer{
	background: #ff5b35;
	color: #fff;
	padding: 50px 0 60px;
	margin-top: 140px;
	position: relative;
}

.ns_footer::after{
	position: absolute;
	content: '';
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/000000app/wave.png") no-repeat;
	background-size: contain;
	width: 100%;
	height: 140px;
	top: -140px;
	left: 0;
	transform: scale(-1);
}

.ns_footer .ns_flexWrap{
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.ns_footer .ns_txt{
	margin-bottom: 15px;
}

.ns_qr_btn{
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.ns_qr_btn:nth-of-type(n+2){
	margin-left: 20px;
}

.ns_footerBtn .ns_dlbtn a:nth-of-type(n+2){
	margin-left: 0;
}

.ns_footerBtn .ns_dlwrap{position: relative;}


/*footer_end*/




/*---------1025px~1199px start---------*/

@media screen and (max-width: 1199px) {
:root {
    --mv_bg_h: clamp(250px,27vw,350px);
}	

.ns_commonSize{width: 90%; margin: 0 auto 10vw;}
.ns_mvleft{width: 65%;}
.ns_mvImg{padding: 30px 50px 0;}
.ns_mvimg .ns_mvic{left: 1rem;}
.ns_intro{padding: 10vw 0 0;}
.ns_point{padding: 10vw 5vw;}
.ns_pointWrap{width: 100%;}
.ns_pointWrap:nth-of-type(2n-1) .ns_left, .ns_pointWrap:nth-of-type(2n) .ns_right,
.ns_pointWrap:nth-of-type(2n-1) .ns_right, .ns_pointWrap:nth-of-type(2n) .ns_left{width: 48%;}
.ns_circle{width: 35vw; height: 35vw;}
.ns_bn{width: 100%;}
.ns_bn a{width:  calc((100% - (12px * 4)) / 3);}	
.ns_bn a img{width: 100%; height: auto;}	
}

/*---------641px~1024px start---------*/


@media screen and (min-width: 641px) and (max-width: 1024px) {
	
:root {
	--mv_bg_h: 25vw;
}
	
#wrapper{/*overflow: hidden;*/min-width: 100%;}

/*common_start*/
#ns_lpWrap{font-size: clamp(12px,1.8vw,18vw);}
.ns_wrapAll img{width: 100%;}
.wrapAll img{height: auto;display: block;}
.ns_mainContent{width: 100%;}
/*common_end*/

	
/*breadcrumbs_start*/
.ns_breadWrap { margin:-20px 0px 0px; padding: 7px 7px 8px; line-height: 1.2em; font-size: 12px; width: 100%; box-sizing: border-box; display: flex; white-space: nowrap;  }
.ns_breadWrap li { display:inline-block; font-weight: 400; position: relative;}
.ns_breadWrap li:nth-of-type(n+2):before {
	position: absolute;
    content: "";
    display: block;
    top: 43%;
    left: 0.18em;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg) translate(0, -25%);}
.ns_breadWrap li:last-child::after {content:none;}
.ns_breadWrap li:nth-of-type(n+2){padding-left: 20px;}
.ns_breadWrap a {transition: .3s; text-decoration: none;}
.ns_breadWrap a:hover {opacity: .7; }
.ns_breadWrap span { margin-right:0.3em; }

/*breadcrumbs_end*/
	
/*ns_mainVisual_start*/
	
.ns_maintxWrap{margin-bottom: 2vw;}
	
.ns_mvFlex{
	max-width: 100%;
	margin: auto;
	padding: 0;
}

.ns_mvleft{margin-right: 2vw;}
.ns_mvImg{padding: 20px 38px 0 25px;}
.ns_mvimg .ns_mvic{left: 1.2vw;}
.ns_dlbtn a:nth-of-type(n+2){margin-left: 1vw;}
.ns_dlwrap{width: 90%; margin: auto;}
.ns_dlbtn{width: 100%;}	
.ns_shadow{
	bottom: -4vw;
}

	
.ns_scrolldown{display: none;}
	
/*ns_mainVisual_end*/
	
.ns_intro{padding: 7vw 0 0; margin-bottom: 7vw;}	
	
/*ns_content_start*/
h2.ns_H2{font-size: 3.5vw; margin: 0 auto 4vw;}
h2.ns_H2::before, h2.ns_H2::after{background-size: 6vw; top: clamp(1.125rem, -0.026rem + 2.87vw, 1.813rem);}
h2.ns_H2::before{left: -8vw;}
h2.ns_H2::after{right: -8vw;}
h3.ns_H3{font-size: clamp(18px,3vw,30px); margin: 0 0 3vw; padding: 0 0 0 5vw;}
	
.ns_pointWrap:nth-of-type(1) h3.ns_H3::before,
.ns_pointWrap:nth-of-type(2) h3.ns_H3::before,
.ns_pointWrap:nth-of-type(3) h3.ns_H3::before{top: clamp(0.75rem, -0.191rem + 2.35vw, 1.313rem); background-size: 3.25vw; width: 100%; height: 100%;}
	
.ns_point{border-radius: 50px;}
.ns_pointWrap:nth-of-type(n+2){margin-top: 6vw;}
.ns_pointWrap:nth-of-type(2n-1) .ns_left, .ns_pointWrap:nth-of-type(2n) .ns_right{width: 53%;}
.ns_pointWrap:nth-of-type(2n-1) .ns_right, .ns_pointWrap:nth-of-type(2n) .ns_left{width: 35vw;}
.ns_phoneimg img{width: clamp(70%,75%,85%); margin: auto;}
.ns_notice{left: clamp(-0.813rem, -1.231rem + 1.04vw, -0.563rem);}
.ns_circle{width: 35vw; height: 35vw;}
/*ns_content_end*/

/*footer_start*/
.ns_bn{margin: 0 auto;}
.ns_bn a:nth-of-type(n+4){margin-top: 3vw;}
.ns_footer{margin-top: 20vw; padding: 5vw 0;}
.ns_footer .ns_flexWrap{width: 90%;}
.ns_footer .ns_txt{margin-bottom: 1vw;}
.ns_footerBtn .ns_dlbtn{width: 100%; margin: auto;}
.ns_footerBtn .ns_dlwrap{width: 90%; margin: auto;}
.ns_qr_btn:nth-of-type(n+2){margin-left: 1.25vw;}
.ns_qr_btn a{width: 100%;}
.ns_qr_btn img{width: 100%;}
/*footer_end*/

}


@media screen and (min-width:641px){
.ns_SP{display: none;}
}



/*-------------mobile_start-------------*/



@media screen and (max-width:640px){
	
#wrapper {
min-width: auto;
/*overflow:hidden;*/
}

/*reset_start*/
#ns_lpWrap a,
#ns_lpWrap a img{transition:0.3s;}
#ns_lpWrap a:hover img{opacity: 1!important;}
/*reset_end*/
	
	
/*common_start*/
.ns_PC{display: none!important;}
.ns_contentWrapper{
	margin: auto;
}
.ns_mainContent{
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: top;
	position: relative;
	padding: 0;
}
	
#ns_lpWrap{font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1.125rem);}
#ns_lpWrap a img {width: 100%;}
	
.ns_commonSize{margin: 0 auto 15vw; position: relative; z-index: 2;}
/*common_end*/
	

/*breadcrumbs_start*/
.ns_breadWrap { margin:-25px auto 0; padding: 8px 7px 7px; line-height: 1.3em; font-size: 12px; font-weight: 600; box-sizing: border-box;  white-space: nowrap;}
.ns_breadWrap li:nth-of-type(n+2):before{top: 30%;}
.ns_breadWrap li { display:inline-block;}
.ns_breadWrap li:last-child::after {content:none;}
.ns_breadWrap a {color: #fff!important; transition: .3s; text-decoration: none;}
.ns_breadWrap a:hover { opacity: .7; }
.ns_breadWrap span { margin-right:0.3em; }
/*breadcrumbs_end*/
	
	

/*ns_mainVisual_start*/
h1.top__im{background:none;}
h1.ns_H1{height: auto; display: inline; position: relative;}
.ns_mainVisual{max-width: 100%;margin: auto;}
.ns_mainVisual img{max-width: 100%;}
	
	
:root {
    --mv_bg_h: 88vw;
}
	
.ns_mainVisual::after{
	position: absolute;
	content: '';
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/000000app/wave_sp.png") no-repeat;
	background-size: contain;
	width: 100%;
	height: 83px;
	top: var(--mv_bg_h);
	left: 0;
}
.ns_mvImg{width: 90%; margin: auto; padding: 7vw 0 0 ;}
.ns_maintxWrap{margin-bottom: 5vw;}
.ns_app{margin-right: 2vw; width: 30vw; max-width: 100px;}
.ns_dlbtn{width: 100%; justify-content: center;}
.ns_dlbtn img{width: 100%;}
.ns_dlbtn a:nth-of-type(n+2){margin-left: 2vw;}
.ns_dlbtn a:hover{
	transform: none;
}

.ns_mvFlex{flex-direction: column;}
.ns_mvleft{width: 100%; margin-bottom: 5vw;}
.ns_mvright{width: 100%;}
.ns_shadow{
	bottom: -7vw;
}
.ns_mvimg .ns_mvic{top: 1rem; left: 0;} /*clamp(0.313rem, -0.813rem + 5.63vw, 1.438rem)*/
	
	
/*scrollanimation
.ns_scrolldown{display: flex; font-size: 12px; font-weight: 400; top: clamp(13.25rem, -2rem + 76.25vw, 28.5rem); left: clamp(-1.75rem, -2.188rem + 2.19vw, -1.313rem); writing-mode: unset;}
.ns_scrolldown span{transform: rotate(90deg);}
.ns_scrolldown::before{bottom: clamp(-5.625rem, -2.25rem + -8.44vw, -3.938rem); height: 7vw;}*/
	
.ns_scrolldown{display: none;}
/*scrollanimation*/

/*ns_mainVisual_end*/
	
/*DL_btn_start*/
.ns_DL_btn {
    /*position:fixed;*/
    display: none;
    z-index: 9999; /*ボタンを最前面に*/
    cursor: pointer;
	width: 100%;
	background: rgba(225,225,225,0.3);
	padding: 1.5vw 0;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .ns_DL_btn.ns_fixed {
    position: fixed;
    display: block;
	top: 50px !important;
	right: 0;
  }
	
.ns_DL_btn .ns_dlbtn{width: 90%; margin: auto;}
.ns_DL_btn a img{transition: none; width: 100%; height: auto;}
.ns_DL_btn a img:hover{
	transform: translateY(0);
}

/*DL_btn_end*/
	

/*content_start*/
h2.ns_H2{font-size: clamp(1.438rem, 0.125rem + 6.56vw, 2.75rem); margin: 0 auto 5vw; line-height: 1.3!important;}
	.ns_point h2.ns_H2{margin-bottom: 12vw!important;}
h2.ns_H2::before, h2.ns_H2::after{top: clamp(0.688rem, 3.44vw, 1.375rem); background-size: 1.3em auto;}
h2.ns_H2::before{left: clamp(-4.938rem, 0.188rem + -12.81vw, -2.375rem);}
h2.ns_H2::after{right: clamp(-4.938rem, 0.188rem + -12.81vw, -2.375rem);}
	
h3.ns_H3{padding: 2.8em 0 0 0; font-size: clamp(1.25rem, 0.625rem + 3.13vw, 1.875rem); text-align: center; margin: 0 0 5vw; display: block;}

.ns_intro{padding: 15vw 0 0; line-height: 1.8;}
	
.ns_bn{margin-bottom: 0;}	
.ns_bn a{width: 48%;}
.ns_bn a:nth-of-type(n+3){margin-top: 4vw;}
/*content_end*/

/*point_start*/
.ns_point{border-radius: 30px; padding: 20vw 8vw;}
.ns_pointWrap{flex-direction: column;}
.ns_pointWrap:nth-of-type(n+2){margin-top: 20vw;}
.ns_fade.ns_fromLeft,
.ns_fade.ns_fromBtm{overflow: hidden; opacity: 0;}

.ns_fade.active.ns_fromLeft,
.ns_fade.active.ns_fromBtm{
  animation: fromBottom 0.8s forwards;
}
 
@keyframes fromBottom {
  0% {
    transform: translateY(150px);
	opacity: 0;
	overflow: hidden;
  }
  100% {
    transform: translateY(0);
	opacity: 100;
	overflow: visible;
  }
}
	
.ns_pointWrap:nth-of-type(1) h3.ns_H3::before{
	background-size: 2.5em;
	width: 2.5em;
	height: 2.5em;
	margin-right: 0;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}
	
.ns_pointWrap:nth-of-type(2) h3.ns_H3::before{
	background-size: 2.5em;
	width: 2.5em;
	height: 2.5em;
	margin-right: 0;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}
	
	
.ns_pointWrap:nth-of-type(3) h3.ns_H3::before{
	background-size: 2.5em;
	width: 2.5em;
	height: 2.5em;
	margin-right: 0;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}

.ns_pointWrap:nth-of-type(2n-1) .ns_left, .ns_pointWrap:nth-of-type(2n) .ns_right, .ns_pointWrap:nth-of-type(2n-1) .ns_right, .ns_pointWrap:nth-of-type(2n) .ns_left{width: 100%;}
	
.ns_pointWrap:nth-of-type(2n-1) .ns_left{margin-bottom: 10vw;}
.ns_pointWrap:nth-of-type(2n) .ns_right{order: 0; margin-bottom: 7vw;}
.ns_pointWrap:nth-of-type(2n) .ns_left{order: 1;}
	
.ns_pointWrap p{text-align: center; line-height: 1.8;}
	
.ns_phoneimg img{width: 80%; margin: auto;}
.ns_circle{width: 74vw; height: 74vw;}
.ns_notice{width: 37%; left: -5vw;}
/*point_end*/

	
/*footer_start*/
.ns_footer{margin-top: 26vw; padding: 12vw 0;}
.ns_footer .ns_flexWrap{width: 90%;}
.ns_footer .ns_txt img{width: 100%;}
.ns_footer .ns_txt {margin-bottom: 5vw;}
.ns_qr_btn:nth-of-type(n+2){margin-left: 2vw;}
/*footer_end*/

	
/*hover_start*/
a.is-tap,.is-tap img, .ns_breadWrap li .is-tap,.ns_anc_list .is-tap{text-decoration: none!important; opacity: 1!important;}
	.ns_appcampaign a:hover, .ns_bn a:hover{transform: none;}
/*hover_end*/
