.lplink_box{
 display: flex;
 background-color: #eee;
  padding: 1%;
}

.lplink_box div{
width:auto;
}

.product-lazyload {
  object-fit: cover;
}

.lplink_l , .lplink_r{
 margin:2% 2%;
}
.lplink_l {
 flex-basis: 45%;
}

.lplink_txt {
  margin-top: 5%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #221002
}

.lplink_r{
 flex-basis: auto;

}

.lplink_btn {
  width: 300px !important;
  height: 75px;
  line-height: 75px;
  background: #3d3732;
  <!--background-color: #8d8787 ;-->
  margin: 10% auto 5%;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 1px #eee;
  color: #eee;
}

.lpkink_btn_1 :hover {
  background-color: #c8c4c4;
  color: #221002;
}

@media (max-width: 480px) {
  .lplink_box{
 display: block;
}

.lplink_l {
  text-align: center;
}
 
.lplink_txt {
  font-size: 1.1rem;
  margin-top:  0px;
}

.product-lazyload {
  width: 100vw;
  height: 40vw !important;
}

.lplink_btn {
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  margin: 5% auto 5%;
 }
 } 

@media (min-width: 481px) and (max-width: 768px) {
  .lplink_box{
 display: block;
}

.lplink_l {
  text-align: center;
}

.lplink_txt {
  font-size: 1.2rem;
  margin-top:  0px;
}

.product-lazyload {
  width: 100vw;
  height: 40vw !important;
}

.lplink_btn {
  height: 60px;
  line-height: 60px;
  font-size: 1.2rem;
  margin: 3% auto 5%;
 }
}

@media (min-width: 769px) {
  .lplink_box{
 display: flex;
}

.lplink_txt {
  font-size: 1.5rem;
  margin-top:  5%;
}

.product-lazyload {
  width: 25vw;
  height: 25vw !important;
}

.lplink_btn {
  height: 75px;
  line-height: 75px;
  font-size: 1.5rem;
  margin: 10% auto 5%;
 }
}

h2{
  background:#eee;
  padding:2% 2%;
  line-height:1.4em;
}
h3{
  padding:2% 2%;
  line-height:1.4em;
}


.product_explain p{
    padding:1% 2%;
}

