@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
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-sp2-1, .col-sp2-2, .col-sp2-3, .col-sp2-4, .col-sp2-5, .col-sp2-6, .col-sp2-7, .col-sp2-8, .col-sp2-9, .col-sp2-10, .col-sp2-11, .col-sp2-12, .col-sp2,
.col-sp2-auto, .col-sp-1, .col-sp-2, .col-sp-1_5, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp,
.col-sp-auto, .col-tab-1, .col-tab-2, .col-tab-1_5, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-10, .col-tab-11, .col-tab-12, .col-tab,
.col-tab-auto, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc,
.col-pc-auto, .itemList__unit {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  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-sp2-1, .col-sp2-2, .col-sp2-3, .col-sp2-4, .col-sp2-5, .col-sp2-6, .col-sp2-7, .col-sp2-8, .col-sp2-9, .col-sp2-10, .col-sp2-11, .col-sp2-12, .col-sp2,
  .col-sp2-auto, .col-sp-1, .col-sp-2, .col-sp-1_5, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp,
  .col-sp-auto, .col-tab-1, .col-tab-2, .col-tab-1_5, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-10, .col-tab-11, .col-tab-12, .col-tab,
  .col-tab-auto, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc,
  .col-pc-auto, .itemList__unit {
    margin-bottom: 20px;
    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%;
}

.col-pc {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-pc-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-pc-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-pc-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-pc-1_5, .itemList-pc--5 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-pc-3, .itemList-pc--4 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-pc-4, .itemList-pc--3 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-pc-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-pc-6, .itemList-pc--2 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-pc-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-pc-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-pc-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-pc-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-pc-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-pc-12, .itemList-pc--1 .itemList__unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-pc-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-pc-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-pc-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-pc-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-pc-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-pc-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-pc-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-pc-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-pc-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-pc-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-pc-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-pc-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-pc-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-pc-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-pc-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-pc-0 {
  margin-left: 0;
}

.offset-pc-1 {
  margin-left: 8.333333%;
}

.offset-pc-2 {
  margin-left: 16.666667%;
}

.offset-pc-3 {
  margin-left: 25%;
}

.offset-pc-4 {
  margin-left: 33.333333%;
}

.offset-pc-5 {
  margin-left: 41.666667%;
}

.offset-pc-6 {
  margin-left: 50%;
}

.offset-pc-7 {
  margin-left: 58.333333%;
}

.offset-pc-8 {
  margin-left: 66.666667%;
}

.offset-pc-9 {
  margin-left: 75%;
}

.offset-pc-10 {
  margin-left: 83.333333%;
}

.offset-pc-11 {
  margin-left: 91.666667%;
}

@media (max-width: 991px) {
  .col-tab {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tab-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-tab-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-tab-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-tab-3, .itemList-tab--4 .itemList__unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tab-4, .itemList-tab--3 .itemList__unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-tab-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-tab-6, .itemList-tab--2 .itemList__unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tab-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-tab-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-tab-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tab-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-tab-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-tab-12, .itemList-tab--1 .itemList__unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tab-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-tab-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-tab-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-tab-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-tab-0 {
    margin-left: 0;
  }
  .offset-tab-1 {
    margin-left: 8.333333%;
  }
  .offset-tab-2 {
    margin-left: 16.666667%;
  }
  .offset-tab-3 {
    margin-left: 25%;
  }
  .offset-tab-4 {
    margin-left: 33.333333%;
  }
  .offset-tab-5 {
    margin-left: 41.666667%;
  }
  .offset-tab-6 {
    margin-left: 50%;
  }
  .offset-tab-7 {
    margin-left: 58.333333%;
  }
  .offset-tab-8 {
    margin-left: 66.666667%;
  }
  .offset-tab-9 {
    margin-left: 75%;
  }
  .offset-tab-10 {
    margin-left: 83.333333%;
  }
  .offset-tab-11 {
    margin-left: 91.666667%;
  }
}

html {
  font-size: 10px;
  letter-spacing: 0.5px;
}

*,
*::before,
*::after {
  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: 60px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}

p {
  display: block;
  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;
}

.row img {
  max-width: 100%;
}

i.material-icons {
  font-size: 24px;
}

.highlight {
  background: #f2f2f2;
  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--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: rgb(234, 14, 14) !important;
}

.text--secondary {
  color: #ef7d7d !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;
  }
}

.mincho,
.text--serif {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.flex-center,
.tab--typeB .tabSwitch,
.tab--typeC .tabSwitch,
.iconNav__cart .cartAmount {
  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,
.iconNav__cart .cartAmount .flex-center__inner {
  display: block;
  width: 100%;
}

.alignCenter,
.newsList li,
a.iconButton,
.newsList--typeB,
.tab--typeA .tabSwitch li,
.hdr--typeE .hdrMiddle__middle,
.hdr--typeE .hdrBottom .hdrInner,
.telAndTime > div {
  display: -webkit-flex;
  display: -ms-flex;
  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: #f2f2f2;
  color: rgb(234, 14, 14);
}

.side__cateNav .hasChildren > ul,
.side__cateNav .hasChildren--click > ul {
  display: none;
}

.side__cateNav .hasChildren > ul li,
.side__cateNav .hasChildren--click > ul li {
  background: #f2f2f2;
  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 {
  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;
  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: rgb(234, 14, 14);
  right: 13px !important;
}

a.side__txtBnr,
.side__txtBnr {
  text-align: center;
  padding: 10px 20px;
  display: block;
  border: 5px solid rgb(234, 14, 14);
}

a.side__txtBnr strong,
.side__txtBnr strong {
  font-size: 16px;
  display: block;
  line-height: 24px;
}

a.side__txtBnr small,
.side__txtBnr small {
  font-size: 12px;
  display: block;
  line-height: 24px;
  color: rgb(234, 14, 14);
}

a.side__txtBnr:before,
.side__txtBnr:before {
  content: "";
  display: block;
  top: 50%;
  right: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  background: rgb(234, 14, 14);
  transform: translateY(-50%);
  transition: 0.2s;
}

a.side__txtBnr:after,
.side__txtBnr:after {
  border-color: #fff !important;
}

a.side__txtBnr:hover:before,
.side__txtBnr:hover:before {
  right: 6px;
  transition: 0.2s;
}

a.side__txtBnr--typeB,
.side__txtBnr--typeB {
  background: rgb(234, 14, 14);
  color: #fff;
}

a.side__txtBnr--typeB:before,
.side__txtBnr--typeB:before {
  background: #fff;
}

a.side__txtBnr--typeB:after,
.side__txtBnr--typeB:after {
  border-color: rgb(234, 14, 14) !important;
}

a.side__txtBnr--typeB small,
.side__txtBnr--typeB small {
  color: #fff;
}

a:visited {
  color: #1b1b1b;
}

.fs-l-page {
/*  min-width: 1220px;*/
  overflow: hidden;
}

.fs-trial-header {
  display: none !important;
}

.member.my-false {
  display: none !important;
}

.guest.my-true {
  display: none !important;
}

/* CV関連ページのサブカラム非表示 */
/* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain,
.fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-checkout-amazon .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  float: none;
}

.fs-body-checkout #side,
.fs-body-cart #side,
.fs-body-checkout-success #side,
.fs-body-checkout-multiAddress-options #side,
.fs-body-checkout-multiAddress-confirm #side,
.fs-body-checkout-multiAddress-products #side,
.fs-body-checkout-multiAddress #side,
.fs-body-checkout-multi #side,
.fs-body-customerDetails #side,
.fs-body-checkout-amazon #side,
.fs-body-my-addressbook-new #side,
.fs-body-cart-login #side {
  display: none !important;
}

.fs-body-checkout .fs-l-sideArea,
.fs-body-cart .fs-l-sideArea,
.fs-body-checkout-success .fs-l-sideArea,
.fs-body-checkout-multiAddress-options .fs-l-sideArea,
.fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
.fs-body-checkout-multiAddress-products .fs-l-sideArea,
.fs-body-checkout-multiAddress .fs-l-sideArea,
.fs-body-checkout-multi .fs-l-sideArea,
.fs-body-customerDetails .fs-l-sideArea,
.fs-body-checkout-amazon .fs-l-sideArea,
.fs-body-my-addressbook-new .fs-l-sideArea,
.fs-body-cart-login .fs-l-sideArea {
  display: none !important;
}

/* //CV関連ページのサブカラム非表示 */
/*  　　　　　　　　*/
/* ヘッダー */
/*  　　　　　　　　*/
.fs-l-header {
  display: block;
  padding-top: 0;
}

/*  　　　　　　　　*/
/* ボタン関連調整 */
/*  　　　　　　　　*/
.fs-c-button--primary {
  font-size: 18px;
  font-weight: bold;
  padding: 1.0em 1.5em;
  background: rgb(234, 14, 14);
  border: 1px solid rgb(234, 14, 14);
  color: #ffffff;
}

/* 商品画像拡大ボタン */
.fs-c-productMainImage {
  position: relative;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  /* left: 0; */
  padding: 0;
}

.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer button.fs-c-button--viewExtendedImage.fs-c-button--plain {
  padding: 10px;
}

.fs-c-productMainImage .fs-c-productMainImage__image,
.fs-c-productThumbnail .fs-c-productThumbnail__image {
  cursor: pointer;
}

.fs-c-productMainImage .fs-c-productMainImage__image:hover,
.fs-c-productThumbnail .fs-c-productThumbnail__image:hover {
  opacity: 0.8;
}

.fs-c-productThumbnail {
  margin-left: -4px;
  margin-right: -4px;
}

button.fs-c-button--viewExtendedImage.fs-c-button--plain:hover {
  text-decoration: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #ffffff !important;
  background: rgb(234, 14, 14);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: bold;
}

.itemList .fs-c-productPrice {
  line-height: 24px;
}

.ccItemListContainer .itemList--typeC .itemWrap {
  padding-bottom: 35px;
}

.ccItemListContainer .itemList--typeC .itemWrap:before {
  line-height: 1;
}

/*  　　　　　　　　*/
/* //ボタン関連調整 */
/*  　　　　　　　　*/
/*  　　　　　　　　*/
/* //商品詳細レイアウト */
/*  　　　　　　　　*/
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
    grid-gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

/*  　　　　　　　　*/
/* //商品詳細レイアウト */
/*  　　　　　　　　*/
.fs-c-breadcrumb {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  padding: 12px 0;
}

@media (max-width: 1200px) {
  .fs-c-breadcrumb {
    padding: 12px 20px;
  }
}

.fs-c-breadcrumb__list {
  padding: 0;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: ">";
  display: inline-block;
  margin: 0 3px;
}

/*  　　　　　　　　*/
/* 商品詳細価格表示周り */
/*  　　　　　　　　*/
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 20px;
  font-weight: bold;
}

.fs-c-productPrice {
  line-height: 36px;
}

.fs-c-productPointDisplay {
  font-size: 14px;
  padding: 2px 8px;
}

.fs-c-variationLabel {
  font-size: 16px;
  line-height: 24px;
}

.fs-c-variationAndActions {
  margin: 30px 0 !important;
}

.fs-l-productLayout .fs-c-inquiryAboutProduct, .fs-l-productLayout .fs-c-returnedSpecialContract, .fs-l-productLayout .fs-c-productReview__addReview {
  margin-bottom: 0 !important;
  padding: 6px 0;
  line-height: 24px;
}

.fs-c-productNumber {
  padding: 2px 8px;
  margin-bottom: 0 !important;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  margin: 20px 0;
}

/*  　　　　　　　　*/
/* //商品詳細価格表示周り */
/*  　　　　　　　　*/
/*  　　　　　　　　*/
/* 商品詳細カート周り */
/*  　　　　　　　　*/
/* 返品特約、お問い合わせボタン */
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
a.fs-c-button--addReview--detail.fs-c-button--plain {
  color: #1b1b1b;
  border: 2px solid #dfdfdf;
  padding: 5px 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a:hover,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain:hover,
a.fs-c-button--addReview--detail.fs-c-button--plain:hover {
  background: #f2f2f2;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-decoration: none;
}

.fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
}

/* お気に入りボタン */
button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  background: #fff;
  border: 2px solid #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.fs-c-productQuantityAndWishlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-rows: auto;
}

button.fs-c-button--addToCart--variation.fs-c-button--primary {
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 5px;
  line-height: 24px;
  background: rgb(234, 14, 14);
  color: #ffffff;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary {
  font-size: 20px;
  border-radius: 6px;
}

/* 数量ボタンに上下ボタン表示 */
.fs-c-quantity__select,
select[name="quantity"] {
  -webkit-appearance: menulist;
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 128px;
  grid-template-columns: auto 1fr 40px 128px;
}

.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
  padding: 0;
}

.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__wishlist {
  /* padding-right: 10px; */
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  display: block;
  margin: 12px 0;
}

.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 12px;
  line-height: 24px;
}

.fs-l-product2 .fs-c-productNameHeading.fs-c-heading {
  margin-bottom: 20px;
  font-size: 24px;
}

.fs-l-product2 .fs-c-returnedSpecialContract {
  margin-bottom: 8px;
}

/*  　　　　　　　　*/
/* //商品詳細カート周り */
/*  　　　　　　　　*/
/*  　　　　　　　　*/
/* 商品一覧 */
/*  　　　　　　　　*/
/* 画像拡大ボタン削除（詳細ページへの誘導強化のため） */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

/*  　　　　　　　　*/
/* //商品一覧 */
/*  　　　　　　　　*/
/* カートページ */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 105px;
}

