@charset "UTF-8";
@import url("nvgrid.css"); 
@import url("lightbox.css"); 
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i");
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

/*--------------------------------------------------------------------*/
/* 手づくりタウン 202211ver */
/*--------------------------------------------------------------------*/

/* NV Color
Pink #d66372 rgba(214, 99, 114, 1)
Gold #a87e16 rgba(168, 126, 22, 1)
*/


/*.page-alert .block-common-alert--message::after {
  display: block;
  content: "ここは定期購読者専用ページです。定期購読者の方は右上のメニューからログインしてください。";
}
*/

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover {
	opacity: 0.6;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.3;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
  line-height: 1.3;
  margin-bottom: .5em;
}

strong {
  font-weight: bold;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}
figcaption {
  padding-top: .5em;
}

@media print, screen and (min-width: 768px) {
  h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
  }
}


@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/*Layout
--------------------------------------------------------------------*/
.innr {
  margin: 0 10px;
}
.innr-narrow {
  margin: 0 10px;
}

@media print, screen and (min-width: 971px) {
  .innr-narrow {
    width: 950px;
    margin: 0 auto;
  }
}


@media print, screen and (min-width: 1341px) {
  .innr {
    width: 1340px;
    margin: 0 auto;
  }
  .pane-main .container .innr { width: 100%; max-width: 1200px;}
}


/* Nav
--------------------------------------------------------------------*/
.genre-nav-wrap {
	margin: 40px 0;
}
.genre-nav-wrap .link-btn-wrap.genre-show-more-btn-wrap {
    margin-top: 0;
}
.genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
.genre-nav li {
  width: 50%;
	box-sizing: border-box;
	padding: 5px;
  margin: 0;
}
.genre-nav li a {
  display: block;
	border: 1px solid #444;
  background: #fff;
  font-size: 12px;
	text-align: center;
  padding: .5em 0;
}
.genre-nav li a:hover {
  background: #f6e0e2;
  text-decoration: none;
}
.genre-nav li.nav-long {
  width: 100%;
}
.genre-nav li a.invalid {
  pointer-events: none;
  background: #999;
  color: #fff;
}
.genre-nav li a.current {
  pointer-events: none;
  background: #ccc;
}

@media screen and (min-width:480px){
	.genre-nav li {
		width: 33.3333%;
	}
  .genre-nav li.nav-long {
    width: 100%;
  }
}
@media screen and (min-width:768px){
  .genre-nav {
    padding: 20px 0;
  }
	.genre-nav li {
		width: 25%;
	}
  .genre-nav li.nav-long {
    width: 100%;
  }
}
@media screen and (min-width:980px){
	.genre-nav li {
		width: 20%;
	}
  .genre-nav li.nav-long {
    width: 100%;
  }
}
@media screen and (min-width:1024px){
	.genre-nav {
		margin: 0 auto;
	}
  .genre-nav li a {
    font-size: 14px;
    padding: .7em 0;
  }
}

.genre-nav-variable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
.genre-nav-variable li {
	box-sizing: border-box;
	padding: 5px;
  margin: 0;
}
.genre-nav-variable li a {
  display: block;
	border: 1px solid #444;
  background: #fff;
	text-align: center;
  padding: .5em;
}
.genre-nav-variable li a:hover {
  background: #f6e0e2;
  text-decoration: none;
}
.genre-nav-variable li a.invalid {
  pointer-events: none;
  background: #999;
  color: #fff;
}
.genre-nav-variable li a.current {
  pointer-events: none;
  background: #ccc;
}

@media screen and (min-width:768px){
  .genre-nav-variable {
    padding: 20px 0;
  }
}
@media screen and (min-width:1024px){
	.genre-nav-variable li a {
    font-size: 14px;
    padding: .7em;
  }
}

.genre-nav-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.genre-nav-bnr li {
  width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
.genre-nav-bnr li a {
  display: block;
	border: 1px solid #444;
}
.genre-nav-bnr li a:hover {
}

@media screen and (min-width:480px){
	.genre-nav-bnr li {
		width: 50%;
  }
}

.genre-nav-arrow::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .75em;
}
.genre-nav-arrow:hover::after {
  text-decoration: none !important;
}
.genre-nav-backparent::after {
	content: "\f3bf";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .75em;
}
.genre-nav-backparent:hover::after {
  text-decoration: none !important;
}
.genre-nav-down::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .75em;
}
.genre-nav-external::after {
	content: "\f360";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .75em;
}

.page-nav-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.page-nav-border li {
	box-sizing: border-box;
	padding: 5px;
  margin: 0;
}
.page-nav-border li a {
  display: block;
	border: 1px solid #444;
  font-size: 12px;
	text-align: center;
  padding: .25em .5em;
}
.page-nav-border li a:hover {
  background: #f6e0e2;
  text-decoration: none;
}
.page-nav-border li a::before {
	content: "\f0d7";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}
.page-nav-border li a:hover::before {
  text-decoration: none !important;
}


@media screen and (min-width:1024px){
	.page-nav-border li a {
    font-size: 16px;
    padding: .7em;
  }
}



/* Breadcrumb
--------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
.breadcrumb li {
  font-size: .9em;
  margin-right: .5em;
}
.breadcrumb li a::after {
  content: ">";
  text-decoration: none;
  margin-left: .5em;
}
.breadcrumb li a:hover::after {
  text-decoration: none !important;
}
.breadcrumb li a.invalid,
.breadcrumb li a.current {
  pointer-events: none;
  background: #ccc;
}




/* Home
--------------------------------------------------------------------*/
.slider-main .sp-slides .sp-slide a {
  padding: 0;
  vertical-align: bottom;
}
.slider-externallink {
  position: relative;
}
.slider-externallink::after {
  position: absolute;
  display: block;
  right: 5px;
  bottom: -2px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: rgba(90, 90, 90, .8);
	content: "\f08e";
	color: #fff;
  font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .slider-externallink::after {
    bottom: -5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 20px;
  }
}


/* Ribbon */
.ribbon-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.ribbon-box img {
  z-index: 1;
}
.ribbon-box .ribbon-bottomleft {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 20px;
  line-height: 20px;
  transform: rotate(45deg) translate(-65px,40px);
  font-size: .75em;
  text-align: center;
  z-index: 2;
}
.ribbon-gray-yellow {
  background: rgba(30, 30, 30, .75);
  color: #ff0;
}
.ribbon-pink-white {
  background: rgba(214, 99, 114, .8);
  color: #fff;
}
.ribbon-green-white {
  background: rgba(104, 192, 165, .8);
  color: #fff;
}


@media print, screen and (min-width: 768px) {
  .ribbon-box .ribbon-bottomleft {
    height: 30px;
    line-height: 30px;
  transform: rotate(45deg) translate(-55px,30px);
    font-size: .875em;
  }
}


/* Nav */
.block-main-nav {
  background: rgba(255, 255, 0, .1);
  padding: 20px 0;
  margin-bottom: 50px;
}
.block-main-nav .top-nav-header {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .block-main-nav .top-nav-header {
    font-size: 1.25em;
    font-weight: 500;
    margin: 0 auto;
  }
}


/* Bnr */
.block-main-bnrs {
  background: #f4f4f4;
  padding: 40px 0 20px;
}


/* Recommend */
/*.block-main-recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-main-recommend li {
  margin: 0 15px 30px;
  width: calc(100% / 2 - 30px);
}
.block-main-recommend li span {
  padding-top: .5em;
  line-height: 1.3
}

@media print, screen and (min-width: 768px) {
  .block-main-recommend li {
    width: calc(100% / 4 - 30px);
  }
}*/

