@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 */
}

	
* {
	margin: 0;
	padding:0;
	}

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;
}

li {
  list-style-type: none; 
margin: 0;
}

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 */
}

  text-transform: none;
button {
  overflow: visible;
}

button,
select {
}

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", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2196f3;
  -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: 142.85714%;
  font-weight: normal;
}

h3 {
  font-size: 114.28571%;
  margin: 0px 0;
  padding: 0;
}

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;
}

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

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

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

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

.section {
  border-bottom: solid 1px #fff;
}

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

/* ヘッダー */
.shopname {
  padding: 20px 20px 15px;
}

.shopname-text {
  text-align: center;
  margin: 0;
  font-size: 142.85714%;
}
.shopname-text a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* ツールバー */


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

.toolbar-item {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  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 10px 0 0;
}

#header--sticky {
  background: #555;
  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-nav {
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  list-style: none;
  width: 49.5%;
  float: left;
  font-size: 0.8em;
}
.footer-nav-item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 12px;
  color: #212121;
}
.footer-nav-item a span {
  display: table-cell;
  vertical-align: middle;
}

.footer-nav-item-text {
  width: 80%;
  height: auto;
}

.footer-nav-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.footer-nav-item-icon .icon {
  width: 16px;
}

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

.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 20px 0 0;
  text-align: center;
}

.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;
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}

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

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

.sns-link--line {
  background: #00b900;
}

.copyright {
  margin: 0 0 20px;
}

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

/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  left: -340px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 300px;
  height: 100%;
  color: #fff;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

.drawer-item {
  border-bottom: 1px solid #ccc;
}

.drawer-item-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-accordion-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #111;
  background: #222;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  border-bottom:  0px solid #333;
  padding: 20px;
}

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

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

.rate {
  color: #f44336;
}

.breadcrumblist {
  padding: 20px;
}

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

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

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

.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;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  text-align: center;
}

.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 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
  overflow-wrap : break-word;
  word-break: break-all;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.box--half {
  width: 50%;
}

.box--triple {
	float:left;
	width: 32%;
	font-size:11px;
	margin-right:1%;
	margin-bottom: 5px;
	border:1px #cccccc solid;
}

.box--triple:nth-child(3n){
	margin-right:0 !important;
}

.categoryText{
    font-weight: bold;
    height: 35px;
    color: #848484;
    text-align: center;
    /* background-color: #d3c7c2; */
    background-color: #ffffff;
 	display: flex;
	align-items: center;
	justify-content: center;
}

.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: 10px 10px 5px;
}

.slidelist .slide-inner-bnr {
  display: block;
  padding: 5px;
}
.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 {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
}

.slick-slider
{
    margin-top: 10px;
}

.result {
  margin: 10px 0;
}
.result span {
  font-size: 128.57143%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px 20px;
}

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

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

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

.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 {
  float: left;
  margin: 0 20px 10px 0;
}
.subcategorylist-item a {
  font-size: 85.71429%;
}

.freespace01 {
  margin: 0 0 20px;
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
  font-size: 85.71429%;
}

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

.deflist-title {
  font-size: 128.57143%;
  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;
}
.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;
}

/*
 * パーツ
 */
.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--red {
  background: #f44336;
  color: #fff;
}

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

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

.button--yellow {
  background: #ffe200;
  color: #2d2d2d;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.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: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}

.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: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

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

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

input[type="number"].productnum {
  margin-bottom: 10px;
  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;
}

/*-------------------------------------------
　営業日カレンダー
-------------------------------------------*/
table.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 6px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal {
 margin-top: 20px; 
}
.side_cal_memo {
  width: 230px;
  margin: 10px auto;
  margin-bottom: 25px;
}

.tbl_calendar caption {
  font-weight: 900;
}

/*-------------------------------------------
フリーページ
-------------------------------------------*/
#recruitmbox {
}

#recruitmbox p {
  margin: 5px 0;
}

.box1 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
text-align: center;
}

.box2 {
padding: 0 1em 0;
background-color: #fff;
}

.box3 {
border-bottom: 1px solid #ccc;
  background-color: #fff;
text-align: center;
}

#shopdata {
width: 90%;
margin: 0 5%;
border: 1px solid #000;
  font-size: 0.9em;
}


