@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 200;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  body {
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

img, path {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.5s, color 0.5s, opacity 0.5s;
  transition: background 0.5s, color 0.5s, opacity 0.5s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
@media only screen and (max-width: 1112px) {
  .anchor {
    top: -130px;
  }
}

.link-sp {
  pointer-events: none;
}

.link-green {
  color: #69B130;
  text-decoration: underline;
}

.link-underline {
  text-decoration: underline;
}

.animate-all {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fw100-thin {
  font-weight: 100;
}

.fw200-extra-light {
  font-weight: 200;
}

.fw300-light {
  font-weight: 300;
}

.fw400-regular {
  font-weight: 400;
}

.fw500-medium {
  font-weight: 500;
}

.fw700-bold {
  font-weight: 700;
}

.color-red {
  color: #C6151D;
}

.color-white {
  color: #fff;
}

.bg-grey-dark {
  background-color: #F2F2F2 !important;
}

.bg-grey {
  background-color: #F6F6F6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.mouse_scroll {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .mouse_scroll {
    display: none;
  }
}

.m_scroll_arrows {
  display: block;
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 4px;
  width: 30px;
  height: 30px;
}
.m_scroll_arrows.black {
  border-color: rgba(0, 0, 0, 0.5);
}

.unu, .doi {
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -20px;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  background: #2b2b2b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1112px) {
  header {
    position: fixed !important;
    opacity: 1 !important;
    background: #2b2b2b;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
header .header {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1112px) {
  header .header {
    padding: 0 5%;
  }
}
header .header .header-top {
  padding-top: 30px;
  padding-bottom: 7px;
  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;
}
@media only screen and (max-width: 1112px) {
  header .header .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-top {
    height: 85px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-top .left {
    width: 110px;
  }
}
header .header .header-top .left .logo {
  display: block;
}
header .header .header-top .right {
  position: absolute;
  right: 3%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right {
    position: static;
  }
}
header .header .header-top .right .widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-top .right .widget ul li {
  position: relative;
}
header .header .header-top .right .widget ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-top .right .widget ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right .widget ul li + li {
    margin-left: 25px;
  }
}
header .header .header-top .right .widget ul li.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right .widget ul li.search {
    display: none;
  }
}
header .header .header-top .right .widget ul li.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-top .right .widget ul li.search .textbox {
  width: 250px;
  padding: 2px 10px;
  border: 0;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(162, 160, 160, 0.1215686275);
  border-radius: 0;
}
header .header .header-top .right .widget ul li.search .textbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-top .right .widget ul li.search .textbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-top .right .widget ul li.search .textbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-top .right .widget ul li.search .textbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-top .right .widget ul li.search .btn {
  position: absolute;
  right: 0;
  height: 30px;
  border: 0;
  background-color: transparent;
}
header .header .header-top .right .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
header .header .header-top .right .widget ul li a.lang {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  padding-right: 20px;
  background-image: url("../images/commons/arrow-lang.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 12px 7px;
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right .widget ul li a.lang {
    color: #fff;
    background-image: url("../images/commons/arrow-lang.svg");
  }
}
header .header .header-top .right .widget ul li a.lang span {
  margin-right: 10px;
}
header .header .header-top .right .widget ul li a.lang span img {
  max-width: 32px;
  min-width: 32px;
}
header .header .header-top .right .widget ul li a.lang.active {
  background-image: url("../images/commons/arrow-lang-close.svg");
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right .widget ul li a.lang.active {
    background-image: url("../images/commons/arrow-lang-black-close.svg");
  }
}
@media only screen and (max-width: 1112px) {
  header .header .header-top .right .widget ul li a #icon-shop path {
    fill: #fff;
  }
}
header .header .header-top .right .widget ul li .lang-content {
  opacity: 0;
  visibility: 0;
  position: absolute;
  top: 22px;
  left: -10px;
  z-index: 15;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .header .header-top .right .widget ul li .lang-content .lang {
  padding-right: 0;
  background-image: none !important;
}
header .header .header-top .right .widget ul li .lang-content.active {
  opacity: 1;
  visibility: visible;
  top: 32px;
}
header .header .header-btm {
  height: 60px;
  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;
}
@media only screen and (max-width: 1112px) {
  header .header .header-btm {
    display: none;
  }
}
header .header .header-btm .widget {
  display: none;
}
header .header .header-btm .widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-btm .widget ul li {
  position: relative;
}
header .header .header-btm .widget ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-btm .widget ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1112px) {
  header .header .header-btm .widget ul li + li {
    margin-left: 25px;
  }
}
header .header .header-btm .widget ul li.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  header .header .header-btm .widget ul li.search {
    display: none;
  }
}
header .header .header-btm .widget ul li.search .textbox {
  width: 250px;
  padding: 2px 10px;
  border: 0;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(162, 160, 160, 0.1215686275);
  border-radius: 0;
}
header .header .header-btm .widget ul li.search .textbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-btm .widget ul li.search .textbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-btm .widget ul li.search .textbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-btm .widget ul li.search .textbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .header .header-btm .widget ul li.search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  border: 0;
  background-color: transparent;
}
header .header .header-btm .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
header .header .header-btm .widget ul li a.lang {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  padding-right: 20px;
  background-image: url("../images/commons/arrow-lang.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 12px 7px;
}
@media only screen and (max-width: 1112px) {
  header .header .header-btm .widget ul li a.lang {
    color: #000;
    background-image: url("../images/commons/arrow-lang-black.svg");
  }
}
header .header .header-btm .widget ul li a.lang span {
  margin-right: 10px;
}
header .header .header-btm .widget ul li a.lang span img {
  max-width: 32px;
  min-width: 32px;
}
header .header .header-btm .widget ul li a.lang.active {
  background-image: url("../images/commons/arrow-lang-close.svg");
}
@media only screen and (max-width: 1112px) {
  header .header .header-btm .widget ul li a.lang.active {
    background-image: url("../images/commons/arrow-lang-black-close.svg");
  }
}
@media only screen and (max-width: 1112px) {
  header .header .header-btm .widget ul li a #icon-shop path {
    fill: #000;
  }
}
header .header .header-btm .widget ul li .lang-content {
  opacity: 0;
  visibility: 0;
  position: absolute;
  top: 22px;
  left: -10px;
  z-index: 15;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .header .header-btm .widget ul li .lang-content .lang {
  padding-right: 0;
  background-image: none !important;
}
header .header .header-btm .widget ul li .lang-content.active {
  opacity: 1;
  visibility: visible;
  top: 32px;
}
header .header .header-btm .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-btm .menu ul {
  height: 100%;
  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;
}
header .header .header-btm .menu ul li {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 15px;
}
header .header .header-btm .menu ul li:hover a {
  opacity: 1;
  /*color: #C6151D;*/
}
header .header .header-btm .menu ul li:hover a::after {
  width: 100%;
}
header .header .header-btm .menu ul li:hover > .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
header .header .header-btm .menu ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 300;
  color: #fff;
  position: relative;
}
header .header .header-btm .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .header .header-btm .menu ul li a.dropdown {
  padding-right: 21px;
  background-image: url("../images/commons/arrow-menu.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 6px;
}
header .header .header-btm .menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: -15px;
  z-index: 10;
  padding-top: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .header .header-btm .menu ul li .dropdown-content ul {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px;
}
header .header .header-btm .menu ul li .dropdown-content ul li {
  display: block;
  margin: 0;
}
header .header .header-btm .menu ul li .dropdown-content ul li + li {
  margin-top: 13px;
}
header .header .header-btm .menu ul li .dropdown-content ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #8D8D8D;
  white-space: nowrap;
}
header .header .header-btm .menu ul li .dropdown-content ul li a::after {
  display: none;
}
header .header .header-btm .menu ul li .dropdown-content ul li a:hover {
  color: #000;
}
header .header-search {
  display: none;
  padding: 2px 5%;
  background-color: #ECECEC;
  position: relative;
}
@media only screen and (max-width: 1112px) {
  header .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
header .header-search .textbox {
  width: 100%;
  padding: 2px 0;
  border: 0;
  font-size: 1.4rem;
  color: #000;
  background-color: transparent;
  border-radius: 0;
}
header .header-search .btn {
  position: absolute;
  right: 5%;
  height: 30px;
  border: 0;
  background-color: transparent;
}
header.hide {
  opacity: 0;
}
header.fixed {
  position: fixed;
}
header.show {
  opacity: 1;
}

.sticky {
  position: fixed;
}

.bg {
  background-color: #2b2b2b !important;
}
.bg .header {
  width: 90%;
  max-width: 1600px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1112px) {
  .bg .header {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .bg .header {
    height: 85px;
  }
}
.bg .header .header-top {
  padding: 0;
}
.bg .header .header-top .right {
  right: 0;
}
.bg .header .header-top .right .widget {
  display: none;
}
@media only screen and (max-width: 1112px) {
  .bg .header .header-top .right .widget {
    display: block;
  }
}
.bg .header .header-top .right .widget ul li a.lang {
  color: #fff;
  background-image: url("../images/commons/arrow-lang.svg");
}
.bg .header .header-top .right .widget ul li a.lang.active {
  background-image: url("../images/commons/arrow-lang-close.svg");
}
.bg .header .header-top .right .widget ul li a #icon-shop path {
  fill: #fff;
}
.bg .header .header-top .right .header-burger .nav-icon span {
  background-color: #fff;
}
.bg .header .header-btm {
  display: block;
  height: auto;
}
@media only screen and (max-width: 1112px) {
  .bg .header .header-btm {
    display: none;
  }
}
.bg .header .header-btm .menu {
  height: 60px;
}
.bg .header .header-btm .menu ul li {
  margin-left: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 1366px) {
  .bg .header .header-btm .menu ul li {
    margin-left: 15px;
  }
}
.bg .header .header-btm .widget {
  position: relative;
  z-index: 9;
  display: table;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: -10px;
}

.page-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-inner .header .header-top .right .widget ul li.search .textbox {
  color: #fff;
  border-color: #fff;
}
.page-inner .header .header-top .right .widget ul li.search .textbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-inner .header .header-top .right .widget ul li.search .textbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-inner .header .header-top .right .widget ul li.search .textbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-inner .header .header-top .right .widget ul li.search .textbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-inner .header .header-top .right .widget ul li.search #icon-search path:last-child {
  fill: #fff;
}
.page-inner .header .header-top .right .widget ul li.search #icon-search path#Path_4700 {
  stroke: #fff;
}
.page-inner .header .header-top .right .widget ul li a.lang {
  color: #fff;
  background-image: url("../images/commons/arrow-lang.svg");
}
.page-inner .header .header-top .right .widget ul li a.lang.active {
  background-image: url("../images/commons/arrow-lang-black.svg");
}
.page-inner .header .header-top .right .widget ul li a #icon-shop path {
  fill: #fff;
}
.page-inner .header .header-top .right .nav-icon span {
  background-color: #fff;
}
.page-inner .header .header-btm .menu ul li {
  position: relative;
}
.page-inner .header .header-btm .menu ul li a {
  color: #fff;
}
.page-inner .header .header-btm .menu ul li a::after {
  background-color: #000;
}
.page-inner .header .header-btm .menu ul li a.dropdown {
  padding-right: 21px;
  background-image: url("../images/commons/arrow-menu.svg");
}
.page-inner header.bg .header .header-top .right .widget ul li a.lang {
  color: #fff;
  background-image: url("../images/commons/arrow-lang.svg");
}
.page-inner header.bg .header .header-top .right .widget ul li a.lang.active {
  background-image: url("../images/commons/arrow-lang-close.svg");
}
.page-inner header.bg .header .header-top .right .widget ul li a #icon-shop path {
  fill: #fff;
}
.page-inner header.bg .header .header-btm .menu ul li a {
  color: #fff !important;
}
.page-inner header.bg .header .header-btm .menu ul li a::after {
  background-color: #fff;
}
.page-inner header.bg .header .header-btm .menu ul li a.dropdown {
  padding-right: 21px;
  background-image: url("../images/commons/arrow-menu.svg");
}
.page-inner header.bg .header .header-btm .menu ul li .dropdown-content ul li a {
  color: #8D8D8D !important;
}

