@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/amstelvaralpha");
@import url("lib/ress.min.css");
@import url("lib/slick.css");
@import url("lib/simplebar.min.css");

:root {
  --R: .6rem;
  --Linear: linear-gradient(90deg, #3F90E1 0%, #242526 100%);
}

html {
  font-size: 0.7320644217vw;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #222222;
  font-size: max(10px, 1.6rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

* {
  position: relative;
  z-index: 1;
}

a {
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover {
  opacity: 0.6 !important;
}

button:hover {
  opacity: 0.8;
}

p+p {
  padding-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  p+p {
    padding-top: 1.5rem;
  }
}

li {
  list-style-type: none;
}

img,
svg {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
}

:focus-visible {
  outline: 2px solid #ccc !important;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* override */
/* components */
.c-inner {
  margin: 0 auto;
  width: 112rem;
}

@media screen and (max-width: 767px) {
  .c-inner {
    width: 35rem;
  }
}

.c-ttl-1 {
  background: var(--Linear, linear-gradient(90deg, #3F90E1 0%, #242526 100%));
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  color: transparent;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.64rem;
  line-height: 1.7058823529;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .c-ttl-1 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    line-height: 1.4;
  }
}

.c-ttl-1::first-letter {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-1::first-letter {
    font-size: 3.5rem;
  }
}

.c-ttl-1.is-white {
  color: #fff;
}

.c-ttl-2 {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  gap: 1.2rem;
  letter-spacing: 0.32rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-2 {
    align-items: start;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.18rem;
  }
}

.c-ttl-2:before {
  background: #222222;
  content: " ";
  display: inline-block;
  height: 1px;
  width: 2.3rem;
}

@media screen and (max-width: 767px) {
  .c-ttl-2:before {
    position: relative;
    top: 1.6rem;
  }
}

.c-ttl-2.is-blue {
  color: #3F90E1;
}

.c-ttl-2.is-blue:before {
  background: #3F90E1;
}

.c-ttl-2.is-white {
  color: #fff;
}

.c-ttl-2.is-white:before {
  background: #fff;
}

.c-ttl-3 {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14.5rem;
  line-height: 91.034%;
}

@media screen and (max-width: 767px) {
  .c-ttl-3 {
    font-size: 6rem;
  }
}

.c-grad-txt {
  background: var(--Linear, linear-gradient(90deg, #3F90E1 0%, #242526 100%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: fit-content;
}

.c-anchor {
  transform: translateY(calc(-8rem + 1px));
}

@media screen and (max-width: 767px) {
  .c-anchor {
    transform: translateY(calc(-6rem + 1px));
  }
}

.c-scroller {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-scroller {
    margin-right: calc(50vw - 50%);
    padding: 0 2rem 3.5rem 0;
    width: calc(100% + 2rem);
  }
}

@media screen and (max-width: 767px) {
  .c-scroller::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-scroller-inner {
    box-sizing: content-box;
    padding-right: 2rem;
    width: fit-content;
  }
}

.c-scroller .simplebar-horizontal {
  background-color: #C6C6C6;
  border-radius: 9999px;
  height: 0.3rem;
  margin-right: 2rem;
}

.c-scroller .simplebar-vertical {
  display: none;
}

.c-scroller .simplebar-scrollbar {
  background-color: #3F90E1;
  border-radius: 9999px;
  height: 0.3rem !important;
  top: 0 !important;
}

.c-scroller .simplebar-scrollbar:before {
  display: none;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}

.c-table th,
.c-table td {
  border: 1px solid #BBBBBB;
  line-height: 1.75;
  letter-spacing: 0;
  padding: 2.3rem 1rem;
}

.c-table th:first-child,
.c-table td:first-child {
  border-left: 0;
}

.c-table th:last-child,
.c-table td:last-child {
  border-right: 0;
}

.c-table thead th {
  background: #4F4F4F;
  color: #fff;
  padding: 0.6rem;
}

.c-dlist {
  display: flex;
  flex-wrap: wrap;
}

.c-dlist dt,
.c-dlist dd {
  border-bottom: 1px solid #BBBBBB;
}

.c-dlist dt {
  padding: 1.5rem 0;
  text-align: center;
  width: 20.4rem;
}

@media screen and (max-width: 767px) {
  .c-dlist dt {
    text-align: left;
    width: 14.4rem;
  }
}

.c-dlist dd {
  align-items: start;
  display: flex;
  padding: 1.5rem 5rem 1.5rem 0;
  width: 91.6rem;
}

@media screen and (max-width: 767px) {
  .c-dlist dd {
    flex: 1;
    padding: 1.5rem 0;
    width: auto;
  }
}

.c-dlist dd:before {
  background: #BBBBBB;
  content: " ";
  display: inline-block;
  flex-shrink: 0;
  height: calc(100% - 0.8rem);
  margin-top: 0.5rem;
  margin-right: 5rem;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .c-dlist dd:before {
    margin-right: 3rem;
  }
}

.c-list li {
  line-height: 1.75;
  padding-left: 1rem;
  text-indent: -1rem;
}

@media screen and (max-width: 767px) {
  .c-list li {
    padding-left: 2.2rem;
    text-indent: -2.2rem;
  }
}

.c-list li:before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .c-list li:before {
    padding-right: 0.5rem;
  }
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}

.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .s\:u-absolute {
    position: absolute;
  }

  .s\:u-static {
    position: static;
  }

  .s\:u-relative {
    position: relative;
  }
}

.u-bg-black {
  background-color: #222222 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-grn {
  background-color: #00C9B8 !important;
}

.u-bg-yellow {
  background-color: #F39A00 !important;
}

.u-bg-light-gray {
  background-color: #F5F5F2 !important;
}

.u-bg-light-blue {
  background-color: #CEE8FF !important;
}

.u-bg-red {
  background-color: #FF1818 !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bg-white {
    background: #fff;
  }

  .s\:u-bg-light-gray {
    background: #F5F5F2;
  }
}

.u-border-box {
  border: 1px solid #222222;
}

.u-border-green {
  border-color: #00C9B8;
}

.u-border-0 {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .s\:u-border-0 {
    border: none;
  }
}

.u-cursor-default {
  cursor: default;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}

.u-flex-space-between {
  justify-content: space-between;
}

.u-flex-reverse {
  flex-direction: row-reverse;
}

.u-flex-column-reverse {
  flex-direction: column-reverse;
}

.u-flex-center {
  justify-content: center;
}

.u-flex-middle {
  align-items: center;
}

.u-flex-right {
  justify-content: end;
}

.u-flex-left {
  justify-content: start;
}

.u-flex-start {
  align-items: start;
}

.u-flex-end {
  align-items: end;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-unset {
  flex: unset !important;
}

.u-flex-1 {
  flex: 1 !important;
}

.u-flex-column {
  display: flex;
  flex-direction: column;
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

.u-order-3 {
  order: 3;
}

.u-order-4 {
  order: 4;
}

@media screen and (max-width: 767px) {
  .s\:u-flex {
    display: flex;
  }

  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }

  .s\:u-flex-column-reverse {
    flex-direction: column-reverse;
  }

  .s\:u-flex-space-between {
    justify-content: space-between;
  }

  .s\:u-flex-reverse {
    flex-direction: row-reverse;
  }

  .s\:u-flex-center {
    justify-content: center;
  }

  .s\:u-flex-left {
    justify-content: start;
  }

  .s\:u-flex-middle {
    align-items: center;
  }

  .s\:u-flex-end {
    align-items: flex-end;
  }

  .s\:u-flex-wrap {
    flex-wrap: wrap;
  }

  .s\:u-flex-nowrap {
    flex-wrap: nowrap;
  }

  .s\:u-flex-order-1 {
    order: 1;
  }

  .s\:u-flex-order-2 {
    order: 2;
  }

  .s\:u-flex-order-3 {
    order: 3;
  }
}

.u-gap-0 {
  gap: 0vw !important;
}

.u-gap-5 {
  gap: 0.3687315634vw !important;
}

.u-gap-10 {
  gap: 0.7374631268vw !important;
}

.u-gap-15 {
  gap: 1.1061946903vw !important;
}

.u-gap-20 {
  gap: 1.4749262537vw !important;
}

.u-gap-25 {
  gap: 1.8436578171vw !important;
}

.u-gap-30 {
  gap: 2.2123893805vw !important;
}

.u-gap-35 {
  gap: 2.581120944vw !important;
}

.u-gap-40 {
  gap: 2.9498525074vw !important;
}

.u-gap-45 {
  gap: 3.3185840708vw !important;
}

.u-gap-50 {
  gap: 3.6873156342vw !important;
}

.u-gap-55 {
  gap: 4.0560471976vw !important;
}

.u-gap-60 {
  gap: 4.4247787611vw !important;
}

.u-gap-65 {
  gap: 4.7935103245vw !important;
}

.u-gap-70 {
  gap: 5.1622418879vw !important;
}

.u-gap-75 {
  gap: 5.5309734513vw !important;
}

.u-gap-80 {
  gap: 5.8997050147vw !important;
}

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0vw !important;
  }

  .s\:u-gap-5 {
    gap: 1.2820512821vw !important;
  }

  .s\:u-gap-10 {
    gap: 2.5641025641vw !important;
  }

  .s\:u-gap-15 {
    gap: 3.8461538462vw !important;
  }

  .s\:u-gap-20 {
    gap: 5.1282051282vw !important;
  }

  .s\:u-gap-25 {
    gap: 6.4102564103vw !important;
  }

  .s\:u-gap-30 {
    gap: 7.6923076923vw !important;
  }

  .s\:u-gap-35 {
    gap: 8.9743589744vw !important;
  }

  .s\:u-gap-40 {
    gap: 10.2564102564vw !important;
  }

  .s\:u-gap-45 {
    gap: 11.5384615385vw !important;
  }

  .s\:u-gap-50 {
    gap: 12.8205128205vw !important;
  }
}

.u-grid {
  display: grid;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-align-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s\:u-align-center {
    text-align: center;
  }

  .s\:u-align-right {
    text-align: right;
  }

  .s\:u-align-left {
    text-align: left;
  }
}

.u-lh-12 {
  line-height: 1.2;
}

.u-lh-14 {
  line-height: 1.4;
}

.u-lh-17 {
  line-height: 1.7;
}

.u-lh-20 {
  line-height: 2;
}

.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .s\:u-lh-10 {
    line-height: 1;
  }

  .s\:u-lh-13 {
    line-height: 1.3;
  }

  .s\:u-lh-14 {
    line-height: 1.4;
  }

  .s\:u-lh-17 {
    line-height: 1.7;
  }

  .s\:u-lh-18 {
    line-height: 1.8;
  }

  .s\:u-lh-20 {
    line-height: 2;
  }

  .s\:u-lh-22 {
    line-height: 2.2;
  }
}

.u-ls-0 {
  letter-spacing: 0 !important;
}

.u-ls-5 {
  letter-spacing: 0.05rem !important;
}

.u-ls-10 {
  letter-spacing: 0.1rem !important;
}

.u-ls-15 {
  letter-spacing: 0.15rem !important;
}

.u-ls-20 {
  letter-spacing: 0.2rem !important;
}

.u-ls-25 {
  letter-spacing: 0.25rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-ls-0 {
    letter-spacing: 0 !important;
  }

  .s\:u-ls-10 {
    letter-spacing: 0.1rem !important;
  }

  .s\:u-ls-15 {
    letter-spacing: 0.15rem !important;
  }

  .s\:u-ls-20 {
    letter-spacing: 0.2rem !important;
  }
}

.u-font-0 {
  font-size: 0;
}

.u-font-14 {
  font-size: 1.0324483776vw;
}

.u-font-16 {
  font-size: 1.1799410029vw;
}

.u-font-20 {
  font-size: 1.4749262537vw;
}

.u-font-21 {
  font-size: 1.5486725664vw;
}

.u-font-22 {
  font-size: 1.6224188791vw;
}

.u-font-24 {
  font-size: 1.7699115044vw;
}

.u-font-25 {
  font-size: 1.8436578171vw;
}

.u-font-28 {
  font-size: 2.0648967552vw;
}

.u-font-30 {
  font-size: 2.2123893805vw;
}

.u-font-34 {
  font-size: 2.5073746313vw;
}

.u-font-35 {
  font-size: 2.581120944vw;
}

.u-font-36 {
  font-size: 2.6548672566vw;
}

.u-font-40 {
  font-size: 2.9498525074vw;
}

.u-font-47 {
  font-size: 3.4660766962vw;
}

.u-font-50 {
  font-size: 3.6873156342vw;
}

.u-font-69 {
  font-size: 5.0884955752vw;
}

.u-font-192 {
  font-size: 14.1592920354vw;
}

.u-font-black {
  color: #222222;
}

.u-font-light-gray {
  color: #F5F5F2;
}

.u-font-red {
  color: #FF1818;
}

.u-font-blue {
  color: #3F90E1;
}

.u-font-white {
  color: #fff !important;
}

.u-font-green {
  color: #00C9B8 !important;
}

.u-font-yellow {
  color: #F39A00 !important;
}

.u-font-normal {
  font-weight: 400 !important;
}

.u-font-medium {
  font-weight: 500 !important;
}

.u-font-semibold {
  font-weight: 600 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-font-super-bold {
  font-weight: 900 !important;
}

.u-font-underline {
  text-decoration: underline;
}

.u-font-family-1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

.u-font-family-2 {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

.u-font-family-3 {
  font-family: "Cinzel Decorative", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 767px) {
  .s\:u-font-12 {
    font-size: 3.0769230769vw;
  }

  .s\:u-font-14 {
    font-size: 3.5897435897vw;
  }

  .s\:u-font-16 {
    font-size: 4.1025641026vw;
  }

  .s\:u-font-20 {
    font-size: 5.1282051282vw;
  }

  .s\:u-font-26 {
    font-size: 6.6666666667vw;
  }

  .s\:u-font-30 {
    font-size: 7.6923076923vw;
  }

  .s\:u-font-36 {
    font-size: 9.2307692308vw;
  }

  .s\:u-font-40 {
    font-size: 10.2564102564vw;
  }

  .s\:u-font-42 {
    font-size: 10.7692307692vw;
  }

  .s\:u-font-50 {
    font-size: 12.8205128205vw;
  }

  .s\:u-font-120 {
    font-size: 30.7692307692vw;
  }
}

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

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

.u-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0vw !important;
}

.u-bottom-5 {
  bottom: 0.3687315634vw !important;
}

.u-bottom-10 {
  bottom: 0.7374631268vw !important;
}

.u-bottom-15 {
  bottom: 1.1061946903vw !important;
}

.u-bottom-20 {
  bottom: 1.4749262537vw !important;
}

.u-bottom-25 {
  bottom: 1.8436578171vw !important;
}

.u-bottom-30 {
  bottom: 2.2123893805vw !important;
}

.u-bottom-35 {
  bottom: 2.581120944vw !important;
}

.u-bottom-40 {
  bottom: 2.9498525074vw !important;
}

.u-bottom-45 {
  bottom: 3.3185840708vw !important;
}

.u-bottom-50 {
  bottom: 3.6873156342vw !important;
}

.u-bottom-55 {
  bottom: 4.0560471976vw !important;
}

.u-bottom-60 {
  bottom: 4.4247787611vw !important;
}

.u-bottom-65 {
  bottom: 4.7935103245vw !important;
}

.u-bottom-70 {
  bottom: 5.1622418879vw !important;
}

.u-bottom-75 {
  bottom: 5.5309734513vw !important;
}

.u-bottom-80 {
  bottom: 5.8997050147vw !important;
}

.u-bottom-85 {
  bottom: 6.2684365782vw !important;
}

.u-bottom-90 {
  bottom: 6.6371681416vw !important;
}

.u-bottom-95 {
  bottom: 7.005899705vw !important;
}

.u-bottom-100 {
  bottom: 7.3746312684vw !important;
}

.u-bottom-105 {
  bottom: 7.7433628319vw !important;
}

.u-bottom-110 {
  bottom: 8.1120943953vw !important;
}

.u-bottom-115 {
  bottom: 8.4808259587vw !important;
}

.u-bottom-120 {
  bottom: 8.8495575221vw !important;
}

.u-bottom-125 {
  bottom: 9.2182890855vw !important;
}

.u-bottom-130 {
  bottom: 9.587020649vw !important;
}

.u-bottom-135 {
  bottom: 9.9557522124vw !important;
}

.u-bottom-140 {
  bottom: 10.3244837758vw !important;
}

.u-bottom-145 {
  bottom: 10.6932153392vw !important;
}

.u-bottom-150 {
  bottom: 11.0619469027vw !important;
}

.u-bottom-155 {
  bottom: 11.4306784661vw !important;
}

.u-bottom-160 {
  bottom: 11.7994100295vw !important;
}

.u-bottom-165 {
  bottom: 12.1681415929vw !important;
}

.u-bottom-170 {
  bottom: 12.5368731563vw !important;
}

.u-bottom-175 {
  bottom: 12.9056047198vw !important;
}

.u-bottom-180 {
  bottom: 13.2743362832vw !important;
}

.u-bottom-185 {
  bottom: 13.6430678466vw !important;
}

.u-bottom-190 {
  bottom: 14.01179941vw !important;
}

.u-bottom-195 {
  bottom: 14.3805309735vw !important;
}

.u-bottom-200 {
  bottom: 14.7492625369vw !important;
}

.u-bottom-205 {
  bottom: 15.1179941003vw !important;
}

.u-bottom-210 {
  bottom: 15.4867256637vw !important;
}

.u-bottom-215 {
  bottom: 15.8554572271vw !important;
}

.u-bottom-220 {
  bottom: 16.2241887906vw !important;
}

.u-bottom-225 {
  bottom: 16.592920354vw !important;
}

.u-bottom-230 {
  bottom: 16.9616519174vw !important;
}

.u-bottom-235 {
  bottom: 17.3303834808vw !important;
}

.u-bottom-240 {
  bottom: 17.6991150442vw !important;
}

.u-bottom-245 {
  bottom: 18.0678466077vw !important;
}

.u-bottom-250 {
  bottom: 18.4365781711vw !important;
}

.u-top-0 {
  top: 0vw !important;
}

.u-top-5 {
  top: 0.3687315634vw !important;
}

.u-top-10 {
  top: 0.7374631268vw !important;
}

.u-top-15 {
  top: 1.1061946903vw !important;
}

.u-top-20 {
  top: 1.4749262537vw !important;
}

.u-top-25 {
  top: 1.8436578171vw !important;
}

.u-top-30 {
  top: 2.2123893805vw !important;
}

.u-top-35 {
  top: 2.581120944vw !important;
}

.u-top-40 {
  top: 2.9498525074vw !important;
}

.u-top-45 {
  top: 3.3185840708vw !important;
}

.u-top-50 {
  top: 3.6873156342vw !important;
}

.u-top-55 {
  top: 4.0560471976vw !important;
}

.u-top-60 {
  top: 4.4247787611vw !important;
}

.u-top-65 {
  top: 4.7935103245vw !important;
}

.u-top-70 {
  top: 5.1622418879vw !important;
}

.u-top-75 {
  top: 5.5309734513vw !important;
}

.u-top-80 {
  top: 5.8997050147vw !important;
}

.u-top-85 {
  top: 6.2684365782vw !important;
}

.u-top-90 {
  top: 6.6371681416vw !important;
}

.u-top-95 {
  top: 7.005899705vw !important;
}

.u-top-100 {
  top: 7.3746312684vw !important;
}

.u-top-105 {
  top: 7.7433628319vw !important;
}

.u-top-110 {
  top: 8.1120943953vw !important;
}

.u-top-115 {
  top: 8.4808259587vw !important;
}

.u-top-120 {
  top: 8.8495575221vw !important;
}

.u-top-125 {
  top: 9.2182890855vw !important;
}

.u-top-130 {
  top: 9.587020649vw !important;
}

.u-top-135 {
  top: 9.9557522124vw !important;
}

.u-top-140 {
  top: 10.3244837758vw !important;
}

.u-left-0 {
  left: 0vw !important;
}

.u-left-5 {
  left: 0.3687315634vw !important;
}

.u-left-10 {
  left: 0.7374631268vw !important;
}

.u-left-15 {
  left: 1.1061946903vw !important;
}

.u-left-20 {
  left: 1.4749262537vw !important;
}

.u-left-25 {
  left: 1.8436578171vw !important;
}

.u-left-30 {
  left: 2.2123893805vw !important;
}

.u-left-35 {
  left: 2.581120944vw !important;
}

.u-left-40 {
  left: 2.9498525074vw !important;
}

.u-left-45 {
  left: 3.3185840708vw !important;
}

.u-left-50 {
  left: 3.6873156342vw !important;
}

.u-left-55 {
  left: 4.0560471976vw !important;
}

.u-left-60 {
  left: 4.4247787611vw !important;
}

.u-left-65 {
  left: 4.7935103245vw !important;
}

.u-left-70 {
  left: 5.1622418879vw !important;
}

.u-left-75 {
  left: 5.5309734513vw !important;
}

.u-left-80 {
  left: 5.8997050147vw !important;
}

.u-left-85 {
  left: 6.2684365782vw !important;
}

.u-left-90 {
  left: 6.6371681416vw !important;
}

.u-left-95 {
  left: 7.005899705vw !important;
}

.u-left-100 {
  left: 7.3746312684vw !important;
}

.u-left-105 {
  left: 7.7433628319vw !important;
}

.u-left-110 {
  left: 8.1120943953vw !important;
}

.u-left-115 {
  left: 8.4808259587vw !important;
}

.u-left-120 {
  left: 8.8495575221vw !important;
}

.u-left-125 {
  left: 9.2182890855vw !important;
}

.u-left-130 {
  left: 9.587020649vw !important;
}

.u-left-135 {
  left: 9.9557522124vw !important;
}

.u-left-140 {
  left: 10.3244837758vw !important;
}

.u-right-0 {
  right: 0vw !important;
}

.u-right-5 {
  right: 0.3687315634vw !important;
}

.u-right-10 {
  right: 0.7374631268vw !important;
}

.u-right-15 {
  right: 1.1061946903vw !important;
}

.u-right-20 {
  right: 1.4749262537vw !important;
}

.u-right-25 {
  right: 1.8436578171vw !important;
}

.u-right-30 {
  right: 2.2123893805vw !important;
}

.u-right-35 {
  right: 2.581120944vw !important;
}

.u-right-40 {
  right: 2.9498525074vw !important;
}

.u-right-45 {
  right: 3.3185840708vw !important;
}

.u-right-50 {
  right: 3.6873156342vw !important;
}

.u-right-55 {
  right: 4.0560471976vw !important;
}

.u-right-60 {
  right: 4.4247787611vw !important;
}

.u-right-65 {
  right: 4.7935103245vw !important;
}

.u-right-70 {
  right: 5.1622418879vw !important;
}

.u-right-75 {
  right: 5.5309734513vw !important;
}

.u-right-80 {
  right: 5.8997050147vw !important;
}

.u-right-85 {
  right: 6.2684365782vw !important;
}

.u-right-90 {
  right: 6.6371681416vw !important;
}

.u-right-95 {
  right: 7.005899705vw !important;
}

.u-right-100 {
  right: 7.3746312684vw !important;
}

.u-right-105 {
  right: 7.7433628319vw !important;
}

.u-right-110 {
  right: 8.1120943953vw !important;
}

.u-right-115 {
  right: 8.4808259587vw !important;
}

.u-right-120 {
  right: 8.8495575221vw !important;
}

.u-right-125 {
  right: 9.2182890855vw !important;
}

.u-right-130 {
  right: 9.587020649vw !important;
}

.u-right-135 {
  right: 9.9557522124vw !important;
}

.u-right-140 {
  right: 10.3244837758vw !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0vw !important;
  }

  .s\:u-bottom-5 {
    bottom: 1.2820512821vw !important;
  }

  .s\:u-bottom-10 {
    bottom: 2.5641025641vw !important;
  }

  .s\:u-bottom-15 {
    bottom: 3.8461538462vw !important;
  }

  .s\:u-bottom-20 {
    bottom: 5.1282051282vw !important;
  }

  .s\:u-bottom-25 {
    bottom: 6.4102564103vw !important;
  }

  .s\:u-bottom-30 {
    bottom: 7.6923076923vw !important;
  }

  .s\:u-bottom-35 {
    bottom: 8.9743589744vw !important;
  }

  .s\:u-bottom-40 {
    bottom: 10.2564102564vw !important;
  }

  .s\:u-bottom-45 {
    bottom: 11.5384615385vw !important;
  }

  .s\:u-bottom-50 {
    bottom: 12.8205128205vw !important;
  }

  .s\:u-bottom-55 {
    bottom: 14.1025641026vw !important;
  }

  .s\:u-bottom-60 {
    bottom: 15.3846153846vw !important;
  }

  .s\:u-bottom-65 {
    bottom: 16.6666666667vw !important;
  }

  .s\:u-bottom-70 {
    bottom: 17.9487179487vw !important;
  }

  .s\:u-bottom-75 {
    bottom: 19.2307692308vw !important;
  }

  .s\:u-bottom-80 {
    bottom: 20.5128205128vw !important;
  }

  .s\:u-bottom-85 {
    bottom: 21.7948717949vw !important;
  }

  .s\:u-bottom-90 {
    bottom: 23.0769230769vw !important;
  }

  .s\:u-bottom-95 {
    bottom: 24.358974359vw !important;
  }

  .s\:u-bottom-100 {
    bottom: 25.641025641vw !important;
  }

  .s\:u-top-0 {
    top: 0vw !important;
  }

  .s\:u-top-5 {
    top: 1.2820512821vw !important;
  }

  .s\:u-top-10 {
    top: 2.5641025641vw !important;
  }

  .s\:u-top-15 {
    top: 3.8461538462vw !important;
  }

  .s\:u-top-20 {
    top: 5.1282051282vw !important;
  }

  .s\:u-top-25 {
    top: 6.4102564103vw !important;
  }

  .s\:u-top-30 {
    top: 7.6923076923vw !important;
  }

  .s\:u-top-35 {
    top: 8.9743589744vw !important;
  }

  .s\:u-top-40 {
    top: 10.2564102564vw !important;
  }

  .s\:u-top-45 {
    top: 11.5384615385vw !important;
  }

  .s\:u-top-50 {
    top: 12.8205128205vw !important;
  }

  .s\:u-top-55 {
    top: 14.1025641026vw !important;
  }

  .s\:u-top-60 {
    top: 15.3846153846vw !important;
  }

  .s\:u-top-65 {
    top: 16.6666666667vw !important;
  }

  .s\:u-top-70 {
    top: 17.9487179487vw !important;
  }

  .s\:u-top-75 {
    top: 19.2307692308vw !important;
  }

  .s\:u-top-80 {
    top: 20.5128205128vw !important;
  }

  .s\:u-top-85 {
    top: 21.7948717949vw !important;
  }

  .s\:u-top-90 {
    top: 23.0769230769vw !important;
  }

  .s\:u-top-95 {
    top: 24.358974359vw !important;
  }

  .s\:u-top-100 {
    top: 25.641025641vw !important;
  }

  .s\:u-left-0 {
    left: 0vw !important;
  }

  .s\:u-left-5 {
    left: 1.2820512821vw !important;
  }

  .s\:u-left-10 {
    left: 2.5641025641vw !important;
  }

  .s\:u-left-15 {
    left: 3.8461538462vw !important;
  }

  .s\:u-left-20 {
    left: 5.1282051282vw !important;
  }

  .s\:u-left-25 {
    left: 6.4102564103vw !important;
  }

  .s\:u-left-30 {
    left: 7.6923076923vw !important;
  }

  .s\:u-left-35 {
    left: 8.9743589744vw !important;
  }

  .s\:u-left-40 {
    left: 10.2564102564vw !important;
  }

  .s\:u-left-45 {
    left: 11.5384615385vw !important;
  }

  .s\:u-left-50 {
    left: 12.8205128205vw !important;
  }

  .s\:u-left-55 {
    left: 14.1025641026vw !important;
  }

  .s\:u-left-60 {
    left: 15.3846153846vw !important;
  }

  .s\:u-left-65 {
    left: 16.6666666667vw !important;
  }

  .s\:u-left-70 {
    left: 17.9487179487vw !important;
  }

  .s\:u-left-75 {
    left: 19.2307692308vw !important;
  }

  .s\:u-left-80 {
    left: 20.5128205128vw !important;
  }

  .s\:u-left-85 {
    left: 21.7948717949vw !important;
  }

  .s\:u-left-90 {
    left: 23.0769230769vw !important;
  }

  .s\:u-left-95 {
    left: 24.358974359vw !important;
  }

  .s\:u-left-100 {
    left: 25.641025641vw !important;
  }

  .s\:u-right-0 {
    right: 0vw !important;
  }

  .s\:u-right-5 {
    right: 1.2820512821vw !important;
  }

  .s\:u-right-10 {
    right: 2.5641025641vw !important;
  }

  .s\:u-right-15 {
    right: 3.8461538462vw !important;
  }

  .s\:u-right-20 {
    right: 5.1282051282vw !important;
  }

  .s\:u-right-25 {
    right: 6.4102564103vw !important;
  }

  .s\:u-right-30 {
    right: 7.6923076923vw !important;
  }

  .s\:u-right-35 {
    right: 8.9743589744vw !important;
  }

  .s\:u-right-40 {
    right: 10.2564102564vw !important;
  }

  .s\:u-right-45 {
    right: 11.5384615385vw !important;
  }

  .s\:u-right-50 {
    right: 12.8205128205vw !important;
  }

  .s\:u-right-55 {
    right: 14.1025641026vw !important;
  }

  .s\:u-right-60 {
    right: 15.3846153846vw !important;
  }

  .s\:u-right-65 {
    right: 16.6666666667vw !important;
  }

  .s\:u-right-70 {
    right: 17.9487179487vw !important;
  }

  .s\:u-right-75 {
    right: 19.2307692308vw !important;
  }

  .s\:u-right-80 {
    right: 20.5128205128vw !important;
  }

  .s\:u-right-85 {
    right: 21.7948717949vw !important;
  }

  .s\:u-right-90 {
    right: 23.0769230769vw !important;
  }

  .s\:u-right-95 {
    right: 24.358974359vw !important;
  }

  .s\:u-right-100 {
    right: 25.641025641vw !important;
  }
}

.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .s\:u-block {
    display: block;
  }
}

.u-rounded-10 {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .s\:u-rounded-0 {
    border-radius: 0;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-rotate-90 {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .s\:u-rotate-90 {
    transform: rotate(90deg);
  }
}

/* text 2 image */
.u-t2i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.u-t-0 {
  top: 0vw !important;
}

.u-t-5 {
  top: 0.3687315634vw !important;
}

.u-t-10 {
  top: 0.7374631268vw !important;
}

.u-t-15 {
  top: 1.1061946903vw !important;
}

.u-t-20 {
  top: 1.4749262537vw !important;
}

.u-t-25 {
  top: 1.8436578171vw !important;
}

.u-t-30 {
  top: 2.2123893805vw !important;
}

.u-b-0 {
  bottom: 0vw !important;
}

.u-b-5 {
  bottom: 0.3687315634vw !important;
}

.u-b-10 {
  bottom: 0.7374631268vw !important;
}

.u-b-15 {
  bottom: 1.1061946903vw !important;
}

.u-b-20 {
  bottom: 1.4749262537vw !important;
}

.u-b-25 {
  bottom: 1.8436578171vw !important;
}

.u-b-30 {
  bottom: 2.2123893805vw !important;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-t-0 {
    top: 0vw !important;
  }

  .u-t-5 {
    top: 0.3687315634vw !important;
  }

  .u-t-10 {
    top: 0.7374631268vw !important;
  }

  .u-t-15 {
    top: 1.1061946903vw !important;
  }

  .u-t-20 {
    top: 1.4749262537vw !important;
  }

  .u-t-25 {
    top: 1.8436578171vw !important;
  }

  .u-t-30 {
    top: 2.2123893805vw !important;
  }

  .u-b-0 {
    bottom: 0vw !important;
  }

  .u-b-5 {
    bottom: 0.3687315634vw !important;
  }

  .u-b-10 {
    bottom: 0.7374631268vw !important;
  }

  .u-b-15 {
    bottom: 1.1061946903vw !important;
  }

  .u-b-20 {
    bottom: 1.4749262537vw !important;
  }

  .u-b-25 {
    bottom: 1.8436578171vw !important;
  }

  .u-b-30 {
    bottom: 2.2123893805vw !important;
  }

  .u-b-35 {
    bottom: 2.581120944vw !important;
  }

  .u-b-40 {
    bottom: 2.9498525074vw !important;
  }

  .u-b-45 {
    bottom: 3.3185840708vw !important;
  }

  .u-b-50 {
    bottom: 3.6873156342vw !important;
  }

  .u-b-55 {
    bottom: 4.0560471976vw !important;
  }

  .u-b-60 {
    bottom: 4.4247787611vw !important;
  }

  .u-b-65 {
    bottom: 4.7935103245vw !important;
  }

  .u-b-70 {
    bottom: 5.1622418879vw !important;
  }

  .u-b-75 {
    bottom: 5.5309734513vw !important;
  }

  .u-b-80 {
    bottom: 5.8997050147vw !important;
  }

  .u-b-85 {
    bottom: 6.2684365782vw !important;
  }

  .u-b-90 {
    bottom: 6.6371681416vw !important;
  }

  .u-b-95 {
    bottom: 7.005899705vw !important;
  }

  .u-b-100 {
    bottom: 7.3746312684vw !important;
  }

  .u-b-105 {
    bottom: 7.7433628319vw !important;
  }

  .u-b-110 {
    bottom: 8.1120943953vw !important;
  }

  .u-b-115 {
    bottom: 8.4808259587vw !important;
  }

  .u-b-120 {
    bottom: 8.8495575221vw !important;
  }

  .u-b-125 {
    bottom: 9.2182890855vw !important;
  }

  .u-b-130 {
    bottom: 9.587020649vw !important;
  }

  .u-b-135 {
    bottom: 9.9557522124vw !important;
  }

  .u-b-140 {
    bottom: 10.3244837758vw !important;
  }

  .u-b-145 {
    bottom: 10.6932153392vw !important;
  }

  .u-b-150 {
    bottom: 11.0619469027vw !important;
  }

  .u-b-155 {
    bottom: 11.4306784661vw !important;
  }

  .u-b-160 {
    bottom: 11.7994100295vw !important;
  }

  .u-b-165 {
    bottom: 12.1681415929vw !important;
  }

  .u-b-170 {
    bottom: 12.5368731563vw !important;
  }

  .u-b-175 {
    bottom: 12.9056047198vw !important;
  }

  .u-b-180 {
    bottom: 13.2743362832vw !important;
  }

  .u-b-185 {
    bottom: 13.6430678466vw !important;
  }

  .u-b-190 {
    bottom: 14.01179941vw !important;
  }

  .u-b-195 {
    bottom: 14.3805309735vw !important;
  }

  .u-b-200 {
    bottom: 14.7492625369vw !important;
  }

  .u-b-205 {
    bottom: 15.1179941003vw !important;
  }

  .u-b-210 {
    bottom: 15.4867256637vw !important;
  }

  .u-b-215 {
    bottom: 15.8554572271vw !important;
  }

  .u-b-220 {
    bottom: 16.2241887906vw !important;
  }
}

@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0vw !important;
  }

  .s\:u-t-5 {
    top: 1.2820512821vw !important;
  }

  .s\:u-t-10 {
    top: 2.5641025641vw !important;
  }

  .s\:u-t-15 {
    top: 3.8461538462vw !important;
  }

  .s\:u-t-20 {
    top: 5.1282051282vw !important;
  }

  .s\:u-b-0 {
    bottom: 0vw !important;
  }

  .s\:u-b-5 {
    bottom: 1.2820512821vw !important;
  }

  .s\:u-b-10 {
    bottom: 2.5641025641vw !important;
  }

  .s\:u-b-15 {
    bottom: 3.8461538462vw !important;
  }

  .s\:u-b-20 {
    bottom: 5.1282051282vw !important;
  }

  .s\:u-b-25 {
    bottom: 6.4102564103vw !important;
  }

  .s\:u-b-30 {
    bottom: 7.6923076923vw !important;
  }

  .s\:u-b-35 {
    bottom: 8.9743589744vw !important;
  }

  .s\:u-b-40 {
    bottom: 10.2564102564vw !important;
  }

  .s\:u-b-45 {
    bottom: 11.5384615385vw !important;
  }

  .s\:u-b-50 {
    bottom: 12.8205128205vw !important;
  }

  .s\:u-b-55 {
    bottom: 14.1025641026vw !important;
  }

  .s\:u-b-60 {
    bottom: 15.3846153846vw !important;
  }

  .s\:u-b-65 {
    bottom: 16.6666666667vw !important;
  }

  .s\:u-b-70 {
    bottom: 17.9487179487vw !important;
  }

  .s\:u-b-75 {
    bottom: 19.2307692308vw !important;
  }

  .s\:u-b-80 {
    bottom: 20.5128205128vw !important;
  }
}

.u-p-0 {
  padding: 0vw !important;
}

.u-p-5 {
  padding: 0.3687315634vw !important;
}

.u-p-10 {
  padding: 0.7374631268vw !important;
}

.u-p-15 {
  padding: 1.1061946903vw !important;
}

.u-p-20 {
  padding: 1.4749262537vw !important;
}

.u-p-25 {
  padding: 1.8436578171vw !important;
}

.u-p-30 {
  padding: 2.2123893805vw !important;
}

.u-pb-0 {
  padding-bottom: 0vw !important;
}

.u-pb-5 {
  padding-bottom: 0.3687315634vw !important;
}

.u-pb-10 {
  padding-bottom: 0.7374631268vw !important;
}

.u-pb-15 {
  padding-bottom: 1.1061946903vw !important;
}

.u-pb-20 {
  padding-bottom: 1.4749262537vw !important;
}

.u-pb-25 {
  padding-bottom: 1.8436578171vw !important;
}

.u-pb-30 {
  padding-bottom: 2.2123893805vw !important;
}

.u-pb-35 {
  padding-bottom: 2.581120944vw !important;
}

.u-pb-40 {
  padding-bottom: 2.9498525074vw !important;
}

.u-pb-45 {
  padding-bottom: 3.3185840708vw !important;
}

.u-pb-50 {
  padding-bottom: 3.6873156342vw !important;
}

.u-pb-55 {
  padding-bottom: 4.0560471976vw !important;
}

.u-pb-60 {
  padding-bottom: 4.4247787611vw !important;
}

.u-pb-65 {
  padding-bottom: 4.7935103245vw !important;
}

.u-pb-70 {
  padding-bottom: 5.1622418879vw !important;
}

.u-pb-75 {
  padding-bottom: 5.5309734513vw !important;
}

.u-pb-80 {
  padding-bottom: 5.8997050147vw !important;
}

.u-pb-85 {
  padding-bottom: 6.2684365782vw !important;
}

.u-pb-90 {
  padding-bottom: 6.6371681416vw !important;
}

.u-pb-95 {
  padding-bottom: 7.005899705vw !important;
}

.u-pb-100 {
  padding-bottom: 7.3746312684vw !important;
}

.u-pb-105 {
  padding-bottom: 7.7433628319vw !important;
}

.u-pb-110 {
  padding-bottom: 8.1120943953vw !important;
}

.u-pb-115 {
  padding-bottom: 8.4808259587vw !important;
}

.u-pb-120 {
  padding-bottom: 8.8495575221vw !important;
}

.u-pb-125 {
  padding-bottom: 9.2182890855vw !important;
}

.u-pb-130 {
  padding-bottom: 9.587020649vw !important;
}

.u-pb-135 {
  padding-bottom: 9.9557522124vw !important;
}

.u-pb-140 {
  padding-bottom: 10.3244837758vw !important;
}

.u-pb-145 {
  padding-bottom: 10.6932153392vw !important;
}

.u-pb-150 {
  padding-bottom: 11.0619469027vw !important;
}

.u-pb-155 {
  padding-bottom: 11.4306784661vw !important;
}

.u-pb-160 {
  padding-bottom: 11.7994100295vw !important;
}

.u-pb-165 {
  padding-bottom: 12.1681415929vw !important;
}

.u-pb-170 {
  padding-bottom: 12.5368731563vw !important;
}

.u-pb-175 {
  padding-bottom: 12.9056047198vw !important;
}

.u-pb-180 {
  padding-bottom: 13.2743362832vw !important;
}

.u-pb-185 {
  padding-bottom: 13.6430678466vw !important;
}

.u-pb-190 {
  padding-bottom: 14.01179941vw !important;
}

.u-pb-195 {
  padding-bottom: 14.3805309735vw !important;
}

.u-pb-200 {
  padding-bottom: 14.7492625369vw !important;
}

.u-pb-205 {
  padding-bottom: 15.1179941003vw !important;
}

.u-pb-210 {
  padding-bottom: 15.4867256637vw !important;
}

.u-pb-215 {
  padding-bottom: 15.8554572271vw !important;
}

.u-pb-220 {
  padding-bottom: 16.2241887906vw !important;
}

.u-pb-225 {
  padding-bottom: 16.592920354vw !important;
}

.u-pb-230 {
  padding-bottom: 16.9616519174vw !important;
}

.u-pb-235 {
  padding-bottom: 17.3303834808vw !important;
}

.u-pb-240 {
  padding-bottom: 17.6991150442vw !important;
}

.u-pb-245 {
  padding-bottom: 18.0678466077vw !important;
}

.u-pb-250 {
  padding-bottom: 18.4365781711vw !important;
}

.u-pb-255 {
  padding-bottom: 18.8053097345vw !important;
}

.u-pb-260 {
  padding-bottom: 19.1740412979vw !important;
}

.u-pb-265 {
  padding-bottom: 19.5427728614vw !important;
}

.u-pb-270 {
  padding-bottom: 19.9115044248vw !important;
}

.u-pb-275 {
  padding-bottom: 20.2802359882vw !important;
}

.u-pb-280 {
  padding-bottom: 20.6489675516vw !important;
}

.u-pb-285 {
  padding-bottom: 21.017699115vw !important;
}

.u-pb-290 {
  padding-bottom: 21.3864306785vw !important;
}

.u-pb-295 {
  padding-bottom: 21.7551622419vw !important;
}

.u-pb-300 {
  padding-bottom: 22.1238938053vw !important;
}

.u-pt-0 {
  padding-top: 0vw !important;
}

.u-pt-5 {
  padding-top: 0.3687315634vw !important;
}

.u-pt-10 {
  padding-top: 0.7374631268vw !important;
}

.u-pt-15 {
  padding-top: 1.1061946903vw !important;
}

.u-pt-20 {
  padding-top: 1.4749262537vw !important;
}

.u-pt-25 {
  padding-top: 1.8436578171vw !important;
}

.u-pt-30 {
  padding-top: 2.2123893805vw !important;
}

.u-pt-35 {
  padding-top: 2.581120944vw !important;
}

.u-pt-40 {
  padding-top: 2.9498525074vw !important;
}

.u-pt-45 {
  padding-top: 3.3185840708vw !important;
}

.u-pt-50 {
  padding-top: 3.6873156342vw !important;
}

.u-pt-55 {
  padding-top: 4.0560471976vw !important;
}

.u-pt-60 {
  padding-top: 4.4247787611vw !important;
}

.u-pt-65 {
  padding-top: 4.7935103245vw !important;
}

.u-pt-70 {
  padding-top: 5.1622418879vw !important;
}

.u-pt-75 {
  padding-top: 5.5309734513vw !important;
}

.u-pt-80 {
  padding-top: 5.8997050147vw !important;
}

.u-pt-85 {
  padding-top: 6.2684365782vw !important;
}

.u-pt-90 {
  padding-top: 6.6371681416vw !important;
}

.u-pt-95 {
  padding-top: 7.005899705vw !important;
}

.u-pt-100 {
  padding-top: 7.3746312684vw !important;
}

.u-pt-105 {
  padding-top: 7.7433628319vw !important;
}

.u-pt-110 {
  padding-top: 8.1120943953vw !important;
}

.u-pt-115 {
  padding-top: 8.4808259587vw !important;
}

.u-pt-120 {
  padding-top: 8.8495575221vw !important;
}

.u-pt-125 {
  padding-top: 9.2182890855vw !important;
}

.u-pt-130 {
  padding-top: 9.587020649vw !important;
}

.u-pt-135 {
  padding-top: 9.9557522124vw !important;
}

.u-pt-140 {
  padding-top: 10.3244837758vw !important;
}

.u-pt-145 {
  padding-top: 10.6932153392vw !important;
}

.u-pt-150 {
  padding-top: 11.0619469027vw !important;
}

.u-pt-155 {
  padding-top: 11.4306784661vw !important;
}

.u-pt-160 {
  padding-top: 11.7994100295vw !important;
}

.u-pt-165 {
  padding-top: 12.1681415929vw !important;
}

.u-pt-170 {
  padding-top: 12.5368731563vw !important;
}

.u-pt-175 {
  padding-top: 12.9056047198vw !important;
}

.u-pt-180 {
  padding-top: 13.2743362832vw !important;
}

.u-pt-185 {
  padding-top: 13.6430678466vw !important;
}

.u-pt-190 {
  padding-top: 14.01179941vw !important;
}

.u-pt-195 {
  padding-top: 14.3805309735vw !important;
}

.u-pt-200 {
  padding-top: 14.7492625369vw !important;
}

.u-pt-205 {
  padding-top: 15.1179941003vw !important;
}

.u-pt-210 {
  padding-top: 15.4867256637vw !important;
}

.u-pt-215 {
  padding-top: 15.8554572271vw !important;
}

.u-pt-220 {
  padding-top: 16.2241887906vw !important;
}

.u-pt-225 {
  padding-top: 16.592920354vw !important;
}

.u-pt-230 {
  padding-top: 16.9616519174vw !important;
}

.u-pt-235 {
  padding-top: 17.3303834808vw !important;
}

.u-pt-240 {
  padding-top: 17.6991150442vw !important;
}

.u-pt-245 {
  padding-top: 18.0678466077vw !important;
}

.u-pt-250 {
  padding-top: 18.4365781711vw !important;
}

.u-pt-255 {
  padding-top: 18.8053097345vw !important;
}

.u-pt-260 {
  padding-top: 19.1740412979vw !important;
}

.u-pl-0 {
  padding-left: 0vw !important;
}

.u-pl-5 {
  padding-left: 0.3687315634vw !important;
}

.u-pl-10 {
  padding-left: 0.7374631268vw !important;
}

.u-pl-15 {
  padding-left: 1.1061946903vw !important;
}

.u-pl-20 {
  padding-left: 1.4749262537vw !important;
}

.u-pl-25 {
  padding-left: 1.8436578171vw !important;
}

.u-pl-30 {
  padding-left: 2.2123893805vw !important;
}

.u-pl-35 {
  padding-left: 2.581120944vw !important;
}

.u-pl-40 {
  padding-left: 2.9498525074vw !important;
}

.u-pl-45 {
  padding-left: 3.3185840708vw !important;
}

.u-pl-50 {
  padding-left: 3.6873156342vw !important;
}

.u-pl-55 {
  padding-left: 4.0560471976vw !important;
}

.u-pl-60 {
  padding-left: 4.4247787611vw !important;
}

.u-pl-65 {
  padding-left: 4.7935103245vw !important;
}

.u-pl-70 {
  padding-left: 5.1622418879vw !important;
}

.u-pl-75 {
  padding-left: 5.5309734513vw !important;
}

.u-pl-80 {
  padding-left: 5.8997050147vw !important;
}

.u-pl-85 {
  padding-left: 6.2684365782vw !important;
}

.u-pl-90 {
  padding-left: 6.6371681416vw !important;
}

.u-pl-95 {
  padding-left: 7.005899705vw !important;
}

.u-pl-100 {
  padding-left: 7.3746312684vw !important;
}

.u-pl-105 {
  padding-left: 7.7433628319vw !important;
}

.u-pl-110 {
  padding-left: 8.1120943953vw !important;
}

.u-pl-115 {
  padding-left: 8.4808259587vw !important;
}

.u-pl-120 {
  padding-left: 8.8495575221vw !important;
}

.u-pl-125 {
  padding-left: 9.2182890855vw !important;
}

.u-pl-130 {
  padding-left: 9.587020649vw !important;
}

.u-pl-135 {
  padding-left: 9.9557522124vw !important;
}

.u-pl-140 {
  padding-left: 10.3244837758vw !important;
}

.u-pl-145 {
  padding-left: 10.6932153392vw !important;
}

.u-pl-150 {
  padding-left: 11.0619469027vw !important;
}

.u-pl-155 {
  padding-left: 11.4306784661vw !important;
}

.u-pr-0 {
  padding-right: 0vw !important;
}

.u-pr-5 {
  padding-right: 0.3687315634vw !important;
}

.u-pr-10 {
  padding-right: 0.7374631268vw !important;
}

.u-pr-15 {
  padding-right: 1.1061946903vw !important;
}

.u-pr-20 {
  padding-right: 1.4749262537vw !important;
}

.u-pr-25 {
  padding-right: 1.8436578171vw !important;
}

.u-pr-30 {
  padding-right: 2.2123893805vw !important;
}

.u-pr-35 {
  padding-right: 2.581120944vw !important;
}

.u-pr-40 {
  padding-right: 2.9498525074vw !important;
}

.u-pr-45 {
  padding-right: 3.3185840708vw !important;
}

.u-pr-50 {
  padding-right: 3.6873156342vw !important;
}

.u-pr-55 {
  padding-right: 4.0560471976vw !important;
}

.u-pr-60 {
  padding-right: 4.4247787611vw !important;
}

.u-pr-65 {
  padding-right: 4.7935103245vw !important;
}

.u-pr-70 {
  padding-right: 5.1622418879vw !important;
}

.u-pr-75 {
  padding-right: 5.5309734513vw !important;
}

.u-pr-80 {
  padding-right: 5.8997050147vw !important;
}

.u-pr-85 {
  padding-right: 6.2684365782vw !important;
}

.u-pr-90 {
  padding-right: 6.6371681416vw !important;
}

.u-pr-95 {
  padding-right: 7.005899705vw !important;
}

.u-pr-100 {
  padding-right: 7.3746312684vw !important;
}

.u-pr-105 {
  padding-right: 7.7433628319vw !important;
}

.u-pr-110 {
  padding-right: 8.1120943953vw !important;
}

.u-pr-115 {
  padding-right: 8.4808259587vw !important;
}

.u-pr-120 {
  padding-right: 8.8495575221vw !important;
}

.u-pr-125 {
  padding-right: 9.2182890855vw !important;
}

.u-pr-130 {
  padding-right: 9.587020649vw !important;
}

.u-pr-135 {
  padding-right: 9.9557522124vw !important;
}

.u-pr-140 {
  padding-right: 10.3244837758vw !important;
}

.u-pr-145 {
  padding-right: 10.6932153392vw !important;
}

.u-pr-150 {
  padding-right: 11.0619469027vw !important;
}

.u-pr-155 {
  padding-right: 11.4306784661vw !important;
}

.u-pt-63 {
  padding-top: 4.6460176991vw;
}

@media screen and (max-width: 767px) {
  .s\:u-pt-168vw {
    padding-top: 43.0769230769vw;
  }

  .s\:u-pb-120vw {
    padding-bottom: 30.7692307692vw;
  }
}

.u-pl-ip {
  padding-left: 9.0707964602vw;
}

.u-pr-ip {
  padding-right: 9.0707964602vw;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .u-p-0 {
    padding: 0vw !important;
  }

  .u-p-5 {
    padding: 0.3687315634vw !important;
  }

  .u-p-10 {
    padding: 0.7374631268vw !important;
  }

  .u-p-15 {
    padding: 1.1061946903vw !important;
  }

  .u-p-20 {
    padding: 1.4749262537vw !important;
  }

  .u-p-25 {
    padding: 1.8436578171vw !important;
  }

  .u-p-30 {
    padding: 2.2123893805vw !important;
  }

  .u-pb-0 {
    padding-bottom: 0vw !important;
  }

  .u-pb-5 {
    padding-bottom: 0.3687315634vw !important;
  }

  .u-pb-10 {
    padding-bottom: 0.7374631268vw !important;
  }

  .u-pb-15 {
    padding-bottom: 1.1061946903vw !important;
  }

  .u-pb-20 {
    padding-bottom: 1.4749262537vw !important;
  }

  .u-pb-25 {
    padding-bottom: 1.8436578171vw !important;
  }

  .u-pb-30 {
    padding-bottom: 2.2123893805vw !important;
  }

  .u-pb-35 {
    padding-bottom: 2.581120944vw !important;
  }

  .u-pb-40 {
    padding-bottom: 2.9498525074vw !important;
  }

  .u-pb-45 {
    padding-bottom: 3.3185840708vw !important;
  }

  .u-pb-50 {
    padding-bottom: 3.6873156342vw !important;
  }

  .u-pb-55 {
    padding-bottom: 4.0560471976vw !important;
  }

  .u-pb-60 {
    padding-bottom: 4.4247787611vw !important;
  }

  .u-pb-65 {
    padding-bottom: 4.7935103245vw !important;
  }

  .u-pb-70 {
    padding-bottom: 5.1622418879vw !important;
  }

  .u-pb-75 {
    padding-bottom: 5.5309734513vw !important;
  }

  .u-pb-80 {
    padding-bottom: 5.8997050147vw !important;
  }

  .u-pb-85 {
    padding-bottom: 6.2684365782vw !important;
  }

  .u-pb-90 {
    padding-bottom: 6.6371681416vw !important;
  }

  .u-pb-95 {
    padding-bottom: 7.005899705vw !important;
  }

  .u-pb-100 {
    padding-bottom: 7.3746312684vw !important;
  }

  .u-pb-105 {
    padding-bottom: 7.7433628319vw !important;
  }

  .u-pb-110 {
    padding-bottom: 8.1120943953vw !important;
  }

  .u-pb-115 {
    padding-bottom: 8.4808259587vw !important;
  }

  .u-pb-120 {
    padding-bottom: 8.8495575221vw !important;
  }

  .u-pb-125 {
    padding-bottom: 9.2182890855vw !important;
  }

  .u-pb-130 {
    padding-bottom: 9.587020649vw !important;
  }

  .u-pb-135 {
    padding-bottom: 9.9557522124vw !important;
  }

  .u-pb-140 {
    padding-bottom: 10.3244837758vw !important;
  }

  .u-pb-145 {
    padding-bottom: 10.6932153392vw !important;
  }

  .u-pb-150 {
    padding-bottom: 11.0619469027vw !important;
  }

  .u-pb-155 {
    padding-bottom: 11.4306784661vw !important;
  }

  .u-pb-160 {
    padding-bottom: 11.7994100295vw !important;
  }

  .u-pb-165 {
    padding-bottom: 12.1681415929vw !important;
  }

  .u-pb-170 {
    padding-bottom: 12.5368731563vw !important;
  }

  .u-pb-175 {
    padding-bottom: 12.9056047198vw !important;
  }

  .u-pb-180 {
    padding-bottom: 13.2743362832vw !important;
  }

  .u-pb-185 {
    padding-bottom: 13.6430678466vw !important;
  }

  .u-pb-190 {
    padding-bottom: 14.01179941vw !important;
  }

  .u-pb-195 {
    padding-bottom: 14.3805309735vw !important;
  }

  .u-pb-200 {
    padding-bottom: 14.7492625369vw !important;
  }

  .u-pb-205 {
    padding-bottom: 15.1179941003vw !important;
  }

  .u-pb-210 {
    padding-bottom: 15.4867256637vw !important;
  }

  .u-pb-215 {
    padding-bottom: 15.8554572271vw !important;
  }

  .u-pb-220 {
    padding-bottom: 16.2241887906vw !important;
  }

  .u-pb-225 {
    padding-bottom: 16.592920354vw !important;
  }

  .u-pb-230 {
    padding-bottom: 16.9616519174vw !important;
  }

  .u-pt-0 {
    padding-top: 0vw !important;
  }

  .u-pt-5 {
    padding-top: 0.3687315634vw !important;
  }

  .u-pt-10 {
    padding-top: 0.7374631268vw !important;
  }

  .u-pt-15 {
    padding-top: 1.1061946903vw !important;
  }

  .u-pt-20 {
    padding-top: 1.4749262537vw !important;
  }

  .u-pt-25 {
    padding-top: 1.8436578171vw !important;
  }

  .u-pt-30 {
    padding-top: 2.2123893805vw !important;
  }

  .u-pt-35 {
    padding-top: 2.581120944vw !important;
  }

  .u-pt-40 {
    padding-top: 2.9498525074vw !important;
  }

  .u-pt-45 {
    padding-top: 3.3185840708vw !important;
  }

  .u-pt-50 {
    padding-top: 3.6873156342vw !important;
  }

  .u-pt-55 {
    padding-top: 4.0560471976vw !important;
  }

  .u-pt-60 {
    padding-top: 4.4247787611vw !important;
  }

  .u-pt-65 {
    padding-top: 4.7935103245vw !important;
  }

  .u-pt-70 {
    padding-top: 5.1622418879vw !important;
  }

  .u-pt-75 {
    padding-top: 5.5309734513vw !important;
  }

  .u-pt-80 {
    padding-top: 5.8997050147vw !important;
  }

  .u-pt-85 {
    padding-top: 6.2684365782vw !important;
  }

  .u-pt-90 {
    padding-top: 6.6371681416vw !important;
  }

  .u-pt-95 {
    padding-top: 7.005899705vw !important;
  }

  .u-pt-100 {
    padding-top: 7.3746312684vw !important;
  }

  .u-pt-105 {
    padding-top: 7.7433628319vw !important;
  }

  .u-pt-110 {
    padding-top: 8.1120943953vw !important;
  }

  .u-pt-115 {
    padding-top: 8.4808259587vw !important;
  }

  .u-pt-120 {
    padding-top: 8.8495575221vw !important;
  }

  .u-pt-125 {
    padding-top: 9.2182890855vw !important;
  }

  .u-pt-130 {
    padding-top: 9.587020649vw !important;
  }

  .u-pt-135 {
    padding-top: 9.9557522124vw !important;
  }

  .u-pt-140 {
    padding-top: 10.3244837758vw !important;
  }

  .u-pt-145 {
    padding-top: 10.6932153392vw !important;
  }

  .u-pt-150 {
    padding-top: 11.0619469027vw !important;
  }

  .u-pt-155 {
    padding-top: 11.4306784661vw !important;
  }

  .u-pt-160 {
    padding-top: 11.7994100295vw !important;
  }

  .u-pt-165 {
    padding-top: 12.1681415929vw !important;
  }

  .u-pt-170 {
    padding-top: 12.5368731563vw !important;
  }

  .u-pt-175 {
    padding-top: 12.9056047198vw !important;
  }

  .u-pt-180 {
    padding-top: 13.2743362832vw !important;
  }

  .u-pt-185 {
    padding-top: 13.6430678466vw !important;
  }

  .u-pt-190 {
    padding-top: 14.01179941vw !important;
  }

  .u-pt-195 {
    padding-top: 14.3805309735vw !important;
  }

  .u-pt-200 {
    padding-top: 14.7492625369vw !important;
  }

  .u-pt-205 {
    padding-top: 15.1179941003vw !important;
  }

  .u-pt-210 {
    padding-top: 15.4867256637vw !important;
  }

  .u-pt-215 {
    padding-top: 15.8554572271vw !important;
  }

  .u-pt-220 {
    padding-top: 16.2241887906vw !important;
  }

  .u-pl-0 {
    padding-left: 0vw !important;
  }

  .u-pl-5 {
    padding-left: 0.3687315634vw !important;
  }

  .u-pl-10 {
    padding-left: 0.7374631268vw !important;
  }

  .u-pl-15 {
    padding-left: 1.1061946903vw !important;
  }

  .u-pl-20 {
    padding-left: 1.4749262537vw !important;
  }

  .u-pl-25 {
    padding-left: 1.8436578171vw !important;
  }

  .u-pl-30 {
    padding-left: 2.2123893805vw !important;
  }

  .u-pl-35 {
    padding-left: 2.581120944vw !important;
  }

  .u-pl-40 {
    padding-left: 2.9498525074vw !important;
  }

  .u-pl-45 {
    padding-left: 3.3185840708vw !important;
  }

  .u-pl-50 {
    padding-left: 3.6873156342vw !important;
  }

  .u-pl-55 {
    padding-left: 4.0560471976vw !important;
  }

  .u-pl-60 {
    padding-left: 4.4247787611vw !important;
  }

  .u-pl-65 {
    padding-left: 4.7935103245vw !important;
  }

  .u-pl-70 {
    padding-left: 5.1622418879vw !important;
  }

  .u-pl-75 {
    padding-left: 5.5309734513vw !important;
  }

  .u-pl-80 {
    padding-left: 5.8997050147vw !important;
  }

  .u-pl-85 {
    padding-left: 6.2684365782vw !important;
  }

  .u-pl-90 {
    padding-left: 6.6371681416vw !important;
  }

  .u-pl-95 {
    padding-left: 7.005899705vw !important;
  }

  .u-pl-100 {
    padding-left: 7.3746312684vw !important;
  }

  .u-pl-105 {
    padding-left: 7.7433628319vw !important;
  }

  .u-pl-110 {
    padding-left: 8.1120943953vw !important;
  }

  .u-pl-115 {
    padding-left: 8.4808259587vw !important;
  }

  .u-pl-120 {
    padding-left: 8.8495575221vw !important;
  }

  .u-pl-125 {
    padding-left: 9.2182890855vw !important;
  }

  .u-pl-130 {
    padding-left: 9.587020649vw !important;
  }

  .u-pl-135 {
    padding-left: 9.9557522124vw !important;
  }

  .u-pl-140 {
    padding-left: 10.3244837758vw !important;
  }

  .u-pl-145 {
    padding-left: 10.6932153392vw !important;
  }

  .u-pl-150 {
    padding-left: 11.0619469027vw !important;
  }

  .u-pl-155 {
    padding-left: 11.4306784661vw !important;
  }

  .u-pr-0 {
    padding-right: 0vw !important;
  }

  .u-pr-5 {
    padding-right: 0.3687315634vw !important;
  }

  .u-pr-10 {
    padding-right: 0.7374631268vw !important;
  }

  .u-pr-15 {
    padding-right: 1.1061946903vw !important;
  }

  .u-pr-20 {
    padding-right: 1.4749262537vw !important;
  }

  .u-pr-25 {
    padding-right: 1.8436578171vw !important;
  }

  .u-pr-30 {
    padding-right: 2.2123893805vw !important;
  }

  .u-pr-35 {
    padding-right: 2.581120944vw !important;
  }

  .u-pr-40 {
    padding-right: 2.9498525074vw !important;
  }

  .u-pr-45 {
    padding-right: 3.3185840708vw !important;
  }

  .u-pr-50 {
    padding-right: 3.6873156342vw !important;
  }

  .u-pr-55 {
    padding-right: 4.0560471976vw !important;
  }

  .u-pr-60 {
    padding-right: 4.4247787611vw !important;
  }

  .u-pr-65 {
    padding-right: 4.7935103245vw !important;
  }

  .u-pr-70 {
    padding-right: 5.1622418879vw !important;
  }

  .u-pr-75 {
    padding-right: 5.5309734513vw !important;
  }

  .u-pr-80 {
    padding-right: 5.8997050147vw !important;
  }

  .u-pr-85 {
    padding-right: 6.2684365782vw !important;
  }

  .u-pr-90 {
    padding-right: 6.6371681416vw !important;
  }

  .u-pr-95 {
    padding-right: 7.005899705vw !important;
  }

  .u-pr-100 {
    padding-right: 7.3746312684vw !important;
  }

  .u-pr-105 {
    padding-right: 7.7433628319vw !important;
  }

  .u-pr-110 {
    padding-right: 8.1120943953vw !important;
  }

  .u-pr-115 {
    padding-right: 8.4808259587vw !important;
  }

  .u-pr-120 {
    padding-right: 8.8495575221vw !important;
  }

  .u-pr-125 {
    padding-right: 9.2182890855vw !important;
  }

  .u-pr-130 {
    padding-right: 9.587020649vw !important;
  }

  .u-pr-135 {
    padding-right: 9.9557522124vw !important;
  }

  .u-pr-140 {
    padding-right: 10.3244837758vw !important;
  }

  .u-pr-145 {
    padding-right: 10.6932153392vw !important;
  }

  .u-pr-150 {
    padding-right: 11.0619469027vw !important;
  }

  .u-pr-155 {
    padding-right: 11.4306784661vw !important;
  }
}

@media screen and (max-width: 767px) {
  .s\:u-p-0 {
    padding: 0vw !important;
  }

  .s\:u-p-5 {
    padding: 1.2820512821vw !important;
  }

  .s\:u-p-10 {
    padding: 2.5641025641vw !important;
  }

  .s\:u-p-15 {
    padding: 3.8461538462vw !important;
  }

  .s\:u-p-20 {
    padding: 5.1282051282vw !important;
  }

  .s\:u-pb-0 {
    padding-bottom: 0vw !important;
  }

  .s\:u-pb-5 {
    padding-bottom: 1.2820512821vw !important;
  }

  .s\:u-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }

  .s\:u-pb-15 {
    padding-bottom: 3.8461538462vw !important;
  }

  .s\:u-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }

  .s\:u-pb-25 {
    padding-bottom: 6.4102564103vw !important;
  }

  .s\:u-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }

  .s\:u-pb-35 {
    padding-bottom: 8.9743589744vw !important;
  }

  .s\:u-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }

  .s\:u-pb-45 {
    padding-bottom: 11.5384615385vw !important;
  }

  .s\:u-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }

  .s\:u-pb-55 {
    padding-bottom: 14.1025641026vw !important;
  }

  .s\:u-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }

  .s\:u-pb-65 {
    padding-bottom: 16.6666666667vw !important;
  }

  .s\:u-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }

  .s\:u-pb-75 {
    padding-bottom: 19.2307692308vw !important;
  }

  .s\:u-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }

  .s\:u-pb-85 {
    padding-bottom: 21.7948717949vw !important;
  }

  .s\:u-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }

  .s\:u-pb-95 {
    padding-bottom: 24.358974359vw !important;
  }

  .s\:u-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }

  .s\:u-pb-105 {
    padding-bottom: 26.9230769231vw !important;
  }

  .s\:u-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }

  .s\:u-pb-115 {
    padding-bottom: 29.4871794872vw !important;
  }

  .s\:u-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }

  .s\:u-pb-125 {
    padding-bottom: 32.0512820513vw !important;
  }

  .s\:u-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }

  .s\:u-pb-135 {
    padding-bottom: 34.6153846154vw !important;
  }

  .s\:u-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }

  .s\:u-pb-145 {
    padding-bottom: 37.1794871795vw !important;
  }

  .s\:u-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }

  .s\:u-pt-0 {
    padding-top: 0vw !important;
  }

  .s\:u-pt-5 {
    padding-top: 1.2820512821vw !important;
  }

  .s\:u-pt-10 {
    padding-top: 2.5641025641vw !important;
  }

  .s\:u-pt-15 {
    padding-top: 3.8461538462vw !important;
  }

  .s\:u-pt-20 {
    padding-top: 5.1282051282vw !important;
  }

  .s\:u-pt-25 {
    padding-top: 6.4102564103vw !important;
  }

  .s\:u-pt-30 {
    padding-top: 7.6923076923vw !important;
  }

  .s\:u-pt-35 {
    padding-top: 8.9743589744vw !important;
  }

  .s\:u-pt-40 {
    padding-top: 10.2564102564vw !important;
  }

  .s\:u-pt-45 {
    padding-top: 11.5384615385vw !important;
  }

  .s\:u-pt-50 {
    padding-top: 12.8205128205vw !important;
  }

  .s\:u-pt-55 {
    padding-top: 14.1025641026vw !important;
  }

  .s\:u-pt-60 {
    padding-top: 15.3846153846vw !important;
  }

  .s\:u-pt-65 {
    padding-top: 16.6666666667vw !important;
  }

  .s\:u-pt-70 {
    padding-top: 17.9487179487vw !important;
  }

  .s\:u-pt-75 {
    padding-top: 19.2307692308vw !important;
  }

  .s\:u-pt-80 {
    padding-top: 20.5128205128vw !important;
  }

  .s\:u-pt-85 {
    padding-top: 21.7948717949vw !important;
  }

  .s\:u-pt-90 {
    padding-top: 23.0769230769vw !important;
  }

  .s\:u-pt-95 {
    padding-top: 24.358974359vw !important;
  }

  .s\:u-pt-100 {
    padding-top: 25.641025641vw !important;
  }

  .s\:u-pt-105 {
    padding-top: 26.9230769231vw !important;
  }

  .s\:u-pt-110 {
    padding-top: 28.2051282051vw !important;
  }

  .s\:u-pt-115 {
    padding-top: 29.4871794872vw !important;
  }

  .s\:u-pt-120 {
    padding-top: 30.7692307692vw !important;
  }

  .s\:u-pt-125 {
    padding-top: 32.0512820513vw !important;
  }

  .s\:u-pt-130 {
    padding-top: 33.3333333333vw !important;
  }

  .s\:u-pt-135 {
    padding-top: 34.6153846154vw !important;
  }

  .s\:u-pt-140 {
    padding-top: 35.8974358974vw !important;
  }

  .s\:u-pt-145 {
    padding-top: 37.1794871795vw !important;
  }

  .s\:u-pt-150 {
    padding-top: 38.4615384615vw !important;
  }

  .s\:u-pl-0 {
    padding-left: 0vw !important;
  }

  .s\:u-pl-5 {
    padding-left: 1.2820512821vw !important;
  }

  .s\:u-pl-10 {
    padding-left: 2.5641025641vw !important;
  }

  .s\:u-pl-15 {
    padding-left: 3.8461538462vw !important;
  }

  .s\:u-pl-20 {
    padding-left: 5.1282051282vw !important;
  }

  .s\:u-pl-25 {
    padding-left: 6.4102564103vw !important;
  }

  .s\:u-pl-30 {
    padding-left: 7.6923076923vw !important;
  }

  .s\:u-pl-35 {
    padding-left: 8.9743589744vw !important;
  }

  .s\:u-pl-40 {
    padding-left: 10.2564102564vw !important;
  }

  .s\:u-pl-45 {
    padding-left: 11.5384615385vw !important;
  }

  .s\:u-pl-50 {
    padding-left: 12.8205128205vw !important;
  }

  .s\:u-pl-55 {
    padding-left: 14.1025641026vw !important;
  }

  .s\:u-pl-60 {
    padding-left: 15.3846153846vw !important;
  }

  .s\:u-pl-65 {
    padding-left: 16.6666666667vw !important;
  }

  .s\:u-pl-70 {
    padding-left: 17.9487179487vw !important;
  }

  .s\:u-pl-75 {
    padding-left: 19.2307692308vw !important;
  }

  .s\:u-pl-80 {
    padding-left: 20.5128205128vw !important;
  }

  .s\:u-pr-0 {
    padding-right: 0vw !important;
  }

  .s\:u-pr-5 {
    padding-right: 1.2820512821vw !important;
  }

  .s\:u-pr-10 {
    padding-right: 2.5641025641vw !important;
  }

  .s\:u-pr-15 {
    padding-right: 3.8461538462vw !important;
  }

  .s\:u-pr-20 {
    padding-right: 5.1282051282vw !important;
  }

  .s\:u-pr-25 {
    padding-right: 6.4102564103vw !important;
  }

  .s\:u-pr-30 {
    padding-right: 7.6923076923vw !important;
  }

  .s\:u-pr-35 {
    padding-right: 8.9743589744vw !important;
  }

  .s\:u-pr-40 {
    padding-right: 10.2564102564vw !important;
  }

  .s\:u-pr-45 {
    padding-right: 11.5384615385vw !important;
  }

  .s\:u-pr-50 {
    padding-right: 12.8205128205vw !important;
  }

  .s\:u-pr-55 {
    padding-right: 14.1025641026vw !important;
  }

  .s\:u-pr-60 {
    padding-right: 15.3846153846vw !important;
  }

  .s\:u-pr-65 {
    padding-right: 16.6666666667vw !important;
  }

  .s\:u-pr-70 {
    padding-right: 17.9487179487vw !important;
  }

  .s\:u-pr-75 {
    padding-right: 19.2307692308vw !important;
  }

  .s\:u-pr-80 {
    padding-right: 20.5128205128vw !important;
  }
}

