@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swaphdrTop");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.row,
.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1200px) {
  .row,
  .itemList {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-1_5, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-1_5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-1_5, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .itemList__unit {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: none;
}

@media (max-width: 1200px) {
  .col-1, .col-2, .col-1_5, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-1_5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-1_5, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .itemList__unit {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1_5, .itemList--5 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3, .itemList--4 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .itemList--3 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6, .itemList--2 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12, .itemList--1 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

html {
  font-size: 10px;
  letter-spacing: 0.5px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 12px;
}

body {
  font-family: 'Noto Sans JP', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #1b1b1b;
}

body p {
  font-size: 14px;
  line-height: 20px;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

input, textarea, select {
  font-family: 'Noto Sans JP', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
}

.row:not(:last-child) {
  margin-bottom: 2.0em;
}

figure {
  text-align: center;
}

figure img {
  max-width: 100%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

section {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 20px;
  }
}

p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a[href^="tel:"] {
  color: #1b1b1b;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row img {
  max-width: 100%;
}

i.material-icons {
  font-size: 24px;
}

.highlight {
  background: #FFFBF0;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .highlight {
    padding: 40px 0;
  }
}

.reverse.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--left {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
  .pc-text-right {
    text-align: right;
  }
  .pc-text-left {
    text-align: left;
  }
}

.text--primary {
  color: #E60101 !important;
}

.text--secondary {
  color: #FFC500 !important;
}

.text--white {
  color: #FFF !important;
}

.text--xxxlarge {
  font-size: 32px;
}

.text--xxlarge {
  font-size: 24px;
}

.text--xlarge {
  font-size: 18px;
}

.text--large {
  font-size: 16px;
}

.text--small {
  font-size: 12px;
}

.text--xsmall {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .text--xxxlarge {
    font-size: 24px;
  }
  .text--xxlarge {
    font-size: 20px;
  }
}

.flex-center,
.tab--typeB .tabSwitch,
.tab--typeC .tabSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .flex-center__inner,
.tab--typeB .tabSwitch .flex-center__inner,
.tab--typeC .tabSwitch .flex-center__inner {
  display: block;
  width: 100%;
}

.alignCenter,
.newsList li,
a.iconButton,
.newsList--typeB,
.tab--typeA .tabSwitch li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.dnone {
  display: none;
}

.p0 {
  padding: 0;
}

.sideTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 12px 0;
}

.side__bnr {
  display: block;
  margin-bottom: 20px;
}

.side__bnr a {
  display: block;
}

.side__cateNav {
  margin-bottom: 40px;
}

.side__cateNav ul {
  list-style: none;
  border-top: 1px solid #dfdfdf;
}

.side__cateNav ul li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
}

.side__cateNav ul li a {
  display: block;
  line-height: 24px;
  padding: 12px;
}

.side__cateNav ul li a:hover {
  background: #FFFBF0;
  color: #E60101;
}

.side__cateNav .hasChildren > ul,
.side__cateNav .hasChildren--click > ul {
  display: none;
}

.side__cateNav .hasChildren > ul li,
.side__cateNav .hasChildren--click > ul li {
  background: #FFFBF0;
  padding: 0 0px 0 12px;
}

.side__cateNav .hasChildren > ul li:last-child,
.side__cateNav .hasChildren--click > ul li:last-child {
  border-bottom: 0;
}

.side__cateNav .hasChildren > a:after {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.side__cateNav .hasChildren > a.open:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.side__cateNav .hasChildren > a:hover:after {
  right: 15px;
  top: calc(50% + 3px);
}

.side__cateNav .hasChildren--click > a:before, .side__cateNav .hasChildren--click > a:after {
  width: 10px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  right: 13px;
  background: #1b1b1b;
}

.side__cateNav .hasChildren--click > a:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  top: 50%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.side__cateNav .hasChildren--click > a.open:before {
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side__cateNav .hasChildren--click > a:hover:before, .side__cateNav .hasChildren--click > a:hover:after {
  background: #E60101;
  right: 13px !important;
}

.side__txtBnr {
  text-align: center;
  padding: 10px 20px;
  display: block;
  border: 5px solid #E60101;
}

.side__txtBnr strong {
  font-size: 16px;
  display: block;
  line-height: 24px;
}

.side__txtBnr small {
  font-size: 12px;
  display: block;
  line-height: 24px;
  color: #E60101;
}

.side__txtBnr:before {
  content: "";
  display: block;
  top: 50%;
  right: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  background: #E60101;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.side__txtBnr:after {
  border-color: #fff !important;
}

.side__txtBnr:hover:before {
  right: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.side__txtBnr--typeB {
  background: #E60101;
  color: #fff;
}

.side__txtBnr--typeB:before {
  background: #fff;
}

.side__txtBnr--typeB:after {
  border-color: #E60101 !important;
}

.side__txtBnr--typeB small {
  color: #fff;
}

#overlay {
  position: fixed;
  display: block;
  z-index: 9999998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  text-align: right;
  color: #fff;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#overlay i {
  font-size: 30px;
}

#overlay.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#drawer {
  position: fixed;
  display: block;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: -300px;
  background: #FFF;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

#drawer.open {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  pointer-events: all;
}

.drawer__search {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__nav {
  list-style: none;
}

.drawer__nav li {
  list-style: none;
}

.drawer__nav li a {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 13px 20px;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__nav li a::after {
  right: 20px !important;
}

.drawer__nav li.hasChildren--click > a {
  font-weight: 700;
  background: #FFFBF0;
}

.drawer__nav li.hasChildren--click > a::before, .drawer__nav li.hasChildren--click > a::after {
  right: 20px !important;
  border: none;
  width: 2px;
  height: 12px;
  background: #1b1b1b;
}

.drawer__nav li.hasChildren--click > a::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.drawer__nav li.hasChildren--click > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.drawer__nav li.hasChildren--click > a.open::before {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.drawer__accountText {
  padding: 20px;
  border-top: 3px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__accountNav {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drawer__accountNav li {
  list-style: none;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.drawer__accountNav li a {
  background: #FFFBF0;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
  padding: 13px 15px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer__accountNav li a:nth-child(odd) {
  border-right: 1px solid #dfdfdf;
}

.drawer__accountNav li a i {
  display: inline-block;
  margin-right: 5px;
}

.drawer__close {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  background: #1b1b1b;
}

a.drawer__close {
  color: #FFF;
}

body.open {
  overflow: hidden !important;
}

.hdrInner {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .hdrInner {
    max-width: 100%;
  }
}


.body-product-detail .main.main--product-detail section.__block.__block--recommend,
.body-product-list .main.main--product-list section:not(:first-child):not(.__list).__block.__block--recommend{
    display: none !important;
}

.hdrMiddle .hdrInner {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 80px;
}

.hdrMiddle.hdrMiddle--logoCenter .hdrInner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdrMiddle.hdrMiddle--logoCenter .hdrInner > * {
  max-width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

.hdrMiddle.hdrMiddle--logoCenter .hdrInner #hdrLogo, .hdrMiddle.hdrMiddle--logoCenter .hdrInner .hdrMiddle__center {
  text-align: center;
}

.hdrMiddle.hdrMiddle--logoLeft .hdrInner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 10px;
}

.hdrMiddle__right .iconNav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hdrBottom .hdrInner {
  min-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdrBottom--onlyNav .gNav {
  margin: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.hdrBottom--onlyNav .gNav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hdrMiddle__right--2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrMiddle__right--2 .searchForm {
  width: 220px;
  margin-right: 40px;
}

#menu-icon {
  width: 24px;
  height: 22px;
  margin-left: 5px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

#menu-icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}

#menu-icon span:nth-of-type(1) {
  top: 0;
}

#menu-icon span:nth-of-type(2) {
  top: 9px;
}

#menu-icon span:nth-of-type(3) {
  top: 17px;
}

#menu-icon small {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
}

@media screen and (max-width: 1200px) {
  #hdrLogo img {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  #hdr .searchForm {
    width: 170px;
  }
  #hdr .searchForm input[type="text"] {
    font-size: 10px;
    width: 100px;
  }
  #hdr .hdrInner {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* searchFixed added061021 */

  #hdr .searchFixed .searchForm {
      width: 40%;
      margin: 0 auto;
  }
  #hdr .searchFixed .searchForm input[type="text"]{
      width:100%;
      font-size:14px;
  }
}

@media screen and (min-width: 992px) {
  .spMenu {
    display: none;
  }
  .hdrFixed2 {
    position: relative !important;
  }
  .hdrFixed2 + .h_box {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  #hdr .hdrMiddle {
    position: relative;
    background: #FFF;
  }
  #hdr .hdrMiddle .hdrInner {
    min-height: 60px;
    padding: 10px 15px;
  }
  #hdr #hdrLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /*padding-left: 10px;*/
  }
  #hdr #hdrLogo img {
    margin: auto;
    max-width: 150px;
  }
  #hdr .hdrTop .hdrInner .hdrInfo {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #hdr nav.exNav.exNav--typeA {
    display: none;
  }
  #hdr .hdrInner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #hdr .hdrMiddle .hdrInner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   position: relative;
  }
  #hdr .hdrMiddle__center {
    display: none;
  }
  #hdr .iconNav li {
    margin-right: 0;
  }
  #hdr .iconNav i {
    font-size: 24px;
  }
  #hdr .hdrBottom2{
    display: none;
  }
  #hdr .hdrBottom {
    display: none !important;
  }
  #hdrToggleSearch {
    padding: 10px 20px;
    background: #FFFBF0;
    display: none;
  }
  #hdrToggleSearch .searchForm {
    width: 100%;
  }
  .drawer__search .searchForm {
    width: 100%;
  }
}

.hdr--typeA .hdrTop {
  background: #FFFBF0;
}

.hdr--typeA .hdrBottom {
  background: #E60101;
}

.hdr--typeA .hdrBottom a {
  color: #ffffff;
}

.hdr--typeA .hdrBottom a:hover {
  color: #ffffff;
}

.hdr--typeA .hdrBottom .hasChildren > a::after {
  border-color: #ffffff;
}

.hdr--typeB .hdrTop {
  background: #E60101;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .hdr--typeB .hdrTop {
    background: #FFC500;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
  }
}

.hdr--typeB .hdrTop a {
  color: #ffffff;
}

.hdr--typeB .hdrTop a:hover {
  color: #ffffff;
}

.hdr--typeB .hdrTop a:after {
  border-color: #ffffff !important;
}

