﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--items img {
  width: 100%;
}

.block-top-body {
  margin: 10px 0;
}

/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
  width: 100%;
}

.block-free-2--sub-items {
  overflow: hidden;
}

/*.block-free-2--sub-items li {
  float: left;
  width: 33.33%;
  height: 33.33%;
}*/

/* ----ヘッダー---- */

.jspDrag {
  background: #000;
}

header span.block-img_innner {
  display: inline-block;
  position: relative;
  height: 100%;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-between;
}

.block-headernav--item-list li {
  width: 18%;
  position: relative;
  display: inline-block;
  font-size: 10px;;
  text-align: center;
}

.block-headernav--item-list li:nth-of-type(3) {
  width: 28%;
}

.block-headernav {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 5px 0;
  z-index: 1;
}

.block-headernav--item-list li a {
  display: block;
  height: 100%;
  cursor: pointer;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

.block-headernav--cart-count {
  position: absolute;
  top: -9px;
  right: -13px;
  padding: 2px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  background: #c3002f;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-left: 1px solid #666;
  padding: 10px 0;
}

.block-globalnav--item-list > li > a {
  display: block;
  color: #fff;
}

.block-globalnav--item-list li i.fa {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
}

/* ----フッター---- */

.block-footernav {
  padding: 10px 0;
  text-align: center;
  background: #eee;
  font-size: 0;
}

.block-footernav li {
  padding: 0 5px;
  display: inline-block;
  font-size: 11px;
  border-left: 1px solid #444;
}

.block-footernav li:first-child {
  border-left: none;
}

.block-footernav li a {
  color: #444;
}

.block-footer-menu {
  background: #eee;
  border-top: 1px solid #dcdcdc;
}

.block-footer-menu li {
  border-bottom: 1px solid #dcdcdc;
}

.block-footer-menu li a {
  display: table;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.block-footer-menu li span {
  display: table-cell;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
}

.block-footer-menu li i {
  display: table-cell;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  width: 40px;
  color: #999;
}


.block-footer-menu li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

.page-method .block-page-top {
  position: fixed;
  top: auto;
  bottom: 74px;
  right: 26px;
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  border-top: 1px solid #eee;
  display: block;
  padding: 10px 10px 0 0;
}

.block-switcher li {
  display: inline-block;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.block-switcher--current {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 24px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #111820;
    padding: 20px 0;
}

/* ----ブランド画面---- */

.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}

.block-brand-list--item-name {
  padding: 10px;
  text-decoration: underline;
}

.block-brand-list--item-comment {
  padding: 0 10px 10px 10px;
}

.block-brand-detail--image img {
  width: 100%;
  height: auto;
}

.block-brand-detail--description {
  margin: 0 10px 10px 10px;
}

/* ----商品詳細画面---- */

/*CSSによる商品詳細画面の項目の並び順変更用*/
.block-goods-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.block-src-l {
  order: 10;
}

.block-src-c {
  order: 20;
}

.block-goods-gallery {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.page-goods .block-icon {
  order: 50;
}

.block-goods-comment {
  order: 60;
}

.block-goods-detail--promotion-freespace {
  order: 70;
}

.block-goods-affix-list {
  order: 80;
}

.block-goods-price {
  order: 90;
}

.block-goods-code {
  order: 100;
}

.block-goods-item-code {
  order: 110;
}

.block-goods-item-code2 {
  order: 120;
}

.block-goods-item-code3 {
  order: 130;
}

.block-goods-release-dt {
  order: 140;
}

.block-goods-class1 {
  order: 150;
}

.block-goods-class2 {
  order: 160;
}

.block-goods-attr1 {
  order: 170;
}

.block-goods-attr2 {
  order: 180;
}

.block-goods-attr3 {
  order: 190;
}

.block-goods-point {
  order: 200;
}

.block-goods-postage {
  order: 210;
}

.block-goods-stock {
  order: 220;
}

.block-goods-spec {
  order: 230;
}

.block-goods-sales-detail-append {
  order: 240;
}

.block-variation {
  order: 250;
}

.block-custom-order {
  order: 260;
}

.block-add-cart {
  order: 270;
}

.block-goods-favorite {
  order: 280;
}

.block-arrival-notice {
  order: 290;
}

.block-no-stock {
  order: 300;
}

.block-goods-store-stock {
  order: 310;
}

.block-variation-back-order {
  order: 320;
}

.block-goods-set {
  order: 330;
}

.block-goods-sns {
  order: 340;
}

.block-contact-about-goods {
  order: 350;
}

.block-goods-link {
  order: 360;
}

.block-goods-comment1 {
  order: 370;
}

.block-goods-comment2 {
  order: 380;
}

.block-goods-comment3 {
  order: 390;
}

.block-goods-comment4 {
  order: 400;
}

.block-goods-comment5 {
  order: 410;
}

.block-rules-comment {
  order: 420;
}

.ajaxerror {
  padding: 15px;
}



  #pane-goods-footer.block-goods-detail-j--goods,
  #pane_top_main.block-goods-detail-j--goods,
  .js-enhanced-ecommerce-item {
    position: relative;
    padding-bottom: 0; 
  }


  .js-enhanced-ecommerce-item.new:before,
  .js-enhanced-ecommerce-item.reservation:before,
  .js-enhanced-ecommerce-item.sale:before {
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: 1;
    border-top: 35px solid transparent;
    border-right: 35px solid #79bd28;
    border-bottom: 35px solid transparent;
    border-left: 35px solid transparent;
    transform: rotate(45deg);
    content: '';
  }

  .js-enhanced-ecommerce-item.new:before {
    border-top: 35px solid transparent;
    border-right: 35px solid #c3002f;
    border-bottom: 35px solid transparent;
    border-left: 35px solid transparent;
  }

  .js-enhanced-ecommerce-item.reservation:before {
    border-top: 35px solid transparent;
    border-right: 35px solid #79bd28;
    border-bottom: 35px solid transparent;
    border-left: 35px solid transparent;
  }

  .js-enhanced-ecommerce-item.sale:before {
    border-top: 35px solid transparent;
    border-right: 35px solid #ea0000;
    border-bottom: 35px solid transparent;
    border-left: 35px solid transparent;
  }

  .js-enhanced-ecommerce-item.new:after,
  .js-enhanced-ecommerce-item.reservation:after,
  .js-enhanced-ecommerce-item.sale:after {
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    font-size: 10px;
    transform: rotate(-45deg);
    content: 'NEW';
  }

  .js-enhanced-ecommerce-item.new:after {
    content: 'NEW';
  }

  .js-enhanced-ecommerce-item.reservation:after {
    content: '予約';
  }

  .js-enhanced-ecommerce-item.sale:after {
    content: 'SALE';
  }


/* 20230606 ADD */
header.header-info {
	height: auto;
}
header.header-info .block-header-info {
	width: 100%;
	display: inline-block;
	text-align: right;
}
header.header-info .block-header-info p {
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: 12px;
	text-align: center;
}
header.header-info .block-header-info a {
	display: block;
	height: 100%;
	cursor: pointer;
	padding: 0 0 7px;
	color: #fff;
	text-decoration: underline;
}


/*　ヘッダー改修　*/
#top_page header.pane-header .container:before {
  content: none; }

.block-headernav--item-list .block_mypage:after {
  content: none; }

.header_upper {
  background: #fef2c8;
  padding-top: 30px; }

header.pane-header {
  background: #ba0c2f;
  border-top: none;
  padding: 9px;
  animation: boat .5s linear 0s;
  position: fixed;
	box-shadow: none;
}
header.pane-header #js_category_panel {
	top: 100px; }
header.pane-header .container {
	padding: 9px;
	background: #fff;
	justify-content: space-between;
	border-radius: 2px;
	max-width: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
/*****   ヘッダー右側  ******/ }
header.pane-header .container .header-wrap {
	display: flex;
	flex-direction: row;
	align-items: center; }
header.pane-header .container .header-wrap #header_menu{
	width: 34px;
	height: auto;
	position: relative;
	/*top: 2px;*/
}