.u-m-auto {
  margin: 0 auto;
}

.u-mr-ip {
  margin-right: 9.0707964602vw;
}

.u-ml-ip {
  margin-left: 9.0707964602vw;
}

.u-mt-m3 {
  margin-top: -0.2212389381vw;
}

.u-mb-0 {
  margin-bottom: 0vw !important;
}

.u-mb-5 {
  margin-bottom: 0.3687315634vw !important;
}

.u-mb-10 {
  margin-bottom: 0.7374631268vw !important;
}

.u-mb-15 {
  margin-bottom: 1.1061946903vw !important;
}

.u-mb-20 {
  margin-bottom: 1.4749262537vw !important;
}

.u-mb-25 {
  margin-bottom: 1.8436578171vw !important;
}

.u-mb-30 {
  margin-bottom: 2.2123893805vw !important;
}

.u-mb-35 {
  margin-bottom: 2.581120944vw !important;
}

.u-mb-40 {
  margin-bottom: 2.9498525074vw !important;
}

.u-mb-45 {
  margin-bottom: 3.3185840708vw !important;
}

.u-mb-50 {
  margin-bottom: 3.6873156342vw !important;
}

.u-mb-55 {
  margin-bottom: 4.0560471976vw !important;
}

.u-mb-60 {
  margin-bottom: 4.4247787611vw !important;
}