.hdr--typeB .hdrTop .hdrInner .hdrInfo {
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.hdr--typeB .hdrTop .hdrInner .exNav {
  max-width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.hdr--typeB .hdrBottom {
  background: #FFF;
}

.hdr--typeB .hdrBottom a {
  font-weight: bold;
}
/*added*/
.hdr--typeB .hdrTop{
    display: none;
}
.__news-notifier{
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.hdr--typeB .hdrTop{
    display: block;
}
}

.hdr--typeE .hdrBottom {
  border-top: 1px solid #dfdfdf;
}

.snsNav {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snsNav li {
  list-style: none;
  margin-right: 20px;
}

.snsNav i {
  font-size: 24px;
}

.ftr--typeC {
  background: #E60101;
  padding: 20px 0;
}

.itemList a.itemWrap {
  display: block;
}

.itemList a.itemWrap:hover, .itemList a.itemWrap:active {
  color: #E60101;
}

.itemList a.itemWrap:hover img, .itemList a.itemWrap:active img {
  opacity: 0.8;
}

.itemList .itemImg, .itemList .itemImg img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.itemList p,
.body-product-detail .itemList__unit p,
.body-product-detail .highlight-itemList--price.guestOnly{
  line-height: 24px;
  padding: 3px 0;
  margin-bottom: 0;
}

.itemList .itemPrice {
  font-weight: 500;
}

.itemList small {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.itemList .button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.itemList--ranking .itemList__unit {
  position: relative;
}

.itemList--ranking .itemList__unit:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}

.itemList--ranking .itemList__unit:nth-child(1):before {
  background: #FFF1BD;
  border-color: #EFDA8E;
}

.itemList--ranking .itemList__unit:nth-child(2):before {
  background: #EAEAEA;
  border-color: #C8C8C8;
}

.itemList--ranking .itemList__unit:nth-child(3):before {
  background: #FFDDBD;
  border-color: #DFBD9E;
}

.itemList--ranking .itemList__unit:nth-child(1):before {
  content: "1";
}

.itemList--ranking .itemList__unit:nth-child(2):before {
  content: "2";
}

.itemList--ranking .itemList__unit:nth-child(3):before {
  content: "3";
}

.itemList--ranking .itemList__unit:nth-child(4):before {
  content: "4";
}

.itemList--ranking .itemList__unit:nth-child(5):before {
  content: "5";
}

.itemList--ranking .itemList__unit:nth-child(6):before {
  content: "6";
}

.itemList--ranking .itemList__unit:nth-child(7):before {
  content: "7";
}

.itemList--ranking .itemList__unit:nth-child(8):before {
  content: "8";
}

.itemList--ranking .itemList__unit:nth-child(9):before {
  content: "9";
}

.itemList--ranking .itemList__unit:nth-child(10):before {
  content: "10";
}

.itemList--ranking .itemList__unit:nth-child(11):before {
  content: "11";
}

.itemList--ranking .itemList__unit:nth-child(12):before {
  content: "12";
}

.itemList--ranking .itemList__unit:nth-child(13):before {
  content: "13";
}

.itemList--ranking .itemList__unit:nth-child(14):before {
  content: "14";
}

.itemList--ranking .itemList__unit:nth-child(15):before {
  content: "15";
}

.itemList--ranking .itemList__unit:nth-child(16):before {
  content: "16";
}

.itemList--ranking .itemList__unit:nth-child(17):before {
  content: "17";
}

.itemList--ranking .itemList__unit:nth-child(18):before {
  content: "18";
}

.itemList--ranking .itemList__unit:nth-child(19):before {
  content: "19";
}

.itemList--ranking .itemList__unit:nth-child(20):before {
  content: "20";
}

.itemList--typeC .itemWrap {
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #fff;
}

.itemList--typeC .itemWrap:before {
  content: "MORE";
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

.itemList--typeC .itemWrap:after {
  bottom: 20px;
  top: auto !important;
  right: 20px;
}

.itemList--typeC .itemWrap:hover, .itemList--typeC .itemWrap:active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.itemList--typeC .itemWrap:hover:before, .itemList--typeC .itemWrap:active:before {
  color: #E60101;
}

.itemList--typeC .itemWrap .itemPrice {
  padding-right: 60px;
}

.itemList--typeD .itemWrap {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 20px;
  background: #fff;
}

.itemList--typeD .itemWrap:hover, .itemList--typeD .itemWrap:active {
  background: #FFFBF0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.itemList--typeD .itemWrap:hover:before, .itemList--typeD .itemWrap:active:before {
  color: #E60101;
}

.itemList--typeD .itemWrap .button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.articleList__img {
  margin-bottom: 20px;
  display: block;
}

.articleList__title {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 24px;
}

.articleList__wrap:hover, .articleList__wrap:active {
  color: #E60101;
}

.articleList__wrap:hover img, .articleList__wrap:active img {
  opacity: 0.8;
}

.newsList__date,
.articleList__date {
  font-size: 12px;
  display: block;
}

.articleList--typeB .articleList__wrap {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.articleList--typeB .articleList__wrap:hover, .articleList--typeB .articleList__wrap:active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.articleList--typeB .articleList__wrap:hover .articleList__text:before, .articleList--typeB .articleList__wrap:active .articleList__text:before {
  color: #E60101;
}

.articleList--typeB .articleList__wrap:hover .articleList__text:after, .articleList--typeB .articleList__wrap:active .articleList__text:after {
  border-color: #E60101;
}

.articleList--typeB .articleList__img {
  margin-bottom: 0;
}

.articleList--typeB .articleList__text {
  background: #fff;
  display: block;
  padding: 20px;
  position: relative;
}

.articleList--typeB .articleList__text:before {
  content: "MORE";
  position: absolute;
  right: 18px;
  top: -22px;
  font-size: 12px;
  font-weight: bold;
}

.articleList--typeB .articleList__text:after {
  right: 10px;
  top: -16px !important;
}

.articleList--typeC .articleList__wrap {
  display: block;
}

.articleList--typeC .articleList__wrap .articleList__text {
  padding: 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  z-index: 2;
  background: #fff;
  margin: 0 10px;
}

.articleList--typeC .articleList__wrap:hover .articleList__text, .articleList--typeC .articleList__wrap:active .articleList__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}

.articleList--typeC .articleList__img {
  margin-bottom: 0;
}

.articleList--typeD .articleList__wrap {
  background: #FFF;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.articleList--typeD .articleList__wrap:before {
  content: "MORE";
  position: absolute;
  right: 28px;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

.articleList--typeD .articleList__wrap:after {
  content: "";
  right: 20px;
  bottom: 20px !important;
  top: inherit !important;
}

.articleList--typeD .articleList__wrap:hover, .articleList--typeD .articleList__wrap:active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  padding-right: 0 !important;
}

.articleList--typeD .articleList__wrap:hover:before, .articleList--typeD .articleList__wrap:active:before {
  color: #E60101;
}

.articleList--typeD .articleList__wrap:hover:after, .articleList--typeD .articleList__wrap:active:after {
  border-color: #E60101;
}

.articleList--typeD .articleList__img {
  margin-bottom: 0;
  max-width: 135px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  -o-object-fit: cover;
  object-fit: cover;
}

.articleList--typeD .articleList__text {
  padding: 20px;
  max-width: calc(100% - 135px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 135px);
  flex: 0 0 calc(100% - 135px);
}

.articleList--typeD.radius .articleList__wrap {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}

.newsList, .newsList li {
  list-style: none;
}

.newsList a:hover, a.newsBnr:hover {
  color: #E60101;
  text-decoration: none;
}

.newsList a:hover img, a.newsBnr:hover img {
  opacity: 0.8;
}

.newsBnr {
  text-align: center;
  display: block;
}

.newsBnr img {
  max-width: 100%;
}

.newsList li {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #dfdfdf;
}

.newsList li time {
  font-size: 12px;
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  line-height: 24px;
}

.newsList li h3 {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
}

.newsList--typeB {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}

.newsList--typeB .newsList__head {
  margin: 0 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.newsList--typeB .newsList__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
}

.newsList--typeB .newsList__body ul, .newsList--typeB .newsList__body .makeNewsWrap {
  padding: 10px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 150px;
}

.newsList--typeB .newsList__body ul li, .newsList--typeB .newsList__body .makeNewsWrap li {
  border-bottom: 0;
}

.newsList--typeB .newsList__body .newsList__body table td {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .newsList {
    border: none;
  }
  .newsList li {
    display: block;
  }
  .newsList li time, .newsList li h3 {
    max-width: 100%;
  }
  .newsList--typeB {
    display: block;
  }
  .newsList--typeB .newsList__head {
    margin-bottom: 30px;
  }
  .newsList--typeB .newsList__body {
    padding: 8px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}

.mainSliderSec {
  overflow: hidden;
}

.mainSliderSec .mainSliderSec__inner {
  position: relative;
}

.mainSliderSec--typeA .mainSliderSec__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mainSliderSec .slick-list {
  overflow: visible;
}

.mainSliderSec .slick-list img {
  max-width: 100%;
  margin: auto;
}

.mainSliderSec #scrollBtn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  text-align: center;
  font-size: 14px;
  height: 36px;
  font-weight: bold;
}

.mainSliderSec #scrollBtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
}

.bnrList a {
  display: block;
}

.bnrList a:hover {
  color: #E60101;
}

.bnrList a:hover img {
  opacity: 0.8;
}

.bnr, .bnrBox img {
  display: block;
  max-width: 100%;
}

.bnrBox h3 {
  font-size: 16px;
  line-height: 40px;
}

.bnrBox img + * {
  margin-top: 10px;
}

.row.cateList {
  margin: 0 -10px 0px;
}

.row.cateList [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .row.cateList {
    margin: 0 -7px 0px;
  }
  .row.cateList [class*="col-"] {
    padding: 0 7px;
    margin-bottom: 20px;
  }
}

.gNav .megaMenu li a.button,
a.iconButton,
.cateList .button {
  color: #1b1b1b;
  font-weight: bold;
  text-align: left;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  background: #FFF;
  line-height: 20px;
  padding: 10px 30px 10px 15px;
}

a.iconButton:hover {
  color: #E60101;
}

a.iconButton.noBorder {
  border: none;
  background: transparent;
}

a.iconButton span:first-child {
  border-radius: 50%;
  overflow: hidden;
  max-width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

a.iconButton span:first-child img {
  max-width: 100%;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

a.iconButton span:nth-child(2) {
  padding: 0 10px;
  max-width: calc(100% - 40px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}

@media screen and (max-width: 1200px) {
  a.iconButton {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 20px !important;
  }
  a.iconButton span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }
  a.iconButton span:first-child img {
    height: 30px;
  }
  a.iconButton span:nth-child(2) {
    padding: 0 5px;
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}

.bnrSec a:hover,
a.mainImg__btn:hover {
  opacity: 0.8;
}

.main--product-detail .__status {
  margin-bottom: 20px;
}

.conceptA {
  padding: 60px 0;
  background: url("");
  position: relative;
  overflow: hidden;
}

.conceptA__bg {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.conceptA .container {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}

.conceptA p {
  line-height: 30px;
}

.conceptB .text--left, .conceptB .text--left small {
  text-align: left !important;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.tabSwitch {
  margin-bottom: 30px;
}

.tabSwitch, .tabSwitch > li {
  list-style: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}

.tabSwitch:hover, .tabSwitch > li:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.tab--typeA .tabSwitch {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.tab--typeA .tabSwitch li {
  pointer-events: all;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFBF0;
  font-size: 16px;
  padding: 12px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
}

.tab--typeA .tabSwitch li:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}

.tab--typeA .tabSwitch li:hover {
  color: #E60101;
}

.tab--typeA .tabSwitch li:after {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: transparent transparent transparent transparent;
}

.tab--typeA .tabSwitch li.active {
  background: #E60101;
  color: #ffffff;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.tab--typeA .tabSwitch li.active:after {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border-color: #108a65 transparent transparent transparent;
}

.tab--typeB .tabSwitch li {
  pointer-events: all;
  border-bottom: 4px solid transparent;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.tab--typeB .tabSwitch li:hover {
  color: #E60101;
}

.tab--typeB .tabSwitch li:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  display: block;
  width: 1px;
  background: #dfdfdf;
}

.tab--typeB .tabSwitch li.active {
  border-bottom: 4px solid #E60101;
  font-weight: bold;
  color: #E60101;
}

.tab--typeC .tabSwitch li {
  pointer-events: all;
  padding: 0 5px;
}

.tab--typeC .tabSwitch li > span {
  display: block;
  border-radius: 100px;
  border: 2px solid #dfdfdf;
  padding: 6px 40px;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.tab--typeC .tabSwitch li:hover span {
  color: #E60101;
  background: #FFFBF0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.tab--typeC .tabSwitch li.active > span {
  border: 2px solid #E60101;
  color: #ffffff;
  background: #E60101;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px;
}

[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 35px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #E60101;
  border-radius: 50%;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #E60101;
  opacity: 0.75;
}

@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

div#trial-banner, #trial-banner-margin {
  display: none !important;
}

section.__content-top {
  margin-bottom: 0;
}

.gnav-sp,
.gnav-pc {
  border: none;
}

@media screen and (min-width: 1280px) {
  .wrapper .__inner {
    max-width: 1200px;
  }
}

h3.__heading.__heading--default.c-heading-main {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 2px solid #FFC500;
}

.wrapper.wrapper--column-2 .__inner .main {
  float: none;
  width: 100%;
  padding-left: 0;
}

section.__breadcrumb {
  margin-bottom: 0px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
}

.wrapper.wrapper--column-2 .__inner .main {
  float: none;
  padding: 0;
  width: 100%;
}

aside.aside {
  display: none;
}

.hdrGuide {
  margin-right: 10px;
  max-width: 210px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

@media screen and (max-width: 1200px) {
  .hdrGuide {
    margin-right: 20px;
  }
}

.hdrGuide__button {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px 10px 15px;
  padding-right: 25px !important;
  border: 2px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
}

.hdrGuide__icon {
  display: block;
  margin-right: 5px;
}

.hdrGuide__text {
  display: block;
}

.hdrGuide__text strong {
  display: block;
  margin-bottom: 2px;
}

.hdrGuide__text small {
  display: block;
  font-size: 12px;
}

.hdrCardInfo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E60101;
  font-weight: bold;
  margin-right: 0px;
}

@media screen and (max-width: 1200px) {
  .hdrCardInfo {
    margin-right: 20px;
    font-size: 12px;
  }
  .hdrCardInfo img {
    max-width: 30px;
  }
}

.hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    overflow: hidden;
  }
}

.hdrMiddle .hdrMiddle__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrBottom2 {
  background: #FFC500;
  color: #1b1b1b;
  font-weight: bold;
  padding: 10px 0;
}
.body-home #hdr .hdrBottom2 {
    display:none;
}
.hdrBottom2 .hdrInner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrInner__key {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrInner__keyContent {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrInner__keyContent li {
  list-style: none;
  margin-right: 10px;
}

.hdrInner__keyContent li a{
    padding: 5px 7px !important;
    margin: 0;
    border: 2px solid #000 !important;
    border-radius: 5px;
    display: block;
}

.hdrInner__keyHead {
  background: #E60101;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 20px;
}

section.__limited-free-1, section.__limited-free-2, section.__limited-free-3 {
  margin-bottom: 0;
}

.mainImg {
  position: relative;
  overflow: hidden;
}

.mainImg__bg {
  position: relative;
  height: 345px;
}

.mainImg__bg img {
  max-width: 1920px;
  position: absolute;
  display: block;
  left: -300%;
  right: -300%;
  top: 0;
 
  margin: auto;
}

.mainImg__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainImg__bg {
    height: auto;
    padding-top: 36%;
  }
  .mainImg__bg img {
    height: 145%;
    width: auto;
  }
  .mainImg__btn {
    padding: 0 20px;
  }
}

/*added 041921 */
.topset__btn{
    text-align: center;
    margin: 30px auto;
}
.topset__btn a {
    position: relative;
    font-weight: bold;
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
    padding: 20px;
    background: #E60101;
    color: #ffffff;
    border: 2px solid #E60101;
    border-radius: 100px;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
   -webkit-transition: 0.3s;
    transition: 0.3s;

}
.topset__btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(
45deg
) translateY(-50%);
    transform: rotate(
45deg
) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;

    border-color: #fff;
    right: 15px;
}
.topset__btn a:hover{
    border-color: #E60101;
    background-color: #ffffff;
    color: #E60101;
}
.topset__btn a:hover::after{
    border-color: #E60101;
    right: 10px;
}

.topset__btn a.empbtn{
    background-color:#ff9c00;
    border-color: #ff9c00;
}
.topset__btn a.empbtn:hover{
    color:#ff9c00;
    border-color: #ff9c00;
    background-color: #ffffff;
}
.topset__btn a.empbtn:hover::after{
    border-color: #ff9c00;
    right: 10px;
}
.topset__btn.item_2wrap a{
    max-width: 400px;
    width: 40%;
}

.topset__btn.item_3wrap a{
    max-width: 350px;
    width: 30%;
}
@media screen and (max-width: 991px) {
  .topset__btn a {
      font-size: 16px;
      margin: 0 5px;
  }
  .topset__btn.item_2wrap a {
      width: 45%;
  }
  .topset__btn.item_3wrap a {
      max-width: 340px;
      width: 30%;
  }
}

@media screen and (max-width: 600px) {
  .topset__btn.item_3wrap a {
      max-width: 580px;
      width: 90%;
      margin-bottom: 15px;
  }
 .topset__btn.item_3wrap a:last-child{
      margin-bottom: 0;
  }
}


.bargain_sec{
    margin-bottom: 30px;
}
.bargain_sec .megaMenu__inner{
    padding: 40px 0 30px;
    background: #fffbf0;
    position: relative;
}
.bargain_sec .megaMenu__inner::before{
    content: "";
    background: #fffbf0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100vw;
    z-index: -1;
    left: calc((50vw - 600px) * -1);
}

.cateList--detailPage .bargain_sec .megaMenu__inner li{
    margin-bottom:0;
    flex-basis: 25%;
}
.cateList--detailPage .bargain_sec .megaMenu__inner li a{
    background-color: #fff;
}
.cateList--detailPage .bargain_sec .megaMenu__inner li a:hover{
    color: #E60101;
}
@media screen and (max-width: 600px) {
.bargain_sec .container{
    padding-right: 10px;
    padding-left: 10px;
}
.cateList--detailPage .bargain_sec .megaMenu__inner li{
    flex-basis: 47%;
    max-width: 100%;
    padding: 0;
}
}

.topSearchSec.design01{
    max-width: 840px;
    padding: 15px;
    box-sizing: border-box;
}
.topSearchSec.design01 div{
    flex-grow: 0.4;
}
.topSearchSec.design01 h2{
    flex-grow: unset;
    margin: 0 20px;
}
.topSearchSec.design01 .searchForm.searchFormB .searchForm__inner{
    border-radius: 0;
    border-color: #dfdfdf;
    padding: 10px 70px 10px 14px;
}
.topSearchSec.design01 .searchForm .searchForm__submit{
    background: #e60101;
    color: #fff;
    padding: 13px;
    font-weight: bold;
    cursor:pointer;
 
}
.topSearchSec.design01 .searchForm .searchForm__submit:hover{
    background: #ab0000;
}
@media screen and (max-width: 600px) {
  .topSearchSec.design01 h2{
      margin-bottom: 10px;
  }
  .topSearchSec.design01 .searchForm .searchForm__submit{
        font-size: 16px;
  }
}
/* end */

.wrapper .p-product-block ul.__product {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.body-product-list .wrapper .p-product-block ul.__product{
    padding: 0;
    margin: 0 .5em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.wrapper .p-product-block ul.__product li.__item {
  display: block;
  width: auto;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;

}
.body-product-list .wrapper .p-product-block ul.__product li.__item{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.p-product-block ul.__product {
  padding: 0 10px;
}

.p-product-block ul.__product li.__item a .__description dl.__price {
  text-align: left !important;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail{
  vertical-align: middle;
}

@media (min-width: 600px) {
  .wrapper .p-product-block ul.__product li.__item {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .p-product-block ul.__product li.__item a .__photo img {
    height: auto;
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .p-product-block ul.__product {
    padding: 0 5px;
  }
  .wrapper .p-product-block ul.__product li.__item {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 15px;
  }

}

.wrapper--home.wrapper .__inner {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .wrapper--home .__block--pro-ranking .p-product-block,
  .wrapper--home .__block--news,
  .wrapper--home .__block--pro-new,
  .wrapper--home .__block--feature,
  .wrapper--home .__block--pro-recommend,
  .wrapper--home .__block--pro-recommend {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper.wrapper--column-1 .__inner {
    max-width: 1200px;
  }
}

section.__block.__block--pro-ranking {
  background-color: #FFFBF0 !important;
  padding: 60px 0;
  max-width: 100%;
}

.p-product-block ul.__product li.__item a .__title {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

h1.__h1.c-h1 {
  padding-top: 20px;
  border-bottom: 2px solid #E60101;
  padding-bottom: 0;
  line-height: 48px;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item {
  line-height: 24px;
  padding: 0 10px;
}

.__alert-top.c-alert.c-alert--success.c-alert--top {
  margin-bottom: 0;
  text-align: center;
}

.main.main--product-detail section.__information .__primary .__photo .__main img {
  max-height: none;
  max-width: 240px;
}

.main.main--product-detail section.__add-cart {
  text-align: center;
}

button.__submit.c-button-submit.__js-add-cart {
  font-size: 24px;
}

.p-product-set {
  line-height: 24px;
}

.p-product-set table tbody tr td.__description .__spec {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .p-product-set table thead tr th {
    font-size: 14px;
  }
  .main.main--product-detail section.__information .__secondary, .main.main--product-detail section.__information .__primary {
    width: 50%;
  }
  .main.main--product-detail section.__information .__secondary .__spec .__table {
    font-size: 14px;
  }
  .main.main--product-detail section.__information .__primary {
    padding-right: 20px;
  }
  .main.main--product-detail section.__information .__secondary {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  section.__breadcrumb {
    padding-top: 15px !important;
  }
}

body.__is-member .guestOnly {
  display: none;
}

body.__is-guest .memberOnly {
  display: none;
}

body .homeOnly{
  display: none;
}

body.body-home .homeOnly{
  display: block;
}
.p-mypage-navi nav.__menu .__heading {
  line-height: 36px;
}

.p-product-block ul.__product li.__item a .__status ul li.__label {
  line-height: 20px;
}

.c-more {
  text-align: center;
  padding: .5em;
  margin-top: 20px;
}

.c-more a {
  display: inline-block;
  background: #E60101;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}

.main.main--home section.__block:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .main.main--home section.__block:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-more a {
    font-size: 14px;
  }
}

section.__block.__block--news {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
}

.body-home .main.main--home section.__block.__block--news{
    margin-bottom: 40px;
}
.body-home.__is-member section.__block.__block--news{
    margin: 40px auto;
}


.__block--news .newsList__head {
  margin: 0 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.__block--news .__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}

.__block--news .__body ul {
  padding: 10px;
  overflow-x: hidden;
  max-height: 150px;
}

@media screen and (max-width: 991px) {
  section.__block.__block--news {
    display: block;
  }
  .__block--news .newsList__head {
    margin: 0 0 0;
  }
}

section.__block.__block--news .__body ul li {
  padding: 8px 0;
  border-bottom: 1px solid #dfdfdf;
  line-height: 24px;
}

section.__block.__block--news .__body ul li a span.__date {
  font-size: 12px;
}

section.__block.__block--news .__body ul li a span.__title {
  font-size: 14px;
  font-weight: bold;
}

.button,
.button--typeA,
.button--typeB,
.button--typeC,
.button--typeD,
.megaMenu__button,
a.button {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
  line-height: 20px;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.button.arrow,
.button--typeA.arrow,
.button--typeB.arrow,
.button--typeC.arrow,
.button--typeD.arrow,
.megaMenu__button.arrow,
a.button.arrow {
  padding-right: 30px;
}

.button:hover,
.button--typeA:hover,
.button--typeB:hover,
.button--typeC:hover,
.button--typeD:hover,
.megaMenu__button:hover,
a.button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button span,
.button i,
.button--typeA span,
.button--typeA i,
.button--typeB span,
.button--typeB i,
.button--typeC span,
.button--typeC i,
.button--typeD span,
.button--typeD i,
.megaMenu__button span,
.megaMenu__button i,
a.button span,
a.button i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.button span,
.button--typeA span,
.button--typeB span,
.button--typeC span,
.button--typeD span,
.megaMenu__button span,
a.button span {
  line-height: 24px;
}

.button--typeA,
a.button--typeA,
.button,
a.button {
  background: #E60101;
  color: #ffffff;
  border: 2px solid #E60101;
  border-radius: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
}

.button--typeA.arrow::after,
a.button--typeA.arrow::after,
.button.arrow::after,
a.button.arrow::after {
  border-color: #fff;
  right: 15px;
}

.button--typeA.arrow:hover,
a.button--typeA.arrow:hover,
.button.arrow:hover,
a.button.arrow:hover {
  border-color: #E60101;
  background-color: #ffffff;
  color: #E60101;
}

.button--typeA.arrow:hover::after,
a.button--typeA.arrow:hover::after,
.button.arrow:hover::after,
a.button.arrow:hover::after {
  border-color: #E60101;
  right: 10px;
}

.button--typeA:hover,
a.button--typeA:hover,
.button:hover,
a.button:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
}

.button--typeB,
a.button--typeB,
.button--typeB,
a.button--typeB {
  border: 2px solid #E60101;
  background-color: #ffffff;
  color: #E60101;
  border-radius: 100px;
}

.button--typeB:after,
a.button--typeB:after,
.button--typeB:after,
a.button--typeB:after {
  border-color: #E60101;
}

.button--typeB:hover,
a.button--typeB:hover,
.button--typeB:hover,
a.button--typeB:hover {
  background: #FFFBF0;
}

.button--typeC,
a.button--typeC,
.button--typeC,
a.button--typeC {
  padding: 0;
  padding-right: 0 !important;
  width: auto;
}

.button--typeC span,
a.button--typeC span,
.button--typeC span,
a.button--typeC span {
  width: 200px;
  border: 1px solid #E60101;
  background-color: #ffffff;
  border-radius: 0;
  color: #E60101;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

.button--typeC span:after,
a.button--typeC span:after,
.button--typeC span:after,
a.button--typeC span:after {
  border-color: #E60101;
  border-width: 1px;
}

.button--typeC:before,
a.button--typeC:before,
.button--typeC:before,
a.button--typeC:before {
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  border: 1px solid #E60101;
  border-radius: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.button--typeC:hover:before,
a.button--typeC:hover:before,
.button--typeC:hover:before,
a.button--typeC:hover:before {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  top: 0px;
  right: -0px;
  bottom: -0px;
  left: 0px;
}

.button--typeD,
a.button--typeD,
.button--typeD,
a.button--typeD {
  padding: 0;
  padding-right: 0 !important;
  width: auto;
}

.button--typeD span,
a.button--typeD span,
.button--typeD span,
a.button--typeD span {
  width: 200px;
  border: 1px solid #E60101;
  background-color: #ffffff;
  border-radius: 100px;
  color: #E60101;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

.button--typeD span:after,
a.button--typeD span:after,
.button--typeD span:after,
a.button--typeD span:after {
  border-color: #E60101;
  border-width: 1px;
}

.button--typeD:before,
a.button--typeD:before,
.button--typeD:before,
a.button--typeD:before {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  background: #E60101;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  border: 1px solid #E60101;
  border-radius: 100px;
}

.button--typeD:hover span,
a.button--typeD:hover span,
.button--typeD:hover span,
a.button--typeD:hover span {
  background: #E60101;
  color: #fff;
}

.button--typeD:hover span:after,
a.button--typeD:hover span:after,
.button--typeD:hover span:after,
a.button--typeD:hover span:after {
  border-color: #ffffff;
}

.button--typeD:hover:before,
a.button--typeD:hover:before,
.button--typeD:hover:before,
a.button--typeD:hover:before {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  top: 0px;
  right: -0px;
  bottom: -0px;
  left: 0px;
}

.copyright {
  line-height: 20px;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}

.copyright--typeA {
  background: #E60101;
  color: #ffffff;
}

.copyright--typeB {
  border-top: 1px solid #dfdfdf;
}

.copyright--typeC {
  background: #FFFBF0;
}

.fNav--typeA {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fNav--typeA .fNav__list h3 {
  line-height: 20px;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

.fNav--typeA .fNav__list li {
  line-height: 24px;
}

.fNav--typeA .fNav__list li a:hover {
  color: #E60101;
}

.fNav--typeA .fNav__logo {
  text-align: right;
  margin-bottom: 30px;
}

.fNav--typeA .snsNav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fNav--typeA .snsNav li:last-child {
  margin-right: 0;
}

.fNav--typeA .snsNav i {
  font-size: 30px;
}

.fNav--typeB {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fNav--typeB .fNav__logo {
  text-align: center;
  margin-bottom: 20px;
}

.fNav--typeB .fNav__list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fNav--typeB .fNav__list li {
  padding: 0 14px;
}

.fNav--typeB .fNav__list li:not(:last-child) {
  border-right: 1px solid #1b1b1b;
}

@media screen and (max-width: 991px) {
  .fNav--typeB .fNav__list {
    display: block;
  }
  .fNav--typeB .fNav__list li:not(:last-child) {
    border-right: 0;
  }
  .fNav--typeB .fNav__list li a {
    padding: 5px 0;
    line-height: 24px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    display: block;
  }
}

.fNav__list {
  list-style: none;
}

.fNav__list ul, .fNav__list li {
  list-style: none;
}

.fNav--typeC {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fNav--typeC .snsNav {
  padding: 0 40px;
}

.fNav--typeC .fNav__list {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fNav--typeC .fNav__list li {
  padding: 0 14px;
  font-size: 12px;
}

.fNav--typeC .fNav__list li:not(:last-child) {
  border-right: 1px solid #1b1b1b;
}

.fNav--typeD {
  background: #E60101;
  padding: 20px 0;
}

.fNav--typeD .fNav__list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fNav--typeD .fNav__list a {
  color: #ffffff;
}

.fNav--typeD .fNav__list li {
  padding: 0 20px;
  line-height: 20px;
}

.exNav.exNav--typeA ul li a,
.arrow,
.megaMenu .button,
.megaMenu .megaMenu__button,
.itemList--typeC .itemWrap,
.articleList--typeB .articleList__text,
.articleList--typeD .articleList__wrap,
a.iconButton,
.cateList .button,
.side__cateNav ul li a,
.drawer__nav li a,
.side__txtBnr,
.hdrGuide__button,
li.hasChildren > a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.exNav.exNav--typeA ul li a:hover,
.arrow:hover,
.megaMenu .button:hover,
.megaMenu .megaMenu__button:hover,
.itemList--typeC .itemWrap:hover,
.articleList--typeB .articleList__text:hover,
.articleList--typeD .articleList__wrap:hover,
a.iconButton:hover,
.cateList .button:hover,
.side__cateNav ul li a:hover,
.drawer__nav li a:hover,
.side__txtBnr:hover,
.hdrGuide__button:hover,
li.hasChildren > a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.exNav.exNav--typeA ul li a::after,
.arrow::after,
.megaMenu .button::after,
.megaMenu .megaMenu__button::after,
.itemList--typeC .itemWrap::after,
.articleList--typeB .articleList__text::after,
.articleList--typeD .articleList__wrap::after,
a.iconButton::after,
.cateList .button::after,
.side__cateNav ul li a::after,
.drawer__nav li a::after,
.side__txtBnr::after,
.hdrGuide__button::after,
li.hasChildren > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.exNav.exNav--typeA ul li a:hover::after,
.arrow:hover::after,
.megaMenu .button:hover::after,
.megaMenu .megaMenu__button:hover::after,
.itemList--typeC .itemWrap:hover::after,
.articleList--typeB .articleList__text:hover::after,
.articleList--typeD .articleList__wrap:hover::after,
a.iconButton:hover::after,
.cateList .button:hover::after,
.side__cateNav ul li a:hover::after,
.drawer__nav li a:hover::after,
.side__txtBnr:hover::after,
.hdrGuide__button:hover::after,
li.hasChildren > a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 3px;
  border-color: #E60101;
}

.megaMenu .button,
.megaMenu .megaMenu__button,
.side__cateNav ul li a,
.drawer__nav li a,
a.iconButton,
.cateList .button,
.side__txtBnr,
.hdrGuide__button,
.arrow {
  position: relative;
  padding-right: 15px;
}

.megaMenu .button:after,
.megaMenu .megaMenu__button:after,
.side__cateNav ul li a:after,
.drawer__nav li a:after,
a.iconButton:after,
.cateList .button:after,
.side__txtBnr:after,
.hdrGuide__button:after,
.arrow:after {
  right: 15px;
}

.megaMenu .button:hover:after,
.megaMenu .megaMenu__button:hover:after,
.side__cateNav ul li a:hover:after,
.drawer__nav li a:hover:after,
a.iconButton:hover:after,
.cateList .button:hover:after,
.side__txtBnr:hover:after,
.hdrGuide__button:hover:after,
.arrow:hover:after {
  right: 12px;
}

li.hasChildren > a::after {
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

li.hasChildren:hover > a::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  border-color: #E60101;
}

.searchForm {
  width: 200px;
}

.searchForm .searchForm__inner {
  position: relative;
  padding: 10px 45px 10px 14px;
  height: 40px;
  background: #FFF;
}

.searchForm input[type="text"] {
  background: transparent;
  border: none;
  line-height: 1.2;
  /*width: 140px;*/
width: 100%;
}
.searchForm input[type="text"]:focus,
.searchForm input[type="text"]:active {
 outline:0;
}

.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
}

.searchForm.searchFormA .searchForm__inner {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.searchForm.searchFormB .searchForm__inner {
  border: 1px solid #dfdfdf;
  border-radius: 100px;
}

.searchForm.searchFormC .searchForm__inner {
  background: #FFFBF0;
  border-radius: 6px;
}

.searchForm.searchFormD .searchForm__inner {
  background: #FFFBF0;
  border-radius: 100px;
}

.searchForm.searchFormE {
  border-bottom: 1px solid #dfdfdf;
}

.h2A, .h2B, .h2C, .h2D, .h2E, .h2F, .h2G {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.h2A small, .h2B small, .h2C small, .h2D small, .h2E small, .h2F small, .h2G small {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .h2A, .h2B, .h2C, .h2D, .h2E, .h2F, .h2G {
    font-size: 20px;
    line-height: 36px;
  }
  .h2A small, .h2B small, .h2C small, .h2D small, .h2E small, .h2F small, .h2G small {
    font-size: 12px;
    line-height: 18px;
  }
}

.h2B {
  position: relative;
  padding-bottom: 10px;
}

.h2B:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 2px;
  background: #dfdfdf;
}

.h2C small, .h2C a, .h2E small, .h2E a {
  color: #E60101;
}

.h2C .arrow:after, .h2E .arrow:after {
  border-color: #E60101;
  border-width: 2px;
}

.h2D span {
  display: block;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}

.h2D small {
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 10px;
  color: #1b1b1b;
  background: #FFC500;
  font-weight: bold;
}

.h2E small {
  font-weight: bold;
}

.h2F {
  padding-bottom: 10px;
  text-align: left;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #E60101;
}

.h2F small {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.h3A, .h3B, .h3C, .h3D, .h3E, .h3F, .h3G {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .h3A, .h3B, .h3C, .h3D, .h3E, .h3F, .h3G {
    font-size: 16px;
    line-height: 36px;
  }
}

.h3B {
  text-align: center;
}

.h3C {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}

.h3D {
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 24px;
  border-left: 5px solid #FFC500;
}

.h3E {
  padding-bottom: 5px;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
}

.h3E:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background: #FFC500;
  bottom: -2px;
  left: 0;
}

.exNav ul {
  min-height: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.exNav ul li {
  margin-right: 20px;
}

.exNav ul li:last-child {
  margin-right: 0;
}

.exNav ul li a {
  position: relative;
  display: block;
  line-height: 1;
}

.exNav ul li a:hover {
  text-decoration: none;
  color: #E60101;
}

.exNav.exNav--typeA ul li a {
  padding-left: 15px;
  font-size: 13px;
}

.exNav.exNav--typeA ul li a:after {
  content: "";
  left: 0;
}

.exNav.exNav--typeB ul li:not(:first-child) {
  padding-left: 20px;
  border-left: 1px solid #1b1b1b;
}

.gNav > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gNav > ul > li {
  display: block;
}

.gNav > ul > li:not(:last-child) {
  margin-right:16px;
}

.gNav > ul > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 60px;
}

.gNav > ul > li > a strong {
  display: block;
  margin-bottom: 8px;
}

.gNav > ul > li > a:hover {
  color: #E60101;
  text-decoration: none;
}

.gNav li.hasChildren > a {
  padding-right: 16px;
}

.gNav li.hasChildren > a::after {
  content: "";
  right: 0;
}

.gNav__listIcon {
  display: inline-block;
  margin-right: 5px;
}

.gNav.gNav--typeB > ul li a {
  font-size: 12px;
  display: block;
}

.gNav.gNav--typeB > ul li a strong {
  font-size: 14px;
}

.gNav.gNav--typeB li.hasChildren > a::after {
  content: "";
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hdrInfo {
  margin-bottom: 0;
  line-height: 30px;
}

.hdrInfo * {
  vertical-align: bottom;
}

.hdrInfo img {
  display: inline-block;
  margin-right: 10px;
}

.hdrInfo strong {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.hdrInfo i {
  vertical-align: bottom;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
}

.iconNav > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconNav > ul > li {
  display: block;
}

.iconNav > ul > li:not(:last-child) {
  margin-right: 10px;
}

.iconNav span,
.iconNav a {
  display: block;
  padding: 10px;
    background: #f8d7da;
    border-radius: 30px;

}
.iconNav a small{
    font-size: 13px;
}
.iconNav a .material-icons{
    float: left;
    position:relative;
    top: -3px;
    font-size: 20px;
    margin-right:3px;
}
.iconNav span:hover img, .iconNav span:hover i,
.iconNav a:hover img,
.iconNav a:hover i {
  opacity: 0.8;
  color: #E60101;
}
@media screen and (max-width: 1100px){
     .iconNav a small{
        display: none;
     }
     .iconNav a .material-icons{
         float: none;
         margin: 0;
         top: 0;
     }
}
@media screen and (max-width: 991px){
     .iconNav a {
        background: #fff;
        padding: 5px;
    }
    .iconNav a .material-icons{
        float: none;
        font-size: 24px;
        top:0;
    }
}

.iconNav i {
  font-size: 30px;
}

.bottomNav {
  background: #E60101;
  color: #ffffff;
  padding: 10px;
}

.bottomNav ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottomNav ul li {
  margin: 0 2px;
  max-width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.bottomNav ul li a {
  color: #ffffff;
  display: block;
}

.bottomNav__icon {
  display: block;
  text-align: center;
}

.bottomNav__text {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 3px;
}

.hdrBottom {
  position: relative;
}

.gNav li.hasChildren > ul,
.gNav li.hasChildren > .megaMenu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  background: #FFFBF0;
}

.gNav li.hasChildren > ul .megaMenu__button,
.gNav li.hasChildren > .megaMenu .megaMenu__button {
  background: #FFF;
}

.gNav li.hasChildren > ul.open,
.gNav li.hasChildren > .megaMenu.open {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gNav .megaMenu {
  padding: 40px 20px 30px;
  border-bottom: 1px solid #dfdfdf;
}

.gNav .megaMenu__inner {
  max-width: 1200px;
  margin: auto;
}

.gNav .megaMenu li {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.gNav .megaMenu li a {
  width: 100%;
  color: #1b1b1b;
  font-weight: bold;
  text-align: left;
}

.gNav .megaMenu li a:hover {
  color: #E60101;
}

.gNav .megaMenu .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.megaMenu__button {
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  padding: 10px 30px 10px 15px;
}

.megaMenu__button:hover {
  background: #FFFBF0;
}

.col-1_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .col-sm-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-md-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.iframe__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%;
}

.iframe__wrap.narrow {
  padding-top: 40%;
}

.iframe__wrap.xnarrow {
  padding-top: 25%;
}

.iframe__wrap.square {
  padding-top: 100%;
}

@media (max-width: 767px) {
  .iframe__wrap {
    padding-top: 66%;
  }
  .iframe__wrap.xnarrow {
    padding-top: 40%;
  }
}

.iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe__caption {
  margin-top: 0.5em;
}

.fbWrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.imageMultiGrid, .imageGrid__wrap, .imageGrid__imageWrap, .imageGrid__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imageGrid figure figcaption, .imageMultiGrid figure figcaption {
  text-align: left;
}

.imageGrid figure figcaption > strong, .imageMultiGrid figure figcaption > strong {
  display: block;
  margin: 0.75em 0;
  font-size: 1.4rem;
}

.imageGrid figure figcaption > h3, .imageGrid figure figcaption h4, .imageMultiGrid figure figcaption > h3, .imageMultiGrid figure figcaption h4 {
  margin-top: 0.75em;
}

.imageGrid figure figcaption > span, .imageMultiGrid figure figcaption > span {
  display: block;
}

.imageGrid .imageGrid__imageWrap img {
  max-width: 100%;
}

.imageGrid .imageGrid__textWrap > .imageGrid__textInner {
  width: 100%;
}

.imageGrid.alignCenter .imageGrid__textWrap, .imageGrid.alignCenter .imageGrid__imageWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageGrid .col-1, .imageGrid .col-2, .imageGrid .col-3, .imageGrid .col-4, .imageGrid .col-5, .imageGrid .col-6, .imageGrid .col-7, .imageGrid .col-8, .imageGrid .col-9, .imageGrid .col-10, .imageGrid .col-11, .imageGrid .col-12, .imageGrid .col,
.imageGrid .col-auto, .imageGrid .col-sm-1, .imageGrid .col-sm-2, .imageGrid .col-sm-3, .imageGrid .col-sm-4, .imageGrid .col-sm-5, .imageGrid .col-sm-6, .imageGrid .col-sm-7, .imageGrid .col-sm-8, .imageGrid .col-sm-9, .imageGrid .col-sm-10, .imageGrid .col-sm-11, .imageGrid .col-sm-12, .imageGrid .col-sm,
.imageGrid .col-sm-auto, .imageGrid .col-md-1, .imageGrid .col-md-2, .imageGrid .col-md-3, .imageGrid .col-md-4, .imageGrid .col-md-5, .imageGrid .col-md-6, .imageGrid .col-md-7, .imageGrid .col-md-8, .imageGrid .col-md-9, .imageGrid .col-md-10, .imageGrid .col-md-11, .imageGrid .col-md-12, .imageGrid .col-md,
.imageGrid .col-md-auto, .imageGrid .col-lg-1, .imageGrid .col-lg-2, .imageGrid .col-lg-3, .imageGrid .col-lg-4, .imageGrid .col-lg-5, .imageGrid .col-lg-6, .imageGrid .col-lg-7, .imageGrid .col-lg-8, .imageGrid .col-lg-9, .imageGrid .col-lg-10, .imageGrid .col-lg-11, .imageGrid .col-lg-12, .imageGrid .col-lg,
.imageGrid .col-lg-auto, .imageGrid .col-xl-1, .imageGrid .col-xl-2, .imageGrid .col-xl-3, .imageGrid .col-xl-4, .imageGrid .col-xl-5, .imageGrid .col-xl-6, .imageGrid .col-xl-7, .imageGrid .col-xl-8, .imageGrid .col-xl-9, .imageGrid .col-xl-10, .imageGrid .col-xl-11, .imageGrid .col-xl-12, .imageGrid .col-xl,
.imageGrid .col-xl-auto {
  margin-bottom: 2.0em;
}

.imageMultiGrid .imageGrid__wrap .imageGrid__imageWrap img {
  max-width: 100%;
}

.imageMultiGrid .imageGrid__wrap .imageGrid__textWrap > .imageGrid__textInner {
  width: 100%;
}

.imageMultiGrid .imageGrid__wrap.alignCenter .imageGrid__textWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageMultiGrid .imageGrid__wrap.reverse .imageGrid__imageWrap {
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.imageMultiGrid .imageGrid__wrap.reverse .imageGrid__textWrap {
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767px) {
  .imageMultiGrid .imageGrid__wrap.reverse .imageGrid__textWrap {
    padding-right: 0;
  }
}

.imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__imageWrap {
  padding-left: 0;
}

.imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__textWrap {
  padding-right: 0;
}

@media (max-width: 767px) {
  .imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__textWrap {
    padding-left: 0;
  }
}

.imageMultiGrid .col-1, .imageMultiGrid .col-2, .imageMultiGrid .col-3, .imageMultiGrid .col-4, .imageMultiGrid .col-5, .imageMultiGrid .col-6, .imageMultiGrid .col-7, .imageMultiGrid .col-8, .imageMultiGrid .col-9, .imageMultiGrid .col-10, .imageMultiGrid .col-11, .imageMultiGrid .col-12, .imageMultiGrid .col,
.imageMultiGrid .col-auto, .imageMultiGrid .col-sm-1, .imageMultiGrid .col-sm-2, .imageMultiGrid .col-sm-3, .imageMultiGrid .col-sm-4, .imageMultiGrid .col-sm-5, .imageMultiGrid .col-sm-6, .imageMultiGrid .col-sm-7, .imageMultiGrid .col-sm-8, .imageMultiGrid .col-sm-9, .imageMultiGrid .col-sm-10, .imageMultiGrid .col-sm-11, .imageMultiGrid .col-sm-12, .imageMultiGrid .col-sm,
.imageMultiGrid .col-sm-auto, .imageMultiGrid .col-md-1, .imageMultiGrid .col-md-2, .imageMultiGrid .col-md-3, .imageMultiGrid .col-md-4, .imageMultiGrid .col-md-5, .imageMultiGrid .col-md-6, .imageMultiGrid .col-md-7, .imageMultiGrid .col-md-8, .imageMultiGrid .col-md-9, .imageMultiGrid .col-md-10, .imageMultiGrid .col-md-11, .imageMultiGrid .col-md-12, .imageMultiGrid .col-md,
.imageMultiGrid .col-md-auto, .imageMultiGrid .col-lg-1, .imageMultiGrid .col-lg-2, .imageMultiGrid .col-lg-3, .imageMultiGrid .col-lg-4, .imageMultiGrid .col-lg-5, .imageMultiGrid .col-lg-6, .imageMultiGrid .col-lg-7, .imageMultiGrid .col-lg-8, .imageMultiGrid .col-lg-9, .imageMultiGrid .col-lg-10, .imageMultiGrid .col-lg-11, .imageMultiGrid .col-lg-12, .imageMultiGrid .col-lg,
.imageMultiGrid .col-lg-auto, .imageMultiGrid .col-xl-1, .imageMultiGrid .col-xl-2, .imageMultiGrid .col-xl-3, .imageMultiGrid .col-xl-4, .imageMultiGrid .col-xl-5, .imageMultiGrid .col-xl-6, .imageMultiGrid .col-xl-7, .imageMultiGrid .col-xl-8, .imageMultiGrid .col-xl-9, .imageMultiGrid .col-xl-10, .imageMultiGrid .col-xl-11, .imageMultiGrid .col-xl-12, .imageMultiGrid .col-xl,
.imageMultiGrid .col-xl-auto {
  margin-bottom: 2.0em;
}

.imageGridSquare {
  overflow: hidden;
  padding: 30px;
}

.imageGridSquare .imageGridSquare__wrap {
  position: relative;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 767px) {
  .imageGridSquare .imageGridSquare__wrap {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  background: #f2f2f2;
  display: block;
}

@media (max-width: 767px) {
  .imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner {
    right: 10px;
    bottom: 10px;
  }
}

.imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.imageGridSquare.IGS--5col .imageGridSquare__wrap {
  position: relative;
  padding-top: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.imageGridSquare.IGS--4col .imageGridSquare__wrap {
  position: relative;
  padding-top: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen\0 {
  .imageGridSquare__inner img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: auto !important;
  }
}



.gNav + form.searchForm{
  display: none;
}

.fixed .gNav + form.searchForm{
  display: block;
}

/* searchFixed added061021 */

.searchFixed{
    background: #f2f2f2;
    padding: 15px;
    width: 100%;
}
.searchFixed .sfWrapper {
    max-width: 1200px;
    width: 95%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.searchFixed .note{
    width: 440px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}
.searchFixed .searchForm {
    max-width: 500px;
    width: 94%;
    margin: 0 auto;
    display: inline-block;
}

.searchFixed .searchForm .searchForm__inner{
    border-radius: 0;
    border-color: #dfdfdf;
    padding: 10px 70px 10px 14px;
    overflow: hidden;
}

.searchFixed .searchForm button{
    background: #e60101;
    color: #fff;
    padding: 13px 16px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.searchFixed .searchForm button:hover{
    background: #ab0000;
}

#hdr .searchFixed.sp-only .searchForm{
    width: 100%;
    display: block;
}
#hdr .hdrFixed2 .searchFixed{
    display: none;
    padding: 10px 15px;
}
#hdr .hdrFixed2.fixed .searchFixed{
   display: block;
}
    
/* for dropdown fix */
.gNav li.hasChildren > .megaMenu {
  top: 60px;
}

/* Article Styles added061021 */

.main--news .__article .__title{
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}
.main--news .__article .__label{
    padding: 7px 10px;
    margin-right: 5px;
}

.main--news .__article .__content .titleSub{
    background: #f2f2f2;
    padding: 12px 20px;
    margin: 20px 0;
    display: block;
    font-size: 18px;
}
.main--news .__article .__content .ctxt01{
    color: #ff0000;
}

.main--news .__article .__content p{
    margin-bottom: 15px;
    line-height:1.6;
}

.main.main--news-detail section.__article .__content p{
    margin-bottom: 15px;
}

.main--news .__article .__content .listBox{
    border: 1px solid #ddd;
    margin: 40px 0 20px;
}
.main--news .__article .__content .listBox ul{
    list-style-type: none;
}
.main--news .__article .__content .listBox ul li{
    border-bottom: 1px solid #ddd;
    padding: 18px;
    font-size: 16px;
    display: flex;
}
.main--news .__article .__content .listBox ul li p{
    font-size: 16px;
    margin-bottom: 0;
}
.main--news .__article .__content .listBox ul li:last-child{
    border-bottom:0;
}
.main--news .__article .__content .listBox ul li .itemNumber{
    font-weight: bold;
    width: 150px;
    margin-right: 15px;
    line-height: 1.6;
}
.main--news .__article .__content .listBox ul li a{
    display: inline-block;
    margin: 0 10px;
}
.main--news .__article .__content a{
    color: #0000ff;
}
.main--news .__article .__content a:hover{
    text-decoration: underline;
}
.main--news .__article .__content .btnSet{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.main--news .__article .__content .btnSet a{
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 49%;
    line-height: 20px;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background: #E60101;
    color: #ffffff;
    border: 2px solid #E60101;
    border-radius: 100px;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
}
.main--news .__article .__content .btnSet a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    border-color: #fff;
    right: 15px;
}
.main--news .__article .__content .btnSet a:hover{
    border-color: #E60101;
    background-color: #ffffff;
    color: #E60101;
    text-decoration: none;
}
.main--news .__article .__content .btnSet a:hover::after{
    border-color: #E60101;
    right: 10px;
}



/* ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ¬ã‚¹é‚„å…ƒãƒãƒŠãƒ¼ */
body.body-home .underOnly{
  display: none;
}

.underOnly .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.specialBnr {
  background: #e61212;
}

/* å•†å“è©³ç´°ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º */
button.__submit.c-button-submit.__js-add-cart {
    margin: 5px 10px;
    font-size: 36px;
    background-color: #FCD200;
    color: #0F1111;
    display: inline-block;
}
a.__submit.c-button-submit.__js-go-cart {
    margin: 5px 10px;
    font-size: 36px;
    background: #ff9c00;
    display: inline-block;
    color: #fff
}
button.__submit.c-button-submit.__js-add-cart i {
    font-size: 36px;
    margin-right: 10px;
    vertical-align: bottom;
}
a.__submit.c-button-submit.__js-go-cart i {
    font-size: 36px;
    margin-right: 10px;
    vertical-align: bottom;
}



.guestMessage .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.guestMessage .row .col-12{
}

.guestMessage1 {
    border: 6px solid #e60101;
    padding: 30px 20px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #e60101;
    text-align: center;
}

.guestMessage1.style2{
    text-align: left;
}

.guestMessage1.style2 p{
   font-size: 20px;
   line-height: 1.5;
}
.guestMessage1.style2 h3{
   font-size: 28px;
   margin-bottom: 10px;
}
.guestMessage1.style3{
    border: 4px solid #988b80;
    padding: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #1b1b1b;
}
.main.main--cart section.__shipping-wrap .__shipping{
    position: relative;
}
.__shipping .guestMessage1 {
    width: 53%;
    position: absolute;
    bottom: 25px;
}
.__shipping .guestMessage1.style3 {
    position: absolute;
    width: 40%; 
    bottom: 300px;
}
.guestMessage a.button.arrow {
    width: 100%;
    font-size: 24px;
    /* height: 80px; */
    padding: 20px;
}

@media screen and (max-width: 991px){
  button.__submit.c-button-submit.__js-add-cart {
      font-size: 24px;
  }
  button.__submit.c-button-submit.__js-add-cart i {
      font-size: 24px;
      margin-right: 10px;
  }
 a.__submit.c-button-submit.__js-go-cart{
      font-size: 24px;
}
 a.__submit.c-button-submit.__js-go-cart i{
      font-size: 24px;
      margin-right: 10px;
}
  .guestMessage1 {
    padding: 20px 15px;
    line-height: 24px;
    font-size: 14px;
  }
  .__shipping .guestMessage1,
  .__shipping .guestMessage1.style3 {
    width: 100%;
    position: static;
    margin: 30px auto 0;
  }

  .guestMessage a.button.arrow {
    font-size: 16px;
  }

.guestMessage1.style2 p{
   font-size: 16px;
}
.guestMessage1.style2 h3{
   font-size: 22px;
   margin-bottom: 8px;
}

}

@media screen and (max-width: 1200px){
  .guestMessage{
    padding: 0 20px;
  }
}

.estimateMessage{
    text-align: center;
   padding: 15px 0 10px;
}


.estimateMessage .message1 {
    color: #e60101;
    font-size: 20px;
    font-weight: bold;
    display: inline;
    padding: 0px 10px;
    background: transparent linear-gradient(transparent 55%,#fff5d9 60%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: 100% 0px;
}

@media screen and (max-width: 991px){
    .estimateMessage{
        padding: 15px 0 0px;
    }
    .estimateMessage .message1{
         font-size: 16px;
    }
}
.notice_membership{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .notice_membership{
        font-size: 18px;
        padding: 0 30px;
    }
}


.main.main--cart section.__shipping-wrap .__shipping .__control{
    overflow: hidden;
}
.main.main--cart section.__shipping-wrap .__shipping .__control ul{
    display: flex;
    width: 445px;
    float: right;
    flex-wrap: wrap;
}
.main.main--cart section.__shipping-wrap .__shipping .__control ul li{
    display: inline-flex;
    order: 2;
}
.main.main--cart section.__shipping-wrap .__shipping .__control ul li:last-child{
    order: 1;
}
.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button{
    background-color: #e60101;
    width: 433px;
}
@media screen and (max-width: 600px){
    .main.main--cart section.__shipping-wrap .__shipping .__control ul{
        width: 100%;
        float: none;
    }
    .main.main--cart section.__shipping-wrap .__shipping .__control ul li{
        display: block;
    width: 100%;
    }
    .main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button{
        background-color: #e60101;
        width: 100%;
    }
}

.contactBtn, .contactBtn2{
  margin-top: 15px;
}

.contactBtn a, .contactBtn2 a{
  width:100%;
  background: #ff9c00 url(/uploads/img/bg_cbtn.png) no-repeat right center;
  border: 2px solid #ff9c00;
  border-radius: 100px;
  padding: 15px 0;
  font-size: 24px;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
  box-shadow: rgb(0 0 0 / 25%) 0px 2px 4px 0px;
}
.contactBtn2 a{
    background: #ff9c00 url(/uploads/img/bg_cbtnl.png) no-repeat left center;
}
.contactBtn a i, .contactBtn2 a i{
    background: url(/uploads/img/ico_contact.png) no-repeat;
    background-size: 37px;
    width: 37px;
    height: 30px;
    color: transparent;
}

.contactBtn a::after, .contactBtn2 a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate( 45deg ) translateY(-50%);
    transform: rotate( 45deg ) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    right: 15px;
    border-color: #ff9c00;
}
.contactBtn2 a::after{
    left: 15px;
}
.contactBtn a:hover{
 background: #ff8400 url(/uploads/img/bg_cbtn.png) no-repeat right center;
 border: 2px solid #ff8400;
}
.contactBtn2 a:hover{
 background: #ff8400 url(/uploads/img/bg_cbtnl.png) no-repeat leftcenter;
 border: 2px solid #ff8400;
}
.contactBtn a:hover::after{
  right: 10px;
  border-color: #ff8400;
}
.contactBtn2 a:hover::after{
  left: 10px;
  border-color: #ff8400;
}


.p-product-set .__price, .__product .__price, .p-cart .__product table thead th.__total, .__product td.__total {
    position: relative;
}
.__is-member .p-product-set .__price::after, .__is-member .wrapper--cart .__product .__price::after, .p-cart .__product table thead th.__total::after, .__product td.__total ::after{
    content:'';
    display: block;
    width: 100%; 
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    border: 2px solid red;
    border-top: 0;
}
.__is-member .p-product-set th.__price::after, .__is-member .wrapper--cart .__product th.__price::after, .p-cart .__product table thead th.__total::after{
    border-bottom: 0;
    border-top: 2px solid red;
}

@media (max-width: 600px){

.p-product-set .__price, .__product .__price, .p-cart .__product table thead th.__total, .__product td.__total {
    overflow: hidden;
}
.p-cart .__product table tbody tr td.__price, .p-cart .__product table tbody tr td.__total, .p-cart .__product table tbody tr td.__order.__order--text{
    padding: .5em;
}
.__is-member .p-product-set table tbody tr td{
    padding: .75em .5em;
}
.__is-member .p-product-set .__price::after{
    bottom:0
}
.__is-member .p-product-set .__price::after, .__is-member .wrapper--cart .__product .__price::after, .p-cart .__product table thead th.__total::after, .__product td.__total ::after{
    border-top: 2px solid red;
}

}

.body-cart .__tax-included-price-caution {
    overflow: hidden;
}
.body-cart .__tax-included-price-caution span{
    float: right;
    width: 435px;
}
.product_notice{
    color: #e60101;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.4;
}
@media (max-width: 991px){
  .contactBtn a{
    background: #ff9c00 url(/uploads/img/bg_cbtn.png) no-repeat right -18px center;
    font-size: 16px;
  }
  .contactBtn2 a{
    background: #ff9c00 url(/uploads/img/bg_cbtnl.png) no-repeat left -18px center;
    font-size: 14px;
  }
  .contactBtn a i, .contactBtn2 a i{
    background-size: 25px;
    width: 25px;
    height: 20px;
  }
  .product_notice{
    font-size: 16px;
    text-align: center;
  }
}
span.__button.c-button.__js-bookmark {
    width: 240px;
    line-height: 20px;
    padding: 8px 30px;
}
@media (max-width: 599px){
  .contactBtn, .contactBtn2{
    display: block;
    padding: .5em 1em;
  }
  .contactBtn a{
    background: #ff9c00 url(/uploads/img/bg_cbtn.png) no-repeat right -15px center;
  }
  .contactBtn a.button{
    display: block;
    width: 100%;
    padding-right: 30px;
    font-size: 15px;
  }
  .__control + .contactBtn{
    margin-top: 0;
  }

  button.__submit.c-button-submit.__js-add-cart {
      margin: 3px 0px;
  }
  a.__submit.c-button-submit.__js-go-cart {
      margin: 3px 0px;
  }
.body-cart .__tax-included-price-caution span{
    float: none;
    width: 100%;
}
}



.marbo10 {
  margin-bottom:10px;
}
.marbo20 {
  margin-bottom:20px;
}
.marbo30 {
  margin-bottom:30px;
}
.marbo40 {
  margin-bottom:40px;
}
#que dt {
		font-size: 130%;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		margin: 10px 0;
	}
	#ans p {
		margin:0 0 15px 0;
	}
#ans a {
	text-decoration: underline;
}
	.faqcaution {
		border: 1px dotted #FF0000;
		margin: -30px 0 40px 0!important;
		padding: 10px;
		color: #FF0000;
		width:99.4%;
	}
	#ans dt {
		font-size: 22px;
		font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		padding: 10px 14px;
		color:#ffffff;
		background-color: #ffc500;
		margin-bottom: 10px;
	}
	#ans h2 {
  margin-top:30px;
  background-color: #ffffff;
	}
	#ans ul {
		list-style: disc!important;
		list-style-position: inside!important;
		margin-bottom:20px!important;
	}
	#ans ol {
		list-style: decimal!important;
		list-style-position: inside!important;
		margin-bottom:20px!important;
	}
	#ans table {
		border: none;
		width: 99.4%;
		border-spacing: 0;
		border-collapse: collapse;
		margin-bottom:20px;
	}
	#ans th {
		width:100%;
		text-align: left;
		border: 1px solid #999999;
		background-color: #eeeeee;
		padding:10px;
	}
	.itempanel {
		padding:20px;
		background-color: #eeeeee;
	}
	#ans td {
		border: 1px solid #999999;
		padding:10px;
		vertical-align: top;
font-size: 12px;
	}
	#ans td p {
		margin: 0;
	}
	/*#ans img {
		margin: 0 0 10px 0;
		width:100%;
	}*/
	.brandlogo {
	width:8%;
	min-width:45px;
	margin-right:2%;
	margin-bottom:10px;
	vertical-align: middle;
}
	.btn_totop {
		display: block;
		width:180px;
		text-align: center;
		padding:6px;
		text-decoration: none!important;
		color: #999999;
		border: 1px solid #cccccc;
		border-radius: 6px;
		margin:20px auto 40px;
	}
	.btn_totop:hover {
		color: #cc0000;
		border: 1px solid #cc0000;
	}
#ans p span {
	font-weight:700;
}
	.red {
		color: #CF0205;
	}
	.large {
		font-size:120%;
		font-weight: bold;
	}
	.exlarge {
		font-size:140%;
		font-weight: bold;
	}

	@media (max-width:800px){
		#stacon {
			padding:0 20px;
		}
	}

  .imgBox img{
    margin-bottom: 15px;
    display: block;

  }

  #ans li{
    line-height: 24px;
  }

  #ans h4 {
    font-size: 16px;
    margin: 25px 0 15px 0;
}

#ans h3 {
  font-size: 18px;
  margin: 25px 0 15px 0;
}

#ans h2 {
    font-size: 22px;
    margin: 25px 0 15px 0;
    /* color: #CF0205; */
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

#que dd {
    line-height: 24px;
}


.cateList .button {
  width: 100%;
  box-shadow: none;
  text-align: center;
}

.cateList .button:hover {
  box-shadow: none;
  color: #E60101;
}


/* ã‚¿ã‚¸ãƒžãƒ¤å¸ãƒãƒƒãƒˆã¨ã¯ */

.marbo10 {
  margin-bottom:10px;
}
.marbo20 {
  margin-bottom:20px;
}
.about_oroshi h2 {
  font-size:3.0rem;
  color:#e60101;
  background-color: #ffffff;
  padding:0 0 10px 0;
  border:none;
  margin:0 0;
}
.nowonair {
  font-size:1.8rem;
  color:#e60101;
  font-weight:bold;
}
.cont_block {
  margin:0 0 30px 0;
}
.about_oroshi img {
  width:100%;
}
.about_oroshi h3 {
  font-size:2.0rem;
  font-weight:bold;
  color:#e60101;
  padding:10px 0;
  border-top:1px solid #e60101;
  border-bottom:1px solid #e60101;
  margin-bottom:10px;
}
.about_oroshi dt {
  font-size:2.0rem;
  font-weight:bold;
  color:#333333;
  padding-bottom:10px;
  border-bottom:1px dotted #e60101;
  margin-bottom:10px;
}
.about_oroshi ul {
  list-style: disc;
}
.about_oroshi ul li {
  margin-left:1em;
}
.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  margin: 0 0;
}
.cssgrid > div {
  background: #f5f5e5;
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
	@media (max-width:800px){
		.about_oroshi {
			padding:0 0px;
		}
	}


/* ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ */

.wrapper.wrapper--column-2 .__inner .aside{
  float: none;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.aside section.__block.__block--calendar ul{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside section.__block.__block--calendar ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.aside section.__block.__block--calendar ul li table.cal tbody th, .aside section.__block.__block--calendar ul li table.cal tbody td{

}

.aside section.__block.__block--calendar ul li table.cal tbody td span {
    padding: 5px 2px;
}

.aside section.__block.__block--calendar ul li table.cal tbody th {
    padding: 5px 3px;
}

@media (max-width: 767px){
  .aside section.__block.__block--calendar ul li table.cal tbody td span{
    font-size: 10px;
  }
}

section.__block.__block--calendar {
    max-width: 1200px;
    margin: auto;
}

.hdrBottom.hdrFixed.fixed {
    z-index: 10 !important;
}
.pswp__item{
    z-index: 999 !important;
}


.pswp--open{
z-index:99999999 !important;
}

.p-product-set table tbody tr td.__price .__body .__detail {
    font-size: 15px !important;
    /* font-weight: bold; */
}

.p-product-set table tbody tr td.__price .__body .__total {
    /* display: none; */
font-size: 16px !important;
}

.p-product-set table tbody tr td.__price .__body .__detail .c-tax-price {
    /* font-weight: bold;*/
    /* font-size: 20px !important;*/
}

.p-product-set table thead tr th.__price {
    width: 28%;
}
@media screen and (max-width:768px) {
.p-product-set table thead tr th.__price {
    width: 40%;
}
}
.jCenter{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 20200721 */
.__information .__photo .photo__note {
    font-size: 10px;
    letter-spacing: 0px;
    display: block;
    position: relative;
   padding-left: 1.3em;
}
.__information .__photo .photo__note::before {
  content: "※";
 position: absolute;
 top: 0;
 left: 0;
}
.__information .__photo .photo_notice {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}
.__information .__photo .photo_notice ul {
    float: left;
    min-width: 160px;
}
.__information .__photo .photo_notice li {
    overflow: hidden;
}
.__information .__photo .photo_notice ul li{
    list-style-type: none;
    display: inline-block;
    font-size: 0.8em;
    padding: 5px 10px;
    background-color: #008000;
    margin-right: 3px;
    margin-bottom: 10px;
    color:#fff;
}
.__information .__photo .photo_notice span{
    padding: 3px;
}
.__information .__photo .photo_notice ul li.__item--notice1{
    background-color: #0000ff;
}
.__information .__photo .photo_notice ul li.__item--notice2{
    background-color: #008000;
}
.__information .__photo .photo_notice ul li.__item--notice3{
    background-color: #808080;
}
@media screen and (max-width:768px) {
 .__information .__photo .photo__note {
    padding: 0 21px;
}
.__information .__photo .photo__note::before {
 left: 10px;
}

.__information .__photo .photo_notice{
    padding: 30px 1rem;
}

.main--news .__article .__content .listBox ul li{
    display: block;
}
.main--news .__article .__content .listBox ul li .itemNumber{
    margin-bottom: 10px;
    display: block;
}
.main--news .__article .__content .listBox ul li a{
    margin: 0 20px 0 0;
}
.main--news .__article .__content .btnSet{
    display: block;
}
    .main--news .__article .__content .btnSet a{
        display: block;
        width: 96%;
        margin: 10px 0;
    }

}

.p-product-block ul.__product li.__item a .__photo {
  height: calc((100vw - 60px) / 2);
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-block ul.__product li.__item a .__photo img {
 max-height: 100%;
}

@media screen and (min-width: 600px) {
 .p-product-block ul.__product li.__item a .__photo {
  height: 168px;
}
.p-product-block ul.__product li.__item a .__photo img {
 max-height: 100%;
}
}

.hdrInner__keyHead {
 min-width: 10em;
 text-align: center;
}
.hdrBottom3 {
 background: #fcefc2
}
.hdrBottom3 .hdrInner__keyHead {
 background: #ffc501;
}

.megaMenu__detailLinks {
    text-align: left;
   margin-top: 20px;
  padding-left: 15px;
}
.gNav .megaMenu li .megaMenu__detailLinks a {
    font-weight: normal;
    font-size: 12px;
    color: #b6993d;
    text-decoration: underline;
    margin-bottom: 20px;
    padding-right: 12px;
    width: auto;
}
.megaMenu__detailLinks--long {
 padding-left: 0;
}
.gNav .megaMenu li .megaMenu__detailLinks.megaMenu__detailLinks--long a {
 padding-right: 8px;
}

/* 20200805 */
.cateList--detailPage h2 {
    text-align: center;
    font-size: 20px;
}
.cateList--detailPage ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cateList--detailPage li {
    flex-basis: 24%;
}

.cateList--detailPage ul li a {
    margin: 0 0 10px;
   width: 100%;
   padding: 10px;
}
.topSearchSec {
  padding: 0 20px;
  display:flex;
  max-width: 800px;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.topSearchSec h2 {flex-grow: 1; margin: 0;}
.topSearchSec div {flex-grow: 0.2;}
.topSearchSec .searchForm {
 width: 100%;
 max-width: 450px;
margin: auto;
}
.topSearchSec .searchForm.searchFormB .searchForm__inner {
 border-color: #333;
 height: auto;
 font-size: 16px;
}

@media screen and (max-width: 600px) {
 .cateList--detailPage {
  padding: 0 10px;
  justify-content: center;
 }
 .cateList--detailPage li {
  flex-basis: 47%;
  margin: 0 4px;
  }
  .cateList--detailPage ul li a {
   max-width: 100%;
   box-sizing: border-box;
   font-size: 13px;
  }
.topSearchSec {
 display: block;
}
.topSearchSec h2 {
 margin-bottom: 30px;
}

}

@media screen and (min-width: 600px) {
.cateList--detailPage ul:after{
  content: "";
  flex: auto;
}
.cateList--detailPage li:last-child{
    margin-left: 1.2%;
}
}
#expsuggestsdiv {max-width: 600px;}

@media screen and ( max-width : 990px) {
    #expsuggestsdiv.fixed {position: fixed !important;}
}


.highlight-itemList {
 padding-top: 40px;
}
.highlight-itemList .highlight-itemList--price {
 font-weight: bold;
}
.highlight-itemList .highlight-itemList--btn {
 width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

/* added 080621 */
#rank_jsbtn{
    padding-top: 20px;
}
#rank_jsbtn .highlight-itemList--btn{
    width: 90%;
}
/* end */

/* added 090621 */
#news_jsbtn{
    text-align: center;
    margin-bottom: 60px;
}
#news_jsbtn .highlight-itemList--btn{
    width: 90%;
    max-width: 700px;
}
/* end */

/* added 050522 edited 510 edited 1021*/
.body-home .wrapper .p-product-block ul.__product li.__item {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.itemList__unit, .rankingSec .itemList__unit, .body-home .__product .__item{
    padding-bottom: 50px;
}

.item_detail_btn, .cateList--detailPage ul li a.item_detail_btn{
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background-color: #f39c12;
    box-sizing: border-box;
    padding: 0.6em 1em;
    margin: 0 auto;
    border-radius: 0.3em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    max-width:130px;
}
.item_detail_btn:hover{
     background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

#guest_quote{
    text-align: center;
    padding: 45px 0;
    background: #fffbf0;
    margin: 20px 0 50px;
}
#guest_quote strong{
    font-size: 1.8em;
    margin-bottom: 15px;
    display: block;
}
#guest_quote p{
    font-size: 1.1em;
    margin-bottom: 25px;
}

#guest_quote a{
    font-size: 1.1em;
    margin: 0 10px;
}

#guest_quote a:last-child{
    background: #ff9c00;
    border: 2px solid #ff9c00;

}
#guest_quote a:last-child:hover{
    border-color: #ff9c00;
    background-color: #ffffff;
    color: #ff9c00;
}
#guest_quote a:last-child:hover::after{
    border-color: #ff9c00;
}
#guest_quote.fixed-btn__area{
    position: fixed;
    left: 0;
    right: 0;
    bottom:0;
    margin: 0;
    padding: 30px;
    display: none;
    z-index: 10;
}

.rankingSec .itemList{
    display: flex;
}
.itemList--5 .itemList__unit:nth-child(n+6) {
    display: none;
}

@media (max-width: 768px){
    .rankingSec  .ranking > div {
            overflow-x: auto;
    }
    .rankingSec .itemList {
        width: 900px;
    }
    .rankingSec .itemList--5 .itemList__unit{
    flex: 20%;
    max-width: unset;
    width: auto;
    padding: 50px 12px 40px;
    margin: 10px 0;
    }
}

/* end */

/* added 081922*/
.gNav--typeA ul.fl_left{
    float: left;
}
 .gNav--hdr{
    float: right;
    display: none;
    margin: 7px 0px 4px 10px;
}
.hdrBottom.hdrFixed.fixed .gNav--hdr{
    display: flex;
}
.gNav--hdr .iconNav a{
    background: #fff;
    padding:0;
    width: 55px;
    text-align: center;
}
.gNav--hdr .hdrGuide{
    max-width: 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
.gNav--hdr .hdrGuide .hdrGuide__button{
    padding: 7px;
    padding-right: 7px !important;
    background: #e50102;
    border: 0;
        color: #fff;
}
.gNav--hdr .hdrGuide .hdrGuide__button:after{
    display: none;
}
.gNav--hdr .hdrGuide .hdrGuide__icon{
    width: 17px;
}
.gNav--hdr .hdrGuide__text span{
    font-size: 12px;
}
.gNav--hdr .iconNav ul li{
    margin-right: 0 ;
}
.gNav--hdr .iconNav .material-icons{
    background: #f8d7da;
    margin:0 auto;
    float: none;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.gNav--hdr .iconNav small{
    font-size: 10px;
}
@media screen and ( max-width : 1210px) {
    .hdrBottom.hdrFixed.fixed .gNav--hdr{
        display: none;
    }
}



/* ranking SP adjust */
@media screen and ( max-width : 990px) {
        .list__wrap .item__wrap {
            overflow-x: scroll;
        }
        .list__wrap .itemList {
            width: 1200px;
        }

}
.all-only .categoryRankingList{
    display: none;
}

.categoryRankingList,
.tokubaiList {
 padding: 0 0 40px;
}
.categoryRankingList h2,
.tokubaiList h2 {
 font-size: 24px;
 text-align: center;
 padding-bottom: 40px;
}
.categoryRankingList .itemList__unit,
.tokubaiList .itemList__unit,
.body-product-detail .itemList__unit  {
 text-align: center;
}
.categoryRankingList .itemList__unit .cateRanking--price,
.tokubaiList .itemList__unit .cateRanking--price,
.body-product-detail .highlight-itemList--price.guestOnly {
 color: #E60101;
}
/* ã‚¿ãƒ– */
.tabList{
  margin-bottom:20px;
  overflow: hidden;
}
.tabList__unit{
  float:left;
  cursor: pointer;
  line-height:38px;
  height:40px;
  text-align: center;
  font-size:18px;
  font-weight:bold;
  background:#dcdcdc;
  color:#000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 list-style:none;
}
.highlight-itemList .tabList__unit {
 background: #fff;
 border: 1px solid #ccc;
 border-radius: 50px;
 margin-left: 30px;
 font-size: 14px;
 position: relative;
-webkit-transition: 0.15s;
    transition: 0.15s;
}
.highlight-itemList .tabList__unit::after {
     content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.highlight-itemList .tabList__unit:nth-child(4n + 1){
  margin-left: 0;
}
.highlight-itemList .tabList__unit.active{
  color:#E60101;
}
.highlight-itemList .tabList__unit.active::after {
 border-color: #E60101;
-webkit-transition: 0.15s;
    transition: 0.15s;
}

.highlight-itemList .tabList__unit:hover {
background:#E60101;
border-color: #E60101;
color:#fff;
-webkit-transition: 0.15s;
    transition: 0.15s;
}
.highlight-itemList .tabList__unit:hover::after {
 border-color: #fff;
-webkit-transition: 0.15s;
    transition: 0.15s;
}
.highlight-itemList  .tabContent{
  text-align: left;
}
.highlight-itemList  .tabList--8 .tabList__unit{
  width:calc((100% - 90px) / 4);
 margin-bottom: 20px;
}

.highlight-itemList  .tabContents .tabContent:first-child {
 display: block;
}

/* 20200910 */
.cateList--detailPage ul.megaMenu {
 padding: 40px 0 30px;
 background: #fffbf0;
 position: relative;
}
.cateList--detailPage ul.megaMenu::before {
 content: "";
 background: #fffbf0;
 height: 100%;
 top: 0;
 position: absolute;
 width: 100vw;
 z-index: -1;
 left: calc((50vw - 600px) * -1);
}
.cateList--detailPage ul.megaMenu li > a {background: #fff; margin: 0;}
.cateList--detailPage .megaMenu li {margin-bottom: 15px;}
.cateList--detailPage ul li > .megaMenu__detailLinks a {
 font-weight: normal;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    margin-bottom: 20px;
   padding: 0;
    padding-right: 12px;
    width: auto;
}
.cateList--detailPage ul.megaMenu li > a:hover {color:#E60101;}

.mainImg__btn--2wrap ,
.mainImg__btn--3wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px;
}

.mainImg__btn--2wrap > a ,
.mainImg__btn--3wrap > a {
    padding: 0 5px;
    display: block;
}

form.searchForm.searchForm--center {
    margin: auto;
    width: 400px;
    max-width: 100%;
}

.tabContents .itemWrap img,
.categoryRankingList .itemWrap img,
.tokubaiList .itemWrap img {
    width: 216px;
    height: 216px;
    margin: auto;
    object-fit: contain;
}
/* 20220202 */

.body-regist-form select.__custom1{
    width: 100%;
}

.body-regist-form .__content-form .p-form-table tr th{
    width: 25%;
}

.body-regist-form .__content-form .p-form-table tr td{
    width: 75%;
    position: relative;
}
.body-regist-form .main.main--regist-form .__content-form .__table tr.__row-mf_kessai td .__description,
.body-regist-form .p-form-table tr td p.__example{
    font-size: 100%;
    line-height: 1.4;
}
.r_tips{
    width: 100%;
    color: #e60101;
    line-height: 1.4;
    margin-bottom: 15px;
}
.r_tips.r_tips_warn{
    color: #333;
    border-left: 3px solid #f39c12;
    background: #fff5d9;
    padding: 20px;
}
.r_tips.r_tips_warn a{
    color: #001eff;
    text-decoration: underline;
}
.r_tips.r_tips_warn a:hover{
    text-decoration: none;
}
.r_tips.r_tips_warn::before{
    content: '';
    display: inline-block;
    background-image: url(https://www.tajimaya-oroshi.net/uploads/img/additional/icon_caution.png);
    background-size: 20px;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    width: 20px;
    height: 13px;
}
.r_tips.r_tips_warn span.red{
    font-weight: bold;
}

.body-regist-form .__content-form .p-form-table .r_tips.width3{
    color: #333;
}

@media screen and (max-width: 1200px) {
  .body-regist-form .__content-form .p-form-table .r_tips br{
      display: none;
  }
}

@media screen and (max-width: 600px) {
  .body-regist-form .__content-form .p-form-table tr th{
      width: 100%;
  }

  .body-regist-form .__content-form .p-form-table tr td{
      width: 100%;
      position: relative;
  }

  .body-regist-form .__content-form .p-form-table .r_tips{
      margin: 8px 0;
  }

}
/* 20220207 */
.product_floating{

    position: fixed;
    right: 0;
    bottom: 90px;
}
@media screen and (max-width: 900px) {
.product_floating{
    display: none;
}
}
@media all and (-ms-high-contrast: none) {
.tabContents .itemWrap img,
.categoryRankingList .itemWrap img,
.tokubaiList .itemWrap img {
    width: auto;
    height: auto;
max-height:216px;
}
}
/* added 103123 */
.body-product-list h1.__h1.c-h1{
  padding-top: 0;
}
.body-product-list .__control{
  margin-bottom: 30px;
}

/* added 0913 */
.body-howto .hdrBottom.hdrFixed.fixed,
.body-howto .bottomNav.sp-only.fixed,
.body-howto #hdr .hdrFixed2.fixed .searchFixed,
.body-howto .hdrMiddle.hdrMiddle--logoLeft.hdrFixed2,
.body-faq .hdrBottom.hdrFixed.fixed,
.body-faq .bottomNav.sp-only.fixed,
.body-faq #hdr .hdrFixed2.fixed .searchFixed,
.body-faq .hdrMiddle.hdrMiddle--logoLeft.hdrFixed2{
    position: static !important;
}
.body-howto #hdr .hdrFixed2.fixed .searchFixed,
.body-faq #hdr .hdrFixed2.fixed .searchFixed{
    display: none;
}
.body-howto .h_box[style="height: 131px;"],
.body-howto .h_box[style="height: 60px;"],
.body-faq .h_box[style="height: 131px;"],
.body-faq .h_box[style="height: 60px;"]{
    height: 0 !important;
}
.body-howto h1.__h1.c-h1.add_m_top,
.body-faq h1.__h1.c-h1.add_m_top{
    margin-top: 0px;
}

/* added 10-02-2023 */
.highlight-itemList--price.memberOnly{
	font-weight: bold;
}
.searchFixed.hide{
	display: none;
}
.p-product-set a{
	text-decoration: underline;
}
.p-product-set a:hover{
	text-decoration: none;
}
.estimateMessage.style2{
	text-align: left;
}
.estimateMessage.style2 h3{
	font-size: 28px;
	margin-bottom: 10px;
	color: #e60101;
}
.estimateMessage.style2 .message1{
	color: #333;
}
.main.main--product-detail section.__add-cart{
	text-align: right;
}
.__is-member .main--product-detail .__js-go-cart{
	display: block;
	text-decoration: underline;
	margin: 5px 10px;
	padding: 0 5px;
	position: relative;
	padding-right:10px;
}
.__is-member .main--product-detail .__js-go-cart:hover{
	text-decoration: none;
}
.__is-member .main--product-detail .__js-go-cart:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

button.__submit.c-button-submit.__js-add-cart{
	font-size: 20px;
}
button.__submit.c-button-submit.__js-add-cart i{
	font-size: 22px;
}
.main.main--product-detail .__set.p-product-set{
	margin-bottom: 1em;
}
@media screen and (max-width: 767px){
	.estimateMessage.style2{
		padding: 0 20px;
	}
	.estimateMessage.style2 h3{
		font-size: 22px;
		margin-bottom: 8px;
	}
	/* add_search_box sp adjustment  */
	.add_search_box #fsrecommenddiv21{
		overflow-x: hidden;
	}
	.add_search_box #fsrecommenddiv21>ul.itemList {
		width: 100%;
	}
	.cateList--detailPage .add_search_box ul{
		display: block;
	}
	.add_search_box .itemList .itemList__unit:before,
	.add_search_box .itemList .itemList__unit:after{
		left:20px;
		top:25px
	}
	.add_search_box .itemList .itemList__unit:after{
		top:47px;
	}
	.add_search_box .itemList a.itemWrap{
		text-align: left;
	}
	.add_search_box #fsrecommenddiv21>ul>.itemList__unit{
		max-width: 100%;
		box-sizing: border-box;
		padding:10px 0 10px 45px;
		border-bottom: 1px solid rgb(221, 221, 221);
	}
	.add_search_box #fsrecommenddiv21 > ul > li > a > img{
		float: left;
		max-height: 100px;
		width: 100px;
		margin-right:5px;
	}
	.add_search_box #fsrecommenddiv21>ul>.itemList__unit .labeler{
		top: 12px;
		position: absolute;
		left: 162px;
	}
	.add_search_box .itemList__unit p{
		font-size: 13px;
		line-height: 1.5;
		padding-top: 20px;
	}
}
/* end added 10-02-2023 */


/*詳細ページのみ表示*/
.__detail.tokubai {
  display: none;
}

/* gNav under */
.gNav .megaMenu__inner .inner_menu {
  margin-top: 10px;
}
.gNav .megaMenu__inner .inner_menu a {
  font-size: 14px !important;
}
/* //gNav under */

/* 商品一覧  小カテ */
section.__heading {
  margin-bottom: 20px;
}
section.__child {
  margin-bottom: 25px;
}
section.__child:before {
  content: "カテゴリーから探す";
  font-size: 16px;
  font-weight: bold;
}
.main.main--product-list section.__child ul {
  margin-top: 12px;
}
.main.main--product-list section.__child ul li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 7px;
}
.main.main--product-list section.__child ul li a {
  padding: 5px 7px !important;
  margin: 0;
  border: 2px solid #000 !important;
  border-radius: 5px;
  display: block;
}
#product_rankbtn {
    text-align: center;
    /*margin-bottom: 60px;*/
}
#product_rankbtn a{
    width: 90%;
    max-width: 700px;
}
/* //商品一覧  小カテ */

.body-news-detail .__content .tit_post {
    display: block;
    background: #f2f2f2;
    color: #e60203;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.body-news-detail .__content .post-list {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-bottom: 40px;
}
.body-news-detail .__content .post-list .post-list-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 14px 30px;
    box-sizing: border-box;
    align-items: center;
}
.body-news-detail .__content .post-list .post-list-item .num {
    width: 16%;
    font-size: 16px;
    font-weight: bold;
}
.body-news-detail .main.main--news-detail section.__article .__content .post-list .post-list-item .list-title {
    margin: 0;
    width: 58%;
    font-size: 18px;
    font-weight: bold;
    color: #0000fd;
}
.body-news-detail .__content .post-list .post-list-item .btn-post-list {
    display: block;
    border: 1px solid #df5757;
    border-radius: 20px;
    padding: 10px 10px;
    float: right;
    color: #df5757;
    transition: all ease 0.3s;
    max-width: 300px;
    width: 25%;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url(./img/news/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 5px;
}
.body-news-detail .__content .post-list .post-list-item .btn-post-list:hover {
    text-decoration: none;
    background-color: #df5757;
    color: #fff;
    background-image: url(./img/news/ico_arrow_hover.png);
}
.body-news-detail .__content .post-pack {
    margin-bottom: 50px;
}
.body-news-detail .txt_link {
    color: #0000fd;
}
.body-news-detail  .main--news .__article .__content .btn-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.body-news-detail .main--news .__article .__content a.button {
    color: #fff;
    width: 48%;
}
.body-news-detail .main--news .__article .__content a.button:hover {
    color: #e60101;
    text-decoration: none;
}
.body-news-detail .main--news .__article .__content .btn-wrap a.button:first-of-type {
    margin-right: 3%;
}

.__is-member [action="https://www.tajimaya-oroshi.net/estimate_confirm.php"] .__block--text {
  display: none;
}

@media screen and (max-width: 940px) {
    .body-news-detail .__content .post-list .post-list-item {
        padding: 20px 15px;
    }
    .body-news-detail .__content .post-list .post-list-item .num,
    .body-news-detail .main.main--news-detail section.__article .__content .post-list .post-list-item .list-title {
        padding-right: 10px;
        box-sizing: border-box;
    }
    .body-news-detail .main--news .__article .__content a.button {
        font-size: 90%;
    }
}
@media screen and (max-width: 768px) {
    .body-news-detail .__content .post-list .post-list-item .num {
        font-size: 100%;
    }
    .body-news-detail .main.main--news-detail section.__article .__content .post-list .post-list-item .list-title {
        font-size: 110%;
    }
    .body-news-detail .main--news .__article .__content a.button {
        font-size: 80%;
    }
    .body-news-detail .__content .post-pack,
    .body-news-detail .__content .post-list {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .body-news-detail .__content .post-list .post-list-item {
        display: block;
        overflow: hidden;
    }
    .body-news-detail .__content .post-list .post-list-item .num {
        width: 130px;
        float: left;
        padding-top: 7px;
    }
    .body-news-detail .main.main--news-detail section.__article .__content .post-list .post-list-item .list-title {
        width: auto;
        padding-right: 0;
        overflow: hidden;
    }
    .body-news-detail .__content .post-list .post-list-item .btn-post-list {
        display: block;
        width: 100%;
        margin: 20px auto 0;
        float: none;
    }
    .body-news-detail .main--news .__article .__content a.button {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 400px;
    }
    .body-news-detail .main--news .__article .__content .btn-wrap a.button:first-of-type {
        margin-right: auto;
    }
}


/* added banner slider*/
#banner_global {
  margin-top: 20px;
}
/*
.body-home #banner_global,
.body-product-detail #banner_global,
.body-product-list #banner_global {
display: block;
}
*/
.body-product-detail #banner_global,
.body-product-list #banner_global{
margin: 0 -10px;
}

#banner_global ul{
max-width: 1076px;
width:100%;
margin: 0 auto;
text-align: center;
display: block;
}
#banner_global .slick-slider{
max-width: 1074px;
}
#banner_global ul li{
margin: 3px;
display: inline-block;
}
#banner_global ul li a{
  padding: 0;
}
#banner_global .slick-prev:before, .slick-next:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
#banner_global .slick-next:before {
    content: "chevron_right";
}
#banner_global .slick-prev:before {
    content: "chevron_left";
}

