@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

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

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

main#main {
  overflow: hidden;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 1.6rem;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  width: 100%;
  text-align: left;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  height: 4.4rem;
}

@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select {
    height: 4.0rem;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #888888;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ACACAC;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ACACAC;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ACACAC;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ACACAC;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #ACACAC;
}

select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.0rem;
  text-align: left;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 3.0rem;
  }
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0.3rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  border: 2px solid #1B1B1F;
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.4rem;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 0.4rem;
  }
}

.checkbox input:focus ~ .checkmark {
  outline: 0.3rem solid #7EBF41;
}

.checkbox input:checked ~ .checkmark {
  background-color: #3B8E65;
  border-color: #3B8E65;
  outline: none;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 0.5rem;
  top: 0;
  width: 0.9rem;
  height: 1.5rem;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.4rem;
    top: 0;
    width: 0.8rem;
    height: 1.2rem;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 1.2rem;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0.6rem;
  }
  .scroll::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #f5f5f5;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.6rem;
    background-color: #FED517;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.8rem 1.2rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 0;
  cursor: pointer;
  z-index: 0;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: inherit;
  border: 2px solid #3B8E65;
  z-index: 2;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.btn:hover {
  color: #3B8E65;
  opacity: 1;
}

.btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn span {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 3;
}

.btn.btn-blue {
  background-color: #949494;
  border: unset;
}

.btn.btn-blue:before {
  background: #FFF;
}

.btn.btn-blue:after {
  border: 1px solid #949494;
}

.btn.btn-blue:hover {
  color: #949494;
  opacity: 1;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 1.2rem 5.6rem;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 0.8rem 0.6rem;
    height: 5.2rem;
  }
}

.header.scrolled {
  background: #57575770;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

@media only screen and (max-width: 768px) {
  .header.scrolled {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}

.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.6rem;
     -moz-column-gap: 5.6rem;
          column-gap: 5.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.8rem;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    padding: 0;
  }
}

.header .header-wrapper .logo-wrapper {
  width: 26rem;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .logo-wrapper {
    width: 18.0rem;
  }
}

.header .header-wrapper .logo-wrapper .logo {
  display: block;
  position: relative;
  width: 100%;
}

.header .header-wrapper .header-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;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
  row-gap: 1.0rem;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .header .header-wrapper .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .header-wrapper .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2.0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .header-top {
    padding-right: 4.6rem;
    -webkit-column-gap: 1.0rem;
       -moz-column-gap: 1.0rem;
            column-gap: 1.0rem;
  }
}

.header .header-wrapper .header-top .btn-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0rem;
     -moz-column-gap: 1.0rem;
          column-gap: 1.0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

.header .header-wrapper .header-top .btn-online svg {
  width: 2.0rem;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .header-top .btn-online svg {
    width: 1.8rem;
  }
}

.header .header-wrapper .header-top .btn-online svg path {
  fill: #FFF;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .header-top .btn-online span {
    display: none;
  }
}

.header .header-wrapper .header-top .btn-login {
  font-size: 2.0rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .header-top .btn-login {
    font-size: 1.8rem;
  }
}

.header .header-wrapper .header-top .en-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .header-top .en-jp {
    font-size: 1.5rem;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
}

.header .header-wrapper .header-top .en-jp .active {
  color: #ffd492;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* animation menu hamburger */
.menu-btn {
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  z-index: 3001;
}

@media (max-width: 767px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  width: 100%;
  height: 0.1rem;
  background: #814000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.menu-btn .menu-btn__lines::before {
  -webkit-transform: translateY(-0.7rem);
          transform: translateY(-0.7rem);
}

.menu-btn .menu-btn__lines::after {
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}

.menu-btn.open .menu-btn__lines {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  -webkit-transform: rotate(45deg) translate(-0.7rem, 0.7rem);
          transform: rotate(45deg) translate(-0.7rem, 0.7rem);
  background: #FFF;
}

.menu-btn.open .menu-btn__lines::after {
  -webkit-transform: rotate(-45deg) translate(-0.7rem, -0.7rem);
          transform: rotate(-45deg) translate(-0.7rem, -0.7rem);
  background: #FFF;
}

.expand-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " \25BE";
  opacity: 0.75;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 768px) {
  .expand-btn:after {
    right: 2.4rem;
  }
}

.expand-btn.open {
  color: #d9bbb2;
}

.expand-btn.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* navbar */
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding: 0.8rem;
  }
}

.navbar.sticky {
  position: sticky;
  z-index: 2002;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .navbar.sticky {
    position: fixed;
    width: 5rem;
    height: 5.2rem;
    top: 0;
    right: 0;
    background: transparent;
  }
}

.navbar .logo {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.0rem;
     -moz-column-gap: 2.0rem;
          column-gap: 2.0rem;
  z-index: 3000;
}

.navbar .menu-items::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar .menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 100px;
    padding-right: 10px;
    background: #1e6ebb;
    overflow-y: auto;
    color: #FFF;
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .navbar .menu-items.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 768px) {
  .navbar .menu-items > li {
    opacity: 0;
    -webkit-transform: translateX(-7.2rem);
            transform: translateX(-7.2rem);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation-fill-mode: forwards !important;
            animation-fill-mode: forwards !important;
  }
}

.navbar .menu-items > li > .menu-item {
  padding: 0.4rem 1.6rem;
  white-space: nowrap;
  font-size: 2.7rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  .navbar .menu-items > li > .menu-item {
    padding: 1rem 1rem;
  }
}

.navbar .menu-items > li .tail-btn {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 2.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2002;
}

.navbar .menu-items > li.logo-item {
  display: none;
}

.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .navbar .menu-items li a {
    padding: 10px 1rem;
  }
}

.navbar .menu-items.open > li {
  -webkit-animation: nav-item-fade-in 0.4s ease-in-out;
          animation: nav-item-fade-in 0.4s ease-in-out;
}

.navbar .menu-items.open > li:nth-child(1) {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

.navbar .menu-items.open > li:nth-child(2) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.navbar .menu-items.open > li:nth-child(3) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}

.navbar .menu-items.open > li:nth-child(4) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.navbar .menu-items.open > li:nth-child(5) {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

.navbar .menu-items.open > li:nth-child(6) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.navbar .menu-items.open > li:nth-child(7) {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}

.navbar .menu-items.open > li:nth-child(8) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.navbar .menu-items.open > li:nth-child(9) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

.navbar .menu-items.open > li:nth-child(10) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.navbar .menu-items.open > li:nth-child(11) {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}

.navbar .menu-items.open > li:nth-child(12) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.navbar .menu-items.open > li:nth-child(13) {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}

.navbar .menu-items.open > li:nth-child(14) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.navbar .menu-items.open > li:nth-child(15) {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.navbar .menu-items.open > li:nth-child(16) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.navbar .menu-items.open > li:nth-child(17) {
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}

.navbar .menu-items.open > li:nth-child(18) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.navbar .menu-items.open > li:nth-child(19) {
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}

.navbar .menu-items.open > li:nth-child(20) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.navbar .menu-items.open > li:nth-child(21) {
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}

.navbar .menu-items.open > li:nth-child(22) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.navbar .menu-items.open > li:nth-child(23) {
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}

.navbar .menu-items.open > li:nth-child(24) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.navbar .menu-items.open > li:nth-child(25) {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

.navbar .menu-items.open > li:nth-child(26) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.navbar .menu-items.open > li:nth-child(27) {
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}

.navbar .menu-items.open > li:nth-child(28) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.navbar .menu-items.open > li:nth-child(29) {
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}

.navbar .menu-items.open > li:nth-child(30) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

@media only screen and (max-width: 768px) {
  .navbar .menu-items.open > li.logo-item {
    position: relative;
    display: block;
    width: 22rem;
    margin: 0 auto 2.0rem auto;
  }
  .navbar .menu-items.open > li.logo-item img {
    position: relative;
    width: 100%;
  }
}

.navbar .dropdown {
  position: relative;
}

@media (min-width: 768px) {
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover > .expand-btn:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 768px) {
  .navbar .dropdown .dropdown-right .expand-btn:after,
  .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: 4.6rem;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 19.2rem;
    padding: 0.8rem 0;
    background: #57575770;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 0 0 0.4rem 0.4rem;
    opacity: 0;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar .dropdown-menu li {
    color: #FFF;
  }
  .navbar .dropdown-menu li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .navbar .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .navbar .dropdown-menu li .menu-item {
    padding: 0.4rem 0;
    color: #a3a00d;
  }
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}

@media (max-width: 767px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.255);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.navbar .menu-left {
  top: 0;
  left: -100%;
}

@media (max-width: 767px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.255);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.navbar .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  row-gap: 0.2rem;
  width: 100%;
  white-space: nowrap;
  padding: 0.5rem 2.0rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 2.4rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .navbar .menu-item {
    font-size: 1.5rem;
  }
}

.navbar .menu-item:hover {
  color: #ffdbb7;
}

@media only screen and (max-width: 768px) {
  .navbar .menu-item:hover {
    color: #ffdbb7;
  }
}

.navbar .menu-item .en-text {
  color: #814000;
}

.navbar ul li {
  list-style: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar .dropdownMega {
    position: inherit !important;
  }
}

@media (min-width: 768px) {
  .navbar .mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}

@media (max-width: 767px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}

.navbar .mega-menu .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #171b27;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .navbar .mega-menu .content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (min-width: 768px) {
  .navbar .mega-menu .content {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }
}

.navbar .category .content .col .img-wrapper {
  margin: 1rem 0;
}

.navbar .blog .content {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .navbar .blog .content {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}

.navbar .blog .content .col .menu-title {
  font-weight: 300;
}

.navbar .blog .content .col .menu-title a {
  -webkit-transition: .25s;
  transition: .25s;
}

.navbar .blog .content .col .menu-title a:hover {
  color: #bba258;
}

.navbar .content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.navbar .content .col .img-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navbar .content .col .menu-title {
  color: #fff;
  border-left: 2px solid #bba258;
  padding-left: 0.625rem;
}

.navbar .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: #ffffff;
}

.navbar .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #3c3c3c;
}

@media (max-width: 767px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar .content .col .mega-links li {
    margin: 0;
  }
  .navbar .content .col .mega-links li a {
    padding: 0 0.5rem;
  }
}

.navbar .content .col .mega-links li {
  margin: 1rem 0;
}

.navbar .content .col .mega-links li a {
  padding: 0;
}

@media (max-width: 767px) {
  .overflow {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .overlay {
    position: fixed;
    z-index: 1999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
    display: none;
  }
}

.footer {
  position: relative;
  padding: 9.2rem 0 15rem 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .footer {
    background-color: #e9e9e9;
    padding-top: 6.4rem;
    padding-bottom: 4.4rem;
  }
}

.footer .section-bg {
  position: absolute;
  width: 100%;
  bottom: -2.4rem;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .footer .section-bg {
    display: none;
  }
}

.footer .footer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.4rem;
  }
}