@media screen and  (max-width:780px){
  .product_explain p{
    padding:2%;
  }
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

span.text-small{
  font-size:0.8em;
}

.top_img_box img.banner_img_solo {
   width: 100%;
  height: 150px;
  object-fit: cover;
  opacity: 0.5;
  display:block;
}

.top_img_box{  
  position: relative;
  text-align:center;
  padding:20px;
}

.top_img_box p {
  font-size:1.1rem;
  font-weight:700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.top_img_box a{
  color:#fff;
}

@media screen and  (max-width:780px){
  .hidden-br {
   display: none; 
  }
  
  .top_img_box p {
    font-size:0.9rem;
  }
}


table.spec{
  margin:20px 0;
  width: 100%;
  border-spacing: 0;
}

table.spec th{
  border-bottom: solid 2px #221002;
  color:#221002;
  padding: 15px 0;
  width:30%;
}

table.spec td{
  border-bottom: solid 2px #ddd;
  padding: 15px 0 15px 10px;
}

.pro_request{
  background:#ddd;
  font-size:1.4rem;
  font-weight:900;
  padding:30px 0;
  border-radius: 5px; 
  margin:20px 15px;
  text-align: center;
}

.footer_fix_btn {
  position:fixed;
  align-items: center;
  bottom:-100px;
  left:0;
  width:100%;
  text-align:center;
  font-size:1.1rem;
  transition:0.65s;
}
.footer_fix_btn div p{ 
  flex-wrap: nowrap; 
  color:#fff; 
  margin:0; 
  padding:0;
  height: 1.2rem;
  line-height: 25px;
}

.footer_fix_btn.isActive {
  bottom:0;
  transition:0.65s;
  z-index: 10;
}

.footer_fix_btn div{
  display: flex;
  margin:0 auto;
  padding:5px 0;
  width:60%;
  height:55px;
  line-height:55px;
 /* background:linear-gradient(181deg,  #06352b, #012b22 );*/
  box-shadow:0 3px 3px rgba(0, 0, 0, 0.1),
  text-align:center;
  background-color: #ddd;
  opacity: 0.9;
}
.footer_fix_btn div div{
  display:block;
  width:50%;
}
.footer_fix_btn a {
  display:block;
  text-decoration:none;
  margin:0;
  color:#fff;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

@media (max-width:760px){
  .pro_request{
    margin:20px auto;
    border:none;
  }
  .footer_fix_btn {
    font-size:1rem;
  }
  .footer_fix_btn div{
    width:100%;
    margin:0;
  }
  .footer_fix_btn div a{
  width:100%;
  }
}

.footer_fix_btn div　div.botton_l{
  margin:0;
  /*color:#fff;*/
  font-size:0.8rem;
 width:45%;
}

.botton_l a p{
  color: #221002;
}

.footer_fix_btn div div.botton_r{
  padding:0;
  margin:0;
  color:rgba(34,16,2,1);
  font-size:1rem;
  font-weight:700;
  width:48%;
  /*background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);*/
  border-radius:3px;
  background: #fc6453;
  position: relative;
}
.footer_fix_btn div div.botton_r a{
  /*color:rgba(34,16,2,1);*/
  color: #fff;
}

/*村澤*/
.footer_fix_btn div div.botton_r::before {
  content:"";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width:12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: leftSlideBlink 2.5s linear infinite;
}

.footer_fix_btn div div.botton_r::after {
  content:"";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  width:12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  animation: rightSlideBlink 2.5s linear infinite;
}


@media (min-width:760px){
  .footer_fix_btn div div.botton_r{
   margin:3px 10px;
  }
  .footer_fix_btn div{
    border-radius:5px;
  }
}


.img50{
  width:50%;
  max-width:50%;
  margin:0;
  padding:0;
}
.midashi01{
  text-align:center;
  width:200px;
  margin:10px;
  padding:20px;
  background:#221002;
  color:#fff;
  font-size:1.5em;
  font-weight:900;
}
.border_area_top{
    margin:10px 0;
    padding:10px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
  }
.category_name{
  font-size:0.8em;
  font-weight:900;
}
.category_name_sid{
  font-size:1em;
  font-weight:900;
}
.midashi02{
  text-align:center;
  width:300px;
  margin:10px;
  padding:10px;
  font-size:1.5em;
  font-weight:900;
}
.valuebox{
  font-size:1.3em;
  width:96%;
  padding:15px;
  margin:10px 10px 10px 10px;
  background:#eee;
}

#setsumei-th-c {
  background-color: #ccc;
}

.related_products {
  display: inline-block;
  width: 100%;
  margin: 50px 0px;
}

.related_products a {
  max-width: 240px;
  width: 100%;
  float: left;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.related_products a:hover {
  opacity: 0.5;
}

.related_products a:last-child {
  float: clear;
}

.related_products a img {
  width: 100%;
  vertical-align: middle;
}

.mukinri-title {
  font-size: 20px;
}

.mukinri {
  font-size: 15px;
}

.mukinri th {
  background-color: #ccc;
}

.topic01{
 border: none;
 background-color:#ffe4b4;
 max-width: 100%;
 padding:10px;
 margin-bottom:20px;
}

.topic01 h4{
 font-size:15pt;
 line-height:20px;
 margin:10px;
}

.text01{
 border: none;javascript:void(0)
 background-color:#f9f9f9;
 max-width: 100%;
 padding:20px;
 margin-bottom:20px;
}
.imcent{
 text-align:center;
}
.text01 p{
  max-width:90%;
  margin-left:5%;
}
.text01 img{
 max-width: 100%;
 margin-bottom:10px;
}

.text02{
 border: none;
 max-width: 100%;
 padding:20px,10px,10px;
 margin-bottom:20px;
}

.text02 p, 
.text02 table{
  max-width:90%;
  margin-left:5%;
}
.text02 img{
 max-width: 100%;
 margin-bottom:10px;
}


.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: 0 2% 2%;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #850021;
}
.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_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 3px 0 0px;
  font-size: 12px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}
.product_belong_list {
  padding: 1 4px;
  margin: 1px 2px;
  background-color: #dcdcdc;
  border-radius: 9px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 6px;
}
.product_model {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}

.product_img {
  margin-bottom: 5px;
}

.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 768px) {

  .product_img_thumb {
    margin-bottom: 10px;
  }

}

.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.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;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 0px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
  font-weight: bold;

}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #ffffff;
  margin: 0px 0;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 0;
  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;
}
.product_cart_select_name {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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: 0px 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 {
  position: relative;
  border: none;
  margin-top: 5px;
  padding: 18px 0;
  background-color: #850021;
  font-size: 18px;
  color: #fff;
  *background-color: #850021;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #c27f90;
  color: #fff;
  *background-color: #c27f90;
}
.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;
  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;
}