/* Arrows */
#banner_global .slick-prev,
#banner_global .slick-next {
  background: #333;
}

/*toppage revision added 092525 */
#banner_global{
    background: #FCFBF8;
    padding-bottom: 20px;
}
.__is-member #banner_global{
    background: #fff;
    padding-bottom: 0px;
}
#banner_global .container{
    max-width: 1220px;
}
#banner_global .slick-slider {
    max-width: 1220px;
}

#banner_global .slick-slide img.sp_banner {
    display: none;
}
#banner_global .slick-slide img.pc_banner {
    display: block;
}
#banner_global .slick-prev, #banner_global .slick-next {
    background: #e60101;
    border: none;
    height: 87px;
}

#banner_global .slick-prev:before, #banner_global .slick-next:before {
    color: #fff;
}

#banner_global .subitems_box .h2D {
    background-color: #e60101;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

#banner_global .subitems_box{
    background: #fff;
    border: 2px solid #e60101;        
    width: 100%;
    max-width: 1220px;
    min-height: 326px;
}
#banner_global .subitems_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
}
#banner_global .subitems_wrap a{
    display: block;
    max-width: 228px;
    width: 19%;
    margin: 0.5%;

}
#banner_global .subitems_wrap a:hover{
    opacity:0.7;
}    
#banner_global .subitems_wrap a img{
    border: 1px solid #e7e7e7;
}
#banner_global .subitems_wrap a span{
            margin-top: 4px;
            display: block;
            position: relative;
}
#banner_global ul li {
    margin: 0px;
    display: inline-block;
}