/*-------------------------------------------
　Instagram
-------------------------------------------*/
#insta {
  width: 300px;
  margin: 10px auto;
  margin-bottom: 25px;
}



/*追加css ヘッダー*/
/* ツールバー */
.toolbar {
  border-bottom: solid 0px #e0e0e0;
  position: fixed;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

/* ヘッダー */
.section--shopname {
  padding-top: 65px;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}


.drawer__item--close {
  padding: 10px 20px;
  text-align: right;
   border-bottom: 1px solid #ccc;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  /* border-bottom: 1px solid #e0e0e0; */
  vertical-align:middle;
}
.drawer__item img{
  /* border-bottom: 1px solid #e0e0e0; */
  vertical-align:middle;
}
.fa-remove::before, .fa-close::before, .fa-times::before {
    content: "&#61453;";
}
.fa-lg {
    font-size: 1.5em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -340px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 325px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 10px 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  /* border-bottom: 1px solid #e0e0e0; */
}
.drawer__item__name img{
vertical-align: middle;
}
.drawer__item__name {
  font-size: 100%;
  vertical-align: middle;
  font-weight: normal;
  display: table;
  line-height: 1.7;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: top;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.drawer_children {
  display: block;
  width: 80%;
 margin: auto;
  color: #000;
}

  /*
.u-ac--active {
 border-bottom: 1px solid #e0e0e0; 
}
*/


/*追加css*/
.drawer__item--accordion ul.inner-ul{
padding: 0 0;
}

.drawer__item--accordion ul.cate-area{
 padding: 0;
}
.cate-area li a{
    color: #212121;
    display: block;
    height: 40px;
    padding: 8px 2% 8px 13%;
    width: 34.8%;
  float :left;
  font-size: 13px;
}
.cate-area li.textline1 a{
  padding: 17px 2% 0px 13%;
}

.cate-area li.line1 a{
border-top: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.cate-area li.line2 a{
border-top: 1px dotted #ccc;
}
.cate-area li.line3 a{
border-top: 1px dotted #ccc;
   border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.cate-area li.line4 a{
border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.cate-area li.line5 a{
border-top: 1px dotted #ccc;
}

.cate-area li.cate1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-7%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-8 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-8%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-9 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-9%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate2-10 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon2-10%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-7%402x.png?cmsp_timestamp=20180120105714") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-8 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-8%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-9 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-9%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-10 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-10%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate3-11 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon3-11%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-11%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-7%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-8 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-8%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-9 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-9%402x.png?cmsp_timestamp=20171220180831") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-10 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-10%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-11 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-12%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-12 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-3%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-14 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-14%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate4-15 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon4-15%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-1%402x.png?cmsp_timestamp=2126") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-2%402x.png?cmsp_timestamp=2132") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-3%402x.png?cmsp_timestamp=207708") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-4%402x.png?cmsp_timestamp=2092") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-5%402x.png?cmsp_timestamp=2099") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-7%402x.png?cmsp_timestamp=2135") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate5-8 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon5-8%402x.png?cmsp_timestamp=207805") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-5%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate6-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon6-6%402x.png") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate7-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon7-7%402x.png?cmsp_timestamp=20180120110206") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate8-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon8-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate8-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon8-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate8-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon8-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate8-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon8-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate9-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon9-7%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-5%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate10-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon10-6%402x.png?cmsp_timestamp=20220112100023") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-3 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-3%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-4 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-4%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-5 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-5%402x.png?cmsp_timestamp=20220112100037") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-6 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-6%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate11-7 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon11-7%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate13-1 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon13-1%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}
.cate-area li.cate13-2 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon13-2%402x.png?cmsp_timestamp=202704105515") no-repeat 8px 50%;
  background-size: 30px 30px;
}

.cate-area li.group14 a{
background : url("https://img11.shop-pro.jp/PA01057/590/etc/icon_group_price.png?cmsp_timestamp=20180221151315") no-repeat 8px 50%;
  background-size: 30px 30px;
}

