@charset "UTF-8";
@import url("bootstrap.custom.min.css");
/* only Grid system CSS */
/* --------------------------------
Common style
-------------------------------- */
@import url("//fonts.googleapis.com/css?family=Lato:400,700");
@import url("notosansjp.css");
@import url("//fonts.googleapis.com/css?family=Sumana:400,700");
@import url("//fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
html {
  font-size: 62.5%;
  /* 62.5%を指定すると「1.0 rem = 10px」 */
  scroll-behavior: smooth;
}

/* Bold (Bd) - 太字 */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/xkobFFEX6DWn.woff2") format("woff2"), url("../fonts/7YxGEm28AMJ0.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Extra Bold (Eb) - 極太 */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/w9MAglcj3S0B.woff2") format("woff2"), url("../fonts/7LGoK7UntT8q.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Regular (Rg) - 通常 */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/HNCTisqAIfa7.woff2") format("woff2"), url("../fonts/dBM0RL4rJ5Wo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Thin (Th) - 細字 */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/sJYRGT4qeS20.woff2") format("woff2"), url("../fonts/RK3kasaVRFv4.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.line-font {
  font-family: "LINE Seed JP", sans-serif;
}

.modal:target ~ * {
  scroll-margin-top: 0;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  color: #fefefe;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

.wf-hannari {
  font-family: "Hannari";
}

.wf-kokoro {
  font-family: "Kokoro";
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

.wf-nikukyu {
  font-family: "Nikukyu";
}

.wf-nicomoji {
  font-family: "Nico Moji";
}

.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}

a {
  color: #4179a9;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #4179a9;
  text-decoration: none;
  outline: none;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.bold {
  font-weight: bold;
}

.clr_red {
  color: red;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}
.sp_only_640 {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .sp_only_640 {
    display: block !important;
  }
}
.pc_only {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.pc_only_640 {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .pc_only_640 {
    display: none !important;
  }
}
.header_logo_area img.tooltip.left.top {
  text-align: left !important;
}

textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
}

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

a {
  cursor: pointer;
}

/* svg icon */
#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.cb {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

.cb-images {
  width: 1.125em;
}

.icon-bg {
  fill: #d4d4d5;
}

.icon-with-bg {
  fill: #fff;
}

.container-all {
  text-align: center;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  paddint-top: 8px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.mt20 {
  margin-top: 20px;
}

hr.separator {
  margin: 1rem auto;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.75), rgba(68, 68, 68, 0));
  background-image: -moz-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.75), rgba(68, 68, 68, 0));
  background-image: -ms-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.75), rgba(68, 68, 68, 0));
  background-image: -o-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.75), rgba(68, 68, 68, 0));
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

/*  table
============================ */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/*	form
============================ */
label {
  font-weight: normal;
}

input:focus,
select:focus {
  outline: none;
}

input[type=number] {
  text-align: right;
}

.form-group .errormsg {
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

dd.form-group .errormsg {
  margin-bottom: 0;
}

.form-control {
  border: 1px solid #666;
  border-radius: 0 !important;
  background: #fdfdfd;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 10px 6px 12px;
  width: auto;
  line-height: 1.5;
  color: #333;
}

.form-control:focus {
  border-color: #666;
  box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  background: none;
}

.has-success .form-control {
  border-color: #0d8969;
  background: #e7f6f3;
}

.has-warning .form-control {
  border-color: #e99133;
  background: #fdf7ed;
}

.has-error .form-control {
  border-color: #cf3f34;
  background: #fdf1f0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: inherit;
  background: #fdf1f0;
}

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group .form-control {
  width: 100%;
}

.form-inline .form-control {
  width: auto;
}

.form-group.lange input[type=text],
.form-g roup.lange label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: middle;
}

.form-group.lange input[type=text] {
  width: 28%;
}

.input_tel input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 5em;
  vertical-align: middle;
  width: 30%;
}

.form-group.input_tel input:first-child {
  margin-left: 0;
}

.form-group.input_name input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2%;
  vertical-align: middle;
  width: 48%;
}

.form-group.input_name input:first-child {
  margin-left: 0;
}

.form-group.input_zip input {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 5em;
  vertical-align: middle;
  width: 30%;
}

.form-group.input_zip .question-circle {
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  background: #fefefe;
  border-radius: 50%;
}

.form-group.input_zip .question-circle .cb-question {
  fill: #fff;
}

.form-group .item_price input,
.form-group .item_quantity input {
  margin: 0 1%;
  text-align: right;
  width: 50%;
}

.form-inline label {
  margin: 0 10px 0 0;
}

.form-inline label:first-child + select,
.form-inline label:first-child + input {
  margin-right: 10px;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

.checkbox-inline,
.radio-inline {
  cursor: pointer;
  margin-left: 20px;
}

.checkbox-inline:first-child,
.radio-inline:first-child {
  margin-left: 0;
}

span.required {
  color: #de5d50;
  font-weight: normal !important;
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

/* --------------------------------
Parts
-------------------------------- */
/* heading */
h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

.page-heading {
  margin: 2rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  /*        border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;*/
  padding: 8px;
}

.heading01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -1px;
}
.heading01 .en {
  display: none;
}

.heading02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.heading03 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.heading04 {
  clear: both;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.heading05 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* btn */
.btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 16px;
  font-weight: bold;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}

.btn-sm {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
}

.btn-xs {
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}

.btn .cb {
  margin: 0 5px;
}

/* btn_circle */
.btn_circle {
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  background: #b8bec4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.btn_circle .cb {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: -1px;
}

.btn_circle:hover {
  opacity: 0.8;
}

/* icon_close */
.icon_close {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
}

.icon_close::before,
.icon_close::after {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fefefe;
}

.icon_close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon_close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #de5d50;
  border-radius: 10px;
}

.btn .badge {
  position: relative;
  top: -1px;
}

/* tableStyle */
div.table {
  width: 100%;
  display: table;
}

div.table .thead {
  display: none;
}

div.table .tbody {
  display: table-row-group;
}

div.table .tbody .tr {
  display: table-row;
  margin: 0;
}

div.table .tbody .tr > .td {
  display: table-cell;
  padding: 10px 8px;
  text-align: center;
  overflow-x: hidden;
}

.table .tbody .tr > .price {
  text-align: right;
}

/* dl_table */
.dl_table {
  border-top: 1px dotted #ccc;
}

.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}

.dl_table dd .form-group {
  padding-top: 8px;
}

.dl_table dd > .form-group:first-child {
  padding-top: 0;
}

.dl_table .zip-search {
  margin-top: 8px;
}

/* pagination */
.pagination {
  width: 95%;
  margin: 16px auto;
  position: relative;
  clear: both;
}

.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}

.pagination ul li a {
  color: #fefefe;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
  background: #eee;
  color: #333;
}

.pagination ul li.active a {
  background: #333;
  text-decoration: none;
}

.pagination ul li.active a:hover,
.pagination ul li.active a:focus {
  background: #333;
  color: #fff;
}

.pagination ul li.disabled a {
  color: #9797a0;
  text-decoration: none;
}

.pagination ul li.disabled a:hover,
.pagination ul li.disabled a:focus {
  color: #9797a0;
}

/* topicpath */
#topicpath {
  /* border-top: 1px solid #ccc;*/
  border-bottom: 1px dotted #999;
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  #topicpath {
    margin-bottom: 1rem;
  }
}
#topicpath ol {
  padding-top: 1em;
  padding-bottom: 1em;
  list-style: none;
  overflow: hidden;
}

#topicpath li {
  float: left;
  color: #fefefe;
  font-size: 12px;
  font-size: 1.2rem;
}

#topicpath li a {
  float: left;
  display: inline-block;
}

#topicpath li:after {
  content: " > ";
  color: #999;
  margin: 0 0.5rem;
}

#topicpath li:last-child {
  font-weight: bold;
}

#topicpath li:last-child:after {
  content: "";
}

/* message */
.message {
  text-align: left;
  padding: 16px 0;
  margin: 0;
  display: block;
}

p.message {
  padding: 0 0 16px;
}

.heading04 + .message {
  padding-top: 0;
  text-align: left;
}

.message .errormsg {
  padding: 8px;
  font-weight: bold;
}

.message .errormsg:first-child {
  margin-top: 0;
}

.message .errormsg:last-child {
  margin-bottom: 0;
}

.message .errormsg .cb {
  margin-right: 5px;
  font-size: 130%;
  position: relative;
  top: -1px;
}

/* pagenumberarea */
.pagenumberarea {
  text-align: right;
  margin: 0;
  padding-bottom: 15px;
}

.pagenumberarea > li {
  float: none;
  display: inline-block;
  margin-left: 3px;
  width: auto;
}

.dropdown.open > a {
  background: #ededed;
}

/* flowline */
.flowline {
  position: relative;
  margin: 0;
  padding: 8px 0 16px;
  border-bottom: 1px dotted #ccc;
}

.flowline ul {
  position: relative;
  margin: 0 auto;
}

.flowline ul::before {
  content: "";
  height: 4px;
  background: #fefefe;
  position: absolute;
  top: 13px;
  margin: 0;
  border-radius: 2px;
  z-index: 0;
}

.flowline.step3 ul::before {
  width: 66.66666666%;
  left: 16.6666666%;
}

.flowline.step4 ul::before {
  width: 75%;
  left: 12.5%;
}

.flowline ul li {
  float: left;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1;
}

.flowline.step3 ul li {
  width: 33.3333333333%;
}

.flowline.step4 ul li {
  width: 25%;
}

.flowline li .flow_number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fefefe;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.flowline li.active {
  color: #4179a9;
}

.flowline li.active .flow_number {
  background: #4179a9;
}

/* item_box */
.item_box > div {
  padding: 8px;
}

.item_box .item_photo {
  max-width: 100px;
}

.item_box .icon_edit {
  position: absolute;
  top: 16px;
  right: 16px;
  text-align: right;
  padding: 0;
}

/* .cart .item_box */
#cart .inner {
  padding: 0 8px;
}

.cart .item_box {
  border-bottom: 1px solid #333;
  position: relative;
}

.cart .item_box:last-child {
  border: 0 none;
}

.cart .item_box > div,
.cart .item_box > dl {
  padding: 8px 0;
}

.cart .item_box .item_photo {
  padding: 8px 8px 8px 0;
  float: left;
}

.cart .item_box .item_detail {
  padding-left: 108px;
}

.cart .item_box .icon_edit {
  height: 30px;
  width: 30px;
  right: 0;
  top: 10px;
  text-align: center;
  vertical-align: middle;
}

.cart .item_box .icon_edit button {
  display: inline-block;
  vertical-align: middle;
}

.cart .item_box .icon_close {
  width: 30px;
}

.cart .item_box .cb {
  font-size: 20px;
  font-size: 2rem;
}

.cart .item_box .item_name {
  margin-right: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}

.cart .item_box .item_pattern {
  font-size: 14px;
  font-size: 1.4rem;
}

.cart .item_box .item_price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cart .item_box .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
}

.cart .item_box .item_quantity {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.cart .item_box .item_quantity input {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: right;
}

#header #cart_area .cart_price {
  float: right;
  /* height: 44px;
  line-height: 44px; */
  vertical-align: middle;
  /* margin-right: 16px; */
  display: none;
}

.cart .cart_price .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cart .btn_area {
  padding: 8px 0 0;
}

.cart .btn_area li {
  padding-bottom: 8px;
}

.cart .btn_area .btn {
  width: 100%;
}

.cart .btn_area .btn-sm {
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 8px;
}

/* form_terms_link */
.form_terms_link {
  text-align: center;
}

/* error_box */
.error_box {
  text-align: center;
  padding: 5% 0;
}

.error_box .btn_back {
  padding: 5% 0;
}

.error_box .btn_back a {
  width: 100%;
  max-width: 320px;
}

/* --------------------------------
Common
-------------------------------- */
.inner {
  max-width: 1500px;
  margin: auto;
}

#contents {
  min-height: 100vh;
  z-index: 2;
}

#header .container {
  position: relative;
}

.sp_show_nav {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_show_nav {
    display: block;
  }
}
/****** Header Setting ********/
#header {
  background: #ffffff;
  z-index: 3;
  /*padding-top: 8px;*/
  min-height: 45px;
  height: 100%;
  width: 100%;
}

#header div .filter {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 50px 0 10px;
}

#header .inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  #header .inner {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: auto;
    clear: both;
    padding-bottom: 0;
    height: 100%;
  }
}
#header .copy {
  font-size: 9px;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 0;
}

.header_logo_area {
  position: relative;
  z-index: 10;
  font-size: 0;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .header_logo_area {
    flex-direction: column;
    /* width: 100%; */
  }
}
@media screen and (max-width: 640px) {
  .header_logo_area {
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .header_logo_area img {
    width: 200px;
  }
}
@media screen and (max-width: 340px) {
  .header_logo_area img {
    width: 180px;
  }
}
.header_logo_area .header_logo {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.header_logo_area .header_logo img {
  width: auto;
}

.header_logo_area .logo {
  position: relative;
}

.header_logo_area .logo .icon {
  position: absolute;
  z-index: 11;
  font-size: 0;
  width: 32px;
  top: -33px;
  right: 0;
  transform: rotate(5deg);
  left: -10px;
}
@media screen and (min-width: 481px) {
  .header_logo_area .logo .icon {
    width: 32px;
    top: -40px;
  }
}
@media screen and (min-width: 961px) {
  .header_logo_area .logo .icon {
    width: 38px;
    top: -42px;
  }
}

.header_logo_area .header_description {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 500;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  .header_logo_area .header_description {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 484px) {
  .header_logo_area .header_description {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 420px) {
  .header_logo_area .header_description {
    font-size: 10px;
    padding: 0.25rem;
  }
}
.header_logo_area .header_shopinfo {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

.header_logo_area .header_shopinfo a {
  color: #fff;
  padding: 8px 15px;
  background: #203884;
}

.header_logo_area .header_shopinfo a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* header-buttons */
.header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
  background: #999;
  z-index: 11;
}

.header-buttons li {
  display: inline-block;
}

.nav-trigger {
  color: transparent !important;
}

p.cart-trigger a:link,
p.cart-trigger a:visited,
p.cart-trigger a:hover,
p.cart-trigger a:active {
  text-decoration: none;
  color: #fefefe;
}

p.cart-trigger:hover {
  opacity: 0.8;
}

p.cart-trigger a {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

p.cart-trigger .cb {
  vertical-align: middle;
  font-size: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

p.cart-trigger .cb-close {
  opacity: 0;
  position: absolute;
  left: 13px;
  top: 9px;
  font-size: 24px;
}

p.cart-trigger .badge {
  position: relative;
  left: -5px;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .svg-inline--fa.fa-w-18 {
    font-size: 24px;
  }
}
p.cart-trigger.cart-is-visible .cb-shopping-cart,
p.cart-trigger.cart-is-visible span.badge {
  /* hide cart icon */
  opacity: 0;
}

p.cart-trigger.cart-is-visible .cb-close {
  /* show close icon */
  opacity: 1;
}

#btn_menu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #fefefe;
}

.nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.drawer-open .nav-trigger span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

.drawer-open .nav-trigger span::before,
.drawer-open .nav-trigger span::after {
  /* keep visible other 2 lines */
  background: #fefefe;
}

.drawer-open .nav-trigger span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.drawer-open .nav-trigger span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/****** drawer Setting ********/
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #121212;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/*	Category navigation
--------------------------- */
/* category-nav */
#drawer .category-nav {
  margin-bottom: 16px;
}

.category-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1rem;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #666;
  /*letter-spacing: -1px;*/
}

.category-nav a.has-toggle {
  padding-right: 50px;
}

.category-nav a:link,
.category-nav a:visited,
.category-nav a:hover,
.category-nav a:active {
  text-decoration: none;
}

.category-nav a:hover {
  background: rgba(204, 204, 204, 0.1);
}

.category-nav a .toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.category-nav .active > .toggle .cb {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.category-nav li > a:hover {
  background: rgba(204, 204, 204, 0.1);
}

.category-nav li > a.active {
  background: rgba(204, 204, 204, 0.1);
}

.category-nav ul {
  display: none;
}

.category-nav ul > li > a {
  padding-left: 18px;
}

.category-nav ul > li > ul > li > a {
  padding-left: 26px;
}

.category-nav ul > li > ul > li > ul > li a {
  padding-left: 42px;
}

/****** Footer Setting ********/
#footer {
  background: #212121;
  width: 100%;
}

#footer > table {
  display: none !important;
}

#footer ul {
  text-align: center;
}

#footer a:hover {
  opacity: 0.8;
}

.foot_content {
  background: #060606;
}

.foot_content a {
  color: #fefefe;
  display: block;
  letter-spacing: -1px;
}

.foot_content a :hover {
  color: #fff;
}

.foot_content .inner {
  padding: 2em 15px;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.foot_content .inner .snsIcons {
  margin-bottom: 1rem;
}

.foot_content .inner .snsIcons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_content .inner .snsIcons ul li {
  padding: 0.25rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.foot_content .inner .wrap {
  display: grid;
}
@media screen and (min-width: 960px) {
  .foot_content .inner .wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.foot_content .inner .wrap > div {
  border-left: 1px solid #333;
}

.foot_content .inner .wrap > div:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .foot_content .inner .wrap {
    flex-direction: column;
  }

  .foot_content .inner .wrap > div {
    width: 100%;
    border-left: none;
    border-top: 1px solid #333;
    padding: 15px 0 0 0;
  }
}
.foot_content .inner .inner_row {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.foot_content .inner .inner_row > div {
  padding: 0 0.5em;
}

.foot_content .inner .inner_row > div > .logo {
  padding: 0;
  margin: 0;
  text-align: center;
}

.foot_content .inner .shop_group {
  padding: 1rem;
}
.foot_content .inner .shop_group .logo {
  display: grid;
  place-content: center;
}
.foot_content .inner .shop_group h3 {
  text-align: center;
  font-size: 18px;
}

.foot_content .inner .other_group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .foot_content .inner .other_group {
    flex-direction: row;
  }
}
.foot_content .inner .other_group a:nth-of-type(1) {
  flex-basis: 65%;
  padding: 10px;
}
.foot_content .inner .other_group a:nth-of-type(1) img {
  width: 240px;
}
.foot_content .inner .other_group a:nth-of-type(2) {
  flex-basis: 35%;
  padding: 10px;
}
.foot_content .inner .other_group a:nth-of-type(2) img {
  width: 180px;
}

.foot_content .inner .shop_group .footer_nav.icn_out li a::after {
  display: none;
}

.foot_content .inner .shop_group .footer_nav {
  width: 100%;
}
.foot_content .inner .shop_group .footer_nav li {
  margin-bottom: 0.5rem;
  border-radius: 50px;
}
.foot_content .inner .shop_group .footer_nav li a {
  padding: 1rem;
  background-color: #222;
  text-align: center;
  border-radius: 50px;
}
.foot_content .inner .shop_group .footer_nav li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.5rem;
}

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

@media screen and (max-width: 560px) {
  .footer_nav {
    letter-spacing: -1px;
  }
}
ul.footer_nav li {
  text-align: left;
}

ul.shop_list {
  margin: 20px auto 20px;
  padding: 0;
  width: 100%;
  font-size: 0;
}

#footer a {
  color: #fefefe;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  letter-spacing: -1px;
}