.footer .footer-wrapper .logo-wrapper {
  position: relative;
  display: block;
  width: 30rem;
}

@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-wrapper {
    width: 24rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}

.footer .footer-wrapper .logo-wrapper .logo {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-wrapper .logo {
    margin-bottom: 2.4rem;
  }
}

.footer .footer-wrapper .logo-wrapper .address {
  color: #796a33;
  line-height: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .logo-wrapper .address {
    max-width: 24rem;
    margin: 0 auto;
  }
}

.footer .footer-wrapper .menu-items {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0rem;
  color: #796a33;
  font-family: "Marcellus SC", serif;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .footer .footer-wrapper .menu-items {
    row-gap: 1.4rem;
    width: 24rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}

.footer .footer-wrapper .menu-items li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer .footer-wrapper .menu-items li a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.footer .footer-wrapper .menu-items li a:hover {
  color: #814000;
}

.footer .footer-wrapper .menu-items .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
  font-size: 1.8rem;
  padding-left: 1.8rem;
  margin-top: 1.0rem;
}

.footer .footer-wrapper .menu-items .menu-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .footer-wrapper .menu-items .menu-item:hover {
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
}

.footer .footer-wrapper .btn-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  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;
  row-gap: 1.6rem;
}

.footer .footer-wrapper .btn-wrapper .btn-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0rem;
     -moz-column-gap: 1.0rem;
          column-gap: 1.0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-wrapper .btn-wrapper .btn-online svg {
  width: 2.4rem;
  height: auto;
}

.footer .footer-wrapper .btn-wrapper .btn-online svg path {
  fill: #222;
}

.footer .footer-wrapper .btn-wrapper .social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
}

.footer .footer-wrapper .btn-wrapper .social-btns .social-btn {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1 / 1;
}

.footer .footer-wrapper .btn-wrapper .social-btns .social-btn img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer-wrapper .btn-wrapper .en-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  font-size: 1.6rem;
}

.footer .footer-wrapper .btn-wrapper .en-jp .active {
  color: #8f33ab;
}

.copyright {
  padding: 2.4rem 0;
  background: #1e6ebb;
  color: #FFFFFF;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .copyright {
    padding: 2.0rem 0;
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}

.top-page {
  display: block;
  position: relative;
  width: 100%;
}

.top-page#main {
  padding-bottom: 0;
}

.top-page .news-section {
  position: relative;
  padding: 14rem 0;
  background: #f7f7f7;
}

@media only screen and (max-width: 768px) {
  .top-page .news-section {
    padding: 7.2rem 0;
  }
}

.top-page .news-section .container {
  overflow: hidden;
}

.top-page .news-section .section-title {
  display: block;
  position: relative;
  margin-bottom: 6.4rem;
}

.top-page .news-section .section-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  width: 35px;
  height: 3px;
  background-color: #23A7A0;
  width: 4.8rem;
  height: 0.4rem;
}

.top-page .news-section .section-title .en-title {
  margin-bottom: 2.0rem;
  line-height: 100%;
  text-align: center;
}

.top-page .news-section .section-title .jp-title {
  text-align: center;
  padding-bottom: 3.6rem;
  color: #222;
}

.top-page .news-section .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page .news-section .news-list .swiper-button-next:after,
.top-page .news-section .news-list .swiper-button-prev:after {
  color: #d0d0d0;
  font-size: 3.4rem;
}

@media only screen and (max-width: 768px) {
  .top-page .news-section .news-list .swiper-button-next:after,
  .top-page .news-section .news-list .swiper-button-prev:after {
    font-size: 2.8rem;
  }
}

.top-page .news-section .news_circles {
  position: absolute;
  width: 100%;
  height: calc(100% + 20.8rem);
  top: -20.8rem;
  left: 0;
  overflow: hidden;
}

.top-page .news-section .news_circles .circle_01 {
  position: absolute;
  right: -36.4rem;
  top: 0;
  border-width: 12.4rem;
  width: 62rem;
  border-color: #949494;
  opacity: 0.2;
}

.top-page .news-section .news_circles .circle_02 {
  position: absolute;
  left: 2.4rem;
  bottom: 3.2rem;
  border-width: 8.4rem;
  width: 32rem;
  border-color: #949494;
  opacity: 0.2;
}

.top-page .news-section .c-btn {
  margin: 4.8rem 0 0 auto;
}

.top-page .topics-aboutus {
  padding: 7.2rem 0;
  background: #e7e7e7;
}

.top-page .topics-aboutus .topics-part .part-title {
  position: relative;
  margin-bottom: 2.4rem;
}

.top-page .topics-aboutus .topics-part .part-title .jp-title {
  margin-bottom: 1.2rem;
  text-align: center;
}

.top-page .topics-aboutus .topics-part .part-title .en-title {
  color: #C3BE71;
  text-align: center;
}

.top-page .topics-aboutus .topics-part .left-right {
  border-radius: 1rem;
  background: #FFF;
  padding: 4.8rem 5.6rem;
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-page .topics-aboutus .topics-part .left-part {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-page .topics-aboutus .topics-part .right-part {
  width: 100%;
  -ms-flex-negative: unset;
      flex-shrink: unset;
}

.top-page .philosophy-sectoion {
  position: relative;
  background-size: 100% 100%;
  padding: 7.2rem 0;
}

@media only screen and (max-width: 768px) {
  .top-page .philosophy-sectoion {
    padding: 5.2rem 0;
  }
}

.top-page .philosophy-sectoion .philosophy-content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .top-page .philosophy-sectoion .philosophy-content .left-right {
    row-gap: 1.6rem;
  }
}

.top-page .philosophy-sectoion .philosophy-content .left-right .left-part {
  width: calc(58% - 5.6rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top-page .philosophy-sectoion .philosophy-content .left-right .left-part {
    width: 100%;
  }
}

.top-page .philosophy-sectoion .philosophy-content .left-right .left-part video {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 98%;
  height: 98%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-page .philosophy-sectoion .philosophy-content .left-right .left-part .grow-for-trust {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.top-page .philosophy-sectoion .philosophy-content .left-right .left-part:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.09) 4%, rgba(255, 255, 255, 0.14) 13%, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.1) 28%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0.12) 49%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0.06) 69%, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.14) 80%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: moveLight 5s ease-in-out infinite both;
          animation: moveLight 5s ease-in-out infinite both;
}

.top-page .philosophy-sectoion .philosophy-content .left-right .right-part {
  position: relative;
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .top-page .philosophy-sectoion .philosophy-content .left-right .right-part {
    width: 100%;
  }
}

.top-page .philosophy-sectoion .philosophy-content .left-right .right-part .c-btn {
  margin-top: 3.6rem;
  z-index: 10;
}

.top-page .philosophy-sectoion .philosophy-content .title {
  text-align: left;
  line-height: 4.2rem;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .top-page .philosophy-sectoion .philosophy-content .title {
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
}

.top-page .philosophy-sectoion .philosophy-content .desc {
  text-align: left;
}

.top-page .philosophy-sectoion .philosophy-content .btn-round {
  border-radius: 90rem;
  padding: 1.6rem 4.8rem;
  height: 5.2rem;
  margin: 0 auto;
}

.top-page .parallax-section {
  position: relative;
  width: 100%;
  height: 130vh;
  overflow: hidden;
  /* Images */
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section {
    height: auto;
    aspect-ratio: 5 / 7;
  }
}

.top-page .parallax-section .background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 5;
  background: url(../img/parallax-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .background {
    aspect-ratio: 5 / 8;
    z-index: 0;
  }
}

.top-page .parallax-section .image {
  position: absolute;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image {
    border-radius: 0.6rem;
  }
}

.top-page .parallax-section .image1 {
  width: 30%;
  aspect-ratio: 473 / 267;
  top: 20%;
  left: 4%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image1 {
    width: 52%;
  }
}

.top-page .parallax-section .image2 {
  width: 26%;
  aspect-ratio: 410 / 515;
  top: 14%;
  left: 22%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image2 {
    width: 40%;
    top: 26%;
  }
}

.top-page .parallax-section .image3 {
  width: 38%;
  aspect-ratio: 599 / 389;
  bottom: 9%;
  right: 22%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image3 {
    width: 52%;
    right: 17;
  }
}

.top-page .parallax-section .image4 {
  width: 24%;
  aspect-ratio: 378 / 473;
  top: 7%;
  right: 2%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image4 {
    width: 36%;
  }
}

.top-page .parallax-section .image5 {
  width: 30%;
  aspect-ratio: 473 / 296;
  top: 32%;
  right: 18%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .top-page .parallax-section .image5 {
    width: 48%;
    right: 10%;
    top: 46%;
  }
}

.top-page .top_box02 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02.section_wrap {
    padding: 6.4rem 0;
  }
}

.top-page .top_box02 .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 7.8rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .content_wrap {
    padding: 0 1.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0rem;
  }
}

.top-page .top_box02 .left {
  width: 40rem;
  position: relative;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .left {
    width: 100%;
  }
}

