@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*-------------------------------------------
共通
-------------------------------------------*/

body {
  background-color: #fff;
  color: #212121;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.2rem;
  margin: 0;
}

h2 {
  padding: 0 20px;
  margin: 20px 0 0.5rem;
  font-size: 130%;
  font-weight: normal;
}

h3 {
  font-size: 140%;
  font-weight: normal;
  margin: 20px 0 .5rem;
  padding: 0 20px;
  
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap img {
 vertical-align: bottom;
}

.wrap_toolbar {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap_toolbar img {
 padding-bottom:6px;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  
}



.section {  
padding:20px 0 0;
}

.section_title{
 margin:40px 20px 20px;
 padding-bottom:10px;
 font-size:18px;
  letter-spacing: 2px;
 border-bottom:1px solid #CCC;
  color:#333;
  font-weight:700;
}

.section_title_center{
 margin:40px 20px 20px;
 padding-bottom:10px;
 font-size:18px;
    letter-spacing: 2px;
  text-align:center;
 border-bottom:1px solid #333;
  color:#333;
 font-weight:700;
}

.section_title_left{
 margin:40px 20px 20px;
text-align:left;
 font-size:20px;
  color:#333;
 letter-spacing: 2px;
  font-family: 'Times New Roman', serif;
   font-weight:700;
}

.section_title_left span{
font-size:10px;
  padding-left:20px;
  font-weight:normal;
}

.section-inner {
  padding: 0 20px 20px;
}

.section-contents{
margin:0 20px;
  text-align:center;
}

.section_slide_title{
 padding:40px 20px 0;
  margin-bottom:20px;
 font-size:22px;
text-align:center;
  color:#333;
  letter-spacing: 2px;
  font-family: 'Times New Roman', serif;
   font-weight:500;
}

.section_slide_title_left{
 margin:40px 20px 10px;
  padding-bottom:20px;
 font-size:22px;
text-align:left;
  color:#333;
  letter-spacing: 2px;
  font-family: 'Times New Roman', serif;
}

.slide_exp{
  text-align:center;
  font-size:11px;
  margin-bottom:20px;
}

/* ヘッダー */

#header {
 
}

.header_top_sp {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #E6E6E6;
  position:fixed;
  top: 0;
  left:0;
  background-color: #fff;
  z-index: 10;
}


.header_nav_phone {
  z-index: 99;
  height: 42px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}

.nav_logo_phone{
  position: relative;
  width:160px;
  top:20px;
  margin:0 auto;
  display: block;
}



/* ヘッダー1_2 */
.header1_2 {
  width:100%;
  border-bottom:1px solid #ccc;
  text-align:center;
  padding: 64px 0 10px; /* 2021/06/02 修正 */
 
}

.header1_2 a{
  font-size:13px;
color:#000;
}

 .header1_2 button img{
     height:15px;
   
     width:auto;
  }
  

  .keywordSearch form{
    margin: 0;
  }

  .keywordSearch input{
      width:73%;
      height: 25px;
      padding:5px 2%;
  }

  .keywordSearch button{
     /*220215*/
     /*width:7%;
     padding:5px 0;*/
     background: #fff;
  }

/* ヘッダー2 */
.header2 {
  width:100%;
border-bottom:1px solid #999;
}

.header2_1{
    padding:8px 0;
  border-bottom:1px dotted #999;
  font-size:12px;
}

.header2_2{
margin:8px 0;
  font-size:12px;
  font-weight:bold;
}

.header2_contentsa{
float:left;
  text-align:center;
  width:30%;
}

.header2_contentsa a{
  display:block;
}

.header2_contentsb{
  float:left;
  text-align:center;
  width:5%;
}


/* ツールバー */

#spTopNav {
  display: none;
  display: block;
  padding-top: 52px;
  text-align: center;
  /* 2021/06/02追加 */
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.toolbar {
  background: #333;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

.toolbar-inner {
  margin: 0;
  padding: 0;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
   /*border-right: solid 1px #999;
    border-left: solid 1px #999;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:10px;
}
.toolbar-item a {
  font-size: 100%;
  display: block;
  padding: 12px 0;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item a .icon {
  width: 20px;
  margin:0;
}

 
#header--sticky {
  background: #333;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
#header--sticky .toolbar-item {
  list-style: none;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  float: left;
  width: 18%;
}
#header--sticky .toolbar--cart {
  float: right;
  width: 18%;
}

.toolbar--totop {
  width: 64%;
  border: none;
}
.toolbar--totop a {
  font-size: 100%;
  width: 100%;
  padding: 22px 0 20px;
  line-height: 1;
}
.toolbar--totop a .icon--up_w {
  width: 16px;
}

/* フッター */
#footer{
padding-top:20px;
}

.footer_pagetop{
text-align: center;
background-color: #333;
}

.footer_pagetop_icon{
background-position: 0px -216px;
background-image: url("https://img.shop-pro.jp/tmpl_img/76/icon24_w.png");
width: 24px;
height: 24px;
display: inline-block;
margin-top: 8px;
}

.footer_notice{
padding:0;
margin:0;
background-color: #EEE;
list-style:none;
  text-align:center;
}

.footer_notice_list{
padding:0;
}

.footer-nav{
  padding: 0;
  margin: 0 auto;
 background-color: #333;
 width:100%;
min-height: 1px;
display: block;
float: left;
box-sizing: border-box;
}

.footer-nav-list{
padding: 0;
 list-style:none;
margin: 0;
}

.footer-nav-item{
  border-right: 1px solid #777;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #777;
min-height: 1px;
display: block;
float: left;
box-sizing: border-box;
  list-style: none;
width: 50%;
}

.footer-nav-item a {
 display: block;
padding: 12px 10px;
color: #FFF;
text-decoration: none;
font-size: 11px;
}

.section--address {
  background: #eee;
  text-align: center;
  
}
.section--address .section-inner {
  padding: 20px;
 
}

.tokusho{
margin:0 10px 10px;
font-size:11px;
}

.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 40px 0 0;
  text-align: center;
  background-color:#eee;
}

.sns-link {
  text-align: center;
  margin: 0 3px 0;
  padding: 10px 11px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.sns-link .icon {
  width: 20px;
}

.sns-link--twitter {
  background: #00acee;
}

.sns-link--facebook {
  background: #3b579d;
}

.sns-link--instagram {
  background: #393939;
}

.sns-link--google {
  background: #d95333;
}

.sns-link--pinterest {
  background: #c9232d;
}

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

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 195px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */


  #drawer{
  display: block;
  position: fixed;
  background:#fff;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
  z-index: 2102;
  }

  #drawer.open{
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  }

  .sideMenu{
	font-size: 11px;
	position:absolute;
	display:block;
	top:670px;
	left:0;
	text-align:left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 2.5em;
	letter-spacing: 0.20em;
  margin-bottom: 0px;
  }

  .sideMenu ul {
    margin-bottom:20px;
  }

  .sideMenu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
  }

  .sideMenu ul.li_border_bottom li {
    border-bottom:1px solid #CCC;
  }

  .sideMenu ul li a {

  }
  .sideMenu ul li img {
    margin: 3px 5px 3px 0;
   
  }

  .sideMenu ul.snsArea {
    display:block;
    margin-bottom:30px;
  }

  .sideMenu ul.menuFooter {
    margin:0;
    width:110%;
    background: #333;
    padding:30px 0px 100px 35px;
    left:0;
    bottom:-50px;
  }

  .sideMenu ul li.iconSocial {
    display:table-cell;
    width:42px;
    height:35px;
    vertical-align: middle;
  }

  .sideMenu ul li.iconSocial a{
    display:block;
  }

  .sideMenu ul li.iconSocial img{
    display:block;
    height:35px;
    width:auto;
  }

  .sideMenu ul li.indexSubMenu{
    line-height: 3.5em;
    font-weight:800;
    color:#777;
    border-bottom: 1px solid #555;
    margin-bottom:10px;
  }

  .sideMenu ul li.arrow {
    display:block;
   
  }

