/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
html, body {
	font-family: 'Noto Sans JP', sans-serif;
}
:root {
  --vw: 1vw;
}
a:hover {
 transition : .4s;　/*ふわっとさせる指定*/
}
.kome {
	padding-left: 1em;
}
.kome .ks {
	margin-left: -1em;
}
.cRed {
	color:#F00;
}
.fw-b {
	font-weight: bold;
}
.txt-dec-ul {
	text-decoration: underline;
}
/*■■■　top*/
/*ワンカラム*/
.wrapper.wrapper--column-2.wrapper--home .main.main--home + aside.aside {
  display: none;
}
.wrapper.wrapper--column-2.wrapper--home .main.main--home {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 960px) {
 .__content-home-top {
margin: 0 calc(50% - ( var(--vw) * 50 ));
width: calc( var(--vw) * 100 );
overflow:hidden;
}
}
/*■■■　スライダー*/
.slick-slide {
	position: relative;
}
.slick-slide img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.slick-prev {
  left: 0px !important;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.slick-slide .txtbox01, .slick-slide .txtbox02, .slick-slide .txtbox03, .slick-slide .txtbox04 {
	position: absolute;
	line-height:1.3;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	padding:0;
	margin: 0;
}
.slick-slide .txt-sha {
	text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5),
				-2px 2px 10px rgba(255, 255, 255, 0.5),
				2px -2px 10px rgba(255, 255, 255, 0.5),
				-2px -2px 10px rgba(255, 255, 255, 0.5);
}
.slick-slide .txtbox01 {
	top: 15%;
	left: 5%;
	color: #fff;
	font-size: 4vw;
}
.slick-slide .txtbox02 {
	top: 5%;
	left: 5%;
	/*color: #2e318e;*/
	font-size: 4vw;
}
.slick-slide .txtbox03 {
	top: 15%;
	right: 5%;
	color: #fff;
	font-size: 4vw;
}
.slick-slide .txtbox04 {
	top: 5%;
	left: 5%;
	font-size: 4vw;
}
.slick-slide.slick-active p {
	animation: fadeIn 2s linear 0s 1 normal both;
}
@-webkit-keyframes fadeIn { 
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 960px) {
	.slick-slide .txtbox01, .slick-slide .txtbox02, .slick-slide .txtbox03, .slick-slide .txtbox04  {
	font-weight: normal;
}
	.slick-slide .txtbox01 {
	font-size: 3.5vw;
}
.slick-slide .txtbox02 {
	top: 10%;
	left: 5%;
	font-size: 3.5vw;
}
.slick-slide .txtbox03 {
	top: 10%;
	right: 5%;
	font-size: 3.5vw;
}
.slick-slide .txtbox04 {
	top: 5%;
	left: 5%;
	font-size: 3.5vw;
}
}
@media screen and (min-width: 1280px) {
}
/*■■■　TOP見出し*/
.top-h {
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0;
  background-color: inherit;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 600px) {
	
}
@media screen and (min-width: 960px) {
	.top-h {
  font-size: 30px;
}
}
@media screen and (min-width: 1280px) {
}
/*■■■　TOPログイン*/
.body-home .c-alert.c-alert--success {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 120%;
}
/*■■■　TOPメンバー*/
.mem-wrap {
  border: 1px solid #cecece;
  padding: 1em 1em 1em;
  margin: 50px 1em;
    width: calc(100% - 2em);
}
.mem-wrap .h2, .mem-wrap .txt, .mem-wrap .btn-wrap {
  text-align: center
}
.mem-wrap .h2 {
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
}
.mem-wrap .txt {
	margin-top: 0;
	margin-bottom: 2em;
}
.mem-wrap .btn-wrap {
	margin-top: 0;
	margin-bottom: 0;
}
.mem-wrap .btn-wrap a {
  display: inline-block;
  padding: 1em 2em;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  /*background-color: #1c1c1c;*/
  background-color: #2e318e;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mem-wrap .btn-wrap a::after {
  /*background: #6c6c6c;*/
  background: #494ee1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.mem-wrap .btn-wrap a:hover {
  color: #fff;
}
.mem-wrap .btn-wrap a:hover::after {
  transform: scale(1, 1);
}
@media (min-width: 600px) {
	.mem-wrap {
  padding: 2em 2em 2em;
  margin: 70px 1em;
}
}
@media screen and (min-width: 960px) {
		.mem-wrap {
  padding: 3em 3em 3em;
  margin: 100px auto;
  width: 80%;
}
.mem-wrap .h2 {
	font-size: 30px;
}
.mem-wrap .btn-wrap a {
  padding: 1em 3em;
  font-size: 16px;
}
}
@media screen and (min-width: 1280px) {
	.mem-wrap {
  padding: 3em 3em 3em;
  margin: 100px auto;
  width: 60%;
}
}