.top-page .top_box02 .left .sticky {
  padding-top: 17.3rem;
  padding-bottom: 15rem;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .left .sticky {
    position: relative;
    top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-page .top_box02 .left .bg_text {
  position: absolute;
  top: -14rem;
  left: -18rem;
  z-index: 0;
}

.top-page .top_box02 .left .bg_text img {
  max-width: inherit;
  z-index: 0 !important;
  position: relative;
  display: block;
  opacity: 0.3;
  mix-blend-mode: color;
}

.top-page .top_box02 .left .category_title {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 2.5rem;
}

.top-page .top_box02 .left .category_title:before {
  position: absolute;
  display: block;
  left: 0;
  top: 40%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #949494;
}

.top-page .top_box02 .left .h1_green {
  line-height: 116%;
  margin-bottom: 3.2rem;
}

.top-page .top_box02 .left .c-btn {
  margin-top: 3.2rem;
  height: 4.0rem;
  padding: 0.6rem 4.4rem;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .left .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-page .top_box02 .left.is-affixed .inner-wrapper-sticky {
  position: relative;
}

.top-page .top_box02 .right {
  z-index: 1;
  width: 55%;
  max-width: 66.7rem;
  padding-top: 17.3rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-page .top_box02 .right .box {
  margin-bottom: 50px;
}

.top-page .top_box02 .right .box a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-page .top_box02 .right .box a:link {
  text-decoration: none;
  outline: none;
  color: #222;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.top-page .top_box02 .right .box a:hover {
  opacity: 1;
}

.top-page .top_box02 .right .box a:hover .btn01_green {
  color: #222 !important;
}

.top-page .top_box02 .right .box a:hover .btn01_green:before {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.top-page .top_box02 .right .box a:hover .btn01_green:after {
  background-color: #5d5d5d;
  border: 1px solid #5d5d5d;
}

.top-page .top_box02 .right .text_box {
  width: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px solid #949494;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-page .top_box02 .right .text_box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box .text {
    -webkit-column-gap: 1.0rem;
       -moz-column-gap: 1.0rem;
            column-gap: 1.0rem;
  }
}

.top-page .top_box02 .right .text_box .text img {
  max-height: 10.1rem;
}

.top-page .top_box02 .right .text_box .text div {
  padding: 2.2rem 0 0 4.0rem;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  color: darkgray;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box .text div {
    padding: 1rem 0 0 0;
  }
}

.top-page .top_box02 .right .text_box .text div span {
  display: block;
  line-height: 100%;
  padding-bottom: 1.2rem;
  color: #a3a346;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box .text div span {
    padding-bottom: 0.6rem;
  }
}

.top-page .top_box02 .right .text_box .text .number {
  font-family: "britannic", serif;
  font-size: 8.6rem;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 0 2px #a3a00d, 0 0 2px #a3a00d, 0 0 2px #a3a00d, 0 0 2px #a3a00d, 0 0 2px #a3a00d, 0 0 2px #a3a00d;
  line-height: 100%;
  padding-top: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box .text .number {
    padding: 0;
    font-size: 7.2rem;
    white-space: nowrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 100%;
  }
}

.top-page .top_box02 .right .text_box .btn-more {
  padding-top: 4.0rem;
  padding-right: 6.5rem;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .right .text_box .btn-more {
    padding-top: 1rem;
    padding-right: 6.2rem;
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .top-page .top_box02 .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-page .video-section {
  position: relative;
  padding: 16rem;
  background-blend-mode: luminosity;
  background-color: #333;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .top-page .video-section {
    padding: 2.0rem;
  }
}

.top-page .video-section video {
  position: relative;
  width: 100%;
  vertical-align: middle;
  z-index: 1;
}

.top-page .video-section .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media only screen and (max-width: 768px) {
  .top-page .video-section .section-bg {
    -webkit-transform: scale(1);
            transform: scale(1);
    aspect-ratio: 3 / 5;
    bottom: -8.0rem;
  }
}

.top-page .section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-page .products-section {
  position: relative;
  display: block;
  padding: 10.8rem 0;
  background: #f3f3f3;
}

.top-page .products-section .container {
  z-index: 1;
}

.top-page .products-section .section-bg-text {
  position: absolute;
  right: 7.6rem;
  top: 26rem;
  font-size: 14rem;
  font-weight: 700;
  line-height: 100%;
  color: #fbfbfb;
  text-shadow: 0 0 14px #f3f3f3;
  z-index: 0;
}

.top-page .products-section .section-title {
  position: relative;
  display: block;
  margin-bottom: 7.6rem;
  z-index: 1;
}

.top-page .products-section .top-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 6.4rem;
  z-index: 1;
}

.top-page .products-section .left-right {
  -webkit-column-gap: 7.6rem;
     -moz-column-gap: 7.6rem;
          column-gap: 7.6rem;
  margin-bottom: 7.2rem;
}

.top-page .products-section .left-right .right-part {
  position: relative;
}

.top-page .products-section .left-right .right-part .product-img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.4rem;
}

.top-page .products-section .left-right .right-part:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 1.0rem;
  left: 1.0rem;
  border-radius: 0.4rem;
  border: 1px solid #a59d3c;
  z-index: 1;
}

.top-page .products-section .left-right .number {
  display: block;
  position: absolute;
  font-size: 12rem;
  font-weight: 700;
  color: #b1c1c391;
  line-height: 100%;
  bottom: 1.0rem;
  z-index: 0;
}

.top-page .products-section .left-right .number.number1 {
  right: 0;
}

.top-page .products-section .left-right .number.number2 {
  left: 0;
}

.single-shops-page .single-shops-section .cat-name,
.single-shops-page .single-products-section .cat-name,
.single-products-page .single-shops-section .cat-name,
.single-products-page .single-products-section .cat-name {
  margin-bottom: 7.6rem;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .cat-name,
  .single-shops-page .single-products-section .cat-name,
  .single-products-page .single-shops-section .cat-name,
  .single-products-page .single-products-section .cat-name {
    margin-bottom: 5.2rem;
  }
}

.single-shops-page .single-shops-section .title,
.single-shops-page .single-products-section .title,
.single-products-page .single-shops-section .title,
.single-products-page .single-products-section .title {
  text-align: center;
  margin-bottom: 7.6rem;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .title,
  .single-shops-page .single-products-section .title,
  .single-products-page .single-shops-section .title,
  .single-products-page .single-products-section .title {
    text-align: start;
    margin-bottom: 4.0rem;
  }
}

.single-shops-page .single-shops-section .detail-section,
.single-shops-page .single-products-section .detail-section,
.single-products-page .single-shops-section .detail-section,
.single-products-page .single-products-section .detail-section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .detail-section,
  .single-shops-page .single-products-section .detail-section,
  .single-products-page .single-shops-section .detail-section,
  .single-products-page .single-products-section .detail-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3.2rem;
    margin-bottom: 4.0rem;
  }
}

.single-shops-page .single-shops-section .detail-section .detail-content,
.single-shops-page .single-products-section .detail-section .detail-content,
.single-products-page .single-shops-section .detail-section .detail-content,
.single-products-page .single-products-section .detail-section .detail-content {
  position: relative;
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .detail-section .detail-content,
  .single-shops-page .single-products-section .detail-section .detail-content,
  .single-products-page .single-shops-section .detail-section .detail-content,
  .single-products-page .single-products-section .detail-section .detail-content {
    width: 100%;
  }
}

.single-shops-page .single-shops-section .detail-section .detail-content .content-label,
.single-shops-page .single-products-section .detail-section .detail-content .content-label,
.single-products-page .single-shops-section .detail-section .detail-content .content-label,
.single-products-page .single-products-section .detail-section .detail-content .content-label {
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.2rem;
  background: #FFFFFF;
  color: #1e6ebb;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  z-index: 1;
}

.single-shops-page .single-shops-section .detail-section .detail-content .item,
.single-shops-page .single-products-section .detail-section .detail-content .item,
.single-products-page .single-shops-section .detail-section .detail-content .item,
.single-products-page .single-products-section .detail-section .detail-content .item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  padding: 2.0rem 0;
  line-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #7f868d73;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .detail-section .detail-content .item,
  .single-shops-page .single-products-section .detail-section .detail-content .item,
  .single-products-page .single-shops-section .detail-section .detail-content .item,
  .single-products-page .single-products-section .detail-section .detail-content .item {
    padding: 1.6rem 0;
  }
}

.single-shops-page .single-shops-section .detail-section .detail-content .item .classification,
.single-shops-page .single-products-section .detail-section .detail-content .item .classification,
.single-products-page .single-shops-section .detail-section .detail-content .item .classification,
.single-products-page .single-products-section .detail-section .detail-content .item .classification {
  width: 24%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .detail-section .detail-content .item .classification,
  .single-shops-page .single-products-section .detail-section .detail-content .item .classification,
  .single-products-page .single-shops-section .detail-section .detail-content .item .classification,
  .single-products-page .single-products-section .detail-section .detail-content .item .classification {
    font-size: 1.5rem;
    width: 25%;
    line-height: 2.2rem;
  }
}

.single-shops-page .single-shops-section .detail-section .detail-content .item .content,
.single-shops-page .single-products-section .detail-section .detail-content .item .content,
.single-products-page .single-shops-section .detail-section .detail-content .item .content,
.single-products-page .single-products-section .detail-section .detail-content .item .content {
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .single-shops-page .single-shops-section .detail-section .detail-content .item .content,
  .single-shops-page .single-products-section .detail-section .detail-content .item .content,
  .single-products-page .single-shops-section .detail-section .detail-content .item .content,
  .single-products-page .single-products-section .detail-section .detail-content .item .content {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.single-shops-page .single-shops-section .detail-section .img-wrapper,
.single-shops-page .single-products-section .detail-section .img-wrapper,
.single-products-page .single-shops-section .detail-section .img-wrapper,
.single-products-page .single-products-section .detail-section .img-wrapper {
  position: relative;
  width: 100%;
}

.single-shops-page .single-shops-section .detail-section .img-wrapper img,
.single-shops-page .single-products-section .detail-section .img-wrapper img,
.single-products-page .single-shops-section .detail-section .img-wrapper img,
.single-products-page .single-products-section .detail-section .img-wrapper img {
  width: 100%;
}

.single-shops-page .single-shops-section .main-desc,
.single-shops-page .single-products-section .main-desc,
.single-products-page .single-shops-section .main-desc,
.single-products-page .single-products-section .main-desc {
  margin-bottom: 6.4rem;
}

.single-shops-page .single-shops-section .url-wrapper,
.single-shops-page .single-products-section .url-wrapper,
.single-products-page .single-shops-section .url-wrapper,
.single-products-page .single-products-section .url-wrapper {
  margin-bottom: 6.4rem;
}

.single-shops-page .single-shops-section .url-wrapper .url-list,
.single-shops-page .single-products-section .url-wrapper .url-list,
.single-products-page .single-shops-section .url-wrapper .url-list,
.single-products-page .single-products-section .url-wrapper .url-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}

.single-shops-page .single-shops-section .url-wrapper .url-list .url,
.single-shops-page .single-products-section .url-wrapper .url-list .url,
.single-products-page .single-shops-section .url-wrapper .url-list .url,
.single-products-page .single-products-section .url-wrapper .url-list .url {
  color: #0048c5;
  text-decoration: underline;
}

.single-shops-page .btn-round,
.single-products-page .btn-round {
  margin: 7.2rem auto 0 auto;
}

.archive-topics-page .news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
  row-gap: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .archive-topics-page .news-list {
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 4.0rem;
  }
}

.single-topics-page .date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 768px) {
  .single-topics-page .date-category {
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.single-topics-page .date {
  color: #4b4b4b;
}

.single-topics-page .category {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.2rem;
  border-radius: 90rem;
  background-color: #e7e7e7;
}

.single-topics-page .title {
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 768px) {
  .single-topics-page .title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 4.8rem;
  }
}

.single-topics-page .container {
  max-width: 120rem;
}

.single-topics-page .single-topics-section {
  position: relative;
  width: 100%;
}

.single-topics-page .single-topics-section .pattern1 img {
  width: 100%;
}

.single-topics-page .single-topics-section .pattern2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.6rem;
     -moz-column-gap: 5.6rem;
          column-gap: 5.6rem;
  width: 100%;
  position: relative;
}

.single-topics-page .single-topics-section .pattern2 .desc {
  position: relative;
  width: 100%;
}

.single-topics-page .single-topics-section .pattern2 .img-wrapper {
  position: relative;
  width: 40%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-topics-page .single-topics-section .pattern2 .img-wrapper img {
  display: block;
  width: 100%;
  position: relative;
}

.single-topics-page .single-topics-section .pattern3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
  width: 100%;
  position: relative;
}

.single-topics-page .single-topics-section .pattern3 .desc {
  position: relative;
  width: 100%;
}

