@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* RESET CSS*/
* {
  -webkit-tap-highlight-color: transparent;
}

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,
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, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

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

blockquote, q {
  quotes: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hvU:hover {
  text-decoration: underline;
}

.hvUa {
  position: relative;
}

.hvUa:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #555555;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hvUa:hover:before {
  width: 100%;
}

/* CONTAINER */
.contMax {
  padding: 0 54px;
}

.contBig {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1611.98px) {
  .contBig {
    max-width: 1100px;
  }
}

@media (max-width: 1299.98px) {
  .contBig {
    max-width: 978px;
  }
}

@media (max-width: 1023.98px) {
  .contBig {
    max-width: initial;
    width: calc(100% - 48px);
  }
}

.cont {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1299.98px) {
  .cont {
    max-width: 978px;
  }
}

@media (max-width: 1023.98px) {
  .cont {
    max-width: initial;
    width: calc(100% - 48px);
  }
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
@font-face {
  font-family: 'Chikara A';
  src: url("../fonts/chikara-kana-a.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chikara B';
  src: url("../fonts/chikara-kana-b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

::selection {
  background-color: #800000;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  color: #1E1E0B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
  }
}

b {
  font-weight: bold;
}

@media (max-width: 1023.98px) {
  #AllBox {
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .only-lg-down {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .only-lg {
    display: none;
  }
}

.color-brand {
  color: #800000;
}

.title h2 {
  font-size: 32px;
  color: #635252;
  line-height: 1.4;
}

@media (max-width: 527.98px) {
  .title h2 {
    font-size: 24px;
  }
}

.title-wrapper {
  padding-bottom: 12px;
  background-image: url("../img/misc/title-orn.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .title-wrapper {
    background-size: auto 8px;
  }
}

.btn {
  font-size: 20px;
  height: 50px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 16px;
  border: 0;
}

.btn__primary {
  background-color: #800000;
  color: white;
  overflow: hidden;
}

.btn__primary:hover, .btn__primary:focus {
  background-color: #800000;
  color: white;
}

.btn__secondary {
  background-color: white;
  border: 1px solid #800000;
  color: #800000;
}

.btn__secondary:hover, .btn__secondary:focus {
  color: #800000;
}

.btn__white {
  background-color: white;
  border: 1px solid white;
  color: #800000;
}

.btn__white:hover, .btn__white:focus {
  color: #800000;
}

@media (max-width: 767.98px) {
  .btn {
    font-size: 18px;
  }
}

@media (max-width: 527.98px) {
  .btn {
    font-size: 16px;
  }
}

.btn._small {
  font-size: 18px;
  height: 46px;
}

@media (max-width: 767.98px) {
  .btn._small {
    font-size: 13px;
  }
}

.item-center {
  margin-left: auto;
  margin-right: auto;
}

.noOverflow {
  overflow: hidden;
}

#AllBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1023.98px) {
  #AllBox .brands .cont {
    width: 748px;
  }
}

@media (max-width: 767.98px) {
  #AllBox .brands .cont {
    width: calc(100% - 48px);
  }
}

/* HEADER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.floatBtn {
  position: fixed;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floatBtn .sns {
  background-color: white;
}

.floatBtn .sns a {
  padding: 8px 23px 8px 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.floatBtn .sns a img {
  height: 30px;
  width: 30px;
  margin-bottom: 2px;
}

.floatBtn .sns a span {
  display: block;
  font-weight: bold;
  font-size: 12px;
}

.floatBtn .box {
  background-color: #800000;
  display: block;
  width: 65px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatBtn .box {
    width: 66px;
  }
}

.floatBtn .box a {
  padding: 18px 14px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .floatBtn .box a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.floatBtn .box a i {
  margin-top: -6px;
  font-size: 22px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatBtn .box a i {
    transform: rotate(-90deg);
    margin-top: 0;
  }
}

.floatBtn .box a img {
  width: 25px;
  height: 25px;
}

.floatBtn .box:nth-child(2) {
  margin-top: 16px;
  background-color: white;
  border: 2px solid #800000;
}

.floatBtn .box:nth-child(2) a {
  color: #800000;
}

@media (max-width: 1023.98px) {
  .floatBtn {
    top: auto;
    bottom: 0;
    transform: inherit;
    right: 0;
    display: flex;
    width: 100%;
    height: 48px;
  }
  .floatBtn .box {
    width: 50%;
    text-align: center;
  }
  .floatBtn .box:nth-child(2) {
    margin-top: 0;
  }
  .floatBtn .box a {
    display: block;
    padding: 10px 14px 14px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .floatBtn .box a i {
    margin-top: 0px;
    position: relative;
    top: 2px;
  }
}

.floatBtn._bottom {
  bottom: -36px;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floatBtn._bottom .box {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floatBtn._bottom .box a {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  letter-spacing: 3px;
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 14px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floatBtn._bottom .box a span {
  display: block;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floatBtn._bottom .box a i {
  font-size: 24px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* SASS UNTUK HEADER */
#header {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FFF7F7;
  font-family: fot-klee-pro, sans-serif;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
}