/* オリジナルCSS解除関連 */
.searchForm input[type="text"] {
  min-height: auto;
}

/* カラム数調整 */
.fs-l-main {
  padding: 0;
  max-width: 1200px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .fs-l-main {
    padding: 0 20px;
  }
}

body.fs-body-top .fs-l-main {
  margin: 0;
  padding: 0;
}

aside#side,
.fs-l-main .fs-l-sideArea {
  padding: 0;
  margin: 0;
  max-width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.fs-l-main .fs-l-pageMain {
  max-width: 910px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 910px;
  flex: 0 0 910px;
}

@media (max-width: 991px) {
  #side{
    display:none;
  }

  .fs-l-main .fs-l-pageMain{
    flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    }

}

body.fs-body-top .fs-l-main {
  max-width: none;
  margin: 0;
  display: block;
}

body.fs-body-top .fs-l-main aside#side,
body.fs-body-top .fs-l-main .fs-l-sideArea {
  display: none;
}

body.fs-body-top .fs-l-main .fs-l-pageMain {
  max-width: none;
}

.fs-c-heading--page {
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}

.fs-c-documentArticle__heading {
  background: transparent;
  color: #1b1b1b;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.fs-c-documentColumn__heading {
  border: none;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: bold;
  color: rgb(234, 14, 14);
  line-height: 24px;
  padding: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

address.fs-p-address,
address.fs-c-address {
  text-decoration: none;
  font-style: normal;
  line-height: 24px;
  font-size: 14px;
}

article.fs-c-documentArticle {
  margin-bottom: 60px;
  padding: 0;
}

section.fs-c-documentColumn:not(:last-child),
section.fs-c-documentArticle__content {
  margin-bottom: 40px;
}

section.fs-c-documentColumn:last-child,
section.fs-c-documentArticle__content:last-child {
  margin-bottom: 0;
}

.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 0;
}