header.pane-header .container .block-header-logo {
	width: auto;
	position: static;
	z-index: auto; }
header.pane-header .container .block-header-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 65px;
	height: auto;
}
header.pane-header .container .block-headernav {
	width: auto; }
header.pane-header .container .block-headernav img {
	vertical-align: bottom; }
header.pane-header .container .block-headernav--item-list li.block_mypage {
	width: auto;
	display: block;
	position: relative; }
header.pane-header .container .block-headernav--item-list li.block_mypage #header_mypage {
	position: relative;
	transform: none;
	width: 32px;
	top: 2px;
	height: auto;
	margin-right: 5px;}
header.pane-header .container .block-headernav--item-list li.block-cart {
	width: 34px; }
header.pane-header .container .block-headernav--item-list li.block-cart a {
	display: block; }
header.pane-header .container .block-headernav--item-list li.block-cart #header_cart {
	width: 32px;
	height: auto;
	margin-left: 0;
	position: relative;
	top: 1px;
}
header.pane-header .container .block-headernav--item-list li.block-cart .block-header-cart--img-inner {
	position: static;
	padding: 0; }
header.pane-header .container .block-headernav--item-list li.block-cart .block-header-cart--img-inner span {
	position: absolute;
	top: -4px;
	left: 21px;
	font-size: 11px;
	background: #c3002f;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	padding: 0 0.45em;}



/********************************　フッター改修　********************************/

/*フッター見出し*/
#footer_category_panel　h2.h2_common,
.footer_sns_area h2.h2_common,
.footer_guide h2.h2_common{
	font-size: 1.6em;
  padding: 40px 0 5px 0;
	color: #2a2a2a;
}
#footer_category_panel　h3.h3_common,
.footer_sns_area h3.h3_common,
.footer_guide h3.h3_common{
	color: #ba0c2f;
  font-size: 0.85em;
  padding-bottom: 25px !important;
}
#footer_category_panel　h3.h3_common a,
.footer_sns_area h3.h3_common a,
.footer_guide h3.h3_common a{
	cursor: pointer;
	color: #ba0c2f;
}
#footer_category_panel　h3.h3_common a svg,
.footer_sns_area h3.h3_common a svg,
.footer_guide h3.h3_common a svg{
	width: 7px;
	height: 13px;
	fill: #ba0c2f;
	position: relative;
	top: 2px;
	left: 5px;
}

/****　カテゴリ一覧 上下共通　****/
#footer_category_panel .category_list_wrapper,
#upper_category_panel .category_list_wrapper {
  padding: 0 15px; }