.u-mb-65 {
  margin-bottom: 4.7935103245vw !important;
}

.u-mb-70 {
  margin-bottom: 5.1622418879vw !important;
}

.u-mb-75 {
  margin-bottom: 5.5309734513vw !important;
}

.u-mb-80 {
  margin-bottom: 5.8997050147vw !important;
}

.u-mb-85 {
  margin-bottom: 6.2684365782vw !important;
}

.u-mb-90 {
  margin-bottom: 6.6371681416vw !important;
}

.u-mb-95 {
  margin-bottom: 7.005899705vw !important;
}

.u-mb-100 {
  margin-bottom: 7.3746312684vw !important;
}

.u-mb-105 {
  margin-bottom: 7.7433628319vw !important;
}

.u-mb-110 {
  margin-bottom: 8.1120943953vw !important;
}

.u-mb-115 {
  margin-bottom: 8.4808259587vw !important;
}

.u-mb-120 {
  margin-bottom: 8.8495575221vw !important;
}

.u-mb-125 {
  margin-bottom: 9.2182890855vw !important;
}

.u-mb-130 {
  margin-bottom: 9.587020649vw !important;
}

.u-mb-135 {
  margin-bottom: 9.9557522124vw !important;
}

.u-mb-140 {
  margin-bottom: 10.3244837758vw !important;
}