@media (max-width: 1299.98px) {
  #header {
    height: 100px;
  }
}

@media (max-width: 1023.98px) {
  #header {
    height: 72px;
  }
}

#header.fixed {
  position: fixed;
}

#header .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
}

#header .inner .leftSide .logo a {
  display: block;
}

#header .inner .leftSide .logo a img {
  height: 45px;
}

@media (max-width: 1299.98px) {
  #header .inner .leftSide .logo a img {
    height: 38px;
  }
}

#header .inner .rightSide {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 1023.98px) {
  #header .inner .rightSide {
    display: none;
  }
}

#header .inner .rightSide .leftSection {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 26px;
}

#header .inner .rightSide .leftSection .badges {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-top: 4px;
  margin-bottom: 14px;
}

#header .inner .rightSide .leftSection .badges a {
  display: block;
  height: 30px;
  background-color: #F8981C;
  color: white;
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .leftSection .badges a {
    font-size: 14px;
    height: 28px;
  }
}

#header .inner .rightSide .leftSection .badges a:not(:last-child) {
  margin-right: 16px;
}

#header .inner .rightSide .leftSection .badges a._line {
  background-color: #00C200;
  width: auto;
  font-size: 12px;
  padding: 0 0 0 6px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#header .inner .rightSide .leftSection .badges a._line img {
  padding-right: 4px;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .leftSection .badges a._line img {
    height: 26px;
  }
}

#header .inner .rightSide .leftSection .badges a._line span {
  padding-right: 12px;
}

#header .inner .rightSide .leftSection ul.nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: -15px;
}

#header .inner .rightSide .leftSection ul.nav-list > li > a {
  position: relative;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  text-align: center;
}

#header .inner .rightSide .leftSection ul.nav-list > li > a > span {
  font-size: 14px;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .leftSection ul.nav-list > li > a {
    padding: 0px 7px;
  }
  #header .inner .rightSide .leftSection ul.nav-list > li > a > span {
    font-size: 12px;
  }
}

#header .inner .rightSide .leftSection ul.nav-list > li.hasChild {
  position: relative;
}

#header .inner .rightSide .leftSection ul.nav-list > li.hasChild a {
  padding: 0 25px 0 10px;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .leftSection ul.nav-list > li.hasChild a {
    padding: 0 20px 0 7px;
  }
}

#header .inner .rightSide .leftSection ul.nav-list > li.hasChild i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 10px;
  transition: all .2s ease-in-out;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .leftSection ul.nav-list > li.hasChild i {
    right: 7px;
  }
}

#header .inner .rightSide .leftSection ul.nav-list > li ul.ddown {
  position: absolute;
  background-color: #FFF7F7;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  left: 0;
  min-width: 196px;
  box-shadow: 0 2px 6px 0 rgba(128, 128, 136, 0.1);
  transform: translateY(-8px);
  visibility: hidden;
  padding-top: 15px;
  transition: all .4s ease-in-out, visibility 0s .3s;
}

