@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
:root {
  --white: #fff;
  --black: #000;
  --gray: #979a9b;
  --lightGray: #eeeeee;
  --line: #eee;
  --red: #cc0d21;
  --red-dark: #a60a19;
  --orange: #fdaa08;
  --orange-dark: #d69106;
  --tour: #197d46;
  --tour-dark: #135f35;
  --hospitality: #8c6400;
  --hospitality-dark: #745301;
  --tennis: #029cdf;
  --tennisBg: #009bde;
  --aosBg: #009bde;
  --aos: #0ea2e1;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
img {
  vertical-align: bottom;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  border: none;
}
button:focus,
html [type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
  outline: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
li {
  list-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  min-width: 320px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
}
a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
select,
input[type="submit"],
input[type="button"] {
  appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 40px;
    padding: 0 10px;
    margin-top: 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.jtb-nav-breadcrumb {
    display: flex;
    min-width: 600px;
    padding: 0.75em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.jtb-nav-breadcrumb li {
    color: var(--black);
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.jtb-nav-breadcrumb li a {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.jtb-nav-breadcrumb li:not(:first-of-type) {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.jtb-nav-breadcrumb li:not(:first-of-type)::before {
    content: ">";
    color: var(--gray);
    margin: 0 1em;
    font-size: 3.2vw;
  }
}
.sec__inner {
  margin-inline: auto;
  padding: 10.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__inner {
    padding: 5.5555555556vw 0;
    max-width: 79.1666666667vw;
  }
}
#recoInfoSec .sec__inner {
  padding: 0vw 5.3333333333vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  #recoInfoSec .sec__inner {
    padding: 0vw 0 5.5555555556vw;
  }
}
.sec__inner--notPadding {
  padding: 10.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__inner--notPadding {
    padding: 0vw 0;
  }
}
.sec__list {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .sec__list {
    margin-top: 2.7777777778vw;
  }
}
.sec__btn {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__btn {
    margin-top: 2.7777777778vw;
  }
}
.sec--sportsCategory {
  background-image: url(../images/bg-category.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec--sportsCategory .sec__inner {
  padding: 10.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--sportsCategory .sec__inner {
    padding: 4.1666666667vw 0;
  }
}
a.btn,
div.btn {
  position: relative;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58.6666666667vw;
  height: 13.3333333333vw;
  font-size: 3.7333333333vw;
  background: linear-gradient(to right, var(--red), var(--orange) 100%);
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 768px) {
  a.btn,
  div.btn {
    width: 16.6666666667vw;
    height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
}
a.btn::after,
div.btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  right: 5.3333333333vw;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../images/arrow-link-w.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 200ms ease;
}
@media screen and (min-width: 768px) {
  a.btn::after,
  div.btn::after {
    right: 1.3888888889vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  a.btn:hover,
  div.btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  a.btn:hover::after,
  div.btn:hover::after {
    transform: translateY(-50%) translateX(-0.3472222222vw);
  }
}
a.btn--more::after,
div.btn--more::after {
  transform-origin: center center;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  a.btn--more:hover::after,
  div.btn--more:hover::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.bnr {
  margin-inline: auto;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .bnr {
    padding: 0;
    width: 77.7777777778vw;
  }
}
.bnr a {
  transition: opacity 200ms ease;
  padding: 0 0.25em;
}
@media screen and (min-width: 768px) {
  .bnr a {
    padding: 0 1em;
  }
}
.bnr a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bnr a:hover {
    opacity: 0.7;
  }
}
.bnr--top {
  padding: 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .bnr--top {
    padding: 2.7777777778vw 0 0;
  }
}
.bnr .slick-dots {
  margin-top: 1em;
}
.enHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .enHead {
    gap: 1.0416666667vw;
  }
}
.enHead__en {
  color: var(--red);
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .enHead__en {
    font-size: 1.1111111111vw;
  }
}
.enHead__ja {
  line-height: 1.4;
  font-size: 4.8vw;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .enHead__ja {
    font-size: 1.9444444444vw;
  }
}
.enHead--center {
  text-align: center;
}
.secDesc {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .secDesc {
    margin-top: 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
}
.secDesc--center {
  text-align: center;
}
.summaryList--flex {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summaryList--flex {
    gap: 1.3888888889vw;
    flex-direction: row;
  }
}
.summaryList--slide .summaryList__item {
  padding: 0 1.3333333333vw;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .summaryList--slide .summaryList__item {
    padding: 0 0.6944444444vw;
  }
}
.summaryList--slide .summaryList__item a {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .summaryList__item {
    max-width: 18.0555555556vw;
  }
}
.summaryList__item a {
  display: block;
  color: var(--black);
  transition: opacity 200ms ease;
}
@media screen and (min-width: 768px) {
  .summaryList__item a:hover {
    opacity: 0.7;
  }
}
.summaryBox {
  background-color: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.summaryBox__thumb {
  position: relative;
  height: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summaryBox__thumb {
    height: auto;
  }
}
.summaryBox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.summaryBox__tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .summaryBox__tags {
    padding: 0.6944444444vw;
  }
}
.summaryBox__body {
  padding: 2.6666666667vw 2.6666666667vw 4vw;
}
@media screen and (min-width: 768px) {
  .summaryBox__body {
    padding: 1.3888888889vw;
  }
}
.summaryBox__area {
  color: var(--black);
}
.summaryBox__title {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .summaryBox__title {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
.summaryBox__desc {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.6;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .summaryBox__desc {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
.summaryBox__data {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .summaryBox__data {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
.summaryBox__anchor {
  display: flex;
  align-items: center;
  gap: 1.6vw;
  font-weight: 500;
  font-size: 2.6666666667vw;
  margin-top: 2.6666666667vw;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .summaryBox__anchor {
    gap: 0.4166666667vw;
    font-size: 0.6944444444vw;
    margin-top: 1.3888888889vw;
  }
}
.summaryBox__anchor::after {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../images/arrow-anchor.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .summaryBox__anchor::after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.moveArea {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .moveArea {
    font-size: 0.8333333333vw;
  }
}
.moveArea::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 3.7333333333vw;
  margin: 0 1.6vw;
  background-image: url(../images/icn-pin.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .moveArea::before {
    width: 0.6944444444vw;
    height: 0.9722222222vw;
    margin: 0 0.4166666667vw;
  }
}
.tags {
  display: flex;
  gap: 0.3472222222vw;
}
.tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  padding: 1.6vw 2.6666666667vw;
  color: var(--white);
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .tags__item {
    font-size: 0.8333333333vw;
    padding: 0.4166666667vw 0.6944444444vw;
  }
}
.tags__item--sports {
  background-color: var(--red);
}
.tags__item--spot {
  background-color: var(--gray);
}
.summaryData__item {
  display: flex;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .summaryData__item {
    gap: 1.0416666667vw;
  }
}
.summaryData__item:not(:first-child) {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summaryData__item:not(:first-child) {
    margin-top: 0.3472222222vw;
  }
}
.summaryData__item dt {
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  padding: 0.5333333333vw 2.4vw;
  border: 1px solid var(--gray);
}
@media screen and (min-width: 768px) {
  .summaryData__item dt {
    font-size: 0.8333333333vw;
    padding: 0.1388888889vw 0.625vw;
  }
}
.summaryData__item dd {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .summaryData__item dd {
    font-size: 0.8333333333vw;
  }
}
.categoryList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .categoryList {
    grid-template-columns: minmax(18.75vw, 18.75vw) minmax(18.75vw, 18.75vw) minmax(
        18.75vw,
        18.75vw
      ) minmax(18.75vw, 18.75vw);
    gap: 0.6944444444vw;
  }
}
.categoryList__item {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
}
.categoryList__inner {
  display: flex;
  align-items: center;
  transition: opacity 200ms ease;
}
@media screen and (min-width: 768px) {
  .categoryList__inner:hover {
    opacity: 0.7;
  }
}
.categoryList__thumb {
  width: 16vw;
  height: 16vw;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 768px) {
  .categoryList__thumb {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
.categoryList__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  transition: scale 200ms ease;
}
.categoryList__body {
  padding: 0 1.6vw;
  font-size: 3.2vw;
  font-weight: 400;
  flex: 1;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .categoryList__body {
    font-weight: 600;
    padding: 0 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
.blogBnr {
  position: relative;
  padding: 5.3333333333vw 0;
  background: linear-gradient(to right, var(--red), var(--orange) 100%);
}
@media screen and (min-width: 768px) {
  .blogBnr {
    padding: 2.5vw 0;
  }
}
.blogBnr__inner {
  position: relative;
  z-index: 1;
}
.blogBnr::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 5px auto;
  background-image: url(../images/bg-dotted.png);
}
.blogBnr .enHead__en {
  color: var(--white);
}
.blogBnr .enHead__ja {
  color: var(--white);
}
.blogBnr__desc {
  text-align: center;
  line-height: 2;
  font-size: 3.2vw;
  margin-top: 2.6666666667vw;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .blogBnr__desc {
    font-size: 1.0416666667vw;
    margin-top: 1.1111111111vw;
  }
}
.blogBnr a {
  color: var(--black);
}
.blogBnr__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.3333333333vw auto 0;
  width: 64vw;
  height: 13.3333333333vw;
  border: 1px solid var(--red);
  background-color: var(--white);
  border-radius: 40px;
  font-weight: 600;
  font-size: 3.7333333333vw;
  color: var(--black);
  transition: background-color 200ms ease;
}
@media screen and (min-width: 768px) {
  .blogBnr__link {
    margin: 1.25vw auto 0;
    width: 16.6666666667vw;
    height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
}
.blogBnr__link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  right: 5.3333333333vw;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../images/arrow-link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 200ms ease;
}
@media screen and (min-width: 768px) {
  .blogBnr__link::after {
    right: 1.3888888889vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  .blogBnr__link:hover {
    background-color: var(--red);
    color: var(--white);
  }
}
@media screen and (min-width: 768px) {
  .blogBnr__link:hover::after {
    transform: translateY(-50%) translateX(-0.3472222222vw);
  }
}
.relationBnr {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 4.2666666667vw;
  margin-top: 5.3333333333vw;
  padding: 0 5.3333333333vw 8vw;
}
@media screen and (min-width: 768px) {
  .relationBnr {
    grid-template-columns: minmax(20.8333333333vw, 20.8333333333vw) minmax(
        20.8333333333vw,
        20.8333333333vw
      ) minmax(20.8333333333vw, 20.8333333333vw);
    gap: 1.3888888889vw;
    margin-top: 5.5555555556vw;
    padding: 0 0 4.1666666667vw;
  }
}
.relationBnr__item {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  color: var(--black);
  transition: opacity 200ms ease;
}
@media screen and (min-width: 768px) {
  .relationBnr__item {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .relationBnr__item:hover {
    opacity: 0.7;
  }
}
.relationBnr a {
  color: var(--black);
}
.relationBnr__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.relationBnr__body {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .relationBnr__body {
    font-size: 0.8333333333vw;
  }
}
.jsc-summarySlide .slick-track {
  display: flex;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .jsc-summarySlide .slick-track {
    padding: 1.3888888889vw 0;
  }
}
.jsc-summarySlide .slick-slide {
  height: auto !important;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    gap: 0.6944444444vw;
  }
}
.slick-dots li button {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  cursor: pointer;
  overflow: hidden;
  text-indent: -200vw;
  background-color: var(--gray);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .slick-dots li button {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
}
.slick-dots li.slick-active button {
  background-color: var(--red);
}
.jsc-summarySlide {
  position: relative;
}
.slick-prev {
  position: absolute;
  left: 1.3333333333vw;
  top: 50%;
  z-index: 60;
  background-color: unset;
  text-indent: -200vw;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  background-image: url(../images/arrow-prev-primary.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: 0;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    transform: translateY(-30%) translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .slick-prev:hover {
    opacity: 0.7;
  }
}
.slick-next {
  position: absolute;
  right: 1.3333333333vw;
  top: 50%;
  z-index: 60;
  background-color: unset;
  text-indent: -200vw;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  background-image: url(../images/arrow-next-primary.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: 0;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    transform: translateY(-30%) translateX(50%);
  }
}
@media screen and (min-width: 768px) {
  .slick-next:hover {
    opacity: 0.7;
  }
}
.notMsg {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: var(--lightGray);
  border-radius: 8px;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .notMsg {
    margin-top: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
html {
  scroll-behavior: smooth;
}
.tennisPagetop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 12vw;
}
@media screen and (min-width: 768px) {
  .tennisPagetop {
    bottom: 2em;
    right: 2em;
    width: 4.0277777778vw;
  }
}
.tennisPagetop img {
  width: 100%;
}
.tennisPagetop:hover {
  opacity: 0.7;
}
.tennisGrandslam {
  background-color: var(--aosBg);
}
.tennisKv img {
  width: 100%;
}
.tennisSlide img {
  width: 100%;
  height: 100%;
}
.gradHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.gradHead__en {
  width: fit-content;
  font-size: 3.7333333333vw;
  font-weight: 600;
  background: linear-gradient(to right, var(--red), var(--orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .gradHead__en {
    font-size: 1.3888888889vw;
  }
}
.gradHead__ja {
  margin-top: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gradHead__ja {
    margin-top: 0.6944444444vw;
    font-size: 2.7777777778vw;
  }
}
.grandslamFeatureSec {
  padding: 10.6666666667vw 5vw;
}
@media screen and (min-width: 768px) {
  .grandslamFeatureSec {
    padding: 5.5555555556vw 0;
  }
}
.grandslamFeatureSec__desc {
  margin-top: 5.3333333333vw;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .grandslamFeatureSec__desc {
    margin-top: 2.7777777778vw;
    font-size: 1.2vw;
    text-align: center;
    line-height: 2.4em;
  }
}
.grandslamCaseSec {
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec {
    padding: 5.5555555556vw 0 0;
  }
}
.grandslamCaseSec__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: #bd0000;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg-grandslamCaseSec.png);
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__item {
    flex-direction: row;
  }
}
.grandslamCaseSec__item:first-of-type {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__item:first-of-type {
    margin-top: 4.1666666667vw;
  }
}
.grandslamCaseSec__item:nth-child(odd) {
  background-color: #fc8d04;
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.grandslamCaseSec__item:nth-child(odd) .grandslamCaseSec__thumb {
  padding-left: 0;
  padding-right: 2em;
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__item:nth-child(odd) .grandslamCaseSec__thumb {
    padding-right: 0;
  }
}
.grandslamCaseSec__desc {
  padding: 2em 1.5em;
  font-size: 3.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__desc {
    width: 50%;
    padding: 0 4em;
    font-size: 1.1vw; /* 1.2 */
    line-height: 2.4em;
  }
}
.grandslamCaseSec__thumb {
  width: 100%;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .grandslamCaseSec__thumb {
    padding-left: 0;
    width: 50%;
  }
}
.grandslamEnjoySec {
  position: relative;
  background-position: center center;
  background-image: url(../images/bg-grandslamEnjoySec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec {
    padding: 5.5555555556vw;
  }
}
.grandslamEnjoySec__body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__body {
    margin-top: 2.7777777778vw;
  }
}
.grandslamEnjoySec__desc {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__desc {
    text-align: center;
    font-size: 1.2vw;
  }
}
.grandslamEnjoySec__desc:not(:first-of-type) {
  margin-top: 40px;
}
.grandslamEnjoySec__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.7777777778vw;
    margin-top: 4.8611111111vw;
  }
}
.grandslamEnjoySec__list::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: block;
  width: 50%;
  height: 80%;
  border: 40px solid;
  border-image: linear-gradient(to right, #cc0d21, #fdaa08) 1;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__list::before {
    height: 50%;
    border: 50px solid;
    border-image: linear-gradient(to right, #cc0d21, #fdaa08) 1;
  }
}
.grandslamEnjoySec__list li {
  display: block;
  position: relative;
}
.grandslamEnjoySec__list a {
  display: block;
  position: relative;
}
.grandslamEnjoySec__list a:hover {
  opacity: 0.9;
}
.grandslamEnjoySec__thumb {
  width: 100%;
  border-radius: 16px;
}
.grandslamEnjoySec__unit {
  position: absolute;
  top: 1em;
  left: 1em;
  color: var(--white);
  border-radius: 40px;
  font-size: 3.2vw;
  padding: 1.3333333333vw 4.2666666667vw;
  background-color: var(--tennis);
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__unit {
    padding: 0.625vw 1.6666666667vw;
    font-size: 1.0416666667vw;
  }
}
.grandslamEnjoySec__unit--coming {
  background-color: var(--red);
}
.grandslamEnjoySec__coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: var(--white);
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .grandslamEnjoySec__coming {
    padding: 0.625vw 1.6666666667vw;
    font-size: 2.0833333333vw;
  }
}
.grandslamKv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-image: url(../images/bg-grandslam-aos-sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 106.6666666667vw;
  padding: 0 0 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .grandslamKv {
    padding: 0 5.5555555556vw;
    height: 41.6666666667vw;
    background-image: url(../images/bg-grandslam-aos.jpg);
  }
}
.grandslamKv__sub {
  display: block;
  width: 64vw;
}
@media screen and (min-width: 768px) {
  .grandslamKv__sub {
    width: 29.1666666667vw;
  }
}
.grandslamKv__main {
  display: block;
  width: 85.3333333333vw;
}
@media screen and (min-width: 768px) {
  .grandslamKv__main {
    width: 45.8333333333vw;
  }
}
.grandslamKv__desc {
  color: var(--white);
  font-size: 3.7333333333vw;
  font-weight: 600;
  margin-top: 1em;
  padding-left: 1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .grandslamKv__desc {
    font-size: 1.6666666667vw;
  }
}
.aosHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--white);
  letter-spacing: 0.06em;
}
.aosHead__en {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .aosHead__en {
    font-size: 1.1111111111vw;
  }
}
.aosHead__ja {
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosHead__ja {
    font-size: 4.1666666667vw;
  }
}
.aosTxt {
  color: var(--white);
  letter-spacing: 0.06em;
  font-size: 3.5vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .aosTxt {
    font-size: 1.1vw; /* 1.2 */
  }
}
.aosAbout {
  padding: 16vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAbout {
    padding: 8.3333333333vw 0 5.5555555556vw;
  }
}
.aosAbout__summary {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAbout__summary {
    padding: 0 5.5555555556vw;
  }
}
.aosAbout__desc {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .aosAbout__desc {
    margin-top: 1.9444444444vw;
  }
}
.aosBarHead {
  position: relative;
}
.aosBarHead span {
  position: relative;
  display: flex;
  align-items: center;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
  padding-left: 5.3333333333vw;
  font-size: 5.3333333333vw;
  z-index: 5;
  color: var(--aos);
}
@media screen and (min-width: 768px) {
  .aosBarHead span {
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    padding-left: 3.4722222222vw;
    font-size: 2.2222222222vw;
  }
}
.aosBarHead::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10.6666666667vw;
  background-color: var(--white);
  transform: skewX(-20deg);
}
@media screen and (min-width: 768px) {
  .aosBarHead::before {
    height: 5.5555555556vw;
  }
}
.aosMiddleHead {
  font-size: 6.4vw;
  font-weight: 700;
  color: var(--white);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .aosMiddleHead {
    font-size: 2.2222222222vw;
  }
}
.aosMiddleHead span {
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .aosMiddleHead span {
    font-size: 1.3888888889vw;
  }
}
.aosMark {
  border-radius: 40px;
  background-color: var(--white);
  padding: 0.25em 2em;
  width: fit-content;
  color: var(--aosBg);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .aosMark {
    font-size: 0.9722222222vw;
  }
}
.aosAboutSec {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec {
    flex-direction: row;
    gap: 11.1111111111vw;
    padding: 0 5.5555555556vw;
  }
}
.aosAboutSec__body {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__body {
    width: 36.1111111111vw;
    padding-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .aosAboutSec__thumb {
    position: relative;
    width: 36.4583333333vw;
  }
}
.aosAboutSec__thumb img {
  width: 100%;
}
.aosAboutSec__thumb img + img {
  margin-top: 1em;
}
.aosAboutSec__head {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__head {
    margin-top: 0vw;
  }
}
.aosAboutSec__subhead {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__subhead {
    margin-top: 2.7777777778vw;
  }
}
.aosAboutSec__desc {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__desc {
    margin-top: 1.3888888889vw;
  }
}
.aosAboutSec__desc .aosTxt + .aosTxt {
  margin-top: 1em;
}
.aosAboutSec__mark {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__mark {
    margin-top: 1.3888888889vw;
  }
}
.aosAboutSec__info {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec__info {
    margin-top: 5.5555555556vw;
  }
}
.aosAboutSec--sec1 {
  background-image: url(../images/txt-melbourne.svg);
  background-size: auto 21.3333333333vw;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (min-width: 768px) {
  .aosAboutSec--sec1 {
    background-size: auto 14.9305555556vw;
  }
}
.aosAboutSec--sec1 .aosAboutSec__thumb {
  padding: 0 2em;
}
@media screen and (min-width: 768px) {
  .aosAboutSec--sec1 .aosAboutSec__thumb {
    padding: 5em 0 0;
  }
}
.aosAboutSec--sec2 {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosAboutSec--sec2 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 5.5555555556vw;
  }
}
.aosAboutSec--sec2 .aosAboutSec__head {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .aosAboutSec--sec2 .aosAboutSec__body {
    padding-left: 0;
  }
}
.aosInfo__head {
  margin-inline: auto;
  border-radius: 40px;
  background-color: var(--white);
  padding: 0.25em 2em;
  width: fit-content;
  color: var(--aosBg);
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .aosInfo__head {
    font-size: 0.9722222222vw;
  }
}
.aosCount {
  display: block;
  margin-top: 2em;
}
.aosCount__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .aosCount__item {
    justify-content: space-between;
  }
}
.aosCount__item dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .aosCount__item dt {
    font-size: 1.25vw;
  }
}
.aosCount__item dd {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 10.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aosCount__item dd {
    font-size: 4.8611111111vw;
  }
}
.aosCount__item dd span {
  font-size: 8vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aosCount__item dd span {
    font-size: 2.7777777778vw;
  }
}
.aosCount__item + .aosCount__item {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .aosCount__item + .aosCount__item {
    margin-top: 2em;
  }
}
.aosTemp {
  display: flex;
  margin-top: 2em;
}
.aosTemp__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: var(--white);
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .aosTemp__item {
    padding: 0 2em;
  }
}
.aosTemp__item dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .aosTemp__item dt {
    font-size: 1.25vw;
  }
}
.aosTemp__item dd {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 10.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aosTemp__item dd {
    font-size: 4.8611111111vw;
  }
}
.aosTemp__item dd span {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aosTemp__item dd span {
    font-size: 2.7777777778vw;
  }
}
.aosTemp__item + .aosTemp__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--white);
}
.aosConditions {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosConditions {
    padding: 0 5.5555555556vw;
  }
}
.aosConditions__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosConditions__inner {
    flex-direction: row;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .aosConditions__summary {
    width: 36.4583333333vw;
  }
}
.aosConditions__head {
  margin-top: 2em;
}
.aosConditions__desc {
  margin-top: 2em;
  letter-spacing: -0.015em;
}
.aosConditions__count {
  flex: 1;
}
.aosMap {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosMap {
    padding-top: 5.5555555556vw;
  }
}
.aosMap__head {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosMap__head {
    padding-left: 5.5555555556vw;
  }
}
.aosMap__body {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosMap__body {
    margin-top: 2.7777777778vw;
  }
}
.aosMap__body img {
  width: 100%;
}
.aosSlideSec {
  padding: 10.6666666667vw 0;
  background-image: url(../images/bg-aosSlide-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .aosSlideSec {
    padding: 5.5555555556vw 0;
    background-image: url(../images/bg-aosSlide.jpg);
  }
}
.aosSlideSec__head {
  text-align: center;
  font-weight: 600;
  color: var(--white);
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .aosSlideSec__head {
    font-size: 2.7777777778vw;
  }
}
.aosSlideSec__desc {
  font-weight: 500;
  color: var(--white);
  font-size: 3.5vw;
  margin-top: 5.3333333333vw;
  line-height: 2;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .aosSlideSec__desc {
    text-align: center;
    font-size: 1.2vw;
    margin-top: 2.7777777778vw;
    padding: 0;
  }
}
.aosSlideSec__desc p + p {
  margin-top: 1em;
}
.aosSlideSec__slide {
  margin-top: 8vw;
  padding: 0 5.3333333333vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .aosSlideSec__slide {
    margin-top: 4.1666666667vw;
    max-width: 83.3333333333vw;
    padding: 0 5.5555555556vw;
  }
}
.aosPrograms {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .aosPrograms {
    padding: 5.5555555556vw 0;
  }
}
.aosPrograms__desc {
  text-align: center;
  font-weight: 500;
  color: var(--white);
  line-height: 2;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .aosPrograms__desc {
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
}
.aosPrograms__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-inline: auto;
  gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosPrograms__items {
    grid-template-columns: 1fr 1fr;
    gap: 1.3888888889vw;
    margin-top: 2.7777777778vw;
    max-width: 65.2777777778vw;
  }
}
.aosWhiteHead {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 600;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .aosWhiteHead {
    font-size: 2.7777777778vw;
  }
}
.aosWhiteHead span {
  display: block;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .aosWhiteHead span {
    font-size: 1.3888888889vw;
  }
}
.aosProgramCassette {
  background-color: var(--white);
  border-radius: 10px 10px;
  overflow: hidden;
}
.aosProgramCassette a {
  color: inherit;
}
.aosProgramCassette__thumb {
  width: 100%;
  height: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aosProgramCassette__thumb {
    height: 15.2777777778vw;
  }
}
.aosProgramCassette__body {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .aosProgramCassette__body {
    padding: 2em;
  }
}
.aosProgramCassette__title {
  font-weight: 600;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .aosProgramCassette__title {
    font-size: 1.5277777778vw;
  }
}
.aosProgramCassette__desc {
  font-weight: 400;
  font-size: 3.7333333333vw;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .aosProgramCassette__desc {
    font-size: 0.9722222222vw;
  }
}
.aosProgramCassette__btn {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .aosProgramCassette__btn {
    margin-top: 2.0833333333vw;
  }
}
.aboutMelbourneSec {
  padding: 10.6666666667vw 0 0;
  background-color: #0091d0;
}
@media screen and (min-width: 768px) {
  .aboutMelbourneSec {
    padding: 5.5555555556vw 0 0;
  }
}
.aboutMelbourneSec__desc {
  margin-top: 5.3333333333vw;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .aboutMelbourneSec__desc {
    margin-top: 2.7777777778vw;
    padding: 0;
    text-align: center;
  }
}
.aboutMelbourneSec__slide {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .aboutMelbourneSec__slide {
    margin-top: 2.7777777778vw;
  }
}
.asoHowSec {
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .asoHowSec {
    padding: 5.5555555556vw 0 0;
  }
}
.asoHowSec__item {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .asoHowSec__item {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .asoHowSec__item:nth-child(odd) {
    flex-direction: row;
  }
}
.asoHowSec__item:first-of-type {
  margin-top: 0vw;
}
@media screen and (min-width: 768px) {
  .asoHowSec__item:first-of-type {
    margin-top: 4.1666666667vw;
  }
}
.asoHowSec__body {
  padding: 2em;
}
@media screen and (min-width: 768px) {
  .asoHowSec__body {
    padding: 4em;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .asoHowSec__thumb {
    width: 50%;
  }
}
.asoHowSec__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asoHowSec__head {
  font-weight: 600;
  color: var(--white);
}
.asoHowSec__head .sub {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0.5em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .asoHowSec__head .sub {
    font-size: 1.1111111111vw;
  }
}
.asoHowSec__head .num {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .asoHowSec__head .num {
    font-size: 2.2222222222vw;
  }
}
.asoHowSec__head .main {
  display: block;
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .asoHowSec__head .main {
    margin-top: 0.6944444444vw;
    font-size: 2.2222222222vw;
  }
}
.asoHowSec__desc {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .asoHowSec__desc {
    margin-top: 1.3888888889vw;
  }
}
.tennisScroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.tennisScroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 21.3333333333vw;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .tennisScroll::before {
    height: 80px;
  }
}
.tennisScroll::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  border-radius: 50%;
  background-color: #c4e400;
  animation: 2s arrow-animation infinite;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .tennisScroll::after {
    width: 11px;
    height: 11px;
  }
}
@keyframes arrow-animation {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 1;
  }
  90% {
    top: 90%;
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
.jsc-aosSlide .slick-prev {
  background-image: url(../images/arrow-prev-tennis.svg);
}
.jsc-aosSlide .slick-next {
  background-image: url(../images/arrow-next-tennis.svg);
} /*# sourceMappingURL=style.min.css.map */
