<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
    max-width: 980px;
}


/*クーポンコードデフォルト非表示*/

#oncoupon_icon{
	display: none;
}

#cartcouponall{
	display: none;
}

#cartcoupon70per{
	display: none;
}

#cartcouponouter{
	display: none;
}

#cartcoupon40per{
	display: none;
}

#cartcoupon30per{
	display: none;
}

#cartcoupon20per{
	display: none;
}

#cartcoupon10per{
	display: none;
}

#cartcoupon25per_dw{
	display: none;
}

#cartcoupon_tokuwari, #cartcoupon_tokuwari2{
	display: none;
}



#oncoupon_icon p{
    font-size: 12px;
	margin: 10px 0 0;
}
#oncoupon_icon span{
    background: #36b7f4;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    margin: 0 3px 0 0;
	animation: flash 1.5s linear infinite;
}
#oncoupon_icon p a{
    color: #08c;
    text-decoration: underline;
}





/*レビュー表示*/

#review{
    margin: 10px auto 0;
    font-size: 0.9em;
}
#review i.fa-star, #review i.fa-star-half-alt {
    color: #ffc607;
}
.review_wright_offer{
    font-size: 0.8em;
}
.review_read span, .review_wright_offer, .review_wright_offer2{
    text-decoration: underline;
}










/*
#pageTop{
	display:none;
}
*/


.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {

  margin-bottom: 40px;
}

.product_area {
/*  border-bottom: 1px solid #333; */
/*  padding-bottom: 40px; */
  padding-bottom: 0px;
}

.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  clear: both;
  margin: 0;
  font-size: 10px;
  padding: 5px;
}
.product_belong_list {
	background-color: #f1f1f1;
  padding: 2px 4px;
  margin: 4px 1px;
  border-radius:5px;
}
.product_belong_list:first-child {

}

#product_name {
  margin: 15px 0;
  font-size: 16px;
  font-weight: normal;
  text-align:left;
}
@media (max-width: 768px) {
#product_name {
  font-size: 1rem;
}
}


#product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
/*　サムネイル横スクロール用CSS　※スマホ時だけ　*/
@media (max-width: 768px) {
.product_img_thumb ul {
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.product_img_thumb ul li {
  display: inline-block;
  white-space: normal;
  float: none!important;
}
}


.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_price_establish::before {
    content: "SALE";
    margin: 0;
    padding: 2px 5px;
    background: #ff0000;
    color: #fff;
    position: relative;
    top: -47px;
    margin-right: -30px;
    margin-bottom: -20px;
    width: 30px;
    display: block;
    text-align: center;
}
@media (max-width: 768px) {
.product {
  margin-top: 10px;
}

.product_price_establish::before {
    padding: 1px 5px;
    top: -44px;
}
}
.product_price_establish::after {
    content: "がクリアランスSALEで値下げ中!!";
    content: "がSALEプライスに値下げ中!!";
    margin: 0 0 0 2px;
	animation: flash 2s linear infinite;
	color: #ff0000;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
/*  margin: 30px 0; */
  margin: 5px 0;
  padding: 10px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
/*  margin: 5px 0; */
  margin: 3px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 10px;
  padding: 18px 0;
/*  padding: 20px 0; */
/*  background-color: #333; */
/*  background-color: #36b7f4; ZOZOブルー*/
  background-color: #ca0000;
  font-size: 18px;
/*  font-size: 21px; */
  color: #fff;
  letter-spacing: 0.1em;
/*  -webkit-border-radius: 8px;
    border-radius: 8px; */
}

.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}


.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 0;
}
.product_related_lists_review .icon-lg-b, .product_related_lists .icon-lg-b {
  height: 22px;
}



.product_related_list {
  padding: 2px 0;
}
.product_related_lists li {
  line-height: 100%;
}
.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin: 0;
  padding: 0;

}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.product_social_lists {
    padding: 0 10px;
    margin: 10px 0 0 0;
  }

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl, .shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
  }
  .product_area_right {
    width: 400px;
  }
}

