@charset "utf-8";

#container #mainContent {padding: 0;}


.NS_breadcrumbs { margin:-20px auto 0; padding: 12px 0 7px 0; line-height: 1.3em; font-size: 12px; box-sizing: border-box; color:#777777; }
.NS_breadcrumbs li { display:inline-block; color: #fff;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#fff; transition: .3s; text-decoration: none;}
.NS_breadcrumbs a:hover { opacity: .7; }
.NS_breadcrumbs span { margin-right:0.3em; }

/*a,a:hover,a:visited{
    color: inherit!important;
	text-decoration: none!important;
}*/

.sp{
	display: none;
}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

h2, .headingH2{
	border-bottom: none!important;

}

h2 img{
	width: 980px;
	margin: 0 auto 30px;
}

.h_btn a {
  display: block;
}

.ns_heroaca_ContentsWrapAll {
	width: 100%;
	text-decoration: none;
	background:repeat;
	background-image: url('https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251107heroaca/heroaka_bg.jpg');
	background-position: center;
	text-decoration: none!important;
	color: #fff;
}

.ns_heroaca_ContentsWrapAll a:hover img{
	opacity: 1;
}
/*btn*/

.n_li1{
	display: flex;
	width: auto;
}

.h_btn{
	position: relative;
	width: auto;
	justify-content: center;
	margin: 20px 30px;
	display: inline-block; /* 影の位置を画像に合わせる */
	padding: 0; /* 余白をなくす */
	transition: .15s;
}

.h_btn a {
  display: inline-block;
}

.h_btn img{
	width: 430px;
}

.h_btn2{
	position: relative;
	width: auto;
	text-align: center;
	margin: 20px auto;
	transition: .15s;
}

.h_btn2 a {
  display: inline-block;
}

.h_btn2 img{
	width: 430px;
}

.h_btn3{
	position: relative;
	width: auto;
	text-align: center;
	margin: 20px auto;
	transition: .15s;
}

.h_btn3 a {
  display: inline-block;
}

.h_btn3 img{
	width: 350px;
}

.h_btn.h_press {
  box-shadow: 4px 9px 0 #000; // ボタンの影
}
.h_btn.h_press a:hover {
	transform: translate(4px,9px);
	box-shadow: none;
	text-decoration: none;
		transition: .15s;
}

.h_btn2.h_press {
  box-shadow: 4px 9px 0 #000; // ボタンの影
}
.h_btn2.h_press:hover {
  transform: translate(4px,9px);
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}

.h_btn3.h_press {
  box-shadow: 4px 9px 0 #000; // ボタンの影
}
.h_btn3.h_press:hover {
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
  opacity: 1;
}

/*btn_end*/

.ns_heroaca_wrap_top{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
}

.ns_heroaca_inner_top{
	width: 80%;
	max-width: 100%;
	background-color: #59a9ad;
  	/*margin: 0 auto;*/
	text-align: center;
	margin: 20px auto ;
}
.ns_heroaca_inner_top img{
   width: 70%;
    height: auto;
	z-index: 0;
	position: relative;
	padding: 20px 0 0 0;
}

.ns_heroaca_inner_top li{

}
.heroaca_topimg1 {
    }
.heroaca_topimg2 {
    }
.heroaca_topimg3 {
    }



/* フェードインするボックスの設定 */
.st-ns_slideBox {
  opacity:0; 
} 
 
/* 条件を満たしたあとに追加するクラス */
.st-ns_fadein {
  animation-name:fadeUpAnime; 
  animation-duration:0.5s; 
  animation-fill-mode:forwards; 
  opacity: 0; 
} 
 
@keyframes fadeUpAnime{
  from {
  opacity: 0; 
  transform: translateY(50px); 
  } 

  to {
  opacity: 1; 
  transform: translateY(0); 
  } 
} 
 
.st-ns_trigger.st-ns_delay-time01{
  animation-delay: 0.1s; 
} 
 
.st-ns_trigger.st-ns_delay-time02{
  animation-delay: 0.3s; 
} 
 
.st-ns_fadein.st-ns_delay-time03{
  animation-delay: 0.5s; 
} 

/* フェードインするボックスの設定 */
.st-ns_trigger {
  opacity:0; 
} 
 
/* 条件を満たしたあとに追加するクラス */
.st-ns_fadeinFromTop {
  animation: fadeDownAnime 0.5s cubic-bezier(0.12, 0, 0.1, 0) 1 forwards; 
  opacity: 0; 
} 
 
@keyframes fadeDownAnime {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}

.ns_heroaca_wrap_sentence{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
	width: 100%;
	position: relative;
	z-index:3;
	padding-bottom: 50px;
}

.ns_heroaca_inner_sentence{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
	padding-top: 10px; 
}


.ns_heroaca_wrap_menu{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	width: 100%;
	z-index: 1;
}

.ns_heroaca_inner_menu{
	width: 980px;
	max-width: 100%;
  	/*margin: 0 auto;*/
	text-align: center;
	margin: 0 auto ;
	z-index:2;
	padding-bottom: 20px;
}

.ns_heroaca_wrap_acrylicstand{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_heroaca_inner_acrylicstand{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	border: #000 solid 3px;
	box-shadow: 9px 9px 0 #000;
  	margin: 0 auto;
	z-index:2;
}

.item_img img{
 width: 80%;
 margin: 50px;
}

.ns_heroaca_item{
	margin: 50px 0;
}
.ns_heroaca_item a:hover img{
	opacity: 0.7;
}

.ns_heroaca_wrap_badge{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_heroaca_inner_badge{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	border: #000 solid 3px;
	box-shadow: 9px 9px 0 #000;
  	margin: 0 auto;
	z-index:2;
}

.ns_heroaca_wrap_bigtowel{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_heroaca_inner_bigtowel{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	border: #000 solid 3px;
	box-shadow: 9px 9px 0 #000;
  	margin: 0 auto;
	z-index:2;
}

.ns_heroaca_wrap_acrylicblock{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_heroaca_inner_acrylicblock{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	border: #000 solid 3px;
	box-shadow: 9px 9px 0 #000;
  	margin: 0 auto;
	z-index:2;
}

.ns_heroaca_wrap_multiplaymat{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	color: #000000;
	width: 100%;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_heroaca_inner_multiplaymat{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #000;
	background-color: #fff;
	border: #000 solid 3px;
	box-shadow: 9px 9px 0 #000;
  	margin: 0 auto;
	z-index:2;
}

.ns_heroaca_wrap_copy{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
 	margin: 0px auto;
	background-color: #369195;
	color:#000000;
	margin-bottom: 50px;
}

.ns_heroaca_inner_copy{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
	color: #fff;
	background-color: #369195;
  	margin: 0 auto;
}

.ns_heroaca_wrap_end{
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
.NS_breadcrumbs { margin:-20px auto 0; padding: 12px 0 7px 0; line-height: 1.3em; font-size: 12px; box-sizing: border-box; color:#777777; }
.NS_breadcrumbs li { display:inline-block; color: #fff;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#fff; transition: .3s; }
.NS_breadcrumbs a:hover { opacity: .7; }
.NS_breadcrumbs span { margin-right:0.3em; color: #fff;}
ol.NS_breadcrumbs li, ol.gw_breadcrumb li, ul.al_breadcrumbs li{
	color: #fff!important;
}
.sp{
	display: block;
}

h2, .headingH2{
	margin: 0;
}
h2 img{
	width: 90%;
}

a.anchor {
  padding-top: 80px;
  margin-top: -50px;
}

.ns_heroaca_item > .h_btn a:hover img{
	opacity: 1;
	transform: translate(2px,2px);
}

/*hamburger_menu*/

#heroaca_hamburger {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#heroaca_hamburger.show {
  opacity: 1;
  visibility: visible;
}

#heroaca_hamburger :link{
	  text-decoration: none!important;
}

nav {
  display: block;
  position: fixed;
  top: 16.617vw;
  right: -80%;
  bottom: 0;
  width: 80%;
  height: 470px;
  background: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
  overflow: scroll;
}
.open nav {
	right: 10px;
	opacity: 1;
	top: 13vw;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #757575;
}
nav .inner ul li a {
  display: block;
  color: #757575;
  font-size: 14px;
  padding: 1em;
  text-decoration: none!important;
  transition-duration: 0.2s;
}
nav .h_btn.h_press a:hover{
  	transform: translate(0);
}

nav .h_btn2.h_press a:hover{
  	transform: translate(0);
}

nav .h_btn.h_press{
	margin: 0;
}

nav .h_btn img{
width: 80%;
margin: 0px 0 20px 40px;
}

nav .h_btn img a:hover{
	transform: translate(0);
	opacity: 1;
}

@media screen and (max-width: 767px) {
  nav {
    right: -80%;
    width: 80%;
  }
}
/*============
.heroaca_toggle_btn
=============*/
.heroaca_toggle_btn {
  display: block;
  position: fixed;
  top: 60px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  background:#000;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
}


.heroaca_toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}

.heroaca_toggle_btn span:nth-child(1) {
  top: 17px;
  right: 15px;
}
.heroaca_toggle_btn span:nth-child(2) {
  top: 29px;
  right: 15px;
}
.heroaca_toggle_btn span:nth-child(3) {
  bottom: 17px;
  right: 15px;
}
.open .heroaca_toggle_btn span {
  background-color: #fff;
}
.open .heroaca_toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(14px) rotate(-315deg);
}
.open .heroaca_toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .heroaca_toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#heroaca_mask
=============*/
#heroaca_mask {
  display: none;
  transition: all .5s;
}
.open #heroaca_mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

.ns_heroaca_inner_menu_sp{
	margin: 15px 60px 0 auto;
	padding: 10px 0;

}

/*hamburger_menu_end*/
	
.ns_heroaca_wrap_top{
	padding-bottom: 0;
	margin: 0px;
}
.ns_heroaca_wrap_top img{
	width: 85%;
	margin: 0 0 -7px;
}

.ns_heroaca_inner_top{
	width: 90%;
  	margin: 0 auto;
	text-align: center;
	padding-bottom: 0;
}

.ns_heroaca_wrap_sentence{
	padding: 50px auto;
}

.ns_heroaca_inner_sentence{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.ns_heroaca_wrap_menu{
  padding-bottom: 0px;
}
.ns_heroaca_inner_menu{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.h_btn{
	margin: 1rem 1rem;
}

.h_btn img{
	width: 100%;
}

.h_btn2 {
	width: 45%;
}
.h_btn2 img{
	width: 100%;
}

.h_btn3 {
	width: 45%;
}
.h_btn3 img{
	width: 100%;
}

.h_btn.h_press{
	box-shadow:none;
}
.h_btn2.h_press{
	box-shadow:none;
}

.h_btn3.h_press{
	box-shadow:none;
}

.ns_heroaca_item{
	margin: 30px 0;
}

.ns_heroaca_wrap_acrylicstand{
  padding-bottom: 30px;
}
.ns_heroaca_inner_acrylicstand{
	width: 90%;
  	margin: 0 auto 50px;
	text-align: center;
}

.click{
	width: 60%;
}

.ns_heroaca_wrap_badge{
  padding-bottom: 30px;
}
.ns_heroaca_inner_badge{
	width: 90%;
  	margin: 0 auto 50px;
	text-align: center;
}

.ns_heroaca_wrap_bigtowel{
  padding-bottom: 30px;
}
.ns_heroaca_inner_bigtowel{
	width: 90%;
  	margin: 0 auto 50px;
	text-align: center;
}

.ns_heroaca_wrap_acrylicblock{
  padding-bottom: 0px;
}
.ns_heroaca_inner_acrylicblock{
	width: 90%;
  	margin: 0 auto 50px;
	text-align: center;
}

.ns_heroaca_wrap_multiplaymat{
  padding-bottom: 30px;
}
.ns_heroaca_inner_multiplaymat{
	width: 90%;
  	margin: 0 auto 50px;
	text-align: center;
}

.kv_pc{
	display: none;
}

.kv_sp{
	display: block;
}

}


@media screen and (min-width: 641px) {
.NS_breadcrumbs { margin:-20px auto 0; padding: 12px 0; line-height: 1.2em; width: 98%; box-sizing: border-box; }
.NS_breadcrumbs li { display:inline-block; color: #fff;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#fff; transition: .3s; }
.NS_breadcrumbs a:hover { opacity: .7; }
.NS_breadcrumbs span { margin-right:0.3em; }
	
}