.cate-name{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #ffda00;
  color: #111;
  margin: 20px 0 0 0;
  padding: 10px;
}
.no-border{
border: none !important;
}
.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
.toolbar__item a {
    color: #212121;
    display: table;
    height: 26px;
    padding: 10px 20px 20px 20px;
}
#header{
position: relative;
  height: 75px;
}
.new-logo{
position : fixed;
  left : 50%;
  top: 10px;
  margin: 0 0 0 -100px;
  z-index: 1200;
}
.new-logo img{
width: 200px;
height: 49px;
}
.new-mail{
  position : fixed;
  left : 50px;
  top: 17px;
  margin: 0 0 0 0;
  z-index: 1200;
}
.new-mail img{
width: 20px;
  height : 20px;
}
.new-account{
  position : fixed;
  right : 50px;
  top: 17px;
  margin: 0 0 0 0;
  z-index: 1200;
}
.new-account img{
width: 20px;
  height : 20px;
}
.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 0 !important;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*フリーページ9　メールマガジンバックナンバー*/


.backnumber h1 {
    margin: 1em;
    text-align: center;
    }

.backnumber h2 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    background-color: #f7eaa9;
    }

.backnumber li {
    display : inline-block;
    background-color: #fff;
    vertical-align: top;
    width : 45%;
    margin : 9px;
    margin-bottom: 20px;
    }

.backnumber p {
    margin : 5px;
    color: #000;
    }

.backnumber .des {
    font-size: 0.8em;
    padding: 1em;
    background-color: #f7eaa9;
}

p.date {
    font-size: 0.9em;
}

.day_small {
  font-size : 0.8em;
}
.mailmaga {
    text-align: center; 
}

#map1{
	width: 100%;
	height: 390px;
	margin: 10px;
}

.shop-right{
	width: 90%;
}

.supplement {
  font-size: 0.9em;
  line-height: 1.6em;
}

.textbox {
  margin:10px 0;
  background: #fffff9;
  border:1px solid #ffe200;
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 10px;
  clear: both;
}

.notebox {
  margin:10px 5px;
  border:1px solid #000;
  font-size: 1em;
  line-height: 1.8em;
  padding: 10px;
  text-align: center;
  clear: both;
}

.notebox-red {
  margin:10px 5px;
  border:2px solid #e10012;
  font-size: 1em;
  line-height: 1.6em;
  padding: 10px;
  text-align: center;
  clear: both;
}

.notebox-alignleft {
  margin:10px 10px;
  border:1px solid #000;
  font-size: 1em;
  line-height: 1.8em;
  padding: 10px;
  clear: both;
}

.notebox-noborder {
  margin:10px;
  font-size: 1.0em;
  line-height: 1.8em;
  text-align: left;
  clear: both;
}

.minchobox {
  width: 90%;
  margin:10px auto;
  border:1px solid #000;
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.minchobox h3 {
    text-align: left;
}

.minchobox p {
    text-align: left;
    line-height: 1.8em;
}

.minchobox_aligncenter {
  display: block;
  margin:20px auto;
  width: 80%;
  border:1px solid #000;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8em;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.minchoarea {
  margin:10px auto 0px;
  width: 90%;
  font-size: 1.0em;
  text-align: center;
  line-height: 3;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	  margin-top: 25px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ------------------------------------- 
 *	EMS料金表ページスタイル設定
 * ------------------------------------- */

.post_price {
	font-size:24px;
	margin-bottom:10px;
}

.price_ja {
	width:100%;
	border:1px solid #dadada;
	border-collapse:collapse;
	margin-bottom:20px;
}

.price_ja th {
	padding:5px;
	border:1px solid #dadada;
}
.price_ja td {
   width:19%;
	padding:5px;
	border:1px solid #dadada;
}

.weight {
      width:24%;
}

.price_ja thead {
	background:#F5F4E8;
	text-align:center;
	font-weight:bold;
}
.price_ja thead th {
}

.price_ja thead td {
}

.price_ja tbody th {
	font-weight:bold;
	text-align:left;
}

.price_ja tbody td {
	text-align:right;
}

.lpcenter {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.lp_item {
  width: 90%;
  margin: 0 auto;
}

.lp_item li {
  width: 80%;
  margin: 10px auto;
}

.lp_item p {
  font-size:1.1em;
}

.lp_item a {
  color: #e15458;
}

.optiontable {
  width:90%;
  margin: 10px auto 0px;
}

.optiontable th {
  padding: 0.5em;
}

.optiontable td {
  padding: 0.5em;
  font-weight: bold;
}


/* ------------------------------------- 
 *	ラッピングページスタイル設定
 * ------------------------------------- */

#wrapping {
    position: relative;
    width: 100%;
}

#wrapping_title {
  background: url(https://ki-yan.com/shop/freepage/wrapping/bg_title_sp.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 20px;
  height: 500px;
}

#wrapping h3 {
	font-size: 2.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
  position: absolute;
  top: 35px;
  left: 20px;
}

#wrapping h4 {
	font-size: 1.5em;
	font-weight:600;
    margin-left: 0.5em;
}