@media (max-width: 980px) {
  .contents_detail { /* 使用箇所不明 */
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding: 0 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
  }
  .product_img {
    margin-bottom: 15px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0;
    /*padding: 0 10px 60px;*/
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}


/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.tabs:before {
	content: "";
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50px;
    width: 94%;
    margin: 0 auto;
    left: 3%;
}

/*タブのスタイル*/
.tab_item {
	width: 28%;
    line-height: 50px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    height: 50px;
    left: 8%;
    position: relative;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f8f8f8;
}

.tab_item:hover {
	opacity: 0.75;
}
.tab_item h2 {
	font-size: 1.0em;
    margin: 0;
    padding: 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 10px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #fff;
	border-bottom: 2px solid #fff;
	height: 51px;
}


@media (min-width: 769px) {
	.tab_content table tr td img{
		width: auto;
	}
}

@media (max-width: 768px) {
	.tab_content table tr td img{
		width: 100%;
	}
}


/*商品詳細パンくず*/
.pankuzucategory{
	margin: 5px 0;
	font-weight: bold;
	clear: both;
	padding: 0;
}

/*関連カテゴリー*/
div#group-category {
    padding: 1px;
    border-top:dotted 1px;
    border-bottom:dotted 1px;
    font-size: 12px;
    line-height: 1.5em;
}




/*お気に入りボタン*/


.product__fav-item {
	width: 100%;
	margin: 0;
/* 	padding: 0; */
}

.product__fav-item button {
/*  padding: 0; */
  cursor: pointer;
  transition: .2s;
/*  color: #999; */
  border: 0;
  outline: none;
/*  background: transparent; */
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
/*  width: 35px; */
/*  height: 35px; */
  width: 20px;
  height: 20px;
  vertical-align: -.20em;
  fill: currentColor;
}


.favorite-button{
	width: 100%;
    border: none;
    margin-top: 5px;
	margin-bottom: 10px;
    padding: 10px;
    background-color: #ff7683;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
/*	  -webkit-border-radius: 8px;
    border-radius: 8px; */

}
.fav-items{
    background-color: #eeeeee !important;
}





/*キーワードタグ*/
@media (max-width: 768px) {
	h2.categrokeytxt{
	    font-size: 13px;
	    margin: 0 0 0 5px;
	    display: inline-block;
	    clear: both;
	}
}

@media (min-width: 769px) {
	h2.categrokeytxt{
	    font-size: 15px;
	    font-weight: bold;
	    margin: 0;
	    padding-bottom: 5px;
	    letter-spacing: 0.1em;
	    border-bottom: 1px solid #333;
	}
}

p.categrokeytxtbtn{
	display: inline-block;
	font-size: 10px;
	background-color: #333333;
	border-radius:8px;
	color: #fff;
	padding: 1px 6px;
	margin: 0 10px;
}


.scrollinner.active{
	width: auto;
}

.sp_ver_scroll.active{
	overflow-x: unset;
}

@media (max-width: 768px) {
	.sp_ver_scroll{
		overflow-x: scroll;
	    padding: 0 10px 10px;
	}

	.scrollinner{
		width: 6000px; 
	}
}

@media (min-width: 769px) {
	.sp_ver_scroll{
		overflow-x: unset;
	}

	.scrollinner{
		width: auto;
	}
	
	p.categrokeytxtbtn{
		display: none;
	}
}



/*アコーディオン*/

dl.pankuzu_accordi {
	width:100%; 
	margin:0 auto; 
	padding:0;
}
	
dl.pankuzu_accordi dd { 
	padding:0;
	display:none;
}

dl.pankuzu_accordi dd a{
	padding:0;
}

dl.pankuzu_accordi dd img {
	width: 100%;
}

dl.pankuzu_accordi dt, dd{
	line-height: normal;
	margin: auto;
	padding: 0;
	border: 0;
}

dl.pankuzu_accordi dt {
	background:url("https://ssl.alpha-prm.jp/ruirue.co.jp/colormeshop/colormeshop_smart/img/acroodi_open_wh.png") no-repeat center;
/*	padding: 10px;  */
	padding: 8px; 
	text-align:left;
	display:block;
	width: 1px;
	color: #fff;
	cursor:pointer;
/*	background-size: 15px; */
	background-size: 10px;
	margin: 0px 0 2px;
	font-weight: bold;
	border-radius: 10px;	
	background-color: #000;
	position: absolute;
    margin-top: -25px;
}