#header .inner .rightSide .leftSection ul.nav-list > li ul.ddown li {
  margin-left: 0;
}

#header .inner .rightSide .leftSection ul.nav-list > li ul.ddown li:not(:last-child) {
  border-bottom: 1px dashed #bbbbbb;
}

#header .inner .rightSide .leftSection ul.nav-list > li ul.ddown li a {
  display: block;
  padding: 8px 16px;
  bottom: 0;
  left: 0;
  transition: all .2s ease-in-out;
}

#header .inner .rightSide .leftSection ul.nav-list > li ul.ddown li a:hover {
  background-color: #800000;
  color: white;
}

#header .inner .rightSide .leftSection ul.nav-list > li:hover > a > span {
  color: #800000;
}

#header .inner .rightSide .leftSection ul.nav-list > li:hover.hasChild i {
  transform: rotate(-180deg) translateY(50%);
}

#header .inner .rightSide .leftSection ul.nav-list > li:hover ul.ddown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .4s ease-in-out, visibility 0s;
}

#header .inner .rightSide .leftSection ul.nav-list > li:not(:last-child) > a::after {
  display: block;
  content: '';
  position: absolute;
  height: 25px;
  border-right: 1px dashed #CDCDCD;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#header .inner .rightSide .rightSection {
  text-align: center;
  line-height: 1;
  height: 100px;
  width: 213px;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .rightSection {
    width: 188px;
  }
}

#header .inner .rightSide .rightSection > span {
  display: block;
  height: 100%;
  padding: 10px 0 0;
}

#header .inner .rightSide .rightSection > span .telp {
  display: block;
}

#header .inner .rightSide .rightSection > span .telp img {
  height: 21px;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .rightSection > span .telp img {
    height: 18px;
  }
}

#header .inner .rightSide .rightSection > span > p {
  display: block;
  font-size: 12px;
  color: white;
  background-color: #800000;
  height: 20px;
  line-height: 20px;
  margin: 4px 0 5px;
}

#header .inner .rightSide .rightSection > span > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .inner .rightSide .rightSection > span > div > span {
  color: #800000;
  font-weight: bold;
}

@media (max-width: 1299.98px) {
  #header .inner .rightSide .rightSection > span > div > span {
    font-size: 14px;
  }
}

#header .inner .rightSide .rightSection > span > div > div > span {
  display: block;
  text-align: right;
  font-size: 12px;
}

#header .inner .rightSide .rightSection > span > div > div > span:nth-child(1) {
  padding-bottom: 4px;
}

#header .inner .headerSpBtn {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #800000;
  border: none;
  text-align: center;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  transition: all .2s ease-in-out;
}

@media (max-width: 1299.98px) {
  #header .inner .headerSpBtn {
    height: 86px;
    width: 86px;
    top: 7px;
    right: 7px;
  }
}

@media (max-width: 1023.98px) {
  #header .inner .headerSpBtn {
    display: block;
    height: 58px;
    width: 58px;
    top: 7px;
    right: 7px;
  }
}

#header .inner .headerSpBtn > div {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: white;
  width: 40px;
  transition: all .2s ease-in-out;
}

#header .inner .headerSpBtn > div::after, #header .inner .headerSpBtn > div::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 3px;
  width: 100%;
  background-color: white;
  transform-origin: center;
  transition: all .2s ease-in-out;
}

#header .inner .headerSpBtn > div::after {
  bottom: -12px;
  left: 0;
}

#header .inner .headerSpBtn > div::before {
  top: -12px;
  left: 0;
}

@media (max-width: 767.98px) {
  #header .inner .headerSpBtn > div {
    width: 32px;
  }
  #header .inner .headerSpBtn > div::after {
    bottom: -10px;
  }
  #header .inner .headerSpBtn > div::before {
    top: -10px;
  }
}

#header .inner .headerSpBtn._active > div {
  background-color: transparent;
}

#header .inner .headerSpBtn._active > div::after {
  transform: rotate(45deg);
  bottom: 0;
}