.fs-c-note {
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
  background: #f2f2f2;
}

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

.hdrTop .hdrInner > * {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.hdrMiddle .hdrInner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.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 40px;
}

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

.hdr--typeA .hdrTop {
  background: #f2f2f2;
}

.hdr--typeA .hdrBottom {
  background: rgb(234, 14, 14);
}

.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: #f2f2f2;
}

.hdr--typeB .hdrTop .hdrInner > * {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.hdr--typeB .hdrInfo {
  text-align: right;
}

.hdr--typeB .hdrBottom {
  background: #f2f2f2;
}

.hdr--typeE .hdrTop {
  background: rgb(234, 14, 14);
  color: #ffffff;
}

.hdr--typeE .hdrTop a {
  color: #ffffff;
}

.hdr--typeE .hdrTop a::after {
  border-color: #ffffff !important;
}

.hdr--typeE .hdrTop a:hover {
  color: #ffffff;
}

.hdr--typeE .hdrMiddle__left {
  max-width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hdr--typeE .hdrMiddle__middle {
  max-width: auto;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  padding: 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdr--typeE .hdrMiddle__right {
  max-width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hdr--typeE .hdrBottom {
  background: #f2f2f2;
}

.hdr--typeE .hdrBottom .hdrInner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hdr--typeE .hdrBottom .hdrInner .gNav {
  max-width: calc(100% - 240px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
}

.hdr--typeE .hdrBottom .hdrInner .gNav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hdr--typeE .hdrBottom .hdrInner .searchForm {
  width: auto;
  max-width: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.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: rgb(234, 14, 14);
  padding: 20px 0;
}

.itemList .itemList__unit {
  line-height: 24px;
}

.itemList a.itemWrap {
  display: block;
}



.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 {
  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;
  transition: 0.1s;
  padding: 20px;
  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 {
  transition: 0.2s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.itemList--typeC .itemWrap:hover:before, .itemList--typeC .itemWrap:active:before {
  color: rgb(234, 14, 14);
}

.itemList--typeC .itemWrap .itemPrice {
  padding-right: 60px;
}

.itemList--typeD .itemWrap {
  transition: 0.1s;
  border-radius: 6px;
  padding: 20px;
  background: #fff;
}

.itemList--typeD .itemWrap:hover, .itemList--typeD .itemWrap:active {
  transition: 0.2s;
  transform: translateY(-3px);
}

.itemList--typeD .itemWrap:hover:before, .itemList--typeD .itemWrap:active:before {
  color: rgb(234, 14, 14);
}

.itemList--typeD .itemWrap .button {
  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: rgb(234, 14, 14);
}

.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: rgb(234, 14, 14);
}

.articleList--typeB .articleList__wrap:hover .articleList__text:after, .articleList--typeB .articleList__wrap:active .articleList__text:after {
  border-color: rgb(234, 14, 14);
}

.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 {
  transition: 0.2s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
  padding-right: 0 !important;
}

.articleList--typeD .articleList__wrap:hover:before, .articleList--typeD .articleList__wrap:active:before {
  color: rgb(234, 14, 14);
}

.articleList--typeD .articleList__wrap:hover:after, .articleList--typeD .articleList__wrap:active:after {
  border-color: rgb(234, 14, 14);
}

.articleList--typeD .articleList__img {
  margin-bottom: 0;
  max-width: 135px;
  height: 135px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.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: rgb(234, 14, 14);
  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;
}

.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: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}

.newsList--typeB .newsList__head {
  margin: 0 40px;
  flex: 0 1 auto;
}

.newsList--typeB .newsList__body {
  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;
}

.mainSliderSec {
  overflow: hidden;
}

.mainSliderSec .mainSliderSec__inner {
  position: relative;
}

.mainSliderSec--typeA .mainSliderSec__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mainSliderSec div.mainSliderSec__inner {
    max-width: 780px;
}

.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;
  transform: rotate(135deg);
  margin: auto;
}

.bnrList a {
  display: block;
}

.bnrList a:hover {
  color: rgb(234, 14, 14);
}

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

.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: rgb(234, 14, 14);
  background: #f2f2f2;
}

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

.conceptA {
  padding: 40px 10px;
  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: 40px 20px;
}

.conceptA p {
  line-height: 30px;
}

.conceptB .text--left, .conceptB .text--left small {
  text-align: left !important;
}

.conceptC {
  position: relative;
  overflow: hidden;
}

.conceptC__bg {
  z-index: 2;
  overflow: hidden;
  position: relative;
  display: block;
  background: url("") no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}

.conceptC__bg.container {
  background-size: 1200px auto;
}

.conceptC .conceptC__text {
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.9);
  padding: 60px;
  margin: 60px auto 60px 60px;
  width: 520px;
  color: #fff;
}

.conceptC .conceptC__text--right {
  margin: 60px 60px 60px auto;
}

.conceptC h2 span, .conceptC h2 small {
  color: #fff;
}

.conceptC p {
  line-height: 30px;
  color: #fff;
}

.conceptC h2, .conceptC h2 span, .conceptC h2 small, .conceptC p {
  text-align: left;
}

.conceptD__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.conceptD__img, .conceptD__text {
  max-width: calc(50% + 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% + 30px);
  flex: 0 0 calc(50% + 30px);
}

.conceptD__img {
  position: relative;
  z-index: 2;
}

.conceptD__img img {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 60px);
  -o-object-fit: cover;
  object-fit: cover;
}

.conceptD__text {
  position: relative;
  z-index: 3;
  margin: 60px 0 0px -60px;
  padding: 60px;
  background: #000;
  color: #fff;
}

.conceptD__text h2 span, .conceptD__text h2 small {
  color: #fff;
}

.conceptD__text p {
  line-height: 30px;
  color: #fff;
}

.conceptD__text h2, .conceptD__text h2 span, .conceptD__text h2 small, .conceptD__text p {
  text-align: left;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.tabSwitch {
  margin-bottom: 30px;
}

.tabSwitch, .tabSwitch > li {
  list-style: none;
  transition: 0.15s;
  cursor: pointer;
}

.tabSwitch:hover, .tabSwitch > li:hover {
  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: #f2f2f2;
  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: rgb(234, 14, 14);
}

.tab--typeA .tabSwitch li:after {
  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: rgb(234, 14, 14);
  color: #ffffff;
  border-right: 1px solid #dfdfdf;
  transition: 0.15s;
}

.tab--typeA .tabSwitch li.active:after {
  transition: 0.15s;
  border-color: rgb(234, 14, 14) 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: rgb(234, 14, 14);
}

.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 rgb(234, 14, 14);
  font-weight: bold;
  color: rgb(234, 14, 14);
}

.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;
  transition: 0.15s;
}

