@charset "utf-8";

@media screen and (min-width: 640px) {.ns_SP{display: none!important;}}

@media screen and (max-width:1024px){
#wrapper {
min-width: auto;
overflow:hidden;
}
}
/*reset_start*/
.ns_mainContent{margin: 0;padding: 0 0 110px;}
#mainContent{margin: 0!important;padding: 0!important;}
#ns_lpWrap a{text-decoration: none!important;}
#ns_lpWrap a:hover img{opacity: 1!important;}
/*reset_end*/



/*フェードイン左から*/
/* フェードインするボックスの設定 */
.ns_fade_left{
  transform:translateX(-30px);
  opacity:0;
  transition:opacity 1s,transform 0.8s;
}

/* 条件を満たしたあとに追加するクラス */
.ns_fadein_left{
  opacity:1;
  transform:translateX(0);
}
/*フェードイン左から_end*/


/*フェードイン右から*/
/* フェードインするボックスの設定 */
.ns_fade_right{
  transform:translateX(30px);
  opacity:0;
  transition:opacity 1s,transform 0.8s;
}

/* 条件を満たしたあとに追加するクラス */
.ns_fadein_right{
  opacity:1;
  transform:translateX(0);
}
/*フェードイン右から_end*/






/*common_start*/
#ns_lpWrap{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	box-sizing: border-box;
    font-feature-settings: "palt";
    letter-spacing: 1.3px;
	background-color: #fff;
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;

}
.ns_wrapAll img{width: 100%; height: auto;display: block;}
.ns_commonSize{width: 980px; margin: auto;}
.ns_loopTx{
	margin: 0;
	padding: 0;
	height: 112px;
	display: block; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/241005tron/looptx.png") repeat-x;
	background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

h2.ns_H2{
	margin: auto;
	padding: 0;
	display: block;
	color: #c84990;
	font-size: 50px;
	text-shadow: #000 0px 0 4px;
	font-weight: bold;
	text-align: center;
	border: none;
}

h2.ns_H2 img{
	width: 100%;
}

.ns_exhibition h2.ns_H2{
	margin: 0 auto 20px!important;
}


h3.ns_H3{margin: 0 auto 20px; padding: 0 ; text-align: center; font-size: 30px;background: none; color: #c84990; font-weight: bold;position: relative; z-index: 10; display: flex; justify-content: center; align-items: center;}

h3.ns_H3::before,
h3.ns_H3::after {
  background-color: #c84990; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 45px; /* 横線の長さ */
}
h3.ns_H3::before {
  margin-right: 15px; /* 文字との余白 */
}
h3.ns_H3::after {
  margin-left: 15px; /* 文字との余白 */
}

h4.ns_H4{font-size: 19px; font-weight: bold; color: #c84990; margin: 0 0 3px 45px; position: relative; display: flex; align-items: center;}
h4.ns_H4::before{
  position: absolute;
  background-color: #c84990; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
  left: -45px;
}

.ns_contentWrapper{
	margin: 45px auto 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/*common_end*/

/*breadcrumbs_start*/
.ns_breadWrap {margin:-20px 0px 0px 0px; padding: 12px; line-height: 1.2em; font-size: 12px; width: 100%; display: flex; white-space: nowrap; color: #fff; background: #c84990; }
.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: #fff!important; opacity: .7; text-decoration: none!important;}
.ns_breadWrap span { margin-right:0.3em; }

/*breadcrumbs_end*/

/*ns_mainVisual_start*/
.ns_mainVisual{
	position: relative;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/241005tron/bg.jpg") no-repeat;
	background-size: cover;
	border-bottom: 2px solid #c84990;
	height: 340px;
}
.ns_mvFlex{
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 100%;
}

.ns_mvleft img,.ns_mvright img{width: 100%; height: auto;}
.ns_mvleft{margin-top: -22px; z-index: 2;}
.ns_mvright{position: relative; z-index: 1;margin-top: -11px; margin-left: -50px;}

.ns_mvImg{position: relative;z-index: 10;}

/*ns_mainVisual_end*/

/*anc_start*/
.ns_ancWrap{background: #fff;}
.ns_anc_list{padding: 38px 0; position: relative;}
.ns_anc_list::before{position: absolute; content: ''; background: #c84990; width: 492px; height: 72px; left: -498px; top: 0;}
.ns_anc_list::after{position: absolute; content: ''; background: #c84990; width: 492px; height: 72px; right: -497px; top: 0;}
.ns_anc_list li{width:calc((100% / 4) - 5px); height: 72px;} 
.ns_anc_list li a{
	background: #c84990;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	height: 100%;
	position: relative;
	color: #fff;
	transition: .3s;
}

.ns_anc_list li a::after{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 36%;
    right: 6%;
    margin-top: 2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*anc_end*/



/*nav_start*/
.ns_outline {
  width: 100%;
  border-top: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.ns_nav {
  width: clamp(200px, 20vw, 300px);
  background: #c84990;
  border-radius: 0 50px 50px 0;
  color: #fff;
  position: sticky;
  top: 76px;
  height: 100vh;
  border-bottom: 1px solid #fff;
  z-index: 100;
}

.ns_article {
	max-width: calc(100% - var(--anc_w));
	flex: 1;
}

.ns_nav_inner {
  margin: 43px 20px 150px 10px;
  display: flex;
  justify-content: center;
}

.ns_nav_inner ul li {
  margin-bottom: clamp(0.094rem, -1.417rem + 4.39vh, 1rem);
  width: 230px;
}

.ns_nav_inner ul li .ns_nav_list {
  font-size: clamp(0.563rem, -0.04rem + 1.61vh, 0.844rem);
  line-height: 1.1;
  text-align: center;
  position: relative;
  color: #c84990;
  border-radius: 100px;
  height: 3.5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ns_nav_inner ul li .ns_nav_list:hover {
  transform: translateX(10px);
}

.ns_nav_small{font-size: clamp(8px, 1.6vh, 10px);}


@media screen and (max-height:550px){
	.ns_nav{overflow-y: scroll;}
}
/*nav_end*/



/*content_start*/
.ns_flex{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin: auto;padding: 0;}
.ns_itemWrap{width: 57%;}
.ns_kanren .ns_itemWrap{width: 50%; margin: auto; margin-top: 30px;}
.ns_2colWrap{width: 46%;}
.ns_detailWrap{width: 40%;}
h4.ns_detailWrap{width: 100%!important;}
.ns_itemWrap:nth-of-type(n+4){margin-top: 80px;}
.ns_itemList{width: 100%; margin: auto;}
.ns_itemList img {margin: auto;}

.ns_goodsList{
	border-radius: 50px 0 0 50px;
	border: 2px solid #c84990;
	border-right: none!important;
	margin-left: 45px;
	padding: 100px 0 150px;
}
.ns_goodsSection{border-radius: 50px 0 0 0 ;}
.ns_goodsWrap{
	border-radius: 50px 0 0 0 ;
	padding: 100px 0 150px;
}
.ns_goodsWrap:nth-of-type(1){
	padding-top: 30px;
}
#ns_goods05.ns_goodsWrap, #ns_goods11.ns_goodsWrap{padding-bottom: 160px;}
.ns_fff{background: #fff;}
.ns_fdf9fc{background: #fdf9fc;}
.ns_fcf4f8{background: #fcf4f8;}
.ns_f8e9f2{background: #f8e9f2;}
.ns_f5deeb{background: #f5deeb;}
.ns_f2d3e4{background: #f2d3e4;}

.ns_goodsWrap:nth-of-type(n+2){
	margin-top:-50px;
}

.ns_goodsWrap ul + ul{
	margin-top: 80px;
}

#ns_sign .ns_goodsWrap{
	padding-bottom: 0;
}

.ns_goodsSection:nth-of-type(n+2){
	margin-top:-40px; 
	padding-top: 120px;
}

.ns_itemTit{
	margin-top: 10px;
	color: #000;
	text-align: center;
}

.ns_btmWrap{
	width: 1220px;
	margin: auto;
	border-radius: 50px;
	border: 2px solid #c84990;
	padding: 100px 0 150px;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/241005tron/detail_bg.jpg") no-repeat;
	/*background-position: top 6px left 0;
	background-size: contain;*/
	position: relative;
}

.ns_btmWrap:before{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/241005tron/halftone_L.png") no-repeat;
	width: 254px;
	height: 455px;
	bottom: 10%;
	left: -254px;
}

.ns_btmWrap:after{
	position: absolute;
	display: block;
	content: '';
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/241005tron/halftone_R.png") no-repeat;
	width: 254px;
	height: 455px;
	top: 10%;
	right: -254px;
}

.ns_detailImg{
	display: flex;
	justify-content: flex-end;
}

.ns_detailImg img{
	width: 60%;
}
.ns_exhibitionTit{font-size: 30px; margin-bottom: 20px;}
.ns_subTit{display: block; font-size: 20px; margin-top: -2px;}
.ns_detailTx{margin: 58px auto 0;}
.ns_detailTx p + p{margin-top: 20px;}
.ns_kanren{margin-top: 80px;}

/*content_end*/



/*btn_start*/
.ns_goodsBtn{margin: 25px auto 0; display: flex; justify-content: center;}
.ns_goodsBtn a{
	width: 100%;
	display: inline-block;
    padding: 18px;
    border: none;
    background-color: #c84990;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
	text-decoration: none;
}

.ns_goodsBtn a::before{
	content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
}

.ns_goodsBtn a::after{
	content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
}

p.ns_btntxt{
	display: flex;
	justify-content: center;
}

.ns_soldout{position: relative;}
.ns_soldout::after{
	position: absolute;
	content: 'SOLD OUT';
	color: #fff;
	font-size: 30px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}

/*btn_end*/

/*hover_start*/
#ns_lpWrap a:hover{text-decoration: none;}
.ns_anc_list li a:hover{
	opacity: 0.7;
}

.ns_goodsBtn a:hover{
	transform: scale(1.03);
}
.ns_goodsBtn a:hover:before {
  left: 100%;
}

.ns_goodsImgLink img{transition: .3s; z-index: 10; position: relative;}
.ns_goodsImgLink img:hover{transform: translateX(8px);}

/*hover_end*/




/*footer_start*/
.ns_areaBottom{
	text-align: center;
	padding: 3px 0;
	font-size: 11px;
	width: 100vw;
	margin: auto;
	color: #fff;
	background-color: #c84990;
}

/*footer_end*/




/*-------------max-width_1304px_start-------------*/

@media screen and (max-width:1304px){
	
.ns_mainContent{padding: 0 0 5vw;}
.ns_mainVisual::before{
	content: "";
    background: none;
}
.ns_mainVisual::after{
	content: "";
    background: none;
}
	
/*nav_start*/
.ns_outline {
  width: 100%;
  border-top: none;
  border-bottom: none;
  display: block;
  height: 100%;
}
.ns_nav {
  width: 300px;
  background: #c84990;
  color: #fff;
  position: fixed;
  top: 51px;
  left: -120%;
  height: 100vh;
  border-bottom: 1px solid #fff;
  z-index: 999;
  overflow-y: scroll;
}
	
.ns_nav.panelactive {
    left: 0;
  }


.ns_nav_inner {
  margin: 60px 0;
  
}
.ns_nav_inner ul li {
  margin-left: 0;
  margin-bottom: 20px;
}
.ns_nav_inner ul li .ns_nav_list {
  position: relative;
  color: #c84990;
  text-decoration: none;
  transition: all .3s;
}
	
/*nav_end*/
	
	
/*content_start*/
.ns_commonSize{
	width: 80%;
}
	
.ns_loopTx{
	margin: 0;
	padding: 0;
	height: 8.25vw;
	display: block;
	font-weight: bold;
	text-align: center;
	background-size: 30%;
	background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}

.ns_goodsList{
	width: 92vw;
	border-radius: 50px;
	border: 2px solid #c84990!important;
	margin: auto;
	padding: 10vw 0 15vw;
}

.ns_btmWrap{
	width: 92vw;
	padding: 10vw 0;
	margin: auto;
	background-size: contain;
	background-position: top 2.7vw left 0;
}
	
.ns_btmWrap:before,.ns_btmWrap:after{display: none;}

.ns_detailTx {margin: 4vw auto 0;}
/*content_end*/	
	
	
/*btn_start*/	
.ns_openbtn {
    /*position:fixed;*/
    display: none;
    z-index: 9999; /*ボタンを最前面に*/
    left: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
.ns_openbtn.fixed {
    position: fixed;
    display: block;
	top: 51px !important;
}
/*×に変化*/
.ns_openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}
.ns_openbtn span:nth-of-type(1) {
    top: 15px;
}
.ns_openbtn span:nth-of-type(2) {
    top: 23px;
}
.ns_openbtn span:nth-of-type(3) {
    top: 31px;
}
.ns_openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.ns_openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.ns_openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.ns_overlay {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 190;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
}
.ns_overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

/*btn_end*/	
	
}


@media screen and (max-width:998px){
	.ns_mainVisual img{border: none;}
}

/*-------------max-width_980px_start-------------*/

@media screen and (max-width:980px){

/*common_start*/
.ns_mainContent{width: 100%;}
.ns_contentWrapper{width: 100%;}
.ns_commonSize{width: 100%;}
h2.ns_H2{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.ns_exhibition h2.ns_H2{
	margin: 0 0 2vw;
}
	
h3.ns_H3{margin: 0 0 1vw; padding: 0;  font-size: 3.5vw;}

h4.ns_H4{font-size: 2.1vw; font-weight: bold; color: #c84990; margin: 0 0 3px 4.5vw; position: relative; display: flex; align-items: center;}
h4.ns_H4::before{
  position: absolute;
  background-color: #c84990; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 3.5vw; /* 横線の長さ */
  left: -4vw;
}
/*common_end*/
	
/*breadcrumbs_start*/
.ns_breadWrap {margin:-20px 0px 0px; padding: 1.3vw 1vw; line-height: 1.2em; font-size: 14px; width: 100%; 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: 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: #fff!important; opacity: .7;}
.ns_breadWrap span {margin-right:0.3em;}
/*breadcrumbs_end*/
	
/*ns_mainVisual_start*/
.ns_mainVisual,.ns_mvleft{height: 31.5vw;}
.ns_mvleft{margin: 0;}
.ns_mvright {
	margin-top: -1vw;
	margin-left: -3vw;
}
.ns_mvFlex{
	max-width: 100%;
	margin: auto;
	padding: 0 3vw;
}
.ns_mvright img{border-right: none!important;}
/*ns_mainVisual_end*/
	
	
/*anc_start*/
.ns_anc_list li{height: 9vw;} 
.ns_anc_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	text-align: center;
	font-size: 1.55vw;
	line-height: 1.2;
	font-weight: 600;
	height: 100%;
	position: relative;
}
	
.ns_anc_list::after,
.ns_anc_list::before{height: 9vw;}

.ns_anc_list li a::after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 73%;
    right: 47%;
    margin-top: 2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*anc_end*/	
	
	
/*nav_start*/
.ns_outline {
  width: 100%;
  border-top: none;
  border-bottom: none;
  display: block;
  height: 100%;
}
	
.ns_article {
	max-width: 100%;
	flex: 1;
}

.ns_nav_inner {
  margin: 60px 0 60px 3px;
  
}
.ns_nav_inner ul li {
  margin-left: 15px;
  margin-bottom: 20px;
}
.ns_nav_inner ul li .ns_nav_list {
  position: relative;
  text-decoration: none;
  transition: all .3s;
}
/*nav_end*/

	

/*content_start*/
.ns_loopTx{
	margin: 0;
	padding: 0;
	height: 10vw;
	display: block;
	font-weight: bold;
	text-align: center;
	background-size: 36%;
	background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
.ns_goodsWrap{padding: 8vw 0 14vw;}
.ns_goodsWrap:nth-of-type(n+2){margin-top: -5vw;}
#ns_goods05.ns_goodsWrap, #ns_goods11.ns_goodsWrap{padding-bottom: 15.5vw;}

.ns_goodsSection:nth-of-type(n+2){padding-top: 10vw;}
	
.ns_goodsWrap ul + ul{
	margin-top: 7vw;
}
	
.ns_goodsWrap .ns_flex{display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: column; width: 100%; }
.ns_flex,
#ns_goods05 .ns_flex{display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; flex-direction: row!important; }
#ns_goods05 .ns_flex,
#ns_sign .ns_flex{padding: 0 5vw;} 
.ns_itemWrap {width:100%;}
.ns_itemWrap:nth-of-type(n+4) {margin-top: 80px;}
.ns_detailWrap{width: 55%; margin: auto;}
h4.ns_detailWrap{width: 100%!important;}
.ns_kanren .ns_itemWrap {width: 100%!important;}
.ns_itemWrap img {width:inherit; margin: auto;}
.ns_itemList{width: 60%; z-index: 100; position: relative;}
.ns_kanren .ns_itemList img {width: 100%!important; margin: auto;}
.ns_2colWrap{width: 48%;}
.ns_2colWrap img{width: 100%!important;}
.ns_goods__detail {
    text-align: center;
    font-size: 25px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 40px;
}
.ns_btmWrap{background-position: top 12.2vw left 0;}
.ns_detailTx{margin: 5vw auto 0;}
.ns_detailImg img{
    width: 70%;
}
	
.ns_detailTx{width: 78%!important;}

/*content_end*/

	
	
/*btn_start*/
.ns_goodsBtn a{
	max-width: 100%;
    height: 100%;
    padding: 1.8vw 0;
    font-size: 18px;
    background-position: 98%;
}
.ns_goodsBtn a::after {
    top: 48%;
    
}
.ns_btn{display: flex;justify-content: center; width: 54vw;}
.ns_goodsBtn{width: 100%; margin: 3vw auto 0;}
/*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;}
/*hover_end*/
	
	
/*footer_start*/
.ns_areaBottom{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25vw;
	width: 100vw;
   margin: auto;
}
/*footer_end*/

	
}



/*-------------mobile_start-------------*/

@media screen and (max-width:639px){

/*reset_start*/
#ns_lpWrap a:hover img{opacity: 1!important;}
/*reset_end*/
	
	
/*common_start*/
.ns_PC{display: none!important;}
#ns_lpWrap p{font-size: 13px;}
h2.ns_H2{padding: 0 0 3.5vw;}
.ns_exhibition h2.ns_H2{
	margin: 0 0 2vw!important;
}
h3.ns_H3{font-size: 5vw; margin: 0 0 4vw; padding:0; z-index: 100; position: relative; white-space: nowrap;}
h4.ns_H4{font-size: 15px; margin-left: 0!important; margin-top: 4vw;}
h4.ns_H4::before{content: none;}
.ns_contentWrapper{
	margin: auto;
	width: 100%;
}
.ns_mainContent{
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: top;
	position: relative;
	padding: 0 0 12vw;
}
/*common_end*/

/*breadcrumbs_start*/
.ns_breadWrap {margin:-25px auto 0; padding: 8px 7px; line-height: 1.3em; font-size: 12px; font-weight: 600; white-space: nowrap;}
.ns_breadWrap li:nth-of-type(n+2):before{top: 38%;}
.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;}
.ns_mainVisual{max-width: 100%;margin: auto; height: 100%; border: none;}
.ns_mainVisual img{max-width: 100%;}
/*ns_mainVisual_end*/
	

/*anc_start*/
.ns_anc_list{padding: 8vw 0;}
.ns_anc_list li{width: 49%; height: 18vw;} 
.ns_anc_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1vw 0.5vw 3vw;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 800;
	height: 100%;
	position: relative;
}
.ns_anc_list li:nth-of-type(n+3){margin-top: 2vw;}	
/*anc_end*/
	
/*nav_start*/
.ns_outline {
  width: 100%;
  border-top: none;
  border-bottom: none;
  display: block;
  height: 100%;
}
.ns_nav {
  width: 250px;
  position: fixed;
  top: 50px;
  left: -120%;
  height: 100vh;
  border-radius: 0 20px 20px 0;
  border-bottom: 1px solid #fff;
  z-index: 999;
  
}
	
.ns_nav.panelactive {
    left: 0;
 }

.ns_nav_inner {
  margin: 60px 20px 60px 0;
}

.ns_nav_inner ul li {
  width: 200px;
  margin-left: 15px;
  margin-bottom: 3.2vw;
}

.ns_nav_inner ul li .ns_nav_list {
  font-size: 12px;
  position: relative;
  text-decoration: none;
  transition: all .3s;
  padding: 2vw 0;
}

.ns_nav_inner ul li .ns_nav_list:hover {
  transform: translateX(0);
}
	
/*nav_end*/		
	

	
/*content_start*/
.ns_commonSize{width: 100%;}
.ns_loopTx{
	margin: 0;
	padding: 0;
	height: 14vw;
	display: block;
	font-weight: bold;
	text-align: center;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/241005tron/looptx_sp.png") repeat-x;
	background-size: 65%;
	background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}

header .ns_loopTx{
	margin: -3vw 0 0;
}

.ns_flex{display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 0 11px;}
#ns_goods05 .ns_flex{flex-direction: column!important;}
#ns_goods05.ns_goodsWrap, #ns_goods11.ns_goodsWrap{padding-bottom: 30.5vw;}
.ns_goodsList{
	border-radius: 30px;
	margin-top: 6vw;
	padding: 15vw 0;
}
.ns_goodsSection{border-radius: 30px 0 0 0; }
.ns_goodsSection:nth-of-type(n+2){padding-top: 15vw;}
.ns_goodsWrap{width: 100%;padding: 16vw 0 30vw; border-radius: 30px 0 0 0 ;}
.ns_goodsWrap:nth-of-type(1){margin-top: 0; padding-top: 0;}
.ns_goodsWrap:nth-of-type(n+2){margin-top: -14vw;}
.ns_detailWrap{margin-top: 4vw!important;}
.ns_2colWrap, .ns_detailWrap{width: 94%!important; margin: auto;}
.ns_2colWrap:nth-of-type(2n){margin-top: 7vw;}
.ns_itemWrap:nth-of-type(n+3){margin-top: 40px;}
.ns_itemWrap img{width: 100%!important;}
.ns_itemList{width: 85%; z-index: 100; position: relative;}
.ns_itemTit{font-size: 12px;}
.ns_btmWrap{
	border-radius: 20px;
	padding: 15vw 0;
	background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/241005tron/detail_bg_sp.jpg") no-repeat;
	background-size: contain;
	background-position: top 28vw left 0;
}
.ns_detailTx{margin: 6.5vw auto 0;}
.ns_detailImg{margin-top: -2vw;}
.ns_detailImg img{
    width: 80%;
}
.ns_exhibitionTit{font-size: 6.5vw!important; line-height: 1.1;}
.ns_subTit{display: block; font-size: 4.5vw; margin-top: 1vw;}

.ns_detailTx{width: 90%!important; font-size: 13px;}
.ns_kanren{margin-top: 12vw;}
.ns_kanren .ns_itemWrap{margin-top: 2vw;}
/*content_end*/

	
/*btn_start*/
.ns_goodsBtn{width: 100%; margin-top: 5vw;}
.ns_goodsBtn a{
	max-width: 100%;
    height: auto;
    font-size: 4vw;
	line-height: 1.3;
	padding: 0;
}
.ns_goodsBtn a::after {
    top: 41%;
	right: 8px;
    width: 8px;
    height: 8px;
	margin-top: 0;
}
	
.ns_soldout::after{
	font-size: 6vw;	
}
.ns_btntxt{height: 50px;display: grid;width: 100%;align-items: center;}
	
.ns_goodsImgLink{display: block;width: 100%; margin: auto;}

.ns_openbtn.fixed {
    position: fixed;
    display: block;
	top: 50px !important;
}
/*btn_end*/


	
/*hover_start*/
a.is-tap, .ns_breadWrap li .is-tap,.ns_btn .is-tap{text-decoration: none!important;}
.ns_bnr .is-tap ,.ns_bnr .is-tap img,.ns_goods .is-tap img{opacity: 1!important;}
.ns_goodsBtn a:hover,
.ns_btn a:hover{transform: translateX(0)!important;}
.ns_goodsImgLink img:hover{transform: translateX(0);}
/*hover_end*/


/*footer_start*/	
.ns_areaBottom {
    text-align: center;
	line-height: 1.25;
}
.ns_copyLight{font-size: 9px!important;}
/*footer_end*/
	

}