@charset "UTF-8";
:root {
  --font-size-base:15px;
  --font-size-large:calc(var(--font-size-base) * 1.25);
  --font-size-small:calc(var(--font-size-base) * 0.875);
  --border-radius-common:5px;
}

.inter- {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: number;
  src: local("DM Sans");
  unicode-range: U+0030-0039;
}
body {
  font-size: var(--font-size-base);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: url("../images/bg.png") repeat;
}
body.active:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section .f_inner {
  width: min(82.0105820106vw, 1240px);
  margin: auto;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  section .f_inner {
    width: 100%;
    padding: 0 20px;
    gap: 20px;
  }
}
section .flexWrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(3.9682539683vw, 60px);
}
@media screen and (max-width: 820px) {
  section .flexWrap {
    gap: 20px;
  }
}

.inquiry_cnt {
  width: calc(50% - min(1.9841269841vw, 30px));
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
  background: #006DA8;
  border-radius: 5px;
  padding: min(1.9841269841vw, 30px);
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .inquiry_cnt {
    width: 100%;
    gap: 20px;
    padding: 30px;
  }
}
.inquiry_cnt h3 {
  padding: 0.5em 0 0.75em;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: min(2.1164021164vw, 32px);
}
@media screen and (max-width: 820px) {
  .inquiry_cnt h3 {
    font-size: 26px;
  }
}
.inquiry_cnt strong {
  font-size: min(1.1904761905vw, 18px);
  text-align: center;
  line-height: 200%;
}
@media screen and (max-width: 820px) {
  .inquiry_cnt strong {
    font-size: 14px;
  }
}
.inquiry_cnt p {
  line-height: 200%;
  font-family: Inter;
  font-size: min(0.9259259259vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
@media screen and (max-width: 820px) {
  .inquiry_cnt p {
    font-size: 14px;
  }
}

.button_wrap {
  text-align: center;
}

p.btn_more a {
  color: #000;
  font-family: "LINE Seed JP_OTF";
  font-size: min(0.6613756614vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: min(5.9523809524vw, 90px);
  min-width: min(5.9523809524vw, 90px);
  height: min(0.9920634921vw, 15px);
  line-height: min(0.9920634921vw, 15px);
  margin-left: min(0.9920634921vw, 15px);
  padding-right: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  p.btn_more a {
    font-size: 10px;
    width: 90px;
    min-width: 90px;
    height: 15px;
    line-height: 15px;
    margin-left: 15px;
    padding-right: 20px;
  }
}
p.btn_more a:before {
  content: "";
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
  border-radius: min(0.9920634921vw, 15px);
  background: rgba(0, 0, 0, 0.1);
  left: max(-0.9920634921vw, -15px);
  top: 50%;
  position: absolute;
  z-index: 0;
  transform: translate(0, -50%) scale(0.85);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  p.btn_more a:before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    left: -15px;
  }
}
p.btn_more a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  transform: translate(0, -50%) scale(1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.btn_more a:after {
  content: "\e90c";
  display: block;
  width: min(0.7936507937vw, 12px);
  height: min(0.7936507937vw, 12px);
  font-size: min(0.7936507937vw, 12px);
  font-family: "icomoon";
  position: absolute;
  right: 0;
  bottom: min(0.1653439153vw, 2.5px);
  opacity: 0.6;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  p.btn_more a:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    right: 0;
    bottom: 2.5px;
  }
}
p.btn_more a:hover:after {
  opacity: 1;
  transform: translate(3px, -3px);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.btn_more._b a {
  color: #0085CE;
}
p.btn_more._b a:before {
  background: rgba(0, 0, 0, 0.1);
}
p.btn_more._b a:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
p.btn_more._b a:after {
  color: #0085CE;
}
p.btn_more._w a {
  color: #FFF;
}
p.btn_more._w a:before {
  background: rgba(255, 255, 255, 0.1);
}
p.btn_more._w a:hover:before {
  background: rgba(255, 255, 255, 0.4);
}
p.btn_more._w a:after {
  color: #FFF;
}
p.button {
  text-align: center;
}
p.button.min a {
  min-width: min(15.2116402116vw, 230px);
}
@media screen and (max-width: 820px) {
  p.button.min a {
    min-width: 230px;
  }
}
p.button a {
  text-align: center;
  min-width: min(17.1957671958vw, 260px);
  height: min(3.9682539683vw, 60px);
  display: inline-block !important;
  line-height: min(3.9682539683vw, 60px);
  color: #FFF !important;
  border-radius: min(1.9841269841vw, 30px);
  text-align: center;
  text-decoration: none;
  padding: 0 min(4.6296296296vw, 70px) 0 min(2.6455026455vw, 40px);
  font-size: min(1.0582010582vw, 16px);
  font-weight: 500;
  position: relative;
}
.yokohama-history p.button a {
  background: #000;
}
.rekihaku p.button a {
  background: #2D6BAB;
}
.kaikou p.button a {
  background: #038f9e;
}
.tohatsu p.button a {
  background: #A31600;
}
.eurasian p.button a {
  background: #9D8959;
}
.santono p.button a {
  background: #3D992A;
}
.maibun p.button a {
  background: #82641C;
}
.hasseiden p.button a {
  background: #499171;
}
@media screen and (max-width: 820px) {
  p.button a {
    min-width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 40px 0 20px;
    font-size: 2.9333333333vw;
  }
}
p.button a:before {
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
  border-radius: min(1.3227513228vw, 20px);
  background: #FFF;
  content: "";
  display: block;
  position: absolute;
  right: min(1.3227513228vw, 20px);
  top: 50%;
  transform: translate(0, -50%) scale(1);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 820px) {
  p.button a:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    right: 22.5px;
  }
}
p.button a:after {
  font-family: "icomoon";
  content: "\e907";
  font-size: min(0.6613756614vw, 10px);
  display: block;
  width: min(0.6613756614vw, 10px);
  height: min(0.6613756614vw, 10px);
  line-height: min(0.6613756614vw, 10px);
  position: absolute;
  right: min(1.6534391534vw, 25px);
  top: 50%;
  transform-origin: center;
  transform: translate(0, -50%) scale(1);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #000;
}
@media screen and (max-width: 820px) {
  p.button a:after {
    font-size: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    right: 4vw;
  }
}
p.button a:hover:before {
  transform: translate(0, -50%) scale(2);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.button a:hover:after {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
p.button.rekihaku_c a {
  background: #2D6BAB;
}
p.button.kaikou_c a {
  background: #038f9e;
}
p.button.tohatsu_c a {
  background: #A31600;
}
p.button.eurasian_c a {
  background: #9D8959;
}
p.button.santono_c a {
  background: #3D992A;
}
p.button.maibun_c a {
  background: #82641C;
}
p.button.hasseiden_c a {
  background: #499171;
}
p.button.blue a {
  background: #0085CE;
}
p.button.transparent a {
  mix-blend-mode: screen;
  opacity: 0.9;
}
p.button.event a {
  color: #FFF;
}
p.button.event a:before {
  display: none;
}
p.button.event a:after {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  content: "\e927";
  color: #FFF;
  font-size: min(2.6455026455vw, 40px);
  line-height: 1em;
  opacity: 1;
}
@media screen and (min-width: 1512px) {
  p.button.event a:after {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  p.button.event a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
p.button.calendar a {
  color: #FFF;
}
p.button.calendar a:before {
  display: none;
}
p.button.calendar a:after {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  content: "\e92a";
  color: #FFF;
  font-size: min(2.6455026455vw, 40px);
  line-height: 1em;
  opacity: 1;
}
@media screen and (min-width: 1512px) {
  p.button.calendar a:after {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  p.button.calendar a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
p.button.yellow a {
  background: #FFBB00;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.button.yellow a:hover {
  background: #FF9900;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.button.vm a {
  color: #000;
  font-family: "LINE Seed JP_OTF";
  font-size: min(0.6613756614vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: min(4.6296296296vw, 70px);
  min-width: min(4.6296296296vw, 70px);
  height: min(0.9920634921vw, 15px);
  line-height: min(0.9920634921vw, 15px);
  margin-left: min(0.9920634921vw, 15px);
}
@media screen and (max-width: 820px) {
  p.button.vm a {
    font-size: 10px;
    width: 70px;
    min-width: 70px;
    height: 15px;
    line-height: 15px;
    margin-left: 15px;
  }
}
p.button.vm a:before {
  content: "";
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
  border-radius: min(0.9920634921vw, 15px);
  background: rgba(0, 0, 0, 0.1);
  left: max(-0.9920634921vw, -15px);
  top: 50%;
  position: absolute;
  z-index: 0;
  transform: translate(0, -50%) scale(0.85);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  p.button.vm a:before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    left: -15px;
  }
}
p.button.vm a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  transform: translate(0, -50%) scale(1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.button.vm a:after {
  content: "\e90c";
  display: block;
  width: min(0.7936507937vw, 12px);
  height: min(0.7936507937vw, 12px);
  font-size: min(0.7936507937vw, 12px);
  font-family: "icomoon";
  position: absolute;
  right: max(-1.3227513228vw, -20px);
  bottom: min(0.1653439153vw, 2.5px);
  opacity: 0.6;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  p.button.vm a:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    right: -20px;
    bottom: 2.5px;
  }
}
p.button.vm a:hover:after {
  opacity: 1;
  transform: translate(3px, -3px);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
p.button.vm._b a {
  color: #0085CE;
}
p.button.vm._b a:before {
  background: rgba(0, 0, 0, 0.1);
}
p.button.vm._b a:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
p.button.vm._b a:after {
  color: #0085CE;
}
p.button.vm._w a {
  color: #FFF;
}
p.button.vm._w a:before {
  background: rgba(255, 255, 255, 0.1);
}
p.button.vm._w a:hover:before {
  background: rgba(255, 255, 255, 0.4);
}
p.button.vm._w a:after {
  color: #FFF;
}
@media screen and (max-width: 820px) {
  p.button.btn_inquiry {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
  }
}
p.button.btn_inquiry span {
  display: block;
}
@media screen and (max-width: 820px) {
  p.button.btn_inquiry span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  p.button.btn_inquiry:after {
    font-family: icomoon;
    content: "\e922";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #0085CE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

a.btn_menu, button.btn_menu {
  width: min(3.3068783069vw, 50px);
  height: min(3.3068783069vw, 50px);
  border-radius: min(1.6534391534vw, 25px);
  border: none;
  background: #0085CE;
  position: relative;
}
a.btn_menu span, button.btn_menu span {
  width: min(1.3227513228vw, 20px);
  height: 2px;
  background: #FFF;
  position: absolute;
}
a.btn_menu span:nth-child(1), button.btn_menu span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
a.btn_menu span:nth-child(2), button.btn_menu span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -7px);
  transform-origin: 0 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
a.btn_menu span:nth-child(3), button.btn_menu span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5px);
  transform-origin: 0 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
a.btn_menu.active span, button.btn_menu.active span {
  width: min(1.421957672vw, 21.5px);
}
a.btn_menu.active span:nth-child(1), button.btn_menu.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(0, -1px);
  opacity: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
a.btn_menu.active span:nth-child(2), button.btn_menu.active span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3.5px), -7.5px) rotate(45deg);
  transform-origin: 0 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
a.btn_menu.active span:nth-child(3), button.btn_menu.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3.5px), 6px) rotate(-45deg);
  transform-origin: 0 2px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s all;
}
@media screen and (max-width: 820px) {
  a.btn_menu, button.btn_menu {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  a.btn_menu span, button.btn_menu span {
    width: 20px;
    height: 2px;
  }
  a.btn_menu.active span, button.btn_menu.active span {
    width: 20px;
    height: 2px;
  }
}
a.sp_toggle_btn, button.sp_toggle_btn {
  display: none;
}
@media screen and (max-width: 820px) {
  a.sp_toggle_btn, button.sp_toggle_btn {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 36px;
    top: 15px;
    background: none;
    border: none;
    padding: 0;
  }
  a.sp_toggle_btn span, button.sp_toggle_btn span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #0085CE;
  }
  a.sp_toggle_btn span:before, a.sp_toggle_btn span:after, button.sp_toggle_btn span:before, button.sp_toggle_btn span:after {
    display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
  }
  a.sp_toggle_btn span:after, button.sp_toggle_btn span:after {
    transform: rotate(90deg);
  }
}
a.btn_more, button.btn_more {
  color: #000;
  font-family: "LINE Seed JP_OTF";
  font-size: min(0.6613756614vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: min(5.9523809524vw, 90px);
  min-width: min(5.9523809524vw, 90px);
  height: min(0.9920634921vw, 15px);
  line-height: min(0.9920634921vw, 15px);
  margin-left: min(0.9920634921vw, 15px);
  padding-right: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  a.btn_more, button.btn_more {
    font-size: 10px;
    width: 90px;
    min-width: 90px;
    height: 15px;
    line-height: 15px;
    margin-left: 15px;
    padding-right: 20px;
  }
}
a.btn_more:before, button.btn_more:before {
  content: "";
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
  border-radius: min(0.9920634921vw, 15px);
  background: rgba(0, 0, 0, 0.1);
  left: max(-0.9920634921vw, -15px);
  top: 50%;
  position: absolute;
  z-index: 0;
  transform: translate(0, -50%) scale(0.85);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  a.btn_more:before, button.btn_more:before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    left: -15px;
  }
}
a.btn_more:hover:before, button.btn_more:hover:before {
  background: rgba(0, 0, 0, 0.4);
  transform: translate(0, -50%) scale(1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.btn_more:after, button.btn_more:after {
  content: "\e90c";
  display: block;
  width: min(0.7936507937vw, 12px);
  height: min(0.7936507937vw, 12px);
  font-size: min(0.7936507937vw, 12px);
  font-family: "icomoon";
  position: absolute;
  right: 0;
  bottom: min(0.1653439153vw, 2.5px);
  opacity: 0.6;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  a.btn_more:after, button.btn_more:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    right: 0;
    bottom: 2.5px;
  }
}
a.btn_more:hover:after, button.btn_more:hover:after {
  opacity: 1;
  transform: translate(3px, -3px);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  a.btn_more.sp, button.btn_more.sp {
    text-indent: -9999px;
    font-size: 1px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 15px;
    background: rgba(173, 226, 255, 0.57);
    margin-left: 10px;
  }
  a.btn_more.sp:before, button.btn_more.sp:before {
    display: none;
  }
  a.btn_more.sp:after, button.btn_more.sp:after {
    text-indent: 0;
    font-size: 12px;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
a.btn_more._b, button.btn_more._b {
  color: #0085CE;
}
a.btn_more._b:before, button.btn_more._b:before {
  background: rgba(0, 0, 0, 0.1);
}
a.btn_more._b:hover:before, button.btn_more._b:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
a.btn_more._b:after, button.btn_more._b:after {
  color: #0085CE;
}
a.btn_more._w, button.btn_more._w {
  color: #FFF;
}
a.btn_more._w:before, button.btn_more._w:before {
  background: rgba(255, 255, 255, 0.1);
}
a.btn_more._w:hover:before, button.btn_more._w:hover:before {
  background: rgba(255, 255, 255, 0.4);
}
a.btn_more._w:after, button.btn_more._w:after {
  color: #FFF;
}
a.button, button.button {
  min-width: min(23.1481481481vw, 350px);
  height: min(3.3068783069vw, 50px);
  display: inline-block;
  line-height: min(3.3068783069vw, 50px);
  color: #FFF;
  border-radius: min(1.6534391534vw, 25px);
  text-align: center;
  text-decoration: none;
  padding: 0 min(3.3068783069vw, 50px) 0 min(1.6534391534vw, 25px);
  font-family: "LINE Seed JP_OTF";
  font-size: min(0.9920634921vw, 15px);
  font-style: normal;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 820px) {
  a.button, button.button {
    min-width: 350px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 50px 0 25px;
    font-size: 15px;
  }
}
a.button.min, button.button.min {
  min-width: min(15.2116402116vw, 230px);
}
@media screen and (max-width: 820px) {
  a.button.min, button.button.min {
    min-width: 230px;
  }
}
a.button:before, button.button:before {
  width: min(0.6613756614vw, 10px);
  height: min(0.6613756614vw, 10px);
  border-radius: min(0.3306878307vw, 5px);
  background: #FFF;
  content: "";
  display: block;
  position: absolute;
  right: min(1.4880952381vw, 22.5px);
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 820px) {
  a.button:before, button.button:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    right: 22.5px;
  }
}
a.button:after, button.button:after {
  transform: translate(0, -50%) scale(1);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.button:hover:before, button.button:hover:before {
  transform: translate(0, -50%) scale(2);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.button:hover:after, button.button:hover:after {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.button.blue, button.button.blue {
  background: #0085CE;
}
a.button.yellow, button.button.yellow {
  background: #FFBB00;
}
a.button.w_b, button.button.w_b {
  border: 1px solid #FFF;
}
@media screen and (max-width: 820px) {
  a.button.btn_inquiry, button.button.btn_inquiry {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    padding: 0;
  }
}
a.button.btn_inquiry span, button.button.btn_inquiry span {
  display: block;
}
@media screen and (max-width: 820px) {
  a.button.btn_inquiry span, button.button.btn_inquiry span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  a.button.btn_inquiry:before, button.button.btn_inquiry:before {
    font-family: icomoon;
    content: "\e922";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #0085CE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
  }
}

.switcher {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.switcher .style_btns button {
  border: none;
  background: none;
  width: min(3.3068783069vw, 50px);
  height: min(3.3068783069vw, 50px);
  border-radius: min(0.3306878307vw, 5px);
  position: relative;
  background: #EFEFEF;
}
.switcher .style_btns .btn_style_column::after,
.switcher .style_btns .btn_style_grid::after {
  font-family: icomoon;
  content: "\e91a";
  font-size: min(1.1904761905vw, 18px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.switcher .style_btns .btn_style_column.active,
.switcher .style_btns .btn_style_grid.active {
  color: #FFF;
}
.rekihaku .switcher .style_btns .btn_style_column.active,
.rekihaku .switcher .style_btns .btn_style_grid.active {
  background: #2D6BAB;
}
.tohatsu .switcher .style_btns .btn_style_column.active,
.tohatsu .switcher .style_btns .btn_style_grid.active {
  background: #A31600;
}
.switcher .style_btns .btn_style_column::after {
  content: "\e91a";
}
.switcher .style_btns .btn_style_grid::after {
  content: "\e918";
}

.swiper {
  overflow: hidden;
}
.swiper .swiper-wrapper {
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
}
.swiper .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.slide-count {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.swiper_nav_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}

.event_card_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event_card_wrap .swiper-slide {
  width: 100%;
}

.event_swiper_ui {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: min(0.496031746vw, 7.5px) 0;
  gap: min(1.3227513228vw, 20px);
  width: min(16.5343915344vw, 250px);
  position: absolute;
  left: min(13.2275132275vw, 200px);
  top: 0;
  z-index: 60;
}
@media screen and (min-width: 1512px) {
  .event_swiper_ui {
    padding: 10px 0;
    gap: 20px;
    width: 250px;
    position: absolute;
    left: 200px;
  }
}
@media screen and (max-width: 820px) {
  .event_swiper_ui {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.6666666667vw 0;
    gap: 4vw;
    width: 58.6666666667vw;
    position: absolute;
    left: 37.3333333333vw;
  }
}

.event_pagination {
  font-weight: bold;
  font-family: sans-serif;
  font-size: min(0.9920634921vw, 15px);
}
@media screen and (min-width: 1512px) {
  .event_pagination {
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .event_pagination {
    font-size: 2.6666666667vw;
  }
}

.progress-circle {
  position: relative;
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
  line-height: 0;
}
@media screen and (max-width: 820px) {
  .progress-circle {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.progress-circle svg {
  transform: rotate(-90deg);
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  .progress-circle svg {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.progress-circle circle {
  fill: none;
  stroke-width: 2;
}
.progress-circle .bg {
  stroke: #ccc;
}

.progress-circle .bg-sp {
  stroke: #ccc;
}

.progress-circle .progress {
  stroke: #007aff;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-circle .progress-sp {
  stroke: #007aff;
  stroke-dasharray: 56;
  stroke-dashoffset: 56;
  transition: stroke-dashoffset 0.1s linear;
}

.event_nav {
  width: min(4.6296296296vw, 70px);
  height: min(2.3148148148vw, 35px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
@media screen and (min-width: 1512px) {
  .event_nav {
    width: 70px;
    height: 35px;
  }
}
@media screen and (max-width: 820px) {
  .event_nav {
    width: 18.6666666667vw;
    height: 8vw;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.event_nav .swiper-button-prev,
.event_nav .swiper-button-next {
  position: relative;
  width: min(2.3148148148vw, 35px);
  height: min(2.3148148148vw, 35px);
  margin-top: 0 !important;
  padding: 0;
  top: 0 !important;
  left: 0 !important;
}
@media screen and (min-width: 1512px) {
  .event_nav .swiper-button-prev,
  .event_nav .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 820px) {
  .event_nav .swiper-button-prev,
  .event_nav .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
.event_nav .swiper-button-prev svg,
.event_nav .swiper-button-next svg {
  display: none;
}
.event_nav .swiper-button-prev:after,
.event_nav .swiper-button-next:after {
  content: "";
  font-family: icomoon;
  position: absolute;
  display: block;
  width: min(2.3148148148vw, 35px);
  height: min(2.3148148148vw, 35px);
  font-size: min(0.9920634921vw, 15px);
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}
.rekihaku .event_nav .swiper-button-prev:after,
.rekihaku .event_nav .swiper-button-next:after {
  color: #2D6BAB;
}
.kaikou .event_nav .swiper-button-prev:after,
.kaikou .event_nav .swiper-button-next:after {
  color: #038f9e;
}
.tohatsu .event_nav .swiper-button-prev:after,
.tohatsu .event_nav .swiper-button-next:after {
  color: #A31600;
}
.eurasian .event_nav .swiper-button-prev:after,
.eurasian .event_nav .swiper-button-next:after {
  color: #9D8959;
}
.santono .event_nav .swiper-button-prev:after,
.santono .event_nav .swiper-button-next:after {
  color: #3D992A;
}
.maibun .event_nav .swiper-button-prev:after,
.maibun .event_nav .swiper-button-next:after {
  color: #82641C;
}
.hasseiden .event_nav .swiper-button-prev:after,
.hasseiden .event_nav .swiper-button-next:after {
  color: #499171;
}
@media screen and (min-width: 1512px) {
  .event_nav .swiper-button-prev:after,
  .event_nav .swiper-button-next:after {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .event_nav .swiper-button-prev:after,
  .event_nav .swiper-button-next:after {
    width: 8vw;
    height: 8vw;
    font-size: 2.1333333333vw;
    line-height: 3.5em;
  }
}
.event_nav .swiper-button-prev:after {
  content: "\e92e";
}
.event_nav .swiper-button-next:after {
  content: "\e92f";
}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
}

/* --- main_slide の fade 対策 --- */
.main_slide .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_slide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- event_card_wrap --- */
.event_card_wrap {
  width: 100%;
  overflow: hidden;
}

.event_card_wrap .swiper-wrapper {
  display: flex;
}

.event_card_wrap .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.event_card_wrap .swiper-button-prev,
.event_card_wrap .swiper-button-next {
  color: #333;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle .bg {
  stroke: #ccc;
}

.progress-circle .progress {
  stroke: #007aff;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset 0.1s linear;
}

/* -------------------
   Swiper 固定上書き（ページ内のどこかで上書きされている想定）
   ※ このブロックは他のCSSの後に置くこと
   ------------------- */
/* 共通 */
.main_slide.swiper,
.event_card_wrap.swiper {
  overflow: hidden !important;
}
.main_slide.swiper .swiper-wrapper,
.event_card_wrap.swiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important; /* 横に並べる */
  align-items: stretch !important;
  position: relative !important;
}

/* 1枚表示にする（横スライド用／ event_card_wrap） */
.event_card_wrap .swiper-slide {
  flex: 0 0 100% !important; /* 幅100%で横並び */
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  position: relative !important;
}

/* フェード用（main_slide）のために特別扱い：
   fade はスライドを重ねて opacity で切り替えるため絶対配置が必要 */
.main_slide .swiper-wrapper {
  /* wrapperはrelative（既に設定） */
  min-height: 1px; /* 空の高さ問題回避 */
}

.main_slide .swiper-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.main_slide .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  z-index: 2;
}

/* 画像の扱い：画像が消える問題の回避（画像が非表示にならないように） */
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* event_card_wrap で下段に落ちる症状のための対策（余白・改行の抑制） */
.event_card_wrap .swiper-slide > * { /* スライド内の要素 */
  display: block;
}

/* ナビボタンなどは標準のままに */
.event_card_wrap .swiper-button-prev,
.event_card_wrap .swiper-button-next {
  z-index: 40;
}

.mv-slider {
  width: 100%;
  /* ---------- 上段：メイン ---------- */
  /* アクティブ時にズーム */
  /* ページネーション位置 */
  /* 矢印ボタン */
  /* ---------- サムネイル ---------- */
}
.mv-slider .swiper-main {
  width: 100%;
  height: calc(100vh - min(11.9047619048vw, 180px));
  position: relative;
}
.mv-slider .swiper-main .swiper-slide {
  overflow: hidden;
  position: relative;
}
.mv-slider .swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s ease;
}
.mv-slider .swiper-main .swiper-slide .c_copy {
  position: absolute;
  z-index: 2;
  font-size: min(3.1746031746vw, 48px);
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: min(2.6455026455vw, 40px);
  bottom: min(9.9206349206vw, 150px);
  font-weight: 600;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  gap: min(1.6534391534vw, 25px);
}
.mv-slider .swiper-main .swiper-slide .c_copy span {
  display: inline-block;
  padding: min(0.9920634921vw, 15px) 0;
  border-bottom: 5px solid #FFF;
}
.mv-slider .swiper-main .swiper-slide-active img {
  transform: scale(1.1);
}
.mv-slider .swiper-main .swiper-pagination {
  bottom: 20px;
}
.mv-slider .swiper-main .swiper-button-prev,
.mv-slider .swiper-main .swiper-button-next {
  color: #fff;
}
.mv-slider .swiper-thumb {
  width: min(79.3650793651vw, 1200px);
  margin: auto;
  overflow: visible;
  transform: translateY(-50%);
}
.mv-slider .swiper-thumb .swiper-slide {
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: brightness(75%);
}
.mv-slider .swiper-thumb .swiper-slide-active {
  filter: brightness(1.1);
}
.mv-slider .swiper-thumb figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.9920634921vw, 15px);
}
.mv-slider .swiper-thumb figure img {
  aspect-ratio: 16/9;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mv-slider .swiper-thumb figure figcaption {
  text-align: center;
  font-size: min(0.9259259259vw, 14px);
}
.mv-slider .swiper-thumb .thumb-card {
  border-radius: 12px;
  overflow: hidden;
}
.mv-slider .swiper-thumb .thumb-card img {
  aspect-ratio: 16/9;
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ==========================
  main_slide GSAP制御
========================== */
.swiper.main_slide .swiper-slide {
  opacity: 0;
  z-index: 0;
}

.swiper.main_slide .swiper-slide.active {
  opacity: 1;
  z-index: 1;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .header {
    width: 100vw;
  }
}
.header_inner {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(93.3862433862vw, 1412px);
  padding: min(1.3227513228vw, 20px) 0;
}
@media screen and (min-width: 1512px) {
  .header_inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 820px) {
  .header_inner {
    width: calc(100% - 10.6666666667vw);
    padding: 5.3333333333vw 0;
  }
}
.header h1 {
  width: min(21.164021164vw, 320px);
  height: min(4.6296296296vw, 70px);
  z-index: 4;
  border-radius: min(2.3148148148vw, 35px);
  background: rgba(255, 255, 255, 0.7);
  background: color(display-p3 1 1 1 / 0.7);
  backdrop-filter: blur(5px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1512px) {
  .header h1 {
    width: 320px;
    height: 70px;
  }
}
@media screen and (max-width: 820px) {
  .header h1 {
    width: 48.8vw;
    height: 10.6666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.eurasian .header h1 {
  width: min(22.4867724868vw, 340px);
}
@media screen and (max-width: 820px) {
  .eurasian .header h1 {
    width: 48vw;
  }
}
.header h1 svg {
  width: min(15.873015873vw, 240px);
  height: min(3.9682539683vw, 60px);
  object-fit: contain;
}
@media screen and (min-width: 1512px) {
  .header h1 svg {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 820px) {
  .header h1 svg {
    width: 36.5333333333vw;
    height: 6.1333333333vw;
  }
}
.yokohama-history .header h1 svg .cls-1 {
  fill: #231815;
}
.yokohama-history .header h1 svg .cls-2 {
  fill: none;
  stroke: #231815;
  stroke-width: 0.25px;
}
.rekihaku .header h1 svg .cls-1 {
  fill: #3071b9;
}
.rekihaku .header h1 svg .cls-2 {
  fill: #231815;
}
.rekihaku .header h1 svg .cls-3 {
  fill: #f8b500;
}
.rekihaku .header h1 svg .cls-4 {
  fill: #00a9a9;
}
.kaikou .header h1 svg .cls-1 {
  fill: #676465;
}
.kaikou .header h1 svg .cls-2 {
  fill: #0f8799;
}
.tohatsu .header h1 svg {
  width: min(17.8571428571vw, 270px);
}
@media screen and (max-width: 820px) {
  .tohatsu .header h1 svg {
    width: 40vw;
  }
}
.eurasian .header h1 svg {
  width: min(18.5185185185vw, 280px);
}
@media screen and (max-width: 820px) {
  .eurasian .header h1 svg {
    width: 37.3333333333vw;
  }
}
.eurasian .header h1 svg .cls-1 {
  fill: none;
}
.eurasian .header h1 svg .cls-2 {
  fill: url(#radial-gradient-2);
}
.eurasian .header h1 svg .cls-3 {
  fill: url(#linear-gradient-2);
}
.eurasian .header h1 svg .cls-4 {
  fill: url(#radial-gradient);
}
.eurasian .header h1 svg .cls-5 {
  fill: url(#linear-gradient);
}
.eurasian .header h1 svg .cls-6 {
  fill: #deb779;
}
.eurasian .header h1 svg .cls-7 {
  fill: #231815;
}
.eurasian .header h1 svg .cls-8 {
  fill: #fff;
}
.eurasian .header h1 svg .cls-9 {
  clip-path: url(#clippath);
}
.maibun .header h1 svg .cls-1 {
  stroke-width: 0.13px;
}
.maibun .header h1 svg .cls-1, .maibun .header h1 svg .cls-2, .maibun .header h1 svg .cls-3 {
  fill: none;
}
.maibun .header h1 svg .cls-1, .maibun .header h1 svg .cls-2, .maibun .header h1 svg .cls-3, .maibun .header h1 svg .cls-4 {
  stroke-miterlimit: 10;
}
.maibun .header h1 svg .cls-1, .maibun .header h1 svg .cls-3 {
  stroke: #231815;
}
.maibun .header h1 svg .cls-5 {
  fill: url(#linear-gradient-4);
}
.maibun .header h1 svg .cls-6 {
  fill: url(#linear-gradient-3);
}
.maibun .header h1 svg .cls-7 {
  fill: url(#linear-gradient-2);
}
.maibun .header h1 svg .cls-8 {
  fill: url(#linear-gradient);
}
.maibun .header h1 svg .cls-2 {
  stroke: #040000;
  stroke-width: 0.25px;
}
.maibun .header h1 svg .cls-9 {
  fill: #231815;
}
.maibun .header h1 svg .cls-10, .maibun .header h1 svg .cls-4 {
  fill: #80837c;
}
.maibun .header h1 svg .cls-3 {
  stroke-width: 0.11px;
}
.maibun .header h1 svg .cls-4 {
  stroke: #050101;
  stroke-width: 0.16px;
}
.hasseiden .header h1 svg .cls-1 {
  fill: #231815;
}
.hasseiden .header h1 svg .cls-2 {
  fill: none;
  stroke: #231815;
  stroke-width: 0.25px;
}
.header h1 span {
  display: none;
}

nav.btns {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  nav.btns {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  nav.btns {
    gap: 2.6666666667vw;
  }
}
nav.btns a {
  display: block;
  width: min(4.6296296296vw, 70px);
  height: min(4.6296296296vw, 70px);
  border-radius: min(2.3148148148vw, 35px);
  border: none;
  color: #FFF;
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.yokohama-history nav.btns a {
  background: #000;
}
.rekihaku nav.btns a {
  background: #2D6BAB;
}
.kaikou nav.btns a {
  background: #038f9e;
}
.tohatsu nav.btns a {
  background: #A31600;
}
.eurasian nav.btns a {
  background: #9D8959;
}
.santono nav.btns a {
  background: #3D992A;
}
.maibun nav.btns a {
  background: #82641C;
}
.hasseiden nav.btns a {
  background: #499171;
}
@media screen and (min-width: 1512px) {
  nav.btns a {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 820px) {
  nav.btns a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
nav.btns a:hover {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
nav.btns a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1.6534391534vw, 25px);
  height: min(1.6534391534vw, 25px);
  font-size: min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  nav.btns a:after {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  nav.btns a:after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
nav.btns a.x span {
  display: none;
}
nav.btns a.x:after {
  font-family: icomoon;
  content: "\e91b";
}
nav.btns a.x:hover {
  background: #000;
}
nav.btns a.youtube span {
  display: none;
}
nav.btns a.youtube:after {
  font-family: icomoon;
  content: "\e90b";
}
nav.btns a.youtube:hover {
  background: #FF0D00;
}
nav.btns a.menu {
  position: relative;
}
nav.btns a.menu span {
  width: min(1.9841269841vw, 30px);
  height: 1px;
  display: block;
  background: #FFF;
  position: absolute;
}
@media screen and (min-width: 1512px) {
  nav.btns a.menu span {
    width: 30px;
  }
}
@media screen and (max-width: 820px) {
  nav.btns a.menu span {
    width: 4vw;
  }
}
nav.btns a.menu span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -5px) rotate(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
@media screen and (max-width: 820px) {
  nav.btns a.menu span:nth-child(1) {
    transform: translate(-50%, -3px) rotate(0);
  }
}
nav.btns a.menu span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5px) rotate(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
@media screen and (max-width: 820px) {
  nav.btns a.menu span:nth-child(2) {
    transform: translate(-50%, 3px) rotate(0);
  }
}
nav.btns a.menu:hover span:nth-child(1) {
  transform: translate(-50%, -10px) rotate(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
@media screen and (max-width: 820px) {
  nav.btns a.menu:hover span:nth-child(1) {
    transform: translate(-50%, -5px) rotate(0);
  }
}
nav.btns a.menu:hover span:nth-child(2) {
  transform: translate(-50%, 10px) rotate(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
@media screen and (max-width: 820px) {
  nav.btns a.menu:hover span:nth-child(2) {
    transform: translate(-50%, 5px) rotate(0);
  }
}
nav.btns a.menu.active {
  background: #A6A6A6;
}
nav.btns a.menu.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
nav.btns a.menu.active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s all;
}
nav.global {
  width: 50vw;
  height: 100svh;
  background: rgba(255, 255, 255, 0.9);
  padding: min(8.5978835979vw, 130px) min(6.6137566138vw, 100px) min(6.6137566138vw, 100px) min(6.6137566138vw, 100px);
  border-radius: min(1.9841269841vw, 30px) 0 0 min(1.9841269841vw, 30px);
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translate3d(50vw, 0, 0);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1512px) {
  nav.global {
    padding: 130px 100px 100px 100px;
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 820px) {
  nav.global {
    width: 100vw;
    border-radius: 0;
    transform: translate3d(100vw, 0, 0);
    padding: 21.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .yokohama-history nav.global {
    background: #000;
  }
  .rekihaku nav.global {
    background: #2D6BAB;
  }
  .kaikou nav.global {
    background: #038f9e;
  }
  .tohatsu nav.global {
    background: #A31600;
  }
  .eurasian nav.global {
    background: #9D8959;
  }
  .santono nav.global {
    background: #3D992A;
  }
  .maibun nav.global {
    background: #82641C;
  }
  .hasseiden nav.global {
    background: #499171;
  }
}
nav.global.active {
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
nav.global a {
  color: #000;
}
@media screen and (max-width: 820px) {
  nav.global a {
    color: #FFF;
    font-size: 4vw;
    padding: 1.25em 0;
  }
}
.yokohama-history nav.global a:hover {
  color: #000;
}
.rekihaku nav.global a:hover {
  color: #2D6BAB;
}
.kaikou nav.global a:hover {
  color: #038f9e;
}
.tohatsu nav.global a:hover {
  color: #A31600;
}
.eurasian nav.global a:hover {
  color: #9D8959;
}
.maibun nav.global a:hover {
  color: #82641C;
}
.maibun nav.global a:hover {
  color: #82641C;
}
.hasseiden nav.global a:hover {
  color: #499171;
}
nav.global > ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(3.3068783069vw, 50px);
}
@media screen and (min-width: 1512px) {
  nav.global > ul {
    gap: 50px;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul {
    flex-direction: column;
    gap: 0;
  }
}
nav.global > ul > li {
  width: calc((100% - min(3.3068783069vw, 50px)) / 2);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  nav.global > ul > li {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li {
    width: 100%;
    gap: 0;
    position: relative;
  }
}
nav.global > ul > li > .toggle-btn {
  display: none;
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > .toggle-btn {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 1.7333333333vw;
    right: 1.3333333333vw;
    cursor: pointer;
    z-index: 10;
  }
  nav.global > ul > li > .toggle-btn:before, nav.global > ul > li > .toggle-btn:after {
    display: block;
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background: #FFF;
    top: 50%;
    right: 4vw;
  }
  nav.global > ul > li > .toggle-btn:after {
    transform: rotate(90deg);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
nav.global > ul > li > a {
  font-size: min(1.1904761905vw, 18px);
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}
@media screen and (min-width: 1512px) {
  nav.global > ul > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > a {
    font-size: 4vw;
    color: #FFF;
    padding: 1.25em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
}
nav.global > ul > li > a:before {
  display: block;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > a:before {
    display: none;
  }
}
nav.global > ul > li > a span {
  position: relative;
  display: inline-block;
  padding: 0 0 min(0.6613756614vw, 10px) 0;
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > a span {
    padding: 0;
  }
}
nav.global > ul > li > a span:before {
  display: block;
  width: 100%;
  height: 1px;
  background: #2D6BAB;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > a span:before {
    display: none;
  }
}
.yokohama-history nav.global > ul > li > a span:before {
  background: #000;
}
.rekihaku nav.global > ul > li > a span:before {
  background: #2D6BAB;
}
.kaikou nav.global > ul > li > a span:before {
  background: #038f9e;
}
.tohatsu nav.global > ul > li > a span:before {
  background: #A31600;
}
.eurasian nav.global > ul > li > a span:before {
  background: #9D8959;
}
.santono nav.global > ul > li > a span:before {
  background: #3D992A;
}
.maibun nav.global > ul > li > a span:before {
  background: #82641C;
}
.hasseiden nav.global > ul > li > a span:before {
  background: #499171;
}
nav.global > ul > li > ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  nav.global > ul > li > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > ul.submenu-inner {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.4s ease;
    background: rgba(0, 0, 0, 0.1);
  }
  nav.global > ul > li > ul.submenu-inner li {
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  nav.global > ul > li > ul.submenu-inner.children-visible li {
    opacity: 1;
    transform: translateY(0);
  }
  nav.global > ul > li > ul.submenu-inner.fade-in li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
nav.global > ul > li > ul > li {
  width: 100%;
}
nav.global > ul > li > ul > li > a {
  font-size: min(0.9920634921vw, 15px);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-left: min(1.3227513228vw, 20px);
}
nav.global > ul > li > ul > li > a:before {
  font-family: "icomoon";
  content: "\e92f";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: min(0.9920634921vw, 15px);
  height: min(0.9920634921vw, 15px);
  font-size: min(0.5291005291vw, 8px);
  line-height: min(0.9920634921vw, 15px);
}
.yokohama-history nav.global > ul > li > ul > li > a:before {
  color: #000;
}
.rekihaku nav.global > ul > li > ul > li > a:before {
  color: #2D6BAB;
}
.kaikou nav.global > ul > li > ul > li > a:before {
  color: #038f9e;
}
.tohatsu nav.global > ul > li > ul > li > a:before {
  color: #A31600;
}
.eurasian nav.global > ul > li > ul > li > a:before {
  color: #9D8959;
}
.santono nav.global > ul > li > ul > li > a:before {
  color: #3D992A;
}
.maibun nav.global > ul > li > ul > li > a:before {
  color: #82641C;
}
.hasseiden nav.global > ul > li > ul > li > a:before {
  color: #499171;
}
@media screen and (min-width: 1512px) {
  nav.global > ul > li > ul > li > a {
    font-size: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > ul > li > a {
    font-size: 3.7333333333vw;
    font-weight: 500;
    padding: 1em;
    display: block;
  }
}
nav.global > ul > li > ul > li > a:hover:before {
  transform: translate(3px, -50%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > ul > li:first-child a {
    padding: 1.5em 1em 1em 1em;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li > ul > li:last-child a {
    padding: 1em 1em 1.5em 1em;
  }
}
@media screen and (max-width: 820px) {
  nav.global > ul > li.active > ul.submenu-inner {
    opacity: 1;
  }
  nav.global > ul > li.active > ul.fade-in {
    background: rgba(0, 0, 0, 0.1);
  }
  nav.global > ul > li.active > .toggle-btn:after {
    transform: rotate(0deg);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
nav.pcMenu {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.pcMenu .gnav {
  width: min(37.037037037vw, 560px);
  height: min(3.3068783069vw, 50px);
  flex-shrink: 0;
  border-radius: min(1.6534391534vw, 25px);
  background: #FFF;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 初期状態ではサブメニューを非表示に */
}
nav.pcMenu .gnav > li {
  position: relative;
  display: inline-block;
  position: relative;
  line-height: min(3.3068783069vw, 50px);
}
nav.pcMenu .gnav > li:hover {
  color: #FFBB00;
  background: #F3F3F3;
  border-radius: min(1.6534391534vw, 25px) min(1.6534391534vw, 25px) 0 0;
}
nav.pcMenu .gnav > li > a {
  width: auto;
  height: 100%;
  text-align: center;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: nowrap;
  color: #0085CE;
  padding: 0 min(1.3227513228vw, 20px) 0 min(1.9841269841vw, 30px);
  font-family: inter;
  font-size: min(0.9920634921vw, 15px);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
nav.pcMenu .gnav > li > a:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #D9D9D9;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
nav.pcMenu .gnav_sub {
  will-change: opacity, transform;
  opacity: 0;
  position: absolute;
  background: #F3F3F3;
  border-radius: 0 0 min(1.6534391534vw, 25px) min(1.6534391534vw, 25px);
  min-width: min(11.2433862434vw, 170px);
  z-index: 1000;
  padding: min(0.6613756614vw, 10px) 0;
  margin: 0;
  /* サブメニュー内リンクのスタイル調整（必要に応じて） */
}
nav.pcMenu .gnav_sub > li {
  line-height: min(3.3068783069vw, 50px);
}
nav.pcMenu .gnav_sub > li a {
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: nowrap;
  color: #0077B8;
  text-decoration: none;
  font-size: min(0.9920634921vw, 15px);
  padding: 0 min(1.9841269841vw, 30px);
}
@media screen and (max-width: 820px) {
  nav.pcMenu {
    display: none;
  }
}
nav.buttons {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: min(20.5026455026vw, 310px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  nav.buttons {
    width: 110px;
  }
}
nav.spMenu {
  display: block;
  visibility: hidden;
  width: 100vw;
  height: auto;
  background: #0085CE;
  padding: min(8.5978835979vw, 130px) min(3.3068783069vw, 50px) min(3.3068783069vw, 50px) min(3.3068783069vw, 50px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -100px, 0);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}
@media screen and (max-width: 820px) {
  nav.spMenu {
    width: 100%;
    height: 100vh;
    padding: 80px 0 0;
  }
}
nav.spMenu a {
  color: #000;
  text-decoration: none;
  font-family: "Inter";
}
nav.spMenu .spGnav {
  width: calc(100vw - min(6.6137566138vw, 100px));
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (max-width: 820px) {
  nav.spMenu .spGnav {
    width: 100%;
    gap: 0;
  }
}
nav.spMenu .spGnav > li {
  width: calc((100% - min(5.9523809524vw, 90px)) / 4);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
  position: relative;
}
@media screen and (max-width: 820px) {
  nav.spMenu .spGnav > li {
    width: 100%;
    gap: 0;
  }
}
nav.spMenu .spGnav > li > a {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 min(1.3227513228vw, 20px);
  color: #FFF;
}
@media screen and (max-width: 820px) {
  nav.spMenu .spGnav > li > a {
    padding: 0 0 20px;
    padding: 15px;
    font-size: 18px;
  }
}
nav.spMenu .spGnav_sub {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  nav.spMenu .spGnav_sub {
    gap: 0;
    background: #0077B8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
nav.spMenu .spGnav_sub li {
  width: 100%;
  font-size: min(0.9920634921vw, 15px);
}
@media screen and (max-width: 820px) {
  nav.spMenu .spGnav_sub li {
    font-size: 14px;
  }
}
nav.spMenu .spGnav_sub li > a {
  font-weight: 400;
  color: #FFF;
  border: none;
  position: relative;
  display: block;
  padding: 15px;
  opacity: 0.8;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
nav.spMenu .spGnav_sub li > a:before {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  left: 2px;
  top: 50%;
}
nav.spMenu .spGnav_sub li > a:hover {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: underline;
}
nav.spMenu.active {
  display: block;
  visibility: visible;
  width: 100vw;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
}

.footer {
  background: #000;
  padding: min(3.3068783069vw, 50px);
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 5.3333333333vw;
  }
}
.footer a {
  text-decoration: none;
  color: #7A7A7A;
}
.footer .inner {
  background: #FFF;
  border-radius: min(1.3227513228vw, 20px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  padding: min(3.3068783069vw, 50px) 0 0 0;
  gap: min(3.3068783069vw, 50px);
}
@media screen and (max-width: 820px) {
  .footer .inner {
    border-radius: 5.3333333333vw;
    padding: 8vw 0 0 0;
    gap: 8vw;
  }
}
.footer_head {
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(3.3068783069vw, 50px);
  padding: 0 min(3.3068783069vw, 50px);
}
@media screen and (min-width: 1512px) {
  .footer_head {
    gap: 50px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head {
    display: flex; /* Safari */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 8vw;
    padding: 0 5.3333333333vw;
  }
}
.footer_head .f_logo {
  width: min(21.8253968254vw, 330px);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_logo {
    width: 330px;
    height: 60px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_logo {
    width: 70.6666666667vw;
    height: 12vw;
    order: 1;
  }
}
.footer_head .f_logo svg {
  width: 100%;
  object-fit: contain;
}
.rekihaku .footer_head .f_logo svg {
  width: min(21.8253968254vw, 330px);
}
.rekihaku .footer_head .f_logo svg .cls-1 {
  fill: #3071b9;
}
.rekihaku .footer_head .f_logo svg .cls-2 {
  fill: #231815;
}
.rekihaku .footer_head .f_logo svg .cls-3 {
  fill: #f8b500;
}
.rekihaku .footer_head .f_logo svg .cls-4 {
  fill: #00a9a9;
}
.kaikou .footer_head .f_logo svg .cls-1 {
  fill: #676465;
}
.kaikou .footer_head .f_logo svg .cls-2 {
  fill: #0f8799;
}
@media screen and (min-width: 1512px) {
  .eurasian .footer_head .f_logo svg {
    width: 330px;
    height: 60px;
  }
}
.eurasian .footer_head .f_logo svg .cls-1 {
  fill: none;
}
.eurasian .footer_head .f_logo svg .cls-2 {
  fill: url(#radial-gradient-2);
}
.eurasian .footer_head .f_logo svg .cls-3 {
  fill: url(#linear-gradient-2);
}
.eurasian .footer_head .f_logo svg .cls-4 {
  fill: url(#radial-gradient);
}
.eurasian .footer_head .f_logo svg .cls-5 {
  fill: url(#linear-gradient);
}
.eurasian .footer_head .f_logo svg .cls-6 {
  fill: #deb779;
}
.eurasian .footer_head .f_logo svg .cls-7 {
  fill: #231815;
}
.eurasian .footer_head .f_logo svg .cls-8 {
  fill: #fff;
}
.eurasian .footer_head .f_logo svg .cls-9 {
  clip-path: url(#clippath);
}
.maibun .footer_head .f_logo svg .cls-1 {
  stroke-width: 0.13px;
}
.maibun .footer_head .f_logo svg .cls-1, .maibun .footer_head .f_logo svg .cls-2, .maibun .footer_head .f_logo svg .cls-3 {
  fill: none;
}
.maibun .footer_head .f_logo svg .cls-1, .maibun .footer_head .f_logo svg .cls-2, .maibun .footer_head .f_logo svg .cls-3, .maibun .footer_head .f_logo svg .cls-4 {
  stroke-miterlimit: 10;
}
.maibun .footer_head .f_logo svg .cls-1, .maibun .footer_head .f_logo svg .cls-3 {
  stroke: #231815;
}
.maibun .footer_head .f_logo svg .cls-5 {
  fill: url(#linear-gradient-4);
}
.maibun .footer_head .f_logo svg .cls-6 {
  fill: url(#linear-gradient-3);
}
.maibun .footer_head .f_logo svg .cls-7 {
  fill: url(#linear-gradient-2);
}
.maibun .footer_head .f_logo svg .cls-8 {
  fill: url(#linear-gradient);
}
.maibun .footer_head .f_logo svg .cls-2 {
  stroke: #040000;
  stroke-width: 0.25px;
}
.maibun .footer_head .f_logo svg .cls-9 {
  fill: #231815;
}
.maibun .footer_head .f_logo svg .cls-10, .maibun .footer_head .f_logo svg .cls-4 {
  fill: #80837c;
}
.maibun .footer_head .f_logo svg .cls-3 {
  stroke-width: 0.11px;
}
.maibun .footer_head .f_logo svg .cls-4 {
  stroke: #050101;
  stroke-width: 0.16px;
}
.footer_head .f_address {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.6613756614vw, 10px);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_address {
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_address {
    width: 100%;
    font-size: 3.4666666667vw;
    gap: 1.3333333333vw;
    order: 3;
  }
}
.footer_head .f_info {
  width: min(25.1322751323vw, 380px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(0.6613756614vw, 10px) min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_info {
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_info {
    width: 100%;
    gap: 1.3333333333vw 6.6666666667vw;
    line-height: 1.3em;
    font-size: 3.2vw;
    order: 4;
  }
}
.footer_head .f_info dt {
  white-space: nowrap;
  width: min(5.291005291vw, 80px);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_info dt {
    width: 80px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_info dt {
    width: 16vw;
  }
}
.footer_head .f_info dd {
  flex-basis: auto;
  width: calc(100% - min(6.9444444444vw, 105px));
}
@media screen and (max-width: 820px) {
  .footer_head .f_info dd {
    width: calc(100% - 22.6666666667vw);
  }
}
.footer_head .f_sns_btns {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1512px) {
  .footer_head .f_sns_btns {
    display: flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap: nowrap;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_sns_btns {
    gap: 5.3333333333vw;
    order: 2;
  }
}
.footer_head .f_sns_btns a {
  display: block;
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
  color: #FFF;
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_sns_btns a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_sns_btns a {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.footer_head .f_sns_btns a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1.6534391534vw, 25px);
  height: min(1.6534391534vw, 25px);
  font-size: min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  .footer_head .f_sns_btns a:after {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  .footer_head .f_sns_btns a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.footer_head .f_sns_btns a.x span {
  display: none;
}
.footer_head .f_sns_btns a.x:after {
  font-family: icomoon;
  content: "\e91b";
  color: #000;
}
.footer_head .f_sns_btns a.x:hover:after {
  color: #000;
}
.footer_head .f_sns_btns a.youtube span {
  display: none;
}
.footer_head .f_sns_btns a.youtube:after {
  font-family: icomoon;
  content: "\e90b";
  color: #FF0D00;
}
.footer_head .f_sns_btns a.youtube:hover:after {
  color: #FF0D00;
}
.footer_nav {
  padding: 0 min(3.9682539683vw, 60px);
}
@media screen and (min-width: 1512px) {
  .footer_nav {
    padding: 0 80px;
  }
}
@media screen and (max-width: 820px) {
  .footer_nav {
    padding: 0;
  }
}
.footer_nav nav > ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(3.9682539683vw, 60px);
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul {
    flex-direction: column;
    gap: 0;
    padding: 0 5.3333333333vw;
  }
}
.footer_nav nav > ul > li {
  width: calc((100% - min(15.873015873vw, 240px)) / 5);
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    position: relative;
  }
}
.footer_nav nav > ul > li > .toggle-btn {
  display: none;
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li > .toggle-btn {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 2vw;
    right: 1.3333333333vw;
    cursor: pointer;
    z-index: 4;
  }
  .footer_nav nav > ul > li > .toggle-btn:before, .footer_nav nav > ul > li > .toggle-btn:after {
    display: block;
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #231815;
    top: 50%;
    right: 4vw;
  }
  .footer_nav nav > ul > li > .toggle-btn:after {
    transform: rotate(90deg);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.footer_nav nav > ul > li > a {
  margin-bottom: min(1.6534391534vw, 25px);
  display: block;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li > a {
    margin-bottom: 0;
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
    position: relative;
  }
}
.footer_nav nav > ul > li > ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li > ul.submenu-inner {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.4s ease;
  }
  .footer_nav nav > ul > li > ul.submenu-inner li {
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .footer_nav nav > ul > li > ul.submenu-inner.children-visible li {
    opacity: 1;
    transform: translateY(0);
  }
  .footer_nav nav > ul > li > ul.submenu-inner.fade-in li {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li > ul li a {
    padding: 2.6666666667vw 0;
    font-size: 3.2vw;
    display: block;
    border-top: 1px dotted #EFEFEF;
  }
}
.footer_nav nav > ul > li.open > ul {
  display: block;
}
@media screen and (max-width: 820px) {
  .footer_nav nav > ul > li.active > ul.submenu-inner {
    opacity: 1;
  }
  .footer_nav nav > ul > li.active > .toggle-btn:after {
    transform: rotate(0deg);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.footer_footer {
  background: #EFEFEF;
  padding: min(3.3068783069vw, 50px);
  border-radius: 0 0 min(1.3227513228vw, 20px) min(1.3227513228vw, 20px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(3.3068783069vw, 50px);
}
@media screen and (min-width: 1512px) {
  .footer_footer {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 820px) {
  .footer_footer {
    padding: 5.3333333333vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.footer_footer .common_nav ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(3.3068783069vw, 50px);
}
@media screen and (max-width: 820px) {
  .footer_footer .common_nav ul {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.footer_footer .common_nav ul li a {
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 820px) {
  .footer_footer .common_nav ul li a {
    font-size: 3.2vw;
  }
}
.footer_footer .copyright {
  text-align: right;
}
@media screen and (max-width: 820px) {
  .footer_footer .copyright {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}/*# sourceMappingURL=core.css.map */