html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

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

hr {
  overflow: visible
}

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

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden],
template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

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

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio,
canvas,
progress,
video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f4f0de
}

p {
  line-height: 1.8em
}

p a {
  display: inline-flex;
  align-items: center;
  color: #222
}

p a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-external.svg");
  background-size: contain
}

@media screen and (max-width: 1280px) {
  p a::after {
    width: 18px;
    height: 18px
  }
}

.c-btn {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 255px;
  height: 80px;
  border-radius: 16px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 70px;
  color: #222;
  font-weight: 700;
  text-decoration: none
}

@media screen and (max-width: 1280px) {
  .c-btn {
    width: 230px;
    height: 58px
  }
}

.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: 30px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.c-btn--a {
  background-color: hsla(0, 0%, 100%, .8)
}

.c-btn--a::after {
  background-image: url("../images/arrow-right_y.svg")
}

.c-btn--b {
  background-color: hsla(0, 0%, 100%, .8)
}

.c-btn--b::after {
  background-image: url("../images/arrow-up-right_y.svg")
}

.c-btn--c {
  background-color: rgba(240, 255, 61, .8)
}

.c-btn--c::after {
  background-image: url("../images/arrow-up-right_w.svg")
}

.c-logo_and_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .15em
}

@media screen and (max-width: 1280px) {
  .c-logo_and_title {
    font-size: 12px
  }
}

.c-logo_and_title svg {
  margin-right: 10px
}

@media screen and (max-width: 1280px) {
  .c-logo_and_title svg {
    width: 16px;
    height: auto;
    margin-right: 5px
  }
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.c-table__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

@media screen and (max-width: 1280px) {
  .c-table__row {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

.c-table__title {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  word-break: break-all
}

@media screen and (max-width: 1280px) {
  .c-table__title {
    width: 100%;
    font-size: 14px;
    min-height: 56px
  }
}

.c-table__title .small {
  font-size: 12px
}

.c-table__data {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px;
  background-color: hsla(0, 0%, 100%, .6);
  font-size: 32px;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .c-table__data {
    width: 100%;
    font-size: 18px
  }
}

.c-table__data .mid {
  font-size: 22px
}

@media screen and (max-width: 1280px) {
  .c-table__data .mid {
    font-size: 14px
  }
}

.c-table__data .small {
  font-size: 18px
}

@media screen and (max-width: 1280px) {
  .c-table__data .small {
    font-size: 14px
  }
}

.c-newsList {
  display: flex;
  flex-direction: column;
  gap: 30px
}

@media screen and (max-width: 1280px) {
  .c-newsList {
    gap: 10px
  }
}

.c-newsCard a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  color: #222;
  text-decoration: none
}

@media screen and (max-width: 1280px) {
  .c-newsCard a {
    flex-direction: column;
    padding: 20px
  }
}

.c-newsCard a::after {
  content: "";
  display: block;
  background-image: url(../images/arrow-right_b.svg);
  background-size: 10px;
  background-position: center;
  width: 26px;
  height: 26px;
  background-color: #222;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 13px);
  right: 30px
}

@media screen and (max-width: 1280px) {
  .c-newsCard a::after {
    width: 16px;
    height: 16px;
    background-size: 8px;
    border-radius: 4px;
    top: auto;
    bottom: 20px;
    right: 20px
  }
}

.c-newsCard__date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-right: 30px;
  border-right: 1px solid #222;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: .1em
}

@media screen and (max-width: 1280px) {
  .c-newsCard__date {
    font-size: 10px;
    border-right: none;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 10px
  }
}

.c-newsCard__text {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 60px;
  width: 100%
}

@media screen and (max-width: 1280px) {
  .c-newsCard__text {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px
  }
}

.c-eventList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none
}

@media screen and (max-width: 1280px) {
  .c-eventList {
    gap: 10px
  }
}

.c-eventList__item {
  width: calc((100% - 60px)/3)
}

@media screen and (max-width: 1280px) {
  .c-eventList__item {
    width: 100%
  }
}

.c-eventCard a {
  position: relative;
  display: flex;
  width: 100%;
  padding: 30px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
  color: #222;
  padding-bottom: 80px
}

@media screen and (max-width: 1280px) {
  .c-eventCard a {
    padding: 20px;
    padding-bottom: 60px
  }
}

.c-eventCard a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../images/icon-external.svg");
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 30px
}

@media screen and (max-width: 1280px) {
  .c-eventCard a::after {
    width: 18px;
    height: 18px;
    bottom: 20px;
    right: 20px
  }
}

.c-eventCard img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px
}

.c-eventCard__date {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .c-eventCard__date {
    font-size: 10px
  }
}

.c-eventCard__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .c-eventCard__title {
    font-size: 14px
  }
}

.c-label {
  display: inline-flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900
}

@media screen and (max-width: 1280px) {
  .c-label {
    font-size: 11px;
    padding: 5px 8px
  }
}

.c-hamb {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  z-index: 1500
}

.c-hamb ._bar {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #222;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  transition: transform .3s ease, background-color .3s ease
}

.c-hamb ._bar-1 {
  transform: translateY(-8px)
}

.c-hamb ._bar-2 {
  transform: translateY(0)
}

.c-hamb ._bar-3 {
  transform: translateY(8px)
}

.c-hamb.active ._bar {
  background-color: #fff
}

.c-hamb.active ._bar-1 {
  transform: translateY(0) rotate(45deg)
}

.c-hamb.active ._bar-2 {
  transform: scale(0)
}

.c-hamb.active ._bar-3 {
  transform: translateY(0) rotate(-45deg)
}