#footer a:hover {
  color: #fff;
}

ul.shop_list {
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

ul.shop_list li {
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 1px;
  width: 50%;
}

ul.shop_list li a {
  display: block;
  padding: 15px 0;
  background: #053769;
}

.footer_logo_area {
  text-align: center;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
}

.footer_logo_area .logo {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
}

/*.footer_logo_area .copyright {
font-size: 10px;
font-size: 1rem;
margin-top: 0;
background:#000;
}
*/
.container-footer {
  background: #000;
}

.copyright {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  color: #ccc;
  text-align: center;
  padding: 10px 20px;
}

.pagetop {
  display: none;
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.pagetop a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #b8bec4;
  border-radius: 50%;
}

.pagetop a:hover {
  opacity: 0.8;
}

.pagetop a .cb-angle-down {
  fill: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/****** Each BlockParts Setting ********/
/* Cart */
.cart {
  position: absolute;
  /*height: 50px;*/
  width: auto;
  top: 80px;
  left: 0;
  z-index: 9999999999;
  opacity: 0;
  /* padding: 10px; */
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cart.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* Search */
.bt_search {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
}

.bt_search .cb-search {
  fill: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
}

#searchform {
  position: relative;
}

.search select {
  height: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em;
  border-radius: 5px !important;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(../images/KjaD5tjVLUqP.png) 95% center no-repeat, #222;
  background: url(../images/KjaD5tjVLUqP.png) 95% center no-repeat, #222;
  background-size: 16px, 100%;
  color: #fff;
}

.search select option {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  letter-spacing: -1px;
}

.search .input_search {
  /* height: 46px; */
  padding: 0 50px 0 0;
  border: 1px solid #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.search input[type=search] {
  height: 46px;
  width: 240px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0 none;
  padding: 0.5em 10px;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

input[type=search]::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
}

input[type=search]:-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
}

input[type=search]::-moz-placeholder {
  color: #fff;
  font-weight: normal;
}

.search .bt_search {
  margin-right: 10px;
}

.search .bt_search:focus {
  outline: none;
}

/* Member area */
.member_link a {
  border-bottom: 1px solid #fff;
  color: #fefefe;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 1px;
  white-space: nowrap;
}

.member_link a:hover {
  transition: 0.2s;
  opacity: 0.8;
  color: #fff;
}

.member_link a .cb {
  font-size: 30px;
  font-size: 3rem;
  fill: #363636 !important;
  position: relative;
  top: -1px;
}

.member_link a:hover .cb {
  fill: #363636 !important;
}

@media screen and (max-width: 767px) {
  .member_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .member_link a {
    font-size: 12px;
    font-weight: 700;
    margin: 0 1px;
    letter-spacing: -1px;
  }
}
/* News List */
.newslist {
  border-bottom: 1px solid #666;
}

.newslist dl {
  border-top: 1px solid #666;
}

.newslist dl:hover {
  background: #0d386b;
}

.newslist dt {
  cursor: pointer;
  padding: 8px;
  position: relative;
}

.newslist dt span {
  display: block;
}

.newslist dt .angle-circle {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
}

.newslist dt .cb {
  position: relative;
  top: -1px;
  left: 5px;
  fill: #fff;
  font-size: 11px;
  font-weight: normal;
}

.newslist dt:hover .news_title {
  text-decoration: underline;
}

.newslist dt.active .cb {
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newslist dt:hover .cb {
  opacity: 0.8;
}

.newslist dd {
  display: none;
  margin: 0 8px 0;
  padding-bottom: 8px;
}

.newslist dd .btn_more {
  display: block;
}

.newslist dd .btn_more a {
  width: 140px;
  display: inline-block;
  margin: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  color: #4179a9;
  letter-spacing: -1px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}

.newslist dd .btn_more a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 5px;
}

.newslist dd .btn_more a:hover {
  background: white;
}

/* Item List Page
------------------------------------------- */
.product_item {
  position: relative;
}

.product_item a {
  display: block;
}

.product_page .product_item a {
  padding-bottom: 16px;
}

.product_item a:hover {
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
}

.product_item a:hover img {
  opacity: 0.8;
}

.item_photo {
  display: block;
  margin: 0 0 8px;
  text-align: center;
}

.item_photo img {
  width: 100%;
}

.product_item .btn_circle {
  position: absolute;
  right: 8px;
  top: 8px;
}

.item_comment {
  margin: 0 0;
  padding: 1rem;
}

.adjust_ttl {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.adjust_txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.item_name {
  color: #fefefe;
  margin: 0 0 8px;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.item_price {
  color: #bf052b;
  font-weight: bold;
}

.item_price .small {
  font-size: 86%;
}

.special_price {
  color: #de5d50;
}

/* Item Detail Page
------------------------------------------- */
dl.quantity {
  clear: both;
}

dl.quantity dt {
  float: left;
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

dl.quantity dd {
  padding-left: 3em;
}

dl.quantity.stock {
  display: flex;
  align-items: flex-start;
}

dl.quantity.stock dt {
  float: none;
  min-height: 34px;
  line-height: 34px;
  vertical-align: middle;
}

dl.quantity.stock dd {
  padding: 0 15px;
  margin-left: 1em;
  min-height: 34px;
  line-height: 34px;
  background: #222;
}

.classcategory_list li {
  margin-top: 8px;
}

.classcategory_list li:first-child {
  margin-top: 0;
}

.btn_area .btn {
  /* height: 56px; */
  /* line-height: 56px; */
  vertical-align: middle;
  /* padding-top: 0;
  padding-bottom: 0; */
  padding: 16px;
}

.btn_area .btn_icon .cb {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#item_photo_area {
  padding-top: 8px;
  padding-bottom: 8px;
}

#item_photo_area img {
  text-align: center;
}

#item_detail_area .small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal !important;
}

#item_detail_area .item_name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin: 10px 0;
}

#item_detail_area .item_detail p {
  margin: 0;
}

#item_detail_area .item_detail .sale_price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#item_detail_area .item_detail .announce {
  padding: 8px 0;
  font-weight: bold;
}

#item_detail_area .item_detail .point {
  padding: 8px 0;
}

#item_detail_area .item_detail .item_code {
  padding: 8px 0;
}

#item_detail_area .item_detail .relative_cat {
  padding: 8px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#item_detail_area .item_detail .relative_cat h4 {
  margin: 0 0 10px;
  font-weight: 500 !important;
}

#item_detail_area .item_detail .item_comment {
  margin-bottom: 8px;
}

.cart_area {
  padding-top: 8px;
}

.cart_area .classcategory_list li select {
  width: 100%;
}

.cart_area .quantity {
  margin: 8px 0;
}

.cart_area .stock_area {
  margin: 8px 0;
}

.cart_area .stock_area {
  margin: 8px 0;
}

.cart_area .quantity dd input {
  max-width: 100px;
}

/* freearea */
.freearea {
  margin: 2rem 0;
  display: block;
  padding: 1rem;
}

#item_detail .freearea p {
  margin-top: 0;
}

#item_detail .freearea .heading01 {
  margin-bottom: 8px;
}

/* relative_cat */
.relative_cat > p {
  margin: 0;
}

.relative_cat ol {
  list-style: none;
}

.relative_cat li {
  display: inline-block;
  color: #efefef;
}

.relative_cat li a {
  padding: 0 0.5em;
  display: inline-block;
}

.relative_cat li:first-child a {
  padding-left: 0;
}

.relative_cat li:after {
  content: " > ";
}

.relative_cat li:last-child:after {
  content: "";
}

/* review_area */
#review_area {
  border-top: 1px solid #333;
  padding-bottom: 0;
}

#review_area dl dt {
  padding: 16px 0;
  cursor: pointer;
}

#review_area dl dt:hover {
  color: #9797a0;
}

#review_area dl dt.active .cb {
  transform: rotate(180deg);
}

#review_area dl dt .cb {
  position: absolute;
  right: 16px;
  top: 17px;
}

#review_area dl dd {
  display: none;
  padding-bottom: 0;
}

#review_area dl dd .review_btn a {
  margin: 0 auto;
  padding: 16px;
  width: 100%;
}

#review_area .review_list {
  padding: 8px 0;
}

#review_area .review_list li {
  padding: 8px 0;
}

#review_area .review_list p {
  margin: 4px 0;
}

#review_area .review_list .review_date {
  font-weight: bold;
}

#review_area .review_list .recommend_level {
  margin-left: 16px;
}

#review_area .review_list .recommend_level span {
  color: #de5d50;
}

/* keyword_area */
#keyword_area {
  border-top: 1px solid #333;
}

#keyword_area .heading03 {
  padding: 8px 0 0;
}

#keyword_area ul li {
  display: inline-block;
  margin-right: 5px;
}

#keyword_area ul li a {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  background: #f5f7f8;
  border: 1px solid #d7dadd;
  color: #fefefe;
}

#keyword_area ul li a:hover {
  background: #eef1f3;
}

/* recommend_area */
#recommend_area {
  border-top: 1px solid #333;
}

#recommend_area .carousel {
  margin-left: -8px;
  margin-right: -8px;
}

#recommend_area .carousel .product_item {
  padding: 0 8px;
}

#recommend_area .carousel .product_item .btn_circle {
  right: 16px;
}

#recommend_area .slick-prev,
#recommend_area .slick-next {
  border: 0 none;
  background: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  top: -2em;
}

#recommend_area .angle-circle {
  display: inline-block;
  background: #bfbfbf;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}

#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
  fill: #fff;
  position: relative;
  top: -4px;
  right: -2px;
  font-size: 25px;
  font-size: 2.5rem;
}

#recommend_area .slick-prev .cb {
  left: -2px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
  opacity: 0.8;
}

#recommend_area .slick-disabled {
  opacity: 0.4;
  cursor: default;
}

#recommend_area .slick-disabled:hover {
  opacity: 0.4;
}

#recommend_area .slick-next {
  right: 0;
}

#recommend_area .slick-prev {
  right: 40px;
  left: auto;
}

#recommend_area .item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* product_tag */
.product_tag_list {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 1.3rem;
  color: #fefefe;
  border: none;
  border-radius: 0;
  background-color: #ad0046;
  margin-bottom: 1px;
}

/*#product_tag_box__product_tag--1 {
background:orange !important;
}
#product_tag_box__product_tag--2 {
background:red !important;
}
#product_tag_box__product_tag--3 {
background:blue !important;
}
#product_tag_box__product_tag--4 {
background:green !important;
}
#product_tag_box__product_tag--5 {
background:gray !important;
}
#product_tag_box__product_tag--6 {
background:#D90036 !important;
}
#product_tag_box__product_tag--7 {
background:#8A7D0F !important;
}
#product_tag_box__product_tag--8 {
background:#559110 !important;
}
#product_tag_box__product_tag--9 {
background:#182347 !important;
}
#product_tag_box__product_tag--10 {
background:#474721 !important;
}
#product_tag_box__product_tag--11 {
background:#5C3D28 !important;
}
#product_tag_box__product_tag--12 {
background:#23155C !important;
}*/
.product_tag_box__product_tag--1 {
  background: orange !important;
}

.product_tag_box__product_tag--2 {
  background: red !important;
}

.product_tag_box__product_tag--3 {
  background: blue !important;
}

.product_tag_box__product_tag--4 {
  background: green !important;
}

.product_tag_box__product_tag--5 {
  background: gray !important;
}

.product_tag_box__product_tag--6 {
  background: #d90036 !important;
}

.product_tag_box__product_tag--7 {
  background: #8a7d0f !important;
}

.product_tag_box__product_tag--8 {
  background: #559110 !important;
}

.product_tag_box__product_tag--9 {
  background: #182347 !important;
}

.product_tag_box__product_tag--10 {
  background: #474721 !important;
}

.product_tag_box__product_tag--11 {
  background: #5c3d28 !important;
}

.product_tag_box__product_tag--13 {
  background: #23155c !important;
}

.product_tag_box__product_tag--14 {
  background: deeppink !important;
}

.product_tag_box__product_tag--15 {
  background: maroon !important;
}

.product_tag_box__product_tag--16 {
  background: navy !important;
}

.product_tag_box__product_tag--17 {
  background: teal !important;
}

.product_tag_box__product_tag--18 {
  background: #005fff !important;
}

.product_tag_box__product_tag--19 {
  background: #2f4f4f !important;
}

.product_tag_box__product_tag--20 {
  background: #ba55d3 !important;
}

.product_tag_box__product_tag--21 {
  background: #5d8fc2 !important;
}

.product_tag_box__product_tag--22 {
  background: #1c4704 !important;
}

.product_tag_box__product_tag--23 {
  background: #f2cf00 !important;
  color: #ff0000;
}

.product_tag_box__product_tag--24 {
  background: #550249 !important;
}

.product_tag_box__product_tag--25 {
  background: #0f61ae !important;
}

.product_tag_box__product_tag--26 {
  background: #ad5f27 !important;
}

.product_tag_box__product_tag--27 {
  background: #b008b3 !important;
}

.product_tag_box__product_tag--28 {
  background: #553e5d !important;
}

.product_tag_box__product_tag--29 {
  background: #4c6307 !important;
}

.product_tag_box__product_tag--30 {
  background: #0a7b87 !important;
}

/* Cart Page
------------------------------------------- */
#form_cart > .message:first-child {
  padding-top: 16px;
}

.total_box {
  padding: 8px 0;
}

.total_box dl {
  margin-left: 40%;
}

.total_box dl dt {
  float: left;
  width: 45%;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}

.total_box dl dd {
  padding-left: 50%;
  text-align: right;
}

.total_box dl.total_price dd {
  font-weight: bold;
}

.total_box .btn_group {
  padding: 8px 0;
}

.total_box .btn_group p {
  margin: 8px 0;
}

.cart_item {
  border-top: 1px dotted #ccc;
}

.cart_item .item_box > .td {
  border-bottom: 1px dotted #ccc;
}

.cart_item .item_box .td {
  vertical-align: middle;
}

.cart_item .icon_edit {
  position: static;
  width: 8.3333333333%;
}

.cart_item .icon_edit a .cb {
  color: #b8bec4;
  fill: #b8bec4;
  font-size: 20px;
  font-size: 2rem;
}

.cart_item .icon_edit a:hover .cb {
  opacity: 0.8;
}

.cart_item .item_box a:hover img {
  opacity: 0.8;
}

.cart_item .item_box .table {
  width: 58.33333333%;
}

.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
  display: table-cell;
  vertical-align: middle;
}

.cart_item .item_box .table .item_photo {
  min-width: 80px;
  padding-right: 8px;
}

.cart_item .item_box .table .item_detail {
  text-align: left;
}

.cart_item .item_box .table .item_name a {
  font-weight: bold;
  color: #fefefe;
}

.cart_item .item_box .table .item_name a:hover {
  color: #9797a1;
}

.cart_item .item_detail .item_subtotal {
  display: block;
}

.cart_item.table .tbody .tr div.item_subtotal {
  display: none;
}

.cart_item .item_quantity {
  width: 16.66666667%;
}

.cart_item .item_quantity::before {
  content: "数量：";
}

.cart_item .item_quantity ul {
  text-align: center;
  white-space: nowrap;
}

.cart_item .item_quantity ul li {
  display: inline-block;
  margin: 8px 4px;
}

.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 50%;
}

.cart_item .item_quantity ul li a {
  border: 2px solid #c9c9c9;
}

.cart_item .item_quantity ul li span {
  border: 2px solid #e9e9e9;
}

.cart_item .item_quantity ul li a .cb {
  color: #fefefe;
  fill: #fefefe;
  margin-top: 6px;
  vertical-align: top;
}

.cart_item .item_quantity ul li span .cb {
  color: #babac1;
  fill: #babac1;
  margin-top: 6px;
  vertical-align: top;
}

.cart_item .item_quantity ul li a:hover {
  opacity: 0.8;
}

.column p {
  margin: 8px 0;
}

.column select {
  width: 100%;
}

.column textarea {
  width: 100%;
  height: 6em;
}

.column.is-edit > p {
  margin-right: 4em;
  min-height: 40px;
}

.column.is-edit .btn_edit {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.column .form-inline input,
.column .form-inline select {
  margin-bottom: 8px;
}

.address_table {
  border-bottom: 1px dotted #ccc;
}

.addr_box {
  position: relative;
}

.addr_box .icon_radio {
  vertical-align: middle;
  text-align: center;
  max-width: 32px;
}

div.table .tbody .addr_box .column {
  text-align: left;
}

.addr_box .column .address {
  margin: 0;
}

.addr_box .column.is-edit .address {
  margin: 0 4em 0 0;
  min-height: 40px;
}

.addr_box .column.is-edit .btn_edit {
  top: 10px;
}

.addr_box > .td {
  border-top: 1px dotted #ccc;
}

/* payment_list */
.payment_list li {
  margin-bottom: 8px;
}

.payment_list li img {
  margin-top: 5px;
}

#shopping_confirm .payment_list .radio label {
  font-weight: normal;
}

/* MyPage
------------------------------------------- */
.local_nav ul {
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px 0 0 1px;
}

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

.local_nav ul:after {
  clear: both;
}

.local_nav li {
  float: left;
  width: 50%;
  /* 項目が1行に3件の場合
  width: 33.33333333%;*/
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
}

