@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#nb_kijiastu {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  /*background: #000;
	color: #fff;*/
}
#nb_kijiastu img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#nb_kijiastu p {
  font-size: 0.95em!important;
  margin-top: 0!important;
  line-height: 140%;
}
#nb_kijiastu h1, #nb_kijiastu h2, #nb_kijiastu h3, #nb_kijiastu h4, #nb_kijiastu h5 {
  color: #0F0F0F;
  text-align: center;
  font-weight: bold;
  background: none;
  border: none;
  letter-spacing: 3px;
  font-family: 'din-condensed', 'Noto Sans JP', sans-serif;
}
#nb_kijiastu h1 {
  font-size: 3.2em;
  margin: 30px auto 50px;
  line-height:150%;
  font-weight: normal;
}
#nb_kijiastu h1 span {
 font-weight: bold;
 font-size:1.2em;
 color: #C63135;
 
}
#nb_kijiastu h2 {
  font-size: 2.5em;
  line-height: 140%;
  margin-top: 2em;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  
 display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

#nb_kijiastu h2:before, #nb_kijiastu h2:after {
    border-top: 2px solid #8A8A8A;
  content: "";
  width: 1em; /* 線の長さ */
}


#nb_kijiastu h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
#nb_kijiastu h2:after {
  margin-left: 1em; /* 文字の左隣 */
}

#nb_kijiastu h2 span{
font-weight: bold;
color: #C63135;
}

/*#nb_kijiastu h2 img {
  width: 45%;
  max-width: 300px;
}*/
#nb_kijiastu .g_nbcharacter_wrap {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#nb_kijiastu .flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#nb_kijiastu .main_text {
  margin: 0 auto 50px!important;
  text-align: center;
  line-height: 180%;
  display: block!important;
  width: 100%;
  max-width: 1000px;
}
#nb_kijiastu .main_text p span {
  color: #C52F32;
  font-weight: bold;
}
#nb_kijiastu section.style {
  margin: 40px auto;
  position: relative;
  width: 100%;
}
#nb_kijiastu .item {
  margin: auto;
  padding: 5%;
}
#nb_kijiastu .item img {
  width: 90%;
  max-width: 400px;
}
#nb_kijiastu .item p.itemtext {
  text-align: center;
  margin: 20px auto!important;
}
#nb_kijiastu .item p.itemtext a {
  text-decoration: underline;
  color: #000;
}
#nb_kijiastu .otheritem div {
  flex-basis: 50%;
}
#nb_kijiastu .otheritem img {
  width: 80%;
  max-width: 700px;
  margin: 0px auto 50px;
  padding: 15px;
}
#nb_kijiastu .otheritem .flex div {
  flex-basis: 50%;
}
#nb_kijiastu .otheritem .flex div:first-child {
  padding-right: 2%;
}
#nb_kijiastu .otheritem .flex div:last-child {
  padding-left: 2%;
}
#nb_kijiastu .character {
  margin: 15px auto 30px;
}
#nb_kijiastu .character img {
  width: 50%;
}
#nb_kijiastu .character p.c_text{
  width: 80%;
  text-align: center;
  margin: 20px auto!important;
}
#nb_kijiastu section.style .styling {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
#nb_kijiastu .subimage {
  margin: 50px auto 30px;
}
#nb_kijiastu .subimage div {
  flex-basis: calc(100% / 3 - 1%);
}
#nb_kijiastu .subimage div:first-child {
  margin-right: 1%;
}
#nb_kijiastu .subimage div:last-child {
  margin-left: 1%;
}
#nb_kijiastu .style .textaria {
  margin: 40px auto;
  width: 100%;
}
#nb_kijiastu .style .textaria p.text {
  text-align: left;
  margin: 0 auto 20px!important;
}
#nb_kijiastu .style .textaria p.model {
  margin: 20px auto 0!important;
  font-size: 0.8em!important;
}
#nb_kijiastu .itemlist {
  font-size: 0.8em!important;
  text-align: left;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  padding: 12px 0;
  border-top: 1px #000000 solid;
  margin: auto;
}
#nb_kijiastu .itemlist:last-of-type {
  border-bottom: 1px #000000 solid;
}
#nb_kijiastu section.black .itemlist {
  border-top: 1px #FFF solid;
}
#nb_kijiastu section.black .itemlist:last-of-type {
  border-bottom: 1px #FFF solid;
}
#nb_kijiastu .itemlist div:first-child {
  width: 75%;
  padding: 4px 1% 3px 0;
  line-height: 100%;
}
#nb_kijiastu .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#nb_kijiastu .item p.itemname {
  margin: 20px auto 5px!important;
  font-size: 0.95em!important;
}
#nb_kijiastu .item p.itemname span {
  color: #C52F32;
  font-weight: bold;
  font-size: 1.1em!important;
}
#nb_kijiastu .item p.price {
  margin: 0 auto 20px !important;
  font-size: 0.85em!important;
  display: block;
}
#nb_kijiastu .itemlist p.price {
  margin: 0 auto!important;
  font-size: 0.85em!important;
  display: block;
}
#nb_kijiastu p.price span {
  color: #C52F32;
  font-size: 1.2em!important;
  font-weight: bold;
}
#nb_kijiastu .triplelist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
	margin: 10px auto 80px;
}
#nb_kijiastu .triplelist div{
	flex-basis: calc(100% / 3);
	padding: 2%
}
#nb_kijiastu .triplelist p.titemname {
	text-align: center;
	margin: 5px auto 0!important;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.85em!important;
}
#nb_kijiastu .triplelist p.tprice {
	margin: 0 auto!important;
	text-align: center;
}
#nb_kijiastu .triplelist p.tprice span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