@media screen and (max-width: 1280px) {
.c-hamb {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1500
}

.c-hamb ._bar {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #222;
  left: calc(50% - 12px);
  top: calc(50% - 1px);
  transition: transform .3s ease, background-color .3s ease
}

.c-hamb ._bar-1 {
  transform: translateY(-6px)
}

.c-hamb ._bar-2 {
  transform: translateY(0)
}

.c-hamb ._bar-3 {
  transform: translateY(6px)
}

.c-hamb.active ._bar {
  background-color: #fff
}

.c-hamb.active ._bar-1 {
  transform: translateY(0) rotate(45deg)
}

.c-hamb.active ._bar-2 {
  transform: scale(0)
}

.c-hamb.active ._bar-3 {
  transform: translateY(0) rotate(-45deg)
}
}

.c-facilityCard__main {
  display: flex;
  flex-direction: column;
  gap: 30px
}

@media screen and (max-width: 1280px) {
  .c-facilityCard__main {
    gap: 20px;
    flex-direction: column-reverse
  }
}

.c-facilityCard__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px
}

@media screen and (max-width: 1280px) {
  .c-facilityCard__image img {
    width: 80%;
    margin: 0 auto
  }
}

.c-facilityCard__head ._num {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px
}

@media screen and (max-width: 1280px) {
  .c-facilityCard__head ._num {
    font-size: 14px
  }
}

.c-facilityCard__head ._name {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px
}

@media screen and (max-width: 1280px) {
  .c-facilityCard__head ._name {
    font-size: 18px
  }
}

.c-facilityCard__head ._text {
  margin-top: 20px
}

@media screen and (max-width: 1280px) {
  .c-facilityCard__head ._text {
    font-size: 14px
  }
}

.c-facilityCard__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px
}

.c-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.c-pagination__nums {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none
}

@media screen and (max-width: 1280px) {
  .c-pagination__nums {
    gap: 5px
  }
}

.c-pagination__nums li a,
.c-pagination__nums li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 16px
}

@media screen and (max-width: 1280px) {

  .c-pagination__nums li a,
  .c-pagination__nums li span {
    font-size: 14px
  }
}

.c-pagination__nums li a {
  opacity: .5
}

.s-homeNews {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-homeNews {
    margin: 80px 0
  }
}

.s-homeNews__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px
}

@media screen and (max-width: 1280px) {
  .s-homeNews__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px
  }
}

.s-homeNews__header {
  width: 40%
}

@media screen and (max-width: 1280px) {
  .s-homeNews__header {
    width: 100%
  }
}

.s-homeNews__header__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 120px
}

@media screen and (max-width: 1280px) {
  .s-homeNews__header__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px
  }
}

.s-homeNews__header__btn {
  margin-top: 30px
}

@media screen and (max-width: 1280px) {
  .s-homeNews__header__btn {
    display: none
  }
}

.s-homeNews__contents {
  width: 60%
}

@media screen and (max-width: 1280px) {
  .s-homeNews__contents {
    width: 100%
  }
}

.s-homeNews__footer {
  display: none
}

@media screen and (max-width: 1280px) {
  .s-homeNews__footer {
    width: 100%;
    display: block;
    text-align: center
  }
}

.s-homeAbout {
  padding: 100px 0;
  background-color: #efe9c7;
  border-radius: 160px 160px 0 0
}

@media screen and (max-width: 1280px) {
  .s-homeAbout {
    padding: 80px 0;
    border-radius: 80px 80px 0 0;
    padding-bottom: 0
  }
}

.s-homeAbout__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 40px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0;
  background-image: url(../images/home-about-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__upper {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    background-size: 250px;
    background-position: center top
  }
}

.s-homeAbout__header {
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__header {
    width: 100%;
    text-align: center
  }
}

.s-homeAbout__header__title {
  margin-top: 50px;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__header__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px
  }
}

.s-homeAbout__content {
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__content {
    width: 100%
  }
}

.s-homeAbout__content h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px
  }
}

.s-homeAbout__content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
  }
}

.s-homeAbout__mid {
  width: 90%;
  max-width: 540px;
  margin: 100px auto
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__mid {
    max-width: none;
    margin: 30px auto
  }

  .s-homeAbout__mid p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
  }
}

.s-homeAbout__lower {
  width: 90%;
  position: relative;
  margin: 0 auto
}

.s-homeAbout__lower img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transform-origin: top center;
  transform: scale(0.6);
  opacity: .5;
  transition: transform .1s linear, opacity .1s linear
}

@media screen and (max-width: 1280px) {
  .s-homeAbout__lower img {
    border-radius: 50px
  }
}

.s-homeEvent {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-homeEvent {
    margin: 80px 0
  }
}

.s-homeEvent__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

.s-homeEvent__header {
  text-align: center
}

.s-homeEvent__header__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-top: 30px
}

@media screen and (max-width: 1280px) {
  .s-homeEvent__header__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px
  }
}

.s-homeEvent__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0
}

@media screen and (max-width: 1280px) {
  .s-homeEvent__intro {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 30px 0
  }
}

.s-homeEvent__intro p {
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-homeEvent__intro p {
    width: 100%
  }
}

@media screen and (max-width: 1280px) {
  .s-homeEvent__intro .s-homeEvent__intro__btn {
    display: none
  }
}

.s-homeEvent__footer {
  display: none
}

@media screen and (max-width: 1280px) {
  .s-homeEvent__footer {
    display: block;
    text-align: center;
    margin-top: 30px
  }
}

.s-homeService {
  padding: 160px 0;
  background-color: #efe9c7
}

@media screen and (max-width: 1280px) {
  .s-homeService {
    padding: 70px 0
  }
}

.s-homeService__header {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

@media screen and (max-width: 1280px) {
  .s-homeService__header {
    text-align: center
  }
}

.s-homeService__header__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
  max-width: 640px
}