.tab--typeC .tabSwitch li:hover span {
  color: rgb(234, 14, 14);
  background: #f2f2f2;
  transition: 0.15s;
}

.tab--typeC .tabSwitch li.active > span {
  border: 2px solid rgb(234, 14, 14);
  color: #ffffff;
  background: rgb(234, 14, 14);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  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: rgb(234, 14, 14);
  border-radius: 50%;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: rgb(234, 14, 14);
  opacity: 0.75;
}

.button,
.button--typeA,
.button--typeB,
.button--typeC,
.button--typeD,
.megaMenu__button,
a.button {
  position: relative;
  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 {
  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: rgb(234, 14, 14);
  color: #ffffff;
  border: 2px solid rgb(234, 14, 14);
  border-radius: 100px;
  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: rgb(234, 14, 14);
  background-color: #ffffff;
  color: rgb(234, 14, 14);
}

.button--typeA.arrow:hover::after,
a.button--typeA.arrow:hover::after,
.button.arrow:hover::after,
a.button.arrow:hover::after {
  border-color: rgb(234, 14, 14);
  right: 10px;
}

.button--typeA:hover,
a.button--typeA:hover,
.button:hover,
a.button:hover {
  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 rgb(234, 14, 14);
  background-color: #ffffff;
  color: rgb(234, 14, 14);
  border-radius: 100px;
}

.button--typeB:after,
a.button--typeB:after,
.button--typeB:after,
a.button--typeB:after {
  border-color: rgb(234, 14, 14);
}

.button--typeB:hover,
a.button--typeB:hover,
.button--typeB:hover,
a.button--typeB:hover {
  background: #f2f2f2;
}

.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 rgb(234, 14, 14);
  background-color: #ffffff;
  border-radius: 0;
  color: rgb(234, 14, 14);
  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: rgb(234, 14, 14);
  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 rgb(234, 14, 14);
  border-radius: 0;
  transition: 0.15s;
}