#banner_global .subitems_wrap a span::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e60101;
    border-right: 2px solid #e60101;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}


.top_select{
    border-top: 1px solid #b9b9b9;
    padding: 70px 0 20px;
}
.top_select .h2D{
    font-size: 38px;
    margin-bottom: 55px;
}
.top_select .cateList li a{
    border: 2px solid #e60101;
    border-radius: 5px;
}
.top_select .cateList .button::after{
    border-top: 2px solid #e60101;
    border-right: 2px solid #e60101;
}
@media (max-width: 991px) {
    .top_select{
        padding: 35px 0 10px;
    }    
    .top_select .h2D{
        font-size: 24px;
        margin-bottom: 25px;
    }
    #banner_global .subitems_box .h2D{
        font-size: 14px;
    }
    #banner_global .subitems_wrap {
        margin: 10px 0;
    }
    #banner_global .subitems_wrap a{
        display: block;
        max-width: 228px;
        width: 45%;
        margin: 1%;
  
    }    
    #banner_global .subitems_wrap a span{
        font-size: 12px;
    }

}
@media (max-width: 640px) {
    #banner_global .slick-slide img.sp_banner {
        display: block;
    }
    #banner_global .slick-slide img.pc_banner {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-lg-c5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*toppage revision added 092525  END*/