@media screen and (max-width: 1280px) {
  .s-homeService__header__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px
  }
}

.s-homeService__header__text {
  max-width: 640px;
  margin-top: 100px
}

@media screen and (max-width: 1280px) {
  .s-homeService__header__text {
    margin-top: 30px;
    font-size: 14px;
    text-align: left
  }
}

.s-homeService__main {
  position: relative
}

.s-homeService__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 1280px) {
  .s-homeService__nav {
    display: none
  }
}

.s-homeService__nav__inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px 0
}

.s-homeService__nav ul {
  width: 40%;
  position: sticky;
  top: 160px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.s-homeService__nav ul a {
  color: #222;
  opacity: .2;
  text-decoration: none;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px
}

.s-homeService__nav ul a.is-active {
  opacity: 1
}

.s-homeService__content {
  width: 100%;
  padding: 100px
}

@media screen and (max-width: 1280px) {
  .s-homeService__content {
    padding: 70px 0
  }
}

.s-homeService__content.mid {
  background-color: #f4f0de
}

.s-homeService__content__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end
}

.s-homeService__content__block {
  width: 55%
}

@media screen and (max-width: 1280px) {
  .s-homeService__content__block {
    width: 100%
  }

  .s-homeService__content__block p {
    font-size: 14px
  }
}

.s-homeService__content__block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100px;
  margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
  .s-homeService__content__block img {
    border-radius: 40px;
    margin-bottom: 30px
  }
}

.s-homeService__content__block ._btns {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px
}

@media screen and (max-width: 1280px) {
  .s-homeService__content__block ._btns {
    margin-top: 30px;
    flex-direction: column
  }
}

.s-homeService__content__title {
  display: none
}

@media screen and (max-width: 1280px) {
  .s-homeService__content__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 30px
  }

  .s-homeService__content__title ._text {
    font-size: 22px;
    font-style: normal;
    font-weight: 500
  }
}

.s-homeService__notes {
  list-style: none;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px
}

@media screen and (max-width: 1280px) {
  .s-homeService__notes {
    font-size: 14px;
    margin-top: 30px
  }
}

.s-homeService__notes li {
  padding-left: 1em;
  text-indent: -1em
}

.s-homeService__list {
  list-style: none
}

.s-homeAccess {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-homeAccess {
    margin: 80px 0
  }
}

.s-homeAccess__header {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center
}

.s-homeAccess__header__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__header__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px
  }
}

.s-homeAccess__gmap {
  margin-top: 100px
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__gmap {
    margin-top: 30px
  }
}

.s-homeAccess__gmap iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: none;
  -o-object-fit: cover;
  object-fit: cover
}

.s-homeAccess__floorMap {
  display: flex;
  width: 90%;
  max-width: 1260px;
  margin: 100px auto;
  padding: 75px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  border-radius: 80px;
  background: #efe9c7
}

.s-homeAccess__floorMap__pinch {
  display: none
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__pinch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #222
  }
}

.s-homeAccess__floorMap img {
  display: block;
  max-width: 100%
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap {
    padding: 30px;
    border-radius: 20px;
    gap: 20px;
    margin: 30px auto
  }
}

.s-homeAccess__floorMap__text {
  text-align: center
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__text {
    font-size: 14px;
    text-align: left
  }
}

.s-homeAccess__floorMap__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 60px;
  align-self: stretch;
  flex-wrap: wrap
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__list {
    flex-direction: column;
    gap: 10px
  }
}

.s-homeAccess__floorMap__list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #222;
  text-decoration: none
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__list li a {
    font-size: 14px
  }
}

.s-homeAccess__floorMap__list li a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background-image: url("../images/arrow-right_b.svg");
  background-size: 10px;
  background-position: center;
  background-color: #222;
  margin-left: 10px
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__list li a::after {
    width: 16px;
    height: 16px;
    background-size: 8px;
    border-radius: 4px
  }
}

.s-homeAccess__floorMap__list li a ._name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__floorMap__list li a ._name {
    font-size: 16px
  }
}

.s-homeAccess__bottom {
  text-align: center;
  margin-top: 100px
}

@media screen and (max-width: 1280px) {
  .s-homeAccess__bottom {
    margin-top: 30px
  }
}

.s-banners {
  margin: 180px 0;
  margin-top: 140px;
  overflow: hidden
}

@media screen and (max-width: 1280px) {
  .s-banners {
    margin: 80px 0;
    margin-top: 40px
  }
}

.s-banners__slider {
  width: 90%;
  margin: 0 auto
}

.s-banners__nav {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.s-banners__btn {
  width: 32px;
  height: 32px;
  cursor: pointer
}

.s-banners__btn.swiper-button-disabled {
  opacity: .5;
  pointer-events: none
}

.s-banners__btn svg {
  display: block;
  width: 100%;
  height: auto
}

.s-banners__slide a {
  display: block
}

.s-banners__slide img {
  display: block;
  width: 100%;
  height: auto
}

.s-bread {
  padding: 20px 0
}

.s-bread__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end
}

.s-bread__inner ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  font-size: 12px
}

.s-bread__inner ul li {
  position: relative
}

.s-bread__inner ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #222
}

.s-bread__inner ul li:last-child::after {
  display: none
}

.s-bread__inner ul a {
  display: inline-block;
  padding: 0 10px;
  color: #777;
  text-decoration: none
}

.s-bread__inner ul span {
  display: inline-block;
  padding: 0 10px;
  color: #222
}

.s-club_features {
  padding: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-club_features {
    padding: 70px 0
  }
}

.s-club_features__inner {
  display: flex;
  flex-direction: column;
  gap: 160px
}