dl.pankuzu_accordi dt.open {
	background:url("https://ssl.alpha-prm.jp/ruirue.co.jp/colormeshop/colormeshop_smart/img/acroodi_close_wh.png") no-repeat center;
	position:relative;
/*	background-size: 15px; */
	background-size: 10px;
	margin: 5px 0;
	border-radius: 10px;	
	background-color: #000;
	width: 1px;
	font-weight: bold;
/*	padding: 10px;  */
	padding: 8px;
	position: absolute;
    margin-top: -25px;
}

/*商品説明画像*/

#exp-2-view{
	text-align: center;

}

.itembuybtn{
	text-align: center;
}

.itemsize{
	text-align: center;
	width: 100%;
}


#exp-3-view table,#exp-3-view table tr,#exp-3-view table td{
	border: 1px solid #000;
}

.itemmodel{

}
.itemmodeltitle{
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
}



ul.itempricerecarea{
	width: auto;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}
@media (min-width: 769px) {
ul.itempricerecarea{
	margin: 20px auto;
}
}

ul.itempricerecarea li{
	width: auto;
	list-style: none;
	float: left;
	padding: 0;
	border: 0;
}


ul.itempricerecarea li.itemrecbtn{
	text-align: center;
	margin: auto;
	padding: 0;
	border: 0;
	float: none;
}

.parea{
    text-align: center;
    width: 98%;
    clear: both;
/*    margin: 0 auto 10px; */
    margin: 0 auto;
/*    padding: 15px 0 5px 0; */
    padding: 10px 0 5px 0;
    border: solid 1px #cf0400;
    border-radius: 5px;
}

.ptitle{
	text-align: center;
	font-size: 17px;
/*	margin: 10px 0 0 0; */
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #cf0400;
}

.ptitle span{
	background-color:#f6f6f6;
	position: relative;
	top: 13px;
	padding: 0 5px;
}

.larea{
    text-align: center;
    width: 98%;
    clear: both;
    margin: 0 auto 10px;
/*    padding: 15px 0 5px 0; */
    padding: 10px 0 5px 0;
    border: solid 1px #2bbe12;
    border-radius: 5px;
}
.larea p{
    margin: 0 0 5px;
}

.ltitle{
	text-align: center;
	font-size: 17px;
/*	margin: 10px 0 0 0; */
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2bbe12;
}

.ltitle span{
	background-color:#f6f6f6;
	position: relative;
	top: 13px;
	padding: 0 5px;
}



.firstp{
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 3px 0;
}

.fiestpsub{
	text-align: center;
	font-size: 11px;
	padding: 0;
	margin: 3px 0;
}

.reviewp{
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 3px 0;
}


/*商品ページ内説明動画用*/
.movie_tate{
  width:100%;
    text-align: center;
    background: #333;
	padding: 10px 0;
}
.movie_tate video{
  width:400px;
}
@media (max-width: 450px) {
.movie_tate video{
  width:90%;
}
}

/*videoレスポンシブ*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  max-width: 750px;
  margin: auto;
  text-align: center;
  
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*プレミアムライトダウンラインアップの所　2列*/

.pldlinenaptitile{
	font-size: 16px;
	text-align: center;
	margin: auto;
	padding: 2% 0;
}

ul.pldlinenap{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
	max-width:750px;
}

ul.pldlinenap li{
	width: 48%;
	display: inline-block;
	margin: auto;
	padding: 0;
	border: 0;
}

ul.pldlinenap li a img{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

ul.pldlinenap li a span{
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 2% 0;
	margin: 0;
	border: 0;
}



/*カセットアップの所　3列*/


ul.cassettelinenap{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
	max-width:750px;
}

ul.cassettelinenap li{
	width: 32%;
	display: inline-block;
	margin: auto;
	padding: 0;
	border: 0;
}

ul.cassettelinenap li a img{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

ul.cassettelinenap li a span{
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 2% 0;
	margin: 0;
	border: 0;
}






/*レビュー表示エリア*/

#review_area{
	clear: both;
    margin: 0 auto 50px;
}
@media (max-width: 768px) {
#review_area{
	width: 85%;
}
}