.single-topics-page .single-topics-section .pattern3 .img-wrapper {
  position: relative;
  width: 40%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-topics-page .single-topics-section .pattern3 .img-wrapper img {
  display: block;
  width: 100%;
  position: relative;
}

.single-topics-page .btn-round {
  margin: 0 auto;
}

.company-page .overview-part {
  position: relative;
  width: 100%;
  margin-bottom: 7.2rem;
}

.company-page .overview-part .manual-table {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company-page .overview-part .manual-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
  .company-page .overview-part .manual-table .table-row {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
}

.company-page .overview-part .manual-table .table-row:first-child {
  border-top: 1px solid #e5e5e5;
}

.company-page .overview-part .manual-table .table-row .label {
  position: relative;
  width: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .company-page .overview-part .manual-table .table-row .label {
    width: 11rem;
  }
}

.company-page .overview-part .manual-table .table-row .value {
  position: relative;
  width: 100%;
}

.company-page .greeting-part {
  position: relative;
  margin-bottom: 6.4rem;
}

.company-page .greeting-part .greeting-img {
  width: 38%;
  float: right;
  display: inline;
  position: relative;
  padding-left: 6.4rem;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .company-page .greeting-part .greeting-img {
    width: 55%;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.company-page .philosophy-content {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .company-page .philosophy-content {
    margin-bottom: 5.2rem;
  }
}

.company-page .philosophy-content .aboutus-img {
  width: 40%;
  float: left;
  display: inline;
  position: relative;
  padding-right: 6.4rem;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .company-page .philosophy-content .aboutus-img {
    width: 55%;
    padding-right: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.company-page .access-content {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .company-page .access-content {
    margin-bottom: 0;
  }
}

.company-page .access-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 2;
  margin-bottom: 5.2rem;
}

@media only screen and (max-width: 768px) {
  .company-page .access-content iframe {
    aspect-ratio: 7 / 9;
    margin-bottom: 3.2rem;
  }
}

.company-page .access-content .left-right {
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
}

.company-page .access-content .left-right .left-part {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}

.company-page .access-content .left-right .left-part .sub-title {
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.8rem;
}

.company-page .access-content .left-right .left-part .sub-title:before {
  position: absolute;
  content: '●';
  color: #949494;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  left: -0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-page .access-content .left-right .right-part {
  position: relative;
  width: 36%;
}

@media only screen and (max-width: 768px) {
  .company-page .access-content .left-right .right-part {
    width: 100%;
  }
}

.company-page .access-content .left-right .right-part img {
  position: relative;
  width: 100%;
}

.privacy-page .btn-home {
  margin: 0 auto;
}

.service-page .top-desc {
  margin-bottom: 7.2rem;
}

.service-page .title-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 4.8rem auto;
}

.service-page .title-wrapper .en-title {
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
  margin-bottom: 0.8rem;
  color: #949494;
}

.service-page .title-wrapper .jp-title {
  text-align: center;
  color: #796a33;
}

.service-page .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.4rem;
}

.service-page .service-list .service-part {
  position: relative;
  width: 100%;
}

.service-page .service-list .service-part .img-desc {
  position: relative;
  width: 100%;
}

.service-page .service-list .service-part .img-desc .screen-wrapper {
  position: relative;
  display: inline-block;
  width: 36%;
  float: right;
  margin-left: 6.4rem;
  margin-bottom: 3.2rem;
  border-radius: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .service-page .service-list .service-part .img-desc .screen-wrapper {
    margin-bottom: 1.2rem;
    margin-left: 1.2rem;
    width: 52%;
  }
}

.service-page .service-list .service-part .img-desc.reverse .screen-wrapper {
  float: left;
  margin-right: 6.4rem;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .service-page .service-list .service-part .img-desc.reverse .screen-wrapper {
    margin-bottom: 1.2rem;
    margin-right: 1.2rem;
    width: 52%;
  }
}

.recruit-page .top-desc {
  margin-bottom: 6.4rem;
}

.recruit-page .pannel-wrapper {
  margin-bottom: 6.4rem;
}

.recruit-page .pannel-wrapper .right-part {
  -ms-flex-negative: unset;
      flex-shrink: unset;
}

.recruit-page .pannel-wrapper .pannel {
  position: relative;
  width: 100%;
  padding: 3.2rem 3.2rem;
  border-radius: 0.8rem;
  background: #e5e5e5;
  -webkit-box-shadow: 8px 8px 1px #9d9d9dad;
          box-shadow: 8px 8px 1px #9d9d9dad;
}

@media only screen and (max-width: 768px) {
  .recruit-page .pannel-wrapper .pannel {
    padding: 3.2rem 2.0rem;
  }
}

.recruit-page .pannel-wrapper .pannel .title {
  margin-bottom: 1.6rem;
  color: #8f6d19;
}

@media only screen and (max-width: 768px) {
  .recruit-page .pannel-wrapper .pannel .title {
    margin-bottom: 0.8rem;
  }
}

.recruit-page .pannel-wrapper .pannel .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
  line-height: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .recruit-page .pannel-wrapper .pannel .item-list {
    row-gap: 1.0rem;
  }
}

.recruit-page .pannel-wrapper .pannel .item-list .item .item-title {
  color: #796a33;
}

@media only screen and (max-width: 768px) {
  .recruit-page .pannel-wrapper .pannel .item-list .item .item-title {
    line-height: 1.8rem;
  }
}

.recruit-page .profit-part {
  margin-bottom: 6.4rem;
}

.recruit-page .training-part {
  margin-bottom: 6.4rem;
}

.recruit-page .hiring-process .c-btn {
  margin: 6.4rem auto 0 auto;
  background-color: #949494;
  border: 1px solid #949494;
  height: 5.6rem;
}

.recruit-page .hiring-process .c-btn:before {
  background: #949494;
}

.recruit-page .hiring-process .c-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #949494;
}

.recruit-page .hiring-process .c-btn:hover p {
  color: #949494;
}

.recruit-page .hiring-process .c-btn p {
  color: #FFFFFF;
}

.recruit-page .hiring-process .c-btn .arrow:before {
  background: #949494;
}

.recruit-page .hiring-process .c-btn .arrow:after {
  border-top: solid 1px #949494;
  border-right: solid 1px #949494;
}

.font-12-400 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-12-400 {
    font-size: 1.1rem;
  }
}

.font-12-500 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-12-500 {
    font-size: 1.1rem;
  }
}

.font-12-700 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-12-700 {
    font-size: 1.1rem;
  }
}

.font-14-400 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-14-400 {
    font-size: 1.1rem;
  }
}

.font-14-700 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-14-700 {
    font-size: 1.1rem;
  }
}

.font-15-400 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-15-400 {
    font-size: 1.2rem;
  }
}

.font-15-500 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-15-500 {
    font-size: 1.2rem;
  }
}

.font-16-300 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-16-300 {
    font-size: 1.5rem;
  }
}

.font-16-400 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-16-400 {
    font-size: 1.5rem;
  }
}

.font-18-500 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-18-500 {
    font-size: 1.6rem;
  }
}

.font-18-700 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-18-700 {
    font-size: 1.6rem;
  }
}

.font-20-400 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 3.4rem;
}

@media only screen and (max-width: 768px) {
  .font-20-400 {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
}

.font-20-500 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 3.4rem;
}

@media only screen and (max-width: 768px) {
  .font-20-500 {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
}

.font-20-700 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 3.4rem;
}

@media only screen and (max-width: 768px) {
  .font-20-700 {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
}

.font-22-500 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-22-500 {
    font-size: 1.7rem;
  }
}

.font-22-700 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-22-700 {
    font-size: 1.7rem;
  }
}

.font-24-400 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-24-400 {
    font-size: 1.8rem;
  }
}

.font-24-500 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-24-500 {
    font-size: 1.8rem;
  }
}

.font-24-700 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-24-700 {
    font-size: 1.8rem;
  }
}

.font-28-500 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-28-500 {
    font-size: 2.0rem;
  }
}

.font-28-700 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-28-700 {
    font-size: 2.0rem;
  }
}

.font-32-500 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-32-500 {
    font-size: 2.4rem;
  }
}

.font-32-700 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-32-700 {
    font-size: 2.4rem;
  }
}

.font-36-500 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-36-500 {
    font-size: 2.6rem;
  }
}

.font-36-700 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-36-700 {
    font-size: 2.6rem;
  }
}

.font-40-700 {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-40-700 {
    font-size: 2.6rem;
  }
}

.font-42-700 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-42-700 {
    font-size: 2.8rem;
  }
}

.font-42-700 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-42-700 {
    font-size: 2.8rem;
  }
}

.font-48-500 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-48-500 {
    font-size: 3.0rem;
  }
}

.font-48-700 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .font-48-700 {
    font-size: 3.0rem;
  }
}

.font-100-500 {
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .font-100-500 {
    font-size: 3.0rem;
  }
}

a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  opacity: 0.8;
}

main {
  padding-bottom: 12rem;
}

@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 6.4rem;
  }
}

.stick-title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .stick-title {
    margin-bottom: 2.4rem;
  }
}

.stick-title:before {
  position: relative;
  content: '';
  height: 3.0rem;
  width: 4px;
  background: #23A7A0;
}

.page-title {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 4.0rem;
  }
}

.btn-rect {
  padding: 1.4rem 4.6rem;
  min-width: 24rem;
  height: 6rem;
  background-color: #23A7A0;
  color: #FFF;
  border: 1px solid #23A7A0;
  font-weight: 500;
  margin: 5.2rem auto 0 auto;
}

.btn-rect:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .btn-rect {
    padding: 1.0rem 4.0rem;
    height: 4.8rem;
    margin: 3.6rem auto 0 auto;
  }
}

.btn-rect:before {
  background-color: #FFF;
  border: unset;
  color: #23A7A0;
}

.btn-rect:after {
  border: unset;
}

.underline-title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #796a33;
  text-align: left !important;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #b0aeae;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .underline-title {
    -webkit-column-gap: 1.0rem;
       -moz-column-gap: 1.0rem;
            column-gap: 1.0rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2.6rem;
  }
}

.underline-title img {
  width: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .underline-title img {
    width: 3.2rem;
  }
}

.underline-title:after {
  position: absolute;
  content: '';
  width: 16%;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #949494;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.btn-top {
  display: none;
  position: fixed;
  width: 4.0rem;
  height: 4.0rem;
  bottom: 4.8rem;
  right: 4.8rem;
  z-index: 1999;
}

@media only screen and (max-width: 768px) {
  .btn-top {
    position: fixed;
    width: 3.6rem;
    height: 3.6rem;
    bottom: 2.6rem;
    right: 2.6rem;
  }
}

.btn-top .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 90%;
  border: 1px solid #666666a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-top .wrapper img {
  width: 3.6rem;
}

.btn-top i {
  font-size: 1.6rem;
}

.btn-top:hover i {
  -webkit-animation-name: bottom-top;
          animation-name: bottom-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.section-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto 6.4rem auto;
}