/* Latest */
/*.block-main-latest {
}
.block-main-latest li span {
  display: block;
  width: 100%;
}
.block-main-latest li .date {
  color: #a87e16;
  text-align: center;
}
.block-main-latest li .date em {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  letter-spacing: .2em;
}*/

/* Sindex */
.block-main-sindex {
  padding: 30px 0 10px;
}

/* Sakka */
.block-main-sakka {
  padding: 30px 0;
}
.block-main-sakka-list {
  
}
.block-main-sakka-list li {
  display: inline-block;
  margin: 0 1em .5em 0;
}
.block-main-sakka-list li a {
  background: #fff;
  border-radius: 5px;
  padding: .25em .5em;
}
.block-main-sakka-list li a:hover {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  text-decoration: none;
}
.block-main-sakka-list li a::before {
  content: "#";
  margin-right: .25em;
}


/* Genre */
.block-main-genre {
}
.block-main-genre li {
}
.block-main-genre li a {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 7px;
  border: 1px solid #000;
}
.block-main-genre li a:hover {
  background: #f6e0e2;
  text-decoration: none;
}
.block-main-genre li span {
}
.block-main-genre li .genre-icon {
  width: 30px;
  flex: 0 0 auto;
  margin-right: 5px;
}
.block-main-genre li .genre-icon img {
}
.block-main-genre li .genre-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.block-main-genre li .long-name {
  font-size: 11px;
}

@media print, screen and (min-width: 768px) {
  .block-main-genre li {
  }
  .block-main-genre li a {
    height: 70px;
  }
  .block-main-genre li .genre-icon {
    width: 55px;
    margin-right: 10px;
  }
  .block-main-genre li .genre-name {
    font-size: 15px;
    font-weight: normal;
  }
  .block-main-genre li .long-name {
    font-size: 13px;
  }
}

/* Magazines */
.block-main-magazines {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.magazines-list {
  width: 25%;
  background-size: cover;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}
.magazines-list a {
  display: block;
}
.magazines-list a:hover {
  text-decoration: none !important;
}
.magazines-list .magazine-cover {
  position: relative;
  border-bottom: 10px solid rgba(168, 126, 22, .3);
}
.magazines-list .magazine-cover::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.magazines-list .magazine-cover img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  object-fit: cover;
}
.magazines-list .magazine-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(214, 99, 114, .9);
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: .6em;
  letter-spacing: 0;
  text-align: center;
  z-index: 5;
}
.magazines-list .magazine-name {
  line-height: 1.1;
  font-size: .75em;
  font-weight: bold;
  margin-top: .25em;
  text-align: center;
}
.magazines-list .magazine-category {
  text-align: center;
  margin: .25em 0 0;
}
.magazines-list .magazine-category span {
  display: inline-block;
  background: rgba(168, 126, 22, 1);
  border-radius: 3px;
  color: #fff;
  font-size: .75em;
  line-height: 1;
  padding: .25em 0.5em;
}

@media print, screen and (min-width: 992px) {
  .block-main-magazines {
    flex-wrap: nowrap;
  }
  .magazines-list {
  }
  .magazines-list .magazine-badge {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: .6em;
  }
  .magazines-list .magazine-name {
    font-size: .9em;
    font-weight: normal;
  }
}

/* Banners */
/*.block-main-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.block-main-banners li {
  margin: 0 15px 30px;
  width: calc(100% - 30px);
}

@media print, screen and (min-width: 768px) {
  .block-main-banners li {
    width: calc(100% / 2 - 30px);
  }
}*/


/*Article
--------------------------------------------------------------------*/
.article-list .article-title {
  display: block;
  /* line-height: 1.2; */
  padding-top: .75em;
  font-size: 18px;
}
[data-browse-mode="S"] .article-list .article-title {	
  font-size: 16px;
}
/* Category
--------------------------------------------------------------------*/
.category-top {
  padding: 30px 0;
}
.category-header {
  display: flex;
  justify-content: center;
}
.category-header .category-icon {
  width: 80px;
  height: 80px;
  background: #666;
  border-radius: 50%;
  margin: 0 5px;
}
.category-header .category-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
}

@media print, screen and (min-width: 768px) {
  .category-header .category-icon {
    width: 200px;
    height: 200px;
    background: #666;
    border-radius: 50%;
    margin: 0 5px;
  }
  .category-header .category-title {
    font-size: 36px;
    font-weight: normal;
    margin: 0 5px;
  }
}


/* 各カテゴリ
--------------------------------------------------------------------*/

/* イベント表示 */
.block-top-event {
  /* max-width: 1230px; */
  margin: 50px auto;
}
.block-category-list--event .block-top-event--goods {
  padding-bottom: 10px;
}
.block-category-list--event .nvbtn-group {
  padding-bottom: 30px;
}

/*.block-top-event .common-title {
  display: block;
  font-size: 24px !important;
  font-weight: normal;
  text-align: center;
  margin: 0 auto .5em;
  padding: 0;
}
.block-top-event .common-title span {
    display: inherit;
    padding: 0;
}
.block-top-event .common-title::after {
  display: block;
  position: inherit;
  width: inherit;
  height: inherit;
  background: none;
  content: 'Recommended';
  font-style: 18px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}*/
.block-top-event .block-thumbnail-t {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .block-top-event .common-title {
    margin: 0 auto 1em;
  }
  .block-category-list--event .block-top-event--goods {
    padding-bottom: 50px;
  }
  .block-category-list--event .nvbtn-group {
    padding-bottom: 50px;
  }
}