.u-mb-145 {
  margin-bottom: 10.6932153392vw !important;
}

.u-mb-150 {
  margin-bottom: 11.0619469027vw !important;
}

.u-mb-155 {
  margin-bottom: 11.4306784661vw !important;
}

.u-mb-160 {
  margin-bottom: 11.7994100295vw !important;
}

.u-mb-165 {
  margin-bottom: 12.1681415929vw !important;
}

.u-mb-170 {
  margin-bottom: 12.5368731563vw !important;
}

.u-mb-175 {
  margin-bottom: 12.9056047198vw !important;
}

.u-mb-180 {
  margin-bottom: 13.2743362832vw !important;
}

.u-mb-185 {
  margin-bottom: 13.6430678466vw !important;
}

.u-mb-190 {
  margin-bottom: 14.01179941vw !important;
}

.u-mb-195 {
  margin-bottom: 14.3805309735vw !important;
}

.u-mb-200 {
  margin-bottom: 14.7492625369vw !important;
}

.u-mb-205 {
  margin-bottom: 15.1179941003vw !important;
}

.u-mb-210 {
  margin-bottom: 15.4867256637vw !important;
}

.u-mb-215 {
  margin-bottom: 15.8554572271vw !important;
}

.u-mb-220 {
  margin-bottom: 16.2241887906vw !important;
}

