@charset "utf-8";

/*帯バナー非表示*/
.oneColumnWrap{display:none;}

/*reset_start*/
#ns_mainContent{margin: 0;padding: 0;}
#ns_lpWrap a,
#ns_lpWrap a img{transition:0.3s;}
#ns_lpWrap a{text-decoration: none;}
#mainContent{padding: 0;margin-bottom: 0;}
/*reset_end*/



/*common_start*/
#ns_lpWrap{
	color: #281900;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
}

.ns_wrapAll img{width: 100%; height: auto;display: block;}
.ns_commonSize,.ns_commonSizePc{max-width: 980px; width: 90%; margin: auto;}
.ns_innerSize{padding: 0 40px;}

.ns_yellowbg{background: #ffce2e;position: relative;}

.ns_yellowbg::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/yellowbg_2509.png") no-repeat center center;
	background-size: contain;
	top: clamp(-20.5rem, 0.203rem + -17.25vw, -10.375rem);
	left: 0;
	width: 100%;
	height: clamp(10.438rem, -0.206rem + 17.36vw, 20.625rem);
}


.ns_lightYellowbg{background: #fff4cd;position: relative;}
.ns_lightYellowbg::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/lightYellowbg_2509.png") no-repeat center center;
	background-size: contain;
	top: clamp(-20.5rem, 0.203rem + -17.25vw, -10.375rem);
	left: 0;
	width: 100%;
	height: clamp(10.438rem, -0.206rem + 17.36vw, 20.625rem);
}

.ns_sectionWrap{padding: 80px 0 clamp(13.75rem, 6.567rem + 11.71vw, 20.625rem); border: none;}
.ns_sectionWrap:last-of-type{padding-bottom: 180px;}
h2.ns_H2{width: 100%; margin: 0 0 40px; border: none; display: block;position: relative; z-index: 2;}
h2.ns_H2 img{width: 100%; height: auto; margin: auto;}
.ns_commonSize section:nth-of-type(n+2){margin-top: 120px;}
.ns_shadow{filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));}
/*common_end*/

/*breadcrumbs_start*/

.ns_breadWrap {
	margin:-20px auto 0;
	padding: 9px 0;
	line-height: 1.2em;
	font-size: 14px;
	width: 99%;
	box-sizing: border-box;
	display: flex;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	color: #fff;
	background: none;
}