.bg-header-index {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bg-header-index header {
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 1112px) {
  .bg-header-index header {
    background-color: #2b2b2b;
  }
}

.header-burger {
  display: none;
  margin-left: 25px;
}
@media only screen and (max-width: 1112px) {
  .header-burger {
    display: block;
  }
}

.nav-icon {
  display: block;
  width: 35px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 10px;
}

.nav-icon span:nth-child(4) {
  top: 20px;
}

.nav-icon.open span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 0;
  right: 0;
}

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1080px) {
  .menu-responsive {
    padding-top: 134px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 119px;
  }
}
.menu-responsive nav {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.menu-responsive nav ul li {
  position: relative;
  border-top: 1px solid #dedede;
}
.menu-responsive nav ul li a {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.menu-responsive nav ul li a.toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: block;
  width: 12px;
  height: 66px;
  margin: 0;
  padding: 0 6%;
  background-image: url("../images/commons/arrow-lang-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
}
.menu-responsive nav ul li a.toggle-btn.active {
  background-image: url("../images/commons/arrow-lang-black-close.svg");
}
.menu-responsive nav ul li ul.toggle-content {
  background-color: #f5f5f5;
}
.menu-responsive nav ul li ul.toggle-content li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 10px 5%;
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}

.page-inner.active-mn0 .mn0, .active-mn0 .menu-responsive .mn0,
.page-inner.active-mn1 .mn1, .active-mn1 .menu-responsive .mn1,
.page-inner.active-mn2 .mn2, .active-mn2 .menu-responsive .mn2,
.page-inner.active-mn3 .mn3, .active-mn3 .menu-responsive .mn3,
.page-inner.active-mn4 .mn4, .active-mn4 .menu-responsive .mn4,
.page-inner.active-mn5 .mn5, .active-mn5 .menu-responsive .mn5,
.page-inner.active-mn6 .mn6, .active-mn6 .menu-responsive .mn6,
.page-inner.active-mn7 .mn7, .active-mn7 .menu-responsive .mn7 {
  font-weight: 400;
  color: #000 !important;
}

.active-mn0 .mn0,
.active-mn1 .mn1,
.active-mn2 .mn2,
.active-mn3 .mn3,
.active-mn4 .mn4,
.active-mn5 .mn5,
.active-mn6 .mn6,
.active-mn7 .mn7 {
  font-weight: 400;
  color: #fff !important;
}

.active-mn0 .mn0::after,
.active-mn1 .mn1::after,
.active-mn2 .mn2::after,
.active-mn3 .mn3::after,
.active-mn4 .mn4::after,
.active-mn5 .mn5::after,
.active-mn6 .mn6::after,
.active-mn7 .mn7::after {
  width: 100% !important;
}

.active-submn1-1 .submn1-1,
.active-submn1-2 .submn1-2,
.active-submn1-3 .submn1-3,
.active-submn3-1 .submn3-1,
.active-submn3-2 .submn3-2,
.active-submn3-3 .submn3-3,
.active-submn4-1 .submn4-1,
.active-submn4-2 .submn4-2,
.active-submn4-3 .submn4-3,
.active-submn4-4 .submn4-4,
.active-submn5-1 .submn5-1,
.active-submn5-2 .submn5-2,
.active-submn5-3 .submn5-3,
.active-submn6-1 .submn6-1,
.active-submn6-2 .submn6-2,
.active-submn6-4 .submn6-4 {
  font-weight: 300 !important;
  color: #000 !important;
}

.active-submn1 .submn1,
.active-submn2 .submn2,
.active-submn3 .submn3,
.active-submn4 .submn4 {
  color: #C6151D !important;
}

.active-stores-mn1 .submn-stores1,
.active-stores-mn2 .submn-stores2,
.active-stores-mn3 .submn-stores3,
.active-stores-mn4 .submn-stores4 {
  border-color: #C6151D !important;
  background-color: #C6151D !important;
}

.toggle-content {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .breadcrumb.pb60 {
    padding-bottom: 30px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 200;
  color: #A5A5A5;
}
.breadcrumb ul li + li {
  margin-left: 7px;
}
.breadcrumb ul li + li::before {
  content: "-";
}
.breadcrumb ul li a {
  color: #A5A5A5;
}

/* Main */
@media only screen and (max-width: 1112px) {
  main {
    padding-top: 135px;
  }
}
@media only screen and (max-width: 750px) {
  main {
    padding-top: 119px;
  }
}

.content-1600 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.pad20100 {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .pad20100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad20100 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad20100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad20130 {
  padding-top: 20px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1366px) {
  .pad20130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad20130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad20130 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad180100 {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .pad180100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad180100 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad180100 {
    padding-bottom: 40px;
  }
}

.pad180130 {
  padding-top: 180px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1366px) {
  .pad180130 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad180130 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad180130 {
    padding-bottom: 40px;
  }
}

.pad70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1112px) {
  .pad70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad70100 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .pad70100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad70100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad80100 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .pad80100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad80100 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad80100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.pad90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1366px) {
  .pad90 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad90130 {
  padding-top: 90px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1366px) {
  .pad90130 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad90130 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1112px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.btn-box {
  margin-top: 80px;
}
@media only screen and (max-width: 1280px) {
  .btn-box {
    margin-top: 60px;
  }
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-box ul li {
  margin: 0 5px;
}
.btn-box ul.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-box ul.left li {
  margin-left: 0;
  margin-right: 10px;
}
.btn-box.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

button {
  font-family: "Prompt", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:hover {
  cursor: pointer;
}

.btn-back {
  display: table;
  margin-top: 50px;
}
.btn-back .btn {
  height: auto;
}

.btn {
  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;
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 44px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 414px) {
  .btn {
    height: 36px;
  }
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-text {
  height: auto !important;
}

.btn-small {
  font-size: 1.4rem;
  line-height: 2rem;
  height: 33px;
}

.btn-border {
  border: 1px solid #000;
}
.btn-border:hover {
  opacity: 1;
  color: #fff;
  background-color: #C6151D;
  border-color: #C6151D;
}

.btn-border-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-border-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #C6151D;
  border-color: #C6151D;
}

.btn-red {
  color: #fff;
  background-color: #C6151D;
  border: 1px solid #C6151D;
}
.btn-red:hover {
  opacity: 1;
  color: #C6151D;
  background-color: #fff;
}
.btn-red:hover span.svg path {
  fill: #C6151D;
}

.btn-grey {
  color: #fff;
  background-color: #B5B5B5;
  border: 1px solid #B5B5B5;
}
.btn-grey:hover {
  opacity: 1;
  background-color: #C6151D;
  border-color: #C6151D;
}

.btn-facebook {
  color: #fff;
  background-color: #3A559F;
}

.btn-twitter {
  color: #fff;
  background-color: #41ABE1;
}

.btn-google {
  color: #fff;
  background-color: #DC473C;
}

.btn-line {
  color: #fff;
  background-color: #00C400;
}

.btn-text-white {
  color: #fff;
}

.btn-icon-left span {
  margin-right: 10px;
}
.btn-icon-left span.svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .btn-icon-left span svg {
    width: auto;
    height: 20px;
  }
}

.btn-icon-right span {
  margin-left: 10px;
}
.btn-icon-right span.svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-100-fix {
  width: 100px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  font-family: system-ui, -apple-system, "Helvetica Neue", Meiryo, HiraKakuProN-W3, "Apple SD Gothic Neo", "Arial Unicode MS", Arial, sans-serif;
}

.btn-140 {
  width: 100%;
  max-width: 140px;
}

.btn-170-fix {
  width: 170px;
}
@media only screen and (max-width: 1600px) {
  .btn-170-fix {
    width: 160px;
  }
}

.btn-200 {
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 414px) {
  .btn-200 {
    max-width: 150px;
  }
}

.btn-200-fix {
  width: 180px;
}
@media only screen and (max-width: 414px) {
  .btn-200-fix {
    width: 150px;
  }
}

.btn-200-style {
  width: 180px;
  margin-top: 120px !important;
}
@media only screen and (max-width: 750px) {
  .btn-200-style {
    left: 38%;
    bottom: 80px;
    position: absolute;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .btn-200-style {
    left: 28%;
  }
}
@media only screen and (max-width: 414px) {
  .btn-200-style {
    width: 150px;
    left: 32%;
  }
}

.btn-page {
  margin-top: 120px;
}
@media only screen and (max-width: 1600px) {
  .btn-page {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .btn-page {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 50px;
  }
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-page ul li {
  margin: 0 5px;
}
.btn-page ul li.prev a, .btn-page ul li.next a {
  background-color: #C6151D;
}
.btn-page ul li a {
  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;
  width: 33px;
  height: 33px;
  color: #fff;
  background-color: #B5B5B5;
  border-radius: 10px;
}
.btn-page ul li a.active {
  background-color: #C6151D;
}

.btn-share {
  margin-top: 60px;
}
@media only screen and (max-width: 1280px) {
  .btn-share {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-share {
    border-top: 30px;
  }
}
.btn-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-share ul li {
  margin-right: 10px;
}

.txthead-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .txthead-box {
    margin-bottom: 30px;
  }
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
.txthead-box .fz55 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz55 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 414px) {
  .txthead-box .fz55 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 300;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz40 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 1366px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1280px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1112px) {
  .txthead-box .fz40 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.txthead-box .fz26 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  .txthead-box .fz26 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.txthead-box .center {
  text-align: center;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 50px;
  content: "";
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 50px;
  border: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  .slick-arrow {
    width: 20px;
    height: 40px;
    background-size: 20px 40px;
  }
}
.slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.slick-arrow:active, .slick-arrow:focus {
  outline: none;
}

.slick-prev {
  left: 50px;
  background-image: url("../images/commons/arrow-slide-left-black.svg");
}
.slick-prev:hover {
  background-image: url("../images/commons/arrow-slide-left-red.svg");
}
@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 5%;
  }
}

.slick-next {
  right: 50px;
  background-image: url("../images/commons/arrow-slide-right-black.svg");
}
.slick-next:hover {
  background-image: url("../images/commons/arrow-slide-right-red.svg");
}
@media only screen and (max-width: 750px) {
  .slick-next {
    right: 5%;
  }
}

.slick-dots {
  position: absolute !important;
  left: 0;
  bottom: 20px;
  z-index: 9;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  width: 16px !important;
  margin: 0 5px !important;
  padding: 0 !important;
}
.slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 16px;
  color: transparent;
  background-color: #b4b4b4;
  content: "";
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background-color: #C6151D;
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .mv {
  position: relative;
}
#mv .mv .mouse_scroll {
  bottom: 50px;
}
#mv .mv .mv-slide .item {
  position: relative;
}
#mv .mv .mv-slide .item .mv-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  width: 90%;
  max-width: 1600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  #mv .mv .mv-slide .item .mv-content {
    left: 10%;
  }
}
@media only screen and (max-width: 1112px) {
  #mv .mv .mv-slide .item .mv-content {
    left: 15%;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slide .item .mv-content {
    width: 100%;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#mv .mv .mv-slide .item .mv-content .mv-text {
  color: #fff;
  padding-top: 70px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slide .item .mv-content .mv-text {
    padding-top: 30px;
    text-align: center;
  }
}
#mv .mv .mv-slide .item .mv-content .mv-text h1 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #mv .mv .mv-slide .item .mv-content .mv-text h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slide .item .mv-content .mv-text h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#mv .mv .mv-slide .item .mv-content .mv-text h1 span {
  color: #fff;
}
#mv .mv .mv-slide .item .mv-content .mv-text p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media only screen and (max-width: 1112px) {
  #mv .mv .mv-slide .item .mv-content .mv-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slide .item .mv-content .mv-text p {
    margin-top: 10px;
  }
}
#mv .mv .mv-slide .item .mv-content .mv-text a {
  margin-top: 40px;
}
@media only screen and (max-width: 1112px) {
  #mv .mv .mv-slide .item .mv-content .mv-text a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-slide .item .mv-content .mv-text a {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
#mv .mv .mv-slide .item .mv-img img {
  width: 100%;
  min-height: unset;
  -webkit-transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  opacity: 0;
}
#mv .mv .mv-slide .item .mv-img img.zoom-out {
  opacity: 1;
}

#mv-inner {
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1112px) {
  #mv-inner {
    padding-top: 20px;
  }
}
#mv-inner .mv-inner {
  position: relative;
  padding-top: 56px;
  height: 400px !important;
}
@media only screen and (max-width: 1112px) {
  #mv-inner .mv-inner {
    height: 300px !important;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner {
    height: 200px !important;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner {
    padding-top: 36px;
    height: 175px !important;
  }
}
#mv-inner .mv-inner.mv-step {
  padding-top: 76px;
  height: 384px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner.mv-step {
    padding-top: 45px;
  }
}
#mv-inner .mv-inner.mv-step h1 {
  text-align: center;
}
#mv-inner .mv-inner .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#mv-inner .mv-inner h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#mv-inner .mv-inner .img {
  margin-top: 20px;
}
#mv-inner .mv-inner .img img {
  margin: 0 auto;
}