@media screen and (max-width: 1280px) {
  .s-club_features__inner {
    gap: 70px
  }
}

.s-club_features__feature__img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__img {
    margin-bottom: 30px
  }
}

.s-club_features__feature__img img {
  display: block;
  width: 60%;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px 0 0 100px
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__img img {
    width: 95%;
    height: 210px;
    border-radius: 40px 0 0 40px
  }
}

.s-club_features__feature__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5%
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__content {
    width: 90%;
    padding: 0;
    display: block
  }
}

.s-club_features__feature__content ._left {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__content ._left {
    display: block;
    width: 100%;
    margin-bottom: 30px
  }
}

.s-club_features__feature__content ._right {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__content ._right {
    display: block;
    width: 100%
  }
}

.s-club_features__feature__content h3 {
  width: 100%;
  max-width: 600px;
  font-size: 42px;
  line-height: 1.8em
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__content h3 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px
  }
}

.s-club_features__feature__content p {
  width: 100%;
  max-width: 800px;
  line-height: 1.8em
}

@media screen and (max-width: 1280px) {
  .s-club_features__feature__content p {
    width: 100%;
    font-size: 14px
  }
}

.s-club_gallery {
  padding-bottom: 160px;
  overflow: hidden
}

@media screen and (max-width: 1280px) {
  .s-club_gallery {
    padding-bottom: 80px
  }
}

.s-club_gallery .swiper-wrapper {
  transition-timing-function: linear
}

.s-club_gallery__slider {
  width: 100%;
  margin: 0 auto
}

.s-club_gallery__slide {
  width: 500px !important
}

@media screen and (max-width: 1280px) {
  .s-club_gallery__slide {
    width: 300px !important
  }
}

.s-club_gallery__slide img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.s-club_gallery__slide p {
  font-size: 12px;
  margin-top: 10px
}

.s-club_hero {
  position: relative
}

.s-club_hero__img {
  width: 100%
}

.s-club_hero__img img {
  display: block;
  width: 100%;
  height: 810px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media screen and (max-width: 1280px) {
  .s-club_hero__img img {
    height: 400px
  }
}

.s-club_hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

@media screen and (max-width: 1280px) {
  .s-club_hero__content {
    position: static;
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

.s-club_hero__text {
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-club_hero__text {
    width: 100%;
    margin-bottom: 30px
  }
}

.s-club_hero__text h2 {
  font-size: 42px;
  margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
  .s-club_hero__text h2 {
    font-size: 22px;
    margin-bottom: 20px
  }
}

.s-club_hero__text p {
  font-size: 18px;
  line-height: 1.8em
}

@media screen and (max-width: 1280px) {
  .s-club_hero__text p {
    font-size: 14px
  }
}

.s-club_hero__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px
}

@media screen and (max-width: 1280px) {
  .s-club_hero__btns {
    flex-direction: column;
    justify-content: center;
    width: 100%
  }
}

.s-club_info {
  padding: 160px 0;
  background-color: #efe9c7;
  border-radius: 160px 160px 0 0
}

@media screen and (max-width: 1280px) {
  .s-club_info {
    padding: 70px 0;
    border-radius: 70px 70px 0 0
  }
}

.s-club_info__inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

@media screen and (max-width: 1280px) {
  .s-club_info__inner {
    display: block;
    width: 90%
  }
}

.s-club_info__nav {
  width: 40%;
  position: relative
}

@media screen and (max-width: 1280px) {
  .s-club_info__nav {
    display: none
  }
}

.s-club_info__nav ul {
  position: sticky;
  top: 160px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.s-club_info__nav ul a {
  color: #222;
  opacity: .2;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700
}

.s-club_info__nav ul a.is-active {
  opacity: 1
}

.s-club_info__main {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 160px
}

@media screen and (max-width: 1280px) {
  .s-club_info__main {
    width: 100%;
    gap: 80px
  }
}

.s-club_info__block h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: right
}

@media screen and (max-width: 1280px) {
  .s-club_info__block h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left
  }
}

.s-club_info__notes {
  list-style: none;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px
}

@media screen and (max-width: 1280px) {
  .s-club_info__notes {
    font-size: 14px;
    margin-top: 30px
  }
}

.s-club_info__notes li {
  padding-left: 1em;
  text-indent: -1em
}

.s-club_info__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px
}

.s-club_info__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  background-color: #fff;
  font-size: 32px
}

@media screen and (max-width: 1280px) {
  .s-club_info__list li {
    font-size: 18px;
    height: auto;
    min-height: 80px;
    padding: 20px 0
  }
}

.s-club_info__list li .small {
  font-size: 18px
}

@media screen and (max-width: 1280px) {
  .s-club_info__list li .small {
    font-size: 14px
  }
}

.s-club_info__buttons {
  margin-top: 60px;
  text-align: center
}

@media screen and (max-width: 1280px) {
  .s-club_info__buttons {
    margin-top: 30px
  }
}

.s-club_info__buttons p {
  font-size: 14px;
  margin-bottom: 30px
}

.s-club_info__textbox {
  padding: 40px;
  background-color: #fff
}

@media screen and (max-width: 1280px) {
  .s-club_info__textbox {
    padding: 30px
  }

  .s-club_info__textbox p {
    font-size: 14px
  }
}

.s-club_info__callender {
  margin-bottom: 60px
}

@media screen and (max-width: 1280px) {
  .s-club_info__callender {
    margin-bottom: 30px
  }
}

.s-club_info__callender img {
  display: block;
  width: 100%;
  height: auto
}

.s-club_info__instructors {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 60px
}

@media screen and (max-width: 1280px) {
  .s-club_info__instructors {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px
  }
}

.s-club_info__instructor {
  width: 45%
}