#header .inner .headerSpBtn._active > div::before {
  transform: rotate(-45deg);
  top: 0;
}

/* NAV SP */
.navSp {
  position: fixed;
  right: -100%;
  top: 100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1299.98px) {
  .navSp {
    top: 100px;
  }
}

@media (max-width: 1023.98px) {
  .navSp {
    top: 72px;
  }
}

.navSp._active {
  right: 0;
}

.navSp .inner {
  padding: 0 15px;
}

.navSp .inner li {
  padding: 10px 0;
  border-bottom: 1px dotted #cdcdcd;
}

.navSp .inner li a {
  display: block;
  font-weight: bold;
}

.navSp .inner li a sub {
  color: #800000;
  font-size: 12px;
  margin-left: 8px;
}

.navSp .inner li.hasChild {
  position: relative;
}

.navSp .inner li.hasChild a {
  display: inline-block;
}

.navSp .inner li.hasChild a i {
  transition: all .2s;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: -1;
}

.navSp .inner li.hasChild a i._rotate {
  transform: rotate(180deg);
}

.navSp .inner li.hasChild .childMenu {
  display: none;
}

.navSp .inner li.hasChild .childMenu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.navSp .badges {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 32px;
  margin-bottom: -8px;
}

.navSp .badges a {
  display: block;
  height: 30px;
  background-color: #F8981C;
  color: white;
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1299.98px) {
  .navSp .badges a {
    font-size: 14px;
    height: 28px;
  }
}

.navSp .badges a:not(:last-child) {
  margin-right: 16px;
}

.navSp .badges a._line {
  background-color: #00C200;
  width: auto;
  font-size: 12px;
  padding: 0 0 0 6px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.navSp .badges a._line img {
  padding-right: 4px;
}

@media (max-width: 1299.98px) {
  .navSp .badges a._line img {
    height: 26px;
  }
}

.navSp .badges a._line span {
  padding-right: 12px;
}

.navSp .officeSection {
  width: 193px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-bottom: 96px;
}

.navSp .officeSection .telp {
  display: block;
}

.navSp .officeSection .telp img {
  height: 21px;
}

.navSp .officeSection > p {
  display: block;
  font-size: 12px;
  color: white;
  background-color: #800000;
  height: 20px;
  line-height: 20px;
  margin: 4px 0 5px;
}

.navSp .officeSection > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.navSp .officeSection > div > span {
  color: #800000;
  font-weight: bold;
}

.navSp .officeSection > div > div > span {
  display: block;
  text-align: right;
  font-size: 12px;
}

.navSp .officeSection > div > div > span:nth-child(1) {
  padding-bottom: 4px;
}

.backTop {
  display: block;
  position: fixed;
  bottom: 114px;
  right: 32px;
  background-color: #800000;
  width: 64px;
  height: 64px;
  color: white !important;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  z-index: 98;
  cursor: pointer;
  transform: scale(0);
  transition: all .2s ease-in-out;
}

.backTop:hover {
  color: white;
}

.backTop::before {
  border: #800000 solid 6px;
  border-radius: 50%;
}

.backTop._show {
  transform: scale(1);
  transition: all .2s ease-in-out .2s;
}

@media (max-width: 767px) {
  .backTop {
    right: 16px;
  }
}

/* FOOTER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK FOOTER */
#before-footer {
  background-color: #FFF7F7;
  padding: 24px 0 27px;
}

#before-footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767.98px) {
  #before-footer ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#before-footer ul li {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#before-footer ul li:not(:last-child) {
  border-right: 1px solid #635252;
}

@media (max-width: 767.98px) {
  #before-footer ul li {
    width: 100%;
  }
  #before-footer ul li:not(:last-child) {
    border-right: none;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #before-footer ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

#before-footer ul li ._left {
  display: inline-block;
}

#before-footer ul li ._left > p {
  font-size: 24px;
}

#before-footer ul li ._left .btn {
  width: 200px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  #before-footer ul li ._left {
    margin-left: auto;
    margin-right: auto;
  }
  #before-footer ul li ._left > p {
    font-size: 20px;
  }
}