/*新関連アイテム*/

h2.kanrenitemtxt{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #333;
    clear: both;
}
.jsonover{
	display: block;
	margin: 3% 0 6% 0;	
}
.jsonbox{
	width: 100%;
	padding: 5px 1%;
	text-align: center;	
}
.kanrenitem{
	display: inline-block;
	width: 12.5%;
	padding: 0.4%;
	vertical-align: top;
	margin: 0 0 3% 0;
}
.kanrentxt{
	display: block;
	text-align: left;
	padding: 2% 1%;
	margin: auto;
	border: 0;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}	
.kanrenitem:nth-child(9){
	display: none;
}	

	
	
@media (max-width: 768px) {
h2.kanrenitemtxt{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	letter-spacing: 0.1em;
	margin: auto;
	width: 95%;
}
.kanrenitem{
	display: inline-block;
	width: 33.33%;
	margin: 0 0 5% 0;
}
.kanrenitem:nth-child(9){
	display: inline-block;
}	
}






/*旧関連アイテム*/

@media (min-width: 769px) {
	#exp-4-view{
		display: block;
	}
	#exp-5-view{
		display: none;
	}	
}

@media (max-width: 768px) {
	#exp-4-view{
		display: none;
	}
	#exp-5-view{
		display: block;
	}
}


h3.relationitemtxt{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
	clear: both;
	display: unset;
}

ul.relatelist{
	width: 100%;
	margin: 1% auto 5%;
	padding: 0;
	border: 0;
	text-align: center;
}

ul.relatelist li{
	width: 24%;
	margin: 0 auto 3%;
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
}

ul.relatelist li a img{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
}

ul.relatelist li a span.relatename{
	display: block;
	text-align: left;
	padding: 2% 1%;
	margin: auto;
	border: 0;
	font-size: 9px;
}

@media (min-width: 769px) {
	.relatearea{
		display: block;
	}
	.relatearea_sp{
		display: none;
	}	
}

@media (max-width: 768px) {
	.relatearea{
		display: none;
	}
	.relatearea_sp{
		display: block;
	}	
}

h3.relategrpitemtxt{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
}
ul.relategrp{
	width: 100%;
	margin: 1% auto 5%;
	padding: 0;
	border: 0;
	text-align: center;
}

ul.relategrp li{
	width: 24%;
	margin: 0 1% 0 0;
	padding: 3% 0 0 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: unset;
    box-sizing: unset;	
}

ul.relategrp li a img{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
}

ul.relategrp li a span{
	display: block;
	text-align: left;
	padding: 2% 1%;
	margin: auto;
	border: 0;
	font-size: 10px;
}

ul.relategrp li span.item_price{
	display: block;
	text-align: left;
	padding: 2% 1%;
	margin: auto;
	border: 0;
	font-size: 12px;
}


.nnkokuchi{
	display: block;
	text-align: left;
	padding: 0;
	margin: 10px 0 5px 0;
	border: 0;
	font-size: 13px;
}

.nnkokuchi i{
	vertical-align: -40%;
}







.azarea{
	width: 100%;
	margin: 0 auto 2px;
	padding: 0;
	border: 0;
}

.azarea img{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
}


.novelarea{
	width: 100%;
	margin: 0 auto 2px;
	padding: 0;
	border: 0;
}

.novelarea a img{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
}








/*　バーゲン商品の注意書き　*/

#bargain_attention, #acce_attention, #hygiene_attention, #hygiene_attention2{
	display: none;
}
#bargain_attention, #acce_attention, #hygiene_attention, #hygiene_attention2{
	margin-top: 20px;
    color: red;
}





/*商品ページ上部バナー*/
ul.topslidelist{
	display: none; /*ロード時に一瞬縦並びになるのを初期設定「非表示」で解決*/
	width: 100%;
	margin: auto;
	padding: 1% 0;
	border: 0;
	text-align: center;
}
ul.slick-initialized{
	display: block; /*読み込み完了後に「表示」*/
}
	
ul.topslidelist li{
	display: inline-block;
	vertical-align: top;
	margin: auto;
	padding: 0;
	border: 0;
	width: 24.5%;
}	
	