@media screen and (max-width: 1280px) {
  .s-club_info__instructor {
    width: 80%;
    max-width: 500px
  }
}

.s-club_info__instructor__img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

.s-club_info__instructor__role {
  font-size: 12px;
  margin-bottom: 10px
}

.s-club_info__instructor__name {
  font-size: 22px;
  margin-bottom: 10px
}

@media screen and (max-width: 1280px) {
  .s-club_info__instructor__name {
    font-size: 18px
  }
}

.s-club_info__instructor__en {
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 20px
}

@media screen and (max-width: 1280px) {
  .s-club_info__instructor__en {
    font-size: 12px
  }
}

@media screen and (max-width: 1280px) {
  .s-club_info__instructor__desc {
    font-size: 14px
  }
}

.s-clubs {
  background-color: #efe9c7;
  position: relative;
  overflow: clip;
  transition: background-color .3s ease;
}

.s-clubs.inverse {
  background-color: #7e7e7e;
}

@media screen and (max-width: 1280px) {
  .s-clubs {
    padding-top: 70px
  }
}

.s-clubs__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none
}

@media screen and (max-width: 1280px) {
  .s-clubs__header {
    position: static;
    height: auto
  }
}

.s-clubs__header__inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none
}

@media screen and (max-width: 1280px) {
  .s-clubs__header__inner {
    height: auto
  }
}

.s-clubs__header__title {
  font-size: 80px;
  font-weight: 700;
  transition: color .3s ease;
}

.inverse .s-clubs__header__title {
  color: #fff
}

.s-clubs__logo svg path{
  fill: #222;
  transition: fill .3s ease;
}

.inverse .s-clubs__logo svg path {
  fill: #fff;
}

.s-clubs__logo span {
  color: #222;
  transition: color .3s ease;
}

.inverse .s-clubs__logo span {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .s-clubs__header__title {
    font-size: 32px;
    font-weight: 500
  }
}

.s-clubs__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
}

@media screen and (max-width: 1280px) {
.s-clubs__content:nth-child(odd) {
  background-color: #7e7e7e
}
}

@media screen and (max-width: 1280px) {
  .s-clubs__content {
    display: block;
    padding: 50px 0;
    min-height: 0
  }
}

.s-clubs__content__upper {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 80px;
  padding-top: 150px;
  padding-bottom: 200px
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__upper {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0
  }
}

.s-clubs__content__lower {
  position: relative;
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__lower {
    width: 90%;
    margin: 0 auto;
    height: auto
  }
}

.s-clubs__content__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  transition: color .3s ease;
}

.inverse .s-clubs__content__title {
  color: #fff
}

@media screen and (max-width: 1280px) {
.s-clubs__content:nth-child(odd) .s-clubs__content__title {
  color: #fff;
}
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__title {
    font-size: 22px;
    margin-bottom: 20px
  }
}

.s-clubs__content__text {
  line-height: 1.8em;
  width: 50%;
  transition: color .3s ease;
}

.inverse .s-clubs__content__text {
  color: #fff
}

@media screen and (max-width: 1280px) {
.s-clubs__content:nth-child(odd) .s-clubs__content__text {
  color: #fff;
}
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__text {
    font-size: 14px;
    width: 100%
  }
}

.s-clubs__content__readmore {
  position: absolute;
  bottom: 80px
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__readmore {
    position: static;
    text-align: center;
    padding: 30px 0
  }
}

.s-clubs__content__image {
  width: 100%;
  height: 1px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: sticky;
  overflow: visible;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
.s-clubs__content__image {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}
}

.s-clubs__content__image img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
.s-clubs__content__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
}

.s-clubs__content__contacts {
  position: absolute;
  bottom: 80px;
  right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px
}

@media screen and (max-width: 1280px) {
  .s-clubs__content__contacts {
    flex-direction: column;
    position: static;
    padding-top: 30px
  }
}

.s-footer {
  background-color: #7e7e7e;
  padding-top: 160px;
  border-radius: 0 160px 0 0
}

@media screen and (max-width: 1280px) {
  .s-footer {
    padding-top: 70px;
    border-radius: 0 70px 0 0
  }
}

.s-footer__inner {
  width: 90%;
  margin: 0 auto
}

.s-footer__head {
  margin-bottom: 100px
}

@media screen and (max-width: 1280px) {
  .s-footer__head {
    margin-bottom: 20px
  }
}

.s-footer__head svg {
  display: block;
  width: 380px;
  height: auto;
  fill: #fff
}

@media screen and (max-width: 1280px) {
  .s-footer__head svg {
    width: 140px;
    height: auto
  }
}

.s-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 1280px) {
  .s-footer__main {
    display: block;
    height: auto
  }
}

.s-footer__info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1280px) {
  .s-footer__info {
    display: block;
    width: 100%;
    height: auto
  }
}

.s-footer__address {
  color: #fff
}

@media screen and (max-width: 1280px) {
  .s-footer__address {
    font-size: 14px
  }
}

.s-footer__address a {
  color: #fff;
  text-decoration: none
}

@media screen and (max-width: 1280px) {
  .s-footer__contact {
    padding: 30px 0
  }
}

.s-footer__contact a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-size: 64px;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-footer__contact a {
    font-size: 22px;
    width: 100%
  }
}

.s-footer__contact a::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-up-right_y.svg");
  width: 32px;
  height: 32px;
  background-size: contain
}

.s-footer__navs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 120px
}

@media screen and (max-width: 1280px) {
  .s-footer__navs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px
  }
}

.s-footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 50px
}

@media screen and (max-width: 1280px) {
  .s-footer__menu {
    gap: 25px
  }
}