.local_nav li a {
  padding: 16px;
  font-weight: bold;
  color: #fefefe;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local_nav li a:hover {
  background: #333;
}

.local_nav li.active a {
  color: #de5d50;
}

.order_detail dt {
  float: left;
  font-weight: bold;
}

.order_detail dd {
  padding-left: 7em;
}

.historylist_column {
  border-top: 1px solid #ccc;
  margin: 0;
}

.historylist_column > div {
  padding: 0;
}

.historylist_column .order_date {
  margin: 8px 0;
}

.historylist_column .table.item_box {
  border-top: 1px dotted #ccc;
}

.historylist_column .table.item_box .td {
  vertical-align: middle;
}

.historylist_column .order_date {
  font-size: 16px;
  font-size: 1.6rem;
}

.historylist_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left;
}

.historylist_column .item_box .item_photo {
  padding: 8px 0;
  width: 20%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px;
}

.historylist_column .item_box .item_detail .item_name {
  font-weight: bold;
}

.historylist_column .item_box .item_detail .item_price {
  font-weight: normal;
  margin: 4px 0 8px;
}

.historylist_column + .pagination {
  margin-top: 0;
  border-top: 1px solid #ccc;
}

.mail_list dl {
  margin-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.mail_list dl dt {
  margin-bottom: 4px;
}

.mail_list dl dd {
  margin-bottom: 8px;
}

.address_table .icon_edit {
  width: 8.33333%;
  vertical-align: middle;
}

.address_table .icon_edit a .cb {
  color: #b8bec4;
  fill: #b8bec4;
  font-size: 2rem;
  background-color: #053769;
}

.unsubscribe_box {
  text-align: center;
}

.unsubscribe_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #e7e7e7;
}

.unsubscribe_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px;
}

#entry_birth select {
  margin: 0 8px;
}

#entry_birth select:first-child {
  margin-left: 0;
}

#entry_sex .radio {
  display: inline-block;
  margin-right: 10px;
}

#entry_sex .radio input[type=radio] {
  margin-right: 10px;
}

.mypage .dl_table dt label {
  font-weight: bold;
}

/* Error Page */
.message_box {
  text-align: center;
  padding-bottom: 50px;
}

.message_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #ccc;
}

.message_box h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px;
}

.message_box .btn_group {
  margin-top: 30px;
}

.error_page #contents {
  background: inherit;
}

/****** Effect Setting ********/
/* Overlay */
.overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/* modal */
.modal-header .close {
  font-size: 22px;
  font-size: 2.2rem;
}

.modal-content {
  background-color: #333;
}

.modal-body .form-control {
  width: 100%;
  border-radius: 0 !important;
}

.modal-body .quantity {
  width: 50%;
  float: right;
  text-align: right;
  padding: 16px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-body .quantity dd input {
  text-align: right;
}

.modal-body .classcategory_list li {
  margin-top: 16px;
}

.modal-body .classcategory_list li:first-child {
  margin-top: 0;
}

.modal-body .item_price {
  margin: 0;
  clear: both;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-body .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px;
}

.modal-footer {
  padding: 16px 0;
  margin: 0 16px;
}

.modal-footer .btn_area {
  padding-bottom: 0;
}

.modal-footer .btn_area li:last-child {
  padding-left: 0;
}

.modal-footer .btn_area button {
  font-size: 16px;
  font-size: 1.6rem;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-footer .btn_area .btn_icon .cb {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/****** Each Page Setting ********/
/* Item List Page
------------------------------------------- */
/* Item Detail Page
------------------------------------------- */
/* Cart Page
------------------------------------------- */
.cart_page .dl_table {
  margin: 0 0 16px;
}

.cart_page .dl_table dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.cart_page .form_terms_link {
  margin-bottom: 0;
}

#shopping_confirm .cart_item.table {
  border-top: 0 none;
}

#shopping_confirm .cart_item .item_box .table {
  width: 100%;
}

#shopping_confirm .total_box {
  margin-top: 16px;
  background: #333;
  padding: 8px;
}

#shopping_confirm .total_box dl {
  margin-left: 0;
}

#shopping_confirm .total_box dl dt {
  font-weight: normal;
  text-align: left;
}

#shopping_confirm .total_box .total_amount {
  border-top: 1px dotted #ccc;
  text-align: right;
}

#shopping_confirm .total_box .total_amount {
  margin-top: 8px;
}

#shopping_confirm .total_box .total_amount p {
  margin: 8px 0 0;
}

#shopping_confirm .total_box .total_amount p.total_price {
  font-weight: bold;
}

#shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 16px;
}

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 8px;
}

#shopping_confirm .total_box .total_amount p.total_point {
  margin: 4px 0 0;
}

#shopping_confirm .cart_item .item_box .table .item_name {
  margin-bottom: 0;
}

#shopping_confirm .cart_item .item_box .table .item_photo {
  max-width: 96px;
}

#shopping_confirm .cart_item .item_box .table .item_price {
  font-weight: normal;
  display: inline;
  margin-right: 16px;
}

#shopping_confirm .cart_item .item_box .table .item_subtotal {
  display: inline;
}

#shopping_confirm label {
  font-weight: bold;
}

#shopping_confirm .heading02 {
  margin-top: 24px;
  font-weight: bold;
  background: #3333;
  padding: 8px 12px;
}

#shopping_confirm .column {
  position: relative;
}

.heading02 + .column .btn_edit {
  position: absolute;
  right: 0;
  top: 0;
}

#deliveradd_input .dl_table {
  border-top: 0 none;
}

.shipping_multiple_table {
  background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
  border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
  max-width: 200px;
  min-width: 200px;
  padding-right: 200px;
}

.shipping_item .quantity {
  width: 100px;
}

.use_point {
  text-align: center;
  margin: 16px 0;
}

.use_point input {
  text-align: right;
  width: 10%;
  min-width: 130px;
}

.use_point .text_accent {
  margin: 0 5px;
}

.multiple_column {
  padding-bottom: 16px;
}

.multiple_column .item_box {
  background: #333;
}

.multiple_column .table.item_box .td {
  vertical-align: middle;
}

.multiple_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left;
}

.multiple_column .item_box .item_photo {
  padding: 8px;
  width: 22%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px;
}

.multiple_column .item_box .item_detail .item_name {
  font-weight: bold;
}

.multiple_column .item_box .item_detail .item_price {
  font-weight: normal;
  margin: 4px 0 8px;
}

.multiple_column .form-group {
  margin: 8px 10px 0 0;
}

.multiple_column .item_quantity input {
  width: 100px;
}

.complete_message {
  text-align: center;
}

.complete_message .heading01 {
  font-size: 22px;
  font-size: 2.2rem;
}

/* MyPage
------------------------------------------- */
.mypage .message {
  /*border-bottom: 1px dotted #ccc;*/
  margin-bottom: 1em;
}

.mypage #item_list .product_item {
  padding-bottom: 8px;
}

.mypage #item_list .item_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.mypage #item_list .btn_circle span {
  position: relative;
  top: 3px;
}

.mypage .not_required {
  margin-top: 40px;
}

.mypage .title_hint {
  margin: 16px 0 0;
}

.mypage .title_hint + .form-group {
  padding-top: 4px;
}

/* Registration Page
------------------------------------------- */
.registration_page .not_required {
  margin-top: 16px;
}

.registration_page .title_hint {
  margin: 16px 0 0;
}

.registration_page .title_hint + .form-group {
  padding-top: 4px;
}

.registration_page .dl_table {
  margin: 0 0 16px;
}

.registration_page .dl_table dt {
  margin-bottom: 5px;
}

.registration_page .dl_table dt label {
  font-weight: bold;
}

.registration_page .form_terms_link {
  margin-bottom: 0;
}

/* Other Page
------------------------------------------- */
/* Login Page */
#login_box {
  padding-bottom: 32px;
}

#login_box .column {
  background: #333;
  height: 100%;
  padding: 8px 8px 32px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#login_box .column p {
  margin-top: 0;
  margin-bottom: 0;
}

#login_box .column .icon {
  text-align: center;
  font-size: 70px;
  color: #e7e7e7;
}

#login_box .column .icon svg {
  vertical-align: middle;
}

#login_box .column .form-group {
  padding: 8px 0 8px 10%;
}

#login_box .column input[type=text],
#login_box .column input[type=email],
#login_box .column input[type=password] {
  width: 90%;
}

#login_box .column .form-group label {
  display: inline-block;
  padding: 5px 0;
}

#login_box .column .btn_area {
  padding: 8px 10%;
}

#login_box .column .btn_area ul {
  margin-top: 8px;
}

#login_box .column .message {
  padding: 8px 10%;
}

/* Forgot Page */
#forgot_page .column {
  background: #333;
  padding: 16px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#forgot_page .column .form-group {
  padding-top: 8px;
}

#forgot_page .form-group.input_name input[type=text] {
  float: left;
  width: 49%;
}

#forgot_page .column p {
  margin: 0;
}

#forgot_page .column .btn_area {
  padding-top: 8px;
}

#forgot_page .column .btn_area p {
  margin: 0;
}

#forgot_page .column h2 {
  margin: 0 0 8px;
}

/* Contact Page */
#contact_contents {
  height: 100px;
}

/*	module
============================ */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.is-padding {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.no-border-bottom {
  border-bottom: 0 none !important;
}

button.no-style {
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
}

.text_accent {
  font-weight: bold;
}

/*	color setting
============================ */
/* text */
.text-default {
  color: #fefefe;
}

a.text-default:hover {
  color: #9797a1;
}

.text-primary {
  color: #de5d50;
}

a.text-primary:hover {
  color: #e57d73;
}

.text-success {
  color: #18a689;
}

a.text-success:hover {
  color: #0d8969;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #9a947e;
}

a.text-warning:hover {
  color: #aea998;
}

.text-danger {
  color: #de5d50;
}

a.text-danger:hover {
  color: #cf3f34;
}

.text-small {
  font-size: 11px;
  line-height: 1;
}

.mb1rem {
  margin-bottom: 50px;
}

/* bg */
.bg-default {
  color: #fff;
  background-color: #fefefe;
}

a.bg-default:hover {
  background-color: #9797a1;
}

.bg-primary {
  color: #fff;
  background-color: #de5d50;
}

a.bg-primary:hover {
  background-color: #e57d73;
}

.bg-primary-border {
  color: #de5d50;
  border: 2px solid #de5d50;
  background: #fff;
}

a.bg-primary-border:hover {
  border: 2px solid #de5d50;
  background: #fdf6f6;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-success-border {
  color: #4179a9;
  border: 2px solid #4179a9;
  background: #fff;
}

a.bg-success-border:hover {
  border: 2px solid #4179a9;
  background: #eef7f7;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  color: #fff;
  background-color: #fc1839;
}

a.bg-danger:hover {
  background-color: #ff8d8d;
}

/* btn */
.btn-default {
  color: #fefefe;
  background-color: #053769;
  border-color: #053769;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fefefe;
  background-color: #053769;
  border-color: #053769;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #053769;
  border-color: #053769;
  color: #fefefe;
}

.btn-default .badge {
  color: #fff;
  background-color: #053769;
}

/*.btn-default {
color: #fefefe;
background-color: #F5F7F8;
border-color: #D7DADD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #fefefe;
background-color: #EEF1F3;
border-color: #D7DADD;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #F5F7F8;
border-color: #D7DADD;
color: #fefefe;
}
.btn-default .badge {
color: #fff;
background-color: #fefefe;
}*/
.btn:focus,
.btn:hover {
  outline: 0 !important;
}

.btn-primary {
  color: #fff;
  background-color: #de5d50;
  border-color: #de5d50;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d85145;
  border-color: #d85145;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #de5d50;
  border-color: #de5d50;
}

.btn-primary .badge {
  color: #fff;
  background-color: #de5d50;
}

.btn-primary-border {
  color: #de5d50;
  background-color: #fff;
  border-color: #de5d50;
  border-width: 2px;
}

.btn-primary-border:hover,
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
  color: #de5d50;
  background-color: #fdf6f6;
  border-color: #de5d50;
}

.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
  background-image: none;
}

.btn-primary-border.disabled,
.btn-primary-border[disabled],
fieldset[disabled] .btn-primary-border,
.btn-primary-border.disabled:hover,
.btn-primary-border[disabled]:hover,
fieldset[disabled] .btn-primary-border:hover,
.btn-primary-border.disabled:focus,
.btn-primary-border[disabled]:focus,
fieldset[disabled] .btn-primary-border:focus,
.btn-primary-border.disabled:active,
.btn-primary-border[disabled]:active,
fieldset[disabled] .btn-primary-border:active,
.btn-primary-border.disabled.active,
.btn-primary-border[disabled].active,
fieldset[disabled] .btn-primary-border.active {
  background-color: #fff;
  border-color: #de5d50;
}

.btn-success {
  color: #fff;
  background-color: #4179a9;
  border-color: #4179a9;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4679a9;
  border-color: #4679a9;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4179a9;
  border-color: #4179a9;
}

.btn-success .badge {
  color: #4179a9;
  background-color: #fff;
}

.btn-success-border {
  color: #4179a9;
  background-color: #fff;
  border-color: #4179a9;
}

.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
  color: #4179a9;
  background-color: #eef7f7;
  border-color: #4179a9;
  border-width: 2px;
}

.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
  background-image: none;
}

.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
  background-color: #fff;
  border-color: #4179a9;
}

.btn-info {
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
  opacity: 0.9;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
  border: 1px solid #222;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #222;
  border: 1px solid #222;
}

.btn-info .badge {
  color: #fefefe;
  background-color: #222;
}

.btn-warning {
  color: #fff;
  background-color: #9a947e;
  border-color: #9a947e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
btn-warning .btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #9a947e;
  border-color: #9a947e;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
  border-color: #9a947e;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #9a947e;
  border-color: #9a947e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cf3f34;
  border-color: #cf3f34;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #de5d50;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* label */
.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #de5d50;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e57d73;
}

.label-success {
  background-color: #18a689;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0d8969;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3da8cf;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e99133;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cf3f34;
}