.disabled-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 18px 12px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #ff513d;
  border-radius: 5px;
  opacity: 0.9;
  box-sizing: border-box;
  transition: 0.2s;
}

.animation-btn-arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: leftSlideBlink 2.5s linear infinite;
}

.animation-btn-arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  animation: rightSlideBlink 2.5s linear infinite;
}

@keyframes leftSlideBlink {
  0% {
    opacity: 0.2;
    left: 0px;
  }
  50% {
    opacity: 1;
    left: 12px;
  }
  100% {
    opacity: 1;
    left: 12px;
  }
}

@keyframes rightSlideBlink {
  0% {
    opacity: 0.2;
    right: 0px;
  }
  50% {
    opacity: 1;
    right: 12px;
  }
  100% {
    opacity: 1;
    right: 12px;
  }
}

.disabled-btn:hover {
  color: #fff;
  /*background-color: #ff3733;*/
  opacity: 0.65;
}

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

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

.product_related_lists {
  margin: 5px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 10px 0 0;
}
.product_related_list {
  padding: 0px 0;
}

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

.product_explain,
.product_img_sub,
.product_reviews {
  font-size:1.1em;
  line-height: 1.8;
  margin-top: 5px;
}
.product_explain img{
    margin:10px auto;
}
.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.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;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

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

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }
 
  .product_detail_area,
  .product_social_lists {
    padding-top: 5px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 1rem;
    padding: 0 10px 30px;
  }
  .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%;
  }
  ul.flbox{
    display:block;
  }
}

/* 分割金額自動算出デザイン 開始 */

.installment-payment {
  width: 94%;
  margin: 3%;
  text-align: center;
  font-size: 15px;
}

.installment-payment tr:nth-child(1) {
  font-weight: bold;
  color: #fff;
  background-color: #0099e3 !important;
}

.installment-payment tr:nth-child(odd) {
  background-color: #cee7ff;
}

.installment-payment tr td {
  width: 25%;
  padding: 10px;
}

.installment-payment tr td:nth-child(2)::after {
  content: "無料";
}

.installment-payment tr:nth-child(1) td:nth-child(1)::after {
  content: "分割回数";
}

.installment-payment tr:nth-child(1) td:nth-child(2)::after {
  content: "金利手数料";
}

.installment-payment tr:nth-child(1) td:nth-child(3)::after {
  content: "お支払い金額";
}

.installment-payment tr:nth-child(1) td:nth-child(4)::after {
  content: "初回お支払い金額";
}

.installment-payment tr:nth-child(2) td:nth-child(1)::after {
  content: "36回";
}

.installment-payment tr:nth-child(3) td:nth-child(1)::after {
  content: "60回";
}

.installment-payment tr:nth-child(4) td:nth-child(1)::after {
  content: "84回";
}

.installment-payment tr:nth-child(5) td:nth-child(1)::after {
  content: "100回";
}

.payment::after {
  content: "円";
}

/* 分割金額自動算出デザイン 終了 */

/* 保証とアフターサービス 開始 */

.safety-and-afterservice {
  display: inline-block;
}

/* 保証とアフターサービス 終了 */

/* 分割60回以下特典ボタン 開始 */