@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4.0rem;
  }
}

.section-title .jp-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: darkgoldenrod;
  padding-bottom: 2rem;
  margin-bottom: 1.2rem;
}

.section-title .jp-title:after {
  position: absolute;
  content: '';
  width: 4.8rem;
  height: 0.2rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #23A7A0;
}

.section-title .en-title {
  color: #C3BE71;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .section-title .en-title {
    margin-bottom: 1.2rem;
  }
}

.business-list {
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 100%;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .business-list {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 4.8rem;
  }
}

.business-list .business-item {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.business-list .business-item .thumb {
  display: block;
  position: relative;
  aspect-ratio: 395 / 264;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.business-list .business-item .thumb:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.business-list .business-item .title {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  padding: 0.6rem 1.2rem;
  line-height: 100%;
  background: #ffffffb2;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .news-list {
    row-gap: 1.2rem;
  }
}

.news-list .news-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 0.6rem;
  }
}

.news-list .news-item .date {
  width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .news-list .news-item .date {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.news-list .news-item .title {
  line-height: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .news-list .news-item .title {
    line-height: 2.6rem;
  }
}

.scroll-target {
  scroll-margin-top: 18rem;
  scroll-margin-block-start: 18rem;
  scroll-margin-inline-start: 18rem;
  -ms-scroll-margin-top: 18rem;
  scroll-margin: 18rem;
}

.contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-repeat: repeat;
  background-position: 50% 20px;
  background-size: 40px 40px;
  background-color: #f7f7f7;
}

.contact-banner .left-part,
.contact-banner .right-part {
  position: relative;
  width: 50%;
}

.contact-banner .left-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}

.contact-banner .right-part {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 8.6rem 16.4rem;
  margin: 13.4rem auto;
  background-color: #23A7A0;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .contact-banner .right-part {
    width: 100%;
    margin: 0;
    padding: 7.6rem 1.6rem;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  .contact-banner .right-part h2 {
    line-height: 3.2rem;
  }
}

.contact-banner .btn-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

.contact-banner .btn-phone img {
  width: 5.2rem;
  margin-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .contact-banner .btn-phone img {
    width: 4.2rem;
    margin-top: 0.8rem;
  }
}

.contact-banner .btn-rect {
  min-width: 32rem;
  height: 7.2rem;
  background-color: #eea92a;
  color: #FFF;
  border: 1px solid #eea92a;
  border-radius: 0.6rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-top: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .contact-banner .btn-rect {
    margin-top: 3.2rem;
    height: 5.6rem;
    border-radius: 0;
  }
}

.contact-banner .btn-rect img {
  width: 4.0rem;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .contact-banner .btn-rect img {
    width: 2.8rem;
    margin-top: 0.2rem;
  }
}

.contact-banner .btn-rect:before {
  background-color: #f7b946;
}

.terms-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  padding: 3.6rem 4.8rem;
  border: 1px solid #23A7A0;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.terms-section .wrapper:hover {
  border: 6px solid #23A7A0;
}

.terms-section .wrapper .img-wrapper {
  position: relative;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.terms-section .wrapper .img-wrapper .section-img {
  position: relative;
  display: block;
  width: 80%;
}

.terms-section .wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.terms-section .wrapper .content .btn-terms {
  padding: 2.0rem 5.6rem;
  line-height: 4.4rem;
  text-align: center;
  color: #814000;
  border: 1px solid #814000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .terms-section .wrapper .content .btn-terms {
    padding: 1.6rem 4.6rem;
    line-height: 3.4rem;
  }
}

.sub-mainview {
  position: relative;
  width: 100%;
}

.sub-mainview .bg-img {
  position: relative;
  width: 100%;
  aspect-ratio: 11 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sub-mainview .bg-img {
    aspect-ratio: 1 / 1;
  }
}

.sub-mainview .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
}

.sub-mainview .page-title .en-title-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto 1.6rem auto;
}

.sub-mainview .page-title .jp-title-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  color: #f1f1d9;
  margin: 0 auto;
}

.sub-mainview .page-title .title-bg {
  position: absolute;
  top: 8%;
  left: -16%;
  width: 132%;
  height: 95%;
  background: #0000007d;
  z-index: 1;
  opacity: 0;
}

.sub-mainview .page-title .title-bg.visible {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: taglineClipPath forwards 0.5s ease-out 0.1s 1 normal;
          animation: taglineClipPath forwards 0.5s ease-out 0.1s 1 normal;
}

.sub-mainview .page-title .title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  white-space: nowrap;
  line-height: 6.6rem;
  z-index: 2;
  opacity: 0;
}

.sub-mainview .page-title .title-text.visible {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: taglineClipPath forwards 0.8s ease-out 0.3s 1 normal;
          animation: taglineClipPath forwards 0.8s ease-out 0.3s 1 normal;
}

.bread-crump {
  padding: 1.0rem 0;
  background: #e5e5e5;
  margin-bottom: 9.8rem;
}

@media only screen and (max-width: 768px) {
  .bread-crump {
    margin-bottom: 6.4rem;
  }
}

.bread-crump .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-crump .container .link {
  font-weight: 500;
  color: #23A7A0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bread-crump .container .link:hover {
  opacity: 1;
  color: #814000;
}

.rect-title {
  padding: 0.8rem 2.4rem;
  background: #E5F9FF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.scroller {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.scroller__inner {
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, white), color-stop(94%, white), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, white 6%, white 94%, transparent);
  mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(6%, white), color-stop(94%, white), to(transparent));
  mask: linear-gradient(90deg, transparent, white 6%, white 94%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
          animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="middle"] {
  --_animation-duration: 40s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */
:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: #E5F9FF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem -0.25rem #c7c7c7;
          box-shadow: 0 0.5rem 1rem -0.25rem #c7c7c7;
}

@media only screen and (max-width: 768px) {
  .tag-list li {
    padding: 0.5rem 0.5rem 1.0rem 0.5rem;
    border-radius: 0.3rem;
  }
}

.with-sidebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.with-sidebar .page-thumb {
  width: 100%;
  margin-bottom: 3.2rem;
}

.with-sidebar .sidebar {
  position: sticky;
  width: 33.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: calc(18.6rem);
  left: 0;
  background-color: #E5F9FF;
  padding: 4.8rem 1.6rem;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 768px) {
  .with-sidebar .sidebar {
    width: 29.4rem;
    max-height: calc(100vh - 17.2rem);
    overflow-y: scroll;
    position: fixed;
    top: 17.2rem;
    left: -100%;
    z-index: 100;
  }
}

.with-sidebar .sidebar.open {
  left: 0;
}

.with-sidebar .sidebar ul {
  list-style-type: none;
}

.with-sidebar .sidebar ul li a {
  white-space: nowrap;
}

.with-sidebar .sidebar .item-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7.2rem;
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  .with-sidebar .sidebar .item-list {
    max-width: 100%;
    margin: 0 auto;
    row-gap: 4.0rem;
  }
}

.with-sidebar .sidebar .item-list * {
  position: relative;
  width: 100%;
  display: block;
}