/* added text 121423*/
.__news-notifier{
	margin-bottom: 0;
}
.addtional_text{
	text-align: center;
}
.add_case{
	max-width: 1220px;
	width: 95%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.add_case h1.h1_top{
	margin-bottom: 20px;
	position: relative;
	border-bottom: 0!important;
	padding-left: 20px;
}
.add_case .h1_top::before{
	content:"";
	position: absolute;
	width: 7px;
	height: 36px;
	background: #E70000;
	border-radius: 3px;
	left: 0;
	top: 28px;
}

@media screen and (max-width: 991px) {
.add_case h1.h1_top{
	font-size: 140%;
	line-height: 1.4;
	padding-left: 15px;
}
.add_case .h1_top::before{
	width: 5px;
	height: 24px;
	top: 23px;
}

}

.main.main--product-detail section.__information .__secondary h1.__title {
    font-size: 140%;
    margin: 0;
    line-height: 150%;
}
.jconfirm .jconfirm-type-green .jconfirm-content .__link{
    font-size: 22px;
    color: blue;
    display: inline-block;
    text-decoration: underline;
    margin: 10px 0 20px;
}
.jconfirm .jconfirm-type-green .jconfirm-content .__link:hover{
    text-decoration: none;
}

/* warning  */
.warning {
    background: #fff;
    padding: 25px;
}
.warning .warning_box{
    max-width: 1200px;
    margin: 0 auto;
    background: #fff5d9;
    padding: 20px;
    text-align: center;
}
.warning .warning_box h4{
    background-image: url(https://www.tajimaya-oroshi.net/uploads/img/additional/icon_caution.png);
    padding: 10px 32px;
    background-size: 32px;
    background-position: left center;
    font-size: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}
.warning .warning_box a{
    color: #001eff;
    font-weight: bold;
    text-decoration: underline;
}
.warning .warning_box a:hover{
  text-decoration: none;
}
.warning .warning_box label{
    padding: .6em 1em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-decoration: none;
    border-radius: .3em;
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.body-cart .__tax-included-price-caution .warning p{
    text-align: left;
}
.body-cart .__tax-included-price-caution .warning p:last-of-type{
    margin-bottom: 0;
}

.body-cart .warning_var,
.body-order-form .warning,
.body-order-confirm .warning_var{
  display: none;
}

.body-cart .warning_var,
.body-order-form .warning,
.body-order-confirm .warning_var,
.body-cart .warning label{
  display: none;
}
#cartForm1 .warning {
    width: 435px;
    padding: 20px 0 0;
    float: right;
    clear: both;
}
@media screen and (max-width: 600px) {
#cartForm1 .warning {
    width: 100%;
    float: none;
}
}

/*=== payment notice 07/30/25 ===*/
.payment_notice {
  border: 2px solid #cc0000;
  background-color: #ffe8e8;
  padding: 0;
  margin: 30px 0;
}
.payment_notice.style02{
  background-color: #fff5d9;
}

.payment_notice .tit_bar {
  background-color: #cc0000;
  padding: 12px;
}

.payment_notice .tit_text {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.payment_notice .content_wrap {
  padding: 15px;
}

.payment_notice .emp_question {
  background-color: #cc0000;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}

.payment_notice .emp_box {
  background-color: #fffacd;
  border: 1px solid #ffd700;
  padding: 8px;
  margin: 10px 0;
  font-weight: bold;
}

.payment_notice .paragraph {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

.payment_notice .email_box {
  background-color: white;
  border: 1px solid #cc0000;
  padding: 8px;
  text-align: center;
  margin: 10px 0;
}

.payment_notice .email_link {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

.payment_notice .step_list {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.8;
}