.button--typeC:hover:before,
a.button--typeC:hover:before,
.button--typeC:hover:before,
a.button--typeC:hover:before {
  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 rgb(234, 14, 14);
  background-color: #ffffff;
  border-radius: 100px;
  color: rgb(234, 14, 14);
  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: rgb(234, 14, 14);
  border-width: 1px;
}

.button--typeD:before,
a.button--typeD:before,
.button--typeD:before,
a.button--typeD:before {
  transition: 0.15s;
  z-index: 2;
  content: "";
  position: absolute;
  display: block;
  background: rgb(234, 14, 14);
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  border: 1px solid rgb(234, 14, 14);
  border-radius: 100px;
}

.button--typeD:hover span,
a.button--typeD:hover span,
.button--typeD:hover span,
a.button--typeD:hover span {
  background: rgb(234, 14, 14);
  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 {
  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: rgb(234, 14, 14);
  color: #ffffff;
}

.copyright--typeB {
  border-top: 1px solid #dfdfdf;
}

.copyright--typeC {
  background: #f2f2f2;
}

.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: rgb(234, 14, 14);
}

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

.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__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;
  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 {
  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: rgb(234, 14, 14);
  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,
li.hasChildren > a {
  position: relative;
  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,
li.hasChildren > a:hover {
  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,
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;
  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,
li.hasChildren > a:hover::after {
  transition: 0.2s;
  margin-left: 3px;
  border-color: rgb(234, 14, 14);
}

.megaMenu .button,
.megaMenu .megaMenu__button,
.side__cateNav ul li a,
.drawer__nav li a,
a.iconButton,
.cateList .button,
.side__txtBnr,
.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,
.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,
.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: rgb(234, 14, 14);
}

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

.searchForm {
  width: 300px;
}

.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: 100%;
}

.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  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: #f2f2f2;
  border-radius: 6px;
}

.searchForm.searchFormD .searchForm__inner {
  background: #f2f2f2;
  border-radius: 100px;
}

.searchForm.searchFormE {
  border-bottom: 1px solid #dfdfdf;
}

table tr th, table tr td {
  overflow-wrap: break-word;
  line-height: 1.6;
}

table.table--basic {
  width: 100%;
  table-layout: fixed;
}

table.table--basic tr th, table.table--basic tr td {
  border: 1px solid #0d7354;
  padding: 0.5em;
}

table.table--basic tr th {
  background: #13a176;
  font-weight: normal;
  width: 25%;
}

table.table--menu {
  width: 100%;
}

table.table--menu caption {
  border-bottom: 1px solid #9b9b9b;
  padding: 0.5em 0.5em 0.75em;
  font-weight: bold;
  font-size: 14.2rem;
}

@media (max-width: 767px) {
  table.table--menu caption {
    font-size: 14rem;
  }
}

table.table--menu tr th, table.table--menu tr td {
  border-bottom: 1px solid #9b9b9b;
  padding: 0.75em 0.5em;
  word-break: break-all;
}

table.table--menu tr th:last-child, table.table--menu tr td:last-child {
  text-align: right;
  min-width: 5em;
  vertical-align: middle;
}