.with-sidebar .sidebar-item {
  position: relative;
  display: block;
  padding: 1.0rem 4.8rem 1.0rem 2.4rem;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .with-sidebar .sidebar-item {
    border-radius: 0.2rem;
    padding: 0.8rem 4.4rem 0.8rem 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.with-sidebar .sidebar-item:hover, .with-sidebar .sidebar-item.active {
  background-color: #23A7A0;
  color: #fff;
}

.with-sidebar .sidebar-item i {
  display: block;
  position: absolute;
  right: 1.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.with-sidebar .content {
  display: block;
  position: relative;
  width: 100%;
}

.with-sidebar .content-part {
  display: block;
  margin-bottom: 50px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sub-page-title {
  color: #814000;
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 768px) {
  .sub-page-title {
    margin-bottom: 4.0rem;
  }
}

.left-right {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.6rem;
     -moz-column-gap: 5.6rem;
          column-gap: 5.6rem;
}

@media only screen and (max-width: 768px) {
  .left-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0rem;
  }
}

.left-right.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .left-right.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.left-right .right-part {
  position: relative;
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .left-right .right-part {
    width: 100%;
  }
}

.left-right .right-part .thumb {
  position: relative;
  width: 100%;
}

.left-right .left-part {
  position: relative;
  width: 100%;
}

.btn-right {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-right:hover {
  opacity: 1;
}

.btn-right:hover .btn-icon {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.btn-right .btn-icon {
  position: relative;
  width: 3.6rem;
  padding-left: 0.4rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gallery-wrapper {
  padding: 2.4rem;
  background: #fcf9f2;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .gallery-wrapper {
    padding: 2.0rem 1.2rem;
  }
}

.gallery-wrapper .gallery {
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .gallery-wrapper .gallery {
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    -webkit-column-gap: 1.0rem;
       -moz-column-gap: 1.0rem;
            column-gap: 1.0rem;
    column-gap: 1.0rem;
  }
}

.gallery-wrapper .bg {
  height: auto;
  aspect-ratio: 5 / 4;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7.2rem auto 0 auto;
}

.pagination .pager__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .pagination .pager__wrap {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

.pagination .pager__wrap .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  .pagination .pager__wrap .page-numbers {
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 0.2rem;
  }
}

.pagination .pager__wrap .page-numbers.current {
  background: #23A7A0;
  color: #FFF;
}

.pagination .pager__wrap .page-numbers:hover {
  background: #e5e5e5;
}

.btn-sidebar-toggle {
  display: none;
  position: fixed;
  top: 13.2rem;
  left: 1.6rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 100;
}

.btn-sidebar-toggle div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.7rem;
  width: 3.4rem;
  height: 3.6rem;
  background: #1e6ebbd1;
  border-radius: 0.2rem;
  color: #FFF;
  padding: 0.4rem 0.6rem;
}

.btn-sidebar-toggle div span {
  height: 0.15rem;
  width: 100%;
  background: #FFF;
}

.btn-sidebar-toggle div span:first-child {
  width: 88%;
}

.btn-sidebar-toggle div span:nth-child(2) {
  width: 90%;
}

.btn-sidebar-toggle:hover {
  opacity: 1;
}

.btn-sidebar-toggle i {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-sidebar-toggle.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topics-list {
  position: relative;
  width: 100%;
  display: block;
}

.topics-list .item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  padding: 2.4rem 4.8rem 2.4rem 1.6rem;
  border-bottom: 1px dashed #e7e7e7;
}

.topics-list .item:first-child {
  border-top: 1px dashed #e7e7e7;
}

.topics-list .item .date {
  color: #4b4b4b;
}

.topics-list .item .categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 0.8rem;
      -ms-flex-align: 0.8rem;
          align-items: 0.8rem;
}

.topics-list .item .categories .category {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1.2rem;
  border-radius: 90rem;
  background-color: #e7e7e7;
}

.topics-list .item:before {
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(203, 67, 67, 0)), to(rgba(93, 93, 95, 0.8)));
  background: linear-gradient(to right, rgba(203, 67, 67, 0) 0%, rgba(93, 93, 95, 0.8) 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.topics-list .item:after {
  position: absolute;
  width: 1.8rem;
  aspect-ratio: 1 / 1;
  height: auto;
  top: 50%;
  right: 2.8rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background-image: url(../img/arrow-right-large.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.topics-list .item:hover {
  opacity: 1;
}

.topics-list .item:hover:before {
  width: 100%;
}

.topics-list .item:hover:after {
  right: 1.6rem;
}

.topics-list .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shops-list,
.products-list {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 5.6rem;
}

.shops-list .shop-item,
.shops-list .product-item,
.products-list .shop-item,
.products-list .product-item {
  position: relative;
  width: 100%;
}

.shops-list .shop-item .thumb,
.shops-list .product-item .thumb,
.products-list .shop-item .thumb,
.products-list .product-item .thumb {
  position: relative;
  display: block;
  margin-bottom: 2.2rem;
}

.shops-list .shop-item .thumb .thumb-img,
.shops-list .product-item .thumb .thumb-img,
.products-list .shop-item .thumb .thumb-img,
.products-list .product-item .thumb .thumb-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 652 / 468;
  -o-object-fit: cover;
     object-fit: cover;
}

.shops-list .shop-item .thumb:hover .img-cover,
.shops-list .product-item .thumb:hover .img-cover,
.products-list .shop-item .thumb:hover .img-cover,
.products-list .product-item .thumb:hover .img-cover {
  height: 100%;
  opacity: 1;
}

.shops-list .shop-item .thumb .img-cover,
.shops-list .product-item .thumb .img-cover,
.products-list .shop-item .thumb .img-cover,
.products-list .product-item .thumb .img-cover {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #181818a1;
  color: #FFF;
  padding: 3.2rem 3.2rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.shops-list .shop-item .thumb .img-cover .row,
.shops-list .product-item .thumb .img-cover .row,
.products-list .shop-item .thumb .img-cover .row,
.products-list .product-item .thumb .img-cover .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.shops-list .shop-item .thumb .img-cover .row:not(:last-child),
.shops-list .product-item .thumb .img-cover .row:not(:last-child),
.products-list .shop-item .thumb .img-cover .row:not(:last-child),
.products-list .product-item .thumb .img-cover .row:not(:last-child) {
  margin-bottom: 0.8rem;
}

.shops-list .shop-item .thumb .img-cover .row .label,
.shops-list .product-item .thumb .img-cover .row .label,
.products-list .shop-item .thumb .img-cover .row .label,
.products-list .product-item .thumb .img-cover .row .label {
  white-space: nowrap;
  line-height: 2.2rem;
}

.shops-list .shop-item .thumb .img-cover .row .value,
.shops-list .product-item .thumb .img-cover .row .value,
.products-list .shop-item .thumb .img-cover .row .value,
.products-list .product-item .thumb .img-cover .row .value {
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shops-list .shop-item .thumb .img-cover .shop-name,
.shops-list .product-item .thumb .img-cover .shop-name,
.products-list .shop-item .thumb .img-cover .shop-name,
.products-list .product-item .thumb .img-cover .shop-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shops-list .shop-item .thumb .img-cover .shop-address,
.shops-list .product-item .thumb .img-cover .shop-address,
.products-list .shop-item .thumb .img-cover .shop-address,
.products-list .product-item .thumb .img-cover .shop-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shops-list .shop-item .thumb .img-cover .shop-phone,
.shops-list .product-item .thumb .img-cover .shop-phone,
.products-list .shop-item .thumb .img-cover .shop-phone,
.products-list .product-item .thumb .img-cover .shop-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shops-list .shop-item .thumb .img-cover .btn-detail,
.shops-list .product-item .thumb .img-cover .btn-detail,
.products-list .shop-item .thumb .img-cover .btn-detail,
.products-list .product-item .thumb .img-cover .btn-detail {
  position: absolute;
  bottom: 3.2rem;
  right: 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  line-height: 100%;
  padding-bottom: 0.8rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.shops-list .shop-item .thumb .img-cover .btn-detail:after,
.shops-list .product-item .thumb .img-cover .btn-detail:after,
.products-list .shop-item .thumb .img-cover .btn-detail:after,
.products-list .product-item .thumb .img-cover .btn-detail:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.shops-list .shop-item .thumb .img-cover .btn-detail:hover i,
.shops-list .product-item .thumb .img-cover .btn-detail:hover i,
.products-list .shop-item .thumb .img-cover .btn-detail:hover i,
.products-list .product-item .thumb .img-cover .btn-detail:hover i {
  -webkit-animation: bounce-right 0.8s infinite;
          animation: bounce-right 0.8s infinite;
}

.shops-list .shop-item .thumb .img-cover .btn-detail:hover:after,
.shops-list .product-item .thumb .img-cover .btn-detail:hover:after,
.products-list .shop-item .thumb .img-cover .btn-detail:hover:after,
.products-list .product-item .thumb .img-cover .btn-detail:hover:after {
  width: 100%;
}

.shops-list .shop-item .content,
.shops-list .product-item .content,
.products-list .shop-item .content,
.products-list .product-item .content {
  display: block;
  position: relative;
}

.shops-list .shop-item .content .title,
.shops-list .product-item .content .title,
.products-list .shop-item .content .title,
.products-list .product-item .content .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 700;
}

.shops-list .shop-item .content .desc,
.shops-list .product-item .content .desc,
.products-list .shop-item .content .desc,
.products-list .product-item .content .desc {
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-round {
  padding: 0.8rem 4.8rem;
  border-radius: 90rem;
  background-color: unset;
  color: #222;
  border: unset;
}

.btn-round:hover {
  color: #FFF;
}

.btn-round:before {
  background: #5d5d5d;
}

.btn-round:after {
  border: 1px solid #5d5d5d;
}

.category-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  row-gap: 4.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 768px) {
  .category-list {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    row-gap: 0.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.4rem;
  }
}

.category-list .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  background-color: #5d5d5d;
  padding: 1.2rem 3.2rem;
  color: #FFF;
  border: unset;
}

@media only screen and (max-width: 768px) {
  .category-list .category-item {
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem;
  }
}

.category-list .category-item.active {
  pointer-events: none;
}

.category-list .category-item.active:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background-color: #23A7A0;
}

.category-list .category-item.active:after {
  border: 1px solid #23A7A0;
}

.category-list .category-item:hover {
  color: #222;
}

.category-list .category-item:before {
  background-color: #FFF;
}

.category-list .category-item:after {
  border: 1px solid #5d5d5d;
}

.addtoany_shortcode {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5.2rem auto;
}

.youtube-section {
  position: relative;
  padding: 10.8rem 0;
  background-position: center center;
  background-repeat: repeat;
  background-size: 5.2rem 5.2rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .youtube-section {
    padding: 7.2rem 0;
  }
}

.youtube-section .container {
  max-width: 144rem;
}

.youtube-section .section-label {
  display: block;
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto 7.2rem auto;
}

@media only screen and (max-width: 768px) {
  .youtube-section .section-label {
    max-width: 20rem;
    margin-bottom: 4.8rem;
  }
}

.youtube-section .section-label .title-img {
  position: relative;
  width: 100%;
}

.youtube-section .youtube-swiper {
  position: relative;
}

.youtube-section .youtube-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.youtube-section .youtube-list .item {
  position: relative;
  width: 100%;
}

.youtube-section .youtube-list iframe {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
  width: 100%;
  aspect-ratio: 7 / 4;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube-section .swiper-button-next,
.youtube-section .swiper-button-prev {
  width: 5.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #3d2e07;
  border: 1px solid #3d2e07;
  border-radius: 90%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .youtube-section .swiper-button-next,
  .youtube-section .swiper-button-prev {
    width: 3.6rem;
    top: calc(50% + 0.5rem);
  }
}

.youtube-section .swiper-button-next:hover,
.youtube-section .swiper-button-prev:hover {
  opacity: 0.6;
}

.youtube-section .swiper-button-next:after,
.youtube-section .swiper-button-prev:after {
  width: 3.6rem;
  height: auto;
  aspect-ratio: 250 / 73;
  content: '';
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.youtube-section .swiper-button-next {
  right: calc(24.4%);
}

@media only screen and (max-width: 768px) {
  .youtube-section .swiper-button-next {
    right: calc(4.0%);
  }
}

.youtube-section .swiper-button-next:after {
  background-image: url(../img/swier-arrow-right.svg);
}

.youtube-section .swiper-button-prev {
  left: calc(24.4%);
}

@media only screen and (max-width: 768px) {
  .youtube-section .swiper-button-prev {
    left: calc(4.0%);
  }
}

.youtube-section .swiper-button-prev:after {
  background-image: url(../img/swier-arrow-left.svg);
}

.instagram-section {
  position: relative;
  padding: 10.8rem 0;
  background: #fbf9f1;
}

.instagram-section .container {
  position: relative;
  max-width: 144rem;
  z-index: 1;
}

.instagram-section .section-label {
  display: block;
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto 7.2rem auto;
}

.instagram-section .section-label .title-img {
  position: relative;
  width: 100%;
}

.instagram-section .instagram-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  row-gap: 0.6rem;
  padding: 0.6rem;
  background-color: #FFF;
}

.instagram-section .instagram-list .item {
  position: relative;
  width: 100%;
}

.instagram-section .instagram-list .item .item-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}

.instagram-section .circle {
  position: absolute;
  aspect-ratio: 1 / 1;
  border: 4rem solid #FFF;
  border-radius: 90%;
  z-index: 0;
}

.instagram-section .circle.circle1 {
  width: 36rem;
  top: 3.6rem;
  left: 10rem;
  opacity: 0.8;
}

.instagram-section .circle.circle2 {
  width: 10rem;
  top: 16.4rem;
  right: 28%;
  border: 1.1rem solid #FFF;
  opacity: 0.9;
}

.instagram-section .circle.circle3 {
  width: 29rem;
  bottom: 2.8rem;
  right: 10rem;
  border: 3.4rem solid #FFF;
  opacity: 1;
}

.instagram-section .circle.circle4 {
  width: 3.6rem;
  top: 21.4rem;
  right: 35%;
  border: 0.4rem solid #FFF;
  opacity: 0.9;
}

.instagram-section .circle.circle5 {
  width: 10rem;
  top: 8.4rem;
  left: 10rem;
  border: 0.6rem solid #FFF;
  opacity: 0.8;
}

.hero-scroll-frame {
  z-index: 12;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .hero-scroll-frame {
    display: none;
  }
}

.hero-scroll {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 12rem;
  pointer-events: auto;
}

.hero-scroll .label {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .145em;
  color: #FFF;
  padding-bottom: .4rem;
}

.hero-scroll-bar {
  position: relative;
  width: 6rem;
  height: 12rem;
  overflow: hidden;
}

.hero-scroll-bar:before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 3rem;
  background-color: #FFF;
  height: 100%;
  width: 1px;
  content: "";
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}

.hero-scroll-bar .hero-scroll-obj {
  z-index: 2;
  position: absolute;
  top: -5rem;
  left: 2.9rem;
  width: .3rem;
  height: 5rem;
  background-color: #FFF;
  -webkit-animation: hero-scroll 3.5s cubic-bezier(0.645, 0.045, 0.355, 1) -0.8s infinite normal;
          animation: hero-scroll 3.5s cubic-bezier(0.645, 0.045, 0.355, 1) -0.8s infinite normal;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}

@media only screen and (max-width: 768px) {
  .hero-scroll {
    height: calc(12rem + 2.4rem);
  }
  .hero-scroll .label {
    font-size: 1.2rem;
    padding-bottom: .4rem;
  }
  .hero-scroll-bar:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 3rem;
    background-color: rgba(var(--c-hero-txt), 1);
    height: 100%;
    width: 1px;
    content: "";
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 30ms;
            transition-delay: 30ms;
  }
  .hero-scroll-bar .hero-scroll-obj {
    z-index: 2;
    position: absolute;
    top: -5rem;
    left: 2.9rem;
    width: .3rem;
    height: 5rem;
    background-color: rgba(var(--c-hero-txt), 1);
    -webkit-animation: hero-scroll 6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite normal;
            animation: hero-scroll 6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite normal;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 30ms;
            transition-delay: 30ms;
  }
}

.c-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.5rem;
  border-radius: 24rem;
  border: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.0rem;
  padding: 0.4rem 3.6rem;
}

@media only screen and (max-width: 768px) {
  .c-btn {
    height: 4.0rem;
  }
}

.c-btn:before {
  content: '';
  height: 1px;
  position: absolute;
  background: #d5d5d5;
  top: 0;
  left: -1.3rem;
  right: auto;
  bottom: 0;
  width: 3.0rem;
  margin: auto;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}

.c-btn:hover {
  background-color: #5d5d5d;
  border: 1px solid #5d5d5d;
  opacity: .7;
}

.c-btn:hover:before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
}