.Benefits {
  display: inline-block;
  width: 100%;
  background-color: #000;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}

.Benefits img {
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
}

.Benefits:hover > img {
  opacity: 0.9;
}

/* 分割60回以下特典ボタン 終了 */

/* LINEで問い合わせるhoverエフェクト 開始 */

.LINEinquiry a p {
  transition: 0.2s;
  position: relative;
}

.LINEinquiry:hover > a p {
  opacity: 0.65;
}

/* LINEで問い合わせるhoverエフェクト 終了 */

/* 商品詳細の中の記事リンク */
.lplink_box{
 display: flex;
 background-color: #eee;
  padding: 1%;
  margin: 3% 0;
}

.lplink_box div{
width:auto;
}

.product-lazyload {
  object-fit: cover;
}

.lplink_l , .lplink_r{
 margin:1% 1%;
}
.lplink_l {
 flex-basis: 50%;
}

.lplink_txt {
  margin-top: 0%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #221002
}

.lplink_r{
 flex-basis: auto;

}

.lplink_btn {
  width: 300px !important;
  height: 75px;
  line-height: 75px;
  background: #3d3732;
  <!--background-color: #8d8787 ;-->
  margin: 3% auto 5%;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 1px #eee;
  color: #eee;
}

.lpkink_btn_1 :hover {
  background-color: #c8c4c4;
  color: #221002;
}

@media (max-width: 480px) {
  .lplink_box{
 display: block;
}

.lplink_l {
  text-align: center;
}
 
.lplink_txt {
  font-size: 1.1rem;
  margin-top:  0px;
}

/*  
.product-lazyload {
  width: 30vw;
  height: 190px !important;
}
*/

.lplink_btn {
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  margin: 3% auto 5%;
 }
 } 

@media (min-width: 481px) and (max-width: 768px) {
  .lplink_box{
 display: block;
}

.lplink_l {
  text-align: center;
}

.lplink_txt {
  font-size: 1.2rem;
  margin-top:  0px;
}

/*
.product-lazyload {
  width: 40vw;
  height: 190px !important;
}
*/

.lplink_btn {
  height: 60px;
  line-height: 60px;
  font-size: 1.2rem;
  margin: 3% auto 5%;
 }
}

@media (min-width: 769px) {
  .lplink_box{
 display: flex;
}

.lplink_txt {
  font-size: 1.5rem;
  margin-top:  0%;
}

.product-lazyload {
  width: 40vw;
  height: 190px !important;
}

.lplink_btn {
  height: 75px;
  line-height: 75px;
  font-size: 1.5rem;
  margin: 3% auto 5%;
 }
}

/* アイコン置換用　*/
.newicon{  
 border: solid 1px #696969;
 border-radius:5px;
 margin:0.5% 79.5% 0.5% 0.5%;
}

.hiticon{
 background-color:  #696969;  
 border-radius:5px;
 margin:0.5% 79.5% 0.5% 0.5%;
}

.limiticon{
 background-color:  #221002;  
 border-radius:5px;
 margin:0.5% 79.5% 0.5% 0.5%;
}

.newicon > p {
  margin:0;
  color:#696969;
  text-align: center;
}

.hiticon > p {
  margin:0;
  color:#ffffff !important;
  text-align: center;
}

.limiticon > p {
  margin:0;
  color:#ffffff !important;
  text-align: center;
}
/* アイコン置換用 終了　*/

/* 価格改定の告知css 開始 */

.after-price-span {
  margin-left: 5px;
  font-weight: bold;
  font-size:20px;
  color: #aaa;
}

.price-change-notice {
  margin: 10px 0px;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
}

.price-change-notice div {
  margin: 0px 0px 10px;
}

.price-change-notice p {
  margin: 0px;
}

/* 価格改定の告知css 終了 */

/* カウントダウンCSS 開始 */

.countdown-timer {
  clear: both;
}

.countdown-timer div {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0px;
  color: #222;
  background-color: #eee;
  border-radius: 10px;
}

.countdown-timer a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-radius: 10px;
}

.countdown-hover {
  color: #222;
  background-color: #eee;
  border-radius: 10px;
  transition: 0.3s;
}

.countdown-hover:hover {
  color: #fff;
  background-color: #222;
}

.countdown-timer span {
  font-size: 15px;
}

@keyframes countdown-effect {
  0% {
    background-color: red !important;
  }
  100% {
    background-color: blue !important;
  }
}

/* カウントダウンCSS 終了 */

/* 新しいカウントダウンCSS 開始 */

.new-countdown-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background-color: #eee;
  border-radius: 13px;
  overflow: hidden;
  clear: both;
}

/*
.new-countdown-btn:hover > .new-countdown-btn-link {
  background-color: #eee;
}
*/

/*
.new-countdown-btn-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  background: conic-gradient(#aaa, #ccc, #fff, #ccc, #aaa, #ccc, #fff, #ccc, #aaa);
  filter: blur(10px);
  animation: new-countdown-btn-effect;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
*/

.new-countdown-btn-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(30px - 6px);
  line-height: calc(30px - 6px);
  padding: 10px 0px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  background-color: #eee;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.new-countdown-btn-link:hover {
  color: #222;
}

.new-countdown-btn-link span {
  font-size: 15px;
}

/*
@keyframes new-countdown-btn-effect {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
*/

/* 新しいカウントダウンCSS 終了 */

/* GSのf38へのリンクボタン 開始 */

.f38-link {
  display: inline-block;
  margin: 10px 0;
  background-color: #000;
}

.f38-link img {
  transition: 0.3s;
}

.f38-link:hover > img {
  opacity: 0.9;
}

/* GSのf38へのリンクボタン　終了 */