/* Improving */
#improving .improving .improving-slide {
  height: 55%;
}
@media only screen and (max-width: 850px) {
  #improving .improving .improving-slide {
    padding: 0 15%;
  }
}
@media only screen and (max-width: 750px) {
  #improving .improving .improving-slide {
    padding: 0 5% 80px 5%;
  }
}
#improving .improving .improving-slide .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #improving .improving .improving-slide .item .flex {
    display: block;
    width: 100%;
  }
}
#improving .improving .improving-slide .item .flex .img {
  width: 56.8125%;
}
@media only screen and (max-width: 850px) {
  #improving .improving .improving-slide .item .flex .img {
    width: 100%;
  }
}
#improving .improving .improving-slide .item .flex .text {
  width: 43.1875%;
  padding-left: 6.5625%;
  font-family: "Prompt", sans-serif !important;
}
@media only screen and (max-width: 1600px) {
  #improving .improving .improving-slide .item .flex .text {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1112px) {
  #improving .improving .improving-slide .item .flex .text {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 850px) {
  #improving .improving .improving-slide .item .flex .text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#improving .improving .improving-slide .item .flex .text h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "Prompt", sans-serif !important;
}
@media only screen and (max-width: 750px) {
  #improving .improving .improving-slide .item .flex .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#improving .improving .improving-slide .item .flex .text p {
  font-weight: 200;
  margin-bottom: 30px;
  font-family: "Prompt", sans-serif !important;
}
@media only screen and (max-width: 1280px) {
  #improving .improving .improving-slide .item .flex .text p {
    margin-bottom: 20px;
  }
}

/* Mattress */
#mattress {
  position: relative;
  background-color: #EAEAF3;
}
#mattress .mattress {
  height: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  #mattress .mattress {
    height: 598px;
  }
}
@media only screen and (max-width: 1366px) {
  #mattress .mattress {
    height: 548px;
  }
}
@media only screen and (max-width: 1180px) {
  #mattress .mattress {
    height: 498px;
  }
}
@media only screen and (max-width: 1112px) {
  #mattress .mattress {
    height: 473px;
  }
}
@media only screen and (max-width: 850px) {
  #mattress .mattress {
    height: 323px;
  }
}
@media only screen and (max-width: 750px) {
  #mattress .mattress {
    height: auto;
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
#mattress .mattress .text {
  width: 57.5%;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 850px) {
  #mattress .mattress .text {
    width: 62.5%;
  }
}
@media only screen and (max-width: 750px) {
  #mattress .mattress .text {
    width: 100%;
  }
}
#mattress .mattress .text .txthead-box {
  margin-bottom: 0;
}
#mattress .mattress .text p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mattress .mattress .text p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
#mattress .mattress-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 54.6875%;
  max-width: 875px;
}
@media only screen and (max-width: 750px) {
  #mattress .mattress-img {
    position: static;
    width: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Collection */
@media only screen and (max-width: 750px) {
  #collection {
    padding-bottom: 20px;
  }
}
#collection .collection .collection-list .collection-slide {
  margin: 0;
  padding: 0 10% !important;
}
@media only screen and (max-width: 850px) {
  #collection .collection .collection-list .collection-slide {
    padding: 0 15% !important;
  }
}
@media only screen and (max-width: 750px) {
  #collection .collection .collection-list .collection-slide {
    padding: 0 5% 70px 5% !important;
  }
}
#collection .collection .collection-list .collection-slide li {
  margin: 0;
  padding: 0 3%;
}
#collection .collection .collection-list .collection-slide .item-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -40px;
}
#collection .collection .collection-list .collection-slide .item-flex li {
  width: 48% !important;
  margin-top: 40px;
  padding: 0;
}
#collection .collection .collection-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#collection .collection .collection-list ul li {
  width: 31.3333%;
  margin: 0 1%;
}
#collection .collection .collection-list ul li a {
  display: block;
}
#collection .collection .collection-list ul li a:hover {
  opacity: 1;
}
#collection .collection .collection-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#collection .collection .collection-list ul li a:hover .img img:last-child {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#collection .collection .collection-list ul li a:hover .btn {
  background-color: #C6151D;
  border-color: #C6151D;
}
#collection .collection .collection-list ul li a .img {
  position: relative;
  overflow: hidden;
}
#collection .collection .collection-list ul li a .img img {
  width: 100%;
  height: auto;
}
#collection .collection .collection-list ul li a .img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#collection .collection .collection-list ul li a .text {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #collection .collection .collection-list ul li a .text {
    margin-top: 10px;
  }
}
#collection .collection .collection-list ul li a .text h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  height: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #collection .collection .collection-list ul li a .text h3 {
    height: 85px;
  }
}
@media only screen and (max-width: 750px) {
  #collection .collection .collection-list ul li a .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 10px;
    height: 52px;
  }
}
@media only screen and (max-width: 568px) {
  #collection .collection .collection-list ul li a .text h3 {
    height: 80px;
  }
}
@media only screen and (max-width: 425px) {
  #collection .collection .collection-list ul li a .text h3 {
    height: 108px;
  }
}
@media only screen and (max-width: 750px) {
  #collection .collection .collection-list ul li a .text .btn {
    width: 120px;
    margin-left: 0;
  }
}

/* Our Sleep */
@media only screen and (max-width: 750px) {
  #oursleep {
    padding-bottom: 20px;
  }
}

.oursleep-slide {
  margin: 0;
  padding: 0 10% !important;
}
@media only screen and (max-width: 850px) {
  .oursleep-slide {
    padding: 0 15% !important;
  }
}
@media only screen and (max-width: 750px) {
  .oursleep-slide {
    padding: 0 5% 70px 5% !important;
  }
}
.oursleep-slide li {
  margin: 0;
  padding: 0 3%;
}
@media only screen and (max-width: 750px) {
  .oursleep-slide li {
    padding: 0;
  }
}

.oursleep-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
}
@media only screen and (max-width: 750px) {
  .oursleep-list ul {
    display: block;
    margin-top: 0;
  }
}
.oursleep-list ul li {
  width: 31.33%;
  margin: 80px 1% 0 1%;
}
@media only screen and (max-width: 750px) {
  .oursleep-list ul li {
    width: 100%;
    margin: 0;
  }
}
.oursleep-list ul li + li {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .oursleep-list ul li + li {
    margin-top: 40px;
  }
}
.oursleep-list ul li a {
  display: block;
}
.oursleep-list ul li a:hover {
  opacity: 1;
}
.oursleep-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.oursleep-list ul li a:hover .img::after {
  opacity: 1;
  background-size: 19%;
}
.oursleep-list ul li a:hover .text .btn-grey {
  border-color: #C6151D;
  background-color: #C6151D;
}
.oursleep-list ul li a .img {
  position: relative;
  overflow: hidden;
  height: 340px;
}
@media only screen and (max-width: 1680px) {
  .oursleep-list ul li a .img {
    height: 318px;
  }
}
@media only screen and (max-width: 1600px) {
  .oursleep-list ul li a .img {
    height: 303px;
  }
}
@media only screen and (max-width: 1536px) {
  .oursleep-list ul li a .img {
    height: 290px;
  }
}
@media only screen and (max-width: 1440px) {
  .oursleep-list ul li a .img {
    height: 270px;
  }
}
@media only screen and (max-width: 1400px) {
  .oursleep-list ul li a .img {
    height: 265px;
  }
}
@media only screen and (max-width: 1366px) {
  .oursleep-list ul li a .img {
    height: 258px;
  }
}
@media only screen and (max-width: 1280px) {
  .oursleep-list ul li a .img {
    height: 240px;
  }
}
@media only screen and (max-width: 1180px) {
  .oursleep-list ul li a .img {
    height: 222px;
  }
}
@media only screen and (max-width: 1112px) {
  .oursleep-list ul li a .img {
    height: 204px;
  }
}
@media only screen and (max-width: 1024px) {
  .oursleep-list ul li a .img {
    height: 190px;
  }
}
@media only screen and (max-width: 850px) {
  .oursleep-list ul li a .img {
    height: 160px;
  }
}
@media only screen and (max-width: 820px) {
  .oursleep-list ul li a .img {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .oursleep-list ul li a .img {
    height: 140px;
  }
}
@media only screen and (max-width: 750px) {
  .oursleep-list ul li a .img {
    height: auto;
  }
}
.oursleep-list ul li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.oursleep-list ul li a .img img {
  width: 100%;
  height: auto;
}
.oursleep-list ul li a .text {
  margin-top: 25px;
}
@media only screen and (max-width: 1280px) {
  .oursleep-list ul li a .text {
    margin-top: 15px;
  }
}
.oursleep-list ul li a .text p.date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #AFAFAF;
  margin-bottom: 5px;
}
.oursleep-list ul li a .text h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #404040;
  margin-bottom: 20px;
  height: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .oursleep-list ul li a .text h3 {
    height: 75px;
  }
}
@media only screen and (max-width: 750px) {
  .oursleep-list ul li a .text h3 {
    height: auto;
  }
}

#slide.oursleep-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
}
@media only screen and (max-width: 750px) {
  #slide.oursleep-list ul {
    display: block;
    margin-top: 0;
  }
}
#slide.oursleep-list ul li {
  width: 31.33%;
  margin: 80px 1% 0 1%;
}
@media only screen and (max-width: 750px) {
  #slide.oursleep-list ul li {
    width: 100%;
    margin: 0;
  }
}
#slide.oursleep-list ul li + li {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #slide.oursleep-list ul li + li {
    margin-top: 40px;
  }
}
#slide.oursleep-list ul li a {
  display: block;
}
#slide.oursleep-list ul li a:hover {
  opacity: 1;
}
#slide.oursleep-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#slide.oursleep-list ul li a:hover .img::after {
  opacity: 1;
  background-size: 19%;
}
#slide.oursleep-list ul li a:hover .text .btn-grey {
  border-color: #C6151D;
  background-color: #C6151D;
}
#slide.oursleep-list ul li a .img {
  position: relative;
  overflow: hidden;
  height: 325px;
}
@media only screen and (max-width: 1680px) {
  #slide.oursleep-list ul li a .img {
    height: 280px;
  }
}
@media only screen and (max-width: 1600px) {
  #slide.oursleep-list ul li a .img {
    height: 270px;
  }
}
@media only screen and (max-width: 1536px) {
  #slide.oursleep-list ul li a .img {
    height: 260px;
  }
}
@media only screen and (max-width: 1440px) {
  #slide.oursleep-list ul li a .img {
    height: 240px;
  }
}
@media only screen and (max-width: 1400px) {
  #slide.oursleep-list ul li a .img {
    height: 230px;
  }
}
@media only screen and (max-width: 1280px) {
  #slide.oursleep-list ul li a .img {
    height: 210px;
  }
}
@media only screen and (max-width: 1180px) {
  #slide.oursleep-list ul li a .img {
    height: 200px;
  }
}
@media only screen and (max-width: 1112px) {
  #slide.oursleep-list ul li a .img {
    height: 188px;
  }
}
@media only screen and (max-width: 1080px) {
  #slide.oursleep-list ul li a .img {
    height: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  #slide.oursleep-list ul li a .img {
    height: 170px;
  }
}
@media only screen and (max-width: 750px) {
  #slide.oursleep-list ul li a .img {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  #slide.oursleep-list ul li a .img {
    height: 340px;
  }
}
@media only screen and (max-width: 480px) {
  #slide.oursleep-list ul li a .img {
    height: 260px;
  }
}
@media only screen and (max-width: 414px) {
  #slide.oursleep-list ul li a .img {
    height: 230px;
  }
}
@media only screen and (max-width: 360px) {
  #slide.oursleep-list ul li a .img {
    height: 215px;
  }
}
#slide.oursleep-list ul li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#slide.oursleep-list ul li a .img img {
  width: 100%;
  height: auto;
}
#slide.oursleep-list ul li a .text {
  margin-top: 25px;
}
@media only screen and (max-width: 1280px) {
  #slide.oursleep-list ul li a .text {
    margin-top: 15px;
  }
}
#slide.oursleep-list ul li a .text p.date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #AFAFAF;
  margin-bottom: 5px;
}
#slide.oursleep-list ul li a .text h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #404040;
  margin-bottom: 20px;
  height: 55px;
  overflow: hidden;
}