/* トピック */
.block-category-list--topic .container {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* 商品一覧 PC
--------------------------------------------------------------------*/

/* カテゴリー商品一覧 */
.block-thumbnail-t--goods-image figure {
  margin-bottom: 15px;
}
.block-thumbnail-t li {
  margin-bottom: 4%;
}
.block-thumbnail-t--default-price {
  color: #888;
}


/* 最近見た商品 */
.block-goods-historyunit .common-title,
.block-recent-item .common-title,
.block-recent-item--header,
.block-cart-recent-item--header {
    font-size: clamp(20px, 4vw ,40px);
    font-weight: bold;
    color: var(--common-green-color);
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    flex-wrap: wrap;
}
.block-goods-historyunit .common-title::before,
.block-recent-item .common-title::before,
.block-recent-item--header::before,
.block-cart-recent-item--header::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-image: radial-gradient(circle, var(--common-green-color) 54%, transparent 40%);
  background-size: 100% 10px;
  background-position: top;
  background-repeat: repeat-y;
  margin-right: 10px;
}
.block-goods-historyunit .common-title::after,
.block-recent-item .common-title::after,
.block-recent-item--header::after,
.block-cart-recent-item--header::after {
    content: "RecentlyViewed";
    font-size: 18px;
    font-weight: normal;
    margin-left: 0.5em;
}
.block-thumbnail-h--goods-name {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: .5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(14px * 3);
}
.block-thumbnail-h--goods-name a {
  text-decoration: none;
}
.block-thumbnail-h--goods-name a:hover {
  text-decoration: underline;
}
.block-thumbnail-h--price.price {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
[data-browse-mode="P"] .block-recent-item--body .block-thumbnail-h,
[data-browse-mode="P"] .block-recent-item--items .block-thumbnail-h {
    flex-wrap: nowrap;
    width: max-content;
}
[data-browse-mode="P"] .block-recent-item--body .block-thumbnail-h li,
[data-browse-mode="P"] .block-recent-item--items .block-thumbnail-h li {
	width: 190px;
    max-width: none;
}
[data-browse-mode="P"] .page-top  .block-recent-item--body .block-thumbnail-h li,
[data-browse-mode="P"] .page-top .block-recent-item--items .block-thumbnail-h li {
    width: 210px;
    max-width: none;
}
[data-browse-mode="S"] .block-goods-historyunit .common-title,
[data-browse-mode="S"] .block-recent-item .common-title,
[data-browse-mode="S"] .block-recent-item--header,
[data-browse-mode="S"] .block-cart-recent-item--header {
    font-size: 28px;
    margin: 0 0 20px;
}
[data-browse-mode="S"] .block-goods-historyunit .common-title::after,
[data-browse-mode="S"] .block-recent-item .common-title::after,
[data-browse-mode="S"] .block-recent-item--header::after,
[data-browse-mode="S"] .block-cart-recent-item--header::after {
    font-size: 11px;
}
[data-browse-mode="S"] .block-thumbnail-h {
	overflow: auto;
	padding: 0 10px;
}
[data-browse-mode="S"] .block-recent-item--body .block-thumbnail-h li,
[data-browse-mode="S"] .block-recent-item--items .block-thumbnail-h li {
    width: clamp(100px , 52vw , 300px);
    margin: 0;
}

/* イベント ピックアップ表示 */
.block-pickup-list-p--goods-name {
  line-height: 1.5;
  margin-bottom: .5em;
}
.block-pickup-list-p--goods-name a {
  text-decoration: none;
}
.block-pickup-list-p--goods-name a:hover {
  text-decoration: underline;
}
.block-pickup-list-p--comment {
  color: #a87e16;
  font-size: 85%;
  line-height: 1.3;
  margin-bottom: .5em;
}

/* スマホ アイコン表示サイズ */
@media (max-width: 575px) {
  .block-icon img {
    width: auto;
    height: 20px !important;
    vertical-align: top;
  }
}


/* 商品一覧 共通
--------------------------------------------------------------------*/
ul.goods-book-mokuji li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
  margin: .5em 0;
}
ul.goods-book-mokuji li:before {
  content: "";
  width: .8em;
  height: .8em;
  display: inline-block;
  background-color: #a87e16;
  border-radius: 50%;
  margin-right: .5em;
}
ul.goods-book-mokuji li .sub-title {
  color: #a87e16;
  font-size: .875em;
}

/* Facabook共有ボタン 文言非表示 */
.block-goods-sns--facebook {
  display: none !important;
}


/* 商品一覧 スマホ
--------------------------------------------------------------------*/
@media (max-width: 767px) {
  .block-thumbnail-t--goods-name {
    font-size: 15px;
    font-weight: normal;
  }
  .block-thumbnail-t--price {
    font-size: 16px;
  }
}


/* 商品詳細 共通
--------------------------------------------------------------------*/
.goods-crafting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
}
.goods-crafting .goods-crafting-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.goods-crafting .goods-crafting-logo img {
  max-width: 80px;
}
.goods-crafting .goods-crafting-detail {
  width: 100%;
  flex: 1;
}
.goods-crafting .goods-crafting-detail h4 {
  font-size: 1.125em;
  margin: 0 0 .5em;
}
.goods-crafting .goods-crafting-detail p {
  line-height: 1.3;
}
.goods-crafting .goods-crafting-detail .to-crafting {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .goods-crafting {
    margin-bottom: 30px;
  }
  .goods-crafting .goods-crafting-logo {
    width: 20%;
    text-align: center;
    margin-bottom: 0;
  }
  .goods-crafting .goods-crafting-logo img {
    max-width: 120px;
  }
  .goods-crafting .goods-crafting-detail {
    width: 78%;
    flex: 1;
  }
}

.header-product-brand {
  text-align: center;
  padding: 20px 0;
}
.bnr-relatedproducts {
  background: #f3f3f3;
  margin-top: 30px;
  padding: 10px;
}
.bnr-relatedproducts a {
  display: block;
}
.bnr-relatedproducts a:nth-child(n+2) {
  margin-top: 10px;
}
.bnr-relatedproducts span {
  display: block;
  line-height: 1.2;
  padding-bottom: .75em;
}

@media print, screen and (min-width: 768px) {
  .bnr-relatedproducts {
    margin-top: 50px;
    padding: 20px;
  }
  .bnr-relatedproducts a:nth-child(n+2) {
    margin-top: 20px;
  }
}