@media (max-width: 527.98px) {
  #before-footer ul li ._left > p {
    font-size: 15px;
  }
  #before-footer ul li ._left .btn {
    margin-top: 10px;
  }
}

#before-footer ul li .contact {
  width: 362px;
  display: block;
  color: #635252;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  #before-footer ul li .contact {
    margin-right: auto;
  }
}

#before-footer ul li .contact .telp {
  display: block;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #before-footer ul li .contact .telp {
    font-family: fot-klee-pro, sans-serif;
    position: relative;
    top: 10px;
  }
}

#before-footer ul li .contact > p {
  font-size: 24px;
  text-align: center;
}

#before-footer ul li .contact > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#before-footer ul li .contact > div > span {
  color: #800000;
  font-size: 28px;
  font-weight: bold;
}

#before-footer ul li .contact > div > div > span {
  display: block;
  text-align: right;
  font-size: 18px;
}

@media (max-width: 1299.98px) {
  #before-footer ul li .contact {
    width: 268px;
  }
  #before-footer ul li .contact > p {
    font-size: 20px;
  }
  #before-footer ul li .contact .telp {
    font-size: 40px;
  }
  #before-footer ul li .contact > div > span {
    font-size: 24px;
  }
  #before-footer ul li .contact > div > div > span {
    font-size: 16px;
  }
}

@media (max-width: 527.98px) {
  #before-footer ul li .contact {
    width: 212px;
    text-align: center;
  }
  #before-footer ul li .contact > p {
    font-size: 15px;
  }
  #before-footer ul li .contact .telp {
    font-size: 30px;
  }
  #before-footer ul li .contact > div > span {
    font-size: 16px;
  }
  #before-footer ul li .contact > div > div {
    flex: 1;
  }
  #before-footer ul li .contact > div > div > span {
    font-size: 14px;
  }
}

#footer {
  background-color: #635252;
  padding: 63px 0 44px;
  color: white;
  background-image: url("../img/misc/lotus-footer.svg");
  background-repeat: no-repeat;
  background-position: bottom right 32px;
  background-size: 400px;
}

@media (max-width: 767px) {
  #footer {
    background-position: bottom right -56px;
    background-size: 200px;
  }
}

@media (max-width: 767.98px) {
  #footer {
    padding: 32px 0 24px;
  }
}

#footer .footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#footer .footer-wrapper .leftSide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  #footer .footer-wrapper .leftSide {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

#footer .footer-wrapper .leftSide .logo {
  display: block;
}

#footer .footer-wrapper .leftSide .logo img {
  height: 60px;
}

@media (max-width: 527.98px) {
  #footer .footer-wrapper .leftSide .logo img {
    height: 48px;
  }
}

#footer .footer-wrapper .leftSide address {
  margin-top: 20px;
}

@media (max-width: 527.98px) {
  #footer .footer-wrapper .leftSide address {
    font-size: 14px;
  }
}

#footer .footer-wrapper .leftSide address div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}

#footer .footer-wrapper .leftSide address div:not(:last-child) {
  margin-bottom: 4px;
}

#footer .footer-wrapper .leftSide address div span:nth-child(1) {
  width: 48px;
}

#footer .footer-wrapper .leftSide address div span:nth-child(2) {
  position: relative;
  flex: 1;
  padding-left: 20px;
}

#footer .footer-wrapper .leftSide address div span:nth-child(2)::before {
  display: inline-block;
  content: ':';
  position: absolute;
  top: 0;
  left: 0;
}

#footer .footer-wrapper .leftSide .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 6px;
}

#footer .footer-wrapper .leftSide .contact ._list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#footer .footer-wrapper .leftSide .contact ._list:not(:first-child) {
  margin-left: 11px;
}

#footer .footer-wrapper .leftSide .contact ._list i {
  margin-right: 7px;
}

#footer .footer-wrapper .leftSide .contact ._list span {
  font-size: 14px;
}

#footer .footer-wrapper .leftSide .contact ._list img {
  height: 16px;
  position: relative;
  top: 2px;
}