/* panel */
.panel-primary {
  border-color: transparent;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #de5d50;
  border-color: transparent;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-primary > .panel-heading .badge {
  color: #de5d50;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #de5d50;
}

.panel-success {
  border-color: transparent;
}

.panel-success > .panel-heading {
  color: #18a689;
  background-color: #dff0d8;
  border-color: transparent;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #18a689;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-info {
  border-color: transparent;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #42b3e5;
  border-color: transparent;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-warning {
  border-color: transparent;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #fcf8e3;
  border-color: transparent;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #de5d50;
  border-color: transparent;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #de5d50;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* alert */
.alert-success {
  color: #fff;
  background-color: #18a689;
  border-color: transparent;
}

.alert-success hr {
  border-color: transparent;
}

.alert-success .alert-link {
  color: #fff;
}

.alert-info {
  color: #fff;
  background-color: #42b3e5;
  border-color: transparent;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #fff;
}

.alert-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}

.alert-warning hr {
  border-color: transparent;
}

.alert-warning .alert-link {
  color: #fff;
}

.alert-danger {
  color: #fff;
  background-color: #de5d50;
  border-color: transparent;
}

.alert-danger hr {
  border-color: transparent;
}

.alert-danger .alert-link {
  color: #fff;
}

/******************************
Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  .drawer-open #contents,
.drawer-open #header,
.drawer-open #footer,
.drawer-open .pagetop {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .sp {
    display: none !important;
  }

  span.sp {
    display: inline !important;
  }

  /****** Header Setting ********/
  /****** Side Setting ********/
  .drawer {
    height: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }

  .drawer-open .drawer {
    height: 100%;
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }

  .category-nav a {
    will-change: transform, opacity;
  }

  /****** Effect Setting ********/
  /* Overlay */
  .overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .overlay.is-visible.cart-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  span.pc {
    display: inline !important;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    /* padding-top: 10px;*/
    /*min-height:200px;
    height: 100%;*/
  }
}
@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  span.pc {
    display: inline !important;
  }

  /* --------------------------------
  Parts
  -------------------------------- */
  /* heading */
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .page-heading {
    font-size: 32px;
    font-size: 3.2rem;
    /*border-bottom-style: solid;*/
    border-top: 0 none;
    padding: 16px 0 12px;
    margin: 24px 16px;
  }

  /* btn */
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }

  .btn-sm {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .btn-xs {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  /* badge */
  .badge {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* tableStyle */
  div.table .thead {
    display: table-header-group;
  }

  div.table ol {
    display: table-row;
    margin: 0;
  }

  div.table ol li {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #333;
    overflow-x: hidden;
    font-weight: bold;
  }

  div.table .tbody .tr > .td {
    padding: 16px;
  }

  /* tableish */
  .tableish {
    display: table;
    width: 100%;
  }

  .tableish .thead {
    display: table-header-group;
  }

  .tableish .tbody {
    display: table-row-group;
  }

  .tableish .tr {
    display: table-row;
  }

  .tableish .th,
.tableish .td {
    display: table-cell;
    vertical-align: top;
  }

  /* dl-table */
  .dl_table {
    display: table;
    width: 100%;
  }

  .dl_table dl {
    display: table-row;
    border: 0 none;
  }

  .dl_table dt,
.dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
  }

  .dl_table dt {
    width: 20%;
  }

  .dl_table dd {
    padding: 16px;
  }

  .dl_table dd .form-group {
    padding-top: 16px;
  }

  .dl_table .zip-search {
    margin-top: 16px;
  }

  /* pagination */
  .pagination {
    width: 100%;
  }

  /* topicpath */
  #topicpath {
    border: 0 none;
  }

  #topicpath ol {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #333;
  }

  #topicpath li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* intro */
  .intro {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 28px;
  }

  /* message */
  .heading04 + .message {
    padding: 0;
  }

  .message .errormsg {
    padding: 16px;
  }

  /* flowline */
  .flowline {
    margin: 0;
    border-bottom: 0 none;
  }

  .flowline ul::before {
    top: 20px;
  }

  .flowline.step3 ul {
    max-width: 450px;
  }

  .flowline.step4 ul {
    max-width: 550px;
  }

  .flowline ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .flowline li .flow_number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-size: 2rem;
  }

  /* .cart .item_box */
  #cart .inner {
    /*padding: 0 16px;*/
  }

  .cart .item_box .item_photo {
    padding: 16px 8px 16px 0;
  }

  .cart .item_box .icon_edit {
    right: -7px;
    top: 10px;
  }

  /* error_box */
  .error_box {
    margin-bottom: 48px;
  }

  /****** Layout ********/
  /* header */
  #contents {
    min-height: 100%;
    z-index: 2;
  }

  #side_left {
    float: left;
    width: 25%;
    padding-right: 16px;
  }

  #side_right {
    float: right;
    width: 25%;
    padding-left: 16px;
  }

  /* -- main_left (side_right only) -- */
  /* main */
  .theme_side_right #main {
    width: 75%;
    float: left;
  }

  /* -- main_right (side_left only) -- */
  /* main */
  .theme_side_left #main {
    width: 75%;
    float: right;
  }

  /* -- main_only -- */
  /* main */
  .theme_main_only #main {
    width: 100%;
    margin-bottom: 50px;
  }

  /* -- main_left_right (side_left & side_right) -- */
  /* main */
  .theme_side_both #main {
    width: 50%;
    float: left;
  }

  /* category_nav */
  #category {
    clear: both;
  }

  /****** Header Setting ********/
  #header {
    /*padding-top: 20px;
    padding-bottom:20px;*/
    /*min-height:200px;*/
    height: 100%;
    width: 100%;
  }

  #header:after {
    content: "";
    display: table;
    clear: both;
  }

  #header .copy {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header_logo_area .header_logo {
    font-size: 40px;
    font-size: 16px;
    margin: 10px 0 0 0;
  }

  .header_bottom_area {
    clear: both !important;
    position: static;
  }

  /* header-buttons */
  .header-buttons {
    top: 18px;
    right: 4em;
  }

  /* cart_area */
  #header #cart_area p.cart-trigger .cb-shopping-cart {
    position: relative;
    left: 9px;
  }

  #header #cart_area p.cart-trigger .badge {
    position: relative;
    left: 15px;
    top: 0;
  }

  #header #cart_area .cart_price {
    float: right;
    /* height: 44px;
    line-height: 44px; */
    vertical-align: middle;
    /* margin-right: 16px; */
  }

  /* search_area */
  #header .search .input_search {
    float: left;
    color: #fff;
  }

  .search select option {
    max-width: 246px;
  }

  /****** Side Setting ********/
  #btn_menu {
    display: none;
  }

  .drawer {
    position: static;
    height: auto;
    width: auto;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
    text-align: center;
  }

  .drawer:after {
    content: "";
    display: table;
    clear: both;
  }

  /*	Category navigation
  --------------------------- */
  /* category-nav */
  .category-nav > li {
    text-align: left;
    /*margin: 0 1em;*/
    margin: 0;
    position: relative;
  }

  .category-nav ul {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    z-index: 3;
    background: #fff;
  }

  .category-nav > li > a {
    position: relative;
    display: inline-block;
    color: #2e3233;
    overflow: visible;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }

  /* ----- category_nav in header ---- */
  #header #category {
    padding: 20px 0 0;
  }

  /* category-nav */
  .category-nav {
    text-align: center;
    /* background:rgba(13,56,107,1);*/
    margin-bottom: 10px;
    background-color: #0d386b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d386b), to(#0a2a52));
    background-image: -webkit-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -moz-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -ms-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -o-linear-gradient(top, #0d386b, #0a2a52);
    background-image: linear-gradient(to bottom, #0d386b, #0a2a52);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0D386B, endColorstr=#0A2A52);
  }

  /* ----- category_nav in side ---- */
  /* category-nav */

  /* newslist */

  /* Item List Page
  ------------------------------------------- */

  /* Item Detail Page
  ------------------------------------------- */

  /*sns icon*/
  /* freearea */

  /* review_area */

  /* keyword_area */

  /* recommend_area */

  /* Cart Page
  ------------------------------------------- */

  /* payment_list */

  /* MyPage
  ------------------------------------------- */
  /* ナビゲーション項目が6件の場合
  .local_nav li {
  width: 16.66666667%
  }*/

  /****** Footer Setting ********/

  /****** Effect Setting ********/
  /* Overlay */

  /****** Each BlockParts Setting ********/
  /* Cart */

  /* Search */
  /* ----- category_nav in header  ---- */

  /* ----- category_nav in side ---- */

  /****** Each Page Setting ********/
  /* Item List Page
  ------------------------------------------- */
  /* Item Detail Page
  ------------------------------------------- */
  /* Cart Page
  ------------------------------------------- */

  /* MyPage
  ------------------------------------------- */

  /* Registration Page
  ------------------------------------------- */

  /* Other Page
  ------------------------------------------- */
  /* Login Page */

  /* Forgot Page */

  /* Error Page */
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  #category {
    background-color: #0d386b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d386b), to(#0a2a52));
    background-image: -webkit-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -moz-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -ms-linear-gradient(top, #0d386b, #0a2a52);
    background-image: -o-linear-gradient(top, #0d386b, #0a2a52);
    background-image: linear-gradient(to bottom, #0d386b, #0a2a52);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0D386B, endColorstr=#0A2A52);
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .toggle {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav > li {
    /*margin: 0;*/
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li {
    position: relative;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav > li > a {
    padding: 0 0.5rem;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    color: #fefefe;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li a {
    display: block;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 180px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul li a {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav > li:hover li:hover > a {
    background: rgba(204, 204, 204, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .category-nav > li:hover > ul > li {
    overflow: visible;
    height: 50px;
    background: #121212;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul li ul {
    top: 0;
    left: 100%;
    background: #121212;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li:last-child ul li ul {
    left: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul li ul:before {
    position: absolute;
    content: ">";
    top: 11px;
    left: -15px;
    width: 0;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li:last-child ul li ul:before {
    position: absolute;
    content: ">";
    top: 11px;
    left: -15px;
    width: 0;
    height: 0;
    /*
    content: "<";
    top: 13px;
    left: 200%;
    margin-left: -15px;
    */
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li ul li:hover > ul > li {
    overflow: visible;
    height: 50px;
    background: #121212;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav li:hover ul li ul li a:hover {
    background: rgba(204, 204, 204, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .category-nav ul > li > a,
.category-nav ul > li > ul > li > a,
.category-nav ul > li > ul > li > ul > li a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav > li {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav li > a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav > ul ul {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav > ul {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav > ul > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .side .category-nav > ul > li a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist .heading01 {
    padding: 16px;
    text-align: left;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dt {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dt .angle-circle {
    top: 14px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dt .cb {
    font-size: 20px;
    top: 0;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dt .date {
    float: left;
    width: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dt .news_title {
    padding-left: 7em;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .newslist dd {
    margin: 0 16px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .product_page .product_item {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .item_photo {
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .item_comment {
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  #item_photo_area {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_name {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 10px 0;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .sale_price {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .sale_price .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .announce {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .point {
    padding: 14px 0;
    border-top: 1px solid #333;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .item_code {
    padding: 14px 0;
    border-top: 1px solid #333;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .relative_cat {
    padding: 14px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area #detail_description_box__sale_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .item_comment {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_area {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_area .classcategory_list li {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_area .classcategory_list li:first-child {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_area .classcategory_list li select {
    width: auto;
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_area .quantity {
    margin: 14px 0;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail .snsbtn_area {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail .freearea p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #item_detail .freearea .heading01 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #review_area {
    border-top: none;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl dt {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl dt .cb {
    position: absolute;
    right: 32px;
    top: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl dd {
    display: block;
    padding: 16px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl dd .review_btn {
    padding: 16px 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #review_area dl dd .review_btn a {
    width: auto;
    min-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  #review_area .review_list {
    padding: 16px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #review_area .review_list li {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  #review_area .review_list p {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 768px) {
  #keyword_area {
    border: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  #keyword_area .heading03 {
    border-top: 1px solid #333;
    margin-top: 0;
    padding-top: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #keyword_area ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #keyword_area .keyword_list {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area {
    border: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .carousel .product_item .btn_circle {
    right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .carousel {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .carousel .product_item {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .slick-next,
#recommend_area .slick-prev {
    font-size: 37px;
    font-size: 3.7rem;
    top: -1.4em;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .slick-next {
    right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .slick-prev {
    right: 74px;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .angle-circle {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px;
    right: -2px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .total_box {
    min-width: 256px;
    float: right;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .total_box dl {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .total_box .btn_group {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .total_box .btn_group p {
    margin: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .total_box dl.total_price dt {
    padding-top: 0.3em;
  }
}
@media only screen and (min-width: 768px) {
  .total_box dl.total_price dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item {
    margin: 24px 0 16px;
    border-top: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item .item_box .table {
    width: 58.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item .item_quantity::before {
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  .cart_item.table .tbody .tr > .item_quantity {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item .item_detail .item_subtotal {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item.table .tbody .tr div.item_subtotal {
    display: table-cell;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .cart_item .item_box .table .item_photo {
    min-width: 160px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .column p {
    margin: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .column .form-inline input,
.column .form-inline select {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  div.table .tbody .addr_box .column {
    text-align: left;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .addr_box .column.is-edit .btn_edit {
    top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple_column .item_box > div,
.multiple_column .item_box > dl {
    padding: 16px 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  .multiple_column .item_box .item_photo {
    padding: 16px;
    max-width: 198px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple_column .item_box .item_detail .item_price {
    margin: 8px 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple_column .form-group {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .complete_message {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .complete_message .heading01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #confirm_side {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .payment_list .radio {
    display: inline;
    margin-right: 16px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  .payment_list .radio input[type=radio] {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .payment_list li img {
    margin-top: 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav.favorite li {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .historylist_column .order_date {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .historylist_column .table.item_box:first-child {
    border-top: 0 none;
  }
}
@media only screen and (min-width: 768px) {
  .historylist_column .item_box .item_photo {
    min-width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .historylist_column + .pagination {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .unsubscribe_box h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .message_box h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    background: #000;
    /*padding-top: 32px;
    */
  }
}
@media only screen and (min-width: 768px) {
  ul.shop_list li {
    font-size: 0.8rem;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  ul.shop_list li a {
    display: block;
    padding: 10px;
    border: none;
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer_logo_area .logo {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .footer_logo_area .copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cart {
    height: 120px;
    /* top: 44px; */
  }
}
@media only screen and (min-width: 768px) {
  #header #searchform select,
#header #searchform input {
    float: left;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .side #searchform select,
.side #searchform input {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .cart_page .dl_table {
    margin: 24px 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_page .dl_table dt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .cart_item.table {
    border-top: 1px dotted #ccc;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .column .cart_item.table {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box {
    margin-top: 24px;
    padding: 16px;
    min-width: 0;
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box dl {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box dl:first-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box .total_amount {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box .total_amount p.total_price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .heading02 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #shopping_confirm .cart_item .item_box .table .item_photo {
    min-width: 80px;
    max-width: 96px;
  }
}
@media only screen and (min-width: 768px) {
  #deliveradd_input .dl_table {
    border-top: 1px dotted #ccc;
  }
}
@media only screen and (min-width: 768px) {
  .mypage .intro {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .mypage #shopping_confirm .cart_item,
.mypage #shopping_confirm .total_box {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mypage #item_list .product_item {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .mypage .title_hint {
    margin: 24px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mypage .title_hint + .form-group {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .registration_page .dl_table {
    margin: 24px 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column {
    padding: 16px 16px 40px;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column p {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .form-group {
    padding: 8px 0 8px 13%;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area p {
    float: left;
    width: 37%;
    min-width: 195px;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area ul {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area ul {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area ul li {
    margin: 4px 0;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column input[type=text],
#login_box .column input[type=email],
#login_box .column input[type=password] {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  #login_box .column .btn_area,
#login_box .column .message {
    padding: 8px 13%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .login_cart .column .column_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  #forgot_page .column {
    padding: 32px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #forgot_page .column .form-group {
    padding: 8px 0 8px 11%;
    width: 89%;
  }
}
@media only screen and (min-width: 768px) {
  #forgot_page .column .btn_area {
    padding: 20px 0 0 21%;
    width: 79%;
  }
}
@media only screen and (min-width: 768px) {
  #forgot_page .column .message {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .error_page .footer_logo_area {
    margin-top: 0;
  }
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #999;
}

.pickup_item {
  margin-bottom: 1rem;
}

.pickup_item dl {
  padding: 0 0.5rem 0.5rem;
}

.pickup_item .item_comment {
  padding: 0 0.5rem;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}

#product_items {
  clear: both;
}

.mb1rem div {
  margin-bottom: 1rem !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#contents_top .pickup_item {
  margin-bottom: 1rem;
  background: #222;
  /*  border:1px solid #333;*/
}

.product_description {
  padding: 2rem 0;
}

#ToTopIcon {
  display: none;
}

/*カスタマイズ*/
.cat_tumb_img div {
  text-align: center;
}

#news_readmore {
  float: right;
  color: #fff;
  margin: 1rem auto;
  display: inline-block;
  font-size: 1.4rem;
  background: #0b4fad;
  padding: 3px 14px;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .category-nav {
    text-align: left;
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pc_nav {
    display: none !important;
  }
}
#news_area > .heading01 {
  text-align: center;
}

#news_area > .inner {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#news_area > .inner > .inner_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #news_area > .inner > .inner_row {
    flex-direction: column;
  }
}
#news_area > .inner > .inner_row > div {
  margin-bottom: 1em;
  text-align: left;
}

#news_area > .inner > .inner_row > div:first-child {
  width: 100%;
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  #news_area > .inner > .inner_row > div:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #news_area > .inner > .inner_row > div:last-child {
    width: 100%;
  }
}
.news_area {
  height: 320px;
  overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
  .news_area {
    overflow-y: scroll;
  }
}
.news_area .heading01 {
  margin-left: 10px;
}

#scrollbar::-webkit-scrollbar {
  width: 5px;
  background: #333;
}

#scrollbar::-webkit-scrollbar:horizontal {
  height: 5px;
}

#scrollbar::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
  background: #666;
}

#scrollbar::-webkit-scrollbar-piece {
  background: #333;
}

#scrollbar::-webkit-scrollbar-piece:start {
  background: #333;
}

#scrollbar::-webkit-scrollbar-thumb {
  background: #333;
}

#scrollbar::-webkit-scrollbar-corner {
  background: #333;
}

/*lity*/
.lity-content {
  padding: 1rem;
}

.date {
  display: block;
}

.lity-content a:hover {
  text-decoration: underline;
}

.lity-content li {
  margin-bottom: 0.5rem;
}

/*sns*/
.fb-page {
  width: 100% !important;
  display: block;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  .fb-page {
    width: auto !important;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .fb-page {
    width: auto !important;
    vertical-align: top !important;
  }
}
.twitter_bgr {
  background: #40bfed;
  text-align: center;
  padding: 10px;
  height: 770px;
}

.fb_bgr {
  background: #4452a2;
  text-align: center;
  padding: 10px;
  height: 770px;
}

.shopinfo_bgr {
  background: #222;
  text-align: center;
  padding: 10px;
  height: 770px;
}

.shopinfo_bgr .wrap {
  background: #000;
  height: 100%;
  /*overflow-y: scroll;*/
  text-align: left;
  font-size: 1.3rem;
}

.information_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.information_list.width {
  max-width: 767px;
  width: 100%;
  overflow-y: auto;
}

.information_list li {
  width: 33.33333%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #000;
}

.information_list::after {
  content: "";
  display: block;
  width: 33.33333%;
}

.information_list li > .wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.information_list li > .wrap > .tab_bb {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #333;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 480px) {
  .information_list li > .wrap > .tab_bb {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.information_list li > .wrap > .tab_esp {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 480px) {
  .information_list li > .wrap > .tab_esp {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.information_list li a {
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.information_list li img {
  width: 140px;
  margin: auto;
  text-align: center;
}

.information_list li img.bgr {
  width: 140px;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 0;
}

@media screen and (max-width: 991px) {
  .shopinfo_bgr {
    height: auto;
  }

  .information_list li {
    width: 20%;
  }

  .information_list li .informaiton_title {
    max-width: 100px;
    width: auto;
    text-align: center;
  }

  .information_list.width480 {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .information_list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .information_list li img {
    width: 80%;
  }
}
.information_list li a img {
  width: 100px;
  margin: auto;
  text-align: center;
}

.information_list li a:hover img {
  opacity: 1;
}

.information_list li .informaiton_title {
  background: #000;
  text-align: center;
  margin: auto;
}

.information_list li .information_sa {
  background: url(../images/aYjCL1JsNDvC.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_se {
  background: url(../images/LtTfYgVxP4T4.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_to {
  background: url(../images/LwjBzx7g8Ueh.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_annex {
  background: url(../images/BxCnSoRaeK7c.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_sl {
  background: url(../images/yva3B5YpROsJ.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_ka {
  background: url(../images/fAlecHV3vnEa.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_na {
  background: url(../images/gBUSdTmvIpnJ.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_ky {
  background: url(../images/SDqwhkJUogkT.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_hi {
  background: url(../images/XFwEDwcM1wVi.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_fu {
  background: url(../images/lrZmTknLoWfe.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_technicalhouse {
  background: url(../images/UVpnPmfJig1l.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_customshop {
  background: url(../images/Ne0l3P9kLtTg.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_crafthouse {
  background: url(../images/QbgGC3n9jsQU.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li .information_guitarworkshop {
  background: url(../images/dbifglVogS41.jpg) center center no-repeat;
  background-size: cover;
}

.information_list li a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .newslist .heading01 {
    padding: 16px;
    text-align: center;
  }

  .sp_hide {
    display: none;
  }
}
/*トップページ お店情報*/
#store_information {
  overflow-y: auto;
}

.stores {
  font-size: 0;
  margin-bottom: 30px;
  /*text-align: center;*/
}
.stores .container {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.stores.modal_content {
  overflow-y: scroll;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .stores .informaiton_title {
    max-width: auto;
    width: 80%;
    text-align: center;
    margin: auto 10%;
  }
}
.stores figure {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}

.stores figure .icn_open {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
}

.stores figure .icn_open img {
  opacity: 0.9;
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media screen and (max-width: 767px) {
  .stores figure .icn_open img {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .stores figure {
    width: 25%;
  }

  /*.stores figure:first-child {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  }*/
}
@media screen and (max-width: 767px) {
  .stores figure {
    width: 50%;
  }

  .stores figure:first-child {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
  }
}
#stores figure {
  position: relative;
  overflow: hidden;
}

#stores figure .store_logo {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

#stores figure .tab_bb {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #121212;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  #stores figure .tab_bb {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#stores figure .tab_esp {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #stores figure .tab_esp {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#stores figure .store_logo img {
  margin: 0 25%;
  text-align: center;
  width: 50%;
}

#stores figure .store_logo img.bgr {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 0;
}

#stores figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-align: center;
}

#stores figure:hover figcaption {
  top: 0;
  left: 0;
}

#stores figure:hover figcaption .icns {
  margin-top: 30%;
}

#stores figure:hover figcaption .icns a {
  color: #fff;
  margin: 0 3px;
}

.stores .fig {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}

.stores .fig .icn_open {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
}

.stores .fig .icn_open img {
  opacity: 0.9;
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media screen and (max-width: 767px) {
  .stores .fig .icn_open img {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .stores .fig {
    width: 25%;
  }

  /*.stores .fig:first-child {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  }*/
}
@media screen and (max-width: 767px) {
  .stores .fig {
    width: 50%;
  }

  .stores .fig:first-child {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
  }
}
#stores .fig {
  position: relative;
  overflow: hidden;
}

#stores .fig .store_logo {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

#stores .fig .tab_bb {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #121212;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  #stores .fig .tab_bb {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#stores .fig .tab_esp {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #stores .fig .tab_esp {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#stores .fig .store_logo img {
  margin: 0 25%;
  text-align: center;
  width: 50%;
}

#stores .fig .store_logo img.bgr {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 0;
}

#stores .figcap {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-align: center;
}

#stores .fig:hover .figcap {
  top: 0;
  left: 0;
}

#stores .fig:hover .figcap .icns {
  margin-top: 30%;
}

#stores .fig:hover .figcap .icns a {
  color: #fff;
  margin: 0 3px;
}

/*トップページ お店情報 ここまで　*/
/*caption_filter animation*/
.caption_filter {
  font-size: 0;
  width: 100%;
}

.caption_filter figure .caption_filter div.fig {
  font-size: 14px;
  /*display: inline-block;*/
  margin: 0;
  width: 100%;
}

.caption_filter figure img,
.caption_filter div.fig img {
  max-width: 310px !important;
  width: 100%;
}

.caption_filter .transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caption_filter .transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caption_filter figure:hover .transform01 .caption_filter div.fig:hover .transform01 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.caption_filter figure:hover .transform02,
.caption_filter div.fig:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

/* Effect 02 */
.caption_filter figure,
.caption_filter div.fig {
  position: relative;
  overflow: hidden;
}

.caption_filter figcaption,
.caption_filter div.figcap {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .caption_filter figcaption,
.caption_filter div.figcap {
    display: none;
  }
}
.caption_filter figure figcaption .title,
.caption_filter div.fig div.figcap .title {
  font-size: 1.4rem;
  margin: 17% 0 5%;
  padding: 0;
  font-weight: bold;
  color: #fff;
}

.caption_filter div.fig div.figcap .caption,
.caption_filter figure figcaption .caption {
  font-size: 1.3rem;
  margin: 0 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
}

.caption_filter figure:hover figcaption,
.caption_filter div.fig:hover div.figcap {
  top: 0;
  left: 0;
}

/*caption_filter animation*/
.caption_filter_big {
  font-size: 0;
  width: 100%;
  position: relative;
}
.caption_filter_big > .classfication {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.caption_filter_big > .classfication > .classfication_campagin {
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: rgba(241, 207, 0, 0.8);
}
.caption_filter_big > .classfication > .classfication_sale {
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.8);
}
.caption_filter_big > .classfication > .classfication_fair {
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: rgba(42, 140, 36, 0.8);
}

.caption_filter_big figure,
.caption_filter_big div.fig {
  font-size: 14px;
  /*display: inline-block;*/
  margin: 0;
  width: 100%;
}

.caption_filter_big figure img,
.caption_filter_big div.fig img {
  width: 100%;
}

.caption_filter_big .transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caption_filter_big .transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caption_filter_big figure:hover .transform01,
.caption_filter_big div.fig:hover .transform01 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.caption_filter_big div.fig:hover .transform02,
.caption_filter_big figure:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

/* Effect 02 */
.caption_filter_big div.fig,
.caption_filter_big figure {
  position: relative;
  overflow: hidden;
}

.caption_filter_big div.figcap,
.caption_filter_big figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.caption_filter_big div.fig div.figcap .title,
.caption_filter_big figure figcaption .title {
  font-size: 1.8rem;
  margin: 0.5rem auto;
  padding: 0 15px;
  font-weight: bold;
  color: #fff;
}

.caption_filter_big div.fig div.figcap .caption,
.caption_filter_big figure figcaption .caption {
  font-size: 1.5rem;
  margin: 0 0;
  padding: 0 15px;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
  text-align: left;
}

.caption_filter_big div.fig:hover div.figcap,
.caption_filter_big figure:hover figcaption {
  top: 0;
  left: 0;
}

.caption_filter_big div.fig:hover div.figcap .detail_btn,
.caption_filter_big figure:hover figcaption .detail_btn {
  margin: 10px auto;
  background: #0d386b;
}

.caption_filter_big div.fig:hover div.figcap .detail_btn a,
.caption_filter_big figure:hover figcaption .detail_btn a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  margin: auto;
}

.caption_filter_big div.fig:hover div.figcap .detail_btn a:hover,
.caption_filter_big figure:hover figcaption .detail_btn a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.fb_iframe_widget_fluid span {
  width: 100%;
  margin-top: -3px;
  vertical-align: top !important;
}

#sub_area.row {
  margin: 0 !important;
  padding: 0 !important;
}

#sub_area.row > div {
  margin: 0 !important;
  padding: 0 !important;
}

/*
======================================================
20200401
詳細ページ 機能拡張
======================================================
*/
.review_btn a {
  margin: 0 auto;
  padding: 16px;
  width: 100%;
  background: #fbcc30;
  opacity: 0.9;
}

.review_btn a:hover {
  background: rgba(251, 204, 48, 0.9);
}

.related_product_btn a {
  margin: 0 auto;
  padding: 16px;
  width: 100%;
  background: #9a947e;
  opacity: 0.9;
}

.related_product_btn a:hover {
  background: rgba(154, 148, 126, 0.8);
}

.box {
  margin: 0 auto;
  padding: 30px 0;
  display: block;
}

.box > h3 {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  margin-bottom: 15px !important;
}

.box > h3:before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #203784;
  border-radius: 4px;
  margin-right: 5px;
}

.box > ul {
  margin-bottom: 15px !important;
}

.box > ul li {
  list-style: none;
  list-style-position: outside;
  margin-left: 0 !important;
}

.box > ul.disc li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px !important;
}

.box > ul.square li {
  list-style: square;
  list-style-position: outside;
  margin-left: 30px !important;
}

.box > ul.decimal li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 30px !important;
}

.box > p {
  margin-bottom: 15px !important;
}

.box.condition > dl {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin: 1px 0;
}

.box.condition > dl > dt {
  width: 200px;
  background: #222;
  padding: 15px;
}

.box.condition > dl > dd {
  padding: 15px;
}

.box.condition > dl > dd.rank_a {
  background: #4179a9;
}

.box.condition > dl > dd.rank_b {
  background: rgba(65, 121, 169, 0.8);
}

.box.condition > dl > dd.rank_c {
  background: rgba(65, 121, 169, 0.6);
}

.box.condition > dl > dd.rank_d {
  background: rgba(65, 121, 169, 0.4);
}

.box.condition > dl > dd.rank_e {
  background: rgba(65, 121, 169, 0.2);
}

.box.icn_recommend > h3 {
  background: url(../images/Y6eYwTxw2nT4.png) left top no-repeat;
  height: 100px;
  position: relative;
  padding: 30px 0 0 30px;
  margin: 0 !important;
  /*font-family: "Nikukyu";*/
  font-family: "Nico Moji";
  font-size: 28px;
  line-height: 1;
}

.box.icn_recommend > h3:before {
  background: none;
}

.box.icn_recommend > h3 span {
  display: block;
  font-size: 14px;
}

.box.icn_recommend > p {
  margin: -10px 0 10px 0 !important;
  padding: 20px;
  background: #222;
}

.box .tbl_break table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 0 0 5px 0;
  /*  border-top: 1px solid #999;*/
}

.box .tbl_break table caption {
  margin-bottom: 10px;
}

.box .tbl_break table tr {
  height: auto !important;
}

.box .tbl_break table tr:nth-child(even) th,
.box .tbl_break table tr:nth-child(even) td {
  background: #222;
}

.box .tbl_break table tr th {
  text-align: left;
  vertical-align: top;
  padding: 15px !important;
  height: auto !important;
  border-top: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
}

.box .tbl_break table tr td {
  text-align: left;
  vertical-align: top;
  padding: 15px !important;
  height: auto !important;
  border-top: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
}

.box .tbl_break table tr:hover th,
.box .tbl_break table tr:hover td {
  background: #666;
}

.box .tbl_break table tr:hover:nth-child(even) th,
.box .tbl_break table tr:hover:nth-child(even) td {
  background: #666;
}

@media screen and (max-width: 767px) {
  .box .tbl_break table tr th br {
    display: none;
  }

  .box .tbl_break table tr th,
.box .tbl_break table tr td {
    width: auto !important;
    display: block;
  }

  .box .tbl_break table tr:nth-child(even) th,
.box .tbl_break table tr:nth-child(even) td {
    background: none;
  }

  .box .tbl_break table tr:nth-child(even) th,
.box .tbl_break table tr th {
    background: #333;
    border-bottom: none;
    margin-top: -1px;
  }

  .box .tbl_break table tr:nth-child(even) td,
.box .tbl_break table tr td {
    border-bottom: none;
    border-top: none;
    margin-top: -1px;
  }
}
.box .video {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.box .video > div {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .box .video > div {
    width: 100%;
  }
}
/*wrap_video*/
.wrap_video {
  position: relative;
  width: 98%;
  height: 0;
  padding: 0 1% 56.25%;
  overflow: hidden;
  margin: 1% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  .wrap_video2 {
    position: relative;
    width: 98%;
    height: 0;
    padding: 0 1% 56.25%;
    overflow: hidden;
    margin: 1% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrap_video2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.box > .stores {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.box > .stores > divfig,
.box > .stores > figure {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .box > .stores > div.fig,
.box > .stores > figure {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .box > .stores > div.fig,
.box > .stores > figure {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box > .stores > div.fig,
.box > .stores > figure {
    width: 100%;
  }
}
.box > .stores > div.fig .store_logo,
.box > .stores > figure .store_logo {
  position: absolute;
  top: 30% !important;
  width: 100%;
  text-align: center;
}

.box > .stores > div.fig .store_logo img,
.box > .stores > figure .store_logo img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.box > .stores > div.fig .store_logo img.bgr,
.box > .stores > figure .store_logo img.bgr {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 0;
}

.box > .stores > div.figcap,
.box > .stores > figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.box > .stores > div.fig:hover div.figcap,
.box > .stores > figure:hover figcaption {
  top: 0;
  left: 0;
}

.box > .stores > div.fig:hover div.figcap .icns,
.box > .stores > figure:hover figcaption .icns {
  margin-top: 20% !important;
}

.box > .stores > div.fig:hover div.figcap .icns a,
.box > .stores > figure:hover figcaption .icns a {
  color: #fff;
  line-height: 24px;
  display: block;
}

.box > .stores > div.fig:hover div.figcap .icns a.icn_home::after,
.box > .stores > figure:hover figcaption .icns a.icn_home::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  margin-left: 5px;
}

.box > .stores > div.fig:hover div.figcap .icns a.icn_phone::after,
.box > .stores > figure:hover figcaption .icns a.icn_phone::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-left: 5px;
}

.box > .stores > div.fig:hover div.figcap .icns a.icn_contact::after,
.box > .stores > figure:hover figcaption .icns a.icn_contact::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1d8";
  margin-left: 5px;
}

.box > .reviews {
  padding: 30px;
  background: #222;
  margin-bottom: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .box > .reviews {
    padding: 15px;
  }
}
.box > .reviews > .update {
  margin-bottom: 5px !important;
}

.box > .reviews > dl.title {
  margin-bottom: 10px;
}

.box > .reviews > dl.title dt,
.box > .reviews > dl.title dd {
  margin-bottom: 5px !important;
}

.box > .reviews > dl.title dt span {
  color: #fbcc30;
}

.box > .reviews > .comment > h4 {
  margin-bottom: 5px !important;
  font-weight: bold !important;
}

.box > .reviews > .comment > p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .search input[type=search] {
    height: 46px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0 none;
    padding: 0.5em 10px;
    box-shadow: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
  }

  .search .input_search {
    height: 46px;
    padding: 0 56px 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-left: 0;
    color: #fff;
    width: 100%;
  }
}
#ToTopIcon {
  background: #909090;
  width: 100px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 70%;
  color: #f0f0f0;
  right: 10px;
  bottom: 50px;
  z-index: 2;
  position: fixed;
  display: block;
}

@media screen and (max-width: 767px) {
  .member {
    text-align: center;
  }

  .member_link li {
    display: inline-block;
  }
}
.new_product_cate_list {
  text-align: center;
  margin: 30px auto;
}

.new_product_cate_list li {
  display: inline-block;
  background: #0d386b;
  border-radius: 4px;
  padding: 6px 15px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 3px;
}

.new_product_cate_list li a {
  color: #fff;
}

.new_product_cate_list li:first-child a::before {
  content: "NEW! PRODUCT.";
  background: red;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  padding: 10px;
  margin-left: -50px;
  width: 150px;
  transform: rotate(-5deg);
}

.new_product_cate_list li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 5px;
}

.new_product_cate_list li:hover {
  transition: 0.3s;
  background: #337ab7;
}

#productsParentsList {
  margin: 3rem auto;
}

#productsParentsList > .heading01 {
  text-align: center;
}

#productsParentsList > .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

#productsParentsList > .inner > .inner_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#productsParentsList > .inner > .inner_row > div {
  width: 33.3333%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #productsParentsList > .inner > .inner_row > div {
    width: 50%;
  }
}
#productsParentsList > .inner > .inner_row > div img {
  margin-bottom: 1rem;
}

#productsParentsList > .inner > .inner_row > div img.img-thumbnail {
  opacity: 0.8;
  padding: 0;
  border: 5px solid #0d386b;
  border-radius: 0.25rem;
  width: 150px;
  height: 150px;
}

#productsParentsList > .inner > .inner_row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 5px solid #fff;
}

@media screen and (max-width: 767px) {
  #productsParentsList > .inner > .inner_row > div img.img-thumbnail {
    width: 130px;
    height: 130px;
  }
}
#productsParentsList > .inner > .inner_row > div img.rounded-circle {
  border-radius: 50% !important;
}

#productsParentsList > .inner > .inner_row > div h3 {
  font-size: 16px;
  margin: 0 auto 0.5rem;
}

#productsParentsList > .inner > .inner_row > div p {
  margin: 0 auto 1rem;
  color: #f2f2f2;
  font-size: 14px;
}

#productsParentsList2 {
  margin: 1rem auto 0 auto;
}

#productsParentsList2 .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

#productsParentsList2 .container button.btnToggle {
  background: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  outline: none;
}

#productsParentsList2 .container button.btnToggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f00d";
  font-size: 14px;
  color: #fff;
}

#productsParentsList2 .container button.btnToggle:hover {
  opacity: 0.8;
}

#productsParentsList2 .container button.btnToggle.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f067";
  font-size: 14px;
  color: #fff;
}

#productsParentsList2 > .heading01 {
  text-align: center;
}

#productsParentsList2 > .inner {
  margin: auto;
}

#productsParentsList2 > .inner > .inner_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  justify-content: center;
  gap: 0.5rem;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0;
}

#productsParentsList2 > .inner > .inner_row > div {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #productsParentsList2 > .inner > .inner_row > div {
    width: 100px;
  }
}
#productsParentsList2 > .inner > .inner_row > div img {
  margin-bottom: 1rem;
}

#productsParentsList2 > .inner > .inner_row > div img.img-thumbnail {
  opacity: 0.8;
  padding: 0;
  border: 4px solid #0d386b;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#productsParentsList2 > .inner > .inner_row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 4px solid #f1cf00;
}

#productsParentsList2 > .inner > .inner_row > div img.rounded-circle {
  border-radius: 50% !important;
}

#productsParentsList2 > .inner > .inner_row > div h3 {
  font-size: 13px;
  letter-spacing: -0.2rem;
  margin: 0 auto 0.5rem;
  line-height: 1.2;
  inline-size: fit-content;
  margin-inline: auto;
}

#productsParentsList2 > .inner > .inner_row > div p {
  margin: 0 auto 1rem;
  color: #f2f2f2;
  font-size: 14px;
}

#attentionMenu {
  margin: 3rem auto;
}

#attentionMenu > .heading01 {
  text-align: center;
}

#attentionMenu > .inner {
  max-width: 767px;
  width: 100%;
  margin: auto;
}

#attentionMenu > .inner > .inner_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#attentionMenu > .inner > .inner_row > div {
  width: 25%;
  text-align: center;
}

#attentionMenu > .inner > .inner_row > div img {
  margin-bottom: 1rem;
}

#attentionMenu > .inner > .inner_row > div img.img-thumbnail {
  opacity: 0.8;
  padding: 0;
  border: 3px solid #0d386b;
  border-radius: 0.25rem;
  max-width: 100px;
  width: 100%;
  max-height: 100px;
  height: 100%;
}

#attentionMenu > .inner > .inner_row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 5px solid #fff;
}

#attentionMenu > .inner > .inner_row > div img.rounded-circle {
  border-radius: 50% !important;
}

#attentionMenu > .inner > .inner_row > div h3 {
  font-size: 13px;
  margin: 0 auto 0.5rem;
  letter-spacing: -1px;
}

#attentionMenu > .inner > .inner_row > div p {
  margin: 0 auto 1rem;
  color: #f2f2f2;
  font-size: 12px;
}

#tokutenContent {
  margin: 3rem auto;
}

#tokutenContent > .heading01 {
  text-align: center;
  background: #fff;
  padding: 0.5rem;
  color: #0d386b;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0 auto 2rem;
  max-width: 1200px;
  line-height: 1.3;
}

#tokutenContent > .heading01 br.sp_only {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #tokutenContent > .heading01 {
    font-size: 18px;
  }

  #tokutenContent > .heading01 br.sp_only {
    display: block !important;
  }
}
#tokutenContent > .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#tokutenContent > .inner > .inner_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#tokutenContent > .inner > .inner_row > div {
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #tokutenContent > .inner > .inner_row > div {
    width: 50%;
    text-align: center;
  }
}
#tokutenContent > .inner > .inner_row > div img {
  margin-bottom: 1rem;
}

#tokutenContent > .inner > .inner_row > div img.img-thumbnail {
  opacity: 0.8;
  padding: 0;
  border: 3px solid #0d386b;
  border-radius: 0.25rem;
  max-width: 140px;
  width: 100%;
  max-height: 140px;
  height: 100%;
}

#tokutenContent > .inner > .inner_row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 5px solid #fff;
}

/* @media screen and (max-width: 767px) {
#tokutenContent > .inner > .inner_row > div img.img-thumbnail {
width: 130px;
height: 130px;
}
} */
#tokutenContent > .inner > .inner_row > div img.rounded-circle {
  border-radius: 50% !important;
}

#tokutenContent > .inner > .inner_row > div h3 {
  font-size: 20px;
  margin: 0 auto 0.5rem;
  letter-spacing: -1px;
  line-height: 1.2;
}

/* @media screen and (max-width: 767px)  {
#tokutenContent > .inner > .inner_row > div h3 br {
display: contents;
}
} */
#tokutenContent > .inner > .inner_row > div h3 span {
  font-size: 32px;
}

#item_list_recommmendProduct {
  margin: 3rem auto;
  display: block;
  overflow: hidden;
}

#item_list_recommmendProduct > .heading01 {
  text-align: center;
}

#item_list_recommmendProduct > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#item_list_recommmendProduct > .inner .item {
  padding: 1px;
  height: 100% !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#item_list_recommmendProduct > .inner .item .item_photo {
  overflow: hidden;
}

#item_list_recommmendProduct > .inner .item .item_photo > img {
  transition: all 0.5s;
  transform: scale(1, 1);
}

#item_list_recommmendProduct > .inner .item .item_comment {
  padding: 0 0.5em;
}

#item_list_recommmendProduct > .inner .item .item_comment > ul {
  padding: 0;
}

#item_list_recommmendProduct > .inner .item .item_name {
  padding: 0.5em;
}

#item_list_recommmendProduct > .inner .item .shop_tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

#item_list_recommmendProduct > .inner .item .icn_new {
  position: absolute;
  top: 10px;
  left: 10px;
}

#item_list_recommmendProduct > .inner .item:hover {
  background: #0d386b;
}

#item_list_recommmendProduct > .inner .item:hover .item_photo > img {
  transform: scale(1.1, 1.1);
}

#item_list_recommmendProduct > .inner .item:hover .item_name {
  color: white !important;
}

#item_list_recommmendProduct > .inner .item:hover .shop_tag {
  display: none;
}

#item_list_recommmendProduct > .inner .item:hover .icn_new {
  display: none;
}

#item_list_recommmendProduct > .inner .item_price {
  text-align: center;
  font-size: 16px;
  margin: 0 1rem 1rem;
}

/* スペシャルコンテンツ*/
#item_list_special {
  margin: 3rem auto;
  display: block;
  overflow: hidden;
}

#item_list_special > .heading01 {
  text-align: center;
}

#item_list_special > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* セール*/
#item_list_Sale {
  margin: 3rem auto;
  display: block;
  overflow: hidden;
}

#item_list_Sale > .heading01 {
  text-align: center;
}

#item_list_Sale > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* サービス*/
#item_list_services {
  margin: 3rem auto;
  display: block;
  overflow: hidden;
}

#item_list_services > .heading01 {
  text-align: center;
}

#item_list_services > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* キャンペーン*/
#item_list_Campaign {
  margin: 3rem auto;
  display: block;
  overflow: hidden;
}

#item_list_Campaign > .heading01 {
  text-align: center;
}

#item_list_Campaign > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 担当スタッフのおすすめ*/
#item_list_staff_recommendation {
  margin: 3rem auto;
  overflow: hidden;
}

#item_list_staff_recommendation hgroup {
  display: grid;
  place-content: center;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #item_list_staff_recommendation hgroup {
    grid-template-columns: 50% 50%;
  }
}

#item_list_staff_recommendation .heading01 {
  text-align: center;
}

#item_list_staff_recommendation hgroup .heading01 {
  display: grid;
  place-content: center;
  place-items: center;
}
#item_list_staff_recommendation hgroup .heading01 h1 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  #item_list_staff_recommendation hgroup .heading01 h1 {
    font-size: 4rem;
  }
}
#item_list_staff_recommendation hgroup .heading01 .update {
  font-size: 2rem;
}