.oursleep-detail h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1112px) {
  .oursleep-detail h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .oursleep-detail h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
.oursleep-detail .oursleep-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oursleep-detail .oursleep-row .img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row .img {
    width: 100%;
  }
}
.oursleep-detail .oursleep-row .img img {
  width: 100%;
  height: auto;
}
.oursleep-detail .oursleep-row .text {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row .text {
    width: 100%;
    margin-top: 20px;
  }
}
.oursleep-detail .oursleep-row .text p + p {
  margin-top: 15px;
}
.oursleep-detail .oursleep-row .box-video {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.oursleep-detail .oursleep-row .box-video .video {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  padding-bottom: 56.25%;
}
.oursleep-detail .oursleep-row .box-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oursleep-detail .oursleep-row.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row.img-left {
    display: block;
  }
}
.oursleep-detail .oursleep-row.img-left .text {
  padding-left: 35px;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row.img-left .text {
    padding-left: 0;
  }
}
.oursleep-detail .oursleep-row.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row.img-right {
    display: block;
  }
}
.oursleep-detail .oursleep-row.img-right .text {
  padding-right: 35px;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row.img-right .text {
    padding-right: 0;
  }
}
.oursleep-detail .oursleep-row.img-center {
  display: block;
}
.oursleep-detail .oursleep-row.img-center .img {
  margin-left: auto;
  margin-right: auto;
}
.oursleep-detail .oursleep-row.img-center .text {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .oursleep-detail .oursleep-row.img-center .text {
    margin-top: 20px;
  }
}
.oursleep-detail .oursleep-row.img-with-text {
  position: relative;
}
.oursleep-detail .oursleep-row.img-with-text .img {
  width: 100%;
}
.oursleep-detail .oursleep-row.img-with-text .text {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.oursleep-detail .oursleep-row + .oursleep-row {
  margin-top: 50px;
}

/* Icon Info */
#iconinfo .iconinfo .iconinfo-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #iconinfo .iconinfo .iconinfo-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul {
    display: block;
  }
}
#iconinfo .iconinfo .iconinfo-list ul li {
  width: 20%;
  max-width: 288px;
}
@media only screen and (max-width: 1112px) {
  #iconinfo .iconinfo .iconinfo-list ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 850px) {
  #iconinfo .iconinfo .iconinfo-list ul li {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul li .img {
    max-width: 118px;
    min-width: 118px;
    border: 1px solid #e8e8e8;
  }
}
#iconinfo .iconinfo .iconinfo-list ul li .img img {
  width: 200px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
#iconinfo .iconinfo .iconinfo-list ul li p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul li p {
    width: 100%;
    padding-left: 25px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #iconinfo .iconinfo .iconinfo-list ul li + li {
    margin-top: 20px;
  }
}

/* Review */
@media only screen and (max-width: 750px) {
  #review {
    padding-bottom: 20px !important;
  }
}
#review .review .review-slide {
  padding: 0 10%;
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide {
    padding: 0 15%;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide {
    padding: 0 5% 70px 5%;
  }
}
#review .review .review-slide .item .review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  #review .review .review-slide .item .review-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content {
    display: block;
  }
}
#review .review .review-slide .item .review-content .img {
  width: 38.375%;
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content .img {
    width: 100%;
  }
}
#review .review .review-slide .item .review-content .text {
  width: 56.625%;
  margin-top: 35px;
}
@media only screen and (max-width: 1180px) {
  #review .review .review-slide .item .review-content .text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content .text {
    width: 100%;
    margin-top: 25px;
  }
}
#review .review .review-slide .item .review-content .text .caption {
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 1112px) {
  #review .review .review-slide .item .review-content .text .caption {
    padding-left: 20px;
  }
}
#review .review .review-slide .item .review-content .text .caption::before {
  font-size: 4rem;
  line-height: 5.5rem;
  font-weight: 200;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 9;
  color: #565656;
}
@media only screen and (max-width: 1112px) {
  #review .review .review-slide .item .review-content .text .caption::before {
    font-size: 3rem;
    line-height: 3rem;
    top: -5px;
  }
}
#review .review .review-slide .item .review-content .text .caption p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 200;
  color: #565656;
  position: relative;
  display: inline;
  padding-right: 25px;
}
@media only screen and (max-width: 1112px) {
  #review .review .review-slide .item .review-content .text .caption p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-right: 20px;
  }
}
#review .review .review-slide .item .review-content .text .caption p::after {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 200;
}
@media only screen and (max-width: 1112px) {
  #review .review .review-slide .item .review-content .text .caption p::after {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#review .review .review-slide .item .review-content .text .rate {
  margin-top: 25px;
  margin-left: 25px;
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content .text .rate {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide .item .review-content .text .rate {
    margin-top: 20px;
    padding-left: 20px;
  }
}
#review .review .review-slide .item .review-content .text .rate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content .text .rate ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide .item .review-content .text .rate ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide .item .review-content .text .rate ul li img {
    width: 16px;
    height: 15px;
  }
}
#review .review .review-slide .item .review-content .text .rate ul li + li {
  margin-left: 7px;
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide .item .review-content .text .rate ul li + li {
    margin-left: 5px;
  }
}
#review .review .review-slide .item .review-content .text .rate p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 850px) {
  #review .review .review-slide .item .review-content .text .rate p {
    text-align: center;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #review .review .review-slide .item .review-content .text .rate p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
  }
}
#review .review h3 {
  margin-top: 90px;
  padding-bottom: 60px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 1112px) {
  #review .review h3 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #review .review h3 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #review .review h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

/* Video */
#video {
  height: 100vh;
  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;
  color: #fff;
  background-image: url("../images/top/video-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 850px) {
  #video {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  #video {
    height: 320px;
  }
}
#video .video .txthead-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #video .video .txthead-box {
    margin-bottom: 25px;
  }
}
#video .video .btn-box {
  margin-top: 0;
}

/* King Size Dream */
.ksd-bg-grey #ksd {
  background-color: #f1f1f1;
}

#ksd .ksd .ksd-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #ksd .ksd .ksd-list ul {
    display: block;
  }
}
#ksd .ksd .ksd-list ul li {
  width: 32.25%;
}
@media only screen and (max-width: 850px) {
  #ksd .ksd .ksd-list ul li {
    width: 100%;
    margin-top: 20px;
  }
}
#ksd .ksd .ksd-list ul li a {
  display: block;
  position: relative;
}
#ksd .ksd .ksd-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 45%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#ksd .ksd .ksd-list ul li a:hover {
  opacity: 1;
}
#ksd .ksd .ksd-list ul li a:hover::after {
  opacity: 0;
}
#ksd .ksd .ksd-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#ksd .ksd .ksd-list ul li a:hover .text h3 {
  padding-bottom: 15px;
}
#ksd .ksd .ksd-list ul li a:hover .text h3::after {
  width: 25px;
}
#ksd .ksd .ksd-list ul li a .img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #ksd .ksd .ksd-list ul li a .img {
    height: 450px;
  }
}
@media only screen and (max-width: 750px) {
  #ksd .ksd .ksd-list ul li a .img {
    height: 330px;
  }
}
#ksd .ksd .ksd-list ul li a .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#ksd .ksd .ksd-list ul li a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  z-index: 9;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #ksd .ksd .ksd-list ul li a .text {
    bottom: 10%;
  }
}
#ksd .ksd .ksd-list ul li a .text h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1280px) {
  #ksd .ksd .ksd-list ul li a .text h3 {
    margin-bottom: 10px;
  }
}
#ksd .ksd .ksd-list ul li a .text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 0;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CE0024;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#ksd .ksd .ksd-list ul li a .text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* About */
#about {
  background-color: #EAEAF3;
}
#about .about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #about .about .about-flex {
    display: block;
  }
}
#about .about .about-flex .col {
  width: 48.125%;
}
@media only screen and (max-width: 1600px) {
  #about .about .about-flex .col {
    width: 49%;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .about-flex .col {
    width: 100%;
    margin-top: 20px;
  }
}
#about .about .about-flex .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
#about .about .about-flex .col a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#about .about .about-flex .col a:hover {
  opacity: 1;
}
#about .about .about-flex .col a:hover::before {
  opacity: 0;
}
#about .about .about-flex .col a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#about .about .about-flex .col a:hover .text .btn {
  background-color: #C6151D;
  border-color: #C6151D;
}
#about .about .about-flex .col a .img {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #about .about .about-flex .col a .img {
    height: 450px;
  }
}
#about .about .about-flex .col a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}
#about .about .about-flex .col a .text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #about .about .about-flex .col a .text {
    bottom: 10%;
  }
}
#about .about .about-flex .col a .text h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  #about .about .about-flex .col a .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
  }
}
#about .about .about-flex .col a .text p {
  font-weight: 300;
}
#about .about .about-flex .col a .text .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  #about .about .about-flex .col a .text .btn {
    margin-top: 20px;
  }
}

#about-hilding .about-hilding .hilding-row {
  background-color: #C7E1F9;
}
#about-hilding .about-hilding .hilding-row:nth-child(even) {
  background-color: #fff;
}
#about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .img {
  width: 48.125%;
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .img {
    float: right;
    margin-right: 0;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .text {
  padding-left: 0;
  padding-right: 3.75%;
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #about-hilding .about-hilding .hilding-row:nth-child(even) .hilding-content .text {
    padding-right: 0;
  }
}
#about-hilding .about-hilding .hilding-row:last-child .hilding-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about-hilding .about-hilding .hilding-row:last-child .hilding-content .text {
  padding: 5.9375%;
}
@media only screen and (max-width: 1112px) {
  #about-hilding .about-hilding .hilding-row:last-child .hilding-content .text {
    padding: 0;
    padding-left: 3.75%;
  }
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row:last-child .hilding-content .text {
    padding-left: 0;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row .hilding-content {
    display: block;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content .img {
  width: 48.125%;
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content .img img {
  margin: 0 auto;
}
#about-hilding .about-hilding .hilding-row .hilding-content .text {
  width: 51.875%;
  padding-left: 3.75%;
}
@media only screen and (max-width: 850px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text {
    width: 100%;
    padding-left: 0;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content .text h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #B50014;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1366px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 1280px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1112px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content .text p {
  font-weight: 300;
}
#about-hilding .about-hilding .hilding-row .hilding-content .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1280px) {
  #about-hilding .about-hilding .hilding-row .hilding-content .text p + p {
    margin-top: 15px;
  }
}
#about-hilding .about-hilding .hilding-row .hilding-content::after {
  content: "";
  position: relative;
  clear: both;
}

#our-brand .our-brand .row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#our-brand .our-brand .row .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1112px) {
  #our-brand .our-brand .row .content {
    min-height: 430px;
  }
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content {
    display: block !important;
    min-height: auto;
  }
}
#our-brand .our-brand .row .content .img {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content .img {
    width: 100%;
  }
}
#our-brand .our-brand .row .content .img img {
  margin: 0 auto;
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content .img img {
    min-height: auto;
  }
}
#our-brand .our-brand .row .content .img img.w100 {
  width: 100%;
  height: auto;
}
#our-brand .our-brand .row .content .img.w100 {
  width: 100%;
}
#our-brand .our-brand .row .content .img.h560 {
  height: 560px;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content .img.h560 {
    height: auto;
  }
}
#our-brand .our-brand .row .content .img.h560 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content .img.h560 img {
    height: auto;
  }
}
#our-brand .our-brand .row .content .text {
  width: 50%;
  padding: 0 80px;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row .content .text {
    width: 100%;
    padding: 30px 5%;
  }
}
#our-brand .our-brand .row .content .text.w100 {
  width: 100%;
  margin-top: 0;
}
#our-brand .our-brand .row .content .text.center {
  text-align: center;
}
#our-brand .our-brand .row .content .text h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #our-brand .our-brand .row .content .text h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 1112px) {
  #our-brand .our-brand .row .content .text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#our-brand .our-brand .row .content .text h2 + p {
  margin-top: 10px;
}
#our-brand .our-brand .row .content .text h2 + h3 {
  margin-top: 10px;
}
#our-brand .our-brand .row .content .text p + h3 {
  margin-top: 20px;
}
#our-brand .our-brand .row .content .text p + p {
  margin-top: 10px;
}
#our-brand .our-brand .row .content .text ul.bullet-red li {
  list-style: none;
  position: relative;
  padding-left: 12px;
}
#our-brand .our-brand .row .content .text ul.bullet-red li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 9;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #C6151D;
}
#our-brand .our-brand .row .content .text ul.bullet-red li a {
  color: #C6151D;
}
#our-brand .our-brand .row .content .text h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #our-brand .our-brand .row .content .text h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .row .content .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#our-brand .our-brand .row .content .text h3 + p {
  margin-top: 10px;
}
#our-brand .our-brand .row .content .text ul {
  margin-top: 10px;
  margin-left: 20px;
}
#our-brand .our-brand .row .content .text ul li {
  list-style: disc;
}
#our-brand .our-brand .row .content .text .btn-box {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .row .content .text .btn-box {
    margin-top: 15px;
  }
}
#our-brand .our-brand .row .content .text .center {
  text-align: center;
}
#our-brand .our-brand .row .content.minheight-auto {
  min-height: auto;
}
#our-brand .our-brand .row:last-child .content {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
#our-brand .our-brand .row:nth-child(even) .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#our-brand .our-brand .row.text-left .content {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
#our-brand .our-brand .row.text-right .content {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
#our-brand .our-brand .row.bg-full {
  padding: 70px 0;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row.bg-full {
    padding: 0;
  }
}
#our-brand .our-brand .row.bg-full .content {
  min-height: 500px;
}
@media only screen and (max-width: 1112px) {
  #our-brand .our-brand .row.bg-full .content {
    min-height: 430px;
  }
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .row.bg-full .content .img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
#our-brand .our-brand .row.row10 {
  background-image: url(../images/ourbrand/our-brand-row-video-bg.webp);
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .row.row10 {
    background-image: url(../images/ourbrand/our-brand-row-video-bg-sp.webp);
    background-position: top center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .row.row10 .img a {
    display: block;
    padding: 35px 0;
  }
}