table.table--menu tr th small, table.table--menu tr td small {
  color: #686868;
}

table.table--menu tr th {
  font-weight: normal;
  text-align: left;
}

table.table--schedule {
  width: 100%;
}

table.table--schedule tbody tr th, table.table--schedule tbody tr td, table.table--schedule thead tr th, table.table--schedule thead tr td {
  padding: 0.5em;
  border: 1px solid #0d7354;
  text-align: center;
}

table.table--schedule thead tr th, table.table--schedule thead tr td {
  background: #13a176;
  font-weight: normal;
}

table.table--schedule tbody tr th, table.table--schedule tbody tr td {
  font-weight: normal;
  color: #1b1b1b;
}

table.table--schedule tbody tr th:first-child, table.table--schedule tbody tr td:first-child {
  width: 30%;
  min-width: 10rem;
}

table.table--schedule tbody tr th {
  width: 25%;
}

.h2A, .h2B, .h2C, .h2D, .h2E, .h2F, .h2G {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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;
}

.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: rgb(234, 14, 14);
}

.h2C .arrow:after, .h2E .arrow:after {
  border-color: rgb(234, 14, 14);
  border-width: 2px;
}

.h2D span {
  display: block;
  text-align: center;
  margin-top: 6px;
}

.h2D small {
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 10px;
  color: #ffffff;
  background: #ef7d7d;
}

.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 rgb(234, 14, 14);
}

.h2F small {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.h3A, .h3B, .h3C, .h3D, .h3E, .h3F, .h3G {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  color: #1b1b1b;
}

.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 #ef7d7d;
}

.fs-c-documentArticle__heading,
.h3E {
  padding-bottom: 5px;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
}

.fs-c-documentArticle__heading:after,
.h3E:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background: #ef7d7d;
  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: rgb(234, 14, 14);
}

.exNav.exNav--typeA ul li a {
  padding-left: 20px;
}

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

.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: rgb(234, 14, 14);
  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;
}

.telAndTime > div {
  white-space: nowrap;
}

.telAndTime > div i {
  margin-right: 5px;
}

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

.iconNav span:hover img, .iconNav span:hover i,
.iconNav a:hover img,
.iconNav a:hover i {
  opacity: 0.8;
  color: rgb(234, 14, 14);
}

.iconNav i {
  font-size: 30px;
}

.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: #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: rgb(234, 14, 14);
}

.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: #f2f2f2;
}

.fs-c-orderedList > li::before{
content: counter(number) ")";
}