.s-footer__menu li a,
.s-footer__menu li span {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {

  .s-footer__menu li a,
  .s-footer__menu li span {
    font-size: 14px
  }
}

.s-footer__menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px
}

@media screen and (max-width: 1280px) {
  .s-footer__menu ul {
    flex-direction: row;
    align-items: center;
    gap: 30px
  }
}

.s-footer__menu ul li a,
.s-footer__menu ul li span {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500
}

@media screen and (max-width: 1280px) {

  .s-footer__menu ul li a,
  .s-footer__menu ul li span {
    font-size: 14px
  }
}

.s-footer__col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1280px) {
  .s-footer__col {
    height: auto;
    gap: 30px
  }
}

.s-footer__secondary_nav {
  list-style: none
}

@media screen and (max-width: 1280px) {
  .s-footer__secondary_nav {
    font-size: 14px
  }
}

.s-footer__secondary_nav a {
  color: #fff;
  text-decoration: none
}

.s-footer__socials {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media screen and (max-width: 1280px) {
  .s-footer__socials {
    flex-direction: row;
    align-items: center
  }
}

.s-footer__socials a {
  text-decoration: none
}

.s-footer__socials svg {
  fill: #fff
}

.s-footer__copy {
  padding: 80px 0;
  font-size: 12px;
  color: #fff
}

@media screen and (max-width: 1280px) {
  .s-footer__copy {
    padding: 30px 0
  }
}

.s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 100
}

@media screen and (max-width: 1280px) {
  .s-header {
    padding-top: 24px
  }
}

.s-header.sticky {
  position: sticky;
  padding-bottom: 50px
}

@media screen and (max-width: 1280px) {
  .s-header.sticky {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.s-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto
}

.s-header__logo svg {
  display: block;
  fill: #222
}

@media screen and (max-width: 1280px) {
  .s-header__logo svg {
    width: 140px;
    height: auto
  }
}

.s-header__logo.whtie svg {
  fill: #fff
}

.s-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  padding-right: 100px;
}

.s-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  list-style: none
}

.s-header__menu__item {
  position: relative
}

.s-header__menu__item a,
.s-header__menu__item span {
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #222
}

.s-header__menu__item ._parent {
  position: relative;
  padding-right: 16px;
  cursor: pointer
}

.s-header__menu__item ._parent::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: rotate(90deg)
}

.s-header__menu__item ._parent::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: calc(50% - 1px);
  right: 0
}

.s-header__menu__item ._parent.active::before {
  display: none
}

.s-header__submenu {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  padding: 30px 40px;
  display: flex;
  gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.s-header__submenu.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0)
}

.s-header__submenu a {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.s-header__submenu a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700
}

.s-header__submenu a span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/arrow-right_y.svg");
  background-size: contain
}

.s-header__submenu a img {
  display: block;
  width: 200px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px
}

.s-header__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}

.s-header__socials a {
  color: #222;
  text-decoration: none;
}

.s-header__socials img {
  display: block
}

.s-header__socials svg {
  display: block;
  fill: #222
}

.s-header__socials svg.white {
  fill: #fff
}

@media screen and (max-width: 1280px) {
.s-header__nav {
  padding-right: 80px;
}

.s-header__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}
.s-header__socials li {
  display: none;
}

.s-header__socials li._insta {
  display: block;
}
}

.s-hero {
  width: 100%;
  height: 100vh;
  position: relative
}

@media screen and (max-width: 1280px) {
  .s-hero {
    height: 480px
  }
}

.s-hero__slide {
  position: relative;
  width: 100%;
  height: 100%
}

.s-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.s-hero .swiper-pagination {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  position: absolute !important;
  bottom: 50px !important;
  right: 70px !important;
  z-index: 10 !important;
  gap: 10px !important
}

@media screen and (max-width: 1280px) {
  .s-hero .swiper-pagination {
    flex-direction: column !important;
    align-items: flex-end !important;
    bottom: 20px !important;
    right: 20px !important
  }
}

.s-hero .swiper-pagination-bullet {
  width: 80px !important;
  height: 80px !important;
  position: relative !important;
  border-radius: 80px !important;
  overflow: hidden !important
}

@media screen and (max-width: 1280px) {
  .s-hero .swiper-pagination-bullet {
    width: 40px !important;
    height: 40px !important
  }
}

.s-hero .swiper-pagination-bullet img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.s-hero .swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.s-hero .swiper-pagination-bullet svg circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-width: 2px;
  cx: 40px;
  cy: 40px;
  r: 39px;
  stroke-dasharray: 314
}

@media screen and (max-width: 1280px) {
  .s-hero .swiper-pagination-bullet svg circle {
    cx: 20px;
    cy: 20px;
    r: 19px
  }
}

.s-hero .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  z-index: 1
}

.s-hero .swiper-pagination-bullet-active svg circle {
  animation: draw-circle 7s linear forwards
}

.s-hero .swiper-pagination-bullet-active::after {
  opacity: 0
}

.s-page_head {
  padding-top: 160px;
  padding-bottom: 100px
}

@media screen and (max-width: 1280px) {
  .s-page_head {
    padding-top: 100px;
    padding-bottom: 40px
  }
}

.s-page_head__inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width: 1280px) {
  .s-page_head__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
  }
}

@media screen and (max-width: 1280px) {
  .s-page_head__main {
    text-align: center
  }
}

.s-page_head__title {
  font-size: 80px
}

@media screen and (max-width: 1280px) {
  .s-page_head__title {
    font-size: 36px
  }
}

.s-page_head__sub {
  font-size: 30px;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-page_head__sub {
    font-size: 13px
  }
}

.s-drawer {
  display: block;
  padding: 30px 0;
  background-color: #7e7e7e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out
}

.s-drawer.active {
  opacity: 1;
  pointer-events: all
}