.sideMenu ul li.arrow_a {
    display:block;
   padding:0 0 6px;
  }
 .sideMenu ul li.arrow_c {
    display:block;
   padding:6px 0;
  }

  .sideMenu ul li.arrow a::after{
    position: absolute;
    display:inline-block;
    content: '';
    margin-top: 10px;
    right: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  p.mumuName {
    margin:10px 0 0;
  }

  p.mumuName span {
    font-size:16px;
    font-weight:800;
  }

  dl.mumuProfile {
    width:160px;
    margin-top:0;
  }

  dl.mumuProfile dt, dl.mumuProfile dd{
    display:inline-block;
    line-height: 15px;
    letter-spacing: 0.05em;
  }

  dl.mumuProfile dt {
    width:40px;
    font-weight:normal;
  }

  dl.mumuProfile dd {
    width:120px;
  }

  a.btnBook {
    display:block;
    border-radius: 4px;
    color: #fff;
    width:90px;
    margin-top:5px;
    padding:3px 14px 3px 12px;
    border: 1px solid #777;
  }

  a.btnBook::after{
    position: absolute;
    display:inline-block;
    content: '';
    margin-top: 10px;
    margin-left: 2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .icon-lg-b.icon-ameblo {
    background-size:auto;
  }


/*
 * product
 */
.regular {
  text-decoration: line-through;
  color: #aaa;
}

.price {
  font-size: 110%;
  font-weight: bold;
}

.rate {
  color: #D1766A;
}

.breadcrumblist {
  padding: 20px;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 5px;
}
.taglist a {
  margin: 0 6px 8px 0;
}

.productform-inner {
  margin:15px 0 0 0;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #D1766A;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 30%;
  padding: 10px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}
.social {
  width: 110px;
  float: left;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 20px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
.box .box-inner {
  display: block;
  padding: 5px 5px 0px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
  font-size:12px;
}
.box .box-price {
  margin: 0 0 5px;
  color: #212121;
  font-size:16px;
    padding-bottom:20px;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
  font-weight: normal;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}
.box--items {
  padding-bottom: 24px;
}
.box--half {
  width: 50%;
}

.box--full {
  float: none;
  width: 100%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner {
  display: block;
  padding: 0px 4px 6px;
}
.slidelist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price {
  margin: 0 0 5px;
  color: #212121;
  font-weight: bold;
}
 .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
  font-weight: normal;
}

.slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slide-price {
 font-weight: bold;
  margin: 0 0 5px;
  color: #212121;

}

.slide-price--regular {
  font-size: 64%;
  color: #555;
  font-weight: normal;
}
 .slide-price--discount {
  font-size: 75%;
  color: #D1766A;
  font-weight: normal;
}
.result {
  margin: 20px 0;
}
.result span {
  font-size: 130%;
  font-weight: bold;
}

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

.pager {
  padding:20px;
}

.rest {
  text-align: center;
  margin: 20px 0;
}
.rest span {
  font-size: 120%;
  font-weight: bold;
}

.pager-prev {
  float: left;
  line-height: 1;
  font-size:18px;
}
.pager-prev .icon {
  width: 18px;
}

.pager-next {
  float: right;
  line-height: 1;
  font-size:18px;
}
.pager-next .icon {
  width: 18px;
}

.section--list .boxlist {
  padding: 20px 10px 0;
  margin: 0;
}

.section--list--sub .section-inner {
  padding: 0 20px 10px;
}


.subcategorylist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subcategorylist-item {
  margin:10px 0;
　
}
.subcategorylist-item a {
  font-size: 120%;
  font-weight:bold;
 
}

.freespace01 {
  margin: 0 0 20px;
  
  
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
 line-height:1.6;
  font-size:15px;
 padding-top:15px;
  border-top:1px solid #ccc;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist-title {
  font-size: 114.28571%;
  margin: 0 0 0.5rem;
}

.deflist-body {
  margin: 0 0 20px;
}

.section--search .section-inner,
.section--free .section-inner,
.section--push .section-inner {
  padding: 20px;
}
.section--main {
  padding: 0 0 20px;
}

.section--search--detail {
  background: #212121;
 margin:10px 0;
}
.section--search--detail h2 {
  margin: 0 0 .5rem;
  padding: 20px 20px 0;
  color: #fff;
}
.section--search--detail .section-inner {
  padding: 0 20px 30px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
  /* -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--black {
background: #333;
color:#fff;
}

.button--red {
  background: #f95757;
  color: #fff;
}

.button--blue {
  background: #2196f3;
  color: #fff;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}

.button--line {
  border: 1px solid #999;
  color: #111;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 100%;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0 9px;
  width: 25%;
  line-height: 1;
}

.button--search {
color:#fff;
  background-color:#fff;
  line-height: 1;
 /*220215*/
  vertical-align: middle;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].keyword--small {
  width: 73%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--search {
  /*220215*/
  width: 87%;
  /*margin: 0 2% 0 0;*/
  margin: 0;
  height: 30px;
    
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown {
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
#modal-content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

#modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  font-size: 28px;
  position: absolute;
  top: -20px;
  right: -5%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#modal-close .icon{
  width: 20px;
  vertical-align: initial;
}


/*スマホ用右下ボタン_start*/
#cartBtnWrapper div img{
display: block;
height: 48px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: fixed;
right: 12px;
width: 48px;
z-index: 2147483647;
/*ボタンを丸くする指定
border-radius:50%;
*/
}

/*上に戻るボタンの下からの位置*/
.topBtn{
bottom: 98px;
}

/*カートに移動ボタンの下からの位置*/
.bottomBtn{
bottom: 40px;
}

/*スマホ用右下ボタン_end*/


/*フッターカテゴリーリスト*/
.footer_category{
padding:0;
margin:0;
}

.footer_category_title{
background-color: #555;
color: #FFF;
  margin-top:20px;
padding: 40px 40px;
  text-align:center;
  font-size:11px;
}
 
  
.footer_category_list{
margin: 0px;
padding:0px;
border-bottom: 1px solid #333;
}

.footer_category_list_list{
list-style: none;
border-bottom: solid 1px #e0e0e0;
font-size: 12px;
padding:0;
margin:0;
}

.footer_subcategory_list{
margin: 0px;
padding:0px;
background-color: #F5F5F5;
top: -21px;
right: -180px;
display:block;
z-index: 7;
}

.footer_subcategory_list_list{
list-style: none;
border-top: 1px solid #CCC;
display: inherit !important;
padding:0;
margin:0;
}

.list_link{
display: block;
cursor: pointer;
padding: 10px;
}

.list_link_arrow{
background-position: -24px -216px;
margin-right: 0px;
background-image: url("https://img.shop-pro.jp/tmpl_img/76/icon24_b.png");
width: 24px;
height: 24px;
display: inline-block;
float: right;
}

.list_link_name{
display: block;

  font-size:12px;
}

/*フッターカテゴリーリストend*/


/*カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.side_cal{
font-size:11px;
}


.banner_bottom{
margin:20px;
}

.pick_up_code_1{
width:48%;
float:left;
margin-bottom:20px;
padding-right:2%;
}

.pick_up_code_2{
width:48%;
float:left;
margin-bottom:20px;
padding:0;
}


.top_banner{
margin:0 10px;
}

.top_banner_list{
margin-bottom:20px;

}

.wash_data_container{
width:80%;
}

.wash_data{
float:left;
width:16%;
margin-right:4%;
  }
  
  .wash_data img{

  }

.recommend_title{
  border-bottom:2px dashed #333;
  margin:40px 20px 10px;
 padding-bottom:10px;
 font-size:18px;
 border-bottom:1px solid #333;
  color:#333;
 font-weight:bold;
  text-align:center;
}

.topics_title{
  border-bottom:2px dashed #333;
  margin:40px 20px 20px;
 padding-bottom:10px;
 font-size:18px;
 border-bottom:1px solid #333;
  color:#333;
 font-weight:bold;
  text-align:center;
}

.heading_new_icon{
  color:#ff8800; font-size:11px;
  padding-right:5px;
}

.topics_contents{
margin:10px 10px 20px; 
border-bottom:1px solid #ccc;
  padding-bottom:10px;

}
.topics_contents_left{
float:left; 
width:35%; 
margin-right:5%;
}

.topics_contents_right{
float:left; 
width:60%;
font-size:11px;
text-align:left;
}

.topics_contents_right_date{
font-size:10px;
color:#888;  
  padding-bottom:5px;
}

.topics_contents_right_title{
font-size:15px;
padding-bottom:5px;
}

.article_contents_start{
 margin:10px 20px 0;
  padding-top:5px;
  border-top:1px solid #999;
  border-bottom:1px dotted #ccc;
  
}

.article_contents{
border-bottom:1px dotted #ccc;
 margin:0 20px;
 padding:10px 0; 
}


.article_contents_end{
margin:0 20px;
  padding:10px 0; 
border-bottom:1px solid #999;
}

.article_left{
float:left; 
width:25%; 
margin-right:5%;
}


.article_right{
float:left; 
width:70%;
font-size:12px;
text-align:left;
}

.article_right a{
text-decoration:none;
  font-weight:bold;
font-size:16px;
}


.ranking_contents{
  width:100%;
  border-bottom:1px dotted #999;
}

.ranking_contents_left{
  width:49%; 
  float:left; 
  margin-right:1%;
}

.ranking_contents_right{
  width:49%; 
  float:left; 
  margin-left:1%;
}

.ranking_contents_expl{
font-size:12px;  
}

.kaisetsu{
margin-bottom:20px;
}

.kaisetsu_left{
float:left; 
width:38%; 
margin-right:4%;

}

.kaisetsu_contents{
margin:10px 20px 20px; 
border-bottom:1px solid #ccc;
  padding-bottom:10px;
}

.kaisetsu_right{
float:left; 
width:58%;
font-size:11px;
text-align:left;
}

.kaisetsu_right a{
text-decoration:underline;
font-weight:bold;
}

.kaisetsu_right_title{
font-size:14px;
  padding-bottom:5px;
}

.kaisetsu_backnumber{
text-align:right;
margin:10px 20px 20px; 
  font-size:14px;
}

.sbcode_contents{
  width:100%;
  border-bottom:1px dotted #999;
  
}

.sbcode_contents_left{
  width:49%; 
  float:left; 
  margin-right:1%;
  margin-top:10px;
  margin-bottom:10px;
}

.sbcode_contents_right{
  width:49%; 
  float:left; 
  margin-left:1%;
    margin-top:10px;
  margin-bottom:10px;
}

/*QA*/

.open_h3{
    border-bottom: 1px dotted #a9a9a9;
    cursor: pointer;
    margin: 0;
    padding:10px 0;
font-weight:bold;
}
.open_h3:after, 
.open_h3.active:after {
    font-size: 18px;
    margin-left: 20px;
}
.open_h3.active::before {
    content:"−　";
}
.open_h3::before {
    content:"＋　";
}
.answer {
margin:10px 0;
}

.qacontents_title{
background-color:#333;
padding:10px 15px;
color:#fff;
margin-bottom:20px;
font-size:16px;
font-weight:bold;
}

.qacontents{
margin-bottom:40px; 
border:1px dotted #999; 
padding:15px; 
}

.qacontents_b{
margin-bottom:15px; 
border:1px dotted #999; 
padding:15px; 
}

.qacontents_menu{
margin:20px 0 30px;
font-size:14px;
font-weight:bold;
}

.qacontents_subtitle{
margin:10px 0;
font-size:20px;
font-weight:bold;
}


/*--QA--*/

.up_banner{
margin:10px;
  text-align:center;
}

.contents_list{
margin:0 20px;
}

.contents_word{
margin-bottom:10px;
}

.contents_gotopage{
margin:0 0 40px; 
  text-align:center;
  z-index: 2;
}

.contents_gotopage_right{
margin:0 20px 40px; 
 text-align:right;
  
  z-index: 2;
}

.view_more {
	border:1px solid #111;
	color: #111;
	line-height:50px;
	overflow: hidden;
	width: 50%;
	height: 50px;
	text-align: center;
  vertical-align: middle;
	text-decoration: none;
	outline: none;
  display:inline-block;
  border-radius: 3px;
  font-weight:700;
  font-size:16px;
  
}

.side_cal_memo{
text-align:center;
  font-size:11px;
}


.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}


.rank_number {
  color: #fff;
  display: block;
  padding-top: 5px;
  font-size: 14px;
}

.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}


/*category search*/
.category_search_contents{
margin:0 20px 20px;
  
}


.category_search_title{
 margin:40px 20px 20px;
 font-size:16px;
text-align:center;
 font-weight:bold;
  color:#333;
}

.category_search_ul {
  margin: 0;
  padding: 0;
  list-style: none;
 
}

.category_search_ul span{
font-size:9px;
}

.category_search_list_a{
  padding-top:15px;
  margin-bottom:15px;
  padding-bottom:15px;
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
  text-align: left;
  font-size:14px;
  
}
.category_search_list_a:nth-child(3n) {
  margin-right: 0;
}
.category_search_list{
  
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #333;
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
  text-align: left;

  font-size:14px;
  
}
.category_search_list:nth-child(3n) {
  margin-right: 0;
}

.category_search_list a {
  
}


.hot_contents{
margin:0 8px 8px;
text-align:center;
}

.pickup_title{
margin:5px 0;
}
.pickup_title a{
  color:#333;
  font-size:15px;
}

.pickup_exp{

  color:#777;
  font-size:12px;
}

.slider {

}

.slider .bx-wrapper {
  z-index: 0;
}

.slider .bx-wrapper img {
  margin:0 auto;
  width:100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}


.everyday_gotopage{
margin:20px 0; 
  text-align:center;
  	
  z-index: 2;
}

.single_contents{
margin:20px 20px 40px;
text-align:center;
}



 /* menu */



  #overlay{
  display:none;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  }
  .open #overlay {
  display:block;
  background: rgba(60, 60, 60, .5);
  z-index: 2100;
  }

  #newArrivalBtn{
    display:block;
    position:fixed;
    left: 55px;
    top:14px;
    height:24px;
    width:24px;
    cursor:pointer;
    z-index: 2005;
  }

  #newArrivalBtn a::before{
    content: '';
    display:block;
    position:absolute;
    background-image: url(https://img21.shop-pro.jp/PA01327/295/etc/icon_new_sp.png?cmsp_timestamp=20181014234438);
    background-size: 100%;
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    opacity: 0.4;
    left: 1px;
    top: 0;
  }

  #newArrivalBtn a::after{
    content: 'new';
    font-size:6px;
    font-weight:800;
    display:block;
    position:absolute;
    height: 6px;
    color:#2d3436;
    /*background:#fdcb6e;
    width: 6px;
    border-radius: 50%;*/
    right: 0;
    top: 7px;
  }
  #favoriteBtn{
    display:block;
    position:fixed;
    right: 58px;
    top:18px;
    width:24px;
    height:24px;
    cursor:pointer;
    z-index: 2004;
  }
 