@media (max-width: 1023.98px) {
  #footer .footer-wrapper .leftSide .contact ._list img {
    top: -2px;
  }
}

@media (max-width: 1299.98px) {
  #footer .footer-wrapper .leftSide .contact {
    display: block;
  }
  #footer .footer-wrapper .leftSide .contact ._list:not(:first-child) {
    margin-left: 0;
    display: block;
    margin-top: 4px;
  }
}

#footer .footer-wrapper .rightSide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 1023.98px) {
  #footer .footer-wrapper .rightSide {
    display: none;
  }
}

#footer .footer-wrapper .rightSide .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#footer .footer-wrapper .rightSide .top ._right {
  margin-left: 146px;
}

#footer .footer-wrapper .rightSide .top ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .footer-wrapper .rightSide .top ul li {
  position: relative;
}

#footer .footer-wrapper .rightSide .top ul li::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

#footer .footer-wrapper .rightSide .top ul li:not(:last-child) {
  margin-bottom: 16px;
}

#footer .footer-wrapper .rightSide .top ul li a {
  font-weight: bold;
  position: relative;
}

#footer .footer-wrapper .rightSide .top ul li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  border-bottom: 1px dashed transparent;
  transition: all .4s ease-in-out;
}

#footer .footer-wrapper .rightSide .top ul li a:hover::after {
  width: 100%;
  border-color: white;
}

.cp {
  text-align: center;
  color: white;
  background-color: #800000;
  font-size: 12px;
  line-height: 1.5;
  padding: 11px 16px;
}

/* MAINVISUAL */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK MAINVISUAL */
#mainvisual {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 1023.98px) {
  #mainvisual {
    margin-top: 72px;
  }
}

#mainvisual.topPage .mvSlider img, #mainvisual.subPage .mvSlider img {
  width: 100%;
}

#mainvisual.topPage .mvSlider img.PC, #mainvisual.subPage .mvSlider img.PC {
  display: block;
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .mvSlider img.PC, #mainvisual.subPage .mvSlider img.PC {
    display: none;
  }
}

#mainvisual.topPage .mvSlider img.SP, #mainvisual.subPage .mvSlider img.SP {
  display: none;
}

@media screen and (max-width: 767px) {
  #mainvisual.topPage .mvSlider img.SP, #mainvisual.subPage .mvSlider img.SP {
    display: block;
  }
}

#mainvisual.topPage .catch, #mainvisual.subPage .catch {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -21%);
  text-align: center;
}

@media (max-width: 767.98px) {
  #mainvisual.topPage .catch, #mainvisual.subPage .catch {
    transform: translate(-50%, 30%);
  }
}

#mainvisual.topPage .catch img, #mainvisual.subPage .catch img {
  width: 64.74vw;
}

@media (max-width: 767.98px) {
  #mainvisual.topPage .catch img, #mainvisual.subPage .catch img {
    width: 90vw;
  }
}

#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-color: #9E9E9E;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#mainvisual.topPage .mvOverlay, #mainvisual.subPage .mvOverlay {
  position: relative;
}

#mainvisual.topPage .mvText, #mainvisual.subPage .mvText {
  font-family: fot-klee-pro, sans-serif;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  padding: 48px 46px;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #mainvisual.topPage .mvText, #mainvisual.subPage .mvText {
    font-family: fot-klee-pro, sans-serif;
  }
}

#mainvisual.topPage .mvText h1, #mainvisual.subPage .mvText h1 {
  font-size: 48px;
  font-weight: bold;
}

#mainvisual.topPage .mvText sub, #mainvisual.subPage .mvText sub {
  font-size: 14px;
  color: #800000;
}

@media (max-width: 767.98px) {
  #mainvisual.topPage .mvText, #mainvisual.subPage .mvText {
    padding: 32px 30px;
  }
  #mainvisual.topPage .mvText h1, #mainvisual.subPage .mvText h1 {
    font-size: 32px;
  }
}