.s-drawer__inner {
  width: 90%;
  margin: 0 auto
}

.s-drawer__head {
  margin-bottom: 100px
}

@media screen and (max-width: 1280px) {
  .s-drawer__head {
    margin-bottom: 20px
  }
}

.s-drawer__head svg {
  display: block;
  width: 380px;
  height: auto;
  fill: #fff
}

@media screen and (max-width: 1280px) {
  .s-drawer__head svg {
    width: 140px;
    height: auto
  }
}

.s-drawer__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 1280px) {
  .s-drawer__main {
    display: block;
    height: auto
  }
}

.s-drawer__info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1280px) {
  .s-drawer__info {
    display: block;
    width: 100%;
    height: auto
  }
}

.s-drawer__address {
  color: #fff
}

@media screen and (max-width: 1280px) {
  .s-drawer__address {
    font-size: 14px
  }
}

.s-drawer__address a {
  color: #fff;
  text-decoration: none
}

@media screen and (max-width: 1280px) {
  .s-drawer__contact {
    padding: 30px 0
  }
}

.s-drawer__contact a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-size: 64px;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-drawer__contact a {
    font-size: 22px;
    width: 100%
  }
}

.s-drawer__contact a::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-up-right_y.svg");
  width: 32px;
  height: 32px;
  background-size: contain
}

.s-drawer__navs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 120px
}

@media screen and (max-width: 1280px) {
  .s-drawer__navs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px
  }
}

.s-drawer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 50px
}

@media screen and (max-width: 1280px) {
  .s-drawer__menu {
    gap: 25px
  }
}

.s-drawer__menu li a,
.s-drawer__menu li span {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {

  .s-drawer__menu li a,
  .s-drawer__menu li span {
    font-size: 14px
  }
}

.s-drawer__menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px
}

@media screen and (max-width: 1280px) {
  .s-drawer__menu ul {
    flex-direction: row;
    align-items: center;
    gap: 30px
  }
}

.s-drawer__menu ul li a,
.s-drawer__menu ul li span {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500
}

@media screen and (max-width: 1280px) {

  .s-drawer__menu ul li a,
  .s-drawer__menu ul li span {
    font-size: 14px
  }
}

.s-drawer__col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1280px) {
  .s-drawer__col {
    height: auto;
    gap: 30px
  }
}

.s-drawer__secondary_nav {
  list-style: none
}

@media screen and (max-width: 1280px) {
  .s-drawer__secondary_nav {
    font-size: 14px
  }
}

.s-drawer__secondary_nav a {
  color: #fff;
  text-decoration: none
}

.s-drawer__socials {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media screen and (max-width: 1280px) {
  .s-drawer__socials {
    flex-direction: row;
    align-items: center
  }
}

.s-drawer__socials a {
  text-decoration: none
}

.s-drawer__socials svg {
  fill: #fff
}

.s-drawer__copy {
  padding: 80px 0;
  font-size: 12px;
  color: #fff
}

@media screen and (max-width: 1280px) {
  .s-drawer__copy {
    padding: 30px 0
  }
}

.s-access__gmap {
  padding-top: 160px;
  background-color: #efe9c7
}

@media screen and (max-width: 1280px) {
  .s-access__gmap {
    padding-top: 50px
  }
}

.s-access__gmap__inner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px
}

.s-access__gmap__inner h2 {
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px
}

@media screen and (max-width: 1280px) {
  .s-access__gmap__inner h2 {
    font-size: 22px;
    margin-bottom: 20px
  }
}

.s-access__gmap__inner p {
  text-align: center
}

@media screen and (max-width: 1280px) {
  .s-access__gmap__inner p {
    font-size: 14px
  }
}

.s-access__gmap__map iframe {
  display: block;
  width: 100%;
  height: 540px;
  border: none
}

@media screen and (max-width: 1280px) {
  .s-access__gmap__map iframe {
    height: 200px
  }
}

.s-access__floormap {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-access__floormap {
    margin: 80px 0
  }
}

.s-access__floormap__inner {
  width: 90%;
  margin: 0 auto
}

.s-access__floormap__inner h2 {
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-access__floormap__inner h2 {
    font-size: 22px
  }
}

.s-access__facilities {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-access__facilities {
    margin: 80px 0
  }
}

.s-access__facilities__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

.s-access__facilities__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  list-style: none;
  flex-wrap: wrap
}

.s-access__facilities__item {
  width: calc((100% - 120px)/3)
}

@media screen and (max-width: 1280px) {
  .s-access__facilities__item {
    width: 100%
  }
}

.s-service__nav {
  padding: 100px 0;
  background-color: #efe9c7
}

@media screen and (max-width: 1280px) {
  .s-service__nav {
    padding: 30px 0
  }
}

.s-service__nav__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.s-service__nav__inner ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  list-style: none
}

@media screen and (max-width: 1280px) {
  .s-service__nav__inner ul {
    gap: 10px
  }
}

.s-service__nav__inner ul li a {
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px
}

@media screen and (max-width: 1280px) {
  .s-service__nav__inner ul li a {
    font-size: 14px;
    gap: 10px
  }
}

.s-service__nav__inner ul li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat
}

@media screen and (max-width: 1280px) {
  .s-service__nav__inner ul li a::after {
    width: 16px;
    height: 16px
  }
}

.s-service__studio__header {
  position: relative
}

.s-service__studio__image img {
  display: block;
  width: 100%;
  height: auto
}

.s-service__studio__description {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0
}

@media screen and (max-width: 1280px) {
  .s-service__studio__description {
    position: static;
    margin: 50px 0
  }
}

.s-service__studio__description ._row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

@media screen and (max-width: 1280px) {
  .s-service__studio__description ._row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px
  }
}