#favoriteBtn::before{
    content: '';
    display:block;
    position:absolute;
    background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
    background-repeat: no-repeat;
    background-position: -72px -24px;
    width:24px;
    height:24px;
    left: 0;
    top: 0;
  }

 #favoriteBtn span{
    display:block;
    font-size: 6px;
    color:#fff;
    font-weight:bold;
    width:15px;
    height:15px;
    position:absolute;
    top:-7px;
    right:-5px;
    background-color:#ed0038;
    border-radius: 50%;
    letter-spacing: 0.1em;
    text-align:center;
    line-height:15px;
  }

  #cartBtn{
    display:block;
    position:fixed;
    right: 20px;
    top:18px;
    height:24px;
    padding-left:18px;
    cursor:pointer;
    z-index: 2003;
    margin-right:8px;
  }

  #cartBtn::before{
    content: '';
    display:block;
    position:absolute;
    background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
    background-repeat: no-repeat;
    background-position: -264px -96px;
    width:24px;
    height:24px;
    left: 0;
    top: 0;
  }

  #cartBtn span{
    display:block;
    font-size: 6px;
    color:#fff;
    font-weight:bold;
    width:15px;
    height:15px;
    position:absolute;
    top:-7px;
    right:2px;
    background-color:#ed0038;
    border-radius: 50%;
    letter-spacing: 0.1em;
    text-align:center;
    line-height:17px;
  }

  #favoriteBtn a, #cartBtn a, #newArrivalBtn a{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
  }

  #menuBtn{
    display:block;
    position:fixed;
    left:15px;
    top:20px;
    width:22px;
    height:14px;
    cursor:pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity:1;
    filter:alpha(opacity100);
    -ms-filter:"alpha(opacity=100)";
    -khtml-opacity:1;
    -moz-opacity:1;
    z-index: 2102;
  }

  #menuBtn.close{
  left:260px;
  }

  #menuBtn .icon{
  display:block;
  position:absolute;
  top:7px;
  right:0px;
  width:22px;
  height:1px;
  background:#000;
  transition:.2s;
  }

  #menuBtn .icon::before,
  #menuBtn .icon::after{
  display:block;
  content:"";
  position:absolute;
  width:22px;
  height:1px;
  background:#000;
  transition:.3s;
  }

  #menuBtn .icon::before{
  margin-top:-6px;
  }

  #menuBtn .icon::after{
  margin-top:6px;
  }

  #menuBtn.close .icon{
  background:transparent;
  }

  #menuBtn.close .icon::before,
  #menuBtn.close .icon::after{
  margin-top:0;
  background:#fff;
  height:4px;
  }

  #menuBtn.close .icon::before{
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  }

  #menuBtn.close .icon::after{
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  }

