@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;transform: rotate(0.05deg);}
.NS_breadcrumbs li { display:inline-block;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#777777; transition: .3s;text-decoration: none!important; }
.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;
}*/

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

h2, .headingH2{
	border-bottom:none!important;
}
h2 img{
	width: 500px;
	margin: 50px auto;
}

.ns_narumiya_fuwafuwa {
    animation: fuwafuwa 3s linear infinite;
} 
/* fuwafuwa */
@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  50% { transform: translateY(20px) }
  100% { transform: translateY(0) }
}

.sp{
	display: none;
}

.ns_narumiya_ContentsWrapAll {
	width: 100%;
  	background-image:url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251008angelblue/hosibg.png),linear-gradient(#d8ebf5, #f6f5d5 23%, #f9e5f0 48%, #eae0f1 75%, #e8f6f6);;
	background-size:contain;
	font-family:  "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none!important;
	font-size: 24px;
	color: #022f6f;
}
.ns_narumiya_ContentsWrapAll a{
	color: inherit!important;
	text-decoration: none!important;
}

/*btn*/
.n_btn {
  background-color: #fcfade;
  border: 5px solid #dd2c76;
  border-radius: 60px;
  color: #dd2c76;
  display: block;	
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  text-decoration: none!important;
}

.n_btn.n_press {
  box-shadow: 4px 9px 0 #dd2c76; // ボタンの影
}
.n_btn.n_press:hover {
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
}
/*btn_end*/

.ns_narumiya_wrap_top{
	max-width: 100%;
}

.ns_narumiya_inner_top{
	width: 980px;
  	margin: 0 auto;
	text-align: center;
}

.ns_narumiya_inner_top img{
margin: 30px 0;
}

.ns_narumiya_inner_top p{
	margin:50px 0 100px ;
}

.ns_narumiya_wrap_menu{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	top: 0;
	border: 0;
	width: 100%;
	align-items: center;
	z-index: 1;
}

.ns_narumiya_inner_menu{
	width: 980px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto ;
	z-index:2;
	padding-bottom: 50px;
}

.n_li1{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	line-height: 1;
}
.n_li2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	line-height: 1;
}

.n_btn_m{
	width: 220px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px auto;
}

.ns_narumiya_grid_4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    max-width: 1500px;
}

.ns_narumiya_wrap_Tshirt{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	top: 0;
	border: 0;
	width: 100%;
	align-items: center;
	z-index: 1;
}


.ns_narumiya_inner_Tshirt{
	width: auto;
	max-width: 100%;
	text-align: center;
	margin: 0 auto ;
	z-index:2;
	padding-bottom: 50px;
}

.ns_narumiya_item{
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	border: 15px solid #fcfade
}

.tshirt_img img{
	width: 100%;
	max-width: 280px;
	min-width: 190px;
}

.ns_narumiya_item .n_btn{
	margin: 20px auto;
	padding: 10px 15px;
	width: 70%;
	text-decoration: none!important;
}

.ns_narumiya_wrap_ackey{
	display: block;
	position: relative;
	text-align: center;
	align-items: center;
	/*margin: 0 auto 100px auto;*/
	top: 0;
	border: 0;
	width: 100%;
	align-items: center;
	z-index: 1;
	padding-bottom: 100px;
}

.ns_narumiya_inner_ackey{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:13;
}

.ns_narumiya_grid_2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    max-width: 1500px;
}

.ns_narumiya_grid_2 .item_img img{
	padding: 0 0px;
	max-width: 370px;
}

.ns_narumiya_wrap_sticker{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
	width: 100%;
	position: relative;
	z-index:1;
	padding-bottom: 100px;
}

.ns_narumiya_inner_sticker{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
	padding-top: 10px; 
}

.ns_narumiya_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    max-width: 1500px;
}

.item_img img{
	width: 100%;
	max-width: 420px;
	min-width: 190px;
	padding: 0 50px;
}


.ns_narumiya_wrap_blanket{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
 	margin: -10px auto;
	z-index:1;
	padding-bottom: 100px;
}

.ns_narumiya_inner_blanket{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
}

.ns_narumiya_wrap_ecobag{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
 	margin: -10px auto;
	z-index:1;
	padding-bottom: 100px;
}

.ns_narumiya_inner_ecobag{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
}

.ns_narumiya_wrap_photoframe{
 	position: relative;
  	text-align: center;
  	align-items: center;
 	margin: -10px auto;
	z-index:1;
	padding-bottom: 100px;
}

.ns_narumiya_inner_photoframe{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
}

.ns_narumiya_wrap_copy{
  	display: block;
 	position: relative;
  	text-align: center;
  	align-items: center;
 	margin: 50px auto;
	padding: 0 0 50px;
	z-index:1;
}

.ns_narumiya_inner_copy{
	width: 980px;
	max-width: 100%;
	position: relative;
	text-align: center;
	align-items: center;
  	margin: 0 auto;
	z-index:2;
	font-size: 18px;
}



@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;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#777777; transition: .3s; }
.NS_breadcrumbs a:hover { opacity: .7; }
.NS_breadcrumbs span { margin-right:0.3em; }

.sp{
	display: block;
}
.pc{
	display: none;
}

.ns_narumiya_ContentsWrapAll{
	font-size: 14px;
	margin-top: -25px;
}


/*btn*/
.n_btn {
	margin: 0 auto;
	max-width: 200px;
	padding: 10px 15px;
	font-size: 1rem;
}

