@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;
}
h2 .tit_jp {
  font-size: min(4.2328042328vw, 64px);
  font-style: normal;
  font-weight: 900;
  display: block;
}
@media screen and (max-width: 820px) {
  h2 .tit_jp {
    font-size: 32px;
  }
}
h2 .tit_en {
  font-size: min(3.1746031746vw, 48px);
  font-style: normal;
  font-weight: 800;
  line-height: 1em; /* 100% */
  display: block;
}
.yokohama-history h2 .tit_en {
  color: #000;
}
.rekihaku h2 .tit_en {
  color: #2D6BAB;
}
.kaikou h2 .tit_en {
  color: #038f9e;
}
.tohatsu h2 .tit_en {
  color: #A31600;
}
.eurasian h2 .tit_en {
  color: #9D8959;
}
.santono h2 .tit_en {
  color: #3D992A;
}
.maibun h2 .tit_en {
  color: #82641C;
}
.hasseiden h2 .tit_en {
  color: #499171;
}
@media screen and (max-width: 820px) {
  h2 .tit_en {
    font-size: 24px;
  }
}

main {
  min-height: 100svh;
}

section {
  box-sizing: border-box;
}
.fv {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 820px) and (max-width: 1512px) {
  .fv {
    height: 100svh;
  }
}
@media screen and (max-width: 1040px) {
  .fv {
    min-height: 580px;
  }
}
@media screen and (max-width: 1360px) {
  .fv {
    min-height: 700px;
  }
}
@media screen and (max-width: 1512px) {
  .fv {
    min-height: min(66.1375661376vw, 1000px);
  }
  .yokohama-history .fv {
    height: 100svh;
  }
}
.fv .main_slide {
  height: calc(100% - 90px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .fv .main_slide {
    height: calc(100% - 40vw);
  }
}
.fv .slide_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  height: 100svh;
  position: relative;
  z-index: 4;
}
.fv .bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fv .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv .catch_copy {
  font-size: min(5.291005291vw, 80px);
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  white-space: nowrap;
}
.fv .cover_glass {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.fv .front_img {
  width: 50%;
  height: min(46.2962962963vw, 700px);
  margin-top: min(9.9206349206vw, 150px);
  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;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1512px) {
  .fv .front_img {
    height: 700px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 820px) {
  .fv .front_img {
    width: 100vw;
    height: 100svh;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.fv .front_img img {
  width: min(33.0687830688vw, 500px);
  height: min(46.2962962963vw, 700px);
  object-fit: contain;
}
@media screen and (max-width: 820px) {
  .fv .front_img img {
    width: 100%;
    height: 100%;
    object-position: top;
  }
}
.fv .kikaku_card {
  width: 50%;
  height: min(46.2962962963vw, 700px);
  margin-top: min(9.9206349206vw, 150px);
  position: relative;
  z-index: 3;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card {
    height: 700px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card {
    width: 100%;
    height: 700px;
    margin-top: 26.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.fv .kikaku_card_inner {
  width: min(46.2962962963vw, 700px);
  background: rgba(255, 255, 255, 0.7);
  background: color(display-p3 1 1 1 / 0.7);
  backdrop-filter: blur(5px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.6s;
  border-radius: min(1.3227513228vw, 20px);
  padding: min(2.6455026455vw, 40px);
  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.9841269841vw, 30px);
  text-decoration: none;
  cursor: pointer;
  pointer-events: all;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner {
    width: 700px;
    border-radius: 20px;
    padding: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner {
    width: 100%;
    border-radius: 4vw;
    padding: 5.3333333333vw;
    gap: 4vw;
  }
}
.fv .kikaku_card_inner > * {
  cursor: pointer;
}
.fv .kikaku_card_inner:hover {
  background: rgba(255, 255, 255, 0.4);
  background: color(display-p3 1 1 1 / 0.4);
  backdrop-filter: blur(30px);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.6s;
}
.fv .kikaku_card_inner .tag {
  background: #FF0D00;
  border-radius: min(0.9920634921vw, 15px);
  height: min(1.9841269841vw, 30px);
  line-height: min(1.9841269841vw, 30px);
  padding: 0 min(0.9920634921vw, 15px);
  display: inline-block;
  color: #FFF;
  font-size: min(1.0582010582vw, 16px);
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .tag {
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .tag {
    border-radius: 4vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }
}
.fv .kikaku_card_inner .tit_wrap {
  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) {
  .fv .kikaku_card_inner .tit_wrap {
    gap: 20px;
  }
}
.fv .kikaku_card_inner .tit_main {
  font-size: min(2.9761904762vw, 45px);
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .tit_main {
    font-size: 45px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .tit_main {
    font-size: 6.4vw;
  }
}
.fv .kikaku_card_inner .tit_sub {
  font-size: min(1.5873015873vw, 24px);
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .tit_sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .tit_sub {
    font-size: 3.7333333333vw;
  }
}
.fv .kikaku_card_inner .metadata {
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1.3227513228vw, 20px);
  color: #000;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .metadata {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .metadata {
    gap: 2.6666666667vw;
  }
}
.fv .kikaku_card_inner .metadata dt {
  width: min(4.6296296296vw, 70px);
  height: min(1.9841269841vw, 30px);
  border-radius: min(0.9920634921vw, 15px);
  line-height: min(1.9841269841vw, 30px);
  text-align: center;
  font-size: min(1.0582010582vw, 16px);
  font-weight: 500;
  color: #FFF;
}
.yokohama-history .fv .kikaku_card_inner .metadata dt {
  background: #000;
}
.rekihaku .fv .kikaku_card_inner .metadata dt {
  background: #2D6BAB;
}
.kaikou .fv .kikaku_card_inner .metadata dt {
  background: #038f9e;
}
.tohatsu .fv .kikaku_card_inner .metadata dt {
  background: #A31600;
}
.eurasian .fv .kikaku_card_inner .metadata dt {
  background: #9D8959;
}
.santono .fv .kikaku_card_inner .metadata dt {
  background: #3D992A;
}
.maibun .fv .kikaku_card_inner .metadata dt {
  background: #82641C;
}
.hasseiden .fv .kikaku_card_inner .metadata dt {
  background: #499171;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .metadata dt {
    width: 70px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .metadata dt {
    width: 12vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.fv .kikaku_card_inner .metadata dd {
  flex-basis: auto;
  font-size: min(1.3227513228vw, 20px);
  font-weight: 600;
}
@media screen and (min-width: 1512px) {
  .fv .kikaku_card_inner .metadata dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv .kikaku_card_inner .metadata dd {
    font-size: 2.9333333333vw;
  }
}
.fv .fv_ex_area {
  position: absolute;
  left: 50%;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
}
.fv .ex_buttons {
  width: min(46.2962962963vw, 700px);
  height: min(4.6296296296vw, 70px);
  z-index: 4;
}
@media screen and (min-width: 1512px) {
  .fv .ex_buttons {
    width: 700px;
    height: 70px;
    border-radius: 20px;
    bottom: 370px;
  }
}
@media screen and (max-width: 820px) {
  .fv .ex_buttons {
    left: 2.6666666667vw;
    bottom: 80vw;
    width: calc(100% - 5.3333333333vw);
    height: 13.3333333333vw;
  }
}
.fv .related_event {
  width: min(46.2962962963vw, 700px);
  height: min(13.2275132275vw, 200px);
  border-radius: min(1.3227513228vw, 20px);
  background: rgba(255, 255, 255, 0.7);
  background: color(display-p3 1 1 1 / 0.7);
  backdrop-filter: blur(5px);
  z-index: 4;
}
@media screen and (min-width: 1512px) {
  .fv .related_event {
    width: 700px;
    height: 200px;
    border-radius: 20px;
    bottom: 130px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event {
    left: 2.6666666667vw;
    bottom: 42.6666666667vw;
    width: calc(100% - 5.3333333333vw);
    height: 37.3333333333vw;
    border-radius: 4vw;
  }
}
.fv .related_event_inner {
  position: relative;
}
.fv .related_event_inner h2 {
  width: min(11.2433862434vw, 170px);
  height: min(3.3068783069vw, 50px);
  line-height: min(3.3068783069vw, 50px);
  text-align: center;
  color: #FFF;
  border-radius: min(1.3227513228vw, 20px) 0 min(1.3227513228vw, 20px) 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 60;
  font-size: min(0.9920634921vw, 15px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event_inner h2 {
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 20px 0 20px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event_inner h2 {
    width: 29.3333333333vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw 0 4vw 0;
    font-size: 2.6666666667vw;
  }
}
.yokohama-history .fv .related_event_inner h2 {
  background: #000;
}
.rekihaku .fv .related_event_inner h2 {
  background: #2D6BAB;
}
.kaikou .fv .related_event_inner h2 {
  background: #038f9e;
}
.tohatsu .fv .related_event_inner h2 {
  background: #A31600;
}
.eurasian .fv .related_event_inner h2 {
  background: #9D8959;
}
.santono .fv .related_event_inner h2 {
  background: #3D992A;
}
.maibun .fv .related_event_inner h2 {
  background: #82641C;
}
.hasseiden .fv .related_event_inner h2 {
  background: #499171;
}
.fv .related_event .event_card_cnt {
  padding: min(1.3227513228vw, 20px);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt {
    padding: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt {
    padding: 10.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
}
.fv .related_event .event_card_cnt figure {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure {
    gap: 5.3333333333vw;
  }
}
.fv .related_event .event_card_cnt figure a.thumb {
  width: min(10.582010582vw, 160px);
  height: min(10.582010582vw, 160px);
  border-radius: min(0.6613756614vw, 10px);
  overflow: hidden;
  position: relative;
  order: 2;
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure a.thumb {
    width: 160px;
    height: 160px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure a.thumb {
    width: 24vw;
    height: 24vw;
    border-radius: 2.6666666667vw;
    order: 1;
  }
}
.fv .related_event .event_card_cnt figure a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .related_event .event_card_cnt figure figcaption {
  order: 1;
  width: min(31.0846560847vw, 470px);
  padding-top: min(2.9761904762vw, 45px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption {
    width: 470px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption {
    order: 2;
    width: calc(100% - 29.3333333333vw);
    padding-top: 0;
  }
}
.fv .related_event .event_card_cnt figure figcaption a {
  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;
  gap: min(0.6613756614vw, 10px) min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption a {
    gap: 10px 25px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption a {
    gap: 2.6666666667vw 4vw;
  }
}
.yokohama-history .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.yokohama-history .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #000;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .fv .related_event .event_card_cnt figure figcaption a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .fv .related_event .event_card_cnt figure figcaption a:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fv .related_event .event_card_cnt figure figcaption a span {
  display: inline-block;
}
.fv .related_event .event_card_cnt figure figcaption a .updata {
  font-size: min(0.9259259259vw, 14px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption a .updata {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption a .updata {
    font-size: 2.6666666667vw;
  }
}
.fv .related_event .event_card_cnt figure figcaption a .category {
  font-size: min(0.8597883598vw, 13px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption a .category {
    font-size: 13px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption a .category {
    font-size: 2.1333333333vw;
  }
}
.fv .related_event .event_card_cnt figure figcaption a .title {
  font-size: min(1.1904761905vw, 18px);
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption a .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption a .title {
    font-size: 3.2vw;
  }
}
.fv .related_event .event_card_cnt figure figcaption a .term {
  font-size: min(0.9259259259vw, 14px);
}
@media screen and (min-width: 1512px) {
  .fv .related_event .event_card_cnt figure figcaption a .term {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .fv .related_event .event_card_cnt figure figcaption a .term {
    font-size: 2.6666666667vw;
  }
}
.fv_footer {
  height: 90px;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .fv_footer {
    flex-direction: column;
    height: 40vw;
  }
}
.fv_footer .ticker {
  width: 50%;
  padding: 0;
  background: #000;
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .fv_footer .ticker {
    width: 100%;
    height: 18.6666666667vw;
    order: 2;
    padding: 0;
  }
}
.fv_footer .ticker a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fv_footer .ticker a:hover {
  color: #FFBB00;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fv_footer .ticker dt {
  width: min(9.2592592593vw, 140px);
  font-size: min(1.3227513228vw, 20px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .fv_footer .ticker dt {
    width: 8vw;
    font-size: 2.6666666667vw;
    position: relative;
    text-align: left;
  }
  .fv_footer .ticker dt span {
    display: block;
    transform: rotate(90deg);
    white-space: nowrap;
    width: 8vw;
    text-indent: -0.6em;
    letter-spacing: 0.1em;
  }
}
.fv_footer .ticker dd {
  width: calc(100% - min(9.2592592593vw, 140px));
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .fv_footer .ticker dd {
    font-size: 3.4666666667vw;
  }
}
.fv_footer .ticker dd ul {
  display: flex;
  gap: 100px; /* li 間のスペース調整 */
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-scroll 20s linear infinite;
}
.fv_footer .ticker dd ul li a {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.fv_footer .fv_highlight {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1.3227513228vw, 20px);
  padding: min(0.6613756614vw, 10px) min(1.9841269841vw, 30px);
  width: 50%;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight {
    gap: 30px;
    padding: 10px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight {
    width: 100%;
    height: 21.3333333333vw;
    order: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.6666666667vw;
    grid-row-gap: 2.6666666667vw;
    padding: 4vw 4vw 4vw 8vw;
  }
}
.yokohama-history .fv_footer .fv_highlight {
  background: #000;
}
.rekihaku .fv_footer .fv_highlight {
  background: #2D6BAB;
}
.kaikou .fv_footer .fv_highlight {
  background: #038f9e;
}
.tohatsu .fv_footer .fv_highlight {
  background: #A31600;
}
.eurasian .fv_footer .fv_highlight {
  background: #9D8959;
}
.santono .fv_footer .fv_highlight {
  background: #3D992A;
}
.maibun .fv_footer .fv_highlight {
  background: #82641C;
}
.hasseiden .fv_footer .fv_highlight {
  background: #499171;
}
.fv_footer .fv_highlight .today {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .today {
    grid-area: 1/1/2/2;
    width: 49.3333333333vw;
    grid-column-gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .today:before {
    content: "TODAY";
    display: block;
    position: absolute;
    left: -8.8vw;
    top: 5.3333333333vw;
    transform: rotate(90deg);
    font-size: 2.6666666667vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
.fv_footer .fv_highlight .today .m_d {
  grid-area: 1/1/3/2;
  font-size: min(2.380952381vw, 36px);
  font-weight: 600;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .today .m_d {
    font-size: 36px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .today .m_d {
    font-size: 6.4vw;
    width: 18.6666666667vw;
  }
}
.fv_footer .fv_highlight .today .d_o_w {
  grid-area: 1/2/2/3;
  font-size: min(1.0582010582vw, 16px);
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .today .d_o_w {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .today .d_o_w {
    font-size: 2.6666666667vw;
    width: 34.6666666667vw;
  }
}
.fv_footer .fv_highlight .today .time {
  grid-area: 2/2/3/3;
  font-size: min(1.0582010582vw, 16px);
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .today .time {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .today .time {
    font-size: 2.6666666667vw;
  }
}
.fv_footer .fv_highlight .status {
  font-size: min(1.7857142857vw, 27px);
  font-weight: 600;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .status {
    font-size: 27px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .status {
    grid-area: 2/1/3/2;
    width: 49.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.fv_footer .fv_highlight .status .status_open {
  color: #FFBB00;
}
.fv_footer .fv_highlight .extra_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) {
  .fv_footer .fv_highlight .extra_btns {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .extra_btns {
    grid-area: 1/2/3/3;
    width: 45.3333333333vw;
  }
}
.fv_footer .fv_highlight .extra_btns a {
  color: #FFF;
  text-decoration: none;
}
.fv_footer .fv_highlight .extra_btns a.btn {
  width: min(5.291005291vw, 80px);
  height: min(4.6296296296vw, 70px);
  position: relative;
  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;
  flex-direction: column;
  gap: min(0.6613756614vw, 10px);
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .extra_btns a.btn {
    width: 80px;
    height: 70px;
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .extra_btns a.btn {
    width: 18.6666666667vw;
    height: 13.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.fv_footer .fv_highlight .extra_btns a.btn:before {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  font-size: min(2.6455026455vw, 40px);
  font-family: icomoon;
  content: "";
  display: block;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .extra_btns a.btn:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .extra_btns a.btn:before {
    width: 8vw;
    height: 8vw;
    font-size: 8vw;
  }
}
.fv_footer .fv_highlight .extra_btns a.btn.price:before {
  content: "\e928";
}
.fv_footer .fv_highlight .extra_btns a.btn.access:before {
  content: "\e929";
}
.fv_footer .fv_highlight .extra_btns a.btn span {
  color: #FFF;
  font-size: min(0.7275132275vw, 11px);
  text-align: center;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1512px) {
  .fv_footer .fv_highlight .extra_btns a.btn span {
    font-size: 11px;
  }
}
@media screen and (max-width: 820px) {
  .fv_footer .fv_highlight .extra_btns a.btn span {
    font-size: 8px;
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section:not(.fv) {
  padding: min(3.9682539683vw, 60px) 0;
}
@media screen and (max-width: 820px) {
  section:not(.fv) {
    padding: 8vw 0 0;
  }
}
section:not(.fv) .inner {
  width: min(93.3862433862vw, 1412px);
  margin: auto;
}
@media screen and (max-width: 820px) {
  section:not(.fv) .inner {
    width: calc(100% - 10.6666666667vw);
  }
}

.event .inner, .onlineshop .inner {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(2.6455026455vw, 40px);
}

.event {
  overflow: hidden;
}

.info .inner {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(4.6296296296vw, 70px);
}
@media screen and (min-width: 1512px) {
  .info .inner {
    gap: 70px;
  }
}
@media screen and (max-width: 820px) {
  .info .inner {
    gap: 8vw;
  }
}
.info_head {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(4.6296296296vw, 70px);
  width: min(17.1957671958vw, 260px);
}
@media screen and (min-width: 1512px) {
  .info_head {
    width: 260px;
    gap: 70px;
  }
}
@media screen and (max-width: 820px) {
  .info_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }
  .info_head h2 {
    grid-area: 1/1/2/2;
  }
  .info_head .category_list {
    grid-area: 2/1/3/2;
  }
  .info_head .button_wrap {
    grid-area: 1/2/3/3;
    display: flex; /* Safari */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .info_head .button_wrap p.button {
    width: 100%;
  }
  .info_head .button_wrap p.button a {
    min-width: 100%;
  }
}
.info_list {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
  width: calc(100% - min(21.8253968254vw, 330px));
}
@media screen and (min-width: 1512px) {
  .info_list {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 820px) {
  .info_list {
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.info_list li {
  background: #FFF;
  padding: min(1.9841269841vw, 30px) min(2.6455026455vw, 40px);
  border-radius: min(1.3227513228vw, 20px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1512px) {
  .info_list li {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 820px) {
  .info_list li {
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.info_list li a {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
  position: relative;
}
@media screen and (min-width: 1512px) {
  .info_list li a {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .info_list li a {
    gap: 2.6666666667vw;
  }
}
.yokohama-history .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.yokohama-history .info_list li a:hover {
  color: #000;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .info_list li a:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .info_list li a:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .info_list li a:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .info_list li a:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .info_list li a:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .info_list li a:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .info_list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .info_list li a:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.info_list li a .metadata {
  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;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (max-width: 820px) {
  .info_list li a .metadata {
    gap: 5.3333333333vw;
  }
}
.info_list li a .metadata .updata {
  font-size: min(0.9259259259vw, 14px);
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .info_list li a .metadata .updata {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .info_list li a .metadata .updata {
    font-size: 2.9333333333vw;
  }
}
.info_list li a .tit {
  font-size: min(1.3227513228vw, 20px);
  font-weight: 600;
  line-height: 1.6em;
  padding-right: min(2.3148148148vw, 35px);
}
@media screen and (min-width: 1512px) {
  .info_list li a .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .info_list li a .tit {
    font-size: 3.4666666667vw;
  }
}
.info_list li a:before {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  border-radius: min(1.3227513228vw, 20px);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #A6A6A6;
}
.yokohama-history .info_list li a:before {
  background: #000;
}
.rekihaku .info_list li a:before {
  background: #2D6BAB;
}
.kaikou .info_list li a:before {
  background: #038f9e;
}
.tohatsu .info_list li a:before {
  background: #A31600;
}
.eurasian .info_list li a:before {
  background: #9D8959;
}
.santono .info_list li a:before {
  background: #3D992A;
}
.maibun .info_list li a:before {
  background: #82641C;
}
.hasseiden .info_list li a:before {
  background: #499171;
}
@media screen and (min-width: 1512px) {
  .info_list li a:before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    right: 0;
  }
}
@media screen and (max-width: 820px) {
  .info_list li a:before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
    right: -8vw;
  }
}
.info_list li a:after {
  font-size: min(0.5291005291vw, 8px);
  width: min(0.6613756614vw, 10px);
  height: min(0.6613756614vw, 10px);
  font-family: icomoon;
  content: "\e92f";
  display: block;
  position: absolute;
  right: min(0.9920634921vw, 15px);
  top: 50%;
  transform: translateY(-40%);
  color: #FFF;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1512px) {
  .info_list li a:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
@media screen and (max-width: 820px) {
  .info_list li a:after {
    font-size: 1.6vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: -6.6666666667vw;
    line-height: 1.4em;
  }
}
.info_list li a:hover:after {
  right: min(1.3227513228vw, 20px);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category_list {
  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) {
  .category_list {
    gap: 4vw;
  }
}

a.category, span.category {
  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;
  gap: min(0.9920634921vw, 15px);
  font-size: min(1.0582010582vw, 16px);
  font-weight: 600;
  flex-basis: auto;
}
.yokohama-history a.category, .yokohama-history span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.yokohama-history a.category:hover, .yokohama-history span.category:hover {
  color: #000;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku a.category, .rekihaku span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku a.category:hover, .rekihaku span.category:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou a.category, .kaikou span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou a.category:hover, .kaikou span.category:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu a.category, .tohatsu span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu a.category:hover, .tohatsu span.category:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian a.category, .eurasian span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian a.category:hover, .eurasian span.category:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono a.category, .santono span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono a.category:hover, .santono span.category:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun a.category, .maibun span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun a.category:hover, .maibun span.category:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden a.category, .hasseiden span.category {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden a.category:hover, .hasseiden span.category:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1512px) {
  a.category, span.category {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  a.category, span.category {
    gap: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
a.category:before, span.category:before {
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
  border-radius: min(0.6613756614vw, 10px);
  content: "";
  display: block;
  background: #A6A6A6;
}
@media screen and (min-width: 1512px) {
  a.category:before, span.category:before {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 820px) {
  a.category:before, span.category:before {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.6vw;
  }
}
a.category.kikaku:before, span.category.kikaku:before {
  background: #FF0D00;
}
a.category.entries:before, span.category.entries:before {
  background: #4EADD3;
}
a.category.publication:before, span.category.publication:before {
  background: #8DC682;
}
.relation_btns {
  width: 100%;
  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;
  gap: min(4.6296296296vw, 70px);
}
@media screen and (max-width: 820px) {
  .relation_btns {
    gap: 5.3333333333vw;
  }
  .relation_btns p.button {
    width: calc(50% - 2.6666666667vw);
  }
  .relation_btns p.button a {
    min-width: 100%;
    width: 100%;
    padding: 0 9.3333333333vw 0 4vw;
  }
}

@media screen and (max-width: 820px) {
  .facilities {
    padding: 16vw 0 0 0 !important;
  }
}
.facilities .inner {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(4.6296296296vw, 70px);
}
@media screen and (min-width: 1512px) {
  .facilities .inner {
    gap: 70px;
  }
}
@media screen and (max-width: 820px) {
  .facilities .inner {
    width: 100% !important;
  }
  .facilities .inner h2 {
    padding: 0 5.3333333333vw;
  }
}
.facilities_items {
  background: #FFF;
  width: 100%;
  padding: 0 0 min(3.3068783069vw, 50px) 0;
  border-radius: min(1.3227513228vw, 20px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .facilities_items {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    padding: 0 0 18.6666666667vw 0;
  }
}
.facilities_items_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  padding: min(3.3068783069vw, 50px);
  gap: min(3.3068783069vw, 50px);
}
@media screen and (min-width: 1512px) {
  .facilities_items_wrap {
    padding: min(3.3068783069vw, 50px);
    gap: min(3.3068783069vw, 50px);
  }
}
@media screen and (max-width: 820px) {
  .facilities_items_wrap {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.facilities_items_wrap figure {
  width: calc((100% - min(9.9206349206vw, 150px)) / 4);
}
@media screen and (max-width: 820px) {
  .facilities_items_wrap figure {
    width: calc((100% - 5.3333333333vw) / 2);
  }
}
.facilities_items_wrap figure a {
  height: min(11.9047619048vw, 180px);
  border-radius: min(0.6613756614vw, 10px);
  display: block;
  background: #EFEFEF;
  margin-bottom: min(1.3227513228vw, 20px);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1512px) {
  .facilities_items_wrap figure a {
    height: 180px;
  }
}
@media screen and (max-width: 820px) {
  .facilities_items_wrap figure a {
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.facilities_items_wrap figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.facilities_items_wrap figure a img.dummy_front {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  z-index: 2;
}
.facilities_items_wrap figure a img.dummy_thumb {
  filter: blur(5px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1.2);
}
.facilities_items_wrap figure a:hover img {
  transform: scale(1.3);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.facilities_items_wrap figure figcaption {
  font-size: min(1.3227513228vw, 20px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 1512px) {
  .facilities_items_wrap figure figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .facilities_items_wrap figure figcaption {
    font-size: 3.4666666667vw;
  }
}

.guide {
  border-radius: min(1.9841269841vw, 30px) min(1.9841269841vw, 30px) 0 0;
}
@media screen and (min-width: 1512px) {
  .guide {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 820px) {
  .guide {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    transform: translateY(-8vw);
  }
}
.yokohama-history .guide {
  background: #000;
}
.rekihaku .guide {
  background: #2D6BAB;
}
.kaikou .guide {
  background: #038f9e;
}
.tohatsu .guide {
  background: #A31600;
}
.eurasian .guide {
  background: #9D8959;
}
.santono .guide {
  background: #3D992A;
}
.maibun .guide {
  background: #82641C;
}
.hasseiden .guide {
  background: #499171;
}
.guide h2 .tit_jp {
  color: #FFF;
}
.guide h2 .tit_en {
  color: #FFF;
}
.guide .inner {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (min-width: 1512px) {
  .guide .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .guide .inner {
    width: 100% !important;
    gap: 5.3333333333vw;
  }
  .guide .inner h2 {
    padding: 0 5.3333333333vw;
  }
}
.guide_items {
  width: 100%;
  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: 0 0 min(3.3068783069vw, 50px);
}
@media screen and (min-width: 1512px) {
  .guide_items {
    border-radius: 20px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    padding: 0 0 13.3333333333vw;
  }
}
.guide_items_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(3.3068783069vw, 50px) min(6.6137566138vw, 100px);
  padding: min(4.6296296296vw, 70px) min(6.2830687831vw, 95px);
}
@media screen and (min-width: 1512px) {
  .guide_items_wrap {
    gap: 100px;
    padding: 70px 95px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items_wrap {
    gap: 9.3333333333vw;
    padding: 13.3333333333vw 16vw;
  }
}
.guide_items_wrap p {
  width: min(7.9365079365vw, 120px);
}
@media screen and (min-width: 1512px) {
  .guide_items_wrap p {
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items_wrap p {
    width: 16vw;
  }
}
.guide_items_wrap p a {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
  position: relative;
  text-align: center;
  font-size: min(1.0582010582vw, 16px);
  line-height: 1.4em;
  font-weight: 500;
}
.yokohama-history .guide_items_wrap p a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.yokohama-history .guide_items_wrap p a:hover {
  color: #000;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .guide_items_wrap p a {
  color: #2D6BAB;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .guide_items_wrap p a:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .guide_items_wrap p a {
  color: #038f9e;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .guide_items_wrap p a:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .guide_items_wrap p a {
  color: #A31600;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .guide_items_wrap p a:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .guide_items_wrap p a {
  color: #9D8959;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .guide_items_wrap p a:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .guide_items_wrap p a {
  color: #3D992A;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .guide_items_wrap p a:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .guide_items_wrap p a {
  color: #82641C;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .guide_items_wrap p a:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .guide_items_wrap p a {
  color: #499171;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .guide_items_wrap p a:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 1512px) {
  .guide_items_wrap p a {
    gap: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items_wrap p a {
    gap: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.guide_items_wrap p a:before {
  width: min(7.9365079365vw, 120px);
  height: min(7.9365079365vw, 120px);
  border-radius: min(3.9682539683vw, 60px);
  background: #EFEFEF;
  content: "";
  display: block;
}
@media screen and (min-width: 1512px) {
  .guide_items_wrap p a:before {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items_wrap p a:before {
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
  }
}
.guide_items_wrap p a:after {
  position: absolute;
  left: 50%;
  top: min(1.9841269841vw, 30px);
  width: min(3.9682539683vw, 60px);
  height: min(3.9682539683vw, 60px);
  line-height: min(3.9682539683vw, 60px);
  font-size: min(3.3068783069vw, 50px);
  transform: translateX(-50%) scale(1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #FFF;
  display: block;
  content: "\e90f";
  font-family: icomoon;
}
.yokohama-history .guide_items_wrap p a:after {
  color: #000;
}
.rekihaku .guide_items_wrap p a:after {
  color: #2D6BAB;
}
.kaikou .guide_items_wrap p a:after {
  color: #038f9e;
}
.tohatsu .guide_items_wrap p a:after {
  color: #A31600;
}
.eurasian .guide_items_wrap p a:after {
  color: #9D8959;
}
.santono .guide_items_wrap p a:after {
  color: #3D992A;
}
.maibun .guide_items_wrap p a:after {
  color: #82641C;
}
.hasseiden .guide_items_wrap p a:after {
  color: #499171;
}
@media screen and (min-width: 1512px) {
  .guide_items_wrap p a:after {
    top: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 50px;
  }
}
@media screen and (max-width: 820px) {
  .guide_items_wrap p a:after {
    top: 4vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 6.6666666667vw;
  }
}
.guide_items_wrap p a:hover:after {
  transform: translateX(-50%) scale(1.2);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  filter: brightness(1.2);
}
.guide_items_wrap p.info a:after {
  content: "\e928";
}
.guide_items_wrap p.price a:after {
  content: "\e928";
}
.guide_items_wrap p.access a:after {
  content: "\e924";
}
.guide_items_wrap p.group a:after {
  content: "\e926";
}
.guide_items_wrap p.dantai a:after {
  content: "\e926";
}
.guide_items_wrap p.museum a:after {
  content: "\e92b";
}
.guide_items_wrap p.bag a:after {
  content: "\e92b";
}
.guide_items_wrap p.faq a:after {
  content: "\e92c";
}
.guide_items_wrap p.books a:after {
  content: "\e925";
}

.top_carousel {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(2.6455026455vw, 40px);
  cursor: grab;
}
@media screen and (min-width: 1512px) {
  .top_carousel {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  .top_carousel {
    gap: 20px 0;
  }
}
.top_carousel:active {
  cursor: grabbing;
}

.swiper.top_carousel_swiper {
  width: min(63.4920634921vw, 960px);
  margin: auto;
  overflow: visible !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  /* slidesPerView:auto 用の横並び */
  /* スクロールバーの色変更 */
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper {
    width: 100%;
    margin: 0;
  }
}
.swiper.top_carousel_swiper .swiper-wrapper {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-wrap: nowrap !important; /* 横に並べる */
  width: 100%;
  touch-action: pan-y;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-wrapper {
    touch-action: pan-y;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-wrapper {
    touch-action: pan-y;
  }
}
.swiper.top_carousel_swiper .swiper-slide {
  width: min(17.8571428571vw, 270px); /* 必要に応じて調整 */
  width: calc((100% - min(3.9682539683vw, 60px)) / 3);
  user-select: none;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-slide {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0; /* 念のため */
  }
}
.swiper.top_carousel_swiper .swiper-slide a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #000;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .swiper.top_carousel_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .swiper.top_carousel_swiper .swiper-slide a:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.top_carousel_swiper .swiper-slide a figure {
  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) {
  .swiper.top_carousel_swiper .swiper-slide a figure {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide a figure {
    gap: 10px;
  }
}
.swiper.top_carousel_swiper .swiper-slide a figure .thumb {
  display: block;
  aspect-ratio: 1/1;
  border-radius: min(0.6613756614vw, 10px);
  overflow: hidden;
  background: #EFEFEF;
  width: 100%;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-slide a figure .thumb {
    border-radius: 10px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide a figure .thumb {
    border-radius: 5px;
  }
}
.swiper.top_carousel_swiper .swiper-slide a figure .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.top_carousel_swiper .swiper-slide a figure figcaption {
  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) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption {
    gap: 10px;
  }
}
.swiper.top_carousel_swiper .swiper-slide a figure figcaption span {
  display: block;
}
.swiper.top_carousel_swiper .swiper-slide a figure figcaption .tit {
  font-size: min(1.3227513228vw, 20px);
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption .tit {
    font-size: 16px;
  }
}
.swiper.top_carousel_swiper .swiper-slide a figure figcaption .period {
  font-size: min(0.7936507937vw, 12px);
  line-height: 1.4em;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption .period {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-slide a figure figcaption .period {
    font-size: 11px;
  }
}
.swiper.top_carousel_swiper .swiper-button-wrap {
  width: min(10.582010582vw, 160px);
  height: min(4.6296296296vw, 70px);
  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) {
  .swiper.top_carousel_swiper .swiper-button-wrap {
    width: 160px;
    height: 70px;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-button-wrap {
    width: 24vw;
    height: 10.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.swiper.top_carousel_swiper .swiper-button-prev, .swiper.top_carousel_swiper .swiper-button-next {
  transition: opacity 0.3s ease;
  position: relative;
  width: min(4.6296296296vw, 70px);
  height: min(4.6296296296vw, 70px);
  border-radius: min(2.3148148148vw, 35px);
  margin: 0;
  transform: translate(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #000;
}
.rekihaku .swiper.top_carousel_swiper .swiper-button-prev, .rekihaku .swiper.top_carousel_swiper .swiper-button-next {
  background: #2D6BAB;
}
.kaikou .swiper.top_carousel_swiper .swiper-button-prev, .kaikou .swiper.top_carousel_swiper .swiper-button-next {
  background: #038f9e;
}
.tohatsu .swiper.top_carousel_swiper .swiper-button-prev, .tohatsu .swiper.top_carousel_swiper .swiper-button-next {
  background: #A31600;
}
.eurasian .swiper.top_carousel_swiper .swiper-button-prev, .eurasian .swiper.top_carousel_swiper .swiper-button-next {
  background: #9D8959;
}
.santono .swiper.top_carousel_swiper .swiper-button-prev, .santono .swiper.top_carousel_swiper .swiper-button-next {
  background: #3D992A;
}
.maibun .swiper.top_carousel_swiper .swiper-button-prev, .maibun .swiper.top_carousel_swiper .swiper-button-next {
  background: #82641C;
}
.hasseiden .swiper.top_carousel_swiper .swiper-button-prev, .hasseiden .swiper.top_carousel_swiper .swiper-button-next {
  background: #499171;
}
.swiper.top_carousel_swiper .swiper-button-prev svg, .swiper.top_carousel_swiper .swiper-button-next svg {
  display: none;
}
.swiper.top_carousel_swiper .swiper-button-prev:after, .swiper.top_carousel_swiper .swiper-button-next:after {
  font-family: icomoon;
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
  line-height: min(1.3227513228vw, 20px);
  font-size: min(0.9920634921vw, 15px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-button-prev:after, .swiper.top_carousel_swiper .swiper-button-next:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-button-prev, .swiper.top_carousel_swiper .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-button-prev, .swiper.top_carousel_swiper .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.swiper.top_carousel_swiper .swiper-button-prev:after {
  content: "\e92e";
}
.swiper.top_carousel_swiper .swiper-button-prev:hover:after {
  transform: translate(-70%, -50%);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.top_carousel_swiper .swiper-button-next:after {
  content: "\e92f";
}
.swiper.top_carousel_swiper .swiper-button-next:hover:after {
  transform: translate(-30%, -50%);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.top_carousel_swiper .swiper-scrollbar-wrap {
  width: calc(100% - min(12.5661375661vw, 190px));
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1512px) {
  .swiper.top_carousel_swiper .swiper-scrollbar-wrap {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 820px) {
  .swiper.top_carousel_swiper .swiper-scrollbar-wrap {
    width: calc(100% - 29.3333333333vw);
  }
}
.swiper.top_carousel_swiper .swiper-scrollbar {
  background: #ddd; /* 背景 */
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: #ddd;
}
.swiper.top_carousel_swiper .swiper-scrollbar-drag {
  border-radius: 5px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  background: #000;
}
.rekihaku .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #2D6BAB;
}
.kaikou .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #038f9e;
}
.tohatsu .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #A31600;
}
.eurasian .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #9D8959;
}
.santono .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #3D992A;
}
.maibun .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #82641C;
}
.hasseiden .swiper.top_carousel_swiper .swiper-scrollbar-drag {
  background: #499171;
}/*# sourceMappingURL=top.css.map */