.top_banner_img_2{
 text-align:center;
 margin-top:10px;
}

.contents_subtitle{
font-size:22px; 
 border-bottom:2px solid #ccc;
  font-weight:bold;
}

.pickup_price{
  font-size:12px;
}


.fp_fukidashi {
  position: relative;
  padding: 0.8rem 1.5rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
  margin:10px 10px 20px;
}

.fp_fukidashi:before {
  position: absolute;
  right: 80px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.fp_fukidashi:after {
  position: absolute;
  right: 84px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}




.top_recommend_items{
list-style:none;
  margin-top:10px;
padding-left:0;
}

.top_recommend_list1{
float:left;
  width:30%;
  margin-left:1%;
  margin-right:4%;
}

.top_recommend_list2{
float:left;
  width:30%;
  margin-right:4%;
}
.top_recommend_list3{
float:left;
  width:30%;
  margin-right:1%;

}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

#mypageBtn {
	position: fixed;
    top: 15px;
    left: 48px;
    z-index: 2102;
    color: #444;
}

.fp_wrapper {
  width: 100%;
  padding: 50px 0;
  color: #111;

}

.fp_wrapper .first-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: auto;
  text-align: center;
　             
}

.fp_wrapper .first-view h1 {
  font-size: 1.75rem;

}