#about-brand .about-brand .brand-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 850px) {
  #about-brand .about-brand .brand-content {
    display: block;
  }
}
#about-brand .about-brand .brand-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#about-brand .about-brand .brand-content .img {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #about-brand .about-brand .brand-content .img {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about-brand .about-brand .brand-content .img {
    margin-top: 20px;
  }
}
#about-brand .about-brand .brand-content .text {
  width: 44%;
}
@media only screen and (max-width: 850px) {
  #about-brand .about-brand .brand-content .text {
    width: 100%;
  }
}
#about-brand .about-brand .brand-content .text h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1112px) {
  #about-brand .about-brand .brand-content .text h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about-brand .about-brand .brand-content .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about-brand .about-brand .brand-content .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1280px) {
  #about-brand .about-brand .brand-content .text p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #about-brand .about-brand .brand-content .text p + p {
    margin-top: 10px;
  }
}
#about-brand .about-vision {
  color: #fff;
  background-image: url("../images/about/brand/brand-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about-brand .about-vision .vision-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #about-brand .about-vision .vision-content {
    display: block;
  }
}
#about-brand .about-vision .vision-content .col {
  width: 50%;
  padding: 150px 20px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #about-brand .about-vision .vision-content .col {
    padding: 125px 20px;
  }
}
@media only screen and (max-width: 1112px) {
  #about-brand .about-vision .vision-content .col {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 850px) {
  #about-brand .about-vision .vision-content .col {
    width: 100%;
    padding: 25px;
  }
}
#about-brand .about-vision .vision-content .col h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1112px) {
  #about-brand .about-vision .vision-content .col h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about-brand .about-vision .vision-content .col h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about-brand .about-vision .vision-content .col p {
  text-align: center;
}
#about-brand .about-vision .vision-content .col + .col {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 850px) {
  #about-brand .about-vision .vision-content .col + .col {
    border-left: 0;
    border-top: 1px solid #fff;
    margin-top: 25px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #about-brand .about-vision .vision-content .col + .col {
    margin-top: 15px;
    padding-top: 35px;
  }
}

/* Our Products */
#products {
  background-color: #F2F2F2;
}

#products-list .products-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#products-list .products-content .col-left {
  width: 300px;
  min-width: 300px;
  padding-bottom: 100px;
  border-right: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1366px) {
  #products-list .products-content .col-left {
    width: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  #products-list .products-content .col-left {
    width: 230px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 1112px) {
  #products-list .products-content .col-left {
    width: 210px;
    min-width: 210px;
  }
}
@media only screen and (max-width: 850px) {
  #products-list .products-content .col-left {
    display: none;
  }
}
#products-list .products-content .col-left h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
}
#products-list .products-content .col-left .submn ul li + li {
  margin-top: 3px;
}
#products-list .products-content .col-left .submn ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
#products-list .products-content .col-right {
  width: 74.625%;
  padding-bottom: 100px;
}
#products-list .products-content .col-right.w100 {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #products-list .products-content .col-right {
    width: 100%;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right {
    padding-bottom: 40px;
  }
}
#products-list .products-content .col-right .list-option {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1112px) {
  #products-list .products-content .col-right .list-option .select-class {
    width: 100%;
  }
}
#products-list .products-content .col-right .list-option .select-class ul {
  margin-top: 0;
}
@media only screen and (max-width: 1112px) {
  #products-list .products-content .col-right .list-option .select-class ul li {
    width: 100%;
    max-width: 576px;
  }
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right .list-option .select-class ul li:last-child p {
    text-align: left;
  }
}
#products-list .products-content .col-right .list-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1112px) {
  #products-list .products-content .col-right .list-option ul {
    margin-top: 15px;
  }
}
#products-list .products-content .col-right .list-option ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right .list-option ul li {
    width: 100%;
    display: block;
  }
}
#products-list .products-content .col-right .list-option ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right .list-option ul li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
#products-list .products-content .col-right .list-option ul li:last-child p {
  text-align: right;
}
#products-list .products-content .col-right .list-option ul li p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  white-space: nowrap;
}
#products-list .products-content .col-right .list-option ul li p + .textbox {
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right .list-option ul li p + .textbox {
    margin-left: 0;
    margin-top: 5px;
  }
}
#products-list .products-content .col-right .list-option ul li .select-show {
  min-width: 100px;
}
#products-list .products-content .col-right .list-option ul li.show-sp {
  display: none;
}
@media only screen and (max-width: 850px) {
  #products-list .products-content .col-right .list-option ul li.show-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  #products-list .products-content .col-right .list-option ul li.show-sp {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #products-list .products-content .col-right .list-option ul li.hide-sp {
    display: none;
  }
}
#products-list .products-content .col-right .list-option.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1112px) {
  #products-list .products-content .col-right .list-option.flex {
    display: block;
  }
}

.products-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .products-flex {
    display: block;
  }
}
@media only screen and (max-width: 1112px) {
  .products-flex.services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 850px) {
  .products-flex.services {
    margin-top: 0;
  }
}
.products-flex.services .col {
  width: 22.5%;
}
@media only screen and (max-width: 1600px) {
  .products-flex.services .col {
    width: 23.5%;
  }
}
@media only screen and (max-width: 1112px) {
  .products-flex.services .col {
    width: 49%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .products-flex.services .col {
    width: 100%;
    margin-top: 20px;
  }
}
.products-flex.services .col a .text {
  width: 80%;
}
.products-flex.services .col + .col {
  margin-left: 50px;
}
@media only screen and (max-width: 1600px) {
  .products-flex.services .col + .col {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1112px) {
  .products-flex.services .col + .col {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 850px) {
  .products-flex.services .col + .col {
    margin-left: 0;
  }
}
.products-flex .col {
  width: 31%;
}
@media only screen and (max-width: 1600px) {
  .products-flex .col {
    width: 32%;
  }
}
@media only screen and (max-width: 850px) {
  .products-flex .col {
    width: 100%;
    margin-top: 20px;
  }
}
.products-flex .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.products-flex .col a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  .products-flex .col a::before {
    height: 75%;
  }
}
.products-flex .col a:hover {
  opacity: 1;
}
.products-flex .col a:hover::before {
  opacity: 0;
}
.products-flex .col a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.products-flex .col a:hover .text .btn {
  border-color: #C6151D;
  background-color: #C6151D;
}
.products-flex .col a .img {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .products-flex .col a .img {
    height: 450px;
  }
}
@media only screen and (max-width: 750px) {
  .products-flex .col a .img {
    height: 300px;
  }
}
.products-flex .col a .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .products-flex .col a .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.products-flex .col a .text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .products-flex .col a .text {
    bottom: 30px;
  }
}
.products-flex .col a .text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .products-flex .col a .text h2 {
    margin-bottom: 10px;
  }
}
.products-flex .col a .text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.products-flex .col a .text .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .products-flex .col a .text .btn {
    margin-top: 20px;
  }
}
.products-flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.2614%;
  margin-top: -100px;
}
@media only screen and (max-width: 1280px) {
  .products-list ul {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 750px) {
  .products-list ul {
    margin-left: 0;
    margin-top: -30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 850px) {
  .products-list ul.col4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .products-list ul.col4 {
    margin-top: -30px;
  }
}
.products-list ul.col4 li {
  width: 22.738%;
}
@media only screen and (max-width: 850px) {
  .products-list ul.col4 li {
    width: 48.5%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.products-list ul li {
  width: 31.05%;
  margin-left: 2.2614%;
  margin-top: 100px;
}
@media only screen and (max-width: 1280px) {
  .products-list ul li {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 750px) {
  .products-list ul li {
    width: 48%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.products-list ul li a {
  display: block;
}
.products-list ul li a:hover {
  opacity: 1;
}
.products-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.products-list ul li a:hover .img img:last-child {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.products-list ul li a:hover .btn {
  background-color: #C6151D;
  border-color: #C6151D;
}
.products-list ul li a .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .img {
    margin-bottom: 10px;
  }
}
.products-list ul li a .img img {
  width: 100%;
  height: auto;
}
.products-list ul li a .img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.products-list ul li a .brief h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 5px;
  height: 55px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1680px) {
  .products-list ul li a .brief h3 {
    height: 80px;
  }
}
@media only screen and (max-width: 1680px) {
  .products-list ul li a .brief h3 {
    height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .brief h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .products-list ul li a .brief h3 {
    height: 115px;
  }
}
.products-list ul li a .brief p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.products-list ul li a .brief p s {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .brief p s {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.products-list ul li a .btn {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .products-list ul li a .btn {
    margin-top: 10px;
  }
}

#products-detail .products-detail .detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #products-detail .products-detail .detail-flex {
    display: block;
  }
}
#products-detail .products-detail .detail-flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #products-detail .products-detail .detail-flex .col-left {
    width: 100%;
  }
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb {
  margin-top: 10px;
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb .item {
  padding: 0 5px;
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-arrow {
  width: 14px;
  height: 24px;
  background-size: 14px 24px;
  opacity: 0;
}
@media only screen and (max-width: 1112px) {
  #products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-arrow {
    opacity: 1;
  }
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-prev {
  left: 20px;
  background-image: url("../images/commons/arrow-slide-left-big-red.svg");
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-prev {
    left: 10px;
  }
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-next {
  right: 20px;
  background-image: url("../images/commons/arrow-slide-right-big-red.svg");
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-left .gall-thumb .slick-next {
    right: 10px;
  }
}
#products-detail .products-detail .detail-flex .col-left .gall-thumb:hover .slick-arrow {
  opacity: 1;
}
#products-detail .products-detail .detail-flex .col-right {
  width: 46.25%;
}
@media only screen and (max-width: 850px) {
  #products-detail .products-detail .detail-flex .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-status {
  margin-bottom: 20px;
}
#products-detail .products-detail .detail-flex .col-right .products-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
#products-detail .products-detail .detail-flex .col-right .products-status ul li {
  height: 30px;
  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;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-style: italic;
  color: #fff;
  background-color: #b5b5b5;
}
#products-detail .products-detail .detail-flex .col-right .products-status ul li.red {
  background-color: #f00;
}
#products-detail .products-detail .detail-flex .col-right .products-name {
  position: relative;
  padding-right: 100px;
}
#products-detail .products-detail .detail-flex .col-right .products-name .logo {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9;
}
#products-detail .products-detail .detail-flex .col-right .products-name h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-name h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-name h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 200;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-name h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-icon {
  margin-top: 15px;
}
#products-detail .products-detail .detail-flex .col-right .products-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-icon ul {
    display: block;
    margin-top: 0;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-icon ul li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-icon ul li {
    width: 100%;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-icon ul li .icon {
  width: 56px;
  min-width: 56px;
}
#products-detail .products-detail .detail-flex .col-right .products-icon ul li p {
  width: 100%;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 200;
  color: #404040;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #404040;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness p {
  margin-bottom: 5px;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness .bar {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #DBD7D8;
  border-radius: 20px;
  overflow: hidden;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness .bar .active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 20px;
  background-color: #95918E;
  border-radius: 20px;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul.level-no {
  margin-bottom: 10px;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul.level-no li {
  width: 10%;
  text-align: center;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul.level-text li {
  width: 30%;
  font-size: 1.2rem;
  text-align: center;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul.level-text li:first-child {
  width: 30%;
  text-align: left;
}
#products-detail .products-detail .detail-flex .col-right .products-firmness ul.level-text li:last-child {
  width: 40%;
  text-align: right;
}
#products-detail .products-detail .detail-flex .col-right .products-color {
  margin-top: 25px;
}
#products-detail .products-detail .detail-flex .col-right .products-color p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  white-space: nowrap;
  margin-bottom: 5px;
}
#products-detail .products-detail .detail-flex .col-right .products-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products-detail .products-detail .detail-flex .col-right .products-color ul li {
  width: 30px;
  margin-right: 5px;
}
#products-detail .products-detail .detail-flex .col-right .products-color ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
#products-detail .products-detail .detail-flex .col-right .products-color ul li a img {
  width: 100%;
  height: auto;
}
#products-detail .products-detail .detail-flex .col-right .products-size {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-detail .products-detail .detail-flex .col-right .products-size p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  white-space: nowrap;
}
#products-detail .products-detail .detail-flex .col-right .products-size .textbox {
  margin-left: 10px;
  max-width: 200px;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-price {
  margin-right: 20px;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p s {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 200;
  color: #444444;
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p s {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p s + span {
  font-weight: 400;
  color: #f00;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-price p span {
  font-weight: 400;
  color: #f00;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-share p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-right: 10px;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-share ul li + li {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products-detail .products-detail .detail-flex .col-right .products-price-share .products-share ul li a {
  display: block;
}
#products-detail .products-detail .detail-flex .col-right .products-price-remark {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
}
#products-detail .products-detail .detail-flex .col-right .products-button {
  margin-top: 25px;
}
#products-detail .products-detail .detail-flex .col-right .products-button .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-button .button ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#products-detail .products-detail .detail-flex .col-right .products-button .button ul li {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-button .button ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .detail-flex .col-right .products-button .button ul li a {
    width: 100%;
  }
}

