@charset "UTF-8";
/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
.header {
  z-index: 10;
  max-width: 100vw;
  padding: 7px 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  height: 60px;
  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 (min-width: 1280px) {
  .header {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .header-fixed .header {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.header__inner {
  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;
  width: 100%;
}
@media (min-width: 1440px) {
  .header__inner {
    max-width: initial;
    padding: 0 100px;
  }
}
.header__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;
  height: 45px;
  min-width: 45px;
  text-decoration: none;
  color: #fff;
}
.header__btn-text {
  display: none;
}
.header__like {
  display: none;
}
@media (min-width: 1280px) {
  .header__like {
    display: block;
    float: right;
  }
}
@media (min-width: 1280px) {
  .header__like .header__btn-icon {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .header__function {
    z-index: 11;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .header__function {
    right: 0;
  }
}
.logo {
  overflow: hidden;
  width: 76px;
  height: 24px;
}
@media (min-width: 1280px) {
  .logo {
    width: 128px;
    height: 40px;
  }
}
.logo__link {
  display: block;
  line-height: 0;
}
.logo__img--white {
  display: none;
}
@media (min-width: 1280px) {
  .logo__img--white {
    display: inline-block;
  }
}
.logo__name {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .navbar {
    background: #fff;
  }
}
@media (min-width: 1280px) {
  .navbar__inner {
    max-width: none;
    position: relative;
  }
}

.nav-wrap__trigger {
  top: 0;
  right: 0;
  display: block;
  padding: 18px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
}
.nav-wrap__trigger:focus, .nav-wrap__trigger:active {
  background: #CECECE;
}
@media (min-width: 1280px) {
  .nav-wrap__trigger:hover {
    background: #CECECE;
  }
}
@media (min-width: 1280px) {
  .nav-wrap__trigger {
    display: none;
  }
}
.nav-wrap--open .nav-wrap__trigger {
  background: #6f574e;
}
.nav-wrap__trigger-line {
  height: 3px;
  background: #6f574e;
  border-radius: 3px;
  display: block;
  margin: 4px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-wrap--open .nav-wrap__trigger-line {
  background: #fff;
}
.nav-wrap__trigger-line:nth-child(1) {
  width: 19px;
}
.nav-wrap__trigger-line:nth-child(2) {
  width: 24px;
}
.nav-wrap__trigger-line:nth-child(3) {
  width: 15px;
}
.nav-wrap--open .nav-wrap__trigger-line:nth-child(2) {
  opacity: 0;
}
.nav-wrap--open .nav-wrap__trigger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(225deg);
          transform: translateY(7px) rotate(225deg);
  width: 27px;
}
.nav-wrap--open .nav-wrap__trigger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
  width: 27px;
}
.nav-wrap--open .nav-wrap__trigger-icon::before {
  content: "\e909";
}
.nav-wrap__dropbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1280px) {
  .nav-wrap__dropbox-overlay {
    position: static;
    overflow: visible;
    -webkit-transform: none;
            transform: none;
    background: none;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
}
.nav-wrap--open .nav-wrap__dropbox-overlay {
  pointer-events: auto;
}
@media (min-width: 1280px) {
  .nav-wrap--open .nav-wrap__dropbox-overlay {
    background: none;
  }
}
.nav-wrap__dropbox {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  background: #6f574e;
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
  overflow-X: hidden;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 45px 30px;
}
@media (min-width: 1280px) {
  .nav-wrap__dropbox {
    position: static;
    overflow: visible;
    -webkit-transform: none;
            transform: none;
    background: none;
    width: 100%;
    height: auto;
    max-height: none;
    -webkit-transition: none;
    transition: none;
    pointer-events: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.nav-wrap--open .nav-wrap__dropbox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1280px) {
  .nav-wrap--open .nav-wrap__dropbox {
    -webkit-transform: none;
            transform: none;
  }
}
.nav-wrap--close .nav-wrap__dropbox {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1280px) {
  .nav-wrap--close .nav-wrap__dropbox {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.nav-wrap__dropbox-btn-close {
  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;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  display: block;
  color: #6f574e;
  width: 36px;
  height: 36px;
}
@media (min-width: 1280px) {
  .nav-wrap__dropbox-btn-close {
    display: none;
  }
}
.nav-wrap__dropbox-btn-close-icon {
  font-size: 36px;
}
.nav-wrap__contact {
  padding: 20px 0;
}
@media (min-width: 1280px) {
  .nav-wrap__contact {
    display: none;
  }
}
@media (min-width: 1280px) {
  .nav-wrap__social-media {
    display: none;
  }
}
.nav-wrap__bg-circle {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 40px;
  right: 40px;
}
.nav-wrap__bg-circle:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #6f574e;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}
@media (min-width: 1280px) {
  .nav-wrap__bg-circle:after {
    display: none;
  }
}
.nav-wrap--open .nav-wrap__bg-circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1280px) {
  .nav-wrap__login {
    display: none;
  }
}
.nav-wrap__footer-info {
  padding: 30px 16px;
}
@media (min-width: 1280px) {
  .nav-wrap__footer-info {
    display: none;
  }
}

.nav {
  padding: 0;
  margin: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .nav {
    margin: 0 -25px;
  }
}
.nav-wrap--open .nav {
  visibility: visible;
}
.nav__item {
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  opacity: 0;
  will-change: transform;
}
@media (min-width: 1280px) {
  .nav__item {
    opacity: 1;
    margin: 0 25px;
  }
}
.nav__item--highlight {
  padding: 15px 0;
}
@media (min-width: 1280px) {
  .nav__item--highlight {
    margin: 0;
    padding: 24px 0;
  }
}
.nav__item:nth-child(1) {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media (min-width: 1280px) {
  .nav__item:nth-child(1), .nav__item:nth-child(2), .nav__item:nth-child(3), .nav__item:nth-child(4), .nav__item:nth-child(5) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav-wrap--open .nav__item:nth-child(1), .nav-wrap--open .nav__item:nth-child(2), .nav-wrap--open .nav__item:nth-child(3), .nav-wrap--open .nav__item:nth-child(4), .nav-wrap--open .nav__item:nth-child(5) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.nav__heading, .nav__link, .nav__sub-heading, .nav__sub-link, .nav__third-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.nav__heading, .nav__link {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .nav__heading, .nav__link {
    font-size: 18px;
    padding: 24px 0;
  }
}
.nav__item--current .nav__heading, .nav__item--current .nav__link {
  color: #6f574e;
}
@media (min-width: 1280px) {
  .nav__item--current .nav__heading, .nav__item--current .nav__link {
    color: #fff;
  }
}
.nav__heading:focus, .nav__heading:active, .nav__link:focus, .nav__link:active {
  color: #fff;
}
@media (min-width: 1280px) {
  .nav__heading:hover, .nav__link:hover {
    color: #fff;
  }
}
.nav__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__item--highlight .nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #6f574e;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .nav__item--highlight .nav__link {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__item--highlight .nav__link {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__item--highlight .nav__link:hover {
    color: #fff;
    background: #222;
  }
}
.nav__text {
  display: inline-block;
  position: relative;
}
@media (min-width: 1280px) {
  .nav__text {
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  .nav__item--highlight .nav__text {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .nav__text::after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@media (min-width: 1280px) {
  .nav__item--current .nav__text::after, .nav__item--active .nav__text::after, .nav__heading:hover .nav__text::after, .nav__link:active .nav__text::after, .nav__link:hover .nav__text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .nav__item--current .nav__text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .nav__item--highlight .nav__link:hover .nav__text::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.nav__heading-icon {
  margin-left: 10px;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.nav__heading--active .nav__heading-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1280px) {
  .nav__heading:hover .nav__heading-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.nav__sub-heading {
  border-bottom: 1px solid hsla(0deg, 0%, 87%, 0.3);
}
@media (min-width: 1280px) {
  .nav__sub-heading {
    display: none;
  }
}
.nav__sub-heading-icon {
  font-size: 1em;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.nav__sub-nav-wrap {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
@media (min-width: 1280px) {
  .nav__sub-nav-wrap {
    max-height: 2000px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 88px;
    background: #fff;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__sub-nav-wrap {
    width: 100%;
  }
}
.nav__heading--active + .nav__sub-nav-wrap {
  max-height: 2000px;
  opacity: 1;
}
@media (min-width: 1280px) {
  .nav__heading--active + .nav__sub-nav-wrap, .nav__item:hover .nav__sub-nav-wrap {
    overflow: visible;
    width: 230px;
    padding: 20px;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1280px) {
  .nav__item--product .nav__heading--active + .nav__sub-nav-wrap, .nav__item--product:hover .nav__sub-nav-wrap {
    width: 290px;
  }
}
@media (min-width: 1280px) {
  .nav__sub-nav-wrap::before {
    content: "";
    width: 100vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0.65);
            transform: translateX(-50%) scaleY(0.65);
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    display: none;
  }
}
@media (min-width: 1280px) {
  .nav__heading--active + .nav__sub-nav-wrap::before, .nav__item:hover .nav__sub-nav-wrap::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
.nav__sub-nav {
  padding-left: 0;
}
@media (min-width: 1280px) {
  .nav__sub-nav {
    padding: 0;
    margin: 0;
  }
}
.nav__sub-item {
  border-bottom: 1px solid #585858;
}
@media (min-width: 1280px) {
  .nav__sub-item {
    border-color: #ddd;
  }
}
.nav__sub-item:first-child {
  border-top: 1px solid #585858;
}
@media (min-width: 1280px) {
  .nav__sub-item:first-child {
    border-top: none;
  }
}
@media (min-width: 1280px) {
  .nav__sub-item:last-child {
    border-bottom: none;
  }
}
.nav__sub-link {
  padding: 15px 0;
  font-weight: normal;
}
@media (min-width: 1280px) {
  .nav__sub-link {
    color: #6f574e;
  }
}
.nav__sub-link:focus, .nav__sub-link:active {
  color: #fff;
}
@media (min-width: 1280px) {
  .nav__sub-link:hover {
    color: #fff;
  }
}
@media (min-width: 1280px) {
  .nav__sub-link:hover {
    color: #6f574e;
  }
}
.nav__sub-link:active, .nav__sub-link:focus {
  color: #6f574e;
}
@media (min-width: 1280px) {
  .nav__sub-link:active, .nav__sub-link:focus {
    color: #6f574e;
  }
}
.nav__group {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  border-top: 1px solid #888;
}
@media (min-width: 1280px) {
  .nav__group {
    gap: 8px;
    border: none;
    padding: 0;
  }
}
.nav__group:last-child {
  border-bottom: 1px solid #888;
}
@media (min-width: 1280px) {
  .nav__group:last-child {
    border: none;
  }
}
.nav__group-heading-link {
  text-decoration: none;
  color: #6f574e;
  font-family: Huninn;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1280px) {
  .nav__group-heading-link {
    padding: 5px 10px;
    border-radius: 30px;
  }
}
.nav__group-heading-link:active, .nav__group-heading-link:focus {
  color: #6f574e;
}
@media (min-width: 1280px) {
  .nav__group-heading-link:active, .nav__group-heading-link:focus, .nav__group-heading-link:hover {
    color: #fff;
    background: #6f574e;
  }
}
@media (min-width: 1280px) {
  .nav__group-heading-link--active {
    color: #fff;
    background: #6f574e;
  }
}
.nav__group-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 0;
}
@media (min-width: 1280px) {
  .nav__group-nav-list {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    gap: 8px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .nav__group:not(:last-child) .nav__group-nav-list {
    margin-bottom: 20px;
  }
}
.nav__group-nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.nav__group-nav-link {
  display: block;
  text-decoration: none;
  font-family: Huninn;
  color: #fff;
}
@media (min-width: 1280px) {
  .nav__group-nav-link {
    color: #555;
    padding: 0 10px;
  }
}
.nav__group-nav-link:active, .nav__group-nav-link:focus {
  color: #fff;
}
@media (min-width: 1280px) {
  .nav__group-nav-link:active, .nav__group-nav-link:focus, .nav__group-nav-link:hover, .nav__group-nav-item--active .nav__group-nav-link {
    color: #6f574e;
  }
}

.nav-event {
  display: none;
}
@media (min-width: 1280px) {
  .nav-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    -webkit-transition: opacity 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
    transition: opacity 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .nav__heading--active + .nav__sub-nav-wrap .nav-event, .nav__item:hover .nav-event {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .nav-event__item {
    width: 50%;
    max-width: 210px;
    margin-left: 24px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .nav-event__imgbox {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .nav-event__name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.4em;
    min-height: 3.4em;
    line-height: 1.7;
  }
}
@media (min-width: 1280px) {
  .nav-event__link {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    text-decoration: none;
  }
}

@media (min-width: 1280px) {
  .header-fixed-web .header {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .header::before {
    content: none;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .logo__img {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .logo__img--white {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__heading,
.header-fixed-web .nav__link {
    color: #6f574e;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__heading:focus, .header-fixed-web .nav__heading:active,
.header-fixed-web .nav__link:focus,
.header-fixed-web .nav__link:active {
    color: #6f574e;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .header-fixed-web .nav__heading:hover,
.header-fixed-web .nav__link:hover {
    color: #6f574e;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__item--current .nav__heading,
.header-fixed-web .nav__item--current .nav__link {
    color: #6f574e;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__sub-nav-wrap {
    background: #F0F0F0;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__sub-heading:focus, .header-fixed-web .nav__sub-heading:active,
.header-fixed-web .nav__sub-link:focus,
.header-fixed-web .nav__sub-link:active {
    color: #6f574e;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .header-fixed-web .nav__sub-heading:hover,
.header-fixed-web .nav__sub-link:hover {
    color: #6f574e;
  }
}
@media (min-width: 1280px) {
  .header-fixed-web .nav__sub-heading:hover,
.header-fixed-web .nav__sub-link:hover {
    color: #6f574e;
  }
}
.header-fixed-web .nav__text::after {
  background: #D7000F;
}
@media (min-width: 1280px) {
  .header-fixed-web .content:before {
    content: "";
    height: 64px;
  }
}

.footer {
  position: relative;
  background: #F5EEE9;
  color: #6f574e;
}
.footer a {
  text-decoration: none;
}
.footer__inner {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 1280px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 60px;
  }
}
.footer__contact {
  font-size: 14px;
}
.footer__contact-title {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: normal;
}
.footer__copyright {
  text-align: center;
  color: #F5EEE9;
  position: relative;
  font-size: 14px;
  background: #bb998a;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer__copyright br {
    display: none;
  }
}

@media (min-width: 1280px) {
  .nav-footer-wrap {
    display: block;
    margin: 0;
  }
}

.social-media__heading {
  display: none;
}

.list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}
.nav-wrap__social-media .list-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-icon__link {
  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: 30px;
  height: 30px;
  text-decoration: none;
  color: #6C6C6C;
  -webkit-transition: 0.35s color cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.35s color cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-icon__link:focus, .list-icon__link:active {
  color: #fff;
}
@media (min-width: 1280px) {
  .list-icon__link:hover {
    color: #fff;
  }
}
.list-icon__icon {
  font-size: 34px;
}
.list-icon__title {
  color: #666;
  font-weight: normal;
}

.footer-info-wrap {
  padding: 60px 0 55px;
}
@media (min-width: 1280px) {
  .footer-info-wrap {
    padding: 75px 0 105px;
  }
}
.footer-info__logobox {
  margin: 0 0 20px;
}
.footer-info__logo {
  max-width: 177px;
  display: block;
}
.footer-info__info {
  line-height: 1.8;
  font-size: 14px;
}
.footer-info__info-tel {
  text-decoration: none;
}

.nav-footer {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: centerß;
        -ms-flex-pack: centerß;
            justify-content: centerß;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .nav-footer {
    gap: 60px;
  }
}
.nav-footer__item {
  text-align: left;
  border-top: 1px solid #888;
}
@media (min-width: 768px) {
  .nav-footer__item {
    border: none;
  }
}
@media (min-width: 1280px) {
  .nav-footer__item {
    min-width: 150px;
  }
}
.nav-footer__heading {
  cursor: pointer;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  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 (min-width: 1280px) {
  .nav-footer__heading {
    padding-top: 0;
  }
}
.nav-footer__heading-icon {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  float: right;
  font-size: 20px;
  color: #888;
}
@media (min-width: 768px) {
  .nav-footer__heading-icon {
    display: none;
  }
}
.nav-footer__heading--open .nav-footer__heading-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nav-footer__sub-nav {
  padding: 0;
  margin: -7px 0 8px;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .nav-footer__sub-nav {
    max-height: 2000px;
  }
}
.nav-footer__heading--open + .nav-footer__sub-nav {
  max-height: 2000px;
}
.nav-footer__sub-link {
  display: block;
  line-height: 1.25;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.nav-footer__sub-link:focus, .nav-footer__sub-link:active {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .nav-footer__sub-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .nav-footer__sub-link {
    display: inline-block;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    padding: 8px 0;
  }
}

.nav-footer__partner {
  margin: 15px 0 25px;
}
@media (min-width: 1280px) {
  .nav-footer__partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .nav-footer__partner {
    margin-top: -45px;
  }
}
.nav-footer__partner-item {
  margin: 20px 0;
}
@media (min-width: 1280px) {
  .nav-footer__partner-item {
    margin: 0;
    padding: 0;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .nav-footer__partner-item:last-child {
    padding-left: 20px;
  }
}
.nav-footer__partner-item:last-child:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #888;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-footer__partner-title {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 8px;
}

.partnerlelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 10px;
}
.partnerlelist__item {
  margin: 0;
}
.partnerlelist__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: -4px 0;
}
.partnerlelist__subitem {
  margin: 3px 0;
}
.partnerlelist__link {
  display: block;
}
/*------------------------------按鈕-gotop------------------------------*/
.gotop {
  position: fixed;
  bottom: 300px;
  right: 20px;
  bottom: 50px;
  z-index: 4;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* icon父層 */
  /* icon */
}
@media (min-width: 1280px) {
  .gotop {
    right: 200px;
    bottom: 360px;
    bottom: 50px;
  }
}
.gotop__btn {
  color: #888;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 22px;
  height: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gotop__btn:focus, .gotop__btn:active {
  color: #222;
}
@media (min-width: 1280px) {
  .gotop__btn:hover {
    color: #222;
  }
}
@media (min-width: 768px) {
  .gotop__btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.gotop__btn-icon {
  font-size: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  /* 跳至最下方 */
}
@media (min-width: 768px) {
  .gotop__btn-icon {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .gotop__btn-icon {
    font-size: 24px;
  }
}
.gotop__btn:active .gotop__btn-icon, .gotop__btn:hover .gotop__btn-icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.gotop--down .gotop__btn-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gotop__btn-icon:after {
  content: "";
  display: block;
  width: 1.5px;
  height: 35px;
  background: #888;
  position: absolute;
  top: 10px;
  left: calc(50% - 1px);
}
@media (min-width: 1280px) {
  .gotop__btn-icon:after {
    top: 14px;
  }
}
.gotop__text {
  font-size: 10px;
  display: block;
  margin: 5px 0;
  text-align: center;
  display: none;
}

.fastlist {
  margin: 0 5px 0 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .fastlist {
    margin: 8px 0 0;
  }
}
.fastlist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #6f574e;
  border-radius: 40px;
  background-color: #fff;
  padding: 7px 16px;
  line-height: 1;
  position: relative;
  width: 110px;
  height: 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
.fastlist__link:focus, .fastlist__link:active {
  color: #6f574e;
}
@media (min-width: 1280px) {
  .fastlist__link:hover {
    color: #6f574e;
  }
}
@media (min-width: 768px) {
  .fastlist__link {
    width: 130px;
  }
}
.fastlist__item--line .fastlist__link {
  color: #0CBB00;
  border: 1px solid #0CBB00;
}
.fastlist__item--line .fastlist__link:focus, .fastlist__item--line .fastlist__link:active {
  background: #0CBB00;
  color: #fff;
}
@media (min-width: 1280px) {
  .fastlist__item--line .fastlist__link:hover {
    background: #0CBB00;
    color: #fff;
  }
}
.fastlist__iconbox {
  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;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.fastlist__item--line .fastlist__iconbox {
  background: #0CBB00;
  color: #fff;
}
.fastlist__link:active .fastlist__iconbox, .fastlist__link:hover .fastlist__iconbox {
  background-color: #fff;
  color: #0CBB00;
}
.fastlist__icon {
  font-size: 20px;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .fastlist__icon {
    font-size: 28px;
  }
}
.fastlist__text {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fastlist__text {
    font-size: 15px;
  }
}

.contactbox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* icon父層 */
  /* icon */
}
.contactbox.contactbox--fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .contactbox {
    right: 60px;
  }
}
.contactbox__btn {
  color: #6f574e;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactbox__btn:focus, .contactbox__btn:active {
  color: #222;
}
@media (min-width: 1280px) {
  .contactbox__btn:hover {
    color: #222;
  }
}
@media (min-width: 768px) {
  .contactbox__btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.contactbox__icon-wrap {
  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;
  background: #f19785;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 0 5px;
  color: #fff;
}
.contactbox__btn-icon {
  font-size: 40px;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  /* 跳至最下方 */
}
.contactbox__btn:active .contactbox__btn-icon, .contactbox__btn:hover .contactbox__btn-icon {
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.contactbox__text {
  font-size: 14px;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(245, 238, 233, 0.5);
}