.ns_breadWrap li { display:inline-block; font-weight: 700; 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 { opacity: .7; }
.ns_breadWrap span { margin-right:0.3em; }

/*breadcrumbs_end*/

/*ns_mainVisual_start*/
h1.ns_H1{
	margin: -41px 0 0 ;
	padding: clamp(3.125rem, 6.959rem + -3.19vw, 5rem) 0 clamp(10.625rem, 7.36rem + 5.32vw, 13.75rem);
	border: none;
	height:auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header{background: linear-gradient(180deg,rgba(255, 103, 1, 1) 0%, rgba(255, 220, 59, 1) 100%);}
h1.top__im{
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/mv_bg_2509.png") no-repeat center center;
	background-size: cover;
	position: relative;
}
h1.top__im::after{
	position: absolute;
	display: block;
	content:'';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/mv_deco_2509.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 668px;
	left: 0;
	bottom: 45px;
	animation: zoomIn .7s linear;
	mix-blend-mode: overlay;
}
.ns_mainVisual{
	max-width: 980px;
	margin: auto;
	animation: zoomIn .5s linear;
}
@keyframes zoomIn{
    0% {
        transform: scale(0);
    }
	50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.ns_mainVisual img{width: 100%; margin: auto;}


.ns_top_anc{
	position: absolute;
	top: clamp(0.75rem, -1.405rem + 3.51vw, 2.813rem);
	right: clamp(0.625rem, -1.203rem + 2.98vw, 2.375rem);
	width: clamp(10rem, 6.866rem + 5.11vw, 13rem);
	z-index: 3;
}

.ns_top_anc img{
	width: 100%;
}

.ns_top_anc_wrap{
	position: relative;
	display: block;
	width: 100%;
}

.ns_top_anc_wrap::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    top: 83%;
    right: 50%;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff4cd;
    transform: rotate(90deg) translate(0, -50%);
    transition: .3s;
    z-index: 2;
}

.ns_top_anc:hover img{
	opacity: 1!important;
}


.ns_top_anc:hover {
	transform: translateY(8px);
	transition: .3s;
}



.ns_top_anc_bg img{
	animation:15s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


.ns_top_anc_tx{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff4cd;
	font-size: 20px;
	font-weight: 700;
	width: 71%;
	line-height: 1.15;
	z-index: 2;
}

.ns_top_anc_tx .ns_large{
	font-size: 28px;
}

/*ns_mainVisual_end*/

/*kikan_start*/
.ns_kikanWrap{
	margin-bottom: 65px;
	position: relative;
	z-index:2;
}

.ns_kikanFlex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ns_kikan02{
	border-left: 2px solid #0f5b31;
}
/*kikan_end*/


/*goods_start*/
.ns_decoWrap{position: relative;}
.ns_decoWrap::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/bg_decoL01_2509.png") no-repeat;
	background-size: contain;
	width: clamp(13.188rem, 2.871rem + 16.83vw, 23.063rem);
	height: clamp(13.313rem, 2.931rem + 16.93vw, 23.25rem);
	left: 0px;
	bottom: 100px;
	animation: zoomIn .7s linear;
}
.ns_decoWrap::after{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/bg_decoR01_2509.png") no-repeat;
	background-size: contain;
	width: clamp(14.375rem, 3.405rem + 17.89vw, 24.875rem);
	height: clamp(10.688rem, 2.591rem + 13.21vw, 18.438rem);
	right: 0px;
	top: 0;
	animation: zoomIn .7s linear;
}

.ns_decoWrap02{position: relative;}
.ns_decoWrap02::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/bg_decoL02_2509.png") repeat-y;
	width: 332px;
	height: 2500px;
	left: -400px;
	top: -226px;
	animation: zoomIn .7s linear;
	mix-blend-mode: overlay;
}
.ns_decoWrap02::after{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/bg_decoR02_2509.png") repeat-y;
	width: 372px;
	height: 2500px;
	right: -400px;
	top: -226px;
	animation: zoomIn .7s linear;
	mix-blend-mode: overlay;
}


.ns_table{
	position: relative;
	z-index:2;
}

.ns_table img{
	width: 100%;
	height: auto;
}


/*goods_end*/

.ns_terms_img{
	margin-bottom: 120px;
}

/*tab_start*/

.ns_tab_caption{
	margin-bottom: 40px;
	padding-bottom: 18px;
	border-bottom: 2px solid #0f5b31;
	position: relative;
	background: none;
}

/*fadein*/

.ns_trigger{opacity: 0;}

/* 条件を満たしたあとに追加するクラス */
.ns_fadein{
	opacity:0;
  	animation: fadein 0.5s forwards 0.1s;
}

@keyframes fadein {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}


.ns_way_tit{
	color: #0f5b31;
	font-weight: 800;
	font-size: 38px;
	margin-bottom: 45px;
	padding-bottom: 8px;
	border-bottom: dotted 4px #0f5b31;
	position: relative;
}

.ns_balloon{
	position: absolute;
    display: block;
    width: 443px;
    height: 86px;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
}

.ns_balloon img{
	animation: pyonpyon1 1.5s linear 0s infinite ;
}

@keyframes pyonpyon1 {
	0% {
		transform: translate(0%, 2%);
	}
	50% {
		transform: translate(0%, -2%);
	}
	100% {
		transform: translate(0%, 2%);
	}
}

.ns_tab_caption img{
	position: relative;
	z-index: 2;
}

.ns_tab_caption::before{
	position: absolute;
	content: "";
	bottom: -12px;
    left: 25%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background-color: #ffce2e; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}

.ns_tab_caption::after{
    content: "";
  	position: absolute;
  	bottom: -15px;
  	left: 25%;
  	z-index: -1;
  	width: 30px;
  	height: 30px;
  	box-sizing: border-box;
  	border: 2px solid;
  	border-color: #0f5b31 #0f5b31 transparent transparent;
  	background-color: #ffce2e;
  	rotate: 135deg;
  	translate: -50%;
}
     
    .ns_tab-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ns_tabbtn {
        width: 50%;
        text-align: center;
    }
    .ns_tabbtn a {
        display: block;
        position: relative;
        font-size: 26px;
		font-weight: 800;
        padding: 20px;
        text-decoration: none;
        line-height: 1.2;
        cursor: pointer;
		background-color: #ccc;
		color: #fff;
		border-radius: 30px 30px 0 0;
		border-bottom: 2px solid #0f5b31;
    }

	.ns_tabbtn a.is-active{
		background-color: #fff;
		color: #0f5b31;
		border: 2px solid #0f5b31;
		border-bottom: none!important;
	}

.ns_tabbtn a.is-tap{
	text-decoration: none!important;
}

    .ns_tab-contents-item {
        display: none;
        width: 100%;
        height: auto;
		padding: 150px 25px 75px;
        justify-content: center;
		border-radius: 0 0 30px 30px;
    }

    .ns_tab-contents-item.is-active {
        display: block;
		background: #fff;
		border: 2px solid #0f5b31;
		border-top: none;
    }

    .ns_tab-contents-item>p {
		text-align: center;
        opacity: 0;
    }
    .ns_tab-contents-item.is-active>p {
      animation:  fadeinAnime .5s forwards;
    }

    @keyframes fadeinAnime{
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
    }


.ns_stepWrap{
	position: relative;
}

.ns_stepWrap .ns_btn{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -38%);
	width: 100%;
	margin: 0;
}


.ns_stepWrap .ns_txt{
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 4.5%;
	font-size: 18px;
	text-align: center;
	transform: translate(-50%, 0);
}

.ns_attention{
	font-size: 24px;
	text-align: center;
	position: relative;
}
.ns_attention .ns_large_number{
	font-size: 47px;
}
.ns_attention .ns_large{
	font-size: 34px;
}


.ns_attention.ns_center{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}

.ns_attention.ns_center .ns_large{
	font-size: 24px;
}

.ns_attention.ns_center .ns_large_number{
	font-size: 28px;
}


/*tab_end*/


/*category_start*/

.ns_btnWrap{
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/check_bg.jpg") repeat;
	border: 2px solid #0f5b31;
	border-radius: 20px;
	padding: 65px 20px;
	position: relative;
	z-index: 2;
}

.ns_btnWrap .ns_flex{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.ns_btnWrap .ns_flex a{
	width: calc((100% - (4px * 2)) / 2);
}

.ns_btnWrap .ns_flex a:nth-of-type(n+3){
	margin-top: 30px;
}

.ns_btnWrap .ns_flex a:hover{
	transform: translateX(4px);
}

.ns_btnWrap .ns_flex a:hover img{
	opacity: 1;
}
/*category_end*/

/*bnr_start*/
.ns_bnr{display: flex;justify-content: center; position: relative; z-index: 2;}
.ns_bnr:nth-of-type(n+2){margin-top: 45px;}
/*bnr_end*/



/*btn_start*/
.ns_btn{margin: 70px auto 0; display: flex; justify-content: center; position: relative; z-index: 2;}
.ns_btn a{
	padding: 26px 160px;
	background: #ff3a05;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 100px;
	border: 1px #fff solid;
	position: relative;
}
.ns_btn a::after{
	content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}


/*btn_end*/

/*hover_start*/
.ns_btn a:hover{transform: translateX(8px); }
.ns_bnr a:hover img{opacity: 1;transform: translateX(8px);}
.ns_detailLink a:hover .ns_dli-arrow-right{
	margin: -0.2em 0 0 0.5em;
	color: #0f5b31;
}
.ns_detailLink a:hover{
	color: #0f5b31;
}
/*hover_end*/


/*detail_start*/
.ns_innerScroll{
	max-width: 980px;
	width: 100%;
	height: 600px;
	padding: 45px 20px 45px 30px;
	background: #fff;
	border: 2px solid #0f5b31;
	border-radius: 20px;
	position: relative;
	z-index:2;
}
.ns_detail::-webkit-scrollbar {
  display: none;
}

.ns_innerScroll .ns_large{
	font-size: 25px;
}

.ns_innerScroll .ns_kome{
	font-size: 14px;
}
.simplebar-scrollbar::before{background:#0f5b31!important; top:0; bottom:0; left:1px; right:1px; opacity: 1!important;}
.simplebar-scrollbar.simplebar-visible:before{opacity:1;}
.simplebar-track{background:#eee;}
.simplebar-track.simplebar-vertical{
	width:7px;
	margin:6px 0 0;
	border-radius:7px;
}


.ns_mtop50{margin-top: 50px; padding-right: 30px;}
.ns_detail{font-size: 18px;}
.ns_bold{font-weight: bold; font-size: 20px;}
.ns_detail dt{font-weight: bold; color: #0f5b31;}
.ns_detail dd{text-indent: -1.2rem; margin-left: 1.2rem;}
.ns_noIndent{text-indent: 0!important; margin-left: 0.2rem!important;}
.ns_detailLink{
	display: inline-block;
	margin: 3px 0 10px 19px;
}
.ns_detailLink a{
	padding: 1px 10px 3px;
	color: #ff3a05;
	background: #fff4cd;
}

.ns_dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ff3a05;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  transition: 0.3s;
  margin: -0.2em 0 0 0.3em;
}

.ns_dli-arrow-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*detail_end*/


/*footer_start*/
.ns_areaBottom{text-align: center;padding: 10px 0; background-color: #ffebf4;}
/*footer_end*/



/*-------------max-width_980px_start-------------*/

@media screen and (min-width: 600px) and (max-width: 980px) {
	.ns_none{display: none;}
}

@media screen and (max-width:980px){

/*common_start*/
.ns_wrapAll img{width: 100%;}
.wrapAll img{height: auto;display: block;}
.ns_commonSize,.ns_commonSizePc{max-width: 93%; width: 100%; margin: auto;}

.ns_yellowbg{padding: 9vw 0;}
.ns_lightYellowbg #ns_item{padding-bottom: 10vw;}
.ns_yellowbg::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/yellowbg_2509.png") no-repeat center center;
	background-size: contain;
	top: clamp(-10rem, -5.302rem + -7.67vw, -8.375rem);
	left: 0;
	width: 100%;
	height: clamp(10.438rem, -0.206rem + 17.36vw, 20.625rem);
}

.ns_lightYellowbg:nth-of-type(1)::before,	
.ns_lightYellowbg::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/lightYellowbg_2509.png") no-repeat center center!important;
	background-size: contain!important;
	top: clamp(-10rem, -5.302rem + -7.67vw, -8.375rem);
	left: 0;
	width: 100%;
	height: clamp(10.438rem, -0.206rem + 17.36vw, 20.625rem);
}
	
.ns_lightYellowbg_00{
	position: relative;
}
.ns_lightYellowbg_00::before{
	position: absolute;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/lightYellowbg_2509.png") no-repeat center center;
	background-size: contain;
	top: -185px;
	left: 0;
	width: 100%;
	height: clamp(10.438rem, -0.206rem + 17.36vw, 20.625rem);
}
	
	
	
h2.ns_H2{margin: 0 0 4vw; padding: 0;}
#ns_campaign_sec,#ns_item{padding-top: 17vw;margin-top: -17vw;}
.ns_sectionWrap{padding: 8vw 0 22vw;}
.ns_sectionWrap:last-of-type{padding-bottom: 15vw;}
/*common_end*/
	
/*ns_mainVisual_start*/
h1.ns_H1{margin: -41px 0 0 ; padding: 9vw 0 16vw; border: none; height:auto; display: flex;flex-direction: column; justify-content: center; align-items: center;}
h1.top__im{
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/mv_bg_02_2509.png") no-repeat center center;
	background-size: cover;
	position: relative;
}
h1.top__im::after{
	position: absolute;
	display: block;
	content:'';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/240916campaign/mv_deco02_2509.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 1.8vw;
	animation: zoomIn .7s linear;
	z-index: 2;
}
.ns_mainVisual{
	width: 95%;
}
	
.ns_top_anc{
	width: clamp(6.563rem, 0.063rem + 16.22vw, 10rem);
	right: clamp(0.25rem, -0.459rem + 1.77vw, 0.625rem);
	top: clamp(0.75rem, 5.086rem + -7.08vw, 2.25rem);
}
	
.ns_top_anc_wrap::before{
	border-width: clamp(0.313rem, -0.042rem + 0.88vw, 0.5rem) 0 clamp(0.313rem, -0.042rem + 0.88vw, 0.5rem) clamp(0.438rem, -0.153rem + 1.47vw, 0.75rem);
}
/*ns_mainVisual_end*/
	


/*kikan_start*/
.ns_kikanWrap{
	margin-bottom: 4vw;
}

/*kikan_end*/
	
.ns_terms_img{margin-bottom: 13vw;}
	
/*tab_start*/
.ns_tab-contents-item{padding: 15vw 3vw 7.5vw;}
.ns_tabbtn a{font-size: clamp(1.375rem, 0.747rem + 1.57vw, 1.75rem);}
.ns_way_tit{font-size: clamp(1.75rem, 0.568rem + 2.95vw, 2.375rem); margin-bottom: 3vw;}
.ns_balloon{min-width: 280px; width: 45%; height: auto; top: -124%;}
.ns_attention{font-size: clamp(1rem, 0.291rem + 1.77vw, 1.375rem);}
.ns_attention .ns_large_number{font-size: clamp(1.75rem, -0.495rem + 5.6vw, 2.938rem);}
.ns_attention .ns_large{font-size: clamp(1.25rem, -0.404rem + 4.13vw, 2.125rem);}
.ns_attention.ns_center{font-size: clamp(0.75rem, 0.375rem + 1.88vw, 1.125rem);}
.ns_attention.ns_center .ns_large_number{font-size: clamp(1.375rem, 0.666rem + 1.77vw, 1.75rem);}
.ns_attention.ns_center .ns_large{font-size: clamp(1.25rem, 0.777rem + 1.18vw, 1.5rem);}
.ns_stepWrap .ns_txt{font-size: clamp(0.875rem, 0.402rem + 1.18vw, 1.125rem); bottom: clamp(0.25rem, -0.577rem + 2.06vw, 0.688rem);}
.ns_stepWrap .ns_btn{transform: translate(-50%, -47%); top: 40%;}
/*tab_end*/
	

.ns_decoWrap::before,.ns_decoWrap::after,.ns_decoWrap02::before,.ns_decoWrap02::after{display: none;}


/*bnr_start*/
.ns_bnr{width: 85%; margin: auto;}
.ns_bnr:nth-of-type(n+2){margin-top: 4vw;}
/*bnr_end*/

	
/*btn_start*/
.ns_btn{margin: 6vw auto 0; display: flex; justify-content: center;}
.ns_btn a{
	padding: 2.5vw 20vw;
	color: #fff;
	font-size: 22px;
	border: 1px #fff solid;
	position: relative;
}
.ns_shadow{filter: drop-shadow(4px 3px 4px rgba(0,0,0,0.2));}
/*btn_end*/

	
/*hover_start*/
.ns_breadWrap li .is-tap, .ns_btn .is-tap, .ns_btn_blue .is-tap{text-decoration: none!important;}
.ns_top_anc.is-tap img,
.ns_bnr .is-tap img,
.ns_btnWrap .is-tap img{opacity: 1!important;}
/*hover_end*/
	
	
/*detail_start*/
.ns_mtop50{margin-top: 5vw;}
.ns_detail{font-size: clamp(0.875rem, 0.402rem + 1.18vw, 1.125rem);}
.ns_innerScroll .ns_large{font-size: clamp(1.25rem, 0.659rem + 1.47vw, 1.563rem);}
.ns_innerScroll .ns_kome{font-size: clamp(0.688rem, 0.333rem + 0.88vw, 0.875rem);}
.ns_bold{font-weight: bold; font-size: 2.4vw;}
.nx_noIndent{text-indent: 0!important; margin-left: 1.2rem!important;}
.ns_detail dd{text-indent: -1.2rem; margin-left: 1.2rem;}

.ns_innerScroll{width: 100%;height: 58vw; padding: 6vw 3vw 6vw 5vw;}

.ns_detail::-webkit-scrollbar {
  display: none;
}
.simplebar-scrollbar::before{top:0; bottom:0; left:0; right:0;}
.simplebar-scrollbar.simplebar-visible:before{opacity:1;}
.simplebar-track{background:#ccc;}
.simplebar-track.simplebar-vertical{
	width:10px;
	margin:6px 0 0;
	border-radius:7px;
}
/*detail_end*/

/*category_start*/
.ns_btnWrap{padding: 5vw 2vw;}
.ns_btnWrap .ns_flex a:nth-of-type(n+3){
	margin-top: 3vw;
}
	
/*category_end*/
	
}


@media screen and (min-width:601px){
.ns_SP{display: none;}
}




/*-------------mobile_start-------------*/

@media screen and (max-width:600px) {

/*common_start*/
.ns_commonSize{max-width: 92%; width: 100%; margin: auto;}
.ns_commonSizePc{max-width: 100%; width: 100%; margin: auto;}
.ns_PC{display: none;}
h2.ns_H2{margin: 0 0 8vw; padding: 0;}
.ns_yellowbg{padding: 15vw 0 18vw;}
.ns_yellowbg::before{
	position: absolute;
	content: '';
	background-size: contain;
	top: clamp(-7.375rem, -0.375rem + -17.5vw, -3.875rem);
	left: 0;
	width: 100%;
	height: clamp(71px, 23vw, 135px);
}
.ns_lightYellowbg:nth-of-type(1)::before{background: none!important;}
.ns_lightYellowbg{background: #fff4cd;position: relative;}
.ns_lightYellowbg::before{
	position: absolute;
	content: '';
	background-size: contain!important;
	top: clamp(-7.375rem, -0.375rem + -17.5vw, -3.875rem);
	left: 0;
	width: 100%;
	height: clamp(71px, 23vw, 135px);
}
.ns_lightYellowbg_00::before{background: none!important;}
	
.ns_decoWrap::before{
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/bg_decoL01_2509_sp.png") no-repeat;
	background-size: contain;
	width: clamp(13.188rem, -0.125rem + 66.56vw, 26.5rem);
	height: clamp(4.063rem, 20.31vw, 8.125rem);
	left: 0px;
	bottom: clamp(-11.438rem, -1.063rem + -25.94vw, -6.25rem);
	animation: zoomIn .7s linear;
}
.ns_decoWrap::after{
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/bg_decoR01_2509_sp.png") no-repeat;
	background-size: contain;
	width: clamp(11.25rem, -0.938rem + 60.94vw, 23.438rem);
	height: clamp(3.563rem, -0.313rem + 19.38vw, 7.438rem);
	right: 0px;
	top: clamp(-9.875rem, -1.125rem + -21.88vw, -5.5rem);
	animation: zoomIn .7s linear;
}

.ns_decoWrap02::before{
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/bg_decoL02_2509_sp.png") no-repeat;
	background-size: contain;
	width: clamp(6.875rem, -0.696rem + 37.86vw, 13.5rem);
	height: clamp(5.25rem, -0.536rem + 28.93vw, 10.313rem);
	left: -10px;
	top: unset;
	bottom: clamp(-11.875rem, 0.179rem + -32.14vw, -6.25rem);
	animation: zoomIn .7s linear;
	mix-blend-mode: overlay;
}
.ns_decoWrap02::after{
	display: block;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/bg_decoR02_2509_sp.png") no-repeat;
	background-size: contain;
	width: clamp(7.813rem, -0.973rem + 43.93vw, 15.5rem);
	height: clamp(5.813rem, -0.759rem + 32.86vw, 11.563rem);
	right: 0;
	top: clamp(-12.188rem, 0.536rem + -33.93vw, -6.25rem);
	animation: zoomIn .7s linear;
	mix-blend-mode: overlay;
}

	
.ns_shadow{filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));}
#ns_campaign_sec,#ns_item{padding-top: 0;margin-top: 0;}
.ns_sectionWrap{padding: 33vw 0 50vw;}
.ns_sectionWrap:last-of-type{padding-bottom: 40vw;}
/*common_end*/

/*breadcrumbs_start*/
.ns_breadWrap { margin:-27px auto 0; padding: 7px; line-height: 1.3em; font-size: 2vw; font-weight: 600; box-sizing: border-box; color:#fff; width: 100%;}
.ns_breadWrap li { display:inline-block;}
.ns_breadWrap li:last-child::after {content:none;}
.ns_breadWrap li:nth-of-type(n+2){padding-left: 3vw;}
.ns_breadWrap li:nth-of-type(n+2):before{top: 36%; left: 0; width: 1vw;height: 1vw;}
.ns_breadWrap a { color:#fff; transition: .3s; text-decoration: none;}
.ns_breadWrap a:hover { opacity: .7; }
.ns_breadWrap span { margin-right:0.3em; }
/*breadcrumbs_end*/
	
/*ns_mainVisual_start*/
h1.ns_H1{width: 100%; margin: -5.6vw 0 0 ; padding: 0; border: none; height:auto; display: flex;flex-direction: column; justify-content: center; align-items: center;}
h1.top__im{
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/mvbg_sp_2509.png") no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
h1.top__im::after{
	position: absolute;
	display: block;
	content:'';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240916campaign/mv_deco_sp_2509.png") no-repeat;
	background-size: 100%;
	width: 100%;
	left: 0;
	top: -1.5vw;
	animation: zoomIn .7s linear;
}
.ns_mainVisual{
	max-width: 100%;
	margin: auto;
	animation: zoomIn .5s linear;
}
	
.ns_mainVisual img{width: 100%; margin: auto;}
	
.ns_top_anc{
	width: clamp(6.063rem, 2.125rem + 19.69vw, 10rem);
	top: unset;
	right: unset;
	bottom: clamp(-2.188rem, -3.545rem + 6.79vw, -1rem);
	left: clamp(0.5rem, -0.25rem + 3.75vw, 1.25rem);
}
	
.ns_top_anc_tx{width: 77%;}
/*ns_mainVisual_end*/	

	
/*kikan_start*/
.ns_kikanWrap{
	margin-bottom: 12vw;
}

.ns_kikanFlex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.ns_kikan02{
	border-top: 2px solid #0f5b31;
	border-left: none;
}
/*kikan_end*/
	
	
	
.ns_terms_img{
	margin-bottom: 20vw;
}

/*tab_start*/
.ns_tab_caption{padding-bottom: 2vw; margin-bottom: 6vw;}
.ns_tab_caption::before{
	position: absolute;
    content: "";
    bottom: -2vw;
    left: 25%;
    width: 5vw;
    height: 5vw;
    rotate: 135deg;
    translate: -50%;
}
.ns_tab_caption::after{
	content: "";
    position: absolute;
    bottom: -2.5vw;
    left: 25%;
    z-index: 0;
    width: 5vw;
    height: 5vw;
    border: 2px solid;
    border-color: #0f5b31 #0f5b31 transparent transparent;
    rotate: 135deg;
    translate: -50%;
}
.ns_tab-contents-item{padding: 20vw 3vw 10vw;}
.ns_tabbtn a{padding: 3vw 2vw; border-radius: 6vw 6vw 0 0;}
.ns_tabbtn a:hover,.ns_tabbtn .is-tap{text-decoration: none!important;}
.ns_tabbtn a,.ns_way_tit{font-size: clamp(0.938rem, 0.125rem + 4.06vw, 1.75rem);}
.ns_way_tit{margin-bottom: 6vw; padding: 0 0 0.5vw; border-bottom: dotted clamp(0.188rem, 0.116rem + 0.36vw, 0.25rem) #0f5b31;}
.ns_way_tit .ns_large{font-size: clamp(1.375rem, -0.125rem + 7.5vw, 2.875rem);}
.ns_balloon{
	    min-width: inherit;
		width: 75%;
        height: auto;
        top: -165%;
}
	
.ns_balloon img{
	animation: pyonpyon 2s linear 0s infinite ;
}

@keyframes pyonpyon {
	0% {
		transform: translate(0%, 0%);
	}
	50% {
		transform: translate(0%, -10%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
.ns_attention{line-height: 1; font-size: clamp(0.938rem, 0.313rem + 3.13vw, 1.563rem); margin-top: 4vw;}
.ns_attention .ns_large_number{font-size: clamp(1.563rem, 0.5rem + 5.31vw, 2.625rem);}
.ns_attention .ns_large{font-size: clamp(1.125rem, 0.25rem + 4.38vw, 2rem);}
.ns_attention.ns_center{line-height: 1.3;margin: 2vw 0 0; text-shadow: none;}
.ns_attention.ns_center a{display: block; margin-top: 1vw;}
.ns_attention.ns_center .ns_large_number{font-size: clamp(1rem, 0.125rem + 4.38vw, 1.875rem);}
.ns_attention.ns_center .ns_large{font-size: clamp(0.813rem, 0.063rem + 3.75vw, 1.563rem);}
.ns_stepWrap .ns_txt{width: 100%; font-size: clamp(0.75rem, 0.036rem + 3.57vw, 1.375rem); font-weight: 500; bottom: clamp(0.313rem, -0.045rem + 1.79vw, 0.625rem);}
.ns_stepWrap .ns_btn{transform: translate(-50%, -35%);}
.ns_stepWrap .ns_btn a{width: 85%;}
.ns_stepWrap .ns_btn a::after{right: 5vw;}
	
.ns_step_table{position: relative;}
.ns_dlbtn{
	position: absolute;
	width: 50%;
}
.ns_dlbtn.ns_appstore{top: 2%; left: 50%; transform: translateX(-50%);}
	
.ns_dlbtn.ns_googleplay{top: 10.8%; left: 50%; transform: translateX(-50%);}
/*tab_end*/	
	
	

/*goods_start*/
.ns_bnr{margin-top: 5vw;}
/*goods_end*/
	

	
/*btn_start*/
.ns_btn{margin: 7vw auto 0; display: flex; justify-content: center;}
.ns_btn a{
	width: 100%;
	padding: 2.5vw 10vw;
	font-size: clamp(1.125rem, 0.554rem + 2.86vw, 1.625rem);
	display: flex;
	justify-content: center;
	position: relative;
}
.ns_stepWrap .ns_btn a::after,
.ns_btn a::after{
	content: '';
    display: inline-block;
    border-style: solid;
    border-width: clamp(0.313rem, 0.17rem + 0.71vw, 0.438rem) 0 clamp(0.313rem, 0.17rem + 0.71vw, 0.438rem) clamp(0.563rem, 0.348rem + 1.07vw, 0.75rem);
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: clamp(1rem, 5vw, 1.875rem);
    transform: translateY(-50%);
}
.ns_btnWrap{padding: 10vw 5vw;}
.ns_btnWrap .ns_flex{
	flex-direction: column;
}
	
.ns_btnWrap .ns_flex a{
	width: 100%;
}
	
.ns_btnWrap .ns_flex a:nth-of-type(n+2){
	margin-top: 4vw;
}
/*btn_end*/
	
	
/*hover_start*/
.ns_breadWrap li .is-tap, .ns_btn .is-tap, .ns_btn_blue .is-tap{text-decoration: none!important;}
.ns_bnr .is-tap img{opacity: 1!important;}
.ns_btn a:hover,
.ns_btnWrap .ns_flex a:hover,
.ns_bnr a:hover img{transform: translateX(0);}
/*hover_end*/	

	
/*detail_start*/
.ns_mtop50{margin-top: 7vw;}
.simplebar-content{padding-right: 2vw!important;}
.ns_detail{font-size: clamp(0.75rem, 0.5rem + 1.25vw, 1rem);}
.ns_innerScroll .ns_large{font-size: clamp(1.125rem, 1rem + 0.63vw, 1.25rem); line-height: 1.2;}
.ns_innerScroll .ns_kome{font-size: 12px;}
.ns_noIndent{text-indent: 0!important; margin-left: 0.02rem!important;}
.ns_mtop50 dt{line-height: 1.2;}	
.ns_detail dd{text-indent: -0.9rem; margin-left: 0.9rem;}
.ns_sppzIndent{margin-left: clamp(1.5rem, 1rem + 2.5vw, 2rem);}
.ns_innerScroll{width: 100%;height: 85vw;padding: 6vw 3.5vw 6vw 5vw;}
.simplebar-scrollbar::before{top:0; bottom:0; left:0; right:0;}
.simplebar-scrollbar.simplebar-visible:before{opacity:1;}
.simplebar-track{background:#ccc;}
.simplebar-track.simplebar-vertical{
	width:3px;
	margin:6px 0 0;
	border-radius:7px;
}
.ns_detailLink{margin: 1vw 0 4vw clamp(0.75rem, 0.607rem + 0.71vw, 0.875rem);}
.ns_detailLink .is-tap{text-decoration: none!important;}
/*detail_end*/
	

/*footer_start*/	
.ns_areaBottom {
    text-align: center;
    padding: 9px 7px 11px;
    font-size: 4vw;
	line-height: 1.25;
}
/*footer_end*/	
}