.u-mb-225 {
  margin-bottom: 16.592920354vw !important;
}

.u-mb-230 {
  margin-bottom: 16.9616519174vw !important;
}

.u-mb-235 {
  margin-bottom: 17.3303834808vw !important;
}

.u-mb-240 {
  margin-bottom: 17.6991150442vw !important;
}

.u-mb-245 {
  margin-bottom: 18.0678466077vw !important;
}

.u-mb-250 {
  margin-bottom: 18.4365781711vw !important;
}

.u-mt-0 {
  margin-top: 0vw !important;
}

.u-mt-5 {
  margin-top: 0.3687315634vw !important;
}

.u-mt-10 {
  margin-top: 0.7374631268vw !important;
}

.u-mt-15 {
  margin-top: 1.1061946903vw !important;
}

.u-mt-20 {
  margin-top: 1.4749262537vw !important;
}

.u-mt-25 {
  margin-top: 1.8436578171vw !important;
}

.u-mt-30 {
  margin-top: 2.2123893805vw !important;
}

.u-mt-35 {
  margin-top: 2.581120944vw !important;
}

.u-mt-40 {
  margin-top: 2.9498525074vw !important;
}

.u-mt-45 {
  margin-top: 3.3185840708vw !important;
}

.u-mt-50 {
  margin-top: 3.6873156342vw !important;
}

.u-mt-55 {
  margin-top: 4.0560471976vw !important;
}

.u-mt-60 {
  margin-top: 4.4247787611vw !important;
}

.u-mt-65 {
  margin-top: 4.7935103245vw !important;
}

.u-mt-70 {
  margin-top: 5.1622418879vw !important;
}

.u-mt-75 {
  margin-top: 5.5309734513vw !important;
}

.u-mt-80 {
  margin-top: 5.8997050147vw !important;
}

.u-mt-85 {
  margin-top: 6.2684365782vw !important;
}

.u-mt-90 {
  margin-top: 6.6371681416vw !important;
}

.u-mt-95 {
  margin-top: 7.005899705vw !important;
}

.u-mt-100 {
  margin-top: 7.3746312684vw !important;
}

.u-mt-105 {
  margin-top: 7.7433628319vw !important;
}

.u-mt-110 {
  margin-top: 8.1120943953vw !important;
}

.u-mt-115 {
  margin-top: 8.4808259587vw !important;
}

.u-mt-120 {
  margin-top: 8.8495575221vw !important;
}

.u-mt-125 {
  margin-top: 9.2182890855vw !important;
}

.u-mt-130 {
  margin-top: 9.587020649vw !important;
}

.u-mt-135 {
  margin-top: 9.9557522124vw !important;
}

.u-mt-140 {
  margin-top: 10.3244837758vw !important;
}

.u-ml-0 {
  margin-left: 0vw !important;
}

.u-ml-5 {
  margin-left: 0.3687315634vw !important;
}

.u-ml-10 {
  margin-left: 0.7374631268vw !important;
}

.u-ml-15 {
  margin-left: 1.1061946903vw !important;
}

.u-ml-20 {
  margin-left: 1.4749262537vw !important;
}

.u-ml-25 {
  margin-left: 1.8436578171vw !important;
}

.u-ml-30 {
  margin-left: 2.2123893805vw !important;
}

.u-ml-35 {
  margin-left: 2.581120944vw !important;
}

.u-ml-40 {
  margin-left: 2.9498525074vw !important;
}

.u-ml-45 {
  margin-left: 3.3185840708vw !important;
}

.u-ml-50 {
  margin-left: 3.6873156342vw !important;
}

.u-ml-55 {
  margin-left: 4.0560471976vw !important;
}

.u-ml-60 {
  margin-left: 4.4247787611vw !important;
}

.u-ml-65 {
  margin-left: 4.7935103245vw !important;
}

.u-ml-70 {
  margin-left: 5.1622418879vw !important;
}

.u-ml-75 {
  margin-left: 5.5309734513vw !important;
}

.u-ml-80 {
  margin-left: 5.8997050147vw !important;
}

.u-ml-85 {
  margin-left: 6.2684365782vw !important;
}

.u-ml-90 {
  margin-left: 6.6371681416vw !important;
}

.u-ml-95 {
  margin-left: 7.005899705vw !important;
}

.u-ml-100 {
  margin-left: 7.3746312684vw !important;
}

.u-ml-105 {
  margin-left: 7.7433628319vw !important;
}

.u-ml-110 {
  margin-left: 8.1120943953vw !important;
}

.u-ml-115 {
  margin-left: 8.4808259587vw !important;
}

.u-ml-120 {
  margin-left: 8.8495575221vw !important;
}

.u-ml-125 {
  margin-left: 9.2182890855vw !important;
}

.u-ml-130 {
  margin-left: 9.587020649vw !important;
}

.u-ml-135 {
  margin-left: 9.9557522124vw !important;
}

.u-ml-140 {
  margin-left: 10.3244837758vw !important;
}

.u-mr-0 {
  margin-right: 0vw !important;
}

.u-mr-5 {
  margin-right: 0.3687315634vw !important;
}

.u-mr-10 {
  margin-right: 0.7374631268vw !important;
}

.u-mr-15 {
  margin-right: 1.1061946903vw !important;
}

.u-mr-20 {
  margin-right: 1.4749262537vw !important;
}

.u-mr-25 {
  margin-right: 1.8436578171vw !important;
}

.u-mr-30 {
  margin-right: 2.2123893805vw !important;
}

.u-mr-35 {
  margin-right: 2.581120944vw !important;
}

.u-mr-40 {
  margin-right: 2.9498525074vw !important;
}

.u-mr-45 {
  margin-right: 3.3185840708vw !important;
}

.u-mr-50 {
  margin-right: 3.6873156342vw !important;
}

.u-mr-55 {
  margin-right: 4.0560471976vw !important;
}

.u-mr-60 {
  margin-right: 4.4247787611vw !important;
}

.u-mr-65 {
  margin-right: 4.7935103245vw !important;
}

.u-mr-70 {
  margin-right: 5.1622418879vw !important;
}

.u-mr-75 {
  margin-right: 5.5309734513vw !important;
}

.u-mr-80 {
  margin-right: 5.8997050147vw !important;
}

.u-mr-85 {
  margin-right: 6.2684365782vw !important;
}

.u-mr-90 {
  margin-right: 6.6371681416vw !important;
}

.u-mr-95 {
  margin-right: 7.005899705vw !important;
}

.u-mr-100 {
  margin-right: 7.3746312684vw !important;
}

.u-mr-105 {
  margin-right: 7.7433628319vw !important;
}

.u-mr-110 {
  margin-right: 8.1120943953vw !important;
}

.u-mr-115 {
  margin-right: 8.4808259587vw !important;
}

.u-mr-120 {
  margin-right: 8.8495575221vw !important;
}

.u-mr-125 {
  margin-right: 9.2182890855vw !important;
}

.u-mr-130 {
  margin-right: 9.587020649vw !important;
}

.u-mr-135 {
  margin-right: 9.9557522124vw !important;
}

.u-mr-140 {
  margin-right: 10.3244837758vw !important;
}

.u-mb-m-50 {
  margin-bottom: -3.6873156342vw !important;
}

.u-mb-m-45 {
  margin-bottom: -3.3185840708vw !important;
}

.u-mb-m-40 {
  margin-bottom: -2.9498525074vw !important;
}

.u-mb-m-35 {
  margin-bottom: -2.581120944vw !important;
}

.u-mb-m-30 {
  margin-bottom: -2.2123893805vw !important;
}

.u-mb-m-25 {
  margin-bottom: -1.8436578171vw !important;
}

.u-mb-m-20 {
  margin-bottom: -1.4749262537vw !important;
}

.u-mb-m-15 {
  margin-bottom: -1.1061946903vw !important;
}

.u-mb-m-10 {
  margin-bottom: -0.7374631268vw !important;
}

.u-mb-m-5 {
  margin-bottom: -0.3687315634vw !important;
}

.u-mb-m-0 {
  margin-bottom: 0vw !important;
}

.u-mt-m-100 {
  margin-top: -7.3746312684vw !important;
}

.u-mt-m-95 {
  margin-top: -7.005899705vw !important;
}

.u-mt-m-90 {
  margin-top: -6.6371681416vw !important;
}

.u-mt-m-85 {
  margin-top: -6.2684365782vw !important;
}

.u-mt-m-80 {
  margin-top: -5.8997050147vw !important;
}

.u-mt-m-75 {
  margin-top: -5.5309734513vw !important;
}

.u-mt-m-70 {
  margin-top: -5.1622418879vw !important;
}

.u-mt-m-65 {
  margin-top: -4.7935103245vw !important;
}

.u-mt-m-60 {
  margin-top: -4.4247787611vw !important;
}

.u-mt-m-55 {
  margin-top: -4.0560471976vw !important;
}

.u-mt-m-50 {
  margin-top: -3.6873156342vw !important;
}

.u-mt-m-45 {
  margin-top: -3.3185840708vw !important;
}

.u-mt-m-40 {
  margin-top: -2.9498525074vw !important;
}

.u-mt-m-35 {
  margin-top: -2.581120944vw !important;
}

.u-mt-m-30 {
  margin-top: -2.2123893805vw !important;
}

.u-mt-m-25 {
  margin-top: -1.8436578171vw !important;
}

.u-mt-m-20 {
  margin-top: -1.4749262537vw !important;
}

.u-mt-m-15 {
  margin-top: -1.1061946903vw !important;
}

.u-mt-m-10 {
  margin-top: -0.7374631268vw !important;
}

.u-mt-m-5 {
  margin-top: -0.3687315634vw !important;
}

.u-mt-m-0 {
  margin-top: 0vw !important;
}

.u-ml-m-100 {
  margin-left: -7.3746312684vw !important;
}

.u-ml-m-95 {
  margin-left: -7.005899705vw !important;
}

.u-ml-m-90 {
  margin-left: -6.6371681416vw !important;
}

.u-ml-m-85 {
  margin-left: -6.2684365782vw !important;
}

.u-ml-m-80 {
  margin-left: -5.8997050147vw !important;
}

.u-ml-m-75 {
  margin-left: -5.5309734513vw !important;
}

.u-ml-m-70 {
  margin-left: -5.1622418879vw !important;
}

.u-ml-m-65 {
  margin-left: -4.7935103245vw !important;
}

.u-ml-m-60 {
  margin-left: -4.4247787611vw !important;
}

.u-ml-m-55 {
  margin-left: -4.0560471976vw !important;
}

.u-ml-m-50 {
  margin-left: -3.6873156342vw !important;
}

.u-ml-m-45 {
  margin-left: -3.3185840708vw !important;
}

.u-ml-m-40 {
  margin-left: -2.9498525074vw !important;
}

.u-ml-m-35 {
  margin-left: -2.581120944vw !important;
}

.u-ml-m-30 {
  margin-left: -2.2123893805vw !important;
}

.u-ml-m-25 {
  margin-left: -1.8436578171vw !important;
}

.u-ml-m-20 {
  margin-left: -1.4749262537vw !important;
}

.u-ml-m-15 {
  margin-left: -1.1061946903vw !important;
}

.u-ml-m-10 {
  margin-left: -0.7374631268vw !important;
}

.u-ml-m-5 {
  margin-left: -0.3687315634vw !important;
}

.u-ml-m-0 {
  margin-left: 0vw !important;
}

.u-mr-m-50 {
  margin-right: -3.6873156342vw !important;
}

.u-mr-m-45 {
  margin-right: -3.3185840708vw !important;
}

.u-mr-m-40 {
  margin-right: -2.9498525074vw !important;
}

.u-mr-m-35 {
  margin-right: -2.581120944vw !important;
}

.u-mr-m-30 {
  margin-right: -2.2123893805vw !important;
}

.u-mr-m-25 {
  margin-right: -1.8436578171vw !important;
}

.u-mr-m-20 {
  margin-right: -1.4749262537vw !important;
}

.u-mr-m-15 {
  margin-right: -1.1061946903vw !important;
}

.u-mr-m-10 {
  margin-right: -0.7374631268vw !important;
}

.u-mr-m-5 {
  margin-right: -0.3687315634vw !important;
}