#wcv .wcv .wcv-content > p {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #wcv .wcv .wcv-content > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#wcv .wcv .wcv-content .flex {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1112px) {
  #wcv .wcv .wcv-content .flex {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #wcv .wcv .wcv-content .flex {
    display: block;
  }
}
#wcv .wcv .wcv-content .flex .left {
  width: 48.5625%;
}
@media only screen and (max-width: 850px) {
  #wcv .wcv .wcv-content .flex .left {
    width: 100%;
  }
}
#wcv .wcv .wcv-content .flex .left img {
  margin: 0 auto;
  mix-blend-mode: multiply;
}
#wcv .wcv .wcv-content .flex .right {
  width: 46.875%;
  max-width: 750px;
}
@media only screen and (max-width: 850px) {
  #wcv .wcv .wcv-content .flex .right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
#wcv .wcv .wcv-content .flex .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wcv .wcv .wcv-content .flex .right ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #wcv .wcv .wcv-content .flex .right ul li + li {
    margin-top: 20px;
  }
}
#wcv .wcv .wcv-content .flex .right ul li .no {
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  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;
  font-weight: 300;
  color: #fff;
  background-color: #C6151D;
  border-radius: 100%;
}
#wcv .wcv .wcv-content .flex .right ul li .text {
  margin-left: 12px;
}
#wcv .wcv .wcv-content .flex .right ul li .text h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #wcv .wcv .wcv-content .flex .right ul li .text h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#wcv .wcv .wcv-content .flex .right ul li .text p {
  font-weight: 200;
}
@media only screen and (max-width: 750px) {
  #wcv .wcv .wcv-content .flex .right ul li .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* Artwork */
#artwork .artwork .banner {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #artwork .artwork .banner {
    width: 100%;
  }
}

/* Pro Icon */
#pro-icon .pro-icon .icon {
  margin: 75px 0 0 0;
}
@media only screen and (max-width: 1280px) {
  #pro-icon .pro-icon .icon {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #pro-icon .pro-icon .icon {
    margin: 25px 0 0 0;
  }
}
#pro-icon .pro-icon .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pro-icon .pro-icon .icon ul li {
  width: 14.2857%;
}
@media only screen and (max-width: 750px) {
  #pro-icon .pro-icon .icon ul li {
    width: 25%;
  }
}
#pro-icon .pro-icon .icon ul li img {
  max-width: 123px;
  width: 75%;
  margin: 0 auto;
}

.textbox {
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 200;
}
.textbox.small {
  padding: 2px 6px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.textbox.grey {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
}

select.textbox {
  padding: 3px 30px 3px 10px !important;
  background-image: url("../images/commons/icon-select.svg");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 16px 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
select.textbox:hover {
  cursor: pointer;
}

.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #555555;
  font-family: "Prompt", sans-serif;
}
.chkbox-btn a {
  color: #555555;
  font-weight: 300;
}

.chkbox-btn + .chkbox-btn {
  margin-top: 10px;
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 6px;
  left: 0;
  border: 2px solid #555555;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 1600px) {
  .chkbox {
    top: 4px;
  }
}

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  background-color: #555;
  border-color: #555;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: -1px;
  left: 3px;
  width: 3px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Stores */
#stores .stores .stores-btn {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1280px) {
  #stores .stores .stores-btn {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1112px) {
  #stores .stores .stores-btn {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-btn {
    margin-bottom: 30px;
  }
}
#stores .stores .stores-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #stores .stores .stores-btn ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2%;
  }
}
#stores .stores .stores-btn ul li {
  width: 25%;
  margin: 0 10px;
}
@media only screen and (max-width: 850px) {
  #stores .stores .stores-btn ul li {
    width: 49%;
    margin: 2% 0 0 0;
  }
}
#stores .stores .stores-list .select {
  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;
  margin-bottom: 22px;
}
#stores .stores .stores-list .select p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list .select p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#stores .stores .stores-list .select .textbox {
  max-width: 275px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list .select .textbox {
    max-width: 100%;
  }
}
#stores .stores .stores-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .stores-list ul {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 850px) {
  #stores .stores .stores-list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul {
    display: block;
    margin-top: 0;
  }
}
#stores .stores .stores-list ul li {
  width: 31.3333%;
  margin-top: 80px;
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .stores-list ul li {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #stores .stores .stores-list ul li {
    width: 49%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li {
    width: 100%;
  }
}
#stores .stores .stores-list ul li .list-box .img img {
  width: 100%;
  height: auto;
}
#stores .stores .stores-list ul li .list-box .brief {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .stores-list ul li .list-box .brief {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li .list-box .brief {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 1680px) {
  #stores .stores .stores-list ul li .list-box .brief h2 {
    height: 60px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li .list-box .brief h2 {
    height: auto;
  }
}
#stores .stores .stores-list ul li .list-box .brief p {
  color: #444;
  height: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li .list-box .brief p {
    height: auto;
  }
}
#stores .stores .stores-list ul li .list-box .brief .contact {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li .list-box .brief .contact {
    margin-top: 10px;
  }
}
#stores .stores .stores-list ul li .list-box .brief .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #444;
  margin-top: 0;
}
#stores .stores .stores-list ul li .list-box .brief .contact a + a {
  margin-top: 5px;
}
#stores .stores .stores-list ul li .list-box .brief .contact a span {
  width: 25px;
  margin-right: 10px;
}
#stores .stores .stores-list ul li .list-box .brief .contact a span img {
  margin: 0 auto;
}
#stores .stores .stores-list ul li .list-box .brief a {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list ul li .list-box .brief a {
    margin-top: 15px;
  }
}
#stores .stores .stores-list h3 {
  margin-top: 90px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .stores-list h3 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .stores-list h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#stores .stores .retail-shop .select {
  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;
  margin-bottom: 22px;
}
#stores .stores .retail-shop .select p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .select p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#stores .stores .retail-shop .select .textbox {
  max-width: 275px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .select .textbox {
    max-width: 100%;
  }
}
#stores .stores .retail-shop .map {
  position: relative;
  height: 678px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .map {
    height: 350px;
  }
}
#stores .stores .retail-shop .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#stores .stores .retail-shop .retail-list {
  margin-top: 25px;
  display: none;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .retail-shop .retail-list {
    display: block;
  }
}
#stores .stores .retail-shop .retail-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  padding: 15px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .retail-list ul li {
    display: block;
    padding: 5%;
  }
}
#stores .stores .retail-shop .retail-list ul li .img {
  width: 190px;
  max-width: 190px;
  min-width: 190px;
}
#stores .stores .retail-shop .retail-list ul li .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .retail-list ul li .img {
    width: 100%;
    max-width: 100%;
  }
}
#stores .stores .retail-shop .retail-list ul li .text {
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .retail-list ul li .text {
    margin-top: 15px;
    padding-left: 0;
  }
}
#stores .stores .retail-shop .retail-list ul li .text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #stores .stores .retail-shop .retail-list ul li .text h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#stores .stores .retail-shop .retail-list ul li .text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#stores .stores .retail-shop .retail-list ul li .text p span {
  font-weight: 300;
}
#stores .stores .retail-shop .retail-list ul li + li {
  margin-top: 15px;
}
#stores .stores .special-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 90px;
  padding: 60px 65px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .special-intro {
    margin-top: 60px;
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-intro {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro {
    padding: 40px 30px;
  }
}
#stores .stores .special-intro .left {
  min-height: 220px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .left {
    min-height: auto;
  }
}
#stores .stores .special-intro .left .icon img {
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .left .icon img {
    width: 110px;
  }
}
#stores .stores .special-intro .left p {
  margin-top: 25px;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
}
#stores .stores .special-intro .right {
  width: 100%;
  padding-left: 60px;
  padding-right: 260px;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .special-intro .right {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-intro .right {
    padding-left: 0;
    padding-right: 25%;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .right {
    padding-right: 0;
    margin-top: 25px;
  }
}
#stores .stores .special-intro .right h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .special-intro .right h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .right h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#stores .stores .special-intro .right ul {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .right ul {
    margin-top: 10px;
  }
}
#stores .stores .special-intro .right ul li {
  position: relative;
  line-height: 2.4rem;
  color: #444444;
  padding-left: 12px;
}
#stores .stores .special-intro .right ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#stores .stores .special-intro .right ul li + li {
  margin-top: 7px;
}
#stores .stores .special-intro .doctor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (max-width: 1112px) {
  #stores .stores .special-intro .doctor {
    width: 340px;
  }
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-intro .doctor {
    width: 35%;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-intro .doctor {
    display: none;
  }
}
#stores .stores .special-list {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-list {
    margin-top: 40px;
  }
}
#stores .stores .special-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2%;
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-list ul {
    margin-top: 0;
  }
}
#stores .stores .special-list ul li {
  width: 31.3333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2%;
}
@media only screen and (max-width: 850px) {
  #stores .stores .special-list ul li {
    width: 49%;
    margin-top: 2%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .special-list ul li + li {
    margin-top: 20px;
  }
}

.modern-list {
  position: relative;
}
.modern-list::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.modern-list::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.modern-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
}
.modern-list ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 9;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.modern-list ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 9;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.modern-list ul li {
  width: 25%;
  padding: 5%;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media only screen and (max-width: 750px) {
  .modern-list ul li {
    width: 50%;
  }
}
.modern-list ul li a {
  display: block;
}
.modern-list ul li a img {
  width: 100%;
  height: auto;
}

/* Services */
#services .services .warranty-intro {
  padding-bottom: 70px;
}
#services .services .warranty-intro > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #services .services .warranty-intro > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#services .services .warranty-intro ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #services .services .warranty-intro ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .warranty-intro ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
#services .services .warranty-intro ul li {
  width: 16.66%;
}
@media only screen and (max-width: 850px) {
  #services .services .warranty-intro ul li {
    width: 230px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .warranty-intro ul li {
    width: 160px;
  }
}
#services .services .warranty-intro ul li a {
  display: block;
  text-align: center;
  outline: none;
}
@media only screen and (max-width: 850px) {
  #services .services .warranty-intro ul li a {
    display: table;
    margin: 0 auto;
  }
}
#services .services .warranty-intro ul li a.active:hover {
  opacity: 1;
}
#services .services .warranty-intro ul li a.active .shape {
  background-image: url("../images/services/warranty-shape-active.svg");
}
#services .services .warranty-intro ul li a.active .shape p {
  color: #fff;
}
#services .services .warranty-intro ul li a .shape {
  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;
  width: 191px;
  height: 191px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/services/warranty-shape.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1112px) {
  #services .services .warranty-intro ul li a .shape {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 850px) {
  #services .services .warranty-intro ul li a .shape {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .warranty-intro ul li a .shape {
    margin-bottom: 15px;
  }
}
#services .services .warranty-intro ul li a .shape p {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #services .services .warranty-intro ul li a .shape p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#services .services .warranty-intro ul li a p {
  color: #444;
  line-height: 2.4rem;
}
#services .services .registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 850px) {
  #services .services .registration {
    display: block;
  }
}
#services .services .registration .text {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #services .services .registration .text {
    width: 100%;
  }
}
#services .services .registration .text h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #services .services .registration .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#services .services .registration .text .row + .row {
  border-top: 1px solid #CBCBCB;
  margin-top: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 850px) {
  #services .services .registration .text .row + .row {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .registration .text .row + .row {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#services .services .registration .text .row ol {
  font-weight: 200;
  margin-left: 20px;
}
#services .services .registration .text .row ol li {
  list-style: decimal;
}
#services .services .registration .text .row ol li span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1366px) {
  #services .services .registration .text .row ol li span {
    height: 20px;
  }
}
#services .services .registration .text .row ol li span img {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 1366px) {
  #services .services .registration .text .row ol li span img {
    top: 2px;
  }
}
#services .services .registration .text .row h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #services .services .registration .text .row h3 {
    margin-bottom: 5px;
  }
}
#services .services .registration .img {
  width: 46.875%;
}
@media only screen and (max-width: 850px) {
  #services .services .registration .img {
    width: 100%;
    margin-top: 30px;
  }
}
#services .services .delivery {
  position: relative;
}
#services .services .delivery::after {
  content: "";
  position: relative;
  clear: both;
}
#services .services .delivery .img {
  float: right;
  width: 46.875%;
  margin-left: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 850px) {
  #services .services .delivery .img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
#services .services .delivery .text {
  width: 100%;
}
#services .services .delivery .text h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #services .services .delivery .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .delivery .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#services .services .delivery .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1112px) {
  #services .services .delivery .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .delivery .text h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#services .services .delivery .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #services .services .delivery .text p + p {
    margin-top: 10px;
  }
}
#services .services .delivery .text h4 {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1112px) {
  #services .services .delivery .text h4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .delivery .text h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