#wrapping p {
  	font-size: 1.1em;
  line-height: 1.8em;
  margin: 0em 1em;
}

#wrapping .sub_title {
  	font-size: 1.2em;
    position: absolute;
  top: 80px;
  left: 24px;
}

#wrapping .outline {
  	font-size: 1.2em;
  line-height: 1.6em;
  position: absolute;
  width: 85%;
  top: 120px;
  left: 30px;
}

#wrapping hr {
  border: 1px solid #dedede;
  text-align: right;
}

#wrapping img {
  width: 95%;
  display: block;
  margin: 0 auto;
}

#wrapping_title ul {
  width: 45%;
  position: absolute;
  top: 300px;
  left: 50%;
}

#wrapping_title li {
  font-weight: bold;
  font-size: 1.1em;
 line-height: 1.2em; 
}

.freenotebox {
  width: 870px;
  margin:10px auto;
  border:1px solid #000;
  font-size: 105%;
  line-height: 1.8em;
  padding: 10px;
  text-align: left;
  clear: both;
}



/*------壁紙の貼り方ページ------*/

.wphowto {
 width: 90%;
 margin: 10px auto;
 text-align: left;
}

.wphowto p {
 line-height: 1.8em;
 padding: 0.5em;
}

.wphowto ul {
 margin :0;
   padding: 0;
}

.wphowto li {
 line-height: 1.6em;
   margin :0;
 padding: 0;
}
  
.fontsmall {
  font-size: 0.9em;
}

#RECRUIT {
	width:92%;
  margin: 0 auto;
  line-height: 1.6em;
    font-size: 105%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#RECRUIT h3 {
  font-size: 110%;
  margin: 0 0 20px 0;
  text-align: center;
}

#RECRUIT h4 {
  font-size: 120%;
    font-weight: bold;
  color: #FFF;
  margin: 10px auto;
  background: #2244bb;
  line-height: 1.8em;
  text-align: center;
  width: 97%;
}

#RECRUIT p {
  font-weight: bold;
  margin:0;
  padding:0;
}

#RECRUIT ul {
  margin-bottom: 15px;
  text-indent: 1em;
}

#RECRUIT li {
  line-height: 1em;
  margin:0;
  padding: 0;
}

.free_productslist {
 width: 90%;
  margin:10px auto;
}

.free_productslist td{
}

/* -----------画像を2枚重ねるアレ------------ */
.hover {
  position: relative;
}
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.back img {
  max-width: 100%;
  opacity: 0.0;
  transition: 0.2s linear;
}
.front {
  max-width: 100%;
  transition: 0.2s linear;
}
/* ----------------------- */
.hover:hover .back img {
  opacity: 1.0;
}
.hover:hover .front {
  opacity: 0.0;
}

/* ここからはレイアウト */
/* ----------------------- */
.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10vw;
}
.box {
  -webkit-flex: 0 1 48%;
  flex: 0 1 48%;
}
@media screen and (max-width: 768px) {
.box-wrap {
  flex-direction: column;
}
}

/* ----------メール/LINE/Instaで問い合わせる------------- */

.inqbox {
  margin:20px;
  border:1px solid #000;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 15px;
  text-align: center;
  clear: both; 
}
.inq {
  width: 90%;
  margin: 0px 0 75px 16px;
}

.inq ul li{
	float:left;
    display: block;
}

.inq li{
	padding: 10px;
}

/* 011 */
.button011 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    overflow:hidden;
}
.button011 a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 500%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    background: #6bb6ff;
    opacity: 0.2;
}
.button011 a:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}