.s-service__studio__description ._left {
  width: 50%
}

@media screen and (max-width: 1280px) {
  .s-service__studio__description ._left {
    width: 100%
  }
}

.s-service__studio__description ._right {
  text-align: right
}

@media screen and (max-width: 1280px) {
  .s-service__studio__description ._right {
    text-align: center
  }
}

.s-service__studio__name {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
  justify-content: flex-start;
  align-items: flex-start
}

@media screen and (max-width: 1280px) {
  .s-service__studio__name {
    margin-bottom: 30px;
    gap: 10px
  }
}

.s-service__studio__name ._name {
  font-size: 42px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-service__studio__name ._name {
    font-size: 22px;
    font-weight: 500
  }
}

.s-service__studio__main {
  margin: 160px auto;
  width: 90%;
  max-width: 765px;
  display: flex;
  flex-direction: column;
  gap: 100px
}

@media screen and (max-width: 1280px) {
  .s-service__studio__main {
    margin: 70px auto;
    margin-bottom: 0;
    gap: 50px
  }
}

.s-service__studio__notes {
  display: flex;
  flex-direction: column;
  gap: 60px
}

@media screen and (max-width: 1280px) {
  .s-service__studio__notes {
    gap: 30px
  }
}

.s-service__studio__notes dt {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px
}

@media screen and (max-width: 1280px) {
  .s-service__studio__notes dt {
    font-size: 18px
  }
}

.s-service__studio__notes p {
  font-size: 16px
}

@media screen and (max-width: 1280px) {
  .s-service__studio__notes p {
    font-size: 14px
  }
}

.s-service__studio__notes ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none
}

@media screen and (max-width: 1280px) {
  .s-service__studio__notes ul {
    font-size: 14px
  }
}

.s-service__studio__notes ul li {
  padding-left: 1em;
  text-indent: -1em
}

.s-service__studio__notes ul li::before {
  content: "・";
  color: #222;
  font-weight: 700
}

.s-service__studio__gallery {
  margin: 160px 0
}

@media screen and (max-width: 1280px) {
  .s-service__studio__gallery {
    margin: 80px 0
  }
}

.s-service__studio__gallery ._nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  gap: 10px
}

.s-service__studio__gallery ._slider {
  width: 100%;
  overflow: hidden
}

.s-service__studio__gallery ._slide {
  width: 540px
}

.s-service__studio__gallery ._slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 20px
}

.s-service__studio__gallery ._slide p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500
}

.s-events {
  padding: 160px 0;
  padding-bottom: 300px;
  background-color: #efe9c7;
  border-radius: 0 0 0 160px;
  margin-bottom: 160px
}

@media screen and (max-width: 1280px) {
  .s-events {
    padding: 50px 0;
    padding-bottom: 100px;
    border-radius: 0 0 0 80px;
    margin-bottom: 80px
  }
}

.s-events__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px
}

@media screen and (max-width: 1280px) {
  .s-events__inner {
    gap: 30px;
    flex-direction: column-reverse
  }
}

.s-privacy {
  padding: 160px 0;
  padding-bottom: 300px;
  background-color: #efe9c7;
  border-radius: 0 0 0 160px;
  margin-bottom: 160px
}

@media screen and (max-width: 1280px) {
  .s-privacy {
    padding: 50px 0;
    padding-bottom: 100px;
    border-radius: 0 0 0 80px;
    margin-bottom: 80px
  }
}

.s-privacy__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto
}

.s-privacy dl {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (max-width: 1280px) {
  .s-privacy dl {
    padding: 20px;
    gap: 15px
  }
}

.s-privacy dl:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .6)
}

.s-privacy dl dt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}

@media screen and (max-width: 1280px) {
  .s-privacy dl dt {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
  }
}

.s-privacy dl dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%
}

@media screen and (max-width: 1280px) {
  .s-privacy dl dd {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
  }
}

.s-article {
  padding: 160px 0;
  padding-bottom: 300px;
  background-color: #efe9c7;
  border-radius: 0 0 0 160px;
  margin-bottom: 160px
}

@media screen and (max-width: 1280px) {
  .s-article {
    padding: 50px 0;
    padding-bottom: 100px;
    border-radius: 0 0 0 80px;
    margin-bottom: 80px
  }
}

.s-article__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px
}

@media screen and (max-width: 1280px) {
  .s-article__inner {
    gap: 30px;
    flex-direction: column
  }
}

.s-article__head {
  width: 30%
}

@media screen and (max-width: 1280px) {
  .s-article__head {
    width: 100%
  }
}

.s-article__head h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 100px
}

@media screen and (max-width: 1280px) {
  .s-article__head h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px
  }
}

.s-article__head p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700
}

@media screen and (max-width: 1280px) {
  .s-article__head p {
    font-size: 10px
  }
}

.s-article__main {
  width: calc(70% - 100px)
}

@media screen and (max-width: 1280px) {
  .s-article__main {
    width: 100%
  }
}

.s-article__body {
  display: flex;
  flex-direction: column;
  gap: 60px
}

@media screen and (max-width: 1280px) {
  .s-article__body {
    gap: 30px
  }
}

.s-article__body p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%
}

@media screen and (max-width: 1280px) {
  .s-article__body p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
  }
}

.s-article__body img {
  display: block;
  width: 100%;
  height: auto
}

.s-article__footer {
  margin-top: 100px
}

@media screen and (max-width: 1280px) {
  .s-article__footer {
    margin-top: 30px;
    text-align: center
  }
}

.s-article__footer a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #222;
  text-decoration: none
}

@keyframes draw-circle {
  from {
    stroke-dashoffset: 314
  }

  to {
    stroke-dashoffset: 0
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}