.c-btn:hover .text {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  color: #fff;
  -webkit-transition: color 0.3s, -webkit-transform 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: color 0.3s, -webkit-transform 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.2s cubic-bezier(0.19, 0.82, 0.27, 1), color 0.3s;
  transition: transform 0.2s cubic-bezier(0.19, 0.82, 0.27, 1), color 0.3s, -webkit-transform 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
}

.c-btn:hover .arrow {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .3s;
  transition: opacity .2s, -webkit-transform .3s;
  transition: transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s, -webkit-transform .3s;
}

.c-btn .text {
  color: #aaa;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn .arrow {
  position: absolute;
  top: 0;
  left: auto;
  right: -1.3rem;
  bottom: 0;
  width: 2.6rem;
  height: 0.7rem;
  margin: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .3s .1s, -webkit-transform .4s;
  transition: opacity .3s .1s, -webkit-transform .4s;
  transition: transform .4s, opacity .3s .1s;
  transition: transform .4s, opacity .3s .1s, -webkit-transform .4s;
}

.c-btn .arrow:before {
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d5d5d5;
}

.c-btn .arrow:after {
  position: absolute;
  left: auto;
  width: 5px;
  height: 5px;
  border-top: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-btn .arrow:before, .c-btn .arrow:after {
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sa {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.m_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-bottom: 4.8rem;
  padding: 15px 0;
}

.m_slider .m_slider_item {
  -webkit-animation: loop2 300s linear infinite;
          animation: loop2 300s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m_slider .m_slider_item:first-child {
  -webkit-animation: loop 300s -150s linear infinite;
          animation: loop 300s -150s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.m_slider .m_slider_item img {
  width: auto;
}

.h1_green {
  position: relative;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 121%;
  margin-bottom: 3.0rem;
}

.fuwatAnime {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-name: fuwatAnime;
          animation-name: fuwatAnime;
  visibility: visible !important;
}

.sub_title_s {
  color: #111419;
  margin-bottom: 2.1rem;
}

.imgWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1334 / 770;
}

.imgWrap:hover img {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.imgWrap img {
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media only screen and (max-width: 768px) {
  .imgWrap img {
    -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  }
}

img.w100 {
  width: 100%;
  height: auto;
}

.btn01_green {
  color: #5d5d5d !important;
}

.btn01_green:before {
  border-top: 2px solid #5d5d5d;
  border-right: 2px solid #5d5d5d;
}

.btn01_green:after {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn01 {
  position: relative;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 0.7rem 0 0 0;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.btn01:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: -4.2rem;
  top: 1.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #5d5d5d;
  border-right: 2px solid #5d5d5d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.btn01:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: -2px;
  right: -6.2rem;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #5d5d5d;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.c-circles {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .c-circles {
    display: none;
  }
}

.c-circles .c-circle {
  position: absolute;
  border-style: solid;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  height: auto;
}

.news-list {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  -webkit-column-gap: 6.0rem;
     -moz-column-gap: 6.0rem;
          column-gap: 6.0rem;
}

.news-list .item {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s all cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s all cubic-bezier(0, 0, 0.58, 1);
  -webkit-box-shadow: 6px 6px 10px 0px #afafaf2e;
          box-shadow: 6px 6px 10px 0px #afafaf2e;
  border-radius: 0.8rem;
}

.news-list .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #949494;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.news-list .item:hover:after {
  border-width: 0.1rem;
}

.news-list .item.new-item:before {
  position: absolute;
  content: 'New';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background: #23A7A0;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  top: -1.6rem;
  left: -1.0rem;
  width: 4.6rem;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 90%;
  z-index: 1;
}

.news-list .item .thumb-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}

.news-list .item .thumb-wrapper .thumb-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list .item .content-wrapper {
  border-radius: 0 0 0.8rem 0.8rem;
  position: relative;
  width: 100%;
  padding: 2.6rem 2.4rem 4.4rem 2.2rem;
  background: #FFF;
}

.news-list .item .content-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1 / 1;
  bottom: 2.2rem;
  right: 2.4rem;
  -webkit-transition: 0.3s background-image cubic-bezier(0, 0, 0.58, 1);
  transition: 0.3s background-image cubic-bezier(0, 0, 0.58, 1);
  background-image: url(../img/icon_win_circle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 2px 3px 14px 0px #c5c5c5;
          box-shadow: 2px 3px 14px 0px #c5c5c5;
}

.news-list .item .content-wrapper .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.news-list .item .content-wrapper .category {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 1.4rem;
  border-radius: 90rem;
  border: 1px solid #949494;
  color: #949494;
}

.news-list .item .content-wrapper .title {
  margin-bottom: 1.4rem;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .news-list .item .content-wrapper .title {
    line-height: 2.4rem;
  }
}

.news-list .item .content-wrapper .date {
  color: #4b4b4b;
}

#smooth-content {
  font-family: "Noto sans JP";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.0rem;
  letter-spacing: 0.10em;
  color: #222;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #smooth-content {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.screen-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  border-radius: 0.6rem;
  overflow: hidden;
}

.screen-wrapper .screen-img {
  position: absolute;
  width: 100%;
  aspect-ratio: 7 / 5;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -2.4rem;
}

.timeline {
  border-left: 0.4rem solid #c1c1c1;
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  background: #ebebebf1;
  color: fade(white, 80%);
  margin: 5rem auto 0 auto;
  letter-spacing: 0.5px;
  position: relative;
  padding: 2.4rem 5rem;
  list-style: none;
  text-align: left;
  max-width: 58rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .timeline {
    padding: 2.4rem 2.6rem;
  }
}

.timeline .event {
  border-bottom: 1px dashed fade(#FFFFFF, 10%);
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before, .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -21.75rem;
  content: attr(data-date);
  text-align: right;
  min-width: 12rem;
  line-height: 2.0rem;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 0.4rem fade(#4298C3, 100%);
          box-shadow: 0 0 0 0.4rem fade(#4298C3, 100%);
  left: -5.785rem;
  background: #796a33;
  border-radius: 50%;
  height: 1.1rem;
  width: 1.1rem;
  content: "";
  top: 5px;
}

@media only screen and (max-width: 768px) {
  .timeline .event:after {
    left: -3.36rem;
  }
}

.timeline .event .step-label {
  line-height: 2.0rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .timeline .event .step-label {
    margin-bottom: 1.2rem;
  }
}

.timeline .event .desc {
  line-height: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .timeline .event .desc {
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
}

.mainview {
  display: block;
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .mainview {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.mainview .swiper-container {
  width: 100%;
  height: 100%;
}

.mainview .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-slide {
    aspect-ratio: 1 / 1;
    height: auto;
  }
}

.mainview .swiper-container .swiper-slide:hover {
  opacity: 1;
}

.mainview .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainview .swiper-container .swiper-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.2;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.mainview .swiper-container .swiper-slide.swiper-slide-active img, .mainview .swiper-container .swiper-slide.swiper-slide-duplicate-active img, .mainview .swiper-container .swiper-slide.swiper-slide-prev img, .mainview .swiper-container .swiper-slide.swiper-slide-duplicate-prev img {
  -webkit-animation-name: flowing;
          animation-name: flowing;
}

.mainview .swiper-container .swiper-slide .cover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 1;
  color: #FFF;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-slide .cover {
    width: 100%;
  }
}

.mainview .swiper-container .swiper-slide .cover h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-slide .cover h1 {
    margin-bottom: 1.6rem;
  }
}

.mainview .swiper-container .swiper-slide .cover h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 3.0rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-slide .cover h4 {
    font-size: 1.5rem;
    white-space: wrap;
    line-height: 2.4rem;
  }
}

.mainview .swiper-container .swiper-button-prev {
  left: 4.0rem !important;
  background-image: url(../img/prev-btn.svg);
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-button-prev {
    left: 1.6rem !important;
  }
}

.mainview .swiper-container .swiper-button-next {
  right: 4.0rem !important;
  background-image: url(../img/next-btn.svg);
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-button-next {
    right: 1.6rem !important;
  }
}

.mainview .swiper-container .swiper-button-prev,
.mainview .swiper-container .swiper-button-next {
  width: 3.6rem !important;
  height: 3.6rem !important;
  background-size: contain;
  opacity: 0.8;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .mainview .swiper-container .swiper-button-prev,
  .mainview .swiper-container .swiper-button-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.6rem !important;
    height: 2.6rem !important;
  }
}

.mainview .swiper-container .swiper-button-prev:hover,
.mainview .swiper-container .swiper-button-next:hover {
  opacity: 0.6;
}

.mainview .swiper-container .swiper-button-prev:before,
.mainview .swiper-container .swiper-button-next:before {
  position: relative;
  font-size: 4.4rem !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .mainview .swiper-container .swiper-button-prev:before,
  .mainview .swiper-container .swiper-button-next:before {
    font-size: 2.8rem !important;
  }
}

.mainview .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #814000;
}

.mainview .swiper-container .social-btns {
  position: absolute;
  bottom: 10%;
  right: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  z-index: 100;
}

.mainview .swiper-container .social-btns .social-btn {
  position: relative;
  display: block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1 / 1;
}

.mainview .swiper-container .social-btns .social-btn img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.form-section {
  padding-top: 5.6rem;
}

.form-section form ul {
  margin: 0 auto;
  max-width: 56rem;
}

.form-section form .bottom-desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.0rem auto 0 auto;
  text-align: left;
  line-height: 2.8rem;
}