#services .services .delivery .text ul li {
  position: relative;
  padding-left: 12px;
}
#services .services .delivery .text ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#services .services .delivery .text ul + p {
  padding-left: 12px;
  font-weight: 300;
}
#services #warranty-content {
  background-color: #EFEFEF;
}
#services #warranty-content .min-width-table {
  min-width: 100%;
}
#services #warranty-content .overflow-x-table {
  overflow-x: auto;
  margin: 25px 0;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .overflow-x-table {
    margin: 15px 0;
  }
}
#services #warranty-content .warranty-content h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1112px) {
  #services #warranty-content .warranty-content h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content h2 {
    margin-bottom: 15px;
  }
}
#services #warranty-content .warranty-content h3 {
  font-weight: 300;
  line-height: 2.6rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content h3 {
    margin-bottom: 0;
  }
}
#services #warranty-content .warranty-content h3 span {
  font-weight: 200;
}
#services #warranty-content .warranty-content p {
  color: #444;
  line-height: 2.6rem;
}
#services #warranty-content .warranty-content p + p, #services #warranty-content .warranty-content p + h3 {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content p + p, #services #warranty-content .warranty-content p + h3 {
    margin-top: 15px;
  }
}
#services #warranty-content .warranty-content p.example span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#services #warranty-content .warranty-content ol {
  margin-left: 20px;
}
#services #warranty-content .warranty-content ol li {
  list-style: decimal;
}
#services #warranty-content .warranty-content ol li ul li {
  list-style: none;
}
#services #warranty-content .warranty-content ul li {
  padding-left: 12px;
  position: relative;
}
#services #warranty-content .warranty-content ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#services #warranty-content .warranty-content ul li ol {
  margin-left: 20px;
}
#services #warranty-content .warranty-content ul li ol li {
  list-style: decimal;
}
#services #warranty-content .warranty-content ul + h3 {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content ul + h3 {
    margin-top: 15px;
  }
}
#services #warranty-content .warranty-content .table {
  margin: 25px 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
#services #warranty-content .warranty-content .table.col4 .tr .td {
  width: 25%;
}
#services #warranty-content .warranty-content .table.col3 .tr .td {
  width: 33.33%;
}
#services #warranty-content .warranty-content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
#services #warranty-content .warranty-content .table .tr.topic .td {
  padding: 15px 10px;
  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;
}
#services #warranty-content .warranty-content .table .tr.topic .td p {
  font-weight: 300;
  color: #000;
}
#services #warranty-content .warranty-content .table .tr .td {
  border-left: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
#services #warranty-content .warranty-content .table .tr .td p {
  line-height: 2rem;
}
#services #warranty-content .warranty-content .img2 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content .img2 {
    display: block;
  }
}
#services #warranty-content .warranty-content .img2 div {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content .img2 div {
    width: 100%;
  }
}
#services #warranty-content .warranty-content .center-img {
  margin: 25px 0;
}
@media only screen and (max-width: 750px) {
  #services #warranty-content .warranty-content .center-img {
    margin: 15px 0;
  }
}
#services #warranty-content .warranty-content .center-img p {
  margin-top: 20px;
  text-align: center;
}
#services #warranty-content .warranty-content .center-img img {
  margin: 0 auto;
}
#services #warranty-content table {
  border-top: #838181 2px solid;
  border-bottom: #838181 2px solid;
}
#services #warranty-content table th {
  background: #a5a5a5;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#services #warranty-content table td {
  border-top: 0px;
  padding: 5px 10px 5px 10px;
}
#services #warranty-content table td strong {
  font-weight: 300;
}
#services #warranty-content table tr:nth-of-type(even) {
  background-color: rgb(255, 255, 255);
}
#services #warranty-content table tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Hotel */
#hotel .hotel-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1600px) {
  #hotel .hotel-content .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 850px) {
  #hotel .hotel-content .flex {
    display: block;
  }
}
#hotel .hotel-content .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#hotel .hotel-content .flex .col {
  width: 46.875%;
  margin-top: 30px;
}
@media only screen and (max-width: 1366px) {
  #hotel .hotel-content .flex .col {
    width: 47.5%;
  }
}
@media only screen and (max-width: 850px) {
  #hotel .hotel-content .flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .hotel-content .flex .col {
    margin-top: 20px;
  }
}
#hotel .hotel-content .flex .col h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  #hotel .hotel-content .flex .col h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1112px) {
  #hotel .hotel-content .flex .col h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .hotel-content .flex .col h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#hotel .hotel-content .flex .col p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #hotel .hotel-content .flex .col p + p {
    margin-top: 10px;
  }
}
#hotel .hotel-content .logo {
  margin-top: 100px;
}
@media only screen and (max-width: 1600px) {
  #hotel .hotel-content .logo {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1280px) {
  #hotel .hotel-content .logo {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .hotel-content .logo {
    margin-top: 30px;
  }
}
#hotel .hotel-content .logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #hotel .hotel-content .logo ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#hotel .hotel-content .logo ul li {
  width: 7.875%;
}
@media only screen and (max-width: 850px) {
  #hotel .hotel-content .logo ul li {
    width: 15%;
    padding: 1%;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .hotel-content .logo ul li {
    width: 33.33%;
    padding: 2%;
  }
}
#hotel .gallery h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  #hotel .gallery h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1112px) {
  #hotel .gallery h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#hotel .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3%;
}
@media only screen and (max-width: 750px) {
  #hotel .gallery ul {
    display: block;
    margin-top: 0;
  }
}
#hotel .gallery ul li {
  width: 31%;
  margin: 3% 1% 0 1%;
}
@media only screen and (max-width: 750px) {
  #hotel .gallery ul li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .gallery ul li {
    width: 100%;
    margin: 0;
  }
}
#hotel .gallery ul li p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
#hotel .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 850px) {
  #hotel .contact {
    display: block;
  }
}
#hotel .contact .col {
  width: 46.875%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1366px) {
  #hotel .contact .col {
    width: 47.5%;
  }
}
@media only screen and (max-width: 850px) {
  #hotel .contact .col {
    width: 100%;
    margin-top: 30px !important;
  }
}
#hotel .contact .col h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1280px) {
  #hotel .contact .col h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1112px) {
  #hotel .contact .col h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#hotel .contact .col h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  #hotel .contact .col h3 {
    margin-bottom: 15px;
  }
}
#hotel .contact .col .contact-person {
  margin-top: 50px;
}
#hotel .contact .col .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#hotel .contact .col .row + .row {
  margin-top: 25px;
}
@media only screen and (max-width: 1280px) {
  #hotel .contact .col .row + .row {
    margin-top: 15px;
  }
}
#hotel .contact .col .row .flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 390px) {
  #hotel .contact .col .row .flex-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#hotel .contact .col .row .flex-group + .flex-group {
  margin-bottom: 20px;
}
#hotel .contact .col .row .flex-group .flex-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
@media only screen and (max-width: 480px) {
  #hotel .contact .col .row .flex-group .flex-icon {
    width: 100%;
  }
}
#hotel .contact .col .row .flex-group .flex-icon + .flex-icon {
  margin-left: 50px;
}
@media only screen and (max-width: 390px) {
  #hotel .contact .col .row .flex-group .flex-icon + .flex-icon {
    margin: 15px 0 0 0;
  }
}
#hotel .contact .col .row .icon {
  width: 30px;
  min-width: 30px;
  margin-top: 6px;
}
@media only screen and (max-width: 1600px) {
  #hotel .contact .col .row .icon {
    margin-top: 4px;
  }
}
#hotel .contact .col .row .text {
  width: 100%;
}
#hotel .contact .col .row .text h4 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
}
#hotel .contact .col .row .text ul {
  margin-top: 5px;
}
#hotel .contact .col .row .text ul li + li {
  margin-top: 5px;
}
#hotel .contact .col .row .text ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #hotel .contact .col .row .text ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#hotel .contact .col .row .text ul li a span {
  min-width: 27px;
  margin-top: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 1280px) {
  #hotel .contact .col .row .text ul li a span {
    max-width: 30px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #hotel .contact .col .row .text ul li a span {
    max-width: 20px;
    min-width: 20px;
  }
}
#hotel .contact .col + .col {
  margin-top: 30px;
}

/* Contact Us */
#contactus .contactus .contactus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contactus .contactus .contactus-content {
    display: block;
  }
}
#contactus .contactus .contactus-content .info {
  width: 31.25%;
  min-width: 440px;
}
@media only screen and (max-width: 1366px) {
  #contactus .contactus .contactus-content .info {
    min-width: 400px;
  }
}
@media only screen and (max-width: 850px) {
  #contactus .contactus .contactus-content .info {
    width: 100%;
    min-width: auto;
  }
}
#contactus .contactus .contactus-content .info h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1112px) {
  #contactus .contactus .contactus-content .info h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contactus .contactus .contactus-content .info h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
#contactus .contactus .contactus-content .info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#contactus .contactus .contactus-content .info .row + .row {
  margin-top: 25px;
}
@media only screen and (max-width: 1280px) {
  #contactus .contactus .contactus-content .info .row + .row {
    margin-top: 15px;
  }
}
#contactus .contactus .contactus-content .info .row .icon {
  width: 30px;
  min-width: 30px;
  margin-top: 6px;
}
@media only screen and (max-width: 1600px) {
  #contactus .contactus .contactus-content .info .row .icon {
    margin-top: 3px;
  }
}
#contactus .contactus .contactus-content .info .row .text {
  width: 100%;
}
#contactus .contactus .contactus-content .info .row .text h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #contactus .contactus .contactus-content .info .row .text h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#contactus .contactus .contactus-content .info .row .text ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contactus .contactus .contactus-content .info .row .text ul li + li {
  margin-left: 15px;
}
#contactus .contactus .contactus-content .info .row .text ul li a img {
  width: auto;
  height: 20px;
}
#contactus .contactus .contactus-content .info .img {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  #contactus .contactus .contactus-content .info .img img {
    min-height: 327px;
  }
}
@media only screen and (max-width: 1280px) {
  #contactus .contactus .contactus-content .info .img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #contactus .contactus .contactus-content .info .img {
    display: none;
  }
}
#contactus .contactus .contactus-content .form {
  width: 62.125%;
}
@media only screen and (max-width: 1280px) {
  #contactus .contactus .contactus-content .form {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #contactus .contactus .contactus-content .form {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
#contactus .contactus .contactus-content .form h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1112px) {
  #contactus .contactus .contactus-content .form h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contactus .contactus .contactus-content .form h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
#contactus .contactus .contactus-content .form .form-content .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contactus .contactus .contactus-content .form .form-content .row .col50 {
  width: 48%;
}
#contactus .contactus .contactus-content .form .form-content .row .col {
  width: 100%;
}
#contactus .contactus .contactus-content .form .form-content .row p.topic {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 5px;
}
#contactus .contactus .contactus-content .form .form-content .row p.remark {
  font-family: Arial;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #999;
  margin-top: 15px;
}
#contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
  resize: none;
}
@media only screen and (max-width: 1600px) {
  #contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
    height: 269px !important;
  }
}
@media only screen and (max-width: 1440px) {
  #contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
    height: 261px !important;
  }
}
@media only screen and (max-width: 1366px) {
  #contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
    height: 237px !important;
  }
}
@media only screen and (max-width: 1280px) {
  #contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
    height: 215px !important;
  }
}
@media only screen and (max-width: 1112px) {
  #contactus .contactus .contactus-content .form .form-content .row textarea.textbox {
    height: 209px !important;
  }
}
#contactus .contactus .contactus-content .form .form-content .row + .row {
  margin-top: 20px;
}
@media only screen and (max-width: 1280px) {
  #contactus .contactus .contactus-content .form .form-content .row + .row {
    margin-top: 15px;
  }
}
#contactus .contactus .contactus-content .form .form-content .btn-box {
  margin-top: 40px;
}

/* Find */
#find {
  padding-bottom: 40px;
  color: #fff;
  background-image: url("../images/find/find-bg-2021-11-16.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 850px) {
  #find {
    background-size: cover;
  }
}
#find .find .txthead-box {
  margin-bottom: 20px;
}
#find .find .find-start {
  height: 560px;
  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;
}
#find .find .find-start .box {
  text-align: center;
}
#find .find .find-start .box h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 300;
}
@media only screen and (max-width: 1112px) {
  #find .find .find-start .box h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #find .find .find-start .box h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#find .find .find-start .box p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 15px 0 30px 0;
}
@media only screen and (max-width: 750px) {
  #find .find .find-start .box p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#find .find .find-step {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  #find .find .find-step {
    margin-bottom: 30px;
  }
}
#find .find .find-step img {
  margin: 0 auto;
}
#find .find .products-flex .col a::before {
  height: 70%;
}
#find .find .products-flex .col a .img {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #find .find .products-flex .col a .img {
    height: 350px;
  }
}
@media only screen and (max-width: 750px) {
  #find .find .products-flex .col a .img {
    height: 290px;
  }
}
#find .find .products-flex .col a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#find .find .products-flex .col a .text h2 {
  margin-bottom: 0;
}
#find .find .products-flex .col a .text .btn {
  margin-top: 15px;
}