.n_btn.n_press {
  box-shadow: 4px 9px 0 #dd2c76; // ボタンの影
}
.n_btn.n_press:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.n_btn_m{
	width: 130px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px auto;
}

.n_btn_h{
	width: 200px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin: 15px auto;
	line-height: 1;
}

.n_btn_h:nth-child(1){
  border: 5px solid #3e7ac5;
  color: #3e7ac5;
}
.n_btn.n_press.n_btn_h:nth-child(1) {
  box-shadow: 4px 9px 0 #3e7ac5; // ボタンの影
}

.n_btn_h:nth-child(2){
  border: 5px solid #bf78d8;
  color: #bf78d8;
}
.n_btn.n_press.n_btn_h:nth-child(2) {
  box-shadow: 4px 9px 0 #bf78d8; // ボタンの影
}

.n_btn_h:nth-child(3){
  border: 5px solid #59c473;
  color: #59c473;
}
.n_btn.n_press.n_btn_h:nth-child(3) {
  box-shadow: 4px 9px 0 #59c473; // ボタンの影
}

.n_btn_h:nth-child(4){
  border: 5px solid #f8a355;
  color: #f8a355;
}
.n_btn.n_press.n_btn_h:nth-child(4) {
  box-shadow: 4px 9px 0 #f8a355; // ボタンの影
}

.n_btn_h:nth-child(5){
  border: 5px solid #f587b7;
  color: #f587b7;
}
.n_btn.n_press.n_btn_h:nth-child(5) {
  box-shadow: 4px 9px 0 #f587b7; // ボタンの影
}

.n_li1_sp{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	line-height: 1;
}

.n_li2_sp{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-content: space-between;
	line-height: 1;
}




/*btn_end*/
/*hamburger_menu*/

#narumiya_hamburger {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#narumiya_hamburger.show {
  opacity: 1;
  visibility: visible;
}

#narumiya_hamburger :link{
	  text-decoration: none!important;
}

nav {
  display: block;
  position: fixed;
  top: 16.617vw;
  right: -400px;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: rgb(252, 250, 222,0.8);
  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;
	border-radius: 10px;
	top: 15vw;
}
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 .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    right: -400px;
    width: 400px;
  }
}
/*============
.narumiya_toggle_btn
=============*/
.narumiya_toggle_btn {
  display: block;
  position: fixed;
  top: 60px;
  right: 10px;
  width: 65px;
  height: 62px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  background-image:url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/251008angelblue/hosi_hbg.png);
  border-radius: 10px;
  padding: 5px;
}


.narumiya_toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}

.narumiya_toggle_btn span:nth-child(1) {
  top: 30px;
  right: 28px;
}
.narumiya_toggle_btn span:nth-child(2) {
  top: 38px;
  right: 28px;
}
.narumiya_toggle_btn span:nth-child(3) {
  bottom: 23px;
  right: 28px;
}
.open .narumiya_toggle_btn span {
  background-color: #fff;
}
.open .narumiya_toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
.open .narumiya_toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .narumiya_toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#narumiya_mask
=============*/
#narumiya_mask {
  display: none;
  transition: all .5s;
}
.open #narumiya_mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

.ns_narumiya_inner_menu_sp{
	margin: 15px 60px 0 auto;
	padding: 10px 0;

}

/*hamburger_menu_end*/

.ns_narumiya_ContentsWrapAll h2 img{
	width: 80%;
	margin: 30px auto;
}

.ns_narumiya_wrap_top{
	padding-bottom: 0;
	margin: 0px;
}

.ns_narumiya_inner_top{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
	padding-bottom: 0;
}
.ns_narumiya_inner_top p{
margin: 50px 0 50px 0;
}
.ns_narumiya_inner_top img{
	width: 80%;
	margin: 0 auto;
	}
.ns_narumiya_inner_top img:nth-child(1){
	margin: 50px 0 0;
}
.narumiya_kv{
	margin: 0px auto 40px;
	padding: 0;
}

.ns_narumiya_wrap_Tshirt{
	padding-bottom: 50px;
}

.ns_narumiya_inner_Tshirt{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}
.ns_narumiya_wrap_ackey{
  padding-bottom: 50px;
}
.ns_narumiya_inner_ackey{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.ns_narumiya_grid_2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.ns_narumiya_grid_2 .item_img img{
	padding: 0 0px;
	max-width: 300px;
}

.ns_narumiya_wrap_blanket{
  padding-bottom: 30px;
}
.ns_narumiya_inner_blanket{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.ns_narumiya_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.ns_narumiya_grid .item_img img{
	padding: 0 0px;
	max-width: 300px;
}

.ns_narumiya_wrap_ecobag{
  padding-bottom: 30px;
}
.ns_narumiya_inner_ecobag{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.ns_narumiya_wrap_photoframe{
  padding-bottom: 30px;
}
.ns_narumiya_inner_photoframe{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
}

.ns_narumiya_wrap_copy{
  padding-bottom: 30px;
}
.ns_narumiya_inner_copy{
	width: 95%;
  	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
}

.pc{
	display: none;
}

.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;}
.NS_breadcrumbs li::after {content: ">";}
.NS_breadcrumbs li:last-child::after {content:none;}
.NS_breadcrumbs a { color:#000; transition: .3s; }
.NS_breadcrumbs a:hover { opacity: .7; }
.NS_breadcrumbs span { margin-right:0.3em; }
	
}