@media (max-width: 1200px) {
.fs-l-main .fs-l-pageMain {
  max-width: 100%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
}
.fs-p-productDescription--short{
color:#f00;
}

.taR{
    text-align: right;
}

.fs-c-accountService > li:last-child{
    height:auto;
}


.fs-c-cartDiscountInfo__title{
    color: #00F;
    font-size: 22px;
    margin-bottom: 8px;
}
.fs-c-cartDiscountInfo__body{
    color: #00F;
    font-size: 22px;
}
.fs-c-cartDiscountInfo__info__current{
    color: #F00;
}
.fs-c-cartDiscountInfo.fs-c-cartDiscountInfo--volume{
    padding:10px;
    border: 1px solid #00F;
}
.fs-c-cartDiscountInfo__more{
    color: #F00;
}

//harada-2026-add

//reset

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

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

/* Box sizing border-box for all elements */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove link underline and set inherit color */
a {
  text-decoration: none;
  color: inherit;
}

/* Images never overflow their container, and keep their aspect ratio */
img {
  max-width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Remove outline for inputs/buttons on focus (handle focus style yourself) */
input, textarea, button, select {
  outline: none;
  font: inherit;
}

.fs-l-productLayout__item__under {
  grid-column: 1 / -1;
} 

.fs-p-productDescription--full {
  padding: 24px;
  background-color: #ffffff;
}

.fs-p-productDescription--short {
  background-color: #F8F7F5;
}

.fs-body-product {
  background-color: #F8F7F5;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}


.pS-Description {
  font-size: 14px;
  color: #333333;
  margin-bottom: 32px !important;
  font-weight: 600;
}

.pS-Links a {
  color: #C81432 !important;
  font-size: 13px;
  font-weight: 600;
}

 .heading {
  font-size: 20px;
  padding-left: 6px;
  border-left: solid 6px #C81432;
  margin-bottom: 12px;
}

.gray {
  padding-top:40px !important; 
}


.fs-c-productNameHeading__name{font-size:32px; line-height:1.4em;}
.fs-c-price{ margin-left: 16px;}
.fs-c-price__currencyMark,.fs-c-price__value {color: #333333;}
.fs-c-price__value {font-size: 32px;}
.fs-c-button--addToCart--detail{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: fit-content;
  min-width: 0 !important;
  padding: 12px 51px;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background-color: #C81432 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.2s;
}

.fs-c-productActionButton {justify-content: flex-start !important; margin-bottom: 32px !important; }

/* ======================================== */
/* 商品詳細おすすめ商品セクション全体 */
/* ======================================== */

/* TOPの定番商品と同じ背景・余白。フリーパーツ側で既に余白が付いている場合は
   この padding を 0 にして調整する */
.fs-c-featuredProduct.fs-c-featuredProduct {
  padding: 120px 20px !important;
  background-color: #F8F7F5 !important;
  text-align: center;
}

/* ======================================== */
/* 見出し */
/* ======================================== */

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__header {
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  text-align: center !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #C81432 !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center !important;
}

/* TOPの .stapleProduct__line（190pxの点線）にあたる装飾。
   区切り線用の要素がHTMLに無いので疑似要素で作る */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__title::after {
  content: "";
  display: block;
  width: 190px;
  height: 0;
  margin: 16px auto 0;
  border-top: 1px dotted #C81432;
}

/* ======================================== */
/* 1件あたりの幅 */
/* ======================================== */

/*
 * スライダーが4件表示の設定になっているため、商品が3件だと
 * 右に1件分の空きが残って左寄せに見える。
 * ここでJSが書き込んだ幅を打ち消し、実際に並んでいる件数で
 * 均等に分けるようにしている。
 *
 * flex: 1 1 0 にしているので、件数が3件でも4件でも自動で均等割りになる。
 * 管理画面側で表示件数を3に直したら、このブロックは削除してよい。
 */

/* 送り／戻しの矢印とドットは、全件が一度に並ぶため不要 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__ctrl,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-arrow,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-dots {
  display: none !important;
}

/* 3等分の基準になる幅。TOPの .stapleProduct__content と同じ1200px */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__list {
  max-width: 1200px;
  margin: 64px auto 0 !important;
  padding: 0 !important;
}

/* 上の1200pxをそのまま内側へ渡す。テーマが独自の幅や余白を持っていると
   3等分の計算が狂うため打ち消しておく */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* スライダーは表示領域を切り抜いているので、その指定を解除する */
.fs-c-featuredProduct.fs-c-featuredProduct .slick-list {
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * 商品を並べている親要素。環境によってクラス名が変わりうるため両方を対象にしている。
 * display:flex にしているのは、横に流す動き（transform）を止めるのと、
 * 商品の高さを揃えるため。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-track {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
  width: 100% !important;
  max-width: none !important;
  /* スライダーが書き込む高さを必ず解除する。ここに数値が残っていると
     商品が枠内に押し縮められ、画像が文字の上にはみ出して重なる */
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

/*
 * slick本体のCSSは、回り込み解除のために親へ中身の無い要素を2つ足している
 * （.slick-track::before / ::after）。
 * 親を display:flex にするとこの2つも「並ぶ中身」として数えられてしまい、
 * 隙間が2つ分（64px）余計に入って3等分が狂う。そのため無効化する。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack::before,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack::after,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-track::before,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-track::after {
  content: none !important;
  display: none !important;
}

/*
 * 1件あたりの幅。1200px から隙間2つ分（32px × 2 = 64px）を引いて3で割る。
 * → (1200 - 64) ÷ 3 = 378.67px
 *
 * 割り切れない端数はブラウザに任せるため、px直書きではなく calc で書いている。
 * 隙間を変えるときは上の gap と、ここの 64px（= gap × 2）を必ず両方直すこと。
 *
 * ■ セレクタが長い理由（重要・単純化しないこと）
 * 商品を囲む要素は入れ子で2重になっていることがある。
 * 「親の直下すべて（> *）」のような書き方をすると、内側の囲みにも幅が当たり、
 * 1200px → 約386px → 約128px と2回割られて画像が極端に小さくなり、
 * 文字が枠からはみ出して商品同士が重なる。
 *
 * そのため「囲みの直下にある商品（または商品を包む1枚）」だけを
 * 名指しし、囲み自体には絶対に当たらないようにしている。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .slick-slide,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .fs-c-productListCarousel__list__item,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .slick-slide,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 calc((100% - 64px) / 3) !important;
  width: calc((100% - 64px) / 3) !important;
  max-width: calc((100% - 64px) / 3) !important;
  min-width: 0 !important;
  /* height は auto のままにすること。数値を入れると、隣の背の高い商品に
     合わせて伸びる動き（align-items: stretch）が止まる */
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/*
 * 商品を包む1枚がある場合の指定。囲みが1枚か2枚かは環境で変わるため、
 * 中の商品は「直下」ではなく「中にあるもの」として拾っている。
 *
 * ・幅いっぱいに広げる。min-width:0 を付けないと、長い商品名が縮まずに
 *   枠からはみ出して隣と重なる
 * ・高さは flex: 1 1 auto で「余った分だけ伸びる」形にする。
 *   height: 100% だと、上位に高さが残っていた場合そこに押し込められ、
 *   画像が縮まずにはみ出して文字と重なる
 */
.fs-c-featuredProduct.fs-c-featuredProduct .slick-slide > div,
.fs-c-featuredProduct.fs-c-featuredProduct .slick-slide .fs-c-productListItem {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* スライダーが繰り返し表示の設定のときに作る商品の複製。
   全件を並べると同じ商品が重複して見えるので隠す。
   ※ .slick-slide の指定より後ろに置くこと。順番を入れ替えると
     詳細度が同じため打ち負けて複製が表示される */
.fs-c-featuredProduct.fs-c-featuredProduct .slick-cloned {
  display: none !important;
}

/* ======================================== */
/* 商品1件（カード装飾を外す） */
/* ======================================== */

/*
 * テーマが付けている白背景・角丸・影・枠線・内側余白を全て外し、
 * TOPと同じ「背景に直接、画像が幅いっぱい」の見え方にする。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  /* 長い商品名で枠が押し広げられ、隣の商品と重なるのを防ぐ */
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

/* --- 画像 --- */

/* flex-shrink を 0 にして、画像だけが押し縮められて
   文字の上にはみ出すのを防いでいる */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__imageContainer,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__image {
  flex: 0 0 auto !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* 画像は遅延読み込みで、読み込み前は src が空。
   先に正方形の高さを確保しておかないと読み込み時にレイアウトがずれる */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__image {
  aspect-ratio: 1 / 1;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__image__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* --- 商品名 --- */

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__productName {
  margin: 0 !important;
  padding: 24px 4px 0 !important;
  border: 0 !important;
  background: none !important;
  color: #1a1a1a !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productName__name {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__productName a {
  color: inherit !important;
  text-decoration: none !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__productName a:hover {
  color: #C81432 !important;
}

/* --- マーク（クール便でお届け・送料無料 等） --- */

/*
 * マークの見た目はFutureShop標準のままにする（意図的に指定していない）。
 * 位置だけ、商品名の下に左寄せで置くための余白を持たせている。
 *
 * 色や枠を触ると fs-c-mark--coolDelivery / --freeShipping など
 * 種類ごとの色分けが潰れるため、ここには色・枠・文字サイズを書かないこと。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productMarks {
  margin: 12px 0 0 !important;
  padding: 0 4px !important;
  text-align: left !important;
}

/* --- 価格 --- */

/*
 * margin-top:auto で「価格＋カートボタン」のかたまりを下端に押し付けている。
 * これで商品名が1行の商品と2行の商品が混ざっても、
 * 一番背の高い商品に合わせてカートボタンの位置が揃う。
 *
 * 価格を包む要素のクラス名は環境によって差があるので、
 * 商品リスト用と共通の2つ、さらに「下から2番目の要素」という
 * 位置での指定も併記して取りこぼしを防いでいる
 * （3つとも同じ要素を指すので、余白が二重に空くことはない）。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__prices,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrices,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem > *:nth-last-child(2) {
  margin-top: auto !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__prices,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrices {
  padding: 32px 4px 0 !important;
  text-align: right !important;
}

/* メーカー希望小売価格。TOPの .productCard__msrp と同じ取り消し線つきグレー */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--listed {
  display: block !important;
  color: #555 !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: right !important;
  text-decoration: line-through !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--listed .fs-c-price__value {
  font-size: 17px !important;
}

/*
 * 販売（オンライン）価格。
 * 「オンライン価格 ¥3,600（税込）」を必ず1行に収めて右端で揃える。
 * 素のままだと「（税込）」が次の行に落ちるため、横並びを明示している。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--selling {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 6px;
  margin-top: 6px !important;
  color: #1a1a1a !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  line-height: 1.3;
  white-space: nowrap !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-productPrice__main {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px;
}

/* 希望小売価格が併記されている商品だけ、TOPの .productCard__price--sale と同じ赤にする */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #C81432 !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-price__value {
  font-size: 24px !important;
  letter-spacing: 0.02em;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-price__currencyMark {
  font-size: 16px !important;
}

/* 「オンライン価格」「税込」などの小さいラベル */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice__main__label {
  font-size: 15px !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice__addon {
  font-size: 14px !important;
}

/* --- カートボタン --- */

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__control {
  display: block !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

/*
 * TOPの .productCard__submit と同じ、幅いっぱいの赤いボタン。
 *
 * flex-direction を row-reverse にしているのは、テーマがカートのアイコンを
 * 文字より前に出力しているため。逆順にすることで見本と同じ「文字→アイコン」
 * の並びになる。アイコンを左に戻したいときは row-reverse を消す。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-button--addToCart--list {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #C81432 !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 0.1em;
  line-height: 1.4 !important;
  transition: background-color 0.2s;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-button--addToCart--list:hover {
  background-color: #a50f27 !important;
}

.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-button--addToCart--list .fs-c-button__label {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  white-space: nowrap !important;
}

/*
 * お気に入り（ハート）ボタン。見本には無いので隠している。
 * 表示したい場合はこのブロックごと削除し、上の __control を
 * display:flex に戻すこと。
 */
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-button--addToWishList--icon,
.fs-c-featuredProduct.fs-c-featuredProduct .fs-c-button--removeFromWishList--icon {
  display: none !important;
}

/* ======================================== */
/* レスポンシブ */
/* ======================================== */

/* 3列のままだと1件が280pxを切って窮屈になるため2列へ（TOPと同じ考え方） */
@media (max-width: 900px) {
  .fs-c-featuredProduct.fs-c-featuredProduct {
    padding: 72px 20px !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__title {
    font-size: 32px !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-featuredProduct__list {
    margin-top: 48px !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track {
    gap: 24px !important;
  }

  /* 2等分。隙間は1つ分だけなので (100% - 24px) ÷ 2 */
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .slick-slide,
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .fs-c-productListCarousel__list__item,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .slick-slide,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .fs-c-productListCarousel__list__item {
    flex: 0 0 calc((100% - 24px) / 2) !important;
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__productName {
    padding-top: 18px !important;
    font-size: 18px !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListItem__prices,
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrices {
    padding-top: 20px !important;
  }

  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-price__value {
    font-size: 22px !important;
  }
}

@media (max-width: 600px) {
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track {
    flex-direction: column !important;
    gap: 40px !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }

  /* 1列。隙間の計算が不要になるので幅は100%に戻す */
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .slick-slide,
  .fs-c-featuredProduct.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack > .fs-c-productListCarousel__list__item,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .slick-slide,
  .fs-c-featuredProduct.fs-c-featuredProduct .slick-track > .fs-c-productListCarousel__list__item {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
  }
}