#item_list_staff_recommendation > .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.swiper_main {
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  div.swiper_main {
    height: auto;
  }
}
div.swiper_bnr {
  width: 100%;
  margin: auto;
  text-align: center;
  height: 300px;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  width: 100%;
  margin: 15px auto 0;
  overflow: visible;
}

@media screen and (max-width: 900px) {
  .swiper-container {
    overflow: hidden;
  }
}
.swiper-container,
.swiper-slide {
  height: 100%;
}

.swiper-slide > img {
  object-fit: cover;
  /* IE: not support */
  width: 100%;
  height: 100%;
}

.gallery-top {
  max-width: 767px;
  height: auto;
  width: 100%;
}

.gallery-top .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.gallery-thumbs {
  max-width: 767px;
  /* height: 20%; */
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
}

.bnr_brands {
  height: auto;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.bnr_brands .swiper-wrapper {
  transition-timing-function: linear;
}

.bnr_brands .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*=============================
swiper_grid
=============================*/
@media (min-width: 992px) {
  .swiper_grid .swiper-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }

  .swiper_grid .swiper-slide {
    width: 25%;
    padding: 0;
    box-sizing: border-box;
  }

  .swiper_grid .swiper-button-prev,
.swiper_grid .swiper-button-next,
.swiper_grid .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1200px) {
  .swiper_grid .swiper-wrapper {
    flex-wrap: wrap;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .swiper_grid .swiper-slide {
    width: 16.6666%;
    padding: 0;
    box-sizing: border-box;
  }

  .swiper_grid .swiper-button-prev,
.swiper_grid .swiper-button-next,
.swiper_grid .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  background: #bbb !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.btn_base {
  background-color: #0d386b;
  border: none;
  font-size: 16px;
  color: #f2f2f2;
}

.btn_base a {
  padding: 1em 2em;
  font-size: 14px;
  color: #f2f2f2;
  display: block;
}

.btn_base:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.btn_history_back {
  border: none;
  text-align: center;
}

.btn_history_back a {
  background-color: #0d386b;
  font-size: 16px;
  color: #f2f2f2;
  margin: auto;
  padding: 1em 2em;
  font-size: 14px;
  color: #f2f2f2;
  display: inline-block;
}

.btn_history_back:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.zoomIn {
  overflow: hidden;
}

.zoomIn img {
  transition: all 0.5s;
  transform: scale(0.9, 0.9);
}

.zoomIn img:hover {
  transform: scale(1, 1);
}

.zoomIn .cate_img {
  transition: all 0.5s;
  transform: scale(0.9, 0.9);
}

.zoomIn .cate_img:hover {
  transform: scale(1, 1);
}

#page_guide .heading01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 4rem 0;
  text-align: center !important;
}