.u-mr-m-0 {
  margin-right: 0vw !important;
}

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }

  .s\:u-mb-0 {
    margin-bottom: 0vw !important;
  }

  .s\:u-mb-5 {
    margin-bottom: 1.2820512821vw !important;
  }

  .s\:u-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }

  .s\:u-mb-15 {
    margin-bottom: 3.8461538462vw !important;
  }

  .s\:u-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }

  .s\:u-mb-25 {
    margin-bottom: 6.4102564103vw !important;
  }

  .s\:u-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }

  .s\:u-mb-35 {
    margin-bottom: 8.9743589744vw !important;
  }

  .s\:u-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }

  .s\:u-mb-45 {
    margin-bottom: 11.5384615385vw !important;
  }

  .s\:u-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }

  .s\:u-mb-55 {
    margin-bottom: 14.1025641026vw !important;
  }

  .s\:u-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }

  .s\:u-mb-65 {
    margin-bottom: 16.6666666667vw !important;
  }

  .s\:u-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }

  .s\:u-mb-75 {
    margin-bottom: 19.2307692308vw !important;
  }

  .s\:u-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }

  .s\:u-mb-85 {
    margin-bottom: 21.7948717949vw !important;
  }

  .s\:u-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }

  .s\:u-mb-95 {
    margin-bottom: 24.358974359vw !important;
  }

  .s\:u-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }

  .s\:u-mb-105 {
    margin-bottom: 26.9230769231vw !important;
  }

  .s\:u-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }

  .s\:u-mb-115 {
    margin-bottom: 29.4871794872vw !important;
  }

  .s\:u-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }

  .s\:u-mb-125 {
    margin-bottom: 32.0512820513vw !important;
  }

  .s\:u-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }

  .s\:u-mb-135 {
    margin-bottom: 34.6153846154vw !important;
  }

  .s\:u-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }

  .s\:u-mb-145 {
    margin-bottom: 37.1794871795vw !important;
  }

  .s\:u-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }

  .s\:u-mt-0 {
    margin-top: 0vw !important;
  }

  .s\:u-mt-5 {
    margin-top: 1.2820512821vw !important;
  }

  .s\:u-mt-10 {
    margin-top: 2.5641025641vw !important;
  }

  .s\:u-mt-15 {
    margin-top: 3.8461538462vw !important;
  }

  .s\:u-mt-20 {
    margin-top: 5.1282051282vw !important;
  }

  .s\:u-mt-25 {
    margin-top: 6.4102564103vw !important;
  }

  .s\:u-mt-30 {
    margin-top: 7.6923076923vw !important;
  }

  .s\:u-mt-35 {
    margin-top: 8.9743589744vw !important;
  }

  .s\:u-mt-40 {
    margin-top: 10.2564102564vw !important;
  }

  .s\:u-mt-45 {
    margin-top: 11.5384615385vw !important;
  }

  .s\:u-mt-50 {
    margin-top: 12.8205128205vw !important;
  }

  .s\:u-mt-55 {
    margin-top: 14.1025641026vw !important;
  }

  .s\:u-mt-60 {
    margin-top: 15.3846153846vw !important;
  }

  .s\:u-mt-65 {
    margin-top: 16.6666666667vw !important;
  }

  .s\:u-mt-70 {
    margin-top: 17.9487179487vw !important;
  }

  .s\:u-mt-75 {
    margin-top: 19.2307692308vw !important;
  }

  .s\:u-mt-80 {
    margin-top: 20.5128205128vw !important;
  }

  .s\:u-mt-85 {
    margin-top: 21.7948717949vw !important;
  }

  .s\:u-mt-90 {
    margin-top: 23.0769230769vw !important;
  }

  .s\:u-mt-95 {
    margin-top: 24.358974359vw !important;
  }

  .s\:u-mt-100 {
    margin-top: 25.641025641vw !important;
  }

  .s\:u-ml-10 {
    margin-left: -2.5641025641vw !important;
  }

  .s\:u-ml-5 {
    margin-left: -1.2820512821vw !important;
  }

  .s\:u-ml-0 {
    margin-left: 0vw !important;
  }

  .s\:u-ml-5 {
    margin-left: 1.2820512821vw !important;
  }

  .s\:u-ml-10 {
    margin-left: 2.5641025641vw !important;
  }

  .s\:u-ml-15 {
    margin-left: 3.8461538462vw !important;
  }

  .s\:u-ml-20 {
    margin-left: 5.1282051282vw !important;
  }

  .s\:u-ml-25 {
    margin-left: 6.4102564103vw !important;
  }

  .s\:u-ml-30 {
    margin-left: 7.6923076923vw !important;
  }

  .s\:u-ml-35 {
    margin-left: 8.9743589744vw !important;
  }

  .s\:u-ml-40 {
    margin-left: 10.2564102564vw !important;
  }

  .s\:u-ml-45 {
    margin-left: 11.5384615385vw !important;
  }

  .s\:u-ml-50 {
    margin-left: 12.8205128205vw !important;
  }

  .s\:u-ml-55 {
    margin-left: 14.1025641026vw !important;
  }

  .s\:u-ml-60 {
    margin-left: 15.3846153846vw !important;
  }

  .s\:u-ml-65 {
    margin-left: 16.6666666667vw !important;
  }

  .s\:u-ml-70 {
    margin-left: 17.9487179487vw !important;
  }

  .s\:u-ml-75 {
    margin-left: 19.2307692308vw !important;
  }

  .s\:u-ml-80 {
    margin-left: 20.5128205128vw !important;
  }

  .s\:u-mr-0 {
    margin-right: 0vw !important;
  }

  .s\:u-mr-5 {
    margin-right: 1.2820512821vw !important;
  }

  .s\:u-mr-10 {
    margin-right: 2.5641025641vw !important;
  }

  .s\:u-mr-15 {
    margin-right: 3.8461538462vw !important;
  }

  .s\:u-mr-20 {
    margin-right: 5.1282051282vw !important;
  }

  .s\:u-mr-25 {
    margin-right: 6.4102564103vw !important;
  }

  .s\:u-mr-30 {
    margin-right: 7.6923076923vw !important;
  }

  .s\:u-mr-35 {
    margin-right: 8.9743589744vw !important;
  }

  .s\:u-mr-40 {
    margin-right: 10.2564102564vw !important;
  }

  .s\:u-mr-45 {
    margin-right: 11.5384615385vw !important;
  }

  .s\:u-mr-50 {
    margin-right: 12.8205128205vw !important;
  }

  .s\:u-mr-55 {
    margin-right: 14.1025641026vw !important;
  }

  .s\:u-mr-60 {
    margin-right: 15.3846153846vw !important;
  }

  .s\:u-mr-65 {
    margin-right: 16.6666666667vw !important;
  }

  .s\:u-mr-70 {
    margin-right: 17.9487179487vw !important;
  }

  .s\:u-mr-75 {
    margin-right: 19.2307692308vw !important;
  }

  .s\:u-mr-80 {
    margin-right: 20.5128205128vw !important;
  }

  .s\:u-mb-m-50 {
    margin-bottom: -12.8205128205vw !important;
  }

  .s\:u-mb-m-45 {
    margin-bottom: -11.5384615385vw !important;
  }

  .s\:u-mb-m-40 {
    margin-bottom: -10.2564102564vw !important;
  }

  .s\:u-mb-m-35 {
    margin-bottom: -8.9743589744vw !important;
  }

  .s\:u-mb-m-30 {
    margin-bottom: -7.6923076923vw !important;
  }

  .s\:u-mb-m-25 {
    margin-bottom: -6.4102564103vw !important;
  }

  .s\:u-mb-m-20 {
    margin-bottom: -5.1282051282vw !important;
  }

  .s\:u-mb-m-15 {
    margin-bottom: -3.8461538462vw !important;
  }

  .s\:u-mb-m-10 {
    margin-bottom: -2.5641025641vw !important;
  }

  .s\:u-mb-m-5 {
    margin-bottom: -1.2820512821vw !important;
  }

  .s\:u-mb-m-0 {
    margin-bottom: 0vw !important;
  }

  .s\:u-mt-m-50 {
    margin-top: -12.8205128205vw !important;
  }

  .s\:u-mt-m-45 {
    margin-top: -11.5384615385vw !important;
  }

  .s\:u-mt-m-40 {
    margin-top: -10.2564102564vw !important;
  }

  .s\:u-mt-m-35 {
    margin-top: -8.9743589744vw !important;
  }

  .s\:u-mt-m-30 {
    margin-top: -7.6923076923vw !important;
  }

  .s\:u-mt-m-25 {
    margin-top: -6.4102564103vw !important;
  }

  .s\:u-mt-m-20 {
    margin-top: -5.1282051282vw !important;
  }

  .s\:u-mt-m-15 {
    margin-top: -3.8461538462vw !important;
  }

  .s\:u-mt-m-10 {
    margin-top: -2.5641025641vw !important;
  }

  .s\:u-mt-m-5 {
    margin-top: -1.2820512821vw !important;
  }

  .s\:u-mt-m-0 {
    margin-top: 0vw !important;
  }

  .s\:u-ml-m-50 {
    margin-left: -12.8205128205vw !important;
  }

  .s\:u-ml-m-45 {
    margin-left: -11.5384615385vw !important;
  }

  .s\:u-ml-m-40 {
    margin-left: -10.2564102564vw !important;
  }

  .s\:u-ml-m-35 {
    margin-left: -8.9743589744vw !important;
  }

  .s\:u-ml-m-30 {
    margin-left: -7.6923076923vw !important;
  }

  .s\:u-ml-m-25 {
    margin-left: -6.4102564103vw !important;
  }

  .s\:u-ml-m-20 {
    margin-left: -5.1282051282vw !important;
  }

  .s\:u-ml-m-15 {
    margin-left: -3.8461538462vw !important;
  }

  .s\:u-ml-m-10 {
    margin-left: -2.5641025641vw !important;
  }

  .s\:u-ml-m-5 {
    margin-left: -1.2820512821vw !important;
  }

  .s\:u-ml-m-0 {
    margin-left: 0vw !important;
  }

  .s\:u-mr-m-50 {
    margin-right: -12.8205128205vw !important;
  }

  .s\:u-mr-m-45 {
    margin-right: -11.5384615385vw !important;
  }

  .s\:u-mr-m-40 {
    margin-right: -10.2564102564vw !important;
  }

  .s\:u-mr-m-35 {
    margin-right: -8.9743589744vw !important;
  }

  .s\:u-mr-m-30 {
    margin-right: -7.6923076923vw !important;
  }

  .s\:u-mr-m-25 {
    margin-right: -6.4102564103vw !important;
  }

  .s\:u-mr-m-20 {
    margin-right: -5.1282051282vw !important;
  }

  .s\:u-mr-m-15 {
    margin-right: -3.8461538462vw !important;
  }

  .s\:u-mr-m-10 {
    margin-right: -2.5641025641vw !important;
  }

  .s\:u-mr-m-5 {
    margin-right: -1.2820512821vw !important;
  }

  .s\:u-mr-m-0 {
    margin-right: 0vw !important;
  }
}

.u-w-full-vw {
  width: 100vw;
}

.u-w-full {
  width: 100%;
}

.u-w-half {
  width: 50%;
}

.u-w-31 {
  width: 2.2861356932vw;
}

.u-w-158 {
  width: 11.6519174041vw;
}

.u-w-210 {
  width: 15.4867256637vw;
}

.u-w-395 {
  width: 29.1297935103vw;
}

.u-w-530 {
  width: 39.0855457227vw;
}

.u-w-535 {
  width: 39.4542772861vw;
}

.u-w-570 {
  width: 42.0353982301vw;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }

  .s\:u-w-auto {
    width: auto;
  }

  .s\:u-w-30 {
    width: 7.6923076923vw;
  }

  .s\:u-w-127 {
    width: 32.5641025641vw;
  }

  .s\:u-w-163 {
    width: 41.7948717949vw;
  }

  .s\:u-w-277 {
    width: 71.0256410256vw;
  }

  .s\:u-w-310 {
    width: 79.4871794872vw;
  }
}

.u-h-full {
  height: 100%;
}

.u-h-half {
  height: 50%;
}

.u-h-63 {
  height: 4.6460176991vw;
}

.u-h-96 {
  height: 7.0796460177vw;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }

  .s\:u-h-auto {
    height: auto;
  }

  .s\:u-h-46 {
    height: 11.7948717949vw;
  }

  .s\:u-h-68 {
    height: 17.4358974359vw;
  }

  .s\:u-h-238 {
    height: 61.0256410256vw;
  }

  .s\:u-h-415 {
    height: 106.4102564103vw;
  }

  .s\:u-h-405 {
    height: 103.8461538462vw;
  }
}

.u-z-9999 {
  z-index: 9999;
}

.u-z-2 {
  z-index: 2;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}

.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}

.u-opacity-20 {
  opacity: 0.2;
}

.u-opacity-50 {
  opacity: 0.5;
}

.u-opacity-100 {
  opacity: 1;
}

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
}

.l-container:before {
  background: #7E7E7E;
  mix-blend-mode: multiply;
  content: " ";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  transform: translate(0);
  transition: opacity 0.2s ease;
  top: 0;
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .is-open-hamburger .l-container:before {
    opacity: 1;
    z-index: 5555;
  }
}

.l-header {
  display: flex;
  height: 8rem;
  position: fixed;
  justify-content: space-between;
  top: 0;
  transition: background-color 0.4s ease;
  width: 100vw;
  z-index: 8888;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 6rem;
    position: fixed;
  }
}

.l-header.is-fixed,
.is-open-hamburger .l-header {
  background: #fff;
}

.l-header-logo {
  font-size: 0;
  margin: 2.4rem 0 0 6rem;
  width: 21rem;
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    margin: 1.5rem 0 0 2rem;
    width: 19rem;
  }
}

.l-header-contact {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .l-header-contact {
    width: 6rem;
  }
}

.l-header-contact:before {
  aspect-ratio: 1/0.8000169047;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="20" viewBox="0 0 25 20" fill="none"><path d="M24.0284 3.09866C24.0284 1.79724 22.9636 0.732439 21.6622 0.732439H2.73243C1.43101 0.732439 0.366211 1.79724 0.366211 3.09866V17.296C0.366211 18.5974 1.43101 19.6622 2.73243 19.6622H21.6622C22.9636 19.6622 24.0284 18.5974 24.0284 17.296V3.09866ZM21.6622 3.09866L12.1973 9.00238L2.73243 3.09866H21.6622ZM21.6622 17.296H2.73243V5.46488L12.1973 11.3804L21.6622 5.46488V17.296Z" fill="%232F90E1"/></svg>') no-repeat 50% 50%/contain;
  content: " ";
  display: inline-block;
  height: auto;
  width: 2.3662rem;
}

