@charset "UTF-8";
/**
Theme Name: Vanilla Official
Author: CrossPiece inc.
Author URI: https://crosspiece.co.jp
Version: 1.0.2
Requires at least: 6.7.0
Requires PHP: 8.0
*/
@keyframes slideIn {
  from {
    transform: translateX(6px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
  background-color: #fff;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

dl, dt, dd, figure {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

.ol-wrapper a:not([class]) {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: opacity 0.24s ease-Out;
  will-change: opacity;
}

article a:not([class]) {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: opacity 0.24s ease-Out;
  will-change: opacity;
  color: #297fc5;
  font-weight: 400;
}

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

p {
  line-height: 2.4;
  letter-spacing: 0.12rem;
  margin-top: clamp(24px, 3.3vw, 30px);
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  p {
    margin-top: clamp(30px, 2.25vw, 60px);
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  p {
    line-height: 2.15;
  }
}

img {
  width: 100%;
}

time {
  font-feature-settings: "palt";
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  time {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  color: #2e2927;
  background-color: #FCFBF5;
}
@media (min-width: 1729px) {
  body {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 768px) {
  body {
    line-height: 1.95;
  }
}

body:not(.wp-admin) {
  font-family: "Noto Sans JP", sans-serif;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif !important;
}

a {
  color: #2e2927;
}

section {
  scroll-margin-top: 60px;
}

html,
body,
.ol-wrapper {
  -webkit-overflow-scrolling: touch;
}

.ol-font-en {
  font-family: "Playfair Display SC", serif !important;
}

@media (max-width: 768px) {
  .ol-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .ol-sp {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  .ol-mini-tablet {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .ol-br-sp br {
    display: none !important;
  }
}

.ol-help {
  color: #db4d4d;
  text-align: center;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-help {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

.ol-radius-small {
  border-radius: 2px;
}

.ol-radius-regular {
  border-radius: 0px;
}

.ol-separator::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  background-color: #2e2927;
}

.ol-separator-horizon {
  display: block;
  width: 100%;
}
.ol-separator-horizon::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #2e2927;
}

.ol-time {
  position: relative;
}
.ol-time::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: clamp(11px, 1.1vw, 13px);
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.ol-max-frame {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(36px, 6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-max-frame {
    padding: 0 clamp(48px, 4vw, 105px);
  }
}
@media (max-width: 768px) {
  .ol-max-frame {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-content-frame {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 clamp(36px, 6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-content-frame {
    padding: 0 clamp(48px, 4vw, 105px);
  }
}
@media (max-width: 768px) {
  .ol-content-frame {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-content-frame {
    max-width: 100%;
  }
}

.ol-fullwidth {
  position: relative;
  width: 100%;
}
.ol-fullwidth::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #202D26;
}
.ol-fullwidth.ol-media__section::before {
  background-color: #FCFBF5;
}

.ol-section {
  margin-top: clamp(105px, 24vw, 225px);
  margin-bottom: clamp(105px, 24vw, 225px);
}
@media (min-width: 1729px) {
  .ol-section {
    margin-top: clamp(225px, 12vw, 371.25px);
    margin-bottom: clamp(225px, 12vw, 371.25px);
  }
}

.ol-section-small {
  margin-top: clamp(84px, 21vw, 165px);
  margin-bottom: clamp(84px, 21vw, 165px);
}
@media (min-width: 1729px) {
  .ol-section-small {
    margin-top: clamp(165px, 10.5vw, 330px);
    margin-bottom: clamp(165px, 10.5vw, 330px);
  }
}

.ol-frame-deco {
  position: absolute;
  height: 1px;
  width: 15px;
  border-top-width: 1px;
  border-top-style: solid;
}
.ol-frame-deco.p-1 {
  top: 0;
  left: 0;
}
.ol-frame-deco.p-2 {
  bottom: 0;
  left: 0;
}
.ol-frame-deco.p-3 {
  top: 0;
  right: 0;
}
.ol-frame-deco.p-4 {
  bottom: 0;
  right: 0;
}

.ol-logo-title-text {
  font-size: clamp(18px, 2.4vw, 19px);
  line-height: 1.2;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-logo-title-text {
    font-size: clamp(19px, 1.8vw, 22px);
  }
}
@media (max-width: 768px) {
  .ol-logo-title-text {
    font-size: clamp(17px, 1.8vw, 20px);
  }
}
.ol-logo-title-text span {
  font-size: clamp(14px, 1.8vw, 15px);
  letter-spacing: 0.12rem;
}
@media (max-width: 1080px) {
  .ol-logo-title-text span {
    display: inline-block;
    font-weight: 500;
    font-size: 14.5px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1729px) {
  .ol-logo-title-text span {
    font-size: clamp(15px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) {
  .ol-logo-title-text span {
    font-size: clamp(13px, 1.8vw, 14px);
  }
}

.ol-heading-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 30px);
  margin-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-heading-wrapper {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-wrapper {
    margin-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-heading-wrapper {
    margin-bottom: clamp(30px, 3.6vw, 48px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-heading-wrapper {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}

.ol-heading-sub {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-heading-sub {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-heading-sub span {
  display: inline-block;
  padding-top: 6px;
}
.ol-heading-sub::before {
  content: "";
  display: block;
  height: clamp(30px, 3.9vw, 45px);
  width: 0.5px;
  transform: rotate(24deg);
  transform-origin: center bottom;
  background-color: #fff;
  margin-right: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-heading-sub::before {
    margin-right: clamp(48px, 3vw, 96px);
  }
}

.ol-heading {
  font-size: clamp(2.25rem, 2.1020818115rem + 0.6574141709vw, 2.8125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  font-feature-settings: "palt";
}
@media (min-width: 1729px) {
  .ol-heading {
    font-size: clamp(2.8125rem, -2.195545829rem + 4.6343975283vw, 5.625rem);
  }
}
@media (max-width: 768px) {
  .ol-heading {
    font-size: 26px;
    letter-spacing: 0.18rem;
  }
}

.ol-heading-small {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  margin-bottom: clamp(30px, 3.6vw, 48px);
  margin-left: -3px;
}
@media (min-width: 1729px) {
  .ol-heading-small {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-small {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}

.ol-heading-desc {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.12rem;
  margin-bottom: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-heading-desc {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 768px) {
  .ol-heading-desc {
    margin-top: -6px;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 300;
    line-height: 1.95;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-heading-desc {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-heading-desc-small {
  margin-top: clamp(24px, 3.3vw, 30px);
  margin-bottom: clamp(48px, 3.6vw, 48px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-heading-desc-small {
    font-size: 12.5px;
    line-height: 1.95;
  }
}

.ol-heading-subtitle {
  font-size: clamp(2.8125rem, 2.8125rem + 0vw, 2.8125rem);
  font-weight: 200;
  line-height: 1.65;
  letter-spacing: 0.27rem;
  font-feature-settings: "palt";
  padding-right: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-heading-subtitle {
    font-size: clamp(2.8125rem, -2.195545829rem + 4.6343975283vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-subtitle {
    padding-right: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-heading-subtitle {
    font-weight: 200;
    letter-spacing: 0.18rem;
  }
}

.ol-list {
  margin-top: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-list {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}
.ol-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-list li {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-list li {
    column-gap: 15px;
    letter-spacing: 0.09rem;
  }
}
.ol-list li::before {
  content: "";
  width: 0.75em;
  height: 1px;
  background-color: #2e2927;
  flex-shrink: 0;
}
.ol-list li + li {
  margin-top: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-list li + li {
    margin-top: clamp(12px, 0.75vw, 24px);
  }
}
@media (max-width: 768px) {
  .ol-list li + li {
    margin-top: 9px;
  }
}

.ol-list-subtitle {
  display: inline-block;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  margin-bottom: 3px;
}
@media (min-width: 1729px) {
  .ol-list-subtitle {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
@media (max-width: 768px) {
  .ol-list-subtitle {
    font-weight: 400;
  }
}

.ol-list-title {
  display: inline-block;
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-list-title {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.ol-list-title-small {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-list-title-small {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-list-title-small {
    font-weight: 500;
  }
}

.ol-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-text {
    line-height: 1.95;
  }
}

.ol-list-text {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-list-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-list-text-s {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-list-text-s {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-text-s {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 2.15;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-text-s {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-list-border {
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  padding-bottom: clamp(48px, 4.5vw, 63px);
  padding-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-list-border {
    padding-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (min-width: 1729px) {
  .ol-list-border {
    padding-top: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-list-border {
    padding-bottom: clamp(84px, 9vw, 105px);
    padding-top: clamp(12px, 1.8vw, 18px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-list-border {
    padding-bottom: clamp(105px, 6.6vw, 210px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-list-border {
    padding-top: clamp(18px, 0.9vw, 36px);
  }
}

.ol-btn-icon {
  display: inline-flex;
  position: relative;
  align-items: baseline;
  padding: 0.45em;
  text-decoration: none !important;
  box-sizing: border-box;
  column-gap: clamp(6px, 1vw, 12px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-icon {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-btn-icon {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-btn-icon .ol-button-deco-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 1.74em;
  height: 1.74em;
  column-gap: 0.54em;
  padding-right: 0.3em;
  margin-left: clamp(15px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-btn-icon .ol-button-deco-wrapper {
    margin-left: clamp(18px, 0.9vw, 36px);
  }
}
.ol-btn-icon .ol-button-deco-wrapper::after, .ol-btn-icon .ol-button-deco-wrapper::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  clip-path: polygon(38% 0, 45% 0, 100% 50%, 45% 100%, 38% 100%, 93% 50%);
  background-color: #F8FDFD;
  flex-shrink: 0;
}

.ol-btn-text {
  display: inline-flex;
  position: relative;
  align-items: baseline;
  padding: 0.45em;
  text-decoration: none !important;
  box-sizing: border-box;
  column-gap: clamp(6px, 1vw, 12px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-text {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-btn-text {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-btn-text .ol-button-deco-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.ol-btn-text .ol-button-deco-wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.6em;
  background-color: #fff;
  transform: rotate(-42deg);
  transform-origin: bottom;
}
.ol-btn-text .ol-button-deco-wrapper::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #fff;
}

.ol-btn-type1 .ol-btn-medium,
.ol-btn-regular {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.4em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #CAA375;
  background-color: #CAA375;
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-type1 .ol-btn-medium,
  .ol-btn-regular {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-type1 .ol-btn-medium,
  .ol-btn-regular {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .ol-btn-type1 .ol-btn-medium,
  .ol-btn-regular {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-btn-type1 .ol-btn-medium,
  .ol-btn-regular {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-btn-type2 .ol-btn-medium-2 {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.4em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #CAA375;
  background-color: transparent;
  color: #CAA375;
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-type2 .ol-btn-medium-2 {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-type2 .ol-btn-medium-2 {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .ol-btn-type2 .ol-btn-medium-2 {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-btn-type2 .ol-btn-medium-2 {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-btn-type1 .ol-btn-large {
  display: inline-block;
  position: relative;
  padding: 1.35em 3em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #CAA375;
  background-color: #CAA375;
  color: #fff;
  text-align: center;
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-type1 .ol-btn-large {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-type1 .ol-btn-large {
    min-width: 150px;
  }
}
@media (max-width: 1080px) {
  .ol-btn-type1 .ol-btn-large {
    padding: 1.05em 1.8em;
  }
}

.ol-btn-type2 .ol-btn-large-2 {
  display: inline-block;
  position: relative;
  padding: 1.35em 3em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #CAA375;
  background-color: transparent;
  color: #CAA375;
  text-align: center;
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-type2 .ol-btn-large-2 {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-type2 .ol-btn-large-2 {
    min-width: 150px;
  }
}
@media (max-width: 1080px) {
  .ol-btn-type2 .ol-btn-large-2 {
    padding: 1.05em 1.8em;
  }
}

.ol-btn-regular-custom {
  display: inline-block;
  position: relative;
  padding: 0.75em 1.5em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  border: 1px solid #CAA375;
  background-color: transparent;
  color: #CAA375;
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-regular-custom {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-btn-regular-custom {
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-btn-regular-custom {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-btn-medium {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.4em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #fff;
  background-color: #2e2927;
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-medium {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-medium {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .ol-btn-medium {
    width: 100%;
    padding: 1.2em 2.4em;
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-btn-medium {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-btn-medium-custom {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.4em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #2e2927;
  border: 1px solid #2e2927;
  text-align: center;
  border-radius: 2px;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-medium-custom {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-medium-custom {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .ol-btn-medium-custom {
    width: 100%;
    padding: 1.2em 2.4em;
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-btn-medium-custom {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-btn-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.15em 2.7em;
  border-radius: 2px;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #fff;
  background-color: #2e2927;
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-btn-large {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1081px) {
  .ol-btn-large {
    min-width: 150px;
  }
}
@media (max-width: 1080px) {
  .ol-btn-large {
    padding: 1.05em 1.8em;
  }
}
@media (max-width: 768px) {
  .ol-btn-large {
    font-weight: 400;
  }
}
.ol-btn-large span {
  display: inline-block;
  padding-bottom: 3px;
}
.ol-btn-large i {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.12rem;
  margin-right: 6px;
}
@media (min-width: 1729px) {
  .ol-btn-large i {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.is-open .ol-header__nav-anchor::after {
  right: 6px;
}

.ol-category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-category-list {
    gap: clamp(12px, 0.75vw, 24px);
  }
}
@media (max-width: 1080px) {
  .ol-category-list {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 12px 0;
  }
}

.ol-category__item {
  flex-shrink: 0;
}

.ol-category__item-anchor {
  display: inline-block;
  border-radius: 2px;
  padding: 5px 15px 6px;
  color: #2e2927;
  background-color: transparent;
  border: 0.5px solid #2e2927;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-category__item-anchor {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
@media (min-width: 1729px) {
  .ol-category__item-anchor {
    padding: clamp(5px, 0.5vw, 10px) clamp(15px, 1.5vw, 27px);
  }
}

.ol-archive__template .ol-category__item-anchor.is-active {
  background-color: #2e2927;
  border: 0.5px solid #2e2927;
  color: #F8FDFD;
}

.ol-menu-tab-list {
  display: inline-flex;
  flex-direction: column !important;
  align-items: flex-start;
  padding: 0;
  padding-top: clamp(30px, 3.6vw, 48px);
  padding-bottom: clamp(30px, 3.6vw, 48px);
  padding-left: clamp(12px, 1.8vw, 18px);
  padding-right: clamp(12px, 1.8vw, 18px);
  row-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-menu-tab-list {
    padding-top: clamp(48px, 3vw, 96px);
    padding-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-menu-tab-list {
    padding-left: clamp(18px, 0.9vw, 36px);
    padding-right: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-menu-tab-list {
    row-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-menu-tab-list {
    column-gap: 9px;
  }
}

.ol-footer__menu-item-anchor,
a.ol-menu-nav-item-anchor {
  position: relative;
  border: none !important;
  opacity: 0.45;
  font-weight: 400;
  transition: opacity 0.24s ease;
  will-change: opacity;
  padding-left: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-footer__menu-item-anchor,
  a.ol-menu-nav-item-anchor {
    padding-left: clamp(30px, 2.25vw, 60px);
  }
}
.ol-footer__menu-item-anchor::after,
a.ol-menu-nav-item-anchor::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  left: 0.225em;
  background-color: #F8FDFD;
}
.ol-footer__menu-item-anchor.is-active,
a.ol-menu-nav-item-anchor.is-active {
  opacity: 1;
}
.ol-footer__menu-item-anchor.is-active::before,
a.ol-menu-nav-item-anchor.is-active::before {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(45deg);
  border: 0.5px solid #F8FDFD;
  width: 0.75em;
  height: 0.75em;
  left: 0;
}

.ol-card-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(48px, 4.5vw, 63px);
  row-gap: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-card-list {
    column-gap: clamp(63px, 4.5vw, 126px);
  }
}
@media (min-width: 1729px) {
  .ol-card-list {
    row-gap: clamp(63px, 4.5vw, 126px);
  }
}

.ol-card-item {
  display: flex;
  width: calc((100% - clamp(48px, 4.5vw, 63px) * 2) / 3);
}
@media (min-width: 1729px) {
  .ol-card-item {
    width: calc((100% - clamp(48px, 4.5vw, 126px) * 2) / 3);
  }
}
@media (max-width: 1080px) {
  .ol-card-item {
    width: calc((100% - clamp(48px, 4.5vw, 63px)) / 2);
  }
}
@media (max-width: 768px) {
  .ol-card-item {
    width: 100%;
  }
}

@keyframes img-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ol-card-item:nth-child(1) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 0.36s 1 alternate forwards;
}

.ol-card-item:nth-child(2) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 0.72s 1 alternate forwards;
}

.ol-card-item:nth-child(3) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.08s 1 alternate forwards;
}

.ol-card-item:nth-child(4) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.44s 1 alternate forwards;
}

.ol-card-item:nth-child(5) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.8s 1 alternate forwards;
}

.ol-card-item:nth-child(6) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.16s 1 alternate forwards;
}

.ol-card-item:nth-child(7) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.52s 1 alternate forwards;
}

.ol-card-item:nth-child(8) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.88s 1 alternate forwards;
}

.ol-card-item:nth-child(9) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.24s 1 alternate forwards;
}

.ol-card-item:nth-child(10) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.6s 1 alternate forwards;
}

.ol-card-item:nth-child(11) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.96s 1 alternate forwards;
}

.ol-card-item:nth-child(12) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 4.32s 1 alternate forwards;
}

.ol-card-item:nth-child(13) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 4.68s 1 alternate forwards;
}

.ol-card-item:nth-child(14) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.04s 1 alternate forwards;
}

.ol-card-item:nth-child(15) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.4s 1 alternate forwards;
}

.ol-card-item:nth-child(16) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.76s 1 alternate forwards;
}

.ol-card-item:nth-child(17) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.12s 1 alternate forwards;
}

.ol-card-item:nth-child(18) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.48s 1 alternate forwards;
}

.ol-card-item:nth-child(19) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.84s 1 alternate forwards;
}

.ol-card-item:nth-child(20) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 7.2s 1 alternate forwards;
}

.ol-card-item-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  row-gap: clamp(18px, 1.8vw, 21px);
  text-decoration: none !important;
  color: inherit !important;
}
@media (min-width: 1729px) {
  .ol-card-item-link {
    row-gap: clamp(21px, 1.8vw, 42px);
  }
}

.ol-card-item-image,
.ol-card-item-info,
.ol-card-item-title {
  width: 100%;
}

.ol-card-item-title {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-card-item-title {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.ol-card-item-info {
  display: flex;
  align-items: center;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-card-item-info {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

.ol-meta-center {
  text-align: center;
  justify-content: center;
}

.ol-blog-meta {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-blog-meta {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}

.ol-card-item-image {
  overflow: hidden;
  border-radius: 2px;
}
.ol-card-item-image:not(.ol-thumbnail-instagram) {
  aspect-ratio: 16/9;
}

.ol-blog-category {
  text-decoration: none !important;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  border-radius: 2px;
  padding: 3px 12px 4px;
  border: 0.5px solid #2e2927;
}
@media (min-width: 1729px) {
  .ol-blog-category {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}
@media (min-width: 1729px) {
  .ol-blog-category {
    padding: clamp(5px, 0.5vw, 10px) clamp(15px, 1.5vw, 27px);
  }
}

.ol-icon-base {
  font-size: 0.95em;
}

.ol-sns-list {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-sns-list {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .ol-sns-list {
    font-size: 17px;
  }
}

.ol-header .ol-sns-list {
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-header .ol-sns-list {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
.ol-header .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
}
.ol-header .ol-sns-under2 .ol-sns-anchor .ol-sns-brandname {
  display: none;
}
.ol-header .is-open .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
}
.ol-header .is-open .ol-sns-under2 .ol-sns-anchor .ol-sns-brandname {
  display: inline-block;
}

.ol-access__section .ol-sns-list {
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
.ol-access__section .ol-sns-under2 {
  column-gap: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
.ol-access__section .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
  column-gap: clamp(6px, 0.6vw, 9px);
}
.ol-access__section .ol-sns-under2 .ol-sns-anchor span {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

@media (any-hover: hover) {
  .ol-wrapper a:not([class]):hover {
    opacity: 0.69;
  }
}
@media (any-hover: hover) and (min-width: 1081px) {
  .ol-header__nav-anchor {
    position: relative;
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
    /*
    &::before{
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 0.5px;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: right top;
        background-color: $text_color;
        @include transition((transform),slow,easeOutQuad);
    }
    &:hover{
        &::before{
            transform: scale(1, 1);
            transform-origin: left top;
        }
    }
    */
    /*
    &::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        transform: scaleX(0);
        transform-origin: right top;
        @include transition(transform,normal,easeInOutQuad);
    }
    &:hover {
        &::after {
            transform: scaleX(1);
            transform-origin: left top;
        }
    }
    */
  }
  .ol-header__nav-anchor:hover {
    color: #CAA375;
  }
}
@media (any-hover: hover) {
  .ol-anchor-style1 {
    padding: 6px 0;
    position: relative;
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
    /*
    &::before{
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 0.5px;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: right top;
        background-color: $text_color;
        @include transition((transform),slow,easeOutQuad);
    }
    &:hover{
        &::before{
            transform: scale(1, 1);
            transform-origin: left top;
        }
    }
    */
    /*
    &::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        transform: scaleX(0);
        transform-origin: right top;
        @include transition(transform,normal,easeInOutQuad);
    }
    &:hover {
        &::after {
            transform: scaleX(1);
            transform-origin: left top;
        }
    }
    */
  }
  .ol-anchor-style1:hover {
    color: #CAA375;
  }
  .ol-btn-text {
    transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, color;
  }
  .ol-btn-text .ol-button-deco-wrapper::before, .ol-btn-text .ol-button-deco-wrapper::after {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-text:hover {
    transform: translateX(3px);
    color: #CAA375;
  }
  .ol-btn-text:hover .ol-button-deco-wrapper::before, .ol-btn-text:hover .ol-button-deco-wrapper::after {
    background-color: #CAA375 !important;
  }
  .ol-btn-small .ol-button-deco-wrapper {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-small .ol-button-deco-wrapper::before, .ol-btn-small .ol-button-deco-wrapper::after {
    transition: transform 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    transform-origin: center center;
  }
  .ol-btn-small:hover .ol-button-deco-wrapper::before, .ol-btn-small:hover .ol-button-deco-wrapper::after {
    transform: translateX(1.315em);
  }
  .ol-btn-icon .ol-button-deco-wrapper,
  .ol-btn-regular .ol-button-deco-wrapper,
  .ol-news-link .ol-button-deco-wrapper,
  .ol-service__item-link .ol-button-deco-wrapper {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-icon .ol-button-deco-wrapper::before, .ol-btn-icon .ol-button-deco-wrapper::after,
  .ol-btn-regular .ol-button-deco-wrapper::before,
  .ol-btn-regular .ol-button-deco-wrapper::after,
  .ol-news-link .ol-button-deco-wrapper::before,
  .ol-news-link .ol-button-deco-wrapper::after,
  .ol-service__item-link .ol-button-deco-wrapper::before,
  .ol-service__item-link .ol-button-deco-wrapper::after {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    transform-origin: center center;
  }
  .ol-btn-icon:hover .ol-button-deco-wrapper::before, .ol-btn-icon:hover .ol-button-deco-wrapper::after,
  .ol-btn-regular:hover .ol-button-deco-wrapper::before,
  .ol-btn-regular:hover .ol-button-deco-wrapper::after,
  .ol-news-link:hover .ol-button-deco-wrapper::before,
  .ol-news-link:hover .ol-button-deco-wrapper::after,
  .ol-service__item-link:hover .ol-button-deco-wrapper::before,
  .ol-service__item-link:hover .ol-button-deco-wrapper::after {
    transform: translateX(1.7em);
  }
  .ol-btn-regular-custom,
  .ol-btn-type2 .ol-btn-medium-2,
  .ol-btn-type2 .ol-btn-large-2,
  .ol-btn-type1 .ol-btn-medium,
  .ol-btn-type1 .ol-btn-large,
  .ol-btn-regular {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, border-color, color;
  }
  .ol-btn-regular-custom:hover,
  .ol-btn-type2 .ol-btn-medium-2:hover,
  .ol-btn-type2 .ol-btn-large-2:hover,
  .ol-btn-type1 .ol-btn-medium:hover,
  .ol-btn-type1 .ol-btn-large:hover,
  .ol-btn-regular:hover {
    color: #fff;
    background-color: #2e2927;
    border-color: #2e2927;
  }
  .ol-btn-medium-custom {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, color;
  }
  .ol-btn-medium-custom .ol-contents-btn-deco {
    transition: border 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: border;
  }
  .ol-btn-medium-custom .ol-contents-btn-deco::before {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-medium-custom:hover {
    color: #fff;
    background-color: #2e2927;
  }
  .ol-btn-medium-custom:hover .ol-contents-btn-deco {
    border: 1px solid #fff !important;
  }
  .ol-btn-medium-custom:hover .ol-contents-btn-deco::before {
    background-color: #fff !important;
  }
  .ol-btn-medium,
  .ol-btn-large {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-medium:hover,
  .ol-btn-large:hover {
    background-color: #CAA375;
  }
  .ol-btn-medium-2,
  .ol-btn-large-2 {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, color;
  }
  .ol-card-item-link img,
  .ol-block__blogcard-anchor img {
    transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .ol-card-item-link .ol-block__blogcard-title,
  .ol-block__blogcard-anchor .ol-block__blogcard-title {
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
  }
  .ol-card-item-link .ol-card-item-title,
  .ol-block__blogcard-anchor .ol-card-item-title {
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
  }
  .ol-card-item-link:hover .ol-card-item-title,
  .ol-block__blogcard-anchor:hover .ol-card-item-title {
    color: #CAA375;
  }
  .ol-card-item-link:hover img,
  .ol-block__blogcard-anchor:hover img {
    transform: scale(1.035);
  }
  .ol-news-link {
    background-color: transparent;
    transition: background-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: background-color;
  }
  .ol-news-link .ol-news__title,
  .ol-news-link .ol-firstview__news-title {
    transition: color 0.24s ease-Out;
    will-change: color;
  }
  .ol-category__item-anchor,
  .ol-article__category {
    transition: border-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: border-color, background-color, color;
  }
  .ol-category__item-anchor:hover,
  .ol-article__category:hover {
    background-color: #2e2927 !important;
    color: #F8FDFD !important;
    border-color: #2e2927 !important;
  }
  .ol-sns-anchor,
  .ol-access__map-button-anchor {
    transition: color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: color;
  }
  a.ol-news__item-item .ol-news__title {
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
  }
  a.ol-news__item-item:hover .ol-news__title {
    color: #CAA375;
  }
  .ol-footer__sns a,
  .ol-story__profile-sns a {
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
  }
  .ol-footer__sns a:hover,
  .ol-story__profile-sns a:hover {
    color: #CAA375;
  }
  .ol-footer__menu-item-anchor {
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
  }
  .ol-footer__menu-item-anchor::before {
    content: "";
    position: absolute;
    top: 54%;
    border: 0.5px solid #CAA375;
    width: 0.75em;
    height: 0.75em;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(45deg) scale(0);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
  }
  .ol-footer__menu-item-anchor::after {
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-footer__menu-item-anchor:hover {
    color: #CAA375;
  }
  .ol-footer__menu-item-anchor:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1);
  }
  .ol-footer__menu-item-anchor:hover::after {
    background-color: #CAA375;
  }
  .ol-footer__sub-item .ol-footer__sub-image {
    transition: filter 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: filter;
  }
  .ol-footer__sub-item:hover .ol-footer__sub-image {
    filter: brightness(1);
  }
  .ol-header__nav-list .menu-item a {
    position: relative;
    transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: color;
    /*
    &::before{
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 0.5px;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: right top;
        background-color: $text_color;
        @include transition((transform),slow,easeOutQuad);
    }
    &:hover{
        &::before{
            transform: scale(1, 1);
            transform-origin: left top;
        }
    }
    */
    /*
    &::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        transform: scaleX(0);
        transform-origin: right top;
        @include transition(transform,normal,easeInOutQuad);
    }
    &:hover {
        &::after {
            transform: scaleX(1);
            transform-origin: left top;
        }
    }
    */
  }
  .ol-header__nav-list .menu-item a:hover {
    color: #CAA375;
  }
  .ol-article__sns-anchor:hover i, .ol-article__sns-anchor:hover span {
    color: #CAA375;
  }
}
@keyframes tapAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media (any-hover: none) {
  .ol-cvbutton__mail:active {
    animation-name: tapAnimation;
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
}
.single p,
.page:not(.home) p {
  margin-top: clamp(24px, 3.3vw, 30px);
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .single p,
  .page:not(.home) p {
    margin-top: clamp(30px, 2.25vw, 60px);
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
.single .ol-bold,
.single strong,
.single b,
.page:not(.home) .ol-bold,
.page:not(.home) strong,
.page:not(.home) b {
  font-weight: 500;
}

.ol-noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  height: 100%;
  position: relative;
}
@media (min-width: 1729px) {
  .ol-noimage {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-noimage::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.ol-noimage::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 0px;
  z-index: -1;
}

.ol-thumbnail-instagram .ol-noimage::before {
  content: "";
  display: block;
  padding-bottom: 133.3333333333%;
}

.ol-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FCFBF5;
  border-bottom: 0.5px solid #CAA375;
  z-index: 500;
  transition: visibility 0.36s ease-in-out, opacity 0.36s ease-in-out;
  will-change: visibility, opacity;
}
@media (max-width: 768px) {
  .ol-header {
    height: 69px;
    border: none !important;
  }
}
.ol-header.js-header__default {
  width: 100%;
}
@media (min-width: 1081px) {
  .ol-header .c--notfound-box {
    display: none;
  }
}

.ol-header__inner {
  display: flex;
  width: inherit;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  column-gap: clamp(24px, 3.3vw, 30px);
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1729px) {
  .ol-header__inner {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 1080px) {
  .ol-header__inner {
    padding-top: clamp(12px, 1.8vw, 18px);
    padding-bottom: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-header__inner {
    padding-top: clamp(18px, 0.9vw, 36px);
    padding-bottom: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-header__inner {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.ol-header__contact.ol-pc {
  flex-basis: auto;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .ol-header__contact.ol-pc {
    display: none;
  }
}

.ol-header__title-anchor {
  display: block;
  box-sizing: content-box;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .ol-header__title-anchor {
    line-height: 1;
  }
}
.ol-header__title-anchor img {
  width: 100%;
}

.ol-header__menu-title {
  display: none;
}

.ol-hamburger__menu-icon span::before,
.ol-hamburger__menu-icon span::before {
  background-color: #2e2927;
}

/* ハンバーガーアイコンの位置 */
@media (max-width: 1080px) {
  .ol-hamburger__menu {
    order: 3;
    height: 45px;
  }
  .ol-header__inner.is-open .ol-header__title-anchor {
    z-index: 600;
  }
  .ol-hamburger__menu-icon {
    position: relative;
    z-index: 500;
    display: flex;
    align-items: center;
    height: inherit;
    margin-left: clamp(18px, 2.4vw, 24px);
    padding-right: 0;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-inner {
    width: 42px;
  }
  .ol-hamburger__menu-icon span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    transform-origin: left;
    transition: transform 0.36s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    will-change: transform;
  }
  .ol-hamburger__menu-icon span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ol-hamburger__menu-icon span:nth-of-type(2) {
    margin-top: 9px;
  }
  .ol-hamburger__menu-icon.is-open span:nth-of-type(1) {
    transform: rotate(14deg);
  }
  .ol-hamburger__menu-icon.is-open span:nth-of-type(2) {
    transform: rotate(-14deg);
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label {
    display: flex;
    justify-content: center;
    bottom: 0;
    margin-top: 9px;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label::before {
    content: "MENU";
    font-size: 9px;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-close {
    animation: fade2 0.48s ease-in 0s 1 normal forwards;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-open {
    animation: fade1 0.48s ease-in 0s 1 normal forwards;
    pointer-events: none;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-open::before {
    content: "CLOSE";
  }
}
@media (any-hover: hover) {
  .ol-hamburger__menu-icon:hover span:nth-of-type(1)::before {
    animation: scaleBorder 0.66s ease-out 0s 1 normal forwards;
  }
  .ol-hamburger__menu-icon:hover span:nth-of-type(2)::before {
    animation: scaleBorder 0.66s ease-out 0.135s 1 normal forwards;
  }
}
@keyframes scaleBorder {
  0% {
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
  25% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeBorder1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes closeBorder2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}
@keyframes closeBorderAfter1 {
  0% {
    transform: rotate(18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes closeBorderAfter2 {
  0% {
    transform: rotate(-18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 1081px) {
  .ol-header__nav {
    width: 100%;
  }
  .ol-header__nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: clamp(30px, 3.6vw, 42px);
    row-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  .ol-header__nav-list {
    column-gap: clamp(42px, 3vw, 96px);
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  .ol-header__nav-list {
    row-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1081px) {
  .ol-header__nav-list .menu-item a {
    padding: 15px 0;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  .ol-header__nav-list .menu-item a {
    padding: 9px 0;
  }
}
@media (min-width: 1081px) {
  .ol-header__nav-list .menu-item .ol-nav-menu-desc {
    font-size: clamp(0.53125rem, 0.5148146457rem + 0.073046019vw, 0.59375rem);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.12rem;
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  .ol-header__nav-list .menu-item .ol-nav-menu-desc {
    font-size: clamp(0.59375rem, -0.0183444902rem + 0.5664263646vw, 0.9375rem);
  }
}
@media (min-width: 1081px) {
  .ol-header__nav-list .menu-item.menu-item-has-children > a {
    cursor: default;
  }
  .ol-header__nav-anchor-subtitle {
    display: none;
  }
  .ol-hamburger__menu-icon {
    display: none;
  }
  .ol-hamburger__menu {
    flex-basis: 70%;
    flex-grow: 1;
  }
  #globalMenuList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  #globalMenuList a {
    text-decoration: none !important;
  }
  #globalMenuList .menu-item {
    position: relative;
  }
  #globalMenuList .menu-item > .sub-menu {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(180px, 13.5vw, 255px);
    transition: overflow 0.36s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.36s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: overflow, background-color;
    overflow: hidden;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  #globalMenuList .menu-item > .sub-menu {
    top: clamp(66px, 2.4vw, 90px);
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  #globalMenuList .menu-item > .sub-menu {
    width: clamp(240px, 18vw, 390px);
  }
}
@media (min-width: 1081px) {
  #globalMenuList .menu-item > .sub-menu .menu-item-has-children > a {
    margin-bottom: clamp(6px, 1vw, 12px);
    padding-left: 9px !important;
    border-bottom: 0.5px solid #2e2927;
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  #globalMenuList .menu-item > .sub-menu .menu-item-has-children > a {
    margin-bottom: clamp(12px, 0.75vw, 24px);
  }
}
@media (min-width: 1081px) {
  #globalMenuList .menu-item > .sub-menu .menu-item-has-children:not(:first-child) > a {
    margin-top: -15px !important;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item {
    padding: 2px 15px;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item a {
    padding-left: clamp(6px, 1vw, 12px);
    padding-right: clamp(6px, 1vw, 12px);
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  #globalMenuList .menu-item > .sub-menu .menu-item a {
    padding-left: clamp(12px, 0.75vw, 24px);
    padding-right: clamp(12px, 0.75vw, 24px);
  }
}
@media (min-width: 1081px) and (min-width: 1729px) {
  #globalMenuList .menu-item > .sub-menu .menu-item a {
    padding-top: clamp(12px, 0.6vw, 18px);
    padding-bottom: clamp(12px, 0.6vw, 18px);
  }
}
@media (min-width: 1081px) {
  #globalMenuList .menu-item > .sub-menu .menu-item:first-child {
    margin-top: 3px;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item .sub-menu {
    overflow: visible;
    position: relative;
    backdrop-filter: none;
    background: none;
    box-shadow: none;
    height: auto;
    top: 0;
    left: 13px;
    width: 100%;
    box-sizing: content-box;
    border-radius: 0;
    padding-top: 0;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item .sub-menu + .menu-item {
    margin-top: 15px;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item .sub-menu .menu-item {
    padding-right: 0;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item .sub-menu .menu-item a {
    line-height: 1.25;
  }
  #globalMenuList .menu-item > .sub-menu .menu-item .sub-menu .menu-item:first-child {
    margin-top: 3px;
  }
  #globalMenuList .menu-item .menu-item:last-of-type > .sub-menu {
    left: 0;
    transform: translateX(0%);
  }
  #globalMenuList .menu-item:hover > .sub-menu {
    overflow: visible;
    visibility: visible;
    z-index: 0;
    background: #FCFBF5;
  }
  #globalMenuList .menu-item a {
    display: block;
  }
}
.ol-header__nav-list .menu-item a {
  font-size: clamp(0.8125rem, 0.96vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-header__nav-list .menu-item a {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

@media (max-width: 1080px) {
  .ol-header__nav {
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    z-index: 400;
    height: 100svh;
    left: -300px;
    top: 0;
    width: 100%;
    padding: clamp(24px, 6vw, 60px);
    padding-top: 105px;
    background-color: transparent;
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: left, background-color;
  }
  .ol-header__nav .ol-sns-list,
  .ol-header__nav .ol-sns {
    width: 0;
  }
  .ol-header__nav .ol-sns-list {
    overflow: hidden;
  }
  .ol-header__nav-list {
    position: absolute;
    top: -1000px;
    overflow: hidden;
    transform: translateX(-6px);
  }
  .ol-footer__sub.ol-sp,
  .ol-header__shop.ol-sp,
  .ol-header__nav-list {
    opacity: 0;
    transition: opacity 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, width 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, font-weight 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, position 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, bottom 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s;
    will-change: opacity, width, font-weight, position, bottom, transform;
  }
  .ol-header__sns {
    opacity: 0;
    transition: opacity 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.66s, transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.66s;
    will-change: opacity, transform;
  }
}
/* メニュー項目のスタイル */
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav {
  left: 0;
  pointer-events: all;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list {
  opacity: 1;
  width: 100%;
  position: static;
  overflow-y: auto;
  max-height: 72%;
  transform: translateX(0px);
  margin-top: 60px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list {
    height: 100%;
    max-height: 60svh;
    margin-top: 0px;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item {
  flex-basis: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0.5px solid #2e2927;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item:first-of-type {
  border-top: 0.5px solid #2e2927;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item a {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item .ol-nav-menu-desc {
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .menu-item .ol-nav-menu-desc {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list > .menu-item.menu-item-has-children > a .ol-nav-menu-desc {
  display: none;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu {
  padding-left: 24px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .menu-item {
  border: none;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .menu-item a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .menu-item:first-of-type {
  margin-top: -6px;
  border-top: none;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .menu-item:last-of-type {
  border-bottom: none;
  padding-bottom: 18px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .sub-menu {
  padding-left: 18px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
  display: block;
  position: relative;
  padding: 30px 45px 30px 3px;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
    padding: 21px 45px 21px 3px;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor-subtitle {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.12rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor-subtitle {
    font-weight: 300;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-footer__sub.ol-sp {
  opacity: 1;
  margin-top: clamp(63px, 6vw, 84px);
  margin-bottom: 0;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-footer__sub.ol-sp {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__shop.ol-sp {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 15px;
  opacity: 1;
  width: 100%;
  transform: translateY(-6px);
  column-gap: 15px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns {
  position: absolute;
  bottom: 15px;
  opacity: 1;
  width: calc(100% - clamp(24px, 6vw, 60px) * 2);
  transform: translateY(-6px);
}
@media (min-width: 769px) and (max-width: 1080px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns.ol-pc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns.ol-sp {
    display: block !important;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns,
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
  width: 100%;
  overflow: visible;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 9px;
  row-gap: 9px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list-item {
  flex-basis: calc((100% - 9px) / 2);
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-anchor {
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
  padding: 0.9em 1.2em !important;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-anchor {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-anchor i {
  font-size: 1.2em;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-btn-regular-custom {
  padding-top: 0.66em;
  padding-bottom: 0.66em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-brandname {
  padding-bottom: 1px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .menu-item {
  width: 100%;
  padding: 10px 0;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .menu-item > a {
  text-decoration: none !important;
}

.ol-blur__overlay {
  visibility: hidden;
  position: fixed;
  z-index: 300;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #FCFBF5;
  transition: visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: visibility, left;
}

.js-body__noscroll {
  overflow: hidden;
  height: 100%;
}
.js-body__noscroll .ol-blur__overlay {
  visibility: visible;
  left: 0;
}
.js-body__noscroll .js-header__visible .ol-header__cvbutton,
.js-body__noscroll .js-header__visible .ol-header__call {
  opacity: 0 !important;
}

.ol-header.ol-header__tracking {
  width: 100%;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.ol-header.ol-header__tracking .ol-header__inner {
  transition: padding-bottom 0.36s ease-in-out, padding-top 0.36s ease-in-out;
  will-change: padding-bottom, padding-top;
}
.ol-header.ol-header__tracking .ol-header__title-anchor {
  transition: visibility 0.36s ease-in-out, opacity 0.36s ease-in-out;
  will-change: visibility, opacity;
}

@media (min-width: 1081px) {
  .ol-header__tracking + main .ol-column-content-side {
    top: 102px;
  }
}

.ol-header__contact.ol-sp {
  margin-top: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-header__contact.ol-sp {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
.ol-header__contact.ol-sp .ol-btn-regular-custom {
  width: 100%;
}

.ol-firstview__section {
  position: relative;
  z-index: 200;
  overflow: hidden;
}
.ol-firstview__section .ol-firstview__logo-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: clamp(48px, 4.5vw, 63px);
  padding: 0 clamp(36px, 6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    padding: 0 clamp(48px, 4vw, 105px);
  }
}
@media (max-width: 768px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    display: none;
  }
}
.ol-firstview__section .ol-header__title-anchor {
  visibility: visible;
  opacity: 1;
}

.ol-firstview__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: 50%;
  text-align: center;
  margin-top: -9em;
  padding-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-firstview__inner {
    padding-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__inner {
    flex-basis: 100%;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .ol-firstview__inner {
    margin-top: -4em;
    padding-bottom: clamp(48px, 4.5vw, 63px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-firstview__inner {
    padding-bottom: clamp(63px, 4.5vw, 126px);
  }
}

.ol-firstview__title {
  width: 100%;
  pointer-events: none;
  z-index: 100;
  padding-left: clamp(48px, 4.5vw, 63px);
  padding-right: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-firstview__title {
    padding-left: clamp(63px, 4.5vw, 126px);
    padding-right: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-firstview__title {
    padding-left: clamp(24px, 3.3vw, 30px);
    padding-right: clamp(24px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-firstview__title {
    padding-left: clamp(30px, 2.25vw, 60px);
    padding-right: clamp(30px, 2.25vw, 60px);
  }
}

.ol-firstview__image {
  position: relative;
  z-index: 300;
  padding: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 1080px) {
  .ol-firstview__image {
    flex-wrap: wrap;
  }
}

.ol-firstview__image-inner {
  flex-basis: 50%;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .ol-firstview__image-inner {
    position: absolute;
    top: 0;
    left: 0;
    flex-basis: 100%;
    width: 100%;
    height: 100vh;
  }
}

#splideFirstview .ol-firstview__item img,
#splideFirstview .splide__slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1080px) {
  #splideFirstview .ol-firstview__item img,
  #splideFirstview .splide__slide img {
    aspect-ratio: unset;
    height: 100vh;
    width: 100%;
  }
}

.ol-firstview__title-subcopy {
  color: #CAA375;
  width: 100%;
  font-size: clamp(0.9375rem, 2.1vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-firstview__title-subcopy {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-firstview__title-maincopy {
  width: 100%;
  margin-left: -2px;
  line-height: 1.11;
  font-weight: 400;
  letter-spacing: 0.42rem;
  display: table;
  font-feature-settings: "palt";
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-firstview__title-maincopy {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-firstview__title-maincopy {
    padding-left: clamp(12px, 1.8vw, 18px);
    padding-right: clamp(12px, 1.8vw, 18px);
    font-weight: 500;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-firstview__title-maincopy {
    padding-left: clamp(18px, 0.9vw, 36px);
    padding-right: clamp(18px, 0.9vw, 36px);
  }
}
.ol-firstview__title-maincopy span {
  font-size: clamp(1.3125rem, 2.1vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.36rem;
}
@media (min-width: 1729px) {
  .ol-firstview__title-maincopy span {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__title-maincopy span {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.3rem;
    font-size: 25.5px;
  }
}

.ol-firstview-text-white {
  color: #fff;
}

.ol-firstview__scroll {
  position: relative;
  z-index: 400;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: clamp(12px, 1.8vw, 18px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 200;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  bottom: clamp(84px, 9vw, 105px);
  left: clamp(12px, 1.8vw, 18px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  mix-blend-mode: lighten;
}
@media (min-width: 1729px) {
  .ol-firstview__scroll {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__scroll {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__scroll {
    bottom: clamp(105px, 6.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__scroll {
    left: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__scroll {
    display: none;
  }
}
.ol-firstview__scroll::after {
  content: "";
  height: 60px;
  width: 1px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.1s cubic-bezier(0.76, 0, 0.36, 1) forwards infinite;
}

.splide {
  overflow: hidden;
}

@keyframes scrolldown {
  0% {
    background-position: 0 60px;
  }
  64% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -60px;
  }
}
.ol-firstview__subimage {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-firstview__subimage {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__subimage {
    display: none;
  }
}
.ol-firstview__subimage img {
  mix-blend-mode: multiply;
  width: clamp(78px, 7.5vw, 105px);
}

.ol-firstview__button {
  position: relative;
  z-index: 100;
  pointer-events: all;
  margin-top: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-firstview__button {
    margin-top: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 1080px) {
  .ol-firstview__button .ol-btn-regular {
    color: #fff;
    margin-top: clamp(24px, 4.5vw, 63px);
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-firstview__button .ol-btn-regular {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-concept__content {
  display: flex;
  width: 100%;
  column-gap: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-concept__content {
    column-gap: clamp(84px, 6vw, 168px);
  }
}

.ol-concept__subcopy,
.ol-concept__maincopy,
.ol-concept__content-copy {
  display: inline-block;
}

.ol-concept__label {
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-concept__label {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}

.ol-concept__maincopy {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-concept__maincopy {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .ol-concept__maincopy {
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-concept__maincopy {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-concept__content-inner {
  position: relative;
  z-index: 100;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .ol-concept__content-inner {
    flex-basis: 100%;
  }
}

.ol-concept__image.ol-pc {
  position: relative;
  flex-basis: 50%;
  height: 75vh;
}
.ol-concept__image.ol-pc img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66%;
}
.ol-concept__image.ol-sp {
  position: absolute;
  width: 100%;
  height: 75vh;
  right: 0;
  bottom: 0;
}
.ol-concept__image.ol-sp img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ol-concept__2 .ol-concept__content-inner {
  display: flex;
  align-items: flex-end;
}
.ol-concept__2 .ol-concept__image.ol-pc {
  position: relative;
  flex-basis: 50%;
  height: 75vh;
}
.ol-concept__2 .ol-concept__image.ol-pc img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66%;
}
.ol-concept__2 .ol-concept__image.ol-sp {
  position: absolute;
  width: 100%;
  height: 75vh;
  right: 0;
  bottom: 0;
}
.ol-concept__2 .ol-concept__image.ol-sp img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.ol-concept__content-border {
  position: relative;
}
@media (max-width: 768px) {
  .ol-concept__content-border {
    height: 75vh;
  }
}
.ol-concept__content-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 75vh;
  left: 0;
  top: 0;
  background-color: #2e2927;
}
@media (max-width: 768px) {
  .ol-concept__content-border::before {
    left: 0.75em;
  }
}
.ol-concept__content-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.9em;
  left: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: bottom;
  background-color: #2e2927;
}
@media (max-width: 768px) {
  .ol-concept__content-border::after {
    left: 0.75em;
  }
}

@keyframes height {
  from {
    transform: scaleY(0);
    visibility: hidden;
  }
  to {
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes fadeMild {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 0.3;
    visibility: visible;
  }
}
@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(15px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-6px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideInFromLeft2 {
  from {
    transform: translateX(-6px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideInFromLeft2-for-news0 {
  0% {
    transform: translateX(-6px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInFromLeft2-for-news1 {
  0% {
    transform: translateX(calc(-100% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-100% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInFromLeft2-for-news2 {
  0% {
    transform: translateX(calc(-200% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-200% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideInFromLeft2-for-news3 {
  0% {
    transform: translateX(calc(-300% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-300% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
.ol-firstview__title-maincopy .js-copy-divide,
.ol-firstview__title-subcopy .js-copy-divide {
  display: inline-block;
  will-change: transform, opacity;
}

.ol-concept__maincopy .js-copy-divide {
  display: inline-block;
  will-change: transform, opacity;
}

.ol-concept__content-copy {
  will-change: transform, opacity;
}

.ol-voice__heading-wrapper,
.ol-story__heading-wrapper,
.ol-product__heading-wrapper,
.ol-price__heading-wrapper,
.ol-message__heading-wrapper,
.ol-media__heading-wrapper,
.ol-faq__heading-wrapper,
.ol-contact__heading-wrapper,
.ol-access__heading-wrapper,
.ol-news__heading-wrapper,
.ol-banner__heading-wrapper,
.ol-service__heading-wrapper {
  overflow: hidden;
}
.ol-voice__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-service__heading-wrapper-inner {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}
.ol-voice__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-service__heading-wrapper-inner.js-visible {
  animation: slideUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 forwards;
}

.ol-concept__image,
.ol-concept__maincopy {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}
.ol-concept__image.js-visible,
.ol-concept__maincopy.js-visible {
  animation: fade 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s 1 forwards;
}
@media (max-width: 768px) {
  .ol-concept__image.js-visible,
  .ol-concept__maincopy.js-visible {
    animation: fade 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  }
}

.ol-banner__list,
.ol-news__body,
.ol-price__list-wrapper,
.ol-faq__list,
.ol-voice__item-num1,
.ol-voice__item-num2,
.ol-voice__item-num3,
.ol-voice__item-num4,
.ol-voice__item-num5,
.ol-voice__item-num6,
.ol-access__body,
.ol-contact__content-wrapper {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}
.ol-banner__list.js-visible,
.ol-news__body.js-visible,
.ol-price__list-wrapper.js-visible,
.ol-faq__list.js-visible,
.ol-voice__item-num1.js-visible,
.ol-voice__item-num2.js-visible,
.ol-voice__item-num3.js-visible,
.ol-voice__item-num4.js-visible,
.ol-voice__item-num5.js-visible,
.ol-voice__item-num6.js-visible,
.ol-access__body.js-visible,
.ol-contact__content-wrapper.js-visible {
  animation: slideInFromLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s 1 forwards;
}
@media (max-width: 768px) {
  .ol-banner__list.js-visible,
  .ol-news__body.js-visible,
  .ol-price__list-wrapper.js-visible,
  .ol-faq__list.js-visible,
  .ol-voice__item-num1.js-visible,
  .ol-voice__item-num2.js-visible,
  .ol-voice__item-num3.js-visible,
  .ol-voice__item-num4.js-visible,
  .ol-voice__item-num5.js-visible,
  .ol-voice__item-num6.js-visible,
  .ol-access__body.js-visible,
  .ol-contact__content-wrapper.js-visible {
    animation: slideInFromLeft 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  }
}

.ol-concept__content-border {
  visibility: hidden;
  transform-origin: top;
  will-change: transform;
}
.ol-concept__content-border.js-visible {
  animation: height 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s 1 forwards;
}
@media (max-width: 768px) {
  .ol-concept__content-border.js-visible {
    animation: height 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s 1 forwards;
  }
}

.ol-news__bg-image::before {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility;
}
.ol-news__bg-image.js-visible::before {
  animation: fadeMild 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}
@media (max-width: 768px) {
  .ol-news__bg-image.js-visible::before {
    animation: fadeMild 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  }
}

.ol-story__section::before {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility;
}
.ol-story__section.js-visible::before {
  animation: fade 0.6s cubic-bezier(0.34, 0.79, 0.52, 1) 0s 1 forwards;
}

.ol-story__inner {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.ol-story__inner.js-visible {
  animation: slideUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-menu-tab-list {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}
.ol-menu-tab-list.js-visible {
  animation: slideUp 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.54s 1 forwards;
}
@media (max-width: 768px) {
  .ol-menu-tab-list.js-visible {
    animation: slideInFromLeft 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  }
}

.js-news-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  will-change: opacity, transform, visibility;
}
.js-news-content.is-active {
  animation: slideInFromLeft2-for-news0 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(2).is-active {
  animation: slideInFromLeft2-for-news1 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(3).is-active {
  animation: slideInFromLeft2-for-news2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(4).is-active {
  animation: slideInFromLeft2-for-news3 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}

#service1,
#service2,
#service3,
#service4,
#service5,
#service6 {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}

.ol-service-visual-image #service1.js-visible {
  animation: slideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s 1 forwards;
}

.ol-service-visual-image #service2.js-visible {
  animation: slideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-service-visual-image #service3.js-visible {
  animation: slideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s 1 forwards;
}

.ol-service-visual-image #service4.js-visible {
  animation: slideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-service-visual-image #service5.js-visible {
  animation: slideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s 1 forwards;
}

.ol-service-visual-image #service6.js-visible {
  animation: slideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-service-visual-onlyimage #service1.js-visible,
.ol-service-visual-icon #service1.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-service-visual-onlyimage #service2.js-visible,
.ol-service-visual-icon #service2.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-service-visual-onlyimage #service3.js-visible,
.ol-service-visual-icon #service3.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-service-visual-onlyimage #service4.js-visible,
.ol-service-visual-icon #service4.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s 1 forwards;
}

.ol-service-visual-onlyimage #service5.js-visible,
.ol-service-visual-icon #service5.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s 1 forwards;
}

.ol-service-visual-onlyimage #service6.js-visible,
.ol-service-visual-icon #service6.js-visible {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s 1 forwards;
}

.ol-product__item-num1 .ol-product__image,
.ol-product__item-num2 .ol-product__image,
.ol-product__item-num3 .ol-product__image,
.ol-product__item-num4 .ol-product__image,
.ol-product__item-num5 .ol-product__image,
.ol-product__item-num6 .ol-product__image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s, visibility 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s;
  will-change: opacity, visibility;
}
.ol-product__item-num1.js-visible .ol-product__image,
.ol-product__item-num2.js-visible .ol-product__image,
.ol-product__item-num3.js-visible .ol-product__image,
.ol-product__item-num4.js-visible .ol-product__image,
.ol-product__item-num5.js-visible .ol-product__image,
.ol-product__item-num6.js-visible .ol-product__image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ol-product__menu-inner {
  /*
  .ol-product__image-num1{
      opacity: 1;
      visibility: visible;
  }
  */
}
.ol-product__menu-inner .ol-product__image {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, visibility 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  will-change: opacity, visibility;
}
.ol-product__menu-inner .ol-product__image.js-visible {
  opacity: 1;
  visibility: visible;
}

.ol-media__list .ol-card-item {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}

.ol-media__list.js-visible .ol-card-item:nth-child(1) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(2) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(3) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(4) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(5) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(6) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(7) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(8) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.4s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(9) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.7s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(10) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(11) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(12) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.6s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(13) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.9s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(14) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.2s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(15) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(16) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.8s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(17) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.1s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(18) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.4s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(19) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.7s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(20) {
  animation: slideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 6s 1 forwards;
}

.ol-article__thumbnail {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
  animation: slideInFromLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}
@media (max-width: 768px) {
  .ol-article__thumbnail {
    animation: slideInFromLeft 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
  }
}
.ol-article__thumbnail img {
  border-radius: 0px;
}

.ol-product__section {
  position: relative;
  background-color: transparent !important;
}

.ol-product__nav a.ol-menu-nav-item-anchor::after {
  background-color: #2e2927;
}
@media (max-width: 1080px) {
  .ol-product__nav a.ol-menu-nav-item-anchor.is-active {
    background-color: #2e2927;
  }
}
.ol-product__nav a.ol-menu-nav-item-anchor.is-active::before {
  border: 0.5px solid #2e2927;
}

.ol-product__heading-wrapper {
  text-align: center;
  color: #CAA375;
  margin-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-product__heading-wrapper {
    margin-bottom: clamp(63px, 4.5vw, 126px);
  }
}

.ol-product__menu-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  color: #2e2927;
}
@media (min-width: 1729px) {
  .ol-product__menu-heading {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
@media (max-width: 1080px) {
  .ol-product__menu-heading {
    justify-content: flex-start;
  }
}
.ol-product__menu-heading::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.5px;
  background-color: #2e2927;
  margin-right: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-product__menu-heading::before {
    margin-right: clamp(18px, 0.9vw, 36px);
  }
}
.ol-product__menu-heading::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.5px;
  background-color: #2e2927;
  margin-left: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-product__menu-heading::after {
    margin-left: clamp(18px, 0.9vw, 36px);
  }
}

.ol-product__heading-sub.ol-heading-sub {
  display: inline-block;
}

.ol-product__inner {
  padding: 0 clamp(36px, 6vw, 48px);
  padding-top: 1px;
  display: flex;
  flex-wrap: nowrap;
  row-gap: clamp(84px, 9vw, 105px);
  border-top: 0.5px solid #CAA375;
  border-bottom: 0.5px solid #CAA375;
}
@media (min-width: 1729px) {
  .ol-product__inner {
    padding: 0 clamp(48px, 4vw, 105px);
  }
}
@media (max-width: 768px) {
  .ol-product__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-product__inner {
    row-gap: clamp(105px, 6.6vw, 210px);
  }
}
@media (max-width: 768px) {
  .ol-product__inner {
    flex-wrap: wrap;
  }
}

.ol-product__content-wrapper {
  width: 76vw;
  z-index: 0;
  border-left: 0.5px solid #CAA375;
  padding-left: clamp(63px, 8vw, 165px);
  padding-right: clamp(63px, 8vw, 165px);
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: clamp(165px, 10.5vw, 330px);
    padding-right: clamp(165px, 10.5vw, 330px);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (max-width: 1080px) {
  .ol-product__content-wrapper {
    width: 70vw;
    padding-left: clamp(48px, 4.5vw, 63px);
    padding-right: clamp(48px, 4.5vw, 63px);
    padding-right: 0;
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: clamp(63px, 4.5vw, 126px);
    padding-right: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-product__content-wrapper {
    border: none;
    width: 100%;
    padding-left: 0;
  }
}
.ol-product__content-wrapper .ol-product__content:not(:last-child) {
  margin-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper .ol-product__content:not(:last-child) {
    margin-bottom: clamp(105px, 6.6vw, 210px);
  }
}
.ol-product__content-wrapper .ol-product__content {
  padding-top: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper .ol-product__content {
    padding-top: clamp(105px, 6.6vw, 210px);
  }
}
@media (max-width: 768px) {
  .ol-product__content-wrapper .ol-product__content {
    padding-top: clamp(48px, 4.5vw, 63px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-product__content-wrapper .ol-product__content {
    padding-top: clamp(63px, 4.5vw, 126px);
  }
}
.ol-product__content-wrapper .ol-product__content:last-child {
  padding-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper .ol-product__content:last-child {
    padding-bottom: clamp(105px, 6.6vw, 210px);
  }
}

.ol-product__lead {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  margin-bottom: clamp(30px, 3.6vw, 48px);
  margin-top: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-product__lead {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (min-width: 1729px) {
  .ol-product__lead {
    margin-bottom: clamp(48px, 3vw, 96px);
    margin-top: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 768px) {
  .ol-product__lead {
    letter-spacing: 0.12rem;
  }
}

.ol-product__content-title-wrapper {
  margin-bottom: clamp(24px, 3.3vw, 30px);
  display: flex;
  align-items: center;
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-product__content-title-wrapper {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-title-wrapper {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}

.ol-product__content-title {
  display: inline-block;
  font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.18rem;
  padding-bottom: 0.24em;
}
@media (min-width: 1729px) {
  .ol-product__content-title {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}

.ol-product__content-subtitle {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-product__content-subtitle {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
.ol-product__content-subtitle::before {
  background-color: #2e2927;
  height: clamp(24px, 3.3vw, 36px);
  margin-right: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-product__content-subtitle::before {
    margin-right: clamp(33px, 2.25vw, 60px);
  }
}

.ol-product__menu-wrapper {
  position: relative;
  padding-top: clamp(84px, 9vw, 105px);
  padding-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__menu-wrapper {
    padding-top: clamp(105px, 6.6vw, 210px);
    padding-bottom: clamp(105px, 6.6vw, 210px);
  }
}
@media (max-width: 768px) {
  .ol-product__menu-wrapper {
    display: none;
  }
}

.ol-product__menu-inner {
  position: sticky;
  left: 0;
  width: 24vw;
  height: 100vh;
  overflow: hidden;
  top: clamp(84px, 21vw, 165px);
}
@media (min-width: 1729px) {
  .ol-product__menu-inner {
    top: clamp(165px, 10.5vw, 330px);
  }
}
@media (max-width: 1080px) {
  .ol-product__menu-inner {
    width: 27vw;
  }
}
@media (max-width: 768px) {
  .ol-product__menu-inner {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .ol-product__menu-inner .ol-menu-tab-list {
    padding-left: 3px;
  }
}

.ol-product__nav {
  text-align: center;
}
@media (max-width: 1080px) {
  .ol-product__nav {
    text-align: left;
  }
}
@media (max-width: 1080px) {
  .ol-product__nav a.ol-menu-nav-item-anchor.is-active {
    background-color: transparent;
  }
}

.ol-product__image {
  display: flex;
  column-gap: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-product__image {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}
.ol-product__image img {
  width: calc((100% - clamp(6px, 1vw, 12px)) / 2);
  flex-grow: 1;
}

.ol-product__content-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 100%;
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-product__content-list-item {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 1080px) {
  .ol-product__content-list-item {
    column-gap: 12px;
  }
}

.ol-product__morebtn {
  margin-top: clamp(30px, 3.6vw, 48px);
  display: flex;
  justify-content: flex-end;
  margin-right: 6px;
}
@media (min-width: 1729px) {
  .ol-product__morebtn {
    margin-top: clamp(48px, 3vw, 96px);
  }
}

.ol-product_recommend-label {
  display: flex;
  position: relative;
  column-gap: clamp(24px, 3.3vw, 30px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  align-items: center;
  color: #CAA375;
}
@media (min-width: 1729px) {
  .ol-product_recommend-label {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-product_recommend-label {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-product_recommend-label .ol-product_recommend-label-inner {
  flex-shrink: 0;
}
.ol-product_recommend-label .ol-product_recommend-label-deco {
  flex-basis: 100%;
  flex-grow: 1;
  height: 0.5px;
  background-color: #CAA375;
}

.ol-product__content-menu-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(24px, 3.3vw, 30px);
  margin-top: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-product__content-menu-list {
    row-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-menu-list {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-product__content-menu-item {
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-product__content-menu-item {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}

.ol-product__content-menu-image {
  flex-shrink: 0;
}
.ol-product__content-menu-image img {
  aspect-ratio: 1/1;
  width: clamp(105px, 10vw, 150px);
  object-fit: cover;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .ol-product__content-menu-image img {
    width: 105px;
  }
}
@media (min-width: 1729px) {
  .ol-product__content-menu-image img {
    width: clamp(105px, 6.6vw, 180px);
  }
}

.ol-product_seminer-btn {
  margin-top: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-product_seminer-btn {
    margin-top: clamp(48px, 3vw, 96px);
  }
}

.ol-product__content-menu-name {
  font-weight: 500;
}

.ol-product__content-menu-desc {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  margin-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-product__content-menu-desc {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-menu-desc {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}

.ol-product__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(84px, 9vw, 105px);
  padding-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-product__list {
    row-gap: clamp(105px, 6.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-product__list {
    padding-bottom: clamp(63px, 4.5vw, 126px);
  }
}

.ol-product__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-product__item {
    row-gap: clamp(63px, 4.5vw, 126px);
  }
}
.ol-product__item .ol-text {
  margin-top: 48px !important;
}

.ol-course-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: clamp(30px, 3.6vw, 48px);
  margin-top: clamp(84px, 9vw, 105px);
  text-align: center;
}
@media (min-width: 1729px) {
  .ol-course-guide {
    row-gap: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-course-guide {
    margin-top: clamp(105px, 6.6vw, 210px);
  }
}

.ol-course-guide-title {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-course-guide-title {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.ol-course-guide-text {
  text-align: center;
  flex-basis: 100%;
  line-height: 2.15;
}
@media (max-width: 1080px) {
  .ol-course-guide-text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 300;
    line-height: 1.95;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-course-guide-text {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-course-guide-text {
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .ol-course-guide-btn {
    margin-top: clamp(24px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-course-guide-btn {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}

/*
.ol-product__menu-wrapper-sp{
    position: sticky;
    top: 69px;
    z-index: s.$zindexLayer2;
    background-color: s.$bg_color;
    border-bottom: 0.5px solid s.$theme_color;
    border-top: 0.5px solid s.$theme_color;
}
.ol-menu-tab-list-sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ol-news__nav-item-sp{
    width: 50%;

}
.ol-menu-nav-item-anchor-sp{
    display: block;
    padding: 6px 9px;
    text-align: center;
}
*/
.ol-story__section {
  margin-bottom: 0;
  margin-top: 100vh;
}
@media (max-width: 768px) {
  .ol-story__section {
    margin-top: 84vh;
  }
}

.ol-story__inner {
  display: flex;
  padding-top: clamp(225px, 30vw, 270px);
  padding-bottom: clamp(84px, 21vw, 165px);
  column-gap: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-story__inner {
    padding-top: clamp(270px, 15vw, 405px);
  }
}
@media (min-width: 1729px) {
  .ol-story__inner {
    padding-bottom: clamp(165px, 10.5vw, 330px);
  }
}
@media (min-width: 1729px) {
  .ol-story__inner {
    column-gap: clamp(105px, 6.6vw, 210px);
  }
}
@media (max-width: 768px) {
  .ol-story__inner {
    flex-wrap: wrap;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: clamp(84px, 21vw, 165px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__inner {
    padding-top: clamp(165px, 10.5vw, 330px);
  }
}
.ol-story__inner .ol-story__heading-wrapper {
  margin-bottom: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-wrapper {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 769px) {
  .ol-story__inner .ol-story__heading-wrapper {
    margin-top: calc(-1 * clamp(9px, 1.5vw, 21px));
  }
}
.ol-story__inner .ol-story__heading-sub {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-sub {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-story__inner .ol-story__heading-sub {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-sub {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper {
  margin-bottom: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper {
    margin-bottom: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper {
    margin-bottom: 18px;
    margin-top: clamp(24px, 3.3vw, 30px);
    column-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 1179px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper .ol-story__heading.ol-heading {
    font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper .ol-story__heading.ol-heading {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-story__inner .ol-story__heading-wrapper-inner.ol-heading-wrapper .ol-story__heading.ol-heading {
    font-size: 26px;
  }
}

.ol-story__profile {
  position: relative;
  flex-basis: 33%;
  min-width: 210px;
  color: #F8FDFD;
}
@media (max-width: 768px) {
  .ol-story__profile {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}

.ol-story__profile-inner {
  flex-basis: 100%;
}

.ol-story__profile-list li + li {
  margin-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-story__profile-list li + li {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}
.ol-story__profile-list li {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-story__profile-list li {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
.ol-story__profile-list li::before {
  content: "";
  width: 0.84em;
  height: 0.5px;
  background-color: #F8FDFD;
}

@media (max-width: 768px) {
  .ol-story__image {
    flex-basis: 100%;
  }
}
.ol-story__image img {
  width: 100%;
}

.ol-story__content {
  position: relative;
  flex-basis: 67%;
  color: #F8FDFD;
}
@media (max-width: 768px) {
  .ol-story__content {
    flex-basis: 100%;
  }
}

.ol-story__lead {
  padding-bottom: clamp(30px, 3.6vw, 48px);
  margin-bottom: clamp(48px, 4.5vw, 63px);
  border-bottom: 0.5px solid #F8FDFD;
}
@media (min-width: 1729px) {
  .ol-story__lead {
    padding-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-story__lead {
    margin-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-story__lead {
    border-bottom: none;
    border-top: 0.5px solid #F8FDFD;
    padding-top: clamp(48px, 4.5vw, 63px);
    margin-top: clamp(48px, 4.5vw, 63px);
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__lead {
    padding-top: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__lead {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-story__profile-sns {
  padding-bottom: clamp(24px, 3.3vw, 30px);
  padding-top: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-story__profile-sns {
    padding-bottom: clamp(30px, 2.25vw, 60px);
    padding-top: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-story__profile-sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ol-story__profile-sns .ol-story__profile-sns-title {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-story__profile-sns .ol-story__profile-sns-title {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-story__profile-sns .ol-story__profile-sns-inner {
  column-gap: clamp(15px, 1.8vw, 18px);
  display: flex;
  justify-content: center;
}
@media (min-width: 1729px) {
  .ol-story__profile-sns .ol-story__profile-sns-inner {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
.ol-story__profile-sns a {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  color: #F8FDFD;
}
@media (min-width: 1729px) {
  .ol-story__profile-sns a {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 768px) {
  .ol-story__profile-sns a {
    font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-story__profile-sns a {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}

.ol-story__job {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  color: #CAA375;
}
@media (min-width: 1729px) {
  .ol-story__job {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-message__section {
  position: relative;
}

.ol-message__heading-wrapper {
  width: 100%;
}

.ol-message__heading-wrapper-inner {
  justify-content: center;
}
.ol-message__heading-wrapper-inner .ol-message__heading-sub::before {
  background-color: #2e2927;
}

.ol-message__inner {
  padding: 0 clamp(36px, 6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-message__inner {
    padding: 0 clamp(48px, 4vw, 105px);
  }
}
@media (max-width: 768px) {
  .ol-message__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

@media (max-width: 768px) {
  .ol-message__body {
    padding-top: 45svh;
  }
}

.ol-message__text {
  text-align: center;
}
@media (max-width: 768px) {
  .ol-message__text {
    text-align: left;
    font-weight: 400;
    line-height: 1.95;
  }
}

#olMessageImg1 {
  top: -3%;
  left: 0;
  width: 25.5%;
}
@media (max-width: 768px) {
  #olMessageImg1 {
    width: 42%;
  }
}

#olMessageImg2 {
  top: 10%;
  right: 0;
  width: 27%;
  height: auto;
}
@media (max-width: 768px) {
  #olMessageImg2 {
    top: 9%;
    width: 45%;
  }
}

#olMessageImg3 {
  top: 80%;
  left: 0;
  width: 21%;
  height: auto;
}
@media (max-width: 768px) {
  #olMessageImg3 {
    top: 105%;
    width: 45%;
  }
}

#olMessageImg4 {
  top: 72%;
  right: 0;
  width: 24%;
  height: auto;
  aspect-ratio: 1/1.5;
  object-fit: cover;
}
@media (max-width: 768px) {
  #olMessageImg4 {
    top: 111%;
    width: 39%;
  }
}

#olMessageImg5 {
  top: 114%;
  left: 33%;
  width: 24%;
  height: auto;
  aspect-ratio: 1/1.2;
  object-fit: cover;
}
@media (max-width: 768px) {
  #olMessageImg5 {
    top: 125%;
    left: 21%;
    width: 30%;
  }
}

#olMessageImg1,
#olMessageImg2,
#olMessageImg3,
#olMessageImg4,
#olMessageImg5 {
  position: absolute;
  transition: margin-top 0.3s ease; /* スムーズな動きを追加 */
  will-change: margin-top;
}

/*

#img1,
#img2,
#img3 {
	will-change:transform;
	transition-duration:0.7s;
	transition-delay:0s;
	transition-timing-function:ease-out;
}*/
.ol-news__section {
  margin-top: 0 !important;
}

.ol-news__heading-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-news__heading-wrapper {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner {
  margin-bottom: 0;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .ol-news__heading-wrapper.ol-pc {
    display: none;
  }
}

.ol-news__content-wrapper {
  display: flex;
  column-gap: clamp(63px, 6vw, 84px);
  color: #F8FDFD;
}
@media (min-width: 1729px) {
  .ol-news__content-wrapper {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 1080px) {
  .ol-news__content-wrapper {
    flex-wrap: wrap;
  }
}
.ol-news__content-wrapper a {
  color: #F8FDFD;
}

.ol-news__morebtn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-news__morebtn {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}

.ol-news__inner {
  position: relative;
  padding-top: clamp(84px, 21vw, 165px);
  padding-bottom: clamp(84px, 21vw, 165px);
}
@media (min-width: 1729px) {
  .ol-news__inner {
    padding-top: clamp(165px, 10.5vw, 330px);
    padding-bottom: clamp(165px, 10.5vw, 330px);
  }
}

.ol-news__body {
  overflow: hidden;
}

.ol-news__body-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 400%;
}

.ol-news__container {
  width: 66%;
}
@media (max-width: 1080px) {
  .ol-news__container {
    width: 100%;
  }
}

.ol-news__nav {
  width: 34%;
  position: relative;
  z-index: 200;
}
@media (max-width: 1080px) {
  .ol-news__nav {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .ol-news__nav .ol-menu-tab-list {
    flex-direction: row !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) {
  .ol-news__nav a.ol-menu-nav-item-anchor {
    padding: 12px 15px;
    border: 1px solid #fff !important;
    border-radius: 2px;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
    transition: opacity 0.21s ease, font-weight 0.21s ease, color 0.21s ease, background-color 0.21s ease;
    will-change: opacity, font-weight, color, background-color;
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-news__nav a.ol-menu-nav-item-anchor {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 1080px) {
  .ol-news__nav a.ol-menu-nav-item-anchor::after {
    display: none;
  }
}
@media (max-width: 1080px) {
  .ol-news__nav a.ol-menu-nav-item-anchor.is-active {
    color: #202D26 !important;
    background-color: #F8FDFD;
  }
}
@media (max-width: 1080px) {
  .ol-news__nav a.ol-menu-nav-item-anchor.is-active::before {
    display: none;
  }
}

.ol-news__tab-list {
  margin-top: clamp(165px, 24vw, 225px);
}
@media (min-width: 1729px) {
  .ol-news__tab-list {
    margin-top: clamp(225px, 12vw, 371.25px);
  }
}
@media (max-width: 1080px) {
  .ol-news__tab-list {
    margin-top: 0;
  }
}

.ol-news__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding: 0;
}

.ol-news__item {
  width: 100%;
}
.ol-news__item .ol-news__item-item {
  display: block;
  width: 25%;
  text-decoration: none !important;
  color: inherit !important;
  padding-left: 3px;
  padding-top: clamp(24px, 3.3vw, 30px);
  padding-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-news__item .ol-news__item-item {
    padding-top: clamp(30px, 2.25vw, 60px);
    padding-bottom: clamp(30px, 2.25vw, 60px);
  }
}
.ol-news__item .ol-news__item-item .ol-news__title {
  font-weight: 300 !important;
}
.ol-news__item .ol-list-border {
  border-color: rgba(255, 255, 255, 0.3);
}

.ol-news__body.ol-news__category-on .ol-news__item-item {
  width: 100%;
}

@media (max-width: 1080px) {
  .ol-news__title {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .ol-news__title {
    line-height: 1.65;
  }
}

.ol-news-link .ol-news__title {
  padding-right: clamp(48px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-news-link .ol-news__title {
    padding-right: clamp(105px, 6.6vw, 210px);
  }
}

.ol-news__meta {
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 30px);
  margin-bottom: 15px;
}
@media (min-width: 1729px) {
  .ol-news__meta {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 1080px) {
  .ol-news__meta {
    margin-bottom: 6px;
  }
}

.ol-news__category {
  border: 0.75px solid #fff !important;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.045rem;
  opacity: 0.75;
}
@media (min-width: 1729px) {
  .ol-news__category {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}

.ol-news-link {
  position: relative;
}
.ol-news-link .ol-btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.ol-news__bg-image {
  position: absolute;
  top: clamp(12px, 1.8vw, 18px);
  left: -40%;
  width: 75%;
  height: auto;
}
@media (min-width: 1729px) {
  .ol-news__bg-image {
    top: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 1080px) {
  .ol-news__bg-image {
    left: -60%;
    width: 120%;
  }
}
@media (max-width: 768px) {
  .ol-news__bg-image {
    left: -90%;
    width: 180%;
  }
}
.ol-news__bg-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  display: block;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(251, 251, 239, 0.75) 60%, rgba(25, 118, 210, 0) 100%);
  border-radius: 450px;
  box-shadow: 0 -2px 6vw 9px #f5f5e0;
  opacity: 0.3;
}
@media (max-width: 1080px) {
  .ol-news__bg-image::before {
    width: 66vw;
    height: 66vw;
    box-shadow: 0 -2px 6vw 3px #f5f5e0;
  }
}
@media (max-width: 768px) {
  .ol-news__bg-image::before {
    width: 90vw;
    height: 90vw;
    box-shadow: 0 -2px 15vw 6px #f5f5e0;
    background: radial-gradient(circle, rgba(251, 251, 239, 0.75) 60%, rgba(25, 118, 210, 0) 100%);
  }
}
.ol-news__bg-image img {
  mix-blend-mode: lighten;
  filter: brightness(150%);
}
@media (max-width: 1080px) {
  .ol-news__bg-image img {
    filter: brightness(75%);
    opacity: 0.6;
  }
}

.ol-media__heading-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(45px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-media__heading-wrapper {
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner {
  margin-bottom: 0;
}

.ol-media__heading {
  color: #CAA375;
}

.ol-media__morebtn {
  display: flex;
  justify-content: center;
  margin-top: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-media__morebtn {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
.ol-media__morebtn .ol-button-deco-wrapper::after, .ol-media__morebtn .ol-button-deco-wrapper::before {
  background-color: #2e2927;
}

.ol-media__body {
  position: relative;
}

.ol-thumbnail-instagram img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

.ol-media__list {
  /*
  @include s.space(exSmall, column-gap);
  .ol-card-item{
      width: calc((100% - (clamp(s.$marginRegularSp, 3.3vw, s.$marginExSmall) * 3)) / 4); 
  }
  */
}

.ol-thumbnail-instagram {
  margin-bottom: 0;
}

.ol-cvbutton__wrapper {
  display: none;
}
.ol-cvbutton__wrapper.ol-cvbutton__sp-button {
  padding: 12px 18px;
}
@media (max-width: 768px) {
  .ol-cvbutton__wrapper {
    display: block;
  }
}

#olCvButton {
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

.js-cvbutton__hidden {
  opacity: 0;
}

.js-cvbutton__visible {
  position: sticky;
  opacity: 1;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

.ol-cvbutton__list {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.ol-cvbutton__mail,
.ol-cvbutton__call {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}

.ol-cvbutton__mail {
  flex-grow: 1;
}

.ol-cvbutton__call {
  flex-grow: 2;
}

.ol-cvbutton__item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ol-cvbutton__item.ol-cvbutton__left {
  flex-basis: 40%;
}
.ol-cvbutton__item.ol-cvbutton__left .ol-cvbutton__maintext {
  font-size: clamp(14px, 2.4vw, 14px);
  letter-spacing: 0.03rem;
  line-height: 1.35;
  font-weight: 400;
}
.ol-cvbutton__item.ol-cvbutton__left .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__item.ol-cvbutton__right {
  flex-basis: 60%;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__mail .ol-cvbutton__maintext {
  font-size: clamp(14px, 2.4vw, 14px);
  letter-spacing: 0.03rem;
  line-height: 1.35;
  font-weight: 400;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__mail .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__call .ol-cvbutton__maintext {
  font-size: clamp(16px, 5.1vw, 19px);
  letter-spacing: 0.06rem;
  line-height: 1.35;
}

.ol-cvbutton__subtext {
  font-size: 9px;
  letter-spacing: 0.03rem;
}

.ol-cvbutton__icon {
  font-size: 20px;
  line-height: 0;
}

.ol-cvbutton__sp-button1 .ol-cvbutton__left {
  flex-basis: 100%;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__call .ol-cvbutton__maintext {
  font-size: 16px;
  letter-spacing: 0.06rem;
  line-height: 1.35;
  font-weight: 400;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__call .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__mail .ol-cvbutton__maintext {
  font-size: clamp(16px, 6vw, 16px);
  letter-spacing: 0.06rem;
  line-height: 1.35;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__icon {
  font-size: 27px;
  line-height: 0;
}
.ol-cvbutton__sp-button1 .ol-btn-regular {
  column-gap: 9px;
}

.ol-breadcrumb__wrapper {
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-breadcrumb__wrapper {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 1179px) {
  .ol-breadcrumb__wrapper {
    overflow-x: scroll;
  }
}

.ol-breadcrumb__list {
  display: flex;
  align-items: center;
  column-gap: 48px;
}
@media (max-width: 1179px) {
  .ol-breadcrumb__list {
    width: 100%;
    white-space: nowrap;
  }
}

.ol-breadcrumb__item {
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-breadcrumb__item {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
.ol-breadcrumb__item:not(:last-child) {
  position: relative;
}
.ol-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 0.5px;
  width: 12px;
  right: -27px;
  top: 50%;
  background-color: #2e2927;
}

.o--ads-area + div {
  text-align: center;
}

iframe.instagram-media {
  margin: 0 auto !important;
}

.ol-single__template {
  position: relative;
}
.ol-single__template .ol-media__section {
  margin-top: 0;
  margin-bottom: clamp(84px, 21vw, 165px);
  padding-top: clamp(84px, 9vw, 105px);
}
.ol-single__template .ol-media__section::before {
  background-color: #FCFBF5 !important;
  display: none;
}
@media (min-width: 1729px) {
  .ol-single__template .ol-media__section {
    margin-bottom: clamp(165px, 10.5vw, 330px);
  }
}
@media (min-width: 1729px) {
  .ol-single__template .ol-media__section {
    padding-top: clamp(105px, 6.6vw, 210px);
  }
}

.ol-single__template-inner {
  display: flex;
  column-gap: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-single__template-inner {
    column-gap: clamp(105px, 6.6vw, 210px);
  }
}

#olSidebar {
  position: relative;
  flex-basis: 30%;
  flex-grow: 0;
  border-right: 0.5px solid #CAA375;
}
@media (max-width: 1080px) {
  #olSidebar {
    display: none;
  }
}
#olSidebar .ol-category-list {
  gap: clamp(6px, 1vw, 9px);
}
@media (min-width: 1729px) {
  #olSidebar .ol-category-list {
    gap: clamp(9px, 0.75vw, 24px);
  }
}
#olSidebar .ol-category__item-anchor {
  padding: 4px 12px 5px;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.045rem;
}
@media (min-width: 1729px) {
  #olSidebar .ol-category__item-anchor {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}
#olSidebar .ol-heading-wrapper {
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  #olSidebar .ol-heading-wrapper {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
#olSidebar .ol-sidebar__title {
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  #olSidebar .ol-sidebar__title {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
#olSidebar .ol-sidebar__title .ol-heading {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  #olSidebar .ol-sidebar__title .ol-heading {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
#olSidebar .ol-sidebar__title .ol-heading-sub {
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  #olSidebar .ol-sidebar__title .ol-heading-sub {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
#olSidebar .ol-sidebar__title .ol-heading-sub::before {
  background-color: #2e2927;
  height: clamp(30px, 2.1vw, 45px);
  margin-right: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  #olSidebar .ol-sidebar__title .ol-heading-sub::before {
    margin-right: clamp(30px, 2.25vw, 60px);
  }
}
#olSidebar .ol-news__body-inner {
  width: 100%;
}
#olSidebar .ol-news__item-item {
  width: auto !important;
  padding-bottom: clamp(24px, 3.3vw, 30px);
  padding-top: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  #olSidebar .ol-news__item-item {
    padding-bottom: clamp(30px, 2.25vw, 60px);
    padding-top: clamp(30px, 2.25vw, 60px);
  }
}
#olSidebar .ol-news__item .ol-news__item-item .ol-news__title {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  font-weight: 400 !important;
}
@media (min-width: 1729px) {
  #olSidebar .ol-news__item .ol-news__item-item .ol-news__title {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
#olSidebar .ol-news__meta {
  margin-bottom: 9px;
}
#olSidebar .ol-news__item:not(:last-child) .ol-list-border {
  border-color: #CAA375;
}
#olSidebar .ol-news-link .ol-news__title {
  padding-right: 0;
}
#olSidebar .ol-sidebar-line {
  margin-top: -30px;
}
#olSidebar .ol-sidebar-instagram {
  margin-top: 30px;
}
#olSidebar .ol-sidebar-line .ol-btn-medium,
#olSidebar .ol-sidebar-instagram .ol-btn-medium {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#olSidebar .ol-sidebar-line .ol-btn-medium i,
#olSidebar .ol-sidebar-instagram .ol-btn-medium i {
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  margin-right: 6px;
}
@media (min-width: 1729px) {
  #olSidebar .ol-sidebar-line .ol-btn-medium i,
  #olSidebar .ol-sidebar-instagram .ol-btn-medium i {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
#olSidebar .fb-container {
  max-width: 100%;
  overflow: hidden; /* はみ出しを防ぐ */
}
#olSidebar .fb-page {
  display: flex;
  justify-content: center;
}
#olSidebar .fb-page iframe {
  max-width: 100%;
  width: 100% !important;
}
#olSidebar .responsive-fb {
  max-width: 100%; /* 親要素を画面幅に応じてリサイズ */
  height: auto; /* 高さを自動調整 */
  overflow: hidden;
}
#olSidebar .responsive-fb > div {
  position: relative;
  padding-top: 125%; /* ウィジェットの縦横比を維持 (400px : 500px = 4 : 5) */
  overflow: hidden;
}
#olSidebar .responsive-fb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* iframeを親要素に合わせる */
  height: 100%; /* iframeを親要素に合わせる */
  border: none;
}
#olSidebar .responsive-fb {
  max-width: 100%; /* 画面幅に合わせる */
  height: auto;
}
#olSidebar .responsive-fb .fb-page iframe {
  max-width: 100%; /* iframeの幅を調整 */
  width: 100%;
}

.ol-sidebar__wrapper {
  padding-bottom: clamp(63px, 6vw, 84px);
  padding-top: clamp(63px, 6vw, 84px);
  padding-right: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-sidebar__wrapper {
    padding-bottom: clamp(84px, 6vw, 168px);
    padding-top: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-sidebar__wrapper {
    padding-right: clamp(63px, 4.5vw, 126px);
  }
}

.ol-sidebar-content-item + .ol-sidebar-content-item {
  margin-top: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-sidebar-content-item + .ol-sidebar-content-item {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-article__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 70%;
  padding-top: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-article__body {
    padding-top: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 768px) {
  .ol-article__body {
    padding-top: clamp(30px, 3.6vw, 48px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-article__body {
    padding-top: clamp(48px, 3vw, 96px);
  }
}
.ol-article__body .ol-breadcrumb__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.ol-article__thumbnail {
  margin-top: clamp(24px, 3.3vw, 30px);
  margin-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-article__thumbnail {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-article__thumbnail {
    margin-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-article__thumbnail {
    margin-bottom: clamp(24px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-article__thumbnail {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}

.ol-article__meta {
  display: flex;
  align-items: center;
  column-gap: clamp(12px, 1.8vw, 24px);
}
@media (min-width: 1729px) {
  .ol-article__meta {
    column-gap: clamp(24px, 0.9vw, 36px);
  }
}

.ol-article__title {
  width: 100%;
  font-size: clamp(1.625rem, 1.5592585829rem + 0.292184076vw, 1.875rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.09rem;
  margin-bottom: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-article__title {
    font-size: clamp(1.875rem, -1.4636972194rem + 3.0895983522vw, 3.75rem);
  }
}
@media (min-width: 1729px) {
  .ol-article__title {
    margin-bottom: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1081px) {
  .ol-article__title {
    margin-top: -3px;
  }
}
@media (max-width: 768px) {
  .ol-article__title {
    font-size: 24px;
    line-height: 1.65;
    font-weight: 400;
  }
}

.ol-article__inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1729px) {
  .ol-article__inner {
    max-width: clamp(820px, 60vw, 1640px);
  }
}

.ol-article__content {
  margin-top: clamp(48px, 4.5vw, 63px);
  line-height: 1.65;
}
@media (min-width: 1729px) {
  .ol-article__content {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) {
  .ol-article__content {
    line-height: 1.5;
  }
}

.ol-article__tag {
  margin-top: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-article__tag {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-article__tag-title {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
  margin-bottom: 18px;
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 200;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-article__tag-title {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
.ol-article__tag-title::before, .ol-article__tag-title::after {
  content: "";
  width: 18px;
  height: 1px;
}

.ol-article__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-article__tag-list {
    gap: clamp(18px, 0.9vw, 36px);
  }
}

.ol-article__tag-item {
  flex-shrink: 0;
}

.ol-article__writer {
  display: flex;
  margin-top: clamp(63px, 6vw, 84px);
  margin-bottom: clamp(63px, 6vw, 84px);
  column-gap: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-article__writer {
    margin-top: clamp(84px, 6vw, 168px);
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-article__writer {
    column-gap: clamp(48px, 3vw, 96px);
  }
}

.ol-article__writer-body {
  width: 100%;
}

.ol-article__writer-name {
  font-weight: 400;
  letter-spacing: 0.12rem;
  font-size: 19px;
}

.ol-article__writer-job {
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  margin-bottom: 3px;
}
@media (min-width: 1729px) {
  .ol-article__writer-job {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}

.ol-article__writer-description {
  margin-top: 18px;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-article__writer-description {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-article__writer-help .ol-btn-text {
  margin-left: auto;
  margin-top: 21px;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-article__writer-help .ol-btn-text {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}

.ol-article__writer-thumb {
  flex-shrink: 0;
  max-width: 120px;
}
.ol-article__writer-thumb img {
  height: 105px;
  width: 105px;
  border-radius: 100px;
  object-fit: cover;
}

.ol-article__sns-share {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(6px, 2.4vw, 30px);
  margin-top: clamp(84px, 9vw, 105px);
  margin-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-article__sns-share {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-article__sns-share {
    margin-top: clamp(105px, 6.6vw, 210px);
    margin-bottom: clamp(105px, 6.6vw, 210px);
  }
}
.ol-article__sns-share .ol-separator {
  height: 21px;
}
.ol-article__sns-share .ol-article__sns-item:first-of-type, .ol-article__sns-share .ol-article__sns-item:last-of-type {
  min-width: 100px;
}
@media (max-width: 768px) {
  .ol-article__sns-share .ol-article__sns-item:first-of-type, .ol-article__sns-share .ol-article__sns-item:last-of-type {
    min-width: 90px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  35% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  30% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ol-article__sns-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none !important;
}
.ol-article__sns-anchor i,
.ol-article__sns-anchor span {
  flex-basis: 84%;
  text-align: center;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color;
}
@media (max-width: 768px) {
  .ol-article__sns-anchor i,
  .ol-article__sns-anchor span {
    flex-basis: 100%;
  }
}
.ol-article__sns-anchor i {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-article__sns-anchor i {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
.ol-article__sns-anchor span {
  display: block;
  margin-top: 9px;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-article__sns-anchor span {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}
@media (max-width: 768px) {
  .ol-article__sns-anchor span {
    letter-spacing: 0.03em;
  }
}
.ol-article__sns-anchor.ol-icon-copy {
  width: 100px;
  cursor: pointer;
}
.ol-article__sns-anchor .fade-in-down {
  animation: fadeInDown 0.51s ease backwards;
}
.ol-article__sns-anchor .fade-in-down + span {
  animation: fadeInText 0.51s ease backwards;
}
.ol-article__sns-anchor .oltana-icon-check_circle_outline {
  animation: fadeIn 1.8s ease backwards;
}

.ol-article__sns-item-separator {
  display: block;
}
.ol-article__sns-item-separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
}

.ol-latest-article__body {
  position: relative;
}

.ol-latest-article__morebtn {
  position: absolute;
  right: 12px;
  top: -52px;
}
@media (max-width: 1080px) {
  .ol-latest-article__morebtn {
    right: 0px;
    top: -69px;
  }
}

.ol-single__post-list-inner {
  position: relative;
  border: 0.5px solid #CAA375;
}

.ol-article__tag-item-anchor span {
  margin-right: 2px;
}

.page-template-template-wide .ol-article__body,
.post-template-template-wide .ol-article__body {
  max-width: 1180px;
}
.page-template-template-wide .ol-article__inner,
.post-template-template-wide .ol-article__inner {
  max-width: 1180px;
}

.ol-content__body {
  max-width: 1180px;
  margin-top: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-content__body {
    margin-top: clamp(105px, 6.6vw, 210px);
  }
}
@media (max-width: 768px) {
  .ol-content__body {
    margin-top: clamp(48px, 4.5vw, 63px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-content__body {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-contents__head {
  display: flex;
  column-gap: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-contents__head {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 768px) {
  .ol-contents__head {
    flex-wrap: wrap;
  }
}
.ol-contents__head .ol-contents__btn {
  display: inline-flex;
  column-gap: clamp(6px, 1vw, 12px);
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1729px) {
  .ol-contents__head .ol-contents__btn {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}
.ol-contents__head .ol-contents__btn .ol-contents-btn-deco {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border-radius: 45px;
  border: 1px solid #2e2927;
}
.ol-contents__head .ol-contents__btn .ol-contents-btn-deco::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #2e2927;
  width: 0.6em;
  height: 0.6em;
  left: 0.45em;
  top: 50%;
  transform: translateY(-50%);
}

.ol-contents__head-inner {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .ol-contents__head-inner {
    flex-basis: 100%;
  }
}

.ol-contents__movie {
  flex-basis: 60%;
  text-align: center;
}
@media (max-width: 768px) {
  .ol-contents__movie {
    flex-basis: 100%;
  }
}
.ol-contents__movie video {
  cursor: pointer;
}
.ol-contents__movie .ol-btn-text {
  margin-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-contents__movie .ol-btn-text {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}
.ol-contents__movie .ol-btn-text .ol-button-deco-wrapper::after, .ol-contents__movie .ol-btn-text .ol-button-deco-wrapper::before {
  background-color: #2e2927;
}

.ol-contents__movie-title {
  margin-top: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-contents__movie-title {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}

.ol-contents__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 30px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-contents__subtitle {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-contents__subtitle {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-contents__subtitle span {
  flex-shrink: 0;
}
.ol-contents__subtitle::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #2e2927;
}

.ol-contents__title {
  margin-top: clamp(12px, 1.8vw, 18px);
  font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-contents__title {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-contents__title {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}

.ol-contents__desc {
  line-height: 1.95;
}

.ol-readme__wrapper-inner {
  padding-top: clamp(63px, 6vw, 84px);
  padding-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-readme__wrapper-inner {
    padding-top: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-readme__wrapper-inner {
    padding-bottom: clamp(105px, 6.6vw, 210px);
  }
}

.ol-readme__heading-wrapper {
  position: relative;
}
.ol-readme__heading-wrapper .ol-heading-wrapper {
  justify-content: center;
}
.ol-readme__heading-wrapper .ol-heading,
.ol-readme__heading-wrapper .ol-heading-sub {
  color: #F8FDFD;
}

.ol-seminar__heading-wrapper .ol-heading,
.ol-readme__heading-wrapper .ol-heading {
  font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-seminar__heading-wrapper .ol-heading,
  .ol-readme__heading-wrapper .ol-heading {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-seminar__heading-wrapper .ol-heading,
  .ol-readme__heading-wrapper .ol-heading {
    font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-seminar__heading-wrapper .ol-heading,
  .ol-readme__heading-wrapper .ol-heading {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 768px) {
  .ol-seminar__heading-wrapper .ol-heading-sub,
  .ol-readme__heading-wrapper .ol-heading-sub {
    font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-seminar__heading-wrapper .ol-heading-sub,
  .ol-readme__heading-wrapper .ol-heading-sub {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}

.ol-readme__list {
  position: relative;
}
.ol-readme__list dt, .ol-readme__list dd {
  color: #F8FDFD;
}
.ol-readme__list .ol-readme__item-head {
  font-weight: 400;
  border-right: 0.5px solid #F8FDFD;
  padding-right: clamp(30px, 3.6vw, 48px);
  padding-left: clamp(24px, 3.3vw, 30px);
  flex-shrink: 0;
}
@media (min-width: 1729px) {
  .ol-readme__list .ol-readme__item-head {
    padding-right: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-readme__list .ol-readme__item-head {
    padding-left: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-readme__list .ol-readme__item-head {
    padding-right: clamp(24px, 3.3vw, 30px);
    padding-left: 3px;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-readme__list .ol-readme__item-head {
    padding-right: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-readme__list .ol-readme__item-head {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-readme__list .ol-list-text {
  font-weight: 300;
}
@media (max-width: 768px) {
  .ol-readme__list .ol-list-text {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-readme__list .ol-list-text {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-readme__list .ol-list-text a:not([class]) {
  color: #CAA375;
}
@media (max-width: 768px) {
  .ol-readme__list .ol-btn-regular-custom {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.09rem;
    padding-bottom: 1.05em;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-readme__list .ol-btn-regular-custom {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-readme__list .ol-readme__item {
  display: flex;
  align-items: center;
  column-gap: clamp(30px, 3.6vw, 48px);
  padding-bottom: clamp(24px, 3.3vw, 30px);
  padding-top: clamp(24px, 3.3vw, 30px);
  border-top: 0.5px solid #F8FDFD;
}
@media (min-width: 1729px) {
  .ol-readme__list .ol-readme__item {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-readme__list .ol-readme__item {
    padding-bottom: clamp(30px, 2.25vw, 60px);
    padding-top: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-readme__list .ol-readme__item {
    column-gap: clamp(24px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-readme__list .ol-readme__item {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
.ol-readme__list .ol-readme__item:last-child {
  border-bottom: 0.5px solid #F8FDFD;
}

.ol-readme__body-flex {
  display: flex;
  align-items: center;
  column-gap: clamp(30px, 3.6vw, 48px);
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1729px) {
  .ol-readme__body-flex {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 1080px) {
  .ol-readme__body-flex {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-readme__body-flex {
    row-gap: clamp(18px, 0.9vw, 36px);
  }
}

.ol-contents__list {
  position: relative;
}

.ol-seminar__heading-wrapper {
  position: relative;
}
.ol-seminar__heading-wrapper .ol-heading-sub::before {
  background-color: #2e2927;
}

.ol-seminar__list .ol-list-text-s {
  line-height: 1.95;
}

.ol-courseguide__wrapper::before {
  background-image: url(images/common/foryou.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}
@media (max-width: 768px) {
  .ol-courseguide__wrapper::before {
    filter: brightness(0.6);
  }
}
.ol-courseguide__wrapper .ol-course-guide {
  position: relative;
  padding-bottom: clamp(84px, 21vw, 165px);
  padding-top: clamp(84px, 21vw, 165px);
}
@media (min-width: 1729px) {
  .ol-courseguide__wrapper .ol-course-guide {
    padding-bottom: clamp(165px, 10.5vw, 330px);
    padding-top: clamp(165px, 10.5vw, 330px);
  }
}
.ol-courseguide__wrapper .ol-course-guide-title {
  color: #F8FDFD;
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-courseguide__wrapper .ol-course-guide-title {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 768px) {
  .ol-courseguide__wrapper .ol-course-guide-title {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
  }
}
.ol-courseguide__wrapper .ol-course-guide-text {
  color: #F8FDFD;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ol-courseguide__wrapper .ol-course-guide-text {
    filter: drop-shadow(2px 2px 4px #2e2927);
  }
}

.ol-otherscontents__wrapper {
  margin-bottom: 0;
}
.ol-otherscontents__wrapper .ol-product__content-wrapper {
  padding-right: 0;
  padding-left: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper {
    padding-left: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 768px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper {
    padding-left: 0;
  }
}
.ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading {
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 768px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading {
    font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
.ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading-sub {
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-otherscontents__wrapper .ol-product__content-wrapper .ol-heading-sub {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}

.ol-otherscontents__inner {
  padding: 0;
}
.ol-otherscontents__inner::before {
  background-color: transparent !important;
  border-top: 0.5px solid #CAA375;
}
.ol-otherscontents__inner.ol-product__inner {
  border-top: none;
  border-bottom: none;
}
.ol-otherscontents__inner .ol-product__menu-inner {
  width: 21vw;
}
@media (max-width: 1080px) {
  .ol-otherscontents__inner .ol-product__menu-inner {
    width: 30vw;
  }
}
.ol-otherscontents__inner .ol-product__menu-heading {
  justify-content: left;
  padding-left: 3px;
}
.ol-otherscontents__inner .ol-product__nav {
  text-align: left;
}
.ol-otherscontents__inner .ol-menu-tab-list {
  padding-left: 3px;
}

.ol-otherscontents__list {
  row-gap: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-otherscontents__list {
    row-gap: clamp(48px, 3vw, 96px);
  }
}
.ol-otherscontents__list .ol-card-item {
  width: 100%;
}
.ol-otherscontents__list .ol-card-item-link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-otherscontents__list .ol-card-item-link {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 768px) {
  .ol-otherscontents__list .ol-card-item-link {
    column-gap: clamp(18px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-otherscontents__list .ol-card-item-link {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
.ol-otherscontents__list .ol-card-item-image {
  width: 42%;
  margin-bottom: 0;
}
.ol-otherscontents__list .ol-card-item-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .ol-otherscontents__list .ol-card-item-image {
    width: 45%;
  }
}
.ol-otherscontents__list .ol-card-item-info-wrapper {
  width: 58%;
}
@media (max-width: 768px) {
  .ol-otherscontents__list .ol-card-item-info-wrapper {
    width: 55%;
  }
}
.ol-otherscontents__list .ol-card-item-info {
  row-gap: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-otherscontents__list .ol-card-item-info {
    row-gap: clamp(48px, 3vw, 96px);
  }
}
.ol-otherscontents__list .ol-card-item-title {
  margin-bottom: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-otherscontents__list .ol-card-item-title {
    margin-bottom: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-otherscontents__list .ol-card-item-title {
    margin-bottom: 0;
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-otherscontents__list .ol-card-item-title {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 768px) {
  .ol-otherscontents__list .ol-card-item-desc {
    display: none;
  }
}

.ol-profile__body .ol-story__section {
  margin-top: 0;
}
@media (max-width: 768px) {
  .ol-profile__body .ol-story__inner {
    padding-top: clamp(48px, 4.5vw, 63px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-profile__body .ol-story__inner {
    padding-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-profile__atmos-inner {
  padding-bottom: clamp(165px, 24vw, 225px);
  padding-top: clamp(165px, 24vw, 225px);
}
@media (min-width: 1729px) {
  .ol-profile__atmos-inner {
    padding-bottom: clamp(225px, 12vw, 371.25px);
    padding-top: clamp(225px, 12vw, 371.25px);
  }
}

.ol-profile__atmos::before {
  background-image: url(images/pages/profile-atmos-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}
@media (max-width: 768px) {
  .ol-profile__atmos::before {
    filter: brightness(0.84) saturate(1.1);
  }
}

.ol-profile__atmos-text {
  position: relative;
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  color: #F8FDFD;
  text-align: center;
  mix-blend-mode: overlay;
}
@media (min-width: 1729px) {
  .ol-profile__atmos-text {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.ol-profile__subimage {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-profile__subimage {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
.ol-profile__subimage img {
  mix-blend-mode: overlay;
  width: clamp(150px, 7.5vw, 180px);
}

.c--notfound-box {
  position: relative;
  margin-top: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .c--notfound-box {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}

.a--searchform-input {
  width: calc(100% - 39px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  padding: 12px 12px 11px;
  border: 0.5px solid #2e2927;
  border-radius: 2px;
  margin: 0;
  -webkit-appearance: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: #fff;
  color: #2e2927;
}
@media (min-width: 1729px) {
  .a--searchform-input {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.a--searchform-input:focus {
  outline: none;
}

#oltanaSearchSubmit {
  position: absolute;
  width: 33px;
  height: 100%;
}

.a--notfound-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 100%;
  display: flex;
  color: #F8FDFD;
  align-items: center;
  justify-content: center;
  background-color: #2e2927;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: background-color;
}
.a--notfound-icon:hover {
  background-color: #CAA375;
}
.a--notfound-icon .oltana-icon-search {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .a--notfound-icon .oltana-icon-search {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}

.ol-archive__template {
  position: relative;
}
.ol-archive__template .ol-heading-sub::before {
  background-color: #2e2927;
}
.ol-archive__template .ol-card-list {
  column-gap: clamp(30px, 3.6vw, 48px);
  row-gap: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-list {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-list {
    row-gap: clamp(63px, 4.5vw, 126px);
  }
}
.ol-archive__template .ol-card-item-image {
  margin-bottom: 0;
}
.ol-archive__template .ol-card-item-link {
  row-gap: clamp(15px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-item-link {
    row-gap: clamp(12px, 0.75vw, 24px);
  }
}
.ol-archive__template .ol-card-item {
  display: flex;
  width: calc((100% - clamp(30px, 4.5vw, 48px) * 1) / 2);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-item {
    width: calc((100% - clamp(30px, 4.5vw, 96px) * 1) / 2);
  }
}
@media (max-width: 768px) {
  .ol-archive__template .ol-card-item {
    width: 100%;
  }
}
.ol-archive__template .ol-card-item-title {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-item-title {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-archive__template .ol-card-item-desc {
  display: none;
}
.ol-archive__template .ol-breadcrumb__wrapper {
  margin-top: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-breadcrumb__wrapper {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
.ol-archive__template .ol-news__item .ol-news__item-item {
  width: 100%;
  padding-top: clamp(30px, 3.6vw, 48px);
  padding-bottom: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-news__item .ol-news__item-item {
    padding-top: clamp(48px, 3vw, 96px);
    padding-bottom: clamp(48px, 3vw, 96px);
  }
}
.ol-archive__template .ol-news__category {
  border: 0.5px solid #2e2927 !important;
}
.ol-archive__template .ol-list-border {
  border-color: #2e2927;
}
.ol-archive__template .ol-btn-icon .ol-button-deco-wrapper::after, .ol-archive__template .ol-btn-icon .ol-button-deco-wrapper::before {
  background-color: #2e2927;
}
.ol-archive__template .ol-card-list.ol-instagram__list {
  column-gap: clamp(24px, 3.3vw, 30px);
  row-gap: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-list.ol-instagram__list {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-list.ol-instagram__list {
    row-gap: clamp(63px, 4.5vw, 126px);
  }
}
.ol-archive__template .ol-card-list.ol-instagram__list .splide__slide {
  display: flex;
  width: calc((100% - clamp(24px, 3.3vw, 30px) * 3) / 4);
}
@media (min-width: 1729px) {
  .ol-archive__template .ol-card-list.ol-instagram__list .splide__slide {
    width: calc((100% - clamp(24px, 2.25vw, 60px) * 3) / 4);
  }
}
@media (max-width: 768px) {
  .ol-archive__template .ol-card-list.ol-instagram__list .splide__slide {
    width: 100%;
  }
}

.ol-archive__body {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-archive__body {
    padding-top: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__body {
    padding-bottom: clamp(105px, 6.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__body {
    max-width: 100%;
  }
}
.ol-archive__body .ol-news__item-item {
  width: 100%;
}

.ol-archive__title .ol-heading {
  font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-archive__title .ol-heading {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}
.ol-archive__title .ol-heading-sub {
  font-weight: 300;
}

.ol-archive__category {
  margin-top: clamp(18px, 3.6vw, 48px);
  margin-bottom: clamp(18px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-archive__category {
    margin-top: clamp(48px, 3vw, 96px);
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}

.post-type-archive-news .ol-archive__category,
.tax-news-cat .ol-archive__category {
  margin-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .post-type-archive-news .ol-archive__category,
  .tax-news-cat .ol-archive__category {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}

.ol-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(63px, 6vw, 84px);
  margin-bottom: clamp(63px, 6vw, 84px);
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-pagination {
    margin-top: clamp(84px, 6vw, 168px);
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-pagination {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-pagination {
    padding: 0 9px;
  }
}

.ol-pagination__item {
  flex-basis: clamp(27px, 2.1vw, 30px);
}
.ol-pagination__item .ol-pagination__anchor {
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color, transform;
}
@media (min-width: 1729px) {
  .ol-pagination__item .ol-pagination__anchor {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-pagination__item .ol-pagination__anchor::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color, transform;
}
.ol-pagination__item .ol-pagination__anchor:hover::after {
  transform: scale(1, 1);
}

.ol-pagination__prev {
  margin-right: clamp(12px, 3vw, 30px);
}
.ol-pagination__prev .ol-pagination__anchor::before {
  font-family: "oltana-icons";
  line-height: 1;
  content: "\e968";
  padding-right: clamp(9px, 1vw, 12px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media (min-width: 1729px) {
  .ol-pagination__prev .ol-pagination__anchor::before {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-pagination__prev .ol-pagination__anchor:hover::before {
  transform: translateX(-4px);
}

.ol-pagination__next {
  margin-left: clamp(12px, 3vw, 30px);
}
.ol-pagination__next .ol-pagination__anchor::after {
  font-family: "oltana-icons";
  line-height: 1;
  content: "\e95d";
  padding-left: clamp(9px, 1vw, 12px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media (min-width: 1729px) {
  .ol-pagination__next .ol-pagination__anchor::after {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
.ol-pagination__next .ol-pagination__anchor:hover::after {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .ol-pagination__prev span,
  .ol-pagination__next span {
    display: none;
  }
}
.ol-pagination__prev .ol-pagination__anchor,
.ol-pagination__next .ol-pagination__anchor {
  display: flex;
  align-items: center;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: color, transform;
}
@media (min-width: 1729px) {
  .ol-pagination__prev .ol-pagination__anchor,
  .ol-pagination__next .ol-pagination__anchor {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

.ol-pagination__anchor {
  display: block;
  width: inherit;
  text-align: center;
  padding-bottom: 6px;
}

.ol-pagination__item-current {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ol-article__404 {
  text-align: center;
  margin-bottom: clamp(84px, 9vw, 105px);
  margin-top: clamp(84px, 9vw, 105px);
  padding-top: 0;
}
@media (min-width: 1729px) {
  .ol-article__404 {
    margin-bottom: clamp(105px, 6.6vw, 210px);
    margin-top: clamp(105px, 6.6vw, 210px);
  }
}
.ol-article__404 .ol-btn-custom {
  margin-top: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-article__404 .ol-btn-custom {
    margin-top: clamp(63px, 4.5vw, 126px);
  }
}

.ol-article__title-404 {
  font-size: clamp(2.25rem, 2.1020818115rem + 0.6574141709vw, 2.8125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  font-feature-settings: "palt";
  margin-bottom: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-article__title-404 {
    font-size: clamp(2.8125rem, -2.195545829rem + 4.6343975283vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-article__title-404 {
    margin-bottom: clamp(18px, 0.9vw, 36px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  line-height: 2.55;
}
@media (max-width: 768px) {
  .wpcf7-form-control-wrap {
    line-height: 2.1;
  }
}

.wpcf7 {
  overflow: hidden;
  max-width: 100%;
}
.wpcf7 form {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio],
.wpcf7 input[type=date],
.wpcf7 input[type=submit] {
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  font-size: 14px;
  letter-spacing: 0.12rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select,
  .wpcf7 textarea,
  .wpcf7 input[type=checkbox],
  .wpcf7 input[type=radio],
  .wpcf7 input[type=date],
  .wpcf7 input[type=submit] {
    font-size: 15px;
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  max-width: 100%;
  width: 100%;
  padding: 6px 15px;
}
@media (max-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 15.5px;
  }
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.wpcf7 input[type=radio] {
  border-radius: 50%;
}
.wpcf7 input[type=radio]::before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  transform: translateY(-50%);
  top: 50%;
}
.wpcf7 input[type=radio]:checked::before {
  opacity: 1;
}
.wpcf7 input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  border-left-style: solid;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  opacity: 0;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}
@media (max-width: 768px) {
  .wpcf7 input[type=checkbox]::before {
    top: 11px;
  }
}
.wpcf7 input[type=checkbox]:checked::before {
  opacity: 1;
}
.wpcf7 input[type=file] {
  font-size: 14px;
  letter-spacing: 0.12rem;
}
@media (max-width: 768px) {
  .wpcf7 input[type=file] {
    font-size: 15px;
  }
}
.wpcf7 input[type=date] {
  padding: 6px 15px;
}
@media (max-width: 768px) {
  .wpcf7 input[type=date] {
    height: 45px;
    width: 135px;
  }
}
.wpcf7 input[type=submit] {
  margin: 0 auto;
  text-align: center;
  border: none;
  padding: clamp(12px, 1.5vw, 15px) clamp(36px, 4.2vw, 45px);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  border-radius: 0px;
  text-decoration: none !important;
}
@media (min-width: 1729px) {
  .wpcf7 input[type=submit] {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .wpcf7 select {
    font-size: 15px;
  }
}
.wpcf7 textarea {
  padding: 9px 15px;
  height: 150px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .wpcf7 textarea {
    height: 210px;
  }
}
.wpcf7 p {
  max-width: 100%;
  position: relative;
  padding-bottom: clamp(18px, 2vw, 21px);
  padding-top: clamp(18px, 2vw, 21px);
}
.wpcf7 p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ececec;
  bottom: calc(-1 * clamp(27px, 2vw, 30px));
  left: 0;
}
.wpcf7 p:last-of-type {
  padding-bottom: 0;
}
.wpcf7 p:last-of-type::after {
  display: none;
}
.wpcf7 p > label {
  width: 100%;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 768px) {
  .wpcf7 p > label {
    font-size: 15.5px;
  }
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  max-width: 100%;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-checkbox,
  .wpcf7 .wpcf7-radio {
    margin-top: 15px;
  }
}
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #db4d4d;
  position: absolute;
  display: block;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  margin-top: 6px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1729px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #db4d4d;
  color: #db4d4d;
}

.wpcf7-form-control {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .wpcf7-form-control {
    flex-wrap: wrap;
    row-gap: 9px;
  }
}
.wpcf7-form-control .wpcf7-list-item,
.wpcf7-form-control .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 9px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .wpcf7-form-control .wpcf7-list-item,
  .wpcf7-form-control .wpcf7-list-item label {
    flex-basis: 100%;
    font-size: 15px;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio],
.wpcf7 input[type=date],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ccc;
}

.wpcf7 select,
.wpcf7 input[type=date],
.wpcf7 form.sent .wpcf7-response-output {
  color: #2e2927;
}

body:not(.home) .ol-footer__section {
  border-top: 0.5px solid #CAA375;
}

.ol-footer {
  position: relative;
  z-index: 100;
}

.ol-footer__inner {
  padding-top: clamp(84px, 9vw, 105px);
  padding-bottom: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-footer__inner {
    padding-top: clamp(105px, 6.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__inner {
    padding-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-footer__inner {
    padding-top: clamp(84px, 9vw, 105px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__inner {
    padding-top: clamp(105px, 6.6vw, 210px);
  }
}

.ol-footer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-footer__footer {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (max-width: 1080px) {
  .ol-footer__footer {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .ol-footer__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ol-footer__links {
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-footer__links {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-footer__links {
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__links {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}

@media (max-width: 768px) {
  .ol-footer__link-item {
    flex-basis: 100%;
    flex-grow: 1;
  }
}

.ol-footer__links,
.ol-footer__copyright {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-footer__links,
  .ol-footer__copyright {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-footer__links,
  .ol-footer__copyright {
    font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.045rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__links,
  .ol-footer__copyright {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}

.ol-footer__copyright-icon {
  font-size: 0.85em;
}

.ol-footer__copyright-name {
  margin-left: 3px;
}

.ol-footer__separator {
  display: block;
  padding-top: 2px;
}
.ol-footer__separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
}

#oltanaCopySuccess {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 0.03rem;
  border-radius: 3px;
  color: #666;
  background: #fff;
  box-shadow: 0 2px 8px 0px rgba(170, 170, 170, 0.3);
  z-index: 999;
}

#pageTop {
  display: none;
  position: fixed;
  bottom: clamp(48px, 4.5vw, 63px);
  right: max(clamp(48px, 4.5vw, 63px), 50% - 804.5px);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
@media (min-width: 1729px) {
  #pageTop {
    bottom: clamp(63px, 4.5vw, 126px);
  }
}
#pageTop.js-pagetop__show {
  opacity: 1;
}

.ol-pagetop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 54px;
  cursor: pointer;
}
.ol-pagetop .ol-pagetop__text {
  text-align: center;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
}
@media (min-width: 1729px) {
  .ol-pagetop .ol-pagetop__text {
    font-size: clamp(0.6875rem, -0.0915293512rem + 0.7209062822vw, 1.125rem);
  }
}
.ol-pagetop .ol-pagetop__deco1 {
  width: 100%;
  height: 1px;
  margin-top: 4px;
}
.ol-pagetop .ol-pagetop__deco2 {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  transform: rotate(45deg);
}

.ol-footer__head {
  display: flex;
  justify-content: space-between;
  column-gap: clamp(30px, 3.6vw, 48px);
  margin-bottom: clamp(63px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-footer__head {
    column-gap: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__head {
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 1080px) {
  .ol-footer__head {
    flex-wrap: wrap;
    row-gap: clamp(30px, 3.6vw, 48px);
  }
}
@media (max-width: 1080px) and (min-width: 1729px) {
  .ol-footer__head {
    row-gap: clamp(48px, 3vw, 96px);
  }
}

.ol-footer__title-wrapper {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .ol-footer__title-wrapper {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ol-footer__title-wrapper .ol-logo-title-text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .ol-footer__title-wrapper .ol-logo-title-text span {
    font-size: 16px;
    margin-bottom: 9px;
  }
}

.ol-footer__sns {
  display: flex;
  column-gap: clamp(6px, 1vw, 12px);
  margin-top: clamp(12px, 1.8vw, 18px);
  font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
}
@media (min-width: 1729px) {
  .ol-footer__sns {
    column-gap: clamp(12px, 0.75vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__sns {
    margin-top: clamp(18px, 0.9vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__sns {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}
@media (max-width: 768px) {
  .ol-footer__sns {
    column-gap: clamp(12px, 1.8vw, 18px);
    justify-content: center;
    font-size: clamp(1.625rem, 1.4606464573rem + 0.7304601899vw, 2.25rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.18rem;
    margin-top: clamp(24px, 3.3vw, 30px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__sns {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__sns {
    font-size: clamp(2.25rem, -0.7548274974rem + 2.780638517vw, 3.9375rem);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__sns {
    margin-top: clamp(30px, 2.25vw, 60px);
  }
}

.ol-footer__cta {
  display: flex;
  column-gap: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-footer__cta {
    column-gap: clamp(18px, 0.9vw, 36px);
  }
}
@media (max-width: 768px) {
  .ol-footer__cta {
    flex-wrap: wrap;
    row-gap: clamp(24px, 3.3vw, 30px);
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__cta {
    row-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-footer__cta .ol-btn-large {
    width: 100%;
  }
}

.ol-footer__cta-microccopy {
  display: block;
  font-size: clamp(0.78125rem, 0.78125rem + 0vw, 0.78125rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  text-align: center;
  margin-bottom: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-footer__cta-microccopy {
    font-size: clamp(0.78125rem, -0.1647142122rem + 0.8753861998vw, 1.3125rem);
  }
}
@media (min-width: 1729px) {
  .ol-footer__cta-microccopy {
    margin-bottom: clamp(12px, 0.75vw, 24px);
  }
}
@media (max-width: 768px) {
  .ol-footer__cta-microccopy {
    margin-bottom: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__cta-microccopy {
    margin-bottom: clamp(18px, 0.9vw, 36px);
  }
}

@media (max-width: 768px) {
  .ol-footer__cta-item {
    width: 100%;
  }
}

.ol-footer__main {
  display: flex;
  gap: clamp(30px, 3.6vw, 48px);
  margin-bottom: clamp(48px, 4.5vw, 63px);
}
@media (min-width: 1729px) {
  .ol-footer__main {
    gap: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__main {
    margin-bottom: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 1080px) {
  .ol-footer__main {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .ol-footer__main {
    gap: clamp(48px, 4.5vw, 63px);
    margin-bottom: clamp(63px, 6vw, 84px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__main {
    gap: clamp(63px, 4.5vw, 126px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__main {
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}

.ol-footer__menu-list {
  flex-basis: 25%;
}
@media (max-width: 1080px) {
  .ol-footer__menu-list {
    flex-grow: 1;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .ol-footer__menu-list {
    flex-basis: 100%;
  }
}

.ol-footer__menu-title {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.09rem;
  margin-bottom: clamp(24px, 3.3vw, 30px);
  padding-bottom: clamp(6px, 1vw, 12px);
  border-bottom: 0.5px solid #2e2927;
}
@media (min-width: 1729px) {
  .ol-footer__menu-title {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-footer__menu-title {
    margin-bottom: clamp(30px, 2.25vw, 60px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__menu-title {
    padding-bottom: clamp(12px, 0.75vw, 24px);
  }
}
@media (max-width: 768px) {
  .ol-footer__menu-title {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.09rem;
    padding-bottom: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__menu-title {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__menu-title {
    padding-bottom: clamp(18px, 0.9vw, 36px);
  }
}

.ol-footer__menu-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ol-footer__menu-item-anchor {
  opacity: 1;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0.12rem;
  padding-left: clamp(24px, 1.5vw, 30px);
}
@media (min-width: 1729px) {
  .ol-footer__menu-item-anchor {
    padding-left: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 1179px) {
  .ol-footer__menu-item-anchor {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.09rem;
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-footer__menu-item-anchor {
    font-size: clamp(0.875rem, -0.2378990731rem + 1.0298661174vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .ol-footer__menu-item-anchor {
    font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__menu-item-anchor {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-footer__menu-item-anchor::after {
  background-color: #2e2927;
}

.ol-footer__sub {
  margin-bottom: clamp(30px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-footer__sub {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}

.ol-footer__sub-inner {
  display: flex;
  column-gap: clamp(24px, 3.3vw, 30px);
}
@media (min-width: 1729px) {
  .ol-footer__sub-inner {
    column-gap: clamp(30px, 2.25vw, 60px);
  }
}
@media (max-width: 768px) {
  .ol-footer__sub-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: clamp(12px, 1.8vw, 18px);
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__sub-inner {
    row-gap: clamp(18px, 0.9vw, 36px);
  }
}

.ol-footer__sub-item {
  position: relative;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .ol-footer__sub-item {
    flex-basis: 100%;
  }
}

.ol-footer__sub-image {
  aspect-ratio: 3.3/1;
  object-fit: cover;
  filter: brightness(0.75) saturate(1.2) contrast(1.2);
}

.ol-footer__sub-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.3125rem, 1.2303232286rem + 0.365230095vw, 1.625rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  color: #F8FDFD;
  z-index: 100;
}
@media (min-width: 1729px) {
  .ol-footer__sub-label {
    font-size: clamp(1.625rem, -1.1572476828rem + 2.5746652935vw, 3.1875rem);
  }
}
@media (max-width: 768px) {
  .ol-footer__sub-label {
    font-size: clamp(1.125rem, 1.1085646457rem + 0.073046019vw, 1.1875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.12rem;
  }
}
@media (max-width: 768px) and (min-width: 1729px) {
  .ol-footer__sub-label {
    font-size: clamp(1.1875rem, -1.1495880536rem + 2.1627188465vw, 2.5rem);
  }
}

.ol-footer__sub-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(30px, 3.6vw, 48px);
  font-size: clamp(0.9375rem, 0.9292823229rem + 0.0365230095vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.12rem;
  color: #2e2927;
}
@media (min-width: 1729px) {
  .ol-footer__sub-heading {
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-footer__sub-heading {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-footer__sub-heading::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 0.5px;
  background-color: #2e2927;
  margin-right: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-footer__sub-heading::before {
    margin-right: clamp(18px, 0.9vw, 36px);
  }
}
.ol-footer__sub-heading::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 0.5px;
  background-color: #2e2927;
  margin-left: clamp(12px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-footer__sub-heading::after {
    margin-left: clamp(18px, 0.9vw, 36px);
  }
}