/* 購入ボタン */

#nb_kijiastu .itemlist a,
#nb_kijiastu .buy a {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#nb_kijiastu .triplelist a.buy{
	display: block;
	width: 50%;
	max-width: 150px;
	margin: 10px auto;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	      -moz-transition: 5s;
	      -o-transition: 5s;
	      -ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.8em;
}
#nb_kijiastu .itemlist a:hover,
#nb_kijiastu .buy a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
#nb_kijiastu .triplelist a.buy:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#nb_kijiastu .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#nb_kijiastu .Banner4 h3 {
  font-size: 30px !important;
  margin: 40px auto;
  padding: 20px 0;
  border-top: double #000;
  border-bottom: 1px solid #000;
  color: #000;
}
#nb_kijiastu .Banner4 ul {
  display: inline;
}
#nb_kijiastu .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
#nb_kijiastu .style .slide ul {
  width: 100%;
  max-width: 510px;
}
#nb_kijiastu .style .slide ul li img {
  width: 100%;
  max-width: 510px;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none!important;
  }
  #nb_kijiastu .pcflex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    width: 100%;
  }
  #nb_kijiastu section.style {
    max-width: 1100px;
    margin: -20px auto;
  }
  #nb_kijiastu .style .item {
    flex-basis: 45%;
    margin: 1%;
    padding: 80px 0;
  }
  #nb_kijiastu .item img {
    margin: 100px auto 20px;
  }
  #nb_kijiastu .style .styling {
    flex-basis: 49%;
    margin: 1%;
    padding: 80px 0;
  }
  #nb_kijiastu .right {
    flex-direction: row-reverse;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100%!important;
  }
  #news_detail .detail .head {
    width: 1000px!important;
    margin: 0 auto 50px!important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px!important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #nb_kijiastu h1 {
    font-size: 8vw;
  }
  #nb_kijiastu h1 span {
    font-size: 9vw;
    letter-spacing: 1px;
  }
  #nb_kijiastu h2 {
    font-size: 6.25vw;
    margin: 0vw auto -5vw;
  }
  #nb_kijiastu h2 img {
    width: 100%;
    padding: 30px;
  }
  #nb_kijiastu p, #nb_kijiastu div {
    font-size: 3.125vw!important;
    line-height: 180%;
  }
  #nb_kijiastu .main_text {
    margin: 10.125vw auto!important;
    width: 90%;
  }
  #nb_kijiastu .main_text p {
    text-align: left;
  }
  #nb_kijiastu .otheritem img {
    margin: 0vw auto 7.25vw;
    width: 90%;
  }
  #nb_kijiastu .item {
    margin: 8.125vw auto;
    width: 90%;
  }
  #nb_kijiastu .character p.c_text{
  	text-align: left;
  }
  #nb_kijiastu .character img {
  width: 90%;
}
  #nb_kijiastu section.style {
    margin: 2.125vw auto;
  }
  #nb_kijiastu .style:first-of-type {
    margin: 9.125vw auto 17.125vw;
  }
  #nb_kijiastu .style .textaria {
    /*width: 90%;*/
    margin: 10.25vw auto 0;
  }
  #nb_kijiastu section.white {
    margin: 48.25vw auto 10.5vw;
  }
  #nb_kijiastu .itemlist div {
    font-size: 2.7vw!important;
  }
  #nb_kijiastu .itemlist p.price {
    font-size: 2.6vw!important;
  }
  #nb_kijiastu .triplelist {
    margin: 10px auto 30px;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #nb_kijiastu .Banner4 {
    text-align: center;
    width: 100%;
  }
  #nb_kijiastu .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #nb_kijiastu .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
/*  #nb_kijiastu .header {
    position: relative;
    height: 117.5vw;
  }
  #nb_kijiastu .header .title1 {
    position: absolute;
    width: 25%;
    top: 5vw;
    left: 37vw;
  }
  #nb_kijiastu .header .title2 {
    position: absolute;
    width: 35%;
    top: 5vw;
    left: 1vw;
  }
  #nb_kijiastu .header .title3 {
    position: absolute;
    width: 36%;
    top: 5.8vw;
    left: 62vw;
  }*/
  #nb_kijiastu .header .title4 {
  /*  position: absolute;*/
  width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px;
    
  /*  width: 100%;
    bottom: 0;
    right: 0;*/
  }
}