ul.topslidelist li a{
	display: block;
	text-decoration: none;
}
	
ul.topslidelist li a img{
	width: 100%;
	max-width: 240px;
	margin: 0;
	padding: 0;
	border: 0;
}
@media (max-width: 768px) {
ul.topslidelist{
	margin: auto;
}

ul.topslidelist li{
	padding: 0.1%;
	margin: auto;
}	
	
ul.topslidelist li a img{
	max-width: 100%;
}	
}

.slick-dots li button:before{
    font-size: 5px !important;
    line-height: 5px !important;
    content: "●" !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}









/* クーポンキャンペーン時の商品ページかご下表示のクーポンコードエリア */

.fixbanner_area{
	width: 98%;
    margin: 2% auto;
    padding: 0.5%;
    /* background: rgba(255,237,6,0.9); */
    border-radius: 5px;

}
/*
.fixbanner_sankaku{
	position: absolute;
	font-size: 30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color:rgba(255,237,6,0.9) ;
    bottom: 55px;
    right: -20px;
}
.fixbanner_closebtn{
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
	top:4px;
	right: 10px;
	text-decoration: none;
}

.fixbanner_closebtn20{
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
	top:4px;
	right: 10px;
	text-decoration: none;
}
.fixbanner_closebtn30{
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
	top:4px;
	right: 10px;
	text-decoration: none;
}
.fixbanner_closebtn70{
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
	top:4px;
	right: 10px;
	text-decoration: none;
}
*/


.fixbanner_area_naiyou{
	border-radius: 5px !important;	
}
	

/*
ul.use_coupon{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 0;
}

ul.use_coupon li{
	width: auto;
	margin: auto;
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
*/



#couponcode_area{
	clear: both;
}


.parsentcoupon{
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0;
	border: 0;
}

ul.coupon_inner{
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
}

ul.coupon_inner li{
	display: inline-block;
	width: auto;
	padding: 0;
	border: 0;
}

.fixbanner_title{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    border: 0;
    font-weight: bold;
    color: #000;
    padding: 0;
    text-align: right;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
}

.fixbanner_subtitle{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	font-weight: bold;
    color: #e42c3d;
    text-align: center;
	padding: 0;
    font-size: 40px;
    margin: 0;
    border: 0;
    letter-spacing: -2px;
    line-height: 60px;
}

.txt_b{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    color: #e42c3d;
    text-align: left;
	padding: 0;
    font-size: 21px;
	font-weight: bold;
    margin: 0;
    border: 0;
    line-height: 18px;
}

.fixbanner_time{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 11px;
	margin: 0 0 0 5px;
	border-top:dotted 1px #000;
	border-bottom:dotted 1px #000;
	line-height: 15px;
}

ul.couponcode_inner{
	width: 100%;
	margin: 2% auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 0;
}

ul.couponcode_inner li{
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	padding: 0;
	border: 0;
}

ul.couponcode_inner li.title_couponcode{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    background-color: #D44459;
    color: #fff;
    text-align: center;
    padding: 2%;
    font-size: 14px;
    border: 1px solid #D44459;
}

ul.couponcode_inner li.txt_couponcode{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 1% 4%;
	font-size: 16px;
    border: 1px solid #D44459;
}


table.coupontable{
	width: 90%;
	margin: -2% auto 0;
	text-align: center;
	padding: 0;
	border: 0;
}

table.coupontable tr td.title_couponcode{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    background-color: #e42c3d;
    color: #fff;
    text-align: center;
    padding: 2%;
    font-size: 11px;
    border: 1px solid #e42c3d;
}

table.coupontable tr td.txt_couponcode{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 1% 4%;
	font-size: 16px;
    border: 1px solid #D44459;
}


.fixbanner_coupon_codetitle{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	width: 70%;
	background-color: #D44459;
	font-weight: bold;
	color: #fff;
	text-align: center;
/*	padding: 5px 0px; */
	padding: 3px 0px;
	font-size: 13px;
	margin: 5px auto 0px;
	border: 1px solid #D44459;
}