.contact-page .contactus-section {
  padding-top: 14rem;
}

@media only screen and (max-width: 768px) {
  .contact-page .contactus-section {
    padding-top: 7.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .contactus-section {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.contactus-section .container {
  max-width: 108rem;
}

.contactus-section .top-desc {
  margin-bottom: 4.4rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .top-desc {
    margin-bottom: 3.6rem;
  }
}

.contactus-section .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.6rem;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .form-wrapper {
    row-gap: 1.4rem;
  }
}

.contactus-section .form-row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.0rem;
  }
}

.contactus-section .form-row.with-inputbox .label {
  margin-top: 0.5rem;
}

.contactus-section .form-row.with-inputbox .label.with-check {
  margin-top: 0;
}

.contactus-section .form-row.privacy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}

.contactus-section .form-row.privacy #privacy-policy {
  margin-top: 0.1rem;
}

.contactus-section .form-row.privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}

.contactus-section .phone-number,
.contactus-section .fax-number {
  width: 100%;
}

.contactus-section .phone-number .vertical-wrapper,
.contactus-section .fax-number .vertical-wrapper {
  position: relative;
}

.contactus-section .btn {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0.4rem;
}

.contactus-section .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .btn-wrapper {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

.contactus-section .btn-confirm,
.contactus-section .btn-submit {
  background-color: #949494;
  border: unset;
}

.contactus-section .btn-confirm:before,
.contactus-section .btn-submit:before {
  background: #FFF;
}

.contactus-section .btn-confirm:after,
.contactus-section .btn-submit:after {
  border: 1px solid #949494;
}

.contactus-section .btn-confirm:hover,
.contactus-section .btn-submit:hover {
  color: #949494;
  opacity: 1;
}

.contactus-section .btn-back {
  background-color: #FFF;
  border: 1px solid #949494;
  color: #949494;
}

.contactus-section .btn-back:before {
  background: #949494;
}

.contactus-section .btn-back:after {
  border: unset;
}

.contactus-section .btn-back:hover {
  color: #FFF;
  opacity: 1;
}

.contactus-section .label {
  width: 22rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contactus-section .label span {
  display: inline;
}

.contactus-section .input-wrapper {
  width: 100%;
}

.contactus-section .input-wrapper.horizontal-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .input-wrapper.horizontal-wrapper.input-purpose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contactus-section .input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus-section .input-label {
  width: 7.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contactus-section .width1 {
  width: 16rem;
}

.contactus-section .width2 {
  max-width: 40rem;
}

.contactus-section .width3 {
  max-width: 64rem;
}

.contactus-section .vertical-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6rem;
}

.contactus-section .vertical-wrapper.province {
  width: 100%;
  max-width: 34.4rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .vertical-wrapper.province {
    max-width: 20rem;
  }
}

.contactus-section .vertical-wrapper.comment-wrapper {
  width: 100%;
}

.contactus-section .vertical-wrapper.check-text {
  row-gap: 1.6rem;
}

.contactus-section .horizontal-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .horizontal-wrapper {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
  }
}

.contactus-section .input-privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0 auto;
}

.contactus-section .input-privacy input {
  margin-right: 0.8rem !important;
}

.contactus-section .input-privacy a {
  text-decoration: underline;
}

.contactus-section .input-privacy a:hover {
  opacity: 0.7;
}

.contactus-section .input-privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus-section .checkbox-item {
  -webkit-row-gap: 2.4rem;
  -moz-row-gap: 2.4rem;
  row-gap: 2.4rem;
}

.contactus-section textarea {
  line-height: 2.4rem;
}

.contactus-section .btn {
  padding: 2.3rem 6.4rem;
  height: 5.6rem;
  width: 24rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .btn {
    padding: 1.6rem 2.4rem;
    height: 4.8rem;
    width: 100%;
  }
}

.contactus-section .btn.btn-home {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .contactus-section .btn.btn-home {
    width: 100%;
  }
}

.contactus-section .btn-home {
  margin: 0 auto;
}

.contactus-section .btn-black::before {
  background: #2175D6;
}

.contactus-section .btn-black:hover span {
  color: #FFF;
}

.contactus-section .btns-wrapper {
  margin: 4.8rem auto 0 auto;
}

.contactus-section.main-confirm input,
.contactus-section.main-confirm textarea {
  padding: 0;
  border: unset;
  font-weight: 400;
}

.contactus-section.main-confirm .name-wrapper .horizontal-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contactus-section.main-confirm .name-wrapper .horizontal-wrapper input {
  width: 3.4rem;
}

.contactus-section label:hover {
  cursor: pointer;
}

.contactus-section .required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.contactus-section .required::after {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '必須';
  color: #F00;
  line-height: 100%;
}

.contactus-section .mw_wp_form .error {
  line-height: 2.0rem;
  text-wrap: wrap;
  display: block;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .contactus-section .mw_wp_form .error {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-top: 0.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .contactus-section .mw_wp_form .personal-company .error {
    margin-top: 0;
  }
}

.contactus-section .mwform-checkbox-field label,
.contactus-section .mwform-radio-field label {
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.contactus-section table .dash {
  width: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contactus-section table .dash {
    width: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact-confirm-page .form-wrapper .form-row {
    row-gap: 0;
  }
}

.contact-confirm-page .form-wrapper .form-row.privacy-label, .contact-confirm-page .form-wrapper .form-row.privacy {
  display: none;
}

.contact-confirm-page .form-wrapper table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-confirm-page .form-wrapper table td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-confirm-page .form-wrapper .label span {
  display: none;
}

.contact-confirm-page .contactus-section .form-row.with-inputbox .label {
  margin-top: 0;
}

input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
}

@media only screen and (max-width: 768px) {
  input[type=radio] {
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

input[type=checkbox] {
  position: relative;
  border-radius: 4px;
  border: 1.5px solid #333;
  background: none;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 2rem !important;
  width: 2rem !important;
  -webkit-appearance: none;
  opacity: .5;
  margin: 0.3rem 0.8rem 0 0;
}

@media only screen and (max-width: 768px) {
  input[type=checkbox] {
    height: 1.6rem !important;
    width: 1.6rem !important;
    border-radius: 2px;
  }
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #949494;
  border: 1.5px solid #FFF;
  opacity: 1;
}

input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  right: calc(50% + 0rem);
  top: 50%;
  width: 0.6rem;
  height: 1.3rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.aquapark-page #open {
  background-color: #ecee97;
  color: #ff6666;
}

.aquapark-page .pc #open {
  display: block;
}

.aquapark-page .sp #open {
  display: none;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .pc #open {
    display: none;
  }
  
  .aquapark-page .sp #open {
    display: block;
  }
}

.aquapark-page .overview-part {
  position: relative;
  width: 100%;
  margin-bottom: 7.2rem;
}

.aquapark-page .overview-part .manual-table {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aquapark-page .overview-part .manual-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .overview-part .manual-table .table-row {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
}

.aquapark-page .overview-part .manual-table .table-row:first-child {
  border-top: 1px solid #e5e5e5;
}

.aquapark-page .overview-part .manual-table .table-row .label {
  position: relative;
  width: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .overview-part .manual-table .table-row .label {
    width: 11rem;
  }
}

.aquapark-page .overview-part .manual-table .table-row .value {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.aquapark-page .overview-part .manual-table .table-row .value .line img{
  position: relative;
  width: 30%;
  height: 30%;
  object-fit: cover; 
}

.aquapark-page .overview-part .manual-table .table-row .value .coin img{
  position: relative;
  width: 70%;
  height: 70%;
  object-fit: cover; 
}

.aquapark-page .overview-part .manual-table .table-row .value .floormap img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.aquapark-page .greeting-part {
  position: relative;
  margin-bottom: 6.4rem;
}

.aquapark-page .greeting-part .greeting-img {
  width: 38%;
  float: right;
  display: inline;
  position: relative;
  padding-left: 6.4rem;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .greeting-part .greeting-img {
    width: 55%;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.aquapark-page .philosophy-content {
  margin-bottom: 6.4rem;
}

.aquapark-page .philosophy-content pc {
  display: block; 
}

.aquapark-page .philosophy-content sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .philosophy-content {
    margin-bottom: 5.2rem;
  }

  .aquapark-page .philosophy-content pc {
    display: none; 
  }
  
  .aquapark-page .philosophy-content sp {
    display: block;
  }
}

.aquapark-page .philosophy-content .aboutus-img {
  width: 40%;
  float: left;
  display: inline;
  position: relative;
  padding-right: 6.4rem;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .philosophy-content .aboutus-img {
    width: 55%;
    padding-right: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.aquapark-page .access-content {
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .access-content {
    margin-bottom: 0;
  }
}

.aquapark-page .access-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 2;
  margin-bottom: 5.2rem;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .access-content iframe {
    aspect-ratio: 7 / 9;
    margin-bottom: 3.2rem;
  }
}

.aquapark-page .access-content .left-right {
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
}

.aquapark-page .access-content .left-right .left-part {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
}

.aquapark-page .access-content .left-right .left-part .sub-title {
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.8rem;
}

.aquapark-page .access-content .left-right .left-part .sub-title:before {
  position: absolute;
  content: '●';
  color: #949494;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  left: -0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aquapark-page .access-content .left-right .right-part {
  position: relative;
  width: 36%;
}

@media only screen and (max-width: 768px) {
  .aquapark-page .access-content .left-right .right-part {
    width: 100%;
  }
}

.aquapark-page .access-content .left-right .right-part img {
  position: relative;
  width: 100%;
}


.aquapark-page .access-content .left-right {
  -webkit-column-gap: 5.2rem;
     -moz-column-gap: 5.2rem;
          column-gap: 5.2rem;
}

.achievements.menu-items {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0rem;
  color: #796a33;
/*  font-family: "Marcellus SC", serif;
  font-size: 2.0rem; */
}

@media only screen and (max-width: 768px) {
  .achievements.menu-items {
    row-gap: 1.4rem;
    width: 24rem;
    margin: 0 auto;
/*    font-size: 1.8rem; */
  }
}

.achievements.menu-items li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.achievements.menu-items li a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.achievements.menu-items li a:hover {
  color: #814000;
}

.achievements.menu-items .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
/*  font-size: 1.8rem; */
  padding-left: 1.8rem;
  margin-top: 1.0rem;
}

.achievements.menu-items .menu-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.achievements.menu-items .menu-item:hover {
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
}

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