@media (max-width: 527.98px) {
  #mainvisual.topPage .mvText, #mainvisual.subPage .mvText {
    padding: 22px 14px;
  }
  #mainvisual.topPage .mvText h1, #mainvisual.subPage .mvText h1 {
    font-size: 24px;
  }
}

#mainvisual.topPage .newCategory, #mainvisual.subPage .newCategory {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
}

#mainvisual.topPage .newCategory .contBig > div, #mainvisual.subPage .newCategory .contBig > div {
  font-size: 14px;
  background-color: #e6ebec;
  display: inline-block;
  padding: 16px;
  padding-right: 32px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: max-content;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #mainvisual.topPage .newCategory .contBig > div, #mainvisual.subPage .newCategory .contBig > div {
    max-width: 400px;
  }
}

#mainvisual.topPage .newCategory .contBig > div a, #mainvisual.subPage .newCategory .contBig > div a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainvisual.topPage .newCategory .contBig > div a h2, #mainvisual.subPage .newCategory .contBig > div a h2 {
  margin-left: 16px;
}

#mainvisual.topPage .newCategory .contBig > div a:hover, #mainvisual.subPage .newCategory .contBig > div a:hover {
  opacity: .6;
}

#mainvisual.topPage .newCategory .contBig > div > p, #mainvisual.subPage .newCategory .contBig > div > p {
  display: inline-block;
  background-color: #a96f00;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  margin-right: 10px;
}

#mainvisual.subPage {
  height: 300px;
}

@media (max-width: 767.98px) {
  #mainvisual.subPage {
    height: 230px;
  }
}

@media (max-width: 527.98px) {
  #mainvisual.subPage {
    height: 200px;
  }
}

#mainvisual.subPage .mvText {
  padding: 28px 46px;
}

@media (max-width: 767.98px) {
  #mainvisual.subPage .mvText {
    padding: 24px 30px;
  }
}

@media (max-width: 527.98px) {
  #mainvisual.subPage .mvText {
    padding: 18px 14px;
  }
}

#mainvisual.spPage {
  height: auto;
}

#mainvisual.spPage img {
  width: 100%;
}

/* BREADCRUMB */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK BREADCRUMB */
/*-----BREADCRUMB-----*/
.breadcrumbPage {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: white;
}

.breadcrumbPage ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.breadcrumbPage ul li {
  font-size: 87.5%;
  letter-spacing: 1px;
  color: #635252;
  word-break: keep-all;
}

@media (max-width: 527.98px) {
  .breadcrumbPage ul li {
    font-size: 75%;
  }
}

.breadcrumbPage ul li:not(:last-child) {
  margin-right: 25px;
}

.breadcrumbPage ul li a {
  position: relative;
}

.breadcrumbPage ul li a img {
  height: 18px;
  position: relative;
  top: -2px;
}

.breadcrumbPage ul li a.active {
  text-decoration: underline;
}

.breadcrumbPage ul li.arrow {
  position: relative;
}

.breadcrumbPage ul li.arrow:before {
  position: absolute;
  top: 10px;
  left: -17px;
  display: block;
  content: '';
  height: 6px;
  width: 6px;
  border: 1px solid #1E1E0B;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.breadcrumbPage ul li.active {
  color: #1E1E0B;
}

/* COOKIE */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
#mainvisual.topPage .mvWrapper, #mainvisual.subPage .mvWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.cc-window {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -ms-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.cc-color-override--1821647713.cc-window {
  background-color: #fff !important;
}

.cc-message a {
  color: #334bb3 !important;
  position: relative;
  text-decoration: none !important;
}

.cc-message a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #334bb3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.cc-message a:hover:before {
  transform: scale(1, 1);
}

.cc-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  width: 318px;
  height: 50px;
  letter-spacing: 2px;
  color: #FFF !important;
  background-color: #800000 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #800000 !important;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0 !important;
}

@media (max-width: 527.98px) {
  .cc-btn {
    width: 100%;
  }
  .cc-btn:last-child {
    margin-top: 15px;
  }
}

.cc-btn:hover {
  opacity: .8;
}

/*# sourceMappingURL=style.css.map */