.coupon_code{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	width: 70%;
	border: 1px solid #D44459;
	background-color: #fff;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding:0px;
/*	font-size: 20px; */
	font-size: 18px;
	margin: 0px auto 5px;
}


ul.couponcaution{
	width: 90%;
	text-align: center;
	padding: 2% 0;
	margin: auto;
	font-size: 0;
}

ul.couponcaution li{
	width: auto;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 10px;
	margin: auto;
	display: inline-block;
	vertical-align: top;
}

ul.couponcaution li.coupon_code_caution{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	width: 58%;
	color: #000;
	text-align: left;
	padding: 0;
	font-size: 10px;
	margin: 0 0 0 2%;
	line-height: 12px;
	letter-spacing: 0.5px;
}

ul.couponcaution li.coupon_how{
	width: 40%;
	margin:auto;
	padding: 0;
	text-align: center;
}

ul.couponcaution li.coupon_how a{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	display: block;
	padding: 2px 0 3px !important;
	margin:auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
}


/* クーポンキャンペーン時の商品ページかご下表示のクーポンコードエリア　ここまで */










/*モーダル*/

.modalboxarea{
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'メイリオ' , 'Meiryo' , 'ＭＳ Ｐゴシック', san-serif;
	margin: 2% auto 0;
	width: 100%;
	text-align: center;
	padding: 0;
	border: 0;
}

ul.modal_trigger {
	margin: auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.modal_trigger li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	list-style: none;
	text-align: center;
	margin: auto;
}



.modal_trigger li div.modalboxtitle_btn{
    width: 98%;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin: auto;
    border-radius: 5px;
    background-color: #e42c3d;
}

.modal_trigger li div.modalboxtitle_btn:hover {
	/*background-color: #eaeaea;*/
	/*text-decoration: underline;*/
}

.boxtitle, .boxtitle2{
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin: auto;
    text-align: center;
    padding: 0;
    border: 0;
    color: #fff;
}

.boxtxt, .boxtxt2{
    margin: -4px auto 0;
    text-align: center;
    padding: 0;
    border: 0;
}
.boxtxt2{
    margin: -2px auto 0;
}