.fp_wrapper .first-view p {
  line-height: 1.9rem;
  font-size: 1.2rem;

}

.fp_wrapper .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: 60px auto 0 auto;
}

.fp_wrapper .product h2 {
  text-align: center;
}

  .fp_wrapper .product .subtitle {
		line-height: 1.4rem;
font-size: 1.0rem;
text-align: center;
width: 80%;

}

.fp_wrapper .product .product-detail {
  width: 90%;
text-align: center;
line-height: 1.4rem;
}

.fp_wrapper .product .product-slide {
  position: relative;
  margin: auto;
  margin: 60px 0 0 0;
  overflow: hidden;
}

.fp_wrapper .product .product-slide .swiper-container {
  width: 60%;
  margin: auto;
  overflow: visible;
  z-index: 1;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-slide {
  opacity: 0.7;
  text-align: center;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-slide img {
  width: 95%;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-slide-active {
  opacity: 1;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-button-next,
.fp_wrapper .product .product-slide .swiper-container .swiper-button-prev {
  padding: 0 20px;
  --swiper-navigation-color: #111;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-button-next {
  padding: 0 10px 0 0;
}

.fp_wrapper .product .product-slide .swiper-container .swiper-button-prev {
  padding: 0 0 0 10px;
}

.fp_wrapper .product .other-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 60px 0 0 0;
}

.fp_wrapper .product .other-items h2 {
  width: 100%;
  padding: 0;
  text-align: left;
}

.wrapper .product .other-items .other-item {
  display: inline-block;
  width: 30%;
}

.fp_wrapper .product .other-items .other-item a {
  color: #666;
  -webkit-text-decoration: underline #666;
          text-decoration: underline #666;
}

.fp_wrapper .product .other-items .other-item img {
  width: 100%;
}

.fp_wrapper .product .other-items .other-item p {
  margin: 5px 0;
  }

/* 2021/11/30 クリスマス仕様 */
/*
#favoriteBtn::before{
    display: none;
}

#cartBtn::before{
	display: none;
}

#cartBtn {
	right: 32px;
}

#cartBtn a {
	width: 22px;
}

#cartBtn span {
	right: -10px;
}

.cart-icon-xmas {
  width: 25px;
}

.person-xmas-icon {
  width: 28px;
}

.search-icon-xmas {
  position: absolute;
  top: 2px;
  right:50px;
  width: 27px !important;
  height: 27px !important;
}

.header1_2.keywordSearch form{
	position:relative;
} 

*/
button.button--search {
  /*220215*/
  /*padding-right: 30px;*/
  padding:0;
}
/*220215*/
.add-220215{
  width:70% !important;
}