#page_guide .heading01 span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0;
}

#page_guide > .section > ul.list_none > li > h3 {
  margin-bottom: 0;
}

#page_guide > .section > ul.list_none > li > .wrap > .inner > .box {
  margin: 0 auto;
  padding: 1rem 0;
}

#page_guide .heading02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}

#page_guide .heading03 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
}

#page_guide button:hover {
  outline: none;
}

#page_guide .text-center {
  text-align: center;
}

#page_guide .text-left {
  text-align: left;
}

#page_guide .btn_detail.center {
  text-align: center !important;
  width: 100%;
  margin: auto;
}

#page_guide .btn_detail.center a {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 10px 15px;
  background: #0d386b;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.5px;
}

#page_guide .btn_detail.center a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

#page_guide .btn_img_icon {
  display: inline-block;
}

#page_guide .btn_img_icon > a {
  padding: 10px;
  border-radius: 5px;
  background: #0d386b;
  color: #fff;
}

#page_guide .btn_img_icon > a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

#page_guide ul.list_circle {
  padding: 0;
  list-style: none;
  list-style-position: outline;
}

#page_guide ul.list_circle li {
  padding: 0 0 1rem 2rem;
  margin: 1rem 0;
  border-bottom: 1px solid #333;
  text-align: left;
  position: relative;
}

#page_guide ul.list_circle li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

#page_guide .section_flow > ol.list_number {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_flow > ol.list_number > li {
  text-align: center;
  width: 33.333%;
  margin: 0 0 1rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_flow > ol.list_number > li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page_guide .section_flow > ol.list_number > li {
    width: 100%;
    margin: 0 0 2rem;
  }
}
#page_guide .section_flow > ol.list_number > li.icon {
  position: relative;
}

#page_guide .section_flow > ol.list_number > li.icon::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #0d386b;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  left: -0.5%;
  top: -45px;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

#page_guide .section_flow > ol.list_number > li.icon::after {
  content: "Flow";
  position: absolute;
  top: -35px;
  left: 20px;
  font-size: 10px;
}

#page_guide .section_flow > ol.list_number > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
}

#page_guide .section_flow > ol.list_number > li > .wrap > .heading02 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 1rem;
}

#page_guide .section_flow > ol.list_number > li > .wrap > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1rem;
}

#page_guide .section_order > ol.list_number {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_order > ol.list_number > li {
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
}

#page_guide .section_order > ol.list_number > li.icon {
  position: relative;
}

#page_guide .section_order > ol.list_number > li.icon::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #0d386b;
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  padding-top: 5px;
}

#page_guide .section_order > ol.list_number > li.icon::after {
  content: "Step.";
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 11px;
}

#page_guide .section_order > ol.list_number > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0;
}

#page_guide .section_order > ol.list_number > li > .wrap > .heading02 {
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  margin: 0 0 0 70px;
  padding: 1.5rem 1rem;
}

#page_guide .section_order > ol.list_number > li > .wrap > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1rem;
}

#page_guide .section_order > ol.list_number > li ul.list_none {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#page_guide .section_order > ol.list_number > li ul.list_none li {
  list-style: none;
  padding: 1rem;
  height: 100%;
}

#page_guide .section_order > ol.list_number > li ul.list_none li.w100 {
  width: 100%;
}

#page_guide .section_order > ol.list_number > li ul.list_none li > .wrap {
  padding: 0.5rem 1.5rem;
  background: #333;
  border-radius: 5px;
}

@media screen and (max-width: 911px) {
  #page_guide .section_order > ol.list_number > li ul.list_none li > .wrap {
    margin: 0;
  }
}
#page_guide .section_order > ol.list_number > li ul.list_none li > .wrap span {
  background: linear-gradient(transparent 60%, #cc1 60%);
}

@media screen and (max-width: 911px) {
  #page_guide .section_order > ol.list_number > li ul.list_none li {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 911px) {
  #page_guide .section_order > ol.list_number > li ul.list_none {
    flex-direction: column;
    width: 100%;
  }
}
#page_guide .section_payment #bank {
  margin-top: -100px;
  padding-top: 100px;
}

#page_guide .section_payment > ul.list_none {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_payment > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_payment > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_payment > ul.list_none > li > .wrap > .heading02 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 2rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap > ul > li > dl {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}

#page_guide .section_payment > ul.list_none > li > .wrap > ul > li > dl dt {
  width: 120px;
  padding: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 911) {
  #page_guide .section_payment > ul.list_none > li > .wrap > ul > li > dl dt {
    padding: 0;
  }
}
#page_guide .section_payment > ul.list_none > li > .wrap > ul > li > dl dd {
  border-left: 1px solid #333;
  padding: 1rem;
}

@media screen and (max-width: 911) {
  #page_guide .section_payment > ul.list_none > li > .wrap > ul > li > dl dd {
    border-left: none;
    padding: 0;
  }
}
#page_guide .section_payment > ul.list_none > li > .wrap > div.wrap {
  margin: 0 1rem;
  padding: 1rem;
}

#page_guide .section_payment > ul.list_none > li > .wrap > div.wrap ul li {
  border-bottom: 1px solid #333;
}

#page_guide .section_members > ul.list_none {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_members > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_members > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem;
}

#page_guide .section_members > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_members > ul.list_none > li > .wrap > .heading02 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 2rem;
}

#page_guide .section_members > ul.list_none > li > .wrap > p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

#page_guide .section_members > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

#page_guide .section_members > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_members > ul.list_none > li > .wrap > ul > li > dl {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}

#page_guide .section_members > ul.list_none > li > .wrap > ul > li > dl dt {
  width: 120px;
  padding: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 911) {
  #page_guide .section_members > ul.list_none > li > .wrap > ul > li > dl dt {
    padding: 0;
  }
}
#page_guide .section_members > ul.list_none > li > .wrap > ul > li > dl dd {
  border-left: 1px solid #333;
  padding: 1rem;
}

@media screen and (max-width: 911) {
  #page_guide .section_members > ul.list_none > li > .wrap > ul > li > dl dd {
    border-left: none;
    padding: 0;
  }
}
#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number {
  margin: 0 auto;
  width: 100%;
  counter-reset: number;
  list-style-type: none !important;
  padding: 1rem 0 1rem 2rem;
}

#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li {
  padding: 1rem 0 1rem 3rem;
  background: #333;
  border-radius: 5px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li {
    padding: 1rem 0 1rem 0;
  }
}
#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li.icon {
  position: relative;
}

#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li.icon::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #0d386b;
  color: white;
  font-weight: bold;
  font-size: 28px;
  border-radius: 50%;
  left: 1rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li.icon::after {
  content: "Registration";
  position: absolute;
  top: -1rem;
  left: 60px;
  font-size: 12px;
}

#page_guide .section_members > ul.list_none > li > .wrap > ol.list_number > li > div.wrap {
  margin: 0 2rem;
  padding: 0;
}

#page_guide .section_mailmagazine > ul.list_none {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_mailmagazine > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_mailmagazine > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_mailmagazine > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_mailmagazine > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_mailmagazine > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem;
}

#page_guide .section_mailmagazine > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_point > ul.list_none {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_point > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_point > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_point > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_point > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_point > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}

#page_guide .section_point > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_shipping > ul.list_none {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_shipping > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_shipping > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_shipping > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_shipping > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_shipping > ul.list_none > li > .wrap > dl {
  background: #333;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

#page_guide .section_shipping > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}

#page_guide .section_shipping > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_cancell > ul.list_none {
  margin: 0 auto;
  width: 100%;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_cancell > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_cancell > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_cancell > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_cancell > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_cancell > ul.list_none > li > .wrap > dl {
  background: #333;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

#page_guide .section_cancell > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}

#page_guide .section_cancell > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_return > ul.list_none {
  margin: 0 auto;
  width: 100%;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_return > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_return > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_return > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_return > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_return > ul.list_none > li > .wrap > dl {
  background: #333;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

#page_guide .section_return > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}

#page_guide .section_return > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

#page_guide .section_setup > ul.list_none {
  margin: 0 auto;
  width: 100%;
  list-style-type: none !important;
  padding: 0.5em;
}

#page_guide .section_setup > ul.list_none > li {
  text-align: left;
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

#page_guide .section_setup > ul.list_none > li > .wrap {
  padding: 1rem;
  background: #222;
  height: 100%;
  margin: 0 0.5rem;
  padding: 2rem 4rem;
}

@media screen and (max-width: 911px) {
  #page_guide .section_setup > ul.list_none > li > .wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
}
#page_guide .section_setup > ul.list_none > li > .wrap::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  height: 100%;
  width: 10px;
  background: #0d386b;
  display: block;
}

#page_guide .section_setup > ul.list_none > li > .wrap > dl {
  background: #333;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

#page_guide .section_setup > ul.list_none > li > .wrap > ul {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}

#page_guide .section_setup > ul.list_none > li > .wrap > ul > li {
  margin-bottom: 1rem;
}

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 70px;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 20;
  display: none;
}

.back-to-top:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d386b;
}

.back-to-top:after {
  content: "↑";
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

/* menu_fixed */
#menu_fixed_right {
  font-size: 100%;
  font-weight: bold;
  list-style: none;
  position: fixed;
  z-index: 9999999;
}

#menu_fixed_right > div {
  margin-bottom: 0.8em;
}

#menu_fixed_right > div .items {
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #eee;
  display: block;
  line-height: 64px;
  position: fixed;
  text-decoration: none;
}

#menu_fixed_right > div .items li a {
  display: block;
  /*   	width: 30px; */
}

#menu_fixed_right > div .items:hover {
  color: #eee;
}

#menu_fixed_right > div > .items {
  background: url(/assets/images/onebit_01.png) no-repeat #000;
  top: 20%;
  right: -30px;
}

.bnr_brand {
  overflow: hidden;
  margin: 3rem auto;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bnr_brand {
    height: 100%;
  }
}
.bnr_brand > .mask {
  width: 100%;
  height: 100%;
}

.bnr_brand > .mask > .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.bnr_brand > .mask > .inner > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bnr_brand > .mask > .inner > .row {
    flex-direction: column;
  }
}
.bnr_brand > .mask > .inner > .row > div {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 360px;
  width: 50%;
  margin: 0;
  padding: 3rem 1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .bnr_brand > .mask > .inner > .row > div {
    width: 100%;
    height: auto;
  }
}
.bnr_brand > .mask > .inner > .row > div.image > img {
  max-height: 340px;
}

@media screen and (max-width: 767px) {
  .bnr_brand > .mask > .inner > .row > div.image > img {
    max-height: 340px;
  }
}
.bnr_brand > .mask > .inner > .row > div.content > p.logo > img {
  max-width: 240px !important;
  margin: auto;
}

.bnr_brand > .mask > .inner > .row > div.content > h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
}