.block-goods-qanda {
  background: rgba(168, 126, 22, .1);
  padding: 15px;
}
.block-goods-qanda dt {
  font-weight: bold;
  margin: 0 0 .25em;
  display: flex;
  align-items: center;
}
.block-goods-qanda dt:before {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
.block-goods-qanda dt:before {
  margin-right: .5em;
}

.block-goods-qanda dd {
  background: #fff;
  padding: .5em 1em;
  margin: 0 0 1.5em .5em;
}

/* 商品詳細 スマホ
--------------------------------------------------------------------*/
@media (max-width: 767px) {
  .block-goods-detail {
    padding-bottom: 20px;
  }
  .block-thumbnail-t--goods-description .block-icon {
    padding-left: 0;
  }
  .block-goods-name {
    margin-top: .5em;
    margin-bottom: .2em !important;
  }
  .block-goods-name h2.block-goods-name--text {
    font-size: 18px;
    margin-bottom: .2em !important;
    font-family: "Zen Maru Gothic", sans-serif;
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 0.5em;
  }
  .block-goods-price {
    margin-bottom: 1.5em !important;
  }
  .block-add-cart-wrap {
    margin-bottom: 20px;
  }
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5,
.block-goods-comment6,
.block-goods-comment7 {
  padding-bottom: 30px;
  line-height: 1.8;
  margin-bottom: 0;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.block-goods-comment1 h3,
.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3,
.block-goods-comment6 h3,
.block-goods-comment7 h3 {
  font-size: 1.25em !important;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 0.4em;
  border-bottom: 1px solid var(--common-green-color);
  font-family: "Zen Maru Gothic", sans-serif;
}

.block-goods-comment1 h4,
.block-goods-comment2 h4,
.block-goods-comment3 h4,
.block-goods-comment4 h4,
.block-goods-comment5 h4,
.block-goods-comment6 h4,
.block-goods-comment7 h4 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1.5em;
  line-height: 1.4;
}



/* 商品詳細 通信講座「手芸の学校」
--------------------------------------------------------------------*/
.gakkou-block {
  margin: 20px 0;
  padding: 15px;
  background: #fff8ed;
}
.gakkou-block h3 {
  border-left: none !important;
  color: rgba(204, 0, 24, 1);
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0 !important;
}

@media print, screen and (min-width: 971px) {
  .gakkou-block {
    padding: 20px;
  }
}

/* ページナビ */
.gakkou-pagenav {
  display: flex;
  flex-wrap: wrap;
}
.gakkou-pagenav li {
  margin: 0 .5em;
}
.gakkou-pagenav li a::before {
	content: "\f13a";
	color: rgba(204, 0, 24, 1);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}

/* 概要 */
.gakkou-overview {
  margin: 20px 0 50px;
}
.gakkou-overview .gakkou-overview-logo {
  text-align: center;
  margin: 0 30px 20px;
}
.gakkou-overview dl {
  border-top: 1px solid rgba(71, 121, 167, 1);
}
.gakkou-overview dt {
  display: inline;
  background: rgba(71, 121, 167, 1);
  color: #fff;
  font-weight: bold;
  padding: .25em .5em;
}
.gakkou-overview dd {
  border-bottom: 1px solid rgba(71, 121, 167, 1);
  padding: .5em 1em;
}
.gakkou-overview .gakkou-supportservice {
  display: flex;
  flex-wrap: wrap;
}
.gakkou-overview .gakkou-supportservice li {
  display: inline-block;
  background: #666;
  border-radius: 3px;
  color: #fff;
  font-size: .9em;
  line-height: 1;
  padding: 5px 10px;
  margin: 5px;
}
.gakkou-overview .gakkou-supportservice li span {
  margin-right: .5em;
}

@media print, screen and (min-width: 971px) {
  .gakkou-overview dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid rgba(71, 121, 167, 1);
    border-bottom: 4px solid rgba(71, 121, 167, 1);
    /*border-left: 5px solid rgba(71, 121, 167, 1);
    border-right: 5px solid rgba(71, 121, 167, 1);*/
  }
  .gakkou-overview dt {
    width: 30%;
    border-bottom: 1px solid rgba(71, 121, 167, 1);
    background: #fff;
    color: inherit;
    padding: .5em .75em;
  }
  .gakkou-overview dd {
    width: 70%;
    border-bottom: 1px solid rgba(71, 121, 167, 1);
    padding: .5em .75em;
  }
}

/* 技法について */
.gakkou-about {
}
.gakkou-about .gakkou-about-img {
  margin: 0 0 10px 0;
}
.gakkou-about .gakkou-about-txt {
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 971px) {
  .gakkou-about {
    display: flex;
    justify-content: space-between;
  }
  .gakkou-about .gakkou-about-img {
    width: 37%;
    margin: 0;
  }
  .gakkou-about .gakkou-about-txt {
    width: 60%;
    margin: 0;
  }
  .gakkou-about .gakkou-about-txt.no-img {
    width: 100%;
  }
}

/* 作家プロフィール */
.gakkou-supervisor-txt {
  
}
.gakkou-supervisor-img {
  
}
.gakkou-supervisor-name {
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
.gakkou-supervisor-profile {
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 971px) {
  .gakkou-supervisor {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 1em;
  }
  .gakkou-supervisor-txt {
    width: 60%;
    margin: 0;
  }
  .gakkou-supervisor-img {
    width: 37%;
    margin: 0;
  }
  .gakkou-supervisor-txt.no-img {
    width: 100%;
  }
}

/* ポイント */
.gakkou-point {
  
}
.gakkou-point dt {
  position: relative;
  margin-bottom: 20px;
}
.gakkou-point dt span {
  position: relative;
  top: 10px;
  left: -15px;
  display: inline-block;
  background: #fff;
  border: 3px solid rgba(204, 0, 24, 1);
  font-size: 1.125em;
  border-radius: 30px;
  padding: .25em 1em .25em 1.5em;
  z-index: 1;
}
.gakkou-point dt::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: rgba(204, 0, 24, 1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.gakkou-point dt:nth-of-type(1):before {
  content: "1";
}
.gakkou-point dt:nth-of-type(2)::before {
  content: "2";
}
.gakkou-point dt:nth-of-type(3)::before {
  content: "3";
}
.gakkou-point dt:nth-of-type(4)::before {
  content: "4";
}
.gakkou-point dt:nth-of-type(5)::before {
  content: "5";
}
.gakkou-point dt:nth-of-type(6)::before {
  content: "6";
}
.gakkou-point dt:nth-of-type(7)::before {
  content: "7";
}
.gakkou-point dd {
  margin: 0 0 30px 1em;
}
.gakkou-point dd .gakkou-point-caption {
  margin: 0 0 10px 0;
}
.gakkou-point dd .gakkou-point-img {
  margin: 0 0 10px 0;
}

@media print, screen and (min-width: 971px) {
  .gakkou-point dd {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 1em;
  }
  .gakkou-point dd .gakkou-point-caption {
    width: 60%;
    margin: 0;
  }
  .gakkou-point dd .gakkou-point-img {
    width: 37%;
    margin: 0;
  }
  .gakkou-point dd .gakkou-point-caption.no-img {
    width: 100%;
  }
}

/* 教材セット内容 */
.gakkou-set .gakkou-set-img {
  margin: 0 0 10px 0;
}
.gakkou-set .gakkou-set-txt {
  margin: 0 0 20px 0;
}
.gakkou-set-others {
  
}
.gakkou-set-others dt {
  font-weight: bold;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 971px) {
  .gakkou-set {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  .gakkou-set .gakkou-set-img {
    width: 37%;
    margin: 0;
  }
  .gakkou-set .gakkou-set-txt {
    width: 60%;
    margin: 0;
  }
}


/* お届け内容 */
.slider-gakkou-work .sp-slide {
  display: block;
  background: #fff;
  padding: 15px 15px 20px !important;
}
.slider-gakkou-work li {
}
.slider-gakkou-work li span {
  display: block;
}
.gakkou-work-photo {
  
}
.gakkou-work-head {
  display: block;
  color: rgba(71, 121, 167, 1);
  border-bottom: 3px dotted rgba(71, 121, 167, 1);
  font-size: 1.125em;
  font-weight: bold;
  padding: .5em;
  margin-bottom: .5em;
}
.gakkou-work-title {
  display: block;
  font-size: 1.125em;
  padding: 0 .5em;
  margin-bottom: .5em;
}
.gakkou-work-caption {
  display: block;
  height: auto;
  min-height: 5em;
  font-size: .9em;
  padding: 0 .75em 1em;
}
.gakkou-work-caption .list-dot-gray > li {
  margin: 0 0 .5em 0 !important;
}


/* 商品詳細 頒布会
--------------------------------------------------------------------*/
.hanpu-block {
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 238, 125, .2);
}
.hanpu-block h3 {
  border-left: none !important;
  color: #e50065;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0 !important;
}

@media print, screen and (min-width: 971px) {
  .hanpu-block {
    padding: 20px;
  }
}

/* ページナビ */
.hanpu-pagenav {
  display: flex;
  flex-wrap: wrap;
}
.hanpu-pagenav li {
  margin: 0 .5em;
}
.hanpu-pagenav li a::before {
	content: "\f13a";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}

/* 概要 */
.hanpu-overview {
  margin: 20px 0 50px;
}
.hanpu-overview .hanpu-overview-logo {
  text-align: center;
  margin: 0 30px 20px;
}
.hanpu-overview dl {
  border-top: 1px solid #00ac97;
}
.hanpu-overview dt {
  display: inline;
  background: #00ac97;
  color: #fff;
  padding: .25em .5em;
}
.hanpu-overview dd {
  border-bottom: 1px solid #00ac97;
  padding: .5em 1em;
}

@media print, screen and (min-width: 971px) {
  .hanpu-overview dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #00ac97;
    border-bottom: 4px solid #00ac97;
    /*border-left: 5px solid #00ac97;
    border-right: 5px solid #00ac97;*/
  }
  .hanpu-overview dt {
    width: 30%;
    border-bottom: 1px solid #00ac97;
    background: #fff;
    color: inherit;
    padding: .5em .75em;
  }
  .hanpu-overview dd {
    width: 70%;
    border-bottom: 1px solid #00ac97;
    padding: .5em .75em;
  }
}

/* 別売り商品 */
.hanpu-betsuuri {
}
.hanpu-betsuuri .hanpu-betsuuri-img {
  margin: 0 0 10px 0;
}
.hanpu-betsuuri .hanpu-betsuuri-txt {
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 971px) {
  .hanpu-betsuuri {
    display: flex;
    justify-content: space-between;
  }
  .hanpu-betsuuri .hanpu-betsuuri-img {
    width: 40%;
    margin: 0;
  }
  .hanpu-betsuuri .hanpu-betsuuri-txt {
    width: 58%;
    margin: 0;
  }
}


/* 技法 */
.hanpu-technique {
}
.hanpu-technique .hanpu-technique-img {
  margin: 0 0 10px 0;
}
.hanpu-technique .hanpu-technique-txt {
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 971px) {
  .hanpu-technique {
    display: flex;
    justify-content: space-between;
  }
  .hanpu-technique .hanpu-technique-img {
    width: 40%;
    margin: 0;
  }
  .hanpu-technique .hanpu-technique-txt {
    width: 58%;
    margin: 0;
  }
  .hanpu-technique .hanpu-technique-txt.no-img {
    width: 100%;
  }
}

/* 作家プロフィール */
.hanpu-designer-name {
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
.hanpu-designer-profile {
  margin-bottom: 1.5em;
}

/* ポイント */
.hanpu-point {
  
}
.hanpu-point dt {
  position: relative;
  margin-bottom: 20px;
}
.hanpu-point dt span {
  position: relative;
  top: 10px;
  left: -15px;
  display: inline-block;
  background: #fff;
  border: 3px solid #e50065;
  font-size: 1.125em;
  border-radius: 30px;
  padding: .25em 1em .25em 1.5em;
  z-index: 1;
}
.hanpu-point dt::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #e50065;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.hanpu-point dt:nth-of-type(1):before {
  content: "1";
}
.hanpu-point dt:nth-of-type(2)::before {
  content: "2";
}
.hanpu-point dt:nth-of-type(3)::before {
  content: "3";
}
.hanpu-point dt:nth-of-type(4)::before {
  content: "4";
}
.hanpu-point dt:nth-of-type(5)::before {
  content: "5";
}
.hanpu-point dt:nth-of-type(6)::before {
  content: "6";
}
.hanpu-point dd {
  margin: 0 0 30px 1em;
}
.hanpu-point dd .hanpu-point-caption {
  margin: 0 0 10px 0;
}
.hanpu-point dd .hanpu-point-img {
  margin: 0 0 10px 0;
}

@media print, screen and (min-width: 971px) {
  .hanpu-point dd {
    display: flex;
    margin: 0 0 30px 1em;
  }
  .hanpu-point dd .hanpu-point-caption {
    width: 58%;
  }
  .hanpu-point dd .hanpu-point-img {
    width: 40%;
  }
  .hanpu-point dd .hanpu-point-caption.no-img {
    width: 100%;
  }
}

/* お届け内容 */
.slider-hanpu-work li {
  display: block;
  background: #fff;
  padding: 15px 15px 20px !important;
}
.slider-hanpu-work span {
  display: block;
}
.hanpu-work-photo {
  
}
.hanpu-work-head {
  color: #00ac97;
  border-bottom: 3px dotted #00ac97;
  font-size: 1.125em;
  font-weight: bold;
  padding: .25em .5em;
  margin-bottom: .5em;
}
.hanpu-work-head::first-letter {
  font-size: 1.5em;
}
.hanpu-work-title {
  font-size: 1.125em;
  padding: .5em .5em;
}
.hanpu-work-caption {
  font-size: .9em;
  padding: .5em .75em 1em;
}

/* ご案内 */
.hanpu-about {
  margin: 20px 0;
}
.hanpu-about .hanpu-about-logo {
  text-align: center;
  margin: 0 30px 20px;
}
.hanpu-about .hanpu-about-lead {
  text-align: center;
  margin-bottom: 20px;
}
.hanpu-about .hanpu-about-lead span {
  background:linear-gradient(transparent 60%, #ffee7d 60%);
  font-weight: bold;
}
.hanpu-about .hanpu-about-point dl {
  background: #e4efee;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}
.hanpu-about .hanpu-about-point dl dt {
  color: #00ac97;
  border-bottom: 3px dotted #00ac97;
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.hanpu-about .hanpu-about-point dl dd {
  
}

@media print, screen and (min-width: 971px) {
  .hanpu-about {
    padding: 20px;
  }
}

.hanpu-guide .hanpu-guide-header {
  color: #00ac97; 
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0;
}
.hanpu-guide .hanpu-guide-block-header {
  display: inline-block;
  background: #00ac97;
  color: #fff;
  font-weight: bold;
  padding: .25em 1em;
  margin-bottom: .5em;
}
.hanpu-guide .hanpu-payment {
  display: inline-block;
  border-bottom: 4px double #00ac97;
  font-size: 1.125em;
  font-weight: bold;
}


/* ボタン スマホ
--------------------------------------------------------------------*/
@media (max-width: 767px) {
  .btn {
    border-radius: 0.25rem;
  }
  .block-pickup-list-t--add-cart {
    margin-left: auto;
    margin-right: auto;
  }
  .block-pickup-list-t--add-cart .block-add-cart--btn {
    font-size: 13px;
  }
  .block-pickup-list-t--add-cart .block-goods-favorite--btn {
    font-size: 12px;
  }
  .block-goods-detail .block-add-cart--btn,
  .block-goods-detail .block-goods-favorite--btn {
    font-size: 15px;
  }
}


/* 商品詳細 コラムエリア
--------------------------------------------------------------------*/

.column-header {
  border-left: none !important;
  font-size: 1.25rem;
  margin: 30px 0 20px;
  padding: 1em 0 !important;
  border-bottom: 1px solid #444;
}
.column-header::before {
  display: block;
	content: "\f5ad";
  font-size: 1.5rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  line-height: 1;
  text-align: left;
  border-bottom: 3px solid #444;
  margin: 0 0 20px;
  padding: 0;
}
.column-area {
  margin: 20px 10px;
}
.column-area h4 {
  font-size: 1.125rem;
  font-weight: bold;
  border-left: none !important;
  border-bottom: 1px solid #444;
  margin: 0 0 1em 0;
}
.column-area h5 {
  font-size: 1rem;
  font-weight: bold;
  border-left: none !important;
  margin: 1em 0 .25em;
}
.column-area p {
  padding: .2em 0;
}
.column-footer-addcart {
  background: #f3f4f4;
  text-align: center;
  padding: 30px 0;
}
.column-footer-addcart p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 768px) {
  .column-header {
    font-size: 1.5rem;
    text-align: center;
  }
  .column-area h4 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 801px) {
  .column-area {
    max-width: 800px;
    margin: 20px auto;
  }
}



/* ジャンルページ
--------------------------------------------------------------------*/
.block-genre-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.block-genre-style .block-genre-style--item {
  display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
  margin: 0;
}
.block-genre-style .block-genre-style--item h3 {
  margin: 0;
  padding: 0;
}
.block-genre-style .block-genre-style--item a {
  display: block;
	border: 1px solid #444;
  background: #fff;
  font-size: 14px;
	text-align: center;
  text-decoration: none !important;
  padding: .5em;
  margin: 0;
}
.block-genre-style .block-genre-style--item a:hover {
  background: #f6e0e2;
  text-decoration: none;
}
.block-genre-style .block-genre-style--item a.invalid {
  pointer-events: none;
  background: #999;
  color: #fff;
}

@media screen and (min-width:768px){
  .block-genre-style {
    padding: 20px 0;
  }
}
@media screen and (min-width:1024px){
  .block-genre-style .block-genre-style--item {
    padding: 7px;
  }
	.block-genre-style .block-genre-style--item a {
    font-size: 16px;
    padding: .7em;
  }
}




/* イベントページのカテゴリーフリースペース 非表示
--------------------------------------------------------------------*/
#mainArea,
.nv-freespace {
  display: none;
}
.freespace #mainArea,
.freespace2 #mainArea,
.freespace3 #mainArea,
.freespace4 #mainArea,
.freespace5 #mainArea,
.freespace6 #mainArea,
.freespace7 #mainArea,
.freespace8 #mainArea,
.freespace .nv-freespace,
.freespace2 .nv-freespace,
.freespace3 .nv-freespace,
.freespace4 .nv-freespace,
.freespace5 .nv-freespace,
.freespace6 .nv-freespace,
.freespace7 .nv-freespace,
.freespace8 .nv-freespace {
  display: inherit;
}

.page-event .block-category-globalnav {
  display: none;
}


/* 会員登録
--------------------------------------------------------------------*/

@media print, screen and (min-width: 992px) {
  .block-member-info,
  .block-member-info-confirmation {
    max-width: 960px;
    margin: 50px auto 20px;
  }
}


/* アンケート
--------------------------------------------------------------------*/
.block-questionnaire {
  max-width: 960px;
  margin: 50px auto 20px;
}
.block-questionnaire .block-questionnaire--item-header {
  padding-top: 50px;
}
.block-questionnaire .checkbox::after {
  content: "\A";
  white-space: pre;
}


/* トピックス
--------------------------------------------------------------------*/
.block-topic-page--article {
  max-width: 960px;
  margin: 40px auto 0;
  padding-bottom: 50px;
}
.block-topic-page--article .block-topic-page--article-header {
  text-align: left;
  padding-bottom: 20px;
}


/* SNS一覧
--------------------------------------------------------------------*/
.sns-list {
  background: #f0f0f0;
  padding: 20px;
}
.sns-list > ul > li {
  display: block;
  text-align: center;
}
.sns-list > ul > li span {
  display: block;
}
.sns-list .sns-icon {
  margin-bottom: 10px;
}
.sns-list .sns-icon img {
  border-radius: 50%;
}
.sns-list .sns-name {
  font-size: 0.875em;
  margin-bottom: 10px;
}
.sns-list .sns-platform {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns-list .sns-platform li {
  display: inline-block;
  margin: 0 .125em;
}
.sns-list .sns-platform li a .fab,
.sns-list .sns-platform li a .fas,
.sns-list .sns-platform li a .fa-brands {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.sns-list .sns-platform li a:hover .fab,
.sns-list .sns-platform li a:hover .fas,
.sns-list .sns-platform li a:hover .fa-brands {
  background: #d66372;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .sns-list {
    padding: 30px;
  }
  .sns-list .sns-name {
    font-size: 0.875em;
  }
  .sns-list .sns-platform li a .fab,
  .sns-list .sns-platform li a .fas,
  .sns-list .sns-platform li a .fa-brands {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}


/* 年間購読者特典
--------------------------------------------------------------------*/
.subscription-privilege {
  background: #f6f5f3;
  padding: 15px;
}
.subscription-privilege h3 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto .25em !important;
  border-left: none !important;
}
.subscription-privilege h4 {
  color: rgba(214, 99, 114, 1);
  font-size: 1.125em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em !important;
}
.subscription-privilege .privilege-lead {
  margin: 0 auto 1em;
}
.subscription-privilege .privilege-freeshipping {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
}
.subscription-privilege .privilege {
  position: relative;
  height: 100%;
}
.subscription-privilege .privilege .privilege-header {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff0;
  line-height: 18px;
  padding-top: 10px;
  z-index: 1;
}
.subscription-privilege .privilege .privilege-header span {
  display: block;
  font-weight: bold;
  text-align: center;
}
.subscription-privilege .privilege .privilege-header .header-ordinal {
  font-size: 12px;
}
.subscription-privilege .privilege .privilege-header .header-num {
  font-size: 20px;
}
.subscription-privilege .privilege .privilege-datail {
  height: calc(100% - 60px);
  background:  #fff;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 2;
  margin: -10px 0 0 20px;
}
.subscription-privilege .privilege .privilege-datail p {
  margin: 0 0 .25em;
  line-height: 1.3;
}
.subscription-privilege .privilege .privilege-datail .datail-main {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 .25em;
}

@media print, screen and (min-width: 992px) {
  .subscription-privilege h3 {
    font-size: 1.75em;
    font-weight: 500;
  }
  .subscription-privilege h4 {
    font-size: 1.25em;
  }
  .subscription-privilege .privilege-lead {
    text-align: center;
  }
  .subscription-privilege .privilege-freeshipping {
    font-size: 1.25em;
  }
  .subscription-privilege .privilege .privilege-header {
    width: 70px;
    height: 70px;
    line-height: 20px;
    padding-top: 13px;
  }
  .subscription-privilege .privilege .privilege-header .header-ordinal {
    font-size: 14px;
  }
  .subscription-privilege .privilege .privilege-header .header-num {
    font-size: 24px;
  }
  .subscription-privilege .privilege .privilege-datail {
    padding: 20px 20px 15px;
    margin: -20px 0 0 20px;
  }
  .subscription-privilege .privilege .privilege-datail .datail-main {
    font-size: 1.25em;
    margin: 0 0 .5em;
  }
}

.pane-main-goods .pane-goods-center .subscription-privilege {
  margin-top: 30px;
}

.subscription-outline .magazine-price dt,
.subscription-outline .magazine-spec dt {
  display: inline-block;
  border: 1px solid #333;
  font-weight: 700;
  padding: .25em .5em;
}
.subscription-outline .magazine-price dd {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
}
.subscription-outline .magazine-price dd em {
  color: #b81c22;
  font-size: 1.5em;
  font-weight: 700;
}
.subscription-outline .magazine-spec dd {
  font-size: 1.125em;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .subscription-outline .magazine-price dd {
    font-size: 1.5em;
  }
  .subscription-outline .magazine-price dd em {
    font-size: 1.5em;
  }
}



/* Common
--------------------------------------------------------------------*/

/* Pagetop */
#footer_pagetop,
.block-page-top {
  z-index: 9999;
}

/* Background */
.bg-gray {
  background: #f3f3f3;
}
.bg-ivory {
  background: #f6f5f3;
}
.bg-yellow {
  background: rgba(255, 255, 0, .2);
}
.bg-pink {
  background: rgba(214, 99, 114, .1)
}

/* Header */
.h_bg_gold {
  background: rgba(168, 126, 22, .3);
  padding: 1em .5em;
  border-left: none !important;
}
.h_underline1 {
  border-left: none !important;
  border-bottom: 1px solid #444;
  margin: 0 0 1em 0;
  padding-bottom: .25em;
}
.h_underline3 {
  border-left: none !important;
  border-bottom: 3px solid #444;
  margin: 0 0 1em 0;
  padding-bottom: .25em;
}
.h_leftborder_gray {
  font-weight: bold;
  font-weight: 700;
  border-left: 10px solid #dcd6d2;
  margin-bottom: 1em;
  margin-top: 2em;
  padding-left: 0.5em;
  width: 100%;
  line-height: 1.4;
  text-align: left;
}
.h_pagetitle_center {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto .5em;
}
.h_diagonalcube-black {
  font-size: 1.5em;
  text-align: center;
  margin: 2em 0;
}
.h_diagonalcube-black span {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
}
.h_diagonalcube-black span::after {
  content: '';
  position: absolute;
  bottom: -1.5em;
  display: inline-block;
  background: rgba(0, 0, 0, 1);
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.h_diagonalcube-gray {
  font-size: 1.5em;
  text-align: center;
  margin: 2em 0;
}
.h_diagonalcube-gray span {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
}
.h_diagonalcube-gray span::after {
  content: '';
  position: absolute;
  bottom: -1.5em;
  display: inline-block;
  background: #999;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}



@media print, screen and (min-width: 768px){
  .h_leftborder_gray {
    font-weight: 500;
  }
  .h_pagetitle_center {
    font-size: 36px;
    letter-spacing: .15em;
    margin: .75em auto;
  }
  .h_diagonalcube-black {
    font-size: 2em;
  }
  .h_diagonalcube-gray {
    font-size: 2em;
  }
}



/* Btn */
.nvbtn-group {
  text-align: center;
  padding: 10px;
}
.nvbtn-group li {
  padding: 5px 0;
}
.nvbtn-group-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nvbtn-group-flex li {
  margin: 0 5px;
}

.nvbtn {
  display: block;
  width: 100%;
  max-width: 800px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .5em 1em;
  margin: 0 auto;
  
  color: rgba(0, 0, 0, 1);
  background: #fff;
  border-color: rgba(0, 0, 0, 1);
}
.nvbtn:hover,
.nvbtn:active {
  text-decoration: none !important;

  color: #fff;
  background: rgba(214, 99, 114, 1);
  border-color: rgba(214, 99, 114, 1);
}
.nvbtn-group-flex li .nvbtn {
  width: auto;
}
.btn-inlineblock {
  display: inline-block;
  padding: .5em 1.5em;
}
.btn-lg {
  font-size: 1.25em;
}
.btn-sm {
  font-size: .875rem;
}

.btn-pink {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  border-color: rgba(214, 99, 114, 1);
}
.btn-pink:hover {
  background: rgba(214, 99, 114, .8);
  border-color: rgba(214, 99, 114, 1);
}
.btn-gold {
  color: #fff;
  background: rgba(168, 126, 22, 1);
  border-color: rgba(168, 126, 22, 1);
}
.btn-gold:hover {
  color: #fff;
  background: rgba(168, 126, 22, .8);
  border-color: rgba(168, 126, 22, 1);
}
.btn-black {
  color: #fff;
  background: rgba(0, 0, 0, 1);
}
.btn-black:hover {
  color: #fff;
  background: rgba(214, 99, 114, 1);
}
.btn-gray {
  color: #fff;
  background: rgba(120, 120, 120, 1);
}
.btn-gray:hover {
  color: #fff;
  background: rgba(214, 99, 114, .8);
}
.btn-outline-pink {
  color: rgba(214, 99, 114, 1);
  background: #fff;
  border-color: rgba(214, 99, 114, 1);
}
.btn-outline-pink:hover {
  color: #fff;
  background: rgba(214, 99, 114, .8);
}
.btn-outline-gold {
  color: rgba(168, 126, 22, 1);
  background: #fff;
  border-color: rgba(168, 126, 22, 1);
}
.btn-outline-gold:hover {
  color: #fff;
  background: rgba(168, 126, 22, .8);
}
.btn-outline-black {
  color: rgba(0, 0, 0, 1);
  background: #fff;
  border-color: rgba(0, 0, 0, 1);
}
[data-browse-mode="P"] .btn-outline-black:hover {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  border-color: rgba(214, 99, 114, 1);
}
.btn-outline-gray {
  color: rgba(120, 120, 120, 1);
  background: #fff;
  border-color: rgba(120, 120, 120, 1);
}
.btn-outline-gray:hover {
  color: #fff;
  background: rgba(120, 120, 120, .8);
}

.btn-arrow-before {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-arrow-before:hover {
  text-decoration: none;
}
.btn-arrow-before::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}
.btn-arrow-before:hover::before {
  text-decoration: none !important;
}

.btn-arrow-after {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-arrow-after:hover {
  text-decoration: none;
}
.btn-arrow-after::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.btn-arrow-after:hover::after {
  text-decoration: none !important;
}

.btn-arrowdown-after {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-arrowdown-after:hover {
  text-decoration: none;
}
.btn-arrowdown-after::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f0d7";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.btn-arrowdown-after:hover::after {
  text-decoration: none !important;
}

.btn-cart-before {
  position: relative;
}
.btn-cart-before::before {
  content:'\e8cc'; 
  font-family: "Material Icons"; 
  font-size: 1.25em;
	font-weight: 900;
	margin-right: .5em;
  vertical-align: middle;
}
.btn-cart-before:hover::before {
  text-decoration: none !important;
}

.nvbtn.btn-arrow-before::before,
.btn-black.btn-arrow-before::before,
.btn-gray.btn-arrow-before::before,
.btn-outline-black.btn-arrow-before::before,
.nvbtn.btn-arrow-after::after,
.btn-black.btn-arrow-after::after,
.btn-gray.btn-arrow-after::after,
.btn-outline-black.btn-arrow-after::after,
.nvbtn.btn-arrowdown-after::after,
.btn-black.btn-arrowdown-after::after,
.btn-gray.btn-arrowdown-after::after,
.btn-outline-black.btn-arrowdown-after::after{
  color: rgba(214, 99, 114, 1);
}
.nvbtn:hover.btn-arrow-before::before,
.btn-black:hover.btn-arrow-before::before,
.btn-gray:hover.btn-arrow-before::before,
.btn-outline-black:hover.btn-arrow-before::before,
.nvbtn:hover.btn-arrow-after::after,
.btn-black:hover.btn-arrow-after::after,
.btn-gray:hover.btn-arrow-after::after,
.btn-outline-black:hover.btn-arrow-after:after,
.nvbtn:hover.btn-arrowdown-after::after,
.btn-black:hover.btn-arrowdown-after::after,
.btn-gray:hover.btn-arrowdown-after::after,
.btn-outline-black:hover.btn-arrowdown-after:after{
  color: #fff;
}

.btn-pink.btn-arrow-before::before,
.btn-gold.btn-arrow-before::before,
.btn-pink.btn-arrow-after::after,
.btn-gold.btn-arrow-after::after,
.btn-pink:hover.btn-arrow-before::before,
.btn-gold:hover.btn-arrow-before::before,
.btn-pink:hover.btn-arrow-after::after,
.btn-gold:hover.btn-arrow-after::after,
.btn-pink:hover.btn-arrowdown-after::after,
.btn-gold:hover.btn-arrowdown-after::after {
  color: #fff;
}

.btn-invalid {
  pointer-events: none;
  background: #999;
  border-color: #999;
  color: #fff;
}
.btn-invalid.btn-black.btn-arrow-before::before,
.btn-invalid.btn-outline-black.btn-arrow-before::before {
  color: #fff;
}


/* badge */
.badge-outline-gold {
  display: inline-block;
  color: rgba(168, 126, 22, 1);
  background: #fff;
  border: 1px solid rgba(168, 126, 22, 1);
  padding: .25em 1em;
  margin-right: .5em;
}


/* label */
.sp-slide a,
.article-list li a {
  position: relative;
}
.sp-slide a img,
.article-list li a img {
  z-index: 1;
}
.label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}
.label-gray {
  background: #333;
  color: #fff;
}


/* Text */
.txt-12 {
  font-size: .75em;
}
.txt-14 {
  font-size: .875em;
}
.txt-18 {
  font-size: 1.125em;
}
.txt-20 {
  font-size: 1.25em;
}
.txt-24 {
  font-size: 1.5em;
}
.txt-bold {
  font-weight: bold
}
.txt-red,
.text-red {
  color: #b81c22;
}
.txt-pink,
.text-pink {
  color: var(--common-pink-color);
}
.txt-gold,
.text-gold {
  color: #a87e16;
}
.txt-marker-yellow {
  background:linear-gradient(transparent 60%, #ffff00 60%);
}
.txt-marker-pink {
  background:linear-gradient(transparent 60%, #FFE2F1 60%);
}
.txt-torikeshi {
  text-decoration: line-through;
}
.txt-serif {
  font-family: "Noto Serif JP", serif;
}
.txt-center {
  text-align: center;
}

@media screen and (max-width: 767px){
  .txt-marker-yellow,
  .txt-marker-pink {
    font-weight: bold;
  }
}

/* Link */
.link-arrow,
.link-arrow a {
	color: #444;
  text-decoration: none !important;
}
.link-arrow:hover,
.link-arrow a:hover {
  color: #d66372;
  text-decoration: none !important;
}
.btn-correctionlink::before,
.link-arrow::before,
.link-arrow a::before {
	content: "\f138";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.btn-correctionlink:hover::before,
.link-arrow:hover::before,
.link-arrow a:hover::before{
  text-decoration: none !important;
}
.link-arrow-down,
.link-arrow-down a {
	color: #444;
  text-decoration: none !important;
}
.link-arrow-down:hover,
.link-arrow-down a:hover {
  color: #d66372;
  text-decoration: none !important;
}
.link-arrow-down::before ,
.link-arrow-down a::before {
	content: "\f13a";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.link-arrow-down:hover::before,
.link-arrow-down a:hover::before{
  text-decoration: none !important;
}

/* Icon */
.icon-instagram::before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.icon-twitter::before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.icon-x::before {
	content: "\e61b";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .3em;
}
.icon-facebook::before {
	content: "\f09a";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.icon-website::before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .3em;
}


/* List */
ul.list-dot-black > li {
  position: relative;
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 1.5em;
}
ul.list-dot-black > li:before {
  position: absolute;
  top: .6em;
  left: .5em;
  content: "";
  width: .4em;
  height: .4em;
  display: inline-block;
  background-color: #666;
  border-radius: 50%;
}

ul.list-dot-gray > li {
  position: relative;
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 1.5em;
}
ul.list-dot-gray > li:before {
  position: absolute;
  top: .4em;
  left: .2em;
  content: "";
  width: .8em;
  height: .8em;
  display: inline-block;
  background-color: #999;
  border-radius: 50%;
}

ul.list-dot-pink > li {
  position: relative;
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 1.5em;
}
ul.list-dot-pink > li:before {
  position: absolute;
  top: .4em;
  left: .2em;
  content: "";
  width: .8em;
  height: .8em;
  display: inline-block;
  background-color: #d66372;
  border-radius: 50%;
}

ul.list-kome > li {
  position: relative;
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 1.5em;
}
ul.list-kome > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

ul.list-link-arrow > li {
  line-height: 1.5;
  margin: .5em 0;
}
ul.list-link-arrow > li:before {
	content: "\f138";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}

ol.list-count-period > li {
 counter-increment: list-count-period; 
 position: relative;
 padding-left: 2.5rem;
}
ol.list-count-period > li:before {
 content:  "" counter(list-count-period) ".";
 position: absolute;
 top: 0;
 left: .5em;
}

ol.list-count-kakko > li {
 counter-increment: list-count-kakko; 
 position: relative;
 padding-left: 2.5rem;
}
ol.list-count-kakko > li:before {
 content:  "（" counter(list-count-kakko) "）";
 position: absolute;
 top: 0;
 left: 0;
}

dl.dl-default {
  
}
dl.dl-default dt {
  font-weight: bold;
  margin: 0 0 .25em;
}
dl.dl-default dd {
  margin: 0 0 1em .5em;
}

dl.dl-black-border {
  
}
dl.dl-black-border dt {
  font-weight: bold;
	display: inline-block;
	border: 2px solid #000;
	background: #fff;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: .5em .75em;
}
dl.dl-black-border dd {
  margin: 0 0 2em 2em;
}


/* Display */
.display-mb {
  display: inherit;
}
.display-pc {
  display: none;
}

@media print, screen and (min-width: 576px){
  .display-mb {
    display: none;
  }
  .display-pc {
    display: inherit;
  }
}


/* Align */
.center-mb {
  text-align: center;
}
.center-pc {
  text-align: left;
}

@media print, screen and (min-width: 576px){
  .center-mb {
    text-align: left;
  }
  .center-pc {
    text-align: center;
  }
}

/* Br */
.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 576px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

/* Tel */
@media print, screen and (min-width: 576px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* Nvgrid */
.nvgrid-row figcaption {
  padding-top: .5em;
  line-height: 1.3;
}

/* Box */
.section-p10,
.section-10 {
  padding: 5px 0;
}
.section-p20,
.section-20 {
  padding: 10px 0;
}
.section-p30,
.section-30 {
  padding: 15px 0;
}
.section-p40,
.section-40 {
  padding: 20px 0;
}
.section-w900 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box_bg_yellow {
  background: rgba(248, 246, 179, .7);
}
.section-border-black1 {
  border: 1px solid #333;
}
.section-border-gray10 {
  border: 10px solid #ccc;
}


@media print, screen and (min-width: 768px){
  .section-p10,
  .section-10 {
    padding: 10px 0;
  }
  .section-p20,
  .section-20 {
    padding: 20px 0;
  }
  .section-p30,
  .section-30 {
    padding: 30px 0;
  }
  .section-p40,
  .section-40 {
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 992px){
  .section-w900 {
    width: 900px;
  }
}

/* Number */
.num-gray-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  background: #666;
  border-radius: 12px;
  color: #fff;
  margin-right: .5em;
}
.num-pink-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  background: #d66372;
  border-radius: 12px;
  color: #fff;
  margin-right: .5em;
}
.num-blackborder-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #000;
  margin-right: .5em;
}


/* Margin / Padding */
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mr-10,
.mx-10 {
  margin-right: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.ml-10,
.mx-10 {
  margin-left: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pl-10,
.px-10 {
  padding-left: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pr-30,
.px-30 {
  padding-right: 30px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pl-30,
.px-30 {
  padding-left: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pr-50,
.px-50 {
  padding-right: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pl-50,
.px-50 {
  padding-left: 50px !important;
}



/* attention
--------------------------------------------------------------------*/
.attentionBox_cart {
	padding: 10px;
	border: 2px solid #b81c22;
	margin: 20px 0;	
}

.attentionBox_cart a {
	text-decoration: underline;
}


/* Bootstrap custom
--------------------------------------------------------------------*/
/*.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media print, screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}*/


/* movie
--------------------------------------------------------------------*/
.movie_nv,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_nv iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 新春 手づくり応援キャンペーン 「手づくりタウン」 特別クーポンプレゼント
--------------------------------------------------------------------*/
/*.block-goods-price--on-sales-comment::before {
  display: block;
  content: "クーポンはSALE商品に適応できませんので、ご注意ください。";
  background: rgba(248, 246, 179, .7);
  color: #b81c22;
  font-weight: bold;
  line-height: 1.2;
  padding: .5em 1em;
  margin: .5em 0;
}*/