#footer_category_panel .category_list_area,
#upper_category_panel .category_list_area {
  display: inherit;
  width: auto;
  margin: 0 auto; }
  #footer_category_panel .category_list_area ul,
  #upper_category_panel .category_list_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%; }
    #footer_category_panel .category_list_area ul li,
    #upper_category_panel .category_list_area ul li {
      width: calc(100% / 2 - 5px);
      padding: 10px;
      margin: 0;
      padding: 0;
      border: none; }
      #footer_category_panel .category_list_area ul li a,
      #upper_category_panel .category_list_area ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 11px 8px;
        text-align: center;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        font-size: 0.75em;
        font-weight: 600;
        text-decoration: none; }
        #footer_category_panel .category_list_area ul li a:hover,
        #upper_category_panel .category_list_area ul li a:hover {
          opacity: 1;
          color: #fff;
          background: #ba0c2f;
          border: 1px solid #ba0c2f; }
        #footer_category_panel .category_list_area ul li a img,
        #upper_category_panel .category_list_area ul li a img {
          height: 20px;
          margin-right: 10px; }


#footer_category_panel {
  background: #fef2c8;
  padding-top: 60px;
  border-top: none; }

.footer_sns_area {
  background: #fef2c8;
  padding: 0 0 1px; }
.footer_sns_area a{
		transition: all ease-in-out .3s;
	}
.footer_sns_area a:hover{
		opacity: .7;
	}
  .footer_sns_area h3.h3_common {
    padding-bottom: 25px; }
  .footer_sns_area .footer_sns_list {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    max-width: 300px; }
  .footer_sns_area .footer_sns_link {
    display: block;
    max-width: 270px;
    background: #ba0c2f;
    color: #fff;
    font-size: 0.9em;
    padding: 8px 20px;
    border-radius: 50px;
    text-align: center;
    margin: 20px auto; }
    .footer_sns_area .footer_sns_link svg {
      width: 7px;
      fill: #fff;
      position: relative;
      top: 3px;
      left: 8px; }

.footer_guide {
  background: #fef2c8;
  padding-bottom: 10px; }
  .footer_guide_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 0;
    column-gap: 10px;
    width: 360px;
    height: 100px;
    margin: 0 auto 20px; }
    .footer_guide_list li {
      display: flex;
      align-items: center;
      height: 25px;
      font-size: 0.9em; }
      .footer_guide_list li a svg {
        position: relative;
        width: 6px;
        top: 2px;
        margin-right: 7px; }
      .footer_guide_list li a:hover {
        text-decoration: none;
        color: #ba0c2f;
        opacity: 1; }
        .footer_guide_list li a:hover svg {
          fill: #ba0c2f; }
  .footer_guide_others {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 15px 25px;
    font-size: 0.78em; }
    .footer_guide_others li::after {
      content: "/";
      margin: 0 2px 0 0; }
    .footer_guide_others li:last-of-type::after {
      content: ""; }
    .footer_guide_others li a:hover {
      text-decoration: none;
      color: #ba0c2f;
      opacity: 1; }
    .footer_guide_others.layout-pc {
      display: none; }
    .footer_guide_others.layout-sp {
      display: flex;
			margin-top: 40px; }

#js_calendar_replace #footer_calendar {
  background: #fff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border: 3px solid #ba0c2f;
  border-top: 15px solid #ba0c2f; }
  #js_calendar_replace #footer_calendar p {
    font-size: 0.75em;
    margin: 0 20px; }
    #js_calendar_replace #footer_calendar p span {
      color: #c40030;
      font-size: 1.3em; }

@media screen and (max-width: 390px) {
  .footer_guide_list {
    padding: 0 15px; }

  #js_calendar_replace {
    padding: 0 15px; }

  .footer_guide_others li {
    font-size: 0.87em; } }

.pane-footer{
	background: #1f1d18;
}
#footer_category_panel .container,
.footer_sns_area .container,
.footer_guide .container,
.pane-footer .container{
	width: auto;
}
	.block-copyright {
		padding: 12px 0;
		background: #1f1d18;
		color: #fff; }