.bnr_brand > .mask > .inner > .row > div.content > h3 > span {
  display: block !important;
  font-size: 14px;
}

.bnr_brand > .mask > .inner > .row > div.content .btn {
  background: #000;
}

.bnr_brand > .mask > .inner > .row > div.content .btn > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 5px;
}

#featuredBrands {
  margin: 3rem auto;
}

#featuredBrands > .heading01 {
  text-align: center;
}

#featuredBrands > .menuWrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

#featuredBrands > .menuWrap .menuSlide {
  margin: auto;
  overflow: hidden;
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div {
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div span {
  display: block;
  font-size: 14px;
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div a {
  width: auto;
  display: block;
  text-align: center;
  padding: 0 1em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div a.active {
  color: #fff;
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div a.active::after {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #0d386b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  content: "\f078";
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div a:not(.active):hover {
  color: #4179a9;
  transition: opacity 0.4s;
}

#featuredBrands > .menuWrap .menuSlide .menuTab > div a:not(.active):hover::after {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #0d386b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  content: "\f078";
}

#featuredBrands > .contentWrap {
  background: url(../images/Yo4V7sxftGcw.png);
}

#featuredBrands > .contentWrap > .inner {
  padding: 2em 15px;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#featuredBrands > .contentWrap > .inner .inner_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#featuredBrands > .contentWrap > .inner .inner_row > div {
  width: 16.6666%;
  padding: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  #featuredBrands > .contentWrap > .inner .inner_row > div {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  #featuredBrands > .contentWrap > .inner .inner_row > div {
    width: 25%;
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  #featuredBrands > .contentWrap > .inner .inner_row > div {
    width: 33.33333%;
    padding: 1px;
  }
}
@media screen and (max-width: 480px) {
  #featuredBrands > .contentWrap > .inner .inner_row > div {
    width: 50%;
    padding: 1px;
  }
}
#featuredBrands > .contentWrap > .inner .inner_row > div > .zoomIn {
  overflow: hidden;
}

#featuredBrands > .contentWrap > .inner .inner_row > div > .zoomIn img {
  transition: all 0.5s;
  transform: scale(1, 1);
}

#featuredBrands > .contentWrap > .inner .inner_row > div > .zoomIn img:hover {
  opacity: 0.8;
  transform: scale(1.1, 1.1);
  transition: all 0.4s;
}

#featuredBrands > .contentWrap > .inner > .contentTab {
  margin: 0;
  padding: 0;
  display: none;
}

#featuredBrands > .contentWrap > .inner > .contentTab.active {
  color: #fff;
  display: block;
}

#featuredBrands > .contentWrap > .inner > .contentTab .heading02 {
  margin: 0;
  padding: 1em;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#featuredBrands > .contentWrap > .inner > .contentTab .heading02 span {
  display: block;
  font-size: 14px;
}

#featuredBrands > .contentWrap > .inner > .contentTab p {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  #featuredBrands > .contentWrap > .inner > .contentTab p {
    text-align: left;
  }
}
/* 関連商品 */
.related_product_imtems {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.related_product_imtems > .product_item {
  text-align: center;
  width: 15.666%;
  padding: 0.5%;
}

@media screen and (max-width: 1200px) {
  .related_product_imtems > .product_item {
    text-align: center;
    width: 19%;
  }
}
@media screen and (max-width: 1000px) {
  .related_product_imtems > .product_item {
    text-align: center;
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .related_product_imtems > .product_item {
    text-align: center;
    width: 49%;
  }
}
.attention_products {
  display: none;
}

@media screen and (max-width: 767px) {
  .attention_products {
    display: block;
    margin: 10px auto;
    clear: both;
  }

  .attention_products > dt {
    font-size: 12px;
    font-weight: 700;
    background: #0d386b;
    display: inline-block;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
  }

  .attention_products > dt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    /* margin-left: -15px; */
    border: 5px solid transparent;
    border-top: 15px solid #0d386b;
  }

  .attention_products > dd {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .attention_products > dd > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .attention_products > dd > ul > li {
    display: inline-block;
    margin-right: 1rem;
  }

  .attention_products > dd > ul > li::before {
    content: "";
    /* 空の要素作成 */
    width: 6px;
    /* 幅指定 */
    height: 6px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    background-color: #de5d50;
    /* 背景色指定 */
    border-radius: 50%;
    /* 要素を丸くする */
  }

  .attention_products > dd > ul > li > a {
    color: #0d386b;
    letter-spacing: -1px;
  }

  .attention_products > dd > ul > li > a:hover {
    text-decoration: underline;
  }
}
#tokuten {
  margin: 0 auto 3rem auto;
  background: #000;
  padding: 1rem;
}

#tokuten > .heading01 {
  text-align: center;
  margin: 0 !important;
}

#tokuten > .inner {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tokuten > .inner > .content {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #tokuten > .inner > .content {
    flex-direction: column;
    width: 100%;
  }
}
#tokuten > .inner > .content > dl {
  display: flex;
  justify-content: center;
  margin-bottom: 1px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #tokuten > .inner > .content > dl {
    width: 100%;
  }
}
#tokuten > .inner > .content > dl > dt {
  width: 120px;
  padding: 0.5rem;
}

#tokuten > .inner > .content > dl > dd {
  display: flex;
  width: 240px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  /* background:rgba(10,42,82,0.4); */
  background: rgba(255, 255, 255, 0.8);
  color: #0a2a52;
}

.btn_box {
  position: relative;
  min-width: 180px;
  max-width: 200px;
  margin-bottom: 1px;
}

.btn_box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 45px;
  position: relative;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  outline: none;
}

.btn_box > .border {
  position: absolute;
  background: none;
  transition: all 0.3s ease-in-out;
}

.btn_box > .border:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid white;
}

.btn_box > .border:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 10px;
  height: 0;
  border-right: 1px solid white;
}

.btn_box > .border:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid white;
}

.btn_box > .border:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid white;
}

.btn_box:hover .border:nth-of-type(1) {
  width: 100%;
}

.btn_box:hover .border:nth-of-type(2) {
  height: 45px;
}

.btn_box:hover .border:nth-of-type(3) {
  width: 100%;
}

.btn_box:hover .border:nth-of-type(4) {
  height: 45px;
}

/*drawr*/
.drawr_btn {
  display: block;
  padding: 1rem 0.5rem;
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 999999;
  color: #fff;
  width: 40px;
  font-size: 14px;
  background: #053769;
}

.drawr_btn::before {
  padding: 0 1rem;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f142";
}

.drawr_btn.diargram::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/iqCY4IEMYyrf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  color: #fff;
  display: block;
  margin: 0 auto 3px;
}

.drawr_btn:hover {
  background: #1a51aa;
}

.drawr_btn span {
  display: block;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.drawr_btn a {
  color: #fff;
}

.drawr_btn.diargram .drawr_btn_name {
  writing-mode: vertical-rl;
  font-size: 13px;
  text-align: center;
  display: grid;
  place-content: center;
  line-height: 2.3;
  white-space: nowrap;
}

.drawr_btn a:hover {
  text-decoration: none;
  background: #1a51aa;
  opacity: 1 !important;
}

.drawr_check {
  background-position: -40px 0;
}

.drawr_check::before {
  padding: 0 0.5rem;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
}

.drawr.drawr_close {
  display: none;
  transition: 0.1s;
  cursor: pointer;
  height: 100%;
}

.drawr {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0px;
  right: 0;
  padding: 30px 0;
  box-sizing: border-box;
  z-index: 110;
  overflow: auto;
  margin: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.drawr_box {
  margin-right: 30px;
}

.drawr_box_items {
  margin: 0 !important;
  padding: 1rem;
  /* background: #111; */
}

.drawr_box_items > li {
  border-bottom: 1px solid #222;
  /* border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222; */
  padding: 10px;
}

.drawr_box_items li.drawr_page_name {
  background: #053769;
  font-weight: 900;
  font-size: 13px;
}
.drawr_box_items li.drawr_page_name:hover {
  background-color: none;
  cursor: auto;
}

.drawr_box_items > li:first-child {
  border-top: 1px solid #222;
}

.drawr_box_items > li:hover {
  background: #053769;
}

.drawr_box_items > li > a {
  color: #fefefe;
  font-size: 13px;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: -0.5px;
}

.drawr_box_items > li > a:hover {
  color: #fff;
}

.drawr_box_items > li.icn_top:before {
  padding-right: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: #ffffff;
  font-size: 12px;
}

.drawr_box_items > li.icn_down:before {
  padding-right: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #ffffff;
  font-size: 12px;
}

.drawr_box_items > li.icn_left:before {
  padding-right: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #ffffff;
  font-size: 12px;
}

.drawr_box_items > li.icn_right:after {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #ffffff;
  font-size: 12px;
}

#result_info_box {
  padding: 0 15px;
}

#item_list {
  padding: 7px;
}

#categoryChildsList {
  list-style: none;
  background: #222222;
  padding: 15px;
  margin: 0;
}

#categoryChildsList > li {
  display: inline-block;
}

#categoryChildsList > li > a {
  color: #f9f9f9;
  font-weight: 400;
  font-size: 14px;
}

#categoryChildsList > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#categoryChildsList > li::after {
  content: ", ";
}

#categoryChildsList > li:last-child::after {
  content: "";
}

.product_tag {
  margin-bottom: 1px;
}

.acdn {
  max-width: 1500px;
  margin: 0 auto;
}

.acdn .acdn_header {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px 15px 15px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 1px;
}

.acdn .acdn_header > div:first-child {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.acdn .acdn_header .shop {
  color: #fff;
  font-size: 13px;
  padding: 1px 0;
}

.acdn .acdn_header .comment {
  display: block;
}

.acdn .acdn_header .date {
  color: #999;
  font-size: 12px;
  padding: 1px 0;
}

.acdn .acdn_header:hover {
  opacity: 0.8;
}

.acdn .acdn_header .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.acdn .acdn_header .icon_box .icon {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.acdn .acdn_header.acdn_open .icon_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.acdn .acdn_header .icon_box .icon:before,
.acdn .acdn_header .icon_box .icon:after {
  display: flex;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.acdn .acdn_header .icon_box .icon:before {
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px;
}

.acdn .acdn_header.open .icon_box .icon:before {
  content: none;
}

.acdn .acdn_header.open .icon_box .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.acdn .acdn_inner {
  display: none;
  padding: 15px;
  box-sizing: border-box;
}

.acdn .acdn_inner .linkArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.acdn .acdn_inner .linkArea .btn_list a {
  display: block;
  background: #053769;
  padding: 15px 30px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
  border-radius: 5px;
}

.acdn .acdn_inner .linkArea .btn_list a:hover {
  opacity: 0.8;
}

.acdn .acdn_inner .closeArea {
  width: 80px;
  margin: 0 auto;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn .icon_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 10px;
  height: 10px;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn .icon_box .icon:before,
.acdn .acdn_inner .closeArea .close_box a.close_btn .icon_box .icon:after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}

.acdn .acdn_inner .closeArea .close_box a.close_btn .icon_box .icon:before {
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px;
}

.row.recommends {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.row.recommends > div {
  width: 16.666666667%;
}

@media screen and (max-width: 1200px) {
  .row.recommends > div {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .row.recommends > div {
    width: 33.33333%;
  }
}
@media screen and (max-width: 560px) {
  .row.recommends > div {
    width: 50%;
  }
}
.row.recommends > div > .RecommendCat {
  padding: 0.25rem;
}

/* Once_popup */
.once_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.once_popup.js_active {
  opacity: 1;
  visibility: visible;
}

.once_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  background-color: #fff;
  cursor: pointer;
}

.once_popup_title {
  position: relative;
  padding: 30px 90px;
  margin: 0px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.once_popup_title::before,
.once_popup_title::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
}

.once_popup_title::before {
  transform: rotate(45deg);
}

.once_popup_title::after {
  transform: rotate(-45deg);
}

.once_popup_content {
  padding: 60px 30px;
  text-align: center;
}

.product_page #product_page_content {
  position: relative;
  overflow: hidden;
}
.product_page #product_page_content > .product_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product_page #product_page_content > .product_visual > .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_page #product_page_content > .product_visual > .title {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #179c44;
}
.product_page #product_page_content > .product_visual > .title > span {
  display: block;
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .product_page #product_page_content > .product_visual > .title {
    font-size: 48px;
  }
  .product_page #product_page_content > .product_visual > .title > span {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .product_page #product_page_content > .product_visual > .title {
    font-size: 72px;
  }
  .product_page #product_page_content > .product_visual > .title > span {
    font-size: 36px;
  }
}
.product_page #product_page_content > .product_visual > .wrap {
  max-width: 960px;
}
.product_page #product_page_content > .product_visual > .wrap p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
.product_page #product_page_content > .product_visual > .price {
  color: #f3a309;
  font-size: 24px;
  font-weight: 700;
  margin: 45px auto 0;
  padding: 0;
}
.product_page #product_page_content > .product_visual > .comment {
  font-size: 14px;
  font-weight: 400;
  margin: 10px auto 0;
  padding: 0;
}
.product_page #product_page_content > .product_visual .btn {
  margin-top: 50px;
}
.product_page #product_page_content > .product_visual .btn > a {
  background: #179c44;
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
}
.product_page #product_page_content > .product_visual .btn > a:hover {
  opacity: 0.8;
}
.product_page #product_page_content > .product_list {
  margin: 90px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .product_page #product_page_content > .product_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product_page #product_page_content > .product_list > div {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .product_page #product_page_content > .product_list > div {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .product_page #product_page_content > .product_list > div {
    width: 33.333%;
  }
}
.product_page #product_page_content > .product_list > div > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .product_page #product_page_content > .product_list > div > .wrap {
    padding: 0 15px;
  }
}
.product_page #product_page_content > .product_list > div > .wrap hr {
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, #222, #444, #222);
  border: none;
}
.product_page #product_page_content > .product_list > div > .wrap > div.img {
  margin-bottom: 45px;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content {
  width: 96%;
  color: #fff;
  text-align: left;
  padding: 2%;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > h3 {
  font-weight: 700;
  font-size: 32px;
  color: #179c44;
  margin: 0 0 0 0;
  letter-spacing: -1px;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0 0 0;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > h5 {
  font-weight: 700;
  font-size: 18px;
  color: #179c44;
  margin: 30px 0 0 0;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > ul {
  margin: 10px 0 0 2rem;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > p {
  margin: 10px 0 0 0;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > p.btn {
  margin-top: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_page #product_page_content > .product_list > div > .wrap > div.content > p.btn > a:hover {
  opacity: 0.8;
}
.product_page #product_page_content > .product_list2 > div.wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .product_page #product_page_content > .product_list2 > div.wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .product_page #product_page_content > .product_list2 > div.wrap.reverse {
    flex-direction: row-reverse;
  }
}
.product_page #product_page_content > .product_list2 > div.wrap > div {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .product_page #product_page_content > .product_list2 > div.wrap > div {
    width: 50%;
  }
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content {
  color: #fff;
  text-align: left;
  padding: 2%;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > h3 {
  font-weight: 700;
  font-size: 32px;
  color: #179c44;
  margin: 0 0 0 0;
  letter-spacing: -1px;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0 0 0;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > h5 {
  font-weight: 700;
  font-size: 18px;
  color: #179c44;
  margin: 30px 0 0 0;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > ul {
  margin: 10px 0 0 2rem;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > p {
  margin: 10px 0 0 0;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > p.btn {
  margin: 45px auto 0;
  padding: 0;
  display: block;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content > p.btn > a:hover {
  opacity: 0.8;
}
.product_page #product_page_content > .product_list2 > div.wrap > div.content hr {
  width: 40%;
  height: 1px;
  background: linear-gradient(to right, #222, #444, #222);
  border: none;
}
.product_page #product_page_content > .product_list3 {
  margin-top: 60px;
}
.product_page #product_page_content > .product_list3 > div.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_page #product_page_content > .product_list3 > div.wrap > div {
  width: 100%;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2%;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > h3 {
  font-weight: 700;
  font-size: 32px;
  color: #179c44;
  margin: 0 0 0 0;
  letter-spacing: -1px;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0 0 0;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > h5 {
  font-weight: 700;
  font-size: 18px;
  color: #179c44;
  margin: 30px 0 0 0;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > ul {
  margin: 10px 0 0 2rem;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > p {
  margin: 10px 0 0 0;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > p.btn {
  margin: 45px auto 0;
  padding: 0;
  display: block;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content > p.btn > a:hover {
  opacity: 0.8;
}
.product_page #product_page_content > .product_list3 > div.wrap > div.content hr {
  width: 20%;
  height: 1px;
  background: linear-gradient(to right, #222, #444, #222);
  border: none;
}

.slideConts {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.slideContsL {
  transform: translate(-800px, 0);
}

.slideContsR {
  transform: translate(800px, 0);
}

.slideContsL.show {
  transform: translate(-50px, 0) !important;
}

.slideContsR.show {
  transform: translate(50px, 0) !important;
}

.return_top {
  text-align: center;
}
.return_top p {
  background: #0d386b;
  display: inline-block;
}
.return_top p a {
  font-size: 14px;
  display: block;
  padding: 7.5px 15px;
  color: #fff;
  transition: all 0.2s;
}
.return_top p a:hover {
  opacity: 0.8;
}

.campaign__window {
  bottom: 40px;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 10%;
  left: 0;
  margin: auto;
  max-width: 767px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.campaign__window.close {
  display: none;
}

.campaign__contents {
  background: #121212;
  box-shadow: 0px 0px 1px 1px #ddd;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  margin: auto;
}

.campaign__contents img {
  border-radius: 5px;
}

.campaign__btn {
  background: #053769;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 40px;
  line-height: 40px;
}

.cate_campagin > h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}
.cate_campagin > img {
  margin: auto;
}
.cate_campagin > h2 {
  font-size: 20px;
  font-weight: bold;
}

#outletTimeSale {
  margin: 8px auto;
  background-size: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#outletTimeSale a {
  width: 100%;
}
#outletTimeSale .container.top_page {
  max-width: 1500px;
  display: flex;
  flex-flow: column wrap;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #outletTimeSale .container.top_page {
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
  }
}
#outletTimeSale .container.top_page > .wrap {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #outletTimeSale .container.top_page > .wrap {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 15px;
  }
}
#outletTimeSale .container.top_page > .wrap:first-child {
  padding-bottom: 0;
}
#outletTimeSale .container.inner_page {
  padding: 0;
  max-width: 1500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
#outletTimeSale .container.inner_page > .wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #outletTimeSale .container.inner_page > .wrap {
    padding: 0;
    flex-flow: row nowrap;
    gap: 15px;
  }
}
#outletTimeSale .container.inner_page > .wrap:first-child {
  padding-bottom: 0;
}

#hysale {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #e70012;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hysale.bgr {
  background-image: url(../images/YCIA4W6NNFLr.png), url(../images/ioB3aitNseFn.png);
  background-position: left 0% top 10%, left 100% top 80%;
  background-repeat: repeat-x;
  z-index: -1;
}
#hysale a {
  width: 100%;
}
#hysale a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#hysale .container.top_page {
  max-width: 1200px;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  #hysale .container.top_page {
    flex-flow: row wrap;
    width: 100%;
  }
}
#hysale .container.top_page > .wrap {
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #hysale .container.top_page > .wrap {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 15px;
  }
}
#hysale .container.top_page > .wrap:first-child {
  padding-bottom: 0;
}
#hysale .container.inner_page {
  padding: 5px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