/*■■■　TOP新着情報*/
.__block--news {
	margin-bottom: 50px !important;
}
.__block--news .__body {
	margin: 0 1em;
	width: calc(100% - 2em);
}
@media screen and (min-width: 600px) {
	.__block--news {
	margin-bottom: 70px !important;
	}
	
}
@media screen and (min-width: 960px) {
	.__block--news {
	margin-bottom: 100px !important;
	}
	.__block--news .__body {
	margin: 0 auto;	
  width: 80%;
}

}
@media screen and (min-width: 1280px) {
	.__block--news .__body {
		margin: 0 auto;
  width: 60%;
}
}
/*■■■　フッター*/
.footer {
  /*background: #1c1c1c;*/
  background: #2e318e;
  margin-top: 50px;
  color: #fff;
  padding: 1em;
}
/*
.body-home .footer {
  background: #2e318e;
}
.body-corporate .footer {
  background: #1c1c1c;
}
.body-howto .footer {
  background: #0048a6;
}
.body-law .footer {
  background: #065FE3;
}
.body-privacy .footer {
  background: #001dd1;
}
*/
.footer a {
  color: #fff;
}
.footer nav.__nav ul {
	text-align: center;
}

.f-menu-wrap ul {
	display: flex;
	flex-wrap:wrap;	
	padding: 0;
}
.f-menu-wrap li {
	list-style: none;
	flex-basis: 50%;
	margin-bottom: 1em;
	padding: 0 1em;
}
.f-menu-wrap li a:hover {
	color: #CCC;
}
.f-logo {
	text-align: center;
}
.f-logo img {
	max-width: 150px;
}
@media screen and (min-width: 600px) {
	.footer {
  margin-top: 100px;
}
	.footer-wrap .f-inner {
	display: flex;
	padding: 1em 0 0em;
	flex-direction: row-reverse;
}
.f-logo-wrap {
	width: 30%;
	padding-right: 2em;
}
.f-menu-wrap {
	width: 70%;
}
.f-menu-wrap li {
	flex-basis: calc(100% / 3);
}
.f-logo img {
	max-width: 100%;
}
}
@media screen and (min-width: 960px) {
		.footer-wrap .f-inner {
	padding: 3em 0 2em;
}
.f-logo img {
	max-width: 200px;
}
.f-menu-wrap li {
	flex-basis: 25%;
}
}
@media screen and (max-width: 1279px) {
  .footer-wrap {
    max-width: 960px;
	margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer-wrap {
    max-width: 1280px;
	margin: 0 auto;
  }
}

/*■■■　TOPプロダクツ*/
@media screen and (max-width: 599px) {
  .p-product-block.p-product-block--compact ul.__product {
    white-space: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    -webkit-overflow-scrolling: touch;
  }
   .p-product-block.p-product-block--compact ul.__product li.__item {
    white-space: normal;
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
	.p-product-block ul.__product li.__item {
    width: calc(100% / 3);

  }
}
@media screen and (min-width: 960px) {
}
@media screen and (min-width: 1280px) {
  .p-product-block ul.__product li.__item {
    width: 25%;

  }
}
.p-product-block ul.__product li.__item {
  padding: 1em .5em 2em;
}
.p-product-block ul.__product li.__item a .__title {
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 1em;
}
.p-product-block ul.__product li.__item a:hover > .__title {
	text-decoration: none;
}
.p-product-block ul.__product li.__item a .__description dl.__price {
  text-align: center;
}
.p-product-block ul.__product li.__item a .__photo {
	overflow: hidden;
	background-color: #f1f1f1;
	text-align: center;
	margin-bottom:1em;
}
.p-product-block ul.__product li.__item a .__photo::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.p-product-block ul.__product li.__item a .__photo img {
	/*width: 100%;
    height: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
   /* object-fit: cover;*/
   max-width: 100%;
	max-height: 100%;
}
.p-product-block ul.__product a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}
.p-product-block ul.__product a:hover {
	color: #CCC;
	text-decoration: none;
}
/*■■■　プロダクツ一覧ボタン*/
.main--home .c-more {
	text-align: center;
	margin-top: 50px;
}

.main--home .c-more a {
  display: inline-block;
  padding: 1em 2em;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  /*background-color: #1c1c1c;*/
  background-color: #2e318e;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main--home .c-more a:hover {
  color: #fff;
  background-color: #494ee1;
}
/*
.main--home .c-more a::after {
  background: #6c6c6c;
  background: #494ee1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.main--home .c-more a:hover {
  color: #fff;
}
.main--home .c-more a:hover::after {
  transform: scale(1, 1);
}
.main--home .c-more a::before {
	display: none;
}
*/
@media (min-width: 600px) {
}
@media screen and (min-width: 960px) {
	.main--home .c-more a {
  padding: 1em 3em;
  font-size: 16px;
}
}
@media screen and (min-width: 1280px) {
}
/*■■■　ヘッダー*/
.header_wb_wrap {
	display: none;
}
@media (min-width: 600px) {
	.header_wb_wrap {
		display: block;
	background-color: #2e318e;
	color: #FFF;
	font-size: 85%;
	}
	.header_wb {
	padding: 1.2em .5em;
	margin: 0 auto;
	text-align: center;
	}
}
@media screen and (min-width: 1280px) {
	.header_wb {
		text-align: left;
		max-width: 1280px;
	}
	.header .__banner {
	  margin-top: .5em;  
  }
  .header .header-wrap {
    max-width: 1280px;
	margin: 0 auto 1em;
  }
}
.header-logo {
	text-align: center;
	width: 160px;
	font-weight: normal;
	line-height: 1.2;
	font-size: 1.2em;
	margin-left: 1em;
}
/*■■■ヘッダーメニュー*/
@media screen and (min-width: 1280px) {
  .gnav-pc .__menu {
    max-width: 1000px;
  }
}
.gnav-pc .__menu.__menu--default ul li, .gnav-pc .__menu.__menu--custom ul li {
  border-right: none;
  border-left: none;
  background-color: inherit;
}
.gnav-pc {
  background-color: #fff;
  margin-bottom: 1em;
  /*border-bottom: 10px solid #2e318e;
  border-bottom: 1px solid #9fa6ff;*/
  border-bottom: 1px solid #bec3ff;
}
.body-home .gnav-pc {
	border-bottom: none;
}
.gnav-pc .__menu.__menu--default ul li a, .gnav-pc .__menu.__menu--custom ul li a {
  color: #333;
}
.gnav-pc .__menu.__menu--default ul li a:hover, .gnav-pc .__menu.__menu--custom ul li a:hover {
  text-decoration: none;
  background-image: none;
  color: #CCC;
}
.gnav-sp .__search--keyword .__submit {
	text-align: center;
}
.gnav-sp .__search--keyword .c-button {
	margin: 1em 0;
}
.gnav-sp .__is-member .__name {
	font-weight: bold;
}
.gnav-sp .__search--keyword input {
	width: 100%;
}
/*■■■サブメニュー*/
.main.main--product-list.main--product-list-category-20 section.__child ul li:nth-child(3),
.main.main--product-list.main--product-list-category-20 section.__child ul li:last-child {
	display: none;
}
.main.main--product-list.main--product-list-category-36 section.__child ul li:nth-child(3),
.main.main--product-list.main--product-list-category-36 section.__child ul li:last-child {
	display: none;
}
/*■■■サイドバー*/
.aside section.__block.__block--login.__is-member .__message .__name {
	font-weight: bold;
}
.aside section.__block.__block--calendar ul li {
  padding: 0 20px;
}
.aside section.__block.__block--calendar ul li table.cal tbody td span {
  padding: .3em 0;
}
.aside section.__block.__block--calendar ul li table.cal tbody th {
  padding: .5em 0;
}
.aside section.__block.__block--calendar ul li table.cal tbody td {
  padding: 0;
  border: none;
  border: 5px solid #FFF;
}
.aside section.__block.__block--cart .__body {
  padding: 15px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
  margin: 1em 20px;
}
@media screen and (max-width: 599px) {	
	.aside .__block--search input[type=text] {
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 600px) {
	.aside .__block--search .c-form input[type=text] {
		width: 100% !important;
		margin-bottom: 1em;
}
}
@media screen and (min-width: 960px) {
    .aside section.__block .__heading.__heading--default, .aside section.__block .__heading.__heading--custom {
      /*border-bottom: 3px solid #2e318e;
	  border-bottom: 1px solid #9fa6ff;*/
	  border-bottom: 1px solid #bec3ff;
}
.aside section.__block.__block--cart .__body {
		margin: 1em 0 0;
	}
.aside section.__block.__block--calendar ul li {
  padding: 0;
}
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--26,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--39,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--25,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--40,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--43 {
	display: none;
}
/*■■■スマホメニュー*/
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--26,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--26,
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--39,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--39,
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--25,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--25,
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--40,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--40,
.gnav-sp .__drawer .__menu .__content .__search.__search--category .__body ul.__tree li.__item.__item--43,
.gnav-sp .__drawer .__menu .__content .__member.__is-member .__body ul.__sub-menu li.__item.__item--43 {
  display: none;
}
/*クローズド用*/
/**/
.aside .__block--login .__body .__menu .__mypage {
	border-radius: 100px;
	border: 1px solid #2e318e;
	overflow: hidden;
	background-color: #2e318e;
	margin-bottom: 1em;
	margin-top: 1em;
}
.aside .__block--login .__body .__menu .__mypage:hover {
  background-color: #494ee1;
}
.aside .__block--login .__body .__menu .__mypage a {
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color: #FFF;
}
.aside .__block--login .__body .__menu .__logout {
	border-radius: 100px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.aside .__block--login .__body .__menu .__logout:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.aside .__block--login .__body .__menu .__logout a {
  display: block;
  padding: 1em 1em;
  text-decoration: none;
}
/*
.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
  color: #fff;
  background-color: #2e318e;
  font-weight: bold;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 2em;
  width: 100%;
}
*/
@media screen and (min-width: 600px) {
	.aside .__block--login .__body .__menu .__mypage a {
  padding: 0.3em 1em;
}
.aside .__block--login .__body .__menu .__logout a {
  padding: 0.3em 1em;
}
}
/*クローズド用END*/
/*セミクローズド用*/
/*
.aside section.__block.__block--login.__is-guest .__body .__login-form dl dt {
  width: 100%;
  max-width: none;
  padding-right: .5em;
  text-align: left;
}
.aside section.__block.__block--login.__is-guest .__body .__login-form dl dd {
  width: 100%;
  max-width: none;
  margin: 0;
}
.aside section.__block.__block--login.__is-guest .__body .__login-form .__submit .__button {
  background-color: #2e318e;
  color: #fff;
  padding-left: 3.5em;
  padding-right: 3.5em;
  border-radius: 2em;
  font-weight: bold;
  width: 100%;
}
.aside section.__block.__block--login.__is-guest .__body .__login-form .__submit .__button:hover {
  background-color: #494ee1;
}
.aside section.__block.__block--login .__body ul.__menu li {
  display: block;
  text-align: left;
  padding: .15em 0;
}
*/
/*セミクローズド用END*/



/*■■■見出し*/
.c-heading-main {
	position: relative;
}
/*
.c-heading-main:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid  #9fa6ff;
  bottom: -2px;
  width: 20%;
}
*/
@media screen and (min-width: 960px) {
    .c-heading-main {
      border-bottom: 2px solid #bec3ff;
      padding: .5em 0;
      padding: .5rem 0;
      margin: 0 0 .5em 0;
      margin: 0 0 .5rem 0; 
	  } 
}
@media screen and (max-width: 959px) {
    .c-heading-main {
      border-top: 2px solid #bec3ff;
      padding: .5em 1em;
      padding: .5rem 1rem;
      margin: 0; 
	  }
}
/*■■■商品詳細*/
/*セミクローズド用
.main--product-detail .c-form .__item .__price a,
.main--product-detail .c-form .__item .__order a {
	text-decoration: underline;
}
*/
/*■■■トップログイン*/
.wrapper--login-closed {
	margin-top: 1em;
}
.main--login-closed .c-form .__submit .c-button-submit {
  background-color: #2e318e;
}

.main--login-closed .c-form .__submit .c-button-submit:hover {
  background: #494ee1;
}
section.__input .__remember {
	padding: 0 1em;
}
.main--login-closed .c-form .__remember label {
	width: 100%;
}
.guest-logo-wrap {
	text-align: center;
	margin-top: 1em;
}
.guest-logo-wrap .guest-logo {
	width: 200px;
}
@media screen and (min-width: 600px) {
	.guest-logo-wrap {
		margin-top: 3em;
	}
	.wrapper--login-closed {
	margin-top: 0em;
}
.main--login-closed .c-form .__remember label {
	width: 40%;
}
.main--login-closed .c-form .__submit .c-button-submit {
  width: 40%;
}
section.__input .__remember {
	padding: 0;
}
}
/*■■■フォーム関連*/
.c-form input[type="text"], .c-form input[type="password"], .c-form input[type="email"], .c-form input[type="url"], .c-form input[type="date"], .c-form input[type="month"], .c-form input[type="time"], .c-form input[type="datetime"], .c-form input[type="datetime-local"], .c-form input[type="week"], .c-form input[type="number"], .c-form input[type="search"], .c-form input[type="tel"], .c-form input[type="color"] {
  box-shadow: none;
}
.c-form select, .c-form textarea {
  box-shadow: none;
  color: #333;
}
.c-form .c-button {
	color: #333;
}
@media screen and (max-width: 599px) {
	.c-form .__comp, .c-form .__depa, .c-form .__name, .c-form .__email,
	.c-form .__url, .c-form .__address, c-form .__content,
	#login-form input[name="loginEmail"], #login-form input[name="loginPassword"],
	.main--password-request .c-form input[name="email"],
	.c-form .__comp_name, .c-form .__comp_name_kana, .c-form .__comp_depa,
	.c-form .__addr01, .c-form .__addr02, .c-form .__addr03, .c-form .__job, .c-form .__password, .c-form .__password_again,
	.c-form input[name="keyword"] {
		width: 100%;
	}
  .c-form input[name="zip_code[0]"], .c-form input[name="zip_code[1]"] {
  width: 5em;
}
}
/*■■■送信ボタン*/
.c-button-submit {
  color: #fff;
  font-weight: bold;
  background-color: #2e318e;
  min-width: 12em;
  font-size: 1.3em;
}
.c-button-submit:hover {
  background-color: #494ee1;
}
/*新規会員登録ボタン*/
.new-men-reg-warp {
	text-align: center;
}
.new-men-reg-txt {
	margin-bottom: 2em;
}
.new-men-reg-txt-btn a {
  color: #fff;
  background-color: #2e318e;
  font-size: 1.1em;
  border-radius: 100px;
  padding: .5em 1.5em .6em 50px;
  text-decoration: none;
  background-image: url("https://files.bcart.jp/nioma/uploads/common/img/new_men_reg_icn.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  line-height: 1.2; 
}
.new-men-reg-txt-btn a:hover {
  background-color: #494ee1;
}
@media screen and (max-width: 599px) {
	.new-men-reg-txt-btn a {
  padding: .5em 2em .6em 60px;
  background-position: 30px center; 
}
}
/*■■■商品ぺージからのお問い合わせボタン*/
.pro-cont-wrap {
	margin-top: 3em;
}
.pro-cont-txt {
	margin-bottom: 0;
}
.pro-cont-wrap .kome {
	color: #F00;
	margin-bottom: 1em;
	margin-top: 0;
}
.pro-cont-btn a {
	background-color: #2e318e;
	display: inline-block;
	text-align: center;
	padding: .6em 2em;
	border-radius: 100px;
	color: #FFF;
	text-decoration: none;
}
.pro-cont-btn a:hover {
	background-color: #8A8CD9;
}
@media screen and (max-width: 599px) {
	.pro-cont-wrap {
	margin-top: 2em;
	padding: 0 1em;
}
.pro-cont-btn a {
	width: 100%;
}
}
/*■■■新着商品ラベル*/
.p-product-block ul.__product li.__item a .__status ul li.__label.__label--new {
	/*color: #fff;
	font-weight: normal;
	background-color: #7B7DD5;*/
/*	color: inherit;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #666;*/
	display: none;
}
.p-product-block ul.__product li.__item a .__status ul li.__label {
  display: inline-block;
  font-size: .8em;
  padding: 0 .5em .2em;
  vertical-align: middle;
  margin-bottom: .1em;
}
.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--new {
  /*color: #fff;
  font-weight: bold;
  background-color: #2ab27b;*/
  color: inherit;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #666;
	display: none;
}
.main.main--product-detail section.__information .__secondary .__status ul li.__item {
  display: inline-block;
  font-size: .8em;
  padding: 0 .5em .2em;
  vertical-align: middle;
  margin-bottom: .2em;
}
/*■■■NP請求書払い*/
.sct-np img {
	max-width: 100%;
	height: auto;
}
.sct-np .np-wrap01 .imgCol {
}
.sct-np h1{
	font-size: 1.7em;
}
.sct-np .np-wrap01 .txtCol dd {
	margin-left: 1em;
	margin-bottom: 1em;	
}
.sct-np .exclamation {
	color:#F00;
	position: relative;
	font-weight: bold;
}
.dli-exclamation-circle {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2em;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-top: -0.4em;
}

.dli-exclamation-circle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
}
@media screen and (min-width: 600px) {
	.sct-np .np-wrap01 {
	display: flex;
	align-items: center;
}
.sct-np .np-wrap01 .imgCol {
	margin-right: 20px;
}
}
@media screen and (min-width: 960px) {
	.sct-np .np-wrap01 .imgCol img {
	/*width: 468px;*/
}
}
.sct-np h2 {
	background-color: #f6f6f6;
	font-size: 20px;
	padding: .5em 1em;
	font-weight: normal;
	margin-top: 2em;
}
.sct-np .notes {
	color:#F00;
}
.sct-np .notes dt {
	font-weight: bold;
}
.sct-np .notes dd {
	margin-left: 0;
}
.sct-np .step li {
	list-style: none;
	padding-bottom: 60px;
}
.sct-np .step li.lastC {
	padding-bottom: 0;
}
.sct-np .step li dl {
	display: flex;
	
	align-items: center;
}
.sct-np .step li dt {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.sct-np .step li dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}
.sct-np .step li.lastC dt::after {
  content: "";
  display: none;
}
.sct-np .step li dt span {
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: normal;
}
/*■■■商品のご注文*/
/**/
.body-order-form .main--order-form .c-form .__block--payment .p-form-table ul {
	display: flex;
  flex-direction: column;
}
.body-order-form .main--order-form .c-form .__block--payment .p-form-table ul .__item--credit_card {
	order: 2;
}
.body-order-form .main--order-form .c-form .__block--payment .p-form-table ul .__item--np_kake {
	order: 4;
	margin-bottom: 0 !important;
    border-bottom: none !important;
}
.body-order-form .main--order-form .c-form .__block--payment .p-form-table ul .__item--b_kake {
	order: 3;
	/*border-bottom: 1px dotted #ddd !important;
	margin-bottom: .5em !important;*/
	margin-bottom: 0 !important;
    border-bottom: none !important;
}
.body-order-form .main--order-form .c-form .__block--payment .p-form-table ul .__item--bank {
	order: 1;
	border-bottom: 1px dotted #ddd !important;
	margin-bottom: .5em !important;
}

/*■■■商品のお見積り*/
.body-order-form .main--order-form .__heading .__h1 .mtmori-txt01 {
	font-size: 80%;
	color:#F00;
}






@media screen and (min-width: 600px) {
}
@media screen and (min-width: 960px) {
}
@media screen and (min-width: 1280px) {
}

