@media only screen and (max-width: 750px) {
  #find-content {
    background-color: #f2f2f2;
  }
}
#find-content .find-content .find-flex {
  padding-top: 100px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #find-content .find-content .find-flex {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex {
    padding-top: 60px;
  }
}
#find-content .find-content .find-flex .col {
  width: 48%;
  height: 390px;
  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;
}
@media only screen and (max-width: 1366px) {
  #find-content .find-content .find-flex .col {
    height: 350px;
  }
}
@media only screen and (max-width: 850px) {
  #find-content .find-content .find-flex .col {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col {
    height: 190px;
  }
}
#find-content .find-content .find-flex .col.again {
  width: 100%;
  color: #fff;
  background-image: url("../images/find/find-img-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#find-content .find-content .find-flex .col.share {
  background-color: #C7E1F9;
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col.share .box .btn-box ul li {
    margin: 0 3px;
  }
}
#find-content .find-content .find-flex .col.share .box .btn-box ul li .btn {
  width: 100px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  font-family: system-ui, -apple-system, "Helvetica Neue", Meiryo, HiraKakuProN-W3, "Apple SD Gothic Neo", "Arial Unicode MS", Arial, sans-serif;
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col.share .box .btn-box ul li .btn {
    width: 95px;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
#find-content .find-content .find-flex .col h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#find-content .find-content .find-flex .col .btn-box {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col .btn-box {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #find-content .find-content .find-flex .col + .col {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #find-content .find-content .find-flex .col + .col {
    margin-top: 10px;
  }
}

.find-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  .find-list {
    display: block;
  }
}
@media only screen and (max-width: 1112px) {
  .find-list.services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 850px) {
  .find-list.services {
    margin-top: 0;
  }
}
.find-list.services .col {
  width: 22.5%;
}
@media only screen and (max-width: 1600px) {
  .find-list.services .col {
    width: 23.5%;
  }
}
@media only screen and (max-width: 1112px) {
  .find-list.services .col {
    width: 49%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .find-list.services .col {
    width: 100%;
    margin-top: 20px;
  }
}
.find-list.services .col a .text {
  width: 80%;
}
.find-list .col {
  width: 31%;
}
@media only screen and (max-width: 1600px) {
  .find-list .col {
    width: 32%;
  }
}
@media only screen and (max-width: 850px) {
  .find-list .col {
    width: 100%;
    margin-top: 20px;
  }
}
.find-list .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.find-list .col a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  .find-list .col a::before {
    height: 75%;
  }
}
.find-list .col a:hover {
  opacity: 1;
}
.find-list .col a:hover::before {
  opacity: 0;
}
.find-list .col a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.find-list .col a:hover .text .btn {
  border-color: #C6151D;
  background-color: #C6151D;
}
.find-list .col a .img {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .find-list .col a .img {
    height: 450px;
  }
}
@media only screen and (max-width: 750px) {
  .find-list .col a .img {
    height: 300px;
  }
}
.find-list .col a .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .find-list .col a .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.find-list .col a .text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .find-list .col a .text {
    bottom: 30px;
  }
}
.find-list .col a .text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .find-list .col a .text h2 {
    margin-bottom: 10px;
  }
}
.find-list .col a .text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.find-list .col a .text .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .find-list .col a .text .btn {
    margin-top: 20px;
  }
}
.find-list .col + .col {
  margin-left: 30px;
}
@media only screen and (max-width: 850px) {
  .find-list .col + .col {
    margin-left: 0;
  }
}

/* Popup */
.popup {
  position: relative;
  width: auto;
  max-width: 722px;
  margin: 0 auto;
  padding: 40px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .popup {
    padding: 20px 25px;
  }
}
.popup .popup-form h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .popup .popup-form h2 {
    margin-bottom: 10px;
  }
}
.popup .popup-form .form ul {
  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;
  margin-top: -15px;
}
@media only screen and (max-width: 750px) {
  .popup .popup-form .form ul {
    display: block;
    margin-top: 0;
  }
}
.popup .popup-form .form ul li {
  width: 48%;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .popup .popup-form .form ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.popup .popup-form .form ul li p.topic {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.popup .popup-form .form ul li .field .textbox {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 5px 12px;
}
.popup .popup-form .btn-box {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .popup .popup-form .btn-box {
    margin-top: 20px;
  }
}

#popup-shop {
  max-width: 880px;
}
#popup-shop .popup-shop h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #popup-shop .popup-shop h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#popup-shop .popup-shop .modern-list ul li {
  width: 16.66%;
  padding: 0;
  border-color: #e1e1e1;
}
@media only screen and (max-width: 750px) {
  #popup-shop .popup-shop .modern-list ul li {
    width: 25%;
  }
}

/* Privacy Policy */
.policy-content h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .policy-content h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.policy-content h2 + p, .policy-content h2 + ol {
  margin-top: 5px;
}
.policy-content p span.small {
  font-size: 1.2rem;
}
.policy-content p + h2 {
  margin-top: 20px;
}
.policy-content p + p {
  margin-top: 10px;
}
.policy-content ol li + li {
  margin-top: 20px;
}
.policy-content ol li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}
.policy-content ol li ul li {
  list-style: disc;
  margin-top: 0;
}
.policy-content ol li ol {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}
.policy-content ol li ol li {
  margin-top: 0;
}
.policy-content ol + h2 {
  margin-top: 20px;
}
.policy-content + .txthead-box {
  margin-top: 75px;
}

/* Page Not Found */
.box-notfound {
  width: 100%;
  padding-top: 10%;
  text-align: center;
}
.box-notfound a {
  margin-top: 5rem;
}
@media only screen and (max-width: 750px) {
  .box-notfound a {
    margin-top: 3rem;
  }
}

/* cookie */
.alert-cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 0 15px 0;
  -webkit-box-shadow: 4px 1px 10px #000;
          box-shadow: 4px 1px 10px #000;
  z-index: 99;
}
.alert-cookie p {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  .alert-cookie p {
    font-size: 14px;
  }
}
.alert-cookie a {
  color: #fff;
}
@media only screen and (max-width: 425px) {
  .alert-cookie a {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .alert-cookie a {
    display: unset;
  }
}
.alert-cookie a:hover {
  color: #fff !important;
}
.alert-cookie .container {
  margin: 0 auto;
  width: 90% !important;
  max-width: 1600px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.box-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .box-cookies {
    display: block;
  }
}
.box-cookies a {
  font-size: 15px;
}
@media only screen and (max-width: 1536px) {
  .box-cookies a {
    font-size: 13px;
  }
}
.box-cookies a.btn-140-fix {
  width: 140px;
}
@media only screen and (max-width: 1600px) {
  .box-cookies a.btn-140-fix {
    width: 130px;
    height: 40px;
  }
}
@media only screen and (max-width: 1536px) {
  .box-cookies a.btn-140-fix {
    width: 120px;
    height: 35px;
  }
}
@media only screen and (max-width: 425px) {
  .box-cookies a.btn-140-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cookie-l {
  width: 100%;
}

.cookie-r {
  width: auto;
  text-align: end;
}
@media only screen and (max-width: 640px) {
  .cookie-r {
    text-align: start;
    margin-top: 10px;
  }
}

.cookiehead {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1600px) {
  .cookiehead {
    font-size: 16px;
  }
}

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

/* Footer */
footer {
  padding-top: 90px;
  padding-bottom: 55px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 1366px) {
  footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1112px) {
  footer {
    padding-top: 40px;
  }
}
footer .footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top {
    display: block;
  }
}
footer .footer .footer-top .sitemap {
  width: 70%;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  footer .footer .footer-top .sitemap {
    padding-right: 40px;
    width: 75%;
  }
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .sitemap {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-top .sitemap {
    display: none;
  }
}
footer .footer .footer-top .sitemap .col + .col {
  padding-left: 20px;
}
@media only screen and (max-width: 1280px) {
  footer .footer .footer-top .sitemap .col + .col {
    padding-left: 30px;
  }
}
footer .footer .footer-top .sitemap .col.last .row + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .sitemap .col.last .row + .row {
    margin-top: 35px;
  }
}
footer .footer .footer-top .sitemap .col .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .sitemap .col .row + .row {
    margin-top: 20px;
  }
}
footer .footer .footer-top .sitemap .col .row a.topic {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  footer .footer .footer-top .sitemap .col .row a.topic {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .sitemap .col .row a.topic {
    margin-bottom: 10px;
  }
}
footer .footer .footer-top .sitemap .col .row ul {
  margin-top: 20px;
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .sitemap .col .row ul {
    margin-top: 10px;
  }
}
footer .footer .footer-top .sitemap .col .row ul li {
  position: relative;
  padding-left: 12px;
}
footer .footer .footer-top .sitemap .col .row ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 9;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #444;
}
footer .footer .footer-top .sitemap .col .row ul li + li {
  margin-top: 4px;
}
footer .footer .footer-top .sitemap .col .row ul li a {
  color: #444;
}
footer .footer .footer-top .contact {
  width: 30%;
}
@media only screen and (max-width: 1280px) {
  footer .footer .footer-top .contact {
    width: 25%;
  }
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .contact {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-top .contact {
    margin-top: 0;
  }
}
footer .footer .footer-top .contact .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 1112px) {
  footer .footer .footer-top .contact .row + .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-top .contact .row + .row {
    margin-top: 20px;
  }
}
footer .footer .footer-top .contact .row .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 300;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  footer .footer .footer-top .contact .row .topic {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
footer .footer .footer-top .contact .row .topic span {
  width: 30px;
}
footer .footer .footer-top .contact .row p {
  line-height: 2.7rem;
  padding-left: 30px;
  color: #444;
}
footer .footer .footer-top .contact .row p a {
  color: #444;
}
footer .footer .footer-top .contact .row ul {
  margin-top: 13px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .footer-top .contact .row ul li a {
  display: block;
}
footer .footer .footer-top .contact .row ul li a img {
  width: auto;
  height: 20px;
}
footer .footer .footer-top .contact .row ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-top .contact .row ul li + li {
    margin-left: 15px;
  }
}
footer .footer .footer-btm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-btm {
    display: block;
    padding-top: 20px;
  }
}
footer .footer .footer-btm .content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-btm .content {
    display: table;
    width: 100%;
  }
}
footer .footer .footer-btm .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-btm .content ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
footer .footer .footer-btm .content ul li {
  position: relative;
}
footer .footer .footer-btm .content ul li a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #444;
}
footer .footer .footer-btm .content ul li + li {
  margin-left: 23px;
  padding-left: 23px;
}
footer .footer .footer-btm .content ul li + li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 33px;
  background-color: #A4A4A4;
}
footer .footer .footer-btm .copyright {
  width: 100%;
  text-align: center;
  position: absolute;
}
@media only screen and (max-width: 1080px) {
  footer .footer .footer-btm .copyright {
    text-align: right;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .footer-btm .copyright {
    text-align: center;
    position: static;
  }
}
footer .footer .footer-btm .copyright p {
  font-size: 1.2rem;
  line-height: 2.2rem;
  white-space: nowrap;
}

.text-brief {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .text-brief {
    font-size: 1.7rem;
  }
}

.hide1920 {
  display: block !important;
}
@media only screen and (max-width: 1440px) {
  .hide1920 {
    display: none !important;
  }
}
@media only screen and (max-width: 414px) {
  .hide1920 {
    display: block !important;
  }
}

.hide1600 {
  display: block !important;
}
@media only screen and (max-width: 1600px) {
  .hide1600 {
    display: none !important;
  }
}

.hide1440 {
  display: block !important;
}
@media only screen and (max-width: 1440px) {
  .hide1440 {
    display: none !important;
  }
}

.hide1280 {
  display: block !important;
}
@media only screen and (max-width: 1280px) {
  .hide1280 {
    display: none !important;
  }
}

.hide1112 {
  display: block !important;
}
@media only screen and (max-width: 1112px) {
  .hide1112 {
    display: none !important;
  }
}

.hide850 {
  display: block !important;
}
@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

.hide750 {
  display: block !important;
}
@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.show1280 {
  display: none !important;
}
@media only screen and (max-width: 1280px) {
  .show1280 {
    display: block !important;
  }
}

.show1112 {
  display: none !important;
}
@media only screen and (max-width: 1112px) {
  .show1112 {
    display: block !important;
  }
}
@media only screen and (max-width: 850px) {
  .show1112.hide850 {
    display: none !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}
.show850.hide750 {
  display: none !important;
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}