.boxtxt_s, .boxtxt2_s{
   font-size: 10px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.boxtxt2_s{
    font-size: 11px;
    font-weight: bold;
}

.boxtxt_b, .boxtxt2_b{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-left: -3px;
}
.boxtxt2_b{
    font-size: 25px;
    margin: 0 0.5%;
}

.boxtxt_m, .boxtxt2_m{
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding: 0;
    border: 0;
    line-height: 13px;
    color: #fff;
}
.boxtxt2_m{
   font-size: 13px;
}











.modalclick, .modalclick2{
    font-size: 10px;
    margin: 2% auto 0;
    text-align: center;
    padding: 0;
    border: 0;
    position: relative;
    color: #fff;
}
.modalclick{
    margin: 2% auto 0;
}
.modalclick:after, .modalclick2:after{
    transform: rotate(-90deg);
    content: "▼";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    /* bottom: -70%; */
    top: 50%;
    right: 15%;
    /* left: 45%; */
    color: #fff;
}



span.lineimg{
	display: block;
	margin: -2% auto 0;
	padding: 0;
	border: 0;
}

.modal_trigger li div.linebtn{
	width: 98%;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin: auto;
    border-radius: 5px;
    /* height: 105px; */
    background-color: #00b800;
}

.modal_trigger li div.linebtn:hover {
	/*text-decoration: underline;*/
    /*border-radius: 50%;*/
}

.modal_trigger li div.linebtn a{
	text-decoration: none;
}




@-webkit-keyframes slideRightBg {
	0% {
    	opacity: 0;
    	left: -50%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes slideRightBg {
	0% {
		opacity: 0;
    	left: -50%;
	}
	100% {
    	opacity: 1;
    	left: 0;
	}
}

.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.modal_bg {
	background-color:rgba(255, 255, 255, 0.8);
	height: 100%;
	width: 100%;
}

.modal_inner {
	background-color: #e42c3d;
	left: 50%;
	padding: 4% 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	width: 90%;
    height: auto;
	border-radius: 15px; 
	max-width: 300px;  
}

.modaltitle{
	font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.modaltxt, .kaiintxt, .kaiintxt2, .kaiintxt3{
	font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.modaltxt{
    margin: 4% auto;
    width: 90%;
    line-height: 25px;
}

.kaiintxt, .kaiintxt2{
    display: block;
}
.kaiintxt_link{
    color: #fff;
    text-decoration: underline;
}
.kaiintxt_link::after {
    font-size: 20px;
    margin: 0 0 0 3px;
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 0.5em;
}



.kaiintxt_b{
	font-size: 25px;
	font-weight: bold;
    margin: auto;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.kaiintxt_s{
	font-size: 11px;
    margin: 2% auto;
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 15px;
    letter-spacing: 1px;
}

/*
.scrollarea{
    overflow-y: scroll;
    left: 50%;
    position: absolute;
    top: 115%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    padding: 0;

}
*/

ul.scenelist{
	width: 840px;
    padding: 0;
    border: 0;
    text-align: center;
    margin: auto;
}

ul.scenelist li{
	width: 32%;
    float: left;
    list-style: none;
    padding: 0 0.3%;
    border: 0;
    text-align: center;
    margin: auto;
}

ul.scenelist li a img{
	width: 100%;
	max-width: 280px;
	padding: 0;
	border: 0;
	margin: auto;
}

.modalclosebtn{
	cursor: pointer;
    border-radius: 5px;
    border: solid 1px #fff;
    font-size: 15px;
    padding: 15px 0;
    margin: auto;
    text-align: center;
    width: 150px;
    color: #fff;

}

.modal_close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .modal_trigger {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal_trigger li {
    width: 50%;
    max-width: inherit;
  }
  .modal_trigger li + li {
    margin-left: 0;
  }

  .modal_close {
    top: 0;
    font-size: 2.2rem;
  }
}


@media (max-width: 768px){
	.sp_infocouponarea{
		display: bock;
	}
	.pc_infocouponarea{
		display: none;
	}
}

@media (min-width: 769px){
	.sp_infocouponarea{
		display: none;
	}
	.pc_infocouponarea{
		display: block;
	}
}




.novelarea{
	text-align: center;
	width: 100%;
	margin: 8px auto 2px;
	padding: 0;
	border: 0;
}

.novelarea a img{
	width: 98%;
	margin: auto;
	padding: 0;
	border: 0;
}


.payarea{
	width: 97%;
    background-color: #fff;
    margin: 2% auto;
    padding: 0;
    border-radius: 5px;
}

ul.paylist{
	width: 98%;
    margin: 0;
    padding: 2% 1%;
    border: 0;
}

ul.paylist li{
	float: left;
	list-style: none;
	width: 33%;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.paylist li img{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.paytxt{
    font-size: 12px;
    margin: auto;
    text-align: center;
    padding: 0;
    border: 0;
}

.azarea{
	width: 100%;
	margin: 0 auto 2px;
	padding: 0;
	border: 0;
	text-align: center;
}

.azarea img{
	width: 98%;
	margin: auto;
	padding: 0;
	border: 0;
}



/* 在庫切れの再入荷通知　*/
@media (max-width: 768px){
.RestockRequest-restockRequestFabText-3JjHa, .RestockRequest-restockRequestFab-BXUem, .RestockRequest-restockRequestFab-BXUem:hover{
	font-size: 0.9em !important;
}
.RestockRequest-restockRequest-nVwrx {
    bottom: 2.5rem !important;
}
.RestockRequest-restockRequestFabText-3JjHa, .RestockRequest-restockRequestFab-BXUem, .RestockRequest-restockRequestFab-BXUem:hover {
    padding: 0.7rem !important;
    height: 1rem !important;
    line-height: 1 !important;
}
.RestockRequest-restockRequest-nVwrx {
    left: 0 !important;
    z-index: 2147483647;
    right: 0;
    width: 72%;
    margin: 0 auto !important
}
}


/* クーポン通知　*/
@media (max-width: 768px){
.coupon-modal .coupon-name-text {
    font-size: 1.3em;
}
.coupon-modal .coupon-code-text {
    font-size: 1.2em;
}
.is-mini {
    display: none;
}
}
</pre></body></html>