.l-hamburger-menu {
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .l-hamburger-menu {
    background: #3DBBEE;
    padding: 8rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger-btn {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .is-fixed .l-hamburger-btn span {
    background-color: #3F90E1;
  }
}

.is-fixed .l-hamburger-btn span:before,
.is-fixed .l-hamburger-btn span:after {
  background-color: #3F90E1;
}

.l-gnavi {
  align-items: center;
  display: flex;
  gap: 4.2rem;
  height: 8rem;
  position: absolute;
  right: 12rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .l-gnavi {
    align-items: start;
    flex-direction: column;
    height: auto;
    gap: 1.2rem;
    padding-top: 2rem;
    position: relative !important;
    right: unset;
    left: 0;
  }
}

.l-gnavi li {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-gnavi li {
    font-size: 1.8rem;
  }
}

.l-gnavi li a {
  color: #fff;
  transition: unset;
}

@media screen and (max-width: 767px) {
  .l-gnavi li.lang {
    padding-top: 1rem;
  }
}

.l-gnavi li.lang a {
  color: #D6D6D6;
}

.l-gnavi li.lang a.u-noevent {
  color: #fff;
}

.l-gnavi.is-fixed li {
  color: #222222;
}

@media screen and (max-width: 767px) {
  .l-gnavi.is-fixed li {
    color: #fff;
  }
}

.l-gnavi.is-fixed li a {
  color: #222222;
  transition: color 0.4s ease;
}

@media screen and (max-width: 767px) {
  .l-gnavi.is-fixed li a {
    color: #fff;
  }
}

.l-gnavi.is-fixed li.lang a {
  color: #D6D6D6;
}

.l-gnavi.is-fixed li.lang a.u-noevent {
  color: #222222;
}

@media screen and (max-width: 767px) {
  .l-gnavi.is-fixed li.lang a.u-noevent {
    color: #fff;
  }
}

.l-footer {
  background: linear-gradient(291deg, #242526 44.17%, #3E7FC0 130.62%);
}

@media screen and (max-width: 767px) {
  .l-footer {
    background: linear-gradient(335deg, #2D2D2D -0.94%, #3E7FC0 102.96%);
  }
}

.l-footer .fnavi {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .fnavi {
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
  }
}

.l-footer .fnavi li {
  align-items: center;
  display: flex;
}

.l-footer .fnavi li:before {
  background: #fff;
  content: " ";
  display: inline-block;
  height: 1.7rem;
  margin: 0 4rem 0 0;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .l-footer .fnavi li:before {
    display: none;
  }
}

.l-footer .fnavi li:first-child:before {
  display: none;
}

.l-footer .fnavi li a {
  color: #fff;
  flex: 1;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.064rem;
}

.l-footer .copy {
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.052rem;
  padding: 6.6rem 0 3.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer .copy {
    padding: 3rem 0 3rem;
  }
}

.is-en .c-ttl-1 {
  letter-spacing: 0;
  line-height: 1.5294117647;
}

.is-en .c-ttl-2 {
  align-items: start;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .is-en .c-ttl-2 {
    line-height: 1.6;
  }
}

.is-en .c-ttl-2:before {
  transform: translateY(2rem);
}

@media screen and (max-width: 767px) {
  .is-en .c-ttl-2:before {
    transform: translateY(1.8rem);
    top: unset;
  }
}

.is-en .c-list-2 li {
  border-bottom: 1px solid #BBB;
  line-height: 6.1rem;
  padding: 0 4rem;
}

@media screen and (max-width: 767px) {
  .is-en .c-list-2 li {
    line-height: 1.6;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-mv-ttl>div {
    align-items: start;
    padding-top: 10rem;
  }
}

.is-en .p-mv-txt>div {
  flex-direction: column;
  gap: 1.5rem;
  right: 12.3rem;
  top: 47.5rem;
}

@media screen and (max-width: 767px) {
  .is-en .p-mv-txt>div {
    align-items: start;
    bottom: 7.5rem;
    left: 2rem;
    right: unset;
    top: unset;
  }
}

.is-en .p-mv-txt>div p {
  align-items: center;
  display: flex;
  font-size: 2rem;
  height: 3.5rem !important;
  letter-spacing: 0.08rem;
  line-height: 1;
  padding: 0 1.3rem;
  writing-mode: unset;
}

.is-en .p-overview-head .ttl {
  letter-spacing: 0;
  padding: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .is-en .p-overview-head .ttl {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.is-en .p-overview-head p {
  line-height: 1.875;
  letter-spacing: 0;
}

.is-en .p-overview-items {
  gap: 6rem;
}

.is-en .p-overview-item .ttl span {
  letter-spacing: 0;
  line-height: 1.4;
  white-space: unset;
}

.is-en .p-hotels-head .c-ttl-1 {
  margin: 0 0 2.7rem;
}

@media screen and (min-width: 768px) {
  .is-en .p-hotel {
    padding-bottom: 11rem;
  }
}

.is-en .p-hotel-head-txt .ttl {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .is-en .p-hotel-head-txt .ttl {
    margin: 0 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-hotel-head-txt .ttl {
    white-space: unset;
  }
}

.is-en .p-hotel-head-txt .subttl {
  letter-spacing: 0;
  margin: 0 0 2rem;
}

.is-en .p-hotel-head-txt .txt {
  padding: 0 0 2.5rem;
}

.is-en .p-hotel .p-room-head-txt .ttl span {
  letter-spacing: 0;
}

.is-en .p-hotel .p-room-head-txt .ttl span small {
  letter-spacing: 0;
}

.is-en .p-hotel .p-room-body .ttl span {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {

  .is-en .p-hotel .p-room-body .data-item,
  .is-en .p-hotel .p-room-body .data-item-full {
    padding: 4rem 4rem 3rem;
  }
}

.is-en .p-hotel .p-room-body .data-item-ttl {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {

  .is-en .p-hotel .p-room-body .data-item-content dl dt,
  .is-en .p-hotel .p-room-body .data-item-content dl dd {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.is-en .p-jet .c-inner {
  padding-top: 46rem;
}

@media screen and (max-width: 767px) {
  .is-en .p-jet .c-inner {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-head .ttl {
    padding: 5.8rem 0 0;
  }
}

.is-en .p-jet-head .ttl .c-ttl-2 {
  font-size: 3.4rem;
  margin: -1.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .is-en .p-jet-head .ttl .c-ttl-2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-head .ttl .c-ttl-2:before {
    transform: translateY(3.5rem);
  }
}

.is-en .p-jet-head .subttl {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  padding: 1rem 0 1rem;
}

@media screen and (max-width: 767px) {
  .is-en .p-jet-head .subttl {
    line-height: 1.5;
    padding: 2rem 0;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

.is-en .p-jet-body .slide-txt .ttl strong {
  letter-spacing: 0;
}

.is-en .p-jet-body .slide-txt .ttl span {
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide-txt .txt {
    padding: 1rem 0 0;
    width: 53rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide-txt .data {
    padding: 1.8rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide-txt .data li {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-jet-body .slide-txt .data li {
    border-radius: 2rem;
    white-space: unset;
  }
}

.is-en .p-jet-body .slide-txt .data li span {
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide-txt .data li span {
    padding: 0.5rem 0 0.8rem 0.3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-jet-body .slide-img {
    bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-terminal .c-ttl-3 {
    bottom: 8rem;
  }
}

.is-en .p-terminal-head .c-ttl-1 {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .is-en .p-terminal-head .c-ttl-1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-terminal-body>div {
    padding-top: 3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-head {
    padding-bottom: 27.2rem;
    padding-top: 7.5rem;
  }
}

.is-en .p-plan-head .c-ttl-1 {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-head .c-ttl-1 {
    margin-bottom: 1.5rem;
    margin-left: -4.3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-items {
    max-height: 180rem;
    padding-bottom: 11.8rem;
    row-gap: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-item .num {
    font-size: 3rem;
    letter-spacing: 0;
    top: -2.8rem;
    left: -5.3rem;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-plan-item .num {
    left: -0.9rem;
    top: -1.5rem;
  }
}

.is-en .p-plan-item .num::first-letter {
  font-size: unset;
}

.is-en .p-plan-item .num b {
  font-size: 4rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-item .num:after {
    left: 7.5rem;
    top: -0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-plan-item .num:after {
    left: 4rem;
    top: -0.7rem;
  }
}

.is-en .p-plan-item .ttl {
  line-height: 1.68;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .is-en .p-plan-item .ttl {
    padding-bottom: 1.5rem;
    padding-top: 2.1rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-plan-item .ttl {
    white-space: unset;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-flow {
    padding-bottom: 10.5rem;
    padding-top: 30rem;
  }
}

.is-en .p-flow .c-ttl-1 {
  letter-spacing: 0;
}

.is-en .p-flow-items {
  gap: 3.3rem;
  padding-top: 5.3rem;
}

.is-en .p-flow-item .ttl {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .is-en .p-flow-item .ttl {
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-terms .c-ttl-1 {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .is-en .p-terms .c-ttl-2 {
    margin-bottom: 2.2rem;
  }
}

.is-en .p-terms td .u-flex {
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.is-en .p-terms td .u-flex>div {
  line-height: 1.4375;
}

.is-en .p-terms-table-2 {
  width: 100%;
}

.is-en .p-terms-table-2 thead th {
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: left;
}

.is-en .p-terms-table-2 thead th:first-child {
  width: 52.4rem;
}

@media screen and (min-width: 768px) {
  .is-en .p-contact-item {
    padding-right: 2rem;
  }
}

.is-en .p-contact-item .tel .ttl {
  letter-spacing: 0;
}

.is-en .p-contact-item .tel-num+small {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .is-en .p-contact-item .tel-num+small {
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: 767px) {
  .is-en .p-contact-item .tel-num+small {
    line-height: 1.6;
  }
}

.is-en .p-contact-item .mail .ttl {
  letter-spacing: 0;
}

[data-js-hamburger-btn] {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  position: relative;
  min-width: 50px;
  width: 6.2rem;
  top: 0;
  z-index: 9999;
}

[data-js-hamburger-btn] span {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 3.3rem;
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span {
    width: 2rem;
  }
}

[data-js-hamburger-btn] span:before,
[data-js-hamburger-btn] span:after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span:before {
    top: -0.7rem;
  }
}

[data-js-hamburger-btn] span::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span::after {
    bottom: -0.7rem;
  }
}

[data-js-hamburger-btn].is-open span {
  background-color: transparent !important;
}

[data-js-hamburger-btn].is-open span:before,
[data-js-hamburger-btn].is-open span:after {
  background: #3F90E1;
  bottom: 0;
  margin: auto;
  top: 0;
}

[data-js-hamburger-btn].is-open span::before {
  transform: rotate(220deg);
}

[data-js-hamburger-btn].is-open span::after {
  top: 0;
  transform: rotate(-220deg);
}

[data-js-hamburger-menu] {
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-menu] {
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transform: translateY(-100vh);
    transition: opacity 0.4s ease;
  }
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-menu].is-open {
    opacity: 1;
    transform: translateY(0);
    z-index: 7777;
    height: min(38.2rem, 100%);
  }
}

[data-js-fadeinup],
[data-js-fadeinup-wrapper]>* {
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(3.6873156342vw);
}

[data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper]>*.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper]>* {
  transform: translateY(1.8436578171vw);
}

[data-js-fadeinup] [data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] [data-js-fadeinup].is-inview,
[data-js-fadeinup] [data-js-fadeinup-wrapper]>*.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup="2"] {
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  [data-js-fadeinup="2"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="3"] {
  transition-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-js-fadeinup="3"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="4"] {
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  [data-js-fadeinup="4"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="5"] {
  transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  [data-js-fadeinup="5"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="6"] {
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  [data-js-fadeinup="6"] {
    transition-delay: unset;
  }
}

@media screen and (max-width: 767px) {
  [data-js-scroll-section] {
    padding-top: 15.3846153846vw;
    margin-top: -15.3846153846vw;
  }
}

[data-js-accordion] {
  cursor: pointer;
  position: relative;
  padding: 2rem 12rem 1.2rem 3rem;
}

@media screen and (max-width: 767px) {
  [data-js-accordion] {
    padding: 1.8rem 4rem 2rem 1.7rem;
  }
}

[data-js-accordion]:after {
  aspect-ratio: 1/0.6218905473;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.075" height="9.998" viewBox="0 0 16.075 9.998"><path d="M.681,15.343-.681,13.879,6.381,7.306-.681.732.681-.732,9.316,7.306Z" transform="translate(15.343 0.682) rotate(90)" fill="%23299aff"/></svg>') no-repeat 50% 50%/contain;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: auto;
  right: 2.9rem;
  position: absolute;
  margin-top: -0.3687315634vw;
  left: unset;
  top: 50%;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
  flex-shrink: 0;
  width: 1.608rem;
}

@media screen and (max-width: 767px) {
  [data-js-accordion]:after {
    right: 1.73rem;
    top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  [data-js-accordion].is-open {
    width: 100%;
  }
}

[data-js-accordion].is-open:after {
  transform: rotate(180deg) !important;
}

[data-js-accordion-target] {
  display: none;
}

.p-mv {
  position: relative;
}

.p-mv-bg {
  background: url("../img/bg.webp") no-repeat 50% 50%/cover;
  content: " ";
  display: block;
  height: max(76.8rem, 100vh);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
}

@media (max-aspect-ratio: 1/1) {
  .p-mv-bg {
    background: url("../img/bg_sp.webp") no-repeat 50% 50%/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-mv-bg {
    height: max(70rem, 100vh);
  }
}

.p-mv-bg.is-scroll {
  bottom: 0;
  position: absolute;
  top: unset;
}

.p-mv-ttl {
  height: max(76.8rem, 100vh);
  color: #fff;
  font-family: "Cinzel Decorative", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: min(13rem, 150px);
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-mv-ttl {
    font-size: 8rem;
    line-height: 1.1;
    position: absolute;
  }
}

.p-mv-ttl.is-scroll {
  bottom: 0;
  position: absolute;
  top: unset;
}

@media screen and (max-width: 767px) {
  .p-mv-ttl.is-scroll {
    bottom: unset;
    top: 0;
  }
}

.p-mv-ttl>div {
  height: 100vh;
  padding: 18.5rem 0 0 12.3rem;
}

@media screen and (max-width: 767px) {
  .p-mv-ttl>div {
    align-items: end;
    display: flex;
    padding: 0 0 7.5rem 2rem;
  }
}

.p-mv-txt {
  height: 100vh;
  width: 100vw;
  z-index: 2;
}

.p-mv-txt>div {
  align-items: start;
  color: #222222;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.3rem;
  position: absolute;
  right: 19.3rem;
  top: 16.8rem;
}

@media screen and (max-width: 767px) {
  .p-mv-txt>div {
    right: 2rem;
    top: 12rem;
  }
}

.p-mv-txt p {
  background: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 1rem 0.8rem 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-mv-txt p {
    font-size: 2.1rem;
  }
}

.p-mv-txt p:first-child {
  height: 19.4rem;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .p-mv-txt p:first-child {
    letter-spacing: 0.2rem;
  }
}

.p-mv-txt p:last-child {
  height: 26.2rem;
  letter-spacing: 0.14rem;
}

@media screen and (max-width: 767px) {
  .p-mv-txt p:last-child {
    letter-spacing: 0.23rem;
  }
}

.p-overview {
  color: #fff;
  padding: 20.1rem 0 18.2rem;
}

.p-overview:before {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  content: " ";
  display: block;
  fill: linear-gradient(180deg, rgba(110, 110, 110, 0) 19.51%, rgba(110, 110, 110, 0.3) 119.51%);
  height: 100%;
  left: 0;
  -webkit-mask-image: url("../img/overview_blur.webp");
  mask-image: url("../img/overview_blur.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 0;
  transform: translate(0);
  backface-visibility: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-overview {
    padding: 0 0 6rem;
  }
}

.p-overview-head {
  padding: 0 0 6.5rem 66.6rem;
}

@media screen and (max-width: 767px) {
  .p-overview-head {
    padding: 6rem 0 0;
  }
}

.p-overview-head .ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.66rem;
  line-height: 4.7rem;
  padding: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .p-overview-head .ttl {
    padding: 0 0 1.9rem;
    white-space: nowrap;
  }
}

.p-overview-head p {
  letter-spacing: 0.07rem;
  line-height: 4.1rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-overview-head p {
    line-height: 1.875;
  }
}

.p-overview-items {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  padding: 0 0 0 66.6rem;
}

@media screen and (max-width: 767px) {
  .p-overview-items {
    gap: 3rem;
    padding: 4.2rem 0 0;
  }
}

.p-overview-item .ttl {
  align-items: center;
  display: flex;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  gap: 2.5rem;
  line-height: 1.68;
  padding: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .p-overview-item .ttl {
    font-size: 2rem;
    letter-spacing: 0.32rem;
    line-height: 1.5;
    gap: 1.2rem;
    padding: 0 0 1rem;
  }
}

.p-overview-item .ttl i {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: auto;
  width: 9.6rem;
}

@media screen and (max-width: 767px) {
  .p-overview-item .ttl i {
    width: 7.1rem;
  }
}

.p-overview-item .ttl span {
  flex: 1;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}

.p-overview-item p {
  padding-left: 0.5rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-overview-item p {
    line-height: 1.875;
    padding: 0;
  }
}

.p-hotels {
  background: #fff;
}

.p-hotels-head {
  align-items: center;
  height: 36.1rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-hotels-head {
    display: block;
    height: unset;
    padding: 5.7rem 0 5.2rem;
  }
}

.p-hotels-head .c-ttl-1 {
  margin: 1rem 0 1rem;
}

@media screen and (max-width: 767px) {
  .p-hotels-head .c-ttl-1 {
    margin: 0 0 1.3rem;
  }
}

.p-hotels-head .txt {
  letter-spacing: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-hotels-head .txt {
    padding: 3.5rem 0 0;
    text-align: left;
  }
}

.p-hotel {
  padding: 61.9rem 0 13.1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-hotel {
    padding: 0;
  }
}

.p-hotel-img {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-hotel-img {
    position: unset;
  }
}

.p-hotel-head {
  background: #fff;
  position: absolute;
  right: 0;
  top: 37.8rem;
  width: 67.9rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-hotel-head {
    margin: -7.6rem 0 3rem;
    left: 2rem;
    position: relative;
    top: 0;
    width: calc(100vw - 2rem);
  }
}

.p-hotel-head-txt {
  background: #fff;
  padding: 3.7rem 12.7rem 0 7.3rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-txt {
    padding: 2.5rem 2rem 0;
  }
}

.p-hotel-head-txt .num {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-style: normal;
  font-size: 8rem;
  font-weight: 400;
  display: inline-block;
  margin-left: -0.2rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -7.4rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-txt .num {
    margin-left: 0;
  }
}

.p-hotel-head-txt .ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.368rem;
  line-height: 4.2rem;
  margin: 0 0 1.3rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-txt .ttl {
    letter-spacing: 0;
    line-height: 1.3913043478;
    margin: 0 0 1rem;
  }
}

.p-hotel-head-txt .subttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  line-height: 1.5666666667;
  margin: 0 0 2.3rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-txt .subttl {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    line-height: 1.48;
    margin: 0 0 1.5rem;
  }
}

.p-hotel-head-txt .txt {
  border-bottom: 1px solid #fff;
  border-image-source: linear-gradient(90deg, #3F90E1 0%, #242526 100%);
  border-image-slice: 1;
  letter-spacing: 0;
  padding: 0 0 4rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-txt .txt {
    padding: 0 0 3rem;
  }
}

.p-hotel-head-body {
  position: relative;
  top: -12.7rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-head-body {
    top: unset;
  }
}

.p-hotel-body {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .p-hotel-body {
    display: block;
  }
}

.p-hotel .p-room-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head {
    display: block;
  }
}

.p-hotel .p-room-head-slide {
  min-height: 34.2rem;
  width: 53.5rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-slide {
    min-height: unset;
    width: 100%;
  }
}

.p-hotel .p-room-head-slide .slick-initialized {
  width: 100%;
}

.p-hotel .p-room-head-slide .slick-initialized img {
  height: 34.2rem;
  object-fit: cover;
  width: 53.5rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-slide .slick-initialized img {
    height: 25rem;
    width: 35rem;
  }
}

.p-hotel .p-room-head-slide .slick-dots {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-slide .slick-dots {
    padding-top: 0;
  }
}

.p-hotel .p-room-head-slide .slick-dots button {
  background-color: #C6C6C6;
  font-size: 0;
  height: 0.2rem;
  overflow: hidden;
  text-indent: -9999px;
  transition: width 0.3s ease;
  width: 2rem;
}

.p-hotel .p-room-head-slide .slick-dots .slick-active button {
  background-color: #222222;
  width: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-slide .slick-dots .slick-active button {
    background-color: #3F90E1;
  }
}

.p-hotel .p-room-head-txt {
  padding-bottom: 3.7rem;
  width: 48.3rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-txt {
    padding: 2.5rem 0 6rem;
    width: 100%;
  }
}

.p-hotel .p-room-head-txt .ttl {
  color: #3F90E1;
  line-height: 1;
  margin: 0 0 1.8rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-txt .ttl {
    letter-spacing: 0.02rem;
    margin: 0 0 2rem;
  }
}

.p-hotel .p-room-head-txt .ttl strong {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 2.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-txt .ttl strong {
    display: block;
    padding: 0 0 1.5rem;
  }
}

.p-hotel .p-room-head-txt .ttl span {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.32rem;
}

.p-hotel .p-room-head-txt .ttl span small {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}

.p-hotel .p-room-head-txt .txt {
  padding: 0 0 3rem;
}

.p-hotel .p-room-head-txt .btn {
  align-items: center;
  border: 1px solid #222222;
  display: flex;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  height: 6rem;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.p-hotel .p-room-head-txt .btn:after {
  aspect-ratio: 1/0.5893795094;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M2.3864 0.678887L0.837646 2.23639L9.50014 10.8901L18.1626 2.22764L16.6139 0.678887L9.50014 7.79264L2.3864 0.678887Z" fill="%23242526"/></svg>') no-repeat 50% 50%/contain;
  content: " ";
  display: inline-block;
  height: auto;
  position: absolute;
  right: 3rem;
  top: 2.7rem;
  width: 1.7325rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-head-txt .btn:after {
    right: 2rem;
  }
}

.p-hotel .p-room-body {
  padding: 5.8rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body {
    padding: 0 0 6rem;
    margin-top: -3rem;
  }
}

.p-hotel .p-room-body .ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin: 0 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .ttl {
    margin: 0 0 4.3rem;
  }
}

.p-hotel .p-room-body .ttl strong {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .ttl strong {
    display: block;
    font-size: 4rem;
    line-height: 1;
    padding: 0 0 1rem;
  }
}

.p-hotel .p-room-body .ttl span {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .ttl span {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.p-hotel .p-room-body .ttl span:before {
  background: #222222;
  content: " ";
  display: inline-block;
  height: 3.8rem;
  margin: 0 2rem 0 0;
  position: relative;
  transform: rotate(32deg);
  top: 0.5rem;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .ttl span:before {
    height: 2rem;
    margin: 0 1.5rem 0 0.5rem;
    top: 0.2rem;
  }
}

.p-hotel .p-room-body .data-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-items {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-hotel .p-room-body .data-item,
.p-hotel .p-room-body .data-item-full {
  background: linear-gradient(139deg, #F5F5F5 68.8%, #7CB8F3 161.39%);
  padding: 4rem;
  position: relative;
  width: 53.5rem;
}

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

  .p-hotel .p-room-body .data-item,
  .p-hotel .p-room-body .data-item-full {
    padding: 1rem 2rem 2rem;
    width: 100%;
  }
}

.p-hotel .p-room-body .data-item-full {
  width: 100%;
}

.p-hotel .p-room-body .data-item-ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  position: absolute;
  top: -2.3rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-subttl {
    line-height: 1.6;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-subttl:first-child {
    display: inline-block;
    padding-top: 2rem;
  }
}

.p-hotel .p-room-body .data-item-content dl {
  display: grid;
  grid-template-columns: 14.7rem 1fr;
  font-size: 1.4rem;
  margin: -2rem 0 -3rem;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-content dl {
    display: block;
    margin: 0;
  }
}

.p-hotel .p-room-body .data-item-content dl dt,
.p-hotel .p-room-body .data-item-content dl dd {
  border-top: 1px solid #DDD;
  padding: 1.5rem 0 1.5rem;
}

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

  .p-hotel .p-room-body .data-item-content dl dt,
  .p-hotel .p-room-body .data-item-content dl dd {
    border: none;
  }
}

.p-hotel .p-room-body .data-item-content dl dt {
  border-top: 1px solid #DDD;
  font-weight: 500;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-content dl dt {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-content dl dd {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-hotel .p-room-body .data-item-content dl dd:last-child {
    padding-bottom: 0;
  }
}

.p-hotel .p-room-body .data-item-content ul {
  font-size: 1.4rem;
}

.p-hotel .p-room-body .data-item-content ul+.data-item-subttl {
  display: block;
  padding-top: 3rem;
}

.p-jet {
  background: url(../img/bg.webp) no-repeat 50% 0/cover;
}

.p-jet:before {
  background-color: #2D649B;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-jet .c-inner {
  padding-bottom: 8.2rem;
  padding-top: 44.4rem;
}

@media screen and (max-width: 767px) {
  .p-jet .c-inner {
    padding-bottom: 6rem;
    padding-top: 0;
  }
}

.p-jet-head {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-jet-head {
    position: relative;
  }
}

.p-jet-head .c-ttl-3 {
  color: #fff;
  left: -8rem;
  opacity: 0.13;
  position: absolute;
  top: 4rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-jet-head .c-ttl-3 {
    font-size: 8.5rem;
    left: 0;
    line-height: 1.0235294118;
    top: 2.5rem;
  }
}

.p-jet-head .c-ttl-3.is-inview {
  opacity: 0.13 !important;
}

.p-jet-head .ttl {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  padding: 9.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-jet-head .ttl {
    padding: 5.7rem 0 0;
  }
}

.p-jet-head .ttl .c-ttl-1 {
  margin: 0 0 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-jet-head .ttl .c-ttl-1 {
    margin: 0 0 1.2rem;
  }
}

.p-jet-head .ttl .c-ttl-2 {
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .p-jet-head .ttl .c-ttl-2 {
    margin: 0 0 3.5rem;
  }
}

.p-jet-head .txt {
  color: #fff;
  padding: 0 0 3rem;
}

.p-jet-head .btn {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 8rem;
  justify-content: center;
  width: 32.8rem;
}

@media screen and (max-width: 767px) {
  .p-jet-head .btn {
    width: 100%;
  }
}

.p-jet-head .btn>span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 1rem;
  text-align: center;
}

.p-jet-head .btn>span small {
  font-size: 1.3rem;
}

.p-jet-head .btn:after {
  aspect-ratio: 1/1.6666666667;
  background-color: #fff;
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><path d="M8.36448e-07 13.6591L1.37275 15L9 7.5L1.36504 -1.12067e-06L-2.40441e-07 1.34091L6.26992 7.5L8.36448e-07 13.6591Z" fill="%23000"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none"><path d="M8.36448e-07 13.6591L1.37275 15L9 7.5L1.36504 -1.12067e-06L-2.40441e-07 1.34091L6.26992 7.5L8.36448e-07 13.6591Z" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 2rem;
  width: 0.9rem;
}

.p-jet-body {
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .p-jet-body {
    padding-top: 5rem;
  }
}

.p-jet-body .slick-initialized .slick-cloned {
  visibility: hidden;
}

.p-jet-body .slick-list {
  overflow: visible !important;
}

.p-jet-body .slick-track {
  align-items: stretch;
  display: flex;
  margin-left: 12.3rem;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slick-track {
    align-items: start;
    margin-left: 2rem;
  }
}

.p-jet-body .slick-slide {
  height: auto !important;
}

.p-jet-body .slick-arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--Linear);
  border-radius: 50%;
  display: flex;
  height: auto;
  justify-content: center;
  position: absolute;
  top: 17.4rem;
  width: 6.3rem;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slick-arrow {
    top: 34.7rem;
    width: 4.3rem;
  }
}

.p-jet-body .slick-arrow:before {
  background: #fff;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
}

.p-jet-body .slick-arrow:after {
  aspect-ratio: 1/1.6966996376;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="18" viewBox="0 0 11 18" fill="none"><path d="M5.4224e-05 15.7764L1.55756 17.3252L10.2113 8.6627L1.5488 0.000199122L5.29802e-05 1.54895L7.1138 8.6627L5.4224e-05 15.7764Z" fill="%23242526"/></svg>') no-repeat 50% 50%/contain;
  content: " ";
  display: inline-block;
  height: auto;
  width: 1.0211rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slick-arrow:after {
    width: 0.976rem;
  }
}

.p-jet-body .slick-arrow.slick-prev {
  left: 4.2rem;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slick-arrow.slick-prev {
    left: 1rem;
  }
}

.p-jet-body .slick-arrow.slick-prev:after {
  transform: scale(-1, 1);
}

.p-jet-body .slick-arrow.slick-next {
  right: 4.2rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slick-arrow.slick-next {
    right: 1rem;
  }
}

.p-jet-body .slick-dots {
  display: flex;
  gap: 1rem;
  left: 12.3rem;
  margin-top: 0.7rem;
}

.p-jet-body .slick-dots button {
  background-color: #C6C6C6;
  font-size: 0;
  height: 2px;
  overflow: hidden;
  text-indent: -9999px;
  transition: width 0.4s ease;
  width: 2rem;
  zoom: 1;
}

.p-jet-body .slick-dots .slick-active button {
  background: #fff;
  width: 3.5rem;
}

.p-jet-body .slide {
  background: linear-gradient(139deg, #FFF 68.8%, rgba(124, 184, 243, 0) 161.39%);
  margin: 0 5rem 0 0;
  padding: 4.5rem 5rem 5rem;
  width: 112rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide {
    margin: 0 2rem 0 0;
    padding: 2rem;
    width: 33rem;
  }
}

.p-jet-body .slide-txt {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt {
    display: block;
    height: unset;
  }
}

.p-jet-body .slide-txt .ttl strong {
  display: block;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.368rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt .ttl strong {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding: 0 0 0.5rem;
  }
}

.p-jet-body .slide-txt .ttl strong:after {
  aspect-ratio: 1/1.7272727273;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="19" viewBox="0 0 11 19" fill="none"><path d="M0.874359 18.4855L0.000201689 17.9998L9.99999 0.000196904L10.8741 0.48584L0.874359 18.4855Z" fill="%23242526"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  margin: 0.7rem 0 0 0.9rem;
  width: 1.1rem;
}

.p-jet-body .slide-txt .ttl span {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt .ttl span {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    line-height: 1.6;
  }
}

.p-jet-body .slide-txt .txt {
  flex: 1;
  padding: 1.5rem 0 0;
  width: 48.3rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt .txt {
    padding: 1rem 0 0;
    width: 100%;
  }
}

.p-jet-body .slide-txt .data {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 5.7rem 0 0;
  width: 54rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt .data {
    gap: 0.8rem;
    padding: 1.8rem 0 2.5rem;
    width: unset;
  }
}

.p-jet-body .slide-txt .data li {
  background: #3F90E1;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.4rem;
  min-height: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: 0;
  padding: 0 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-txt .data li {
    padding: 0.7rem 2rem 0.7rem;
    height: unset;
    line-height: 1.4;
  }
}

.p-jet-body .slide-txt .data li small {
  font-size: 1.2rem;
}

.p-jet-body .slide-img {
  bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  right: 5rem;
  width: 46rem;
}

@media screen and (max-width: 767px) {
  .p-jet-body .slide-img {
    bottom: unset;
    position: relative;
    right: unset;
    width: 100%;
  }
}

.p-terminal {
  padding: 9.1rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-terminal {
    padding: 5.5rem 0 0;
  }
}

.p-terminal:before {
  background: linear-gradient(30deg, rgb(255, 255, 255) 66.09%, rgb(124, 184, 243) 101.68%);
  content: " ";
  display: block;
  height: 51.5rem;
  left: 0;
  position: absolute;
  transform: scale(-1, 1);
  opacity: 0.5;
  top: 0;
  width: 100%;
}

.p-terminal .c-ttl-3 {
  bottom: 10rem;
  color: #EAEEF2;
  left: -3.4rem;
  position: absolute;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-terminal .c-ttl-3 {
    bottom: 6.5rem;
    left: 0;
  }
}

.p-terminal-head {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-terminal-head {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-terminal-head>div {
    width: 100%;
  }
}

.p-terminal-head>div .c-ttl-1 {
  letter-spacing: 0.53rem;
  margin: 6.2rem 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-terminal-head>div .c-ttl-1 {
    letter-spacing: 0.3rem;
    margin: 0 0 1.5rem;
    width: 100%;
  }
}

.p-terminal-head img {
  width: 37.5rem;
}

@media screen and (max-width: 767px) {
  .p-terminal-head img {
    width: 28rem;
  }
}

.p-terminal-body {
  align-items: start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 17rem;
}

@media screen and (max-width: 767px) {
  .p-terminal-body {
    display: block;
    padding: 0 0 15rem;
  }
}

.p-terminal-body>div {
  padding-top: 5.5rem;
  width: 42.6rem;
}

@media screen and (max-width: 767px) {
  .p-terminal-body>div {
    padding-top: 3rem;
    width: 100%;
  }
}

.p-terminal-body img {
  margin-top: -7.5rem;
  width: 59.3rem;
}

@media screen and (max-width: 767px) {
  .p-terminal-body img {
    margin-top: 3.1rem;
    width: 100%;
  }
}

.p-plan {
  background: linear-gradient(139deg, #F5F5F5 68.8%, rgb(124, 184, 243) 161.39%);
  padding: 13.3rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-plan {
    padding: 5.8rem 0 0;
  }
}

.p-plan .c-ttl-3 {
  bottom: 18rem;
  color: #fff;
  right: -0.5rem;
  position: absolute;
  text-align: right;
}

.p-plan-head {
  align-items: end;
  display: flex;
  flex-direction: column;
  padding: 7.2rem 0 9.7rem;
  transform: translateX(-2rem);
}

@media screen and (max-width: 767px) {
  .p-plan-head {
    display: block;
    order: unset;
    padding: 0 0 0.5rem;
    transform: unset;
  }
}

.p-plan-head .c-ttl-1 {
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-plan-head .c-ttl-1 {
    letter-spacing: 0.3rem;
    margin-bottom: 1.5rem;
  }
}

.p-plan-items {
  display: flex;
  column-gap: 17rem;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 5.7rem;
  padding: 0 0 6.8rem 5rem;
  max-height: 160rem;
}

@media screen and (max-width: 767px) {
  .p-plan-items {
    padding: 0;
    row-gap: 3.6rem;
    max-height: unset;
  }
}

.p-plan-item {
  break-inside: avoid;
  /* アイテムの分割回避 */
  width: 45rem;
}

@media screen and (max-width: 767px) {
  .p-plan-item {
    order: unset;
    width: 100%;
  }
}

.p-plan-item .num {
  color: #3F90E1;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  left: -5.9rem;
  line-height: 1;
  position: absolute;
  top: -3.3rem;
  width: fit-content;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-plan-item .num {
    font-size: 1.6rem;
    left: -0.7rem;
    letter-spacing: 0;
    top: 0.7rem;
  }
}

.p-plan-item .num::first-letter {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .p-plan-item .num::first-letter {
    font-size: 2rem;
  }
}

.p-plan-item .num:after {
  background: #222222;
  content: " ";
  display: inline-block;
  height: 11.879rem;
  position: absolute;
  transform: rotate(-135deg);
  left: 8.2rem;
  top: -0.3rem;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-plan-item .num:after {
    height: 11.3rem;
    left: 3.8rem;
    top: -2.8rem;
  }
}

.p-plan-item .img {
  -webkit-mask-image: url("../img/plan_mask.webp");
  mask-image: url("../img/plan_mask.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 45rem;
}

@media screen and (max-width: 767px) {
  .p-plan-item .img {
    -webkit-mask-image: url("../img/plan_mask_sp.webp");
    mask-image: url("../img/plan_mask_sp.webp");
    width: 100%;
  }
}

.p-plan-item .ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.37rem;
  padding: 1.8rem 0 1.1rem;
}

@media screen and (max-width: 767px) {
  .p-plan-item .ttl {
    letter-spacing: 0.25rem;
    padding: 1.8rem 0 0.4rem;
    white-space: nowrap;
  }
}

.p-plan-foot {
  margin-right: calc(50% - 50vw);
  padding-top: 18.1rem;
}

@media screen and (max-width: 767px) {
  .p-plan-foot {
    margin-top: 3.2rem;
    padding-top: 9.5rem;
  }
}

.p-plan-foot .img {
  position: absolute;
  top: 0;
}

.p-flow {
  padding: 29.5rem 0 13rem;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 16rem 0 6rem;
  }
}

.p-flow .c-ttl-1 {
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 767px) {
  .p-flow .c-ttl-1 {
    letter-spacing: 0.3rem;
  }
}

.p-flow-anchor {
  transform: translateY(15rem);
}

@media screen and (max-width: 767px) {
  .p-flow-anchor {
    transform: translateY(6rem);
  }
}

.p-flow-items {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 5.1rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-flow-items {
    padding: 3.2rem 0 0;
  }
}

.p-flow-item {
  align-items: start;
  display: flex;
  gap: 4.7rem;
  padding: 0 0 0 6.4rem;
}

@media screen and (max-width: 767px) {
  .p-flow-item {
    display: block;
    padding: 0 0 0 3.6rem;
  }
}

.p-flow-item:before {
  aspect-ratio: 1/1;
  background: #3F90E1;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: auto;
  left: 1.8rem;
  position: absolute;
  top: 1.7rem;
  width: 1.1rem;
}

@media screen and (max-width: 767px) {
  .p-flow-item:before {
    left: 0;
    top: 1rem;
  }
}

.p-flow-item:after {
  background: #3F90E1;
  display: block;
  content: " ";
  height: calc(100% + 3.5rem);
  left: 2.3rem;
  position: absolute;
  top: 1.8rem;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-flow-item:after {
    left: 0.5rem;
  }
}

.p-flow-item .num {
  color: #3F90E1;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 4rem;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-flow-item .num {
    font-size: 3rem;
    position: absolute;
    left: 3.5rem;
  }
}

.p-flow-item .ttl {
  color: #3F90E1;
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.26rem;
  padding: 0 0 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-flow-item .ttl {
    padding: 0 0 0.8rem 4rem;
  }
}

.p-flow-item:last-child:after {
  display: none;
}

.p-terms {
  background: #F8F8F8;
  padding: 8.8rem 0 15rem;
}

@media screen and (max-width: 767px) {
  .p-terms {
    padding: 6rem 0;
  }
}

.p-terms .c-ttl-1 {
  margin: 0 0 3.8rem;
}

@media screen and (max-width: 767px) {
  .p-terms .c-ttl-1 {
    margin: 0 0 2.5rem;
  }
}

.p-terms .c-ttl-2 {
  margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .p-terms .c-ttl-2 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
}

.p-terms-sec {
  padding: 8rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-terms-sec {
    padding: 4.3rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-terms-table-1 {
    padding-right: 2rem;
    width: 112rem;
  }
}

.p-terms-table-1 td {
  letter-spacing: 0;
  text-align: center;
}

.p-terms-table-1 td:nth-child(1) {
  font-weight: 500;
  width: 8.2rem;
}

.p-terms-table-1 td:nth-child(2) {
  padding-left: 2.9rem;
  padding-right: 2rem;
  text-align: left;
  width: 79.6rem;
}

.p-terms-table-1 td:nth-child(3) {
  width: 15.2rem;
}

.p-terms-table-1 td:nth-child(4) {
  width: 9rem;
}

.p-terms-table-2 {
  width: 65.3rem;
}

@media screen and (max-width: 767px) {
  .p-terms-table-2 {
    width: 50.1rem;
  }
}

.p-terms-table-2 td {
  padding: 1.5rem 4.5rem 1.4rem 5rem;
}

@media screen and (max-width: 767px) {
  .p-terms-table-2 td {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }
}

.p-terms-table-2 td:nth-child(1) {
  width: 36.1rem;
}

@media screen and (max-width: 767px) {
  .p-terms-table-2 td:nth-child(1) {
    width: 26.9rem;
  }
}

.p-terms p {
  line-height: 1.75;
}

.p-map {
  background: url(../img/map_bg.webp) no-repeat 50% 0/cover;
}

@media screen and (max-width: 767px) {
  .p-map {
    padding: 0 0 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-map .c-scroller {
    padding-bottom: 4rem;
    width: 100vw;
  }
}

.p-map .c-scroller .simplebar-horizontal {
  margin: 0 2rem;
}

.p-map .c-scroller .simplebar-scrollbar {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-map-img {
    scroll-snap-align: start;
    display: block;
    margin-top: 4rem;
    width: 81.7rem;
  }
}

.p-map-head {
  height: 100%;
  padding: 7.5rem 0 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .p-map-head {
    background: linear-gradient(180deg, #4CB8F9 0%, rgba(85, 189, 250, 0.88) 63.94%, rgba(94, 194, 250, 0) 100%);
    height: 28.7rem;
    padding: 4rem 0 0;
    top: 0;
  }
}

.p-map-head .c-ttl-3 {
  color: #fff;
  font-size: 10.5rem;
}

@media screen and (max-width: 767px) {
  .p-map-head .c-ttl-3 {
    font-size: 6rem;
  }
}

.p-map-head p {
  color: #fff;
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-map-head p {
    padding: 2rem 0 0;
    white-space: nowrap;
  }
}

.p-contact {
  padding: 7rem 0 6.6rem;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.5rem 0 4.5rem;
  }
}

.p-contact .c-ttl-3 {
  color: #fff;
  font-size: 10.5rem;
  opacity: 0.2;
  margin-left: -0.5rem;
}

@media screen and (max-width: 767px) {
  .p-contact .c-ttl-3 {
    font-size: 7rem;
    margin-bottom: -1rem;
  }
}

.p-contact-items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-contact-items {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-contact-item {
  background: #fff;
  padding: 0 4rem;
  width: 54.5rem;
}

@media screen and (max-width: 767px) {
  .p-contact-item {
    display: block;
    padding: 0 2rem;
    width: 100%;
  }
}

.p-contact-item .ttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
}

.p-contact-item .tel {
  align-items: center;
  display: flex;
  padding: 4.5rem 0;
}

@media screen and (max-width: 767px) {
  .p-contact-item .tel {
    display: block;
    padding: 0.3rem 0;
  }
}

.p-contact-item .tel dt {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.16rem;
  padding: 1.7rem 0;
  width: 16.7rem;
}

@media screen and (max-width: 767px) {
  .p-contact-item .tel dt {
    justify-content: center;
    padding: 1.7rem 0 1.3rem;
    text-align: center;
    width: 100%;
  }
}

.p-contact-item .tel dt:after {
  background: linear-gradient(90deg, #3F90E1 0%, #242526 100%);
  bottom: 0;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .p-contact-item .tel dt:after {
    height: 1px;
    top: unset;
    width: 100%;
  }
}

.p-contact-item .tel dd {
  flex: 1;
  margin-top: -1rem;
  padding: 0 0 0 4.2rem;
}

@media screen and (max-width: 767px) {
  .p-contact-item .tel dd {
    margin: 0;
    padding: 0 0 1.5rem;
    text-align: center;
  }
}

.p-contact-item .tel-num {
  font-family: "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: -0.5rem;
}

.p-contact-item .tel-num span {
  font-size: 2rem;
}

.p-contact-item .tel-num a {
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-contact-item .tel-num a {
    letter-spacing: 0.08rem;
  }
}

.p-contact-item .tel-num+small {
  font-size: 1.4rem;
}

.p-contact-item .mail {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-contact-item .mail {
    position: relative;
  }
}

.p-contact-item .mail a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  letter-spacing: 0.18rem;
  padding: 4rem 4.7rem 4rem 4rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-contact-item .mail a {
    padding: 2rem 0;
    justify-content: center;
  }
}

.p-contact-item .mail a:after {
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #3F90E1 0%, #242526 100%);
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><path d="M30 0C46.5685 0 60 13.4315 60 30C60 46.5685 46.5685 60 30 60C13.4315 60 0 46.5685 0 30C0 13.4315 13.4315 0 30 0ZM30 1C13.9837 1 1 13.9837 1 30C1 46.0163 13.9837 59 30 59C46.0163 59 59 46.0163 59 30C59 13.9837 46.0163 1 30 1ZM43.2803 31.5H18V30.5H40.7207L35.1523 25.3672L35.8301 24.6328L43.2803 31.5Z" fill="%23000"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><path d="M30 0C46.5685 0 60 13.4315 60 30C60 46.5685 46.5685 60 30 60C13.4315 60 0 46.5685 0 30C0 13.4315 13.4315 0 30 0ZM30 1C13.9837 1 1 13.9837 1 30C1 46.0163 13.9837 59 30 59C46.0163 59 59 46.0163 59 30C59 13.9837 46.0163 1 30 1ZM43.2803 31.5H18V30.5H40.7207L35.1523 25.3672L35.8301 24.6328L43.2803 31.5Z" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 6rem;
}

@media screen and (max-width: 767px) {
  .p-contact-item .mail a:after {
    position: absolute;
    right: -0.5rem;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.1387 12.0322L18.0801 12.9004H7.2002V11.9004H15.5205L13.8574 10.3672L14.1973 10L14.5361 9.63281L17.1387 12.0322Z" fill="%23000"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.1387 12.0322L18.0801 12.9004H7.2002V11.9004H15.5205L13.8574 10.3672L14.1973 10L14.5361 9.63281L17.1387 12.0322Z" fill="%23000"/></svg>');
    width: 2.4rem;
  }
}

/*# sourceMappingURL=app.css.map */