@media screen and (min-width: 768px) {
  #hysale .container.inner_page {
    padding: 0;
  }
}
#hysale .container.inner_page > .wrap {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #hysale .container.inner_page > .wrap {
    padding: 15px 15px;
    flex-flow: row nowrap;
    gap: 15px;
  }
}
#hysale .container.inner_page > .wrap:first-child {
  padding-bottom: 0;
}

.hero_overlay {
  width: 100%;
}

.hero_content {
  display: flex;
  align-items: cetnter;
  justify-content: space-between;
  padding: 3rem 1rem;
  gap: 1rem 1rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hero_content {
    flex-direction: row;
  }
}
.hero_content .hero_content_img img {
  margin: auto;
}
.hero_content .hero_content_bnr {
  display: grid;
  place-content: center;
}
.hero_content .hero_content_bnr a {
  opacity: 1;
  transition: 0.3s;
}
.hero_content .hero_content_bnr a:hover {
  opacity: 0.8;
}

#footerFloatingMenu {
  display: block;
  position: fixed;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  padding: 0 0;
}

#footerFloatingMenu ul {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 0;
}

#footerFloatingMenu ul li {
  white-space: normal;
  margin: 0 !important;
  padding: 0 !important;
  width: 50px;
  list-style: none;
}

#footerFloatingMenu ul li button,
#footerFloatingMenu ul li a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

#footerFloatingMenu ul li .btn-info_already {
  color: #999;
}

#footerFloatingMenu ul li .btn-review {
  background-color: #fbcc30;
  color: #fff;
}

#footerFloatingMenu ul li .btn-online {
  background-color: #eee;
  color: #253d7c;
}

.contact_email_warning {
  font-size: 14px;
}

.warningArea {
  background: black;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.warningArea > .container p {
  font-size: 13px;
}

#privacy.inner > .page-heading {
  font-size: 32px;
  font-size: 3.2rem;
  /* border-bottom-style: solid; */
  border-top: 0 none;
  padding: 16px 0 12px;
  margin: 24px 16px;
}
#privacy.inner > header {
  margin: 24px 16px;
}
#privacy.inner .content {
  padding: 16px 32px 12px;
  margin: 24px 0;
}
#privacy.inner ol > li {
  margin: 0 0 3rem 0;
}
#privacy.inner ol > li > ul,
#privacy.inner ol > li p {
  margin-bottom: 2rem;
}
#privacy.inner ol > li > ul li,
#privacy.inner ol > li p li {
  list-style: disc;
  margin: 0 24px 1rem;
}

.timesale_local_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 15px;
  list-style: none;
  margin-top: 30px;
}
.timesale_local_nav li .wrap {
  max-width: 200px;
  width: 100%;
  border: 5px solid #f3cf01;
}
.timesale_local_nav li .wrap .zoomin {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.timesale_local_nav li .wrap .zoomin img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.timesale_local_nav li .wrap .zoomin img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.timesale_local_nav li .wrap figcaption {
  font-size: 14px;
  font-weight: 700;
  color: #a70103;
  text-align: center;
  padding: 5px;
  background: #000;
}

/*Global Navigation カテゴリ非表示*/
.category_id-1962,
.category_id-1946,
.category_id-1862,
.category_id-1850,
.category_id-1836,
.category_id-1822,
.category_id-1806,
.category_id-1745,
.category_id-1732,
.category_id-1507,
.category_id-1508,
.category_id-1509,
.category_id-1510,
.category_id-1511,
.category_id-1512,
.category_id-1513,
.category_id-1514,
.category_id-1515,
.category_id-1516,
.category_id-1517,
.category_id-1518,
.category_id-1519,
.category_id-1520,
.category_id-110,
.category_id-109,
.category_id-267,
.category_id-268,
.category_id-108,
.category_id-554,
.category_id-996,
.category_id-926,
.category_id-6,
.category_id-21,
.category_id-22,
.category_id-502,
.category_id-569,
.category_id-987,
.category_id-670,
.category_id-760 {
  display: none !important;
}

.category_id-502.show {
  display: inline-block !important;
}

.selector-hide {
  display: none;
}

.top_ticker .ticker_header .ripples .c01 {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 0;
  height: 0;
  border: solid 5px #efefef;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 2s linear infinite;
}
.top_ticker .ticker_header .ripples .c02 {
  position: absolute;
  right: 20%;
  bottom: 70%;
  width: 0;
  height: 0;
  border: solid 5px #efefef;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim2 1.5s linear infinite;
}
.top_ticker .ticker_header .ripples .c03 {
  position: absolute;
  right: 50%;
  bottom: 0%;
  width: 0;
  height: 0;
  border: solid 5px #efefef;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim3 1s linear infinite;
}
@keyframes ripples_anim {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate(-20px, -20px);
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
@keyframes ripples_anim2 {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate(10px, 10px);
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
@keyframes ripples_anim3 {
  0% {
    opacity: 1;
  }
  60% {
    transform: translate(20px, 20px);
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
.top_ticker .ticker_header .char {
  white-space: nowrap;
  display: none;
}
@media screen and (min-width: 768px) {
  .top_ticker .ticker_header .char {
    display: block;
  }
}
.top_ticker .ticker_wrap {
  width: 100%;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #053769;
  z-index: 100;
}
@keyframes hscroll {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top_ticker .ticker_wrap ul {
  display: inline-block;
  margin: 0;
  padding: 0.5em;
  animation: hscroll 24s linear infinite;
}
.top_ticker .ticker_wrap ul li {
  display: inline-block;
  margin-right: 3em;
  color: #efefef;
  font-size: 14px;
}
.top_ticker .ticker_wrap ul li a {
  color: #efefef;
  text-decoration: none;
  position: relative;
}
.top_ticker .ticker_wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.top_ticker .ticker_wrap ul li a:hover::after {
  transform: scale(1, 1);
}
.top_ticker .ticker_header {
  position: absolute;
  /* height: 40px; */
  margin-right: 100px;
  padding: 0;
  word-break: break-all;
  color: red;
  font-size: 14px;
  background: #f1cf00;
  top: 0;
  line-height: 40px;
  font-weight: 600;
}
.top_ticker .ticker_header::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: "";
  border-width: 40px 20px 0 0;
  border-style: solid;
  border-color: #f1cf00 transparent transparent transparent;
}
.top_ticker .ticker_header_inner {
  display: flex;
  flex-direction: row;
}
.top_ticker .ticker_header_logo {
  padding: 0 0.5rem;
}
.top_ticker .ticker_header_logo img {
  width: 60px;
}

.index_edwards {
  position: relative;
}

.edwards_logo {
  position: relative;
  width: 320px;
  margin: 0 auto;
}

.edwards_logo img {
  position: absolute;
  left: 0;
  top: 0;
}

.index_edwards .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  max-width: 1500px;
  margin: 140px auto 0;
  padding: 0;
  text-align: center;
}

.index_edwards .item li {
  flex-basis: 50%;
  position: relative;
  max-width: 375px;
}

@media screen and (min-width: 768px) {
  .index_edwards .item li {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .index_edwards .item li {
    flex-basis: 33.333%;
  }
}
@media screen and (min-width: 1280px) {
  .index_edwards .item li {
    flex-basis: 25%;
  }
}
.index_edwards .item figure {
  margin: 0;
}

.index_edwards .item figure img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.index_edwards .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 1em;
  text-align: justify;
  text-align: left;
  letter-space: -0.2em;
}

.index_edwards .item .content h3 {
  justify-self: flex-start;
  align-self: flex-end;
  font-size: 1em;
  margin: 0;
  color: white;
}

.index_edwards .item .content p {
  margin: 0.5em 0 0;
  font-size: 0.8em;
  line-break: strict;
  overflow-wrap: break-word;
  color: white;
}

.index_edwards .item .content .btn_detail {
  justify-self: flex-end;
  font-size: 0.9em;
}

.index_edwards .animation {
  z-index: 0;
  overflow: hidden;
}

.index_edwards .animation .content {
  background: transparent;
}

.index_edwards .animation .content h3,
.index_edwards .animation .content p {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s 0.3s;
}

.index_edwards .animation:not(:hover) .content h3,
.index_edwards .animation:not(:hover) .content p {
  opacity: 0;
  transition-delay: 0s;
}

.index_edwards .animation .content::before,
.index_edwards .animation .content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(13, 56, 107, 0.9);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.03, 0.74, 0.92, 1.04);
}

.index_edwards .animation.e-lp .content::before,
.index_edwards .animation.e-lp .content::after {
  background: rgba(210, 140, 1, 0.9);
}

.index_edwards .animation.e-hr .content::before,
.index_edwards .animation.e-hr .content::after {
  background: rgba(18, 19, 24, 0.9);
}

.index_edwards .animation.e-sn .content::before,
.index_edwards .animation.e-sn .content::after {
  background: rgba(41, 105, 152, 0.9);
}

.index_edwards .animation.artist .content::before,
.index_edwards .animation.artist .content::after {
  background: rgba(52, 107, 185, 0.9);
}

.index_edwards .animation.e-st .content::before,
.index_edwards .animation.e-st .content::after {
  background: rgba(37, 6, 2, 0.9);
}

.index_edwards .animation.e-po .content::before,
.index_edwards .animation.e-po .content::after {
  background: rgba(38, 42, 47, 0.9);
}

.index_edwards .animation.e-fr .content::before,
.index_edwards .animation.e-fr .content::after {
  background: rgba(151, 39, 48, 0.9);
}

.index_edwards .animation.e-te .content::before,
.index_edwards .animation.e-te .content::after {
  background: rgba(176, 133, 101, 0.9);
}

.index_edwards .animation.e-fv .content::before,
.index_edwards .animation.e-fv .content::after {
  background: rgba(74, 0, 1, 0.9);
}

.index_edwards .animation.e-m-2 .content::before,
.index_edwards .animation.e-m-2 .content::after {
  background: rgba(2, 63, 115, 0.9);
}

.index_edwards .animation.e-mr .content::before,
.index_edwards .animation.e-mr .content::after {
  background: rgba(16, 18, 19, 0.9);
}

.index_edwards .animation.e-rs .content::before,
.index_edwards .animation.e-rs .content::after {
  background: rgba(156, 29, 35, 0.9);
}

.index_edwards .animation.e-ls .content::before,
.index_edwards .animation.e-ls .content::after {
  background: rgba(219, 159, 35, 0.9);
}

.index_edwards .animation.e-hd .content::before,
.index_edwards .animation.e-hd .content::after {
  background: rgba(56, 88, 69, 0.9);
}

.index_edwards .animation.e-sg .content::before,
.index_edwards .animation.e-sg .content::after {
  background: rgba(95, 41, 45, 0.9);
}

.index_edwards .animation.e-sa .content::before,
.index_edwards .animation.e-sa .content::after {
  background: rgba(215, 116, 0, 0.9);
}

.index_edwards .animation.e-cs .content::before,
.index_edwards .animation.e-cs .content::after {
  background: rgba(0, 0, 0, 0.9);
}

.index_edwards .animation.e-viper .content::before,
.index_edwards .animation.e-viper .content::after {
  background: rgba(40, 34, 34, 0.9);
}

.index_edwards .animation.e-mystique .content::before,
.index_edwards .animation.e-mystique .content::after {
  background: rgba(32, 27, 14, 0.9);
}

.index_edwards .animation.e-torrocco .content::before,
.index_edwards .animation.e-torrocco .content::after {
  background: rgba(86, 1, 3, 0.9);
}

.index_edwards .animation.e-others .content::before,
.index_edwards .animation.e-others .content::after {
  background: rgba(0, 0, 0, 0.9);
}

.index_edwards .animation.e-amaze .content::before,
.index_edwards .animation.e-amaze .content::after {
  background: rgba(0, 66, 130, 0.9);
}

.index_edwards .animation.e-groover .content::before,
.index_edwards .animation.e-groover .content::after {
  background: rgba(136, 175, 124, 0.9);
}

.index_edwards .animation.e-bb .content::before,
.index_edwards .animation.e-bb .content::after {
  background: rgba(120, 81, 53, 0.9);
}

.index_edwards .animation.e-jb .content::before,
.index_edwards .animation.e-jb .content::after {
  background: rgba(67, 8, 0, 0.9);
}

.index_edwards .animation.e-lw .content::before,
.index_edwards .animation.e-lw .content::after {
  background: rgba(80, 47, 27, 0.9);
}

.index_edwards .animation.e-artist .content::before,
.index_edwards .animation.e-artist .content::after {
  background: rgba(198, 35, 89, 0.9);
}

.index_edwards .animation .content::before {
  left: 0;
}

.index_edwards .animation .content::after {
  right: 0;
}

.index_edwards .animation:not(:hover) .content::before,
.index_edwards .animation:not(:hover) .content::after {
  opacity: 0;
  transition-duration: 0.4s;
}

.index_edwards .animation:not(:hover) .content::before {
  transform: translateX(-175px) skew(-30deg);
}

.index_edwards .animation:not(:hover) .content::after {
  transform: translateX(275px) skew(-30deg);
}

.index_edwards .btn_detail {
  display: block;
  margin-right: 3em;
  color: #efefef;
  font-size: 14px;
}

.index_edwards .btn_detail a {
  color: #efefef !important;
  text-decoration: none;
  position: relative;
}

.index_edwards .btn_detail a::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.index_edwards .btn_detail a:hover::after {
  transform: scale(1, 1);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js_pr {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: -1.5px;
  font-size: 10px;
}

.newlineup {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .newlineup {
    flex-direction: row;
  }
}

.newlineup .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newlineup .image {
    width: 50%;
  }
}

.newlineup .text {
  padding: 1rem;
}

.bottom_nav {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 3px;
  background-color: #053769;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.bottom_nav > div {
  display: grid;
  place-items: center;
}
.bottom_nav > div a {
  color: #fff;
  font-size: 11px !important;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  letter-spacing: -2px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .bottom_nav > div a {
    font-size: 12px !important;
    letter-spacing: -1px;
  }
}
.bottom_nav > div a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.25);
  right: 0;
  top: 5px;
  position: absolute;
}
.bottom_nav > div a svg {
  text-align: center;
}
.bottom_nav > div:last-child a:after {
  display: none;
}
.bottom_nav > div.nav03 svg {
  width: 26px;
}
.bottom_nav > div.nav02 svg {
  width: 34px;
}

.bottom_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bottom_modal-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-inline: auto;
  background-color: #000;
  padding: 20px;
  width: 90%;
  height: 90%;
}

.bottom_close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
}

.button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto;
}
.button_area > a {
  height: auto;
  transition: 0.2s;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #053769;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0.25rem !important;
}
.button_area > a.large {
  padding: 2rem 2rem;
  font-size: 1em;
  letter-spacing: -1px;
}
.button_area > a:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.button_area > a:hover {
  opacity: 0.8;
}

.inner .caption_filter_big figure {
  position: relative;
}

.inner .caption_filter_big figure .new_arrivals {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.inner .caption_filter_big figure .new_arrivals img {
  width: 80px;
}

.item_big_bnr {
  position: relative;
  width: 100%;
}

.new_arrivals_large {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.new_arrivals_large img {
  width: 100px;
}

.inner .items {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .inner .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .inner .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
inner .items .item figure {
  position: relative;
}

.inner .items2 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .inner .items2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .inner .items2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
inner .items2 .item figure {
  position: relative;
}

.new_arrivals {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.new_arrivals img {
  width: 80px;
}

.inner .items {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .inner .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .inner .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
inner .items .item figure {
  position: relative;
}

.new_arrivals {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.new_arrivals img {
  width: 80px;
}

/* detail - 関連商品をフリーエリアに実装するスタイルシート */
.blk_relation {
  width: 100%;
  margin-top: 1rem;
}

.blk_relation h2 {
  font-size: 20px;
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: -1px;
}

.blk_relation p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.blk_relation > ul.items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .blk_relation > ul.items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .blk_relation > ul.items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .blk_relation > ul.items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .blk_relation > ul.items {
    grid-template-columns: repeat(6, 1fr);
  }
}

.blk_relation > ul.items > li {
  background-color: #121212;
}

.blk_relation > ul.items > li a {
  text-decoration: none;
  opacity: 1;
  transition: 1s;
}

.blk_relation > ul.items > li a:hover {
  opacity: 0.8;
}

.blk_relation > ul.items > li figure {
  margin: 0;
  padding: 0;
}

.blk_relation > ul.items > li figure img {
  width: 100%;
  background-color: #fff;
}

.blk_relation > ul.items > li figure figcaption {
  margin: 0;
  padding: 6px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.blk_relation > ul.items > li figure figcaption span {
  color: #de5d50;
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: -1px;
  margin: 6px auto;
  text-align: center;
  word-break: auto-phrase;
}

.ec-productRole__qr {
  display: none;
  align-items: center;
  gap: 1rem 1rem;
  margin: 1rem 0;
}
.ec-productRole__qr .product-qrcode {
  text-align: center;
  padding: 5px;
  background-color: #fff;
}
.ec-productRole__qr .product-qr_comment {
  color: #eee;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .ec-productRole__qr {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */
