@charset "UTF-8";

/*
Theme Name: teine-snow
Version: 1.0
*/

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------------------
 * reset
 * --------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
table,
tbody,
th,
td,
a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?2btde3");
  src: url("fonts/icomoon.eot?2btde3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?2btde3") format("truetype"), url("fonts/icomoon.woff?2btde3") format("woff"), url("fonts/icomoon.svg?2btde3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class^=icon-]:after,
[class*=" icon-"]:before,
[class*=" icon-"]:after {
  font-family: "icomoon" !important;
}

.icon-smoke:before {
  content: "\e919";
}

.icon-delivery:before {
  content: "\e91a";
}

.icon-change-men:before {
  content: "\e91b";
}

.icon-change-women:before {
  content: "\e91c";
}

.icon-feeder:before {
  content: "\e91d";
}

.icon-baby-room:before {
  content: "\e91e";
}

.icon-cup:before {
  content: "\e91f";
}

.icon-shopping:before {
  content: "\e920";
}

.icon-eat:before {
  content: "\e921";
}

.icon-map:before {
  content: "\e918";
}

.icon-locker:before {
  content: "\e917";
}

.icon-wifi:before {
  content: "\e915";
}

.icon-toilet:before {
  content: "\e916";
}

.icon-bus:before {
  content: "\e914";
}

.icon-poles:before {
  content: "\e913";
}

.icon-snowboard:before {
  content: "\e90c";
}

.icon-goggles:before {
  content: "\e90d";
}

.icon-right-glove:before {
  content: "\e90e";
}

.icon-jacket:before {
  content: "\e90f";
}

.icon-helmet:before {
  content: "\e910";
}

.icon-cap:before {
  content: "\e911";
}

.icon-skiboard:before {
  content: "\e912";
}

.icon-pdf:before {
  content: "\e90b";
}

.icon-logo:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e900";
}

.icon-ticket:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-weather:before {
  content: "\e903";
}

.icon-boots:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-facility:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-mountain:before {
  content: "\e908";
}

.icon-ski:before {
  content: "\e909";
}

.icon-ic:before {
  content: "\e922";
}

.icon-skiicon:before {
  content: "\e923";
}

.icon-arrow:before {
  content: "\e924";
}

.icon-blank:before {
  content: "\e925";
}

.icon-padlock:before {
  content: "\e926";
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.color-white {
  color: #fff;
}

.color-danger {
  color: #dc3232;
}

.color-default {
  color: #000;
}

.color-main {
  color: #1e3250;
}

.color-blue {
  color: #3c87be;
}

.color-bgblue {
  background-color: #3c87be;
  color: #fff;
  padding: 0 10px;
}

.color-bgyellow {
  background-color: #8c783c;
  color: #fff;
  padding: 0 10px;
}

.bgcolor-white {
  background-color: #fff;
}

.bgcolor-main {
  color: #fff;
  background-color: #1e3250 !important;
}

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

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

.align-center {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.a-showtext__main {
  overflow: hidden;
}

.a-showtext__main__text {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease-out 0.7s;
}

.a-showtext__sub {
  opacity: 0;
  transition: opacity 0.3s;
}

.a-showtext__sub:before,
.a-showtext__sub:after {
  width: 0 !important;
  transition: width 0.3s ease-out 0.2s;
}

.a-showtext.animated .a-showtext__main__text {
  opacity: 1;
  transform: translateY(0);
}

.a-showtext.animated .a-showtext__sub {
  opacity: 1;
}

.a-showtext.animated .a-showtext__sub:before,
.a-showtext.animated .a-showtext__sub:after {
  width: 100px !important;
}

@keyframes scrollDot {
  0% {
    opacity: 0.4;
  }

  50% {
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.a-blink {
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-duration: 1.2s;
}

.a-stagger,
.a-stagger2 {
  opacity: 0;
}

.a-stagger.animated,
.a-stagger2.animated {
  opacity: 1;
}

.a-stagger .char,
.a-stagger .char2,
.a-stagger2 .char,
.a-stagger2 .char2 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}

.a-bg:before {
  opacity: 0 !important;
  transition: opacity 0.6s;
  transition-delay: 0.4s;
}

.a-bg.animated:before {
  opacity: 0.25 !important;
}

.a-fadein {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.a-fadein.animated {
  opacity: 1;
}

.a-fadeinup {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s ease-out, transform 0.8s ease-out;
}

.a-fadeinup.animated {
  transform: translateY(0);
  opacity: 1;
}

.a-delay {
  transition-delay: 1s;
}

.a-img {
  position: relative;
}

.a-img img,
.a-img .a-img__img {
  transition-delay: 0.8s;
  opacity: 0;
}

.a-img__cover {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.a-img__cover:before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 110%;
  top: -10px;
  left: 0;
  z-index: 4;
  background-color: #e8eaee;
  transform: skewX(30deg) translateX(-115%) scaleY(1);
}

.a-img.animated .a-img__cover:before {
  animation-name: swipeOut;
  animation-duration: 2.25s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.a-img.animated img,
.a-img.animated .a-img__img {
  opacity: 1;
}

@keyframes swipeOut {
  0% {
    transform: skewX(30deg) translateX(-115%) scaleY(1);
  }

  45% {
    transform: skewX(30deg) translateX(-25%) scaleY(1);
  }

  46% {
    transform: skewX(30deg) translateX(-25%) scaleY(1);
  }

  100% {
    transform: skewX(30deg) translateX(75%) scaleY(1);
  }
}

@keyframes svgline {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  to {
    transform: translate(-100%);
  }
}

/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/

/*-----------------------
 fonts
 -----------------------*/

/*--------------------------------------------------------------------------
 *	 html, body;
 *---------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

html.menu-open {
  overflow: hidden;
}

html.menu-open body {
  overflow: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

body {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  line-height: 1.71;
}

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/

a {
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.1s;
  color: #3c87be;
}

a:link,
a:visited {
  text-decoration: none;
}

/* clear fix */

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  content: "";
  clear: both;
}

.cf {
  zoom: 1;
}

::-moz-selection {
  background: #3c87be;
  color: #fff;
}

::selection {
  background: #3c87be;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wp-editorcontent {
  word-break: break-all;
}

.wp-editorcontent h1,
.wp-editorcontent h2,
.wp-editorcontent h3,
.wp-editorcontent h4,
.wp-editorcontent h5 {
  font-weight: 500;
}

.wp-editorcontent h1,
.wp-editorcontent h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.wp-editorcontent h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.wp-editorcontent h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.wp-editorcontent h5 {
  font-size: 1.8rem;
}

.wp-editorcontent p {
  padding-top: 4px;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner--small {
  max-width: 1040px;
}

.l-content {
  position: relative;
  z-index: 5;
  background-color: #f6f8fc;
}

.l-row {
  display: flex;
}

.l-row.l-row--align-center {
  align-items: center;
}

.l-row.l-row--col3 {
  justify-content: space-between;
}

.l-row.l-row--col3 img {
  width: 29.8%;
}

.l-row__textarea {
  flex: 1;
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}

.header-weather {
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #fff;
}

.header-weather__icon {
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-weather__icon.weather-sunny {
  background-image: url(images/icon/weather-sunny.svg);
}

.header-weather__icon.weather-cloudy {
  background-image: url(images/icon/weather-cloudy.svg);
}

.header-weather__icon.weather-sun-cloud {
  background-image: url(images/icon/weather-sun-cloud.svg);
}

.header-weather__icon.weather-cloud-sun {
  background-image: url(images/icon/weather-cloud-sun.svg);
}

.header-weather__icon.weather-rainy {
  background-image: url(images/icon/weather-rainy.svg);
}

.header-weather__icon.weather-snowy {
  background-image: url(images/icon/weather-snowy.svg);
}

.header-weather__icon.weather-storm {
  background-image: url(images/icon/weather-storm.svg);
}

.header-weather__icon.weather-blizzard {
  background-image: url(images/icon/weather-blizzard.svg);
}

.header-weather__icon.weather-windy {
  background-image: url(images/icon/weather-windy.svg);
}

.header-weather__icon.weather-foggy {
  background-image: url(images/icon/weather-fog.svg);
}

.header-weather__icon.weather-drizzle {
  background-image: url(images/icon/weather-drizzle.svg);
}

.header-weather__icon.weather-sleet {
  background-image: url(images/icon/weather-sleet.svg);
}

.header-weather__temperature {
  margin-left: 6px;
}

.header-weather__temperature .number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  font-weight: 500;
}

.header-btn {
  display: block;
  background-color: #8c783c;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 9999;
}

.header-btn:before,
.header-btn:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: transform 0.3s;
}

.header-btn:before {
  top: 18px;
}

.header-btn:after {
  bottom: 18px;
}

.header-btn.is-active:before {
  transform: translateY(6px) rotate(45deg);
}

.header-btn.is-active:after {
  transform: translateY(-6px) rotate(-45deg);
}

.header-company {
  color: #fff;
  font-size: 1.2rem;
}

.header-logo {
  display: block;
  width: 160px;
  height: 180px;
  box-sizing: border-box;
  padding: 28px 0 30px;
  text-align: center;
  position: absolute;
  left: 20px;
  overflow: hidden;
  z-index: 99;
}

.header-logo img {
  position: relative;
  z-index: 2;
}

.header-logo:before,
.header-logo:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}

.header-logo:before {
  top: 0;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 1;
}

.header-logo:after {
  left: -10px;
  right: -10px;
  bottom: 10px;
  height: 30px;
  transform: rotate(-7deg);
}

.header-greport {
  width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
  pointer-events: none;
}

.header-greport.is-shown {
  pointer-events: all;
}

.header-greport.is-shown .greport {
  transform: translateX(0);
  opacity: 1;
}

.header-greport .greport {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease-out, opacity 0.6s;
}

.header-navunit {
  color: #fff;
}

.header-navunit a {
  color: #fff;
}

.gnav__item {
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  font-weight: 500;
}

.gnav__item:first-of-type .gnav__child__wrapper,
.gnav__item:nth-of-type(2) .gnav__child__wrapper {
  right: auto;
}

.gnav__parent {
  position: relative;
}

.gnav__btn {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.gnav__btn:before,
.gnav__btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 10px;
}

.gnav__btn:after {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

.gnav__btn.is-active:after {
  transform: rotate(0);
}

.gnav__child {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.gnav__child__row {
  display: flex;
}

.gnav__child__wrapper {
  z-index: 999;
}

.gnav__child__img img {
  max-width: 100%;
  height: auto;
}

.gnav__child__img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gnav__child__title {
  letter-spacing: 0.11rem;
  font-size: 1.1rem;
}

.gnav__child__title a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.gnav__child__list {
  font-size: 1.3rem;
  padding: 2px 0 2px 50px;
}

.gnav__child__list a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.gnav__child__list a:before {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 1px solid #1e3250;
  border-right: 1px solid #1e3250;
  transform: skewX(40deg);
  position: absolute;
  top: 9px;
  left: 0;
}

.header-subunit {
  display: flex;
}

.header-subnav__item {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

.header-lang {
  background-color: #8c783c;
  width: 160px;
  text-align: center;
  position: relative;
}

.header-lang__title {
  color: #fff;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}

.header-lang__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.header-lang__list {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
}

.header-lang__item {
  box-sizing: border-box;
  border-top: 1px solid #fff;
  background-color: #8c783c;
}

.header-lang__item a {
  padding: 8px;
  display: block;
}

.header-sns .sns-icon {
  margin-top: 22px;
}

.header-sns .sns-icon.sns-icon--youtube {
  margin-top: 30px;
}

.l-footer {
  position: relative;
  background-color: #0f2846;
  overflow: hidden;
}

.footer-golf {
  background-color: #285a3c;
  position: relative;
  z-index: 3;
}

.footer-golf__logo {
  width: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main {
  background-color: #1e3250;
  position: relative;
  color: #fff;
  padding: 50px 60px;
}

.footer-main a {
  color: #fff;
}

.footer-main:after {
  content: "";
  display: block;
  width: 533px;
  height: 381px;
  background-image: url(images/common/logo-shape-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 440px;
  top: 20px;
  pointer-events: none;
}

.footer-logo {
  display: block;
  width: 176px;
}

.footer-company {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.footer-company__name {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
}

.footer-company__address {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.footer-nav {
  border-top: 1px solid #374b69;
  border-bottom: 1px solid #374b69;
  padding: 13px 0;
}

.footer-nav__item {
  font-size: 1.8rem;
  letter-spacing: 0.14rem;
  line-height: 1.44;
  margin: 8px 0;
}

.footer-nav__item a {
  display: flex;
  align-items: center;
  position: relative;
}

.footer-nav__item a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 14px;
  transition: background-color 0.3s;
}

.footer-nav__item a:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(40deg);
  position: absolute;
  left: 7px;
  top: 10px;
  transition: border-color 0.3s;
}

.footer-subnav {
  margin-top: 20px;
}

.footer-subnav__item {
  position: relative;
  letter-spacing: 0.03rem;
  line-height: 2;
}

.footer-subnav__item a {
  padding-left: 18px;
}

.footer-subnav__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(40deg);
  position: absolute;
  left: 0;
  top: 10px;
  transition: border-color 0.3s;
}

.footer-bottom {
  color: #fff;
  background-color: #0f2846;
  position: relative;
  z-index: 2;
}

.footer-copyright {
  font-size: 1.1rem;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.footer-sns .TA_socialButtonIcon {
  width: 50px;
  margin: 0 18px;
}

.footer-sns .sns-icon {
  margin: 0 18px;
}

.footer-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.footer-group__item {
  margin: 0 14px;
}

.footer-group__item--rusutsu {
  width: 144px;
}

.footer-group__item:first-child {
  margin-left: 0;
}

.footer-group__item a {
  display: block;
}

.l-header-2023 * {
  box-sizing: border-box;
}

.l-header-2023 a {
  transition-duration: 0.35s;
}

.l-header-2023 a:hover {
  opacity: 0.5;
}

.l-header-2023 {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #FFF;
  border-top: none;
  background: rgba(255, 255, 255, 0.73);
  backdrop-filter: blur(4px);
  left: 10px;
  width: calc(100% - 20px);
  font-weight: 500;
}

.l-header-2023__fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 14px 20px;
}

.l-header-2023__logo {
  width: 46px;
  display: block;
}

.l-header-2023__blur {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition-property: background-color, backdrop-filter;
  transition-duration: 0.5s;
}

.l-header-2023__blur.is-active {
  pointer-events: inherit;
  background-color: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(4px);
  z-index: 6;
}

.header-2023-upperunit {
  display: flex;
  align-items: center;
}

.header-2023-navunit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-2023-weather {
  width: 50px;
}

.is-active .header-2023-weather {
  display: none;
}

.header-2023-weather figure {
  text-align: center;
}

.header-2023-weather img,
.header-2023-weather svg {
  width: 35px;
  height: auto;
}

.header-2023-weather img path,
.header-2023-weather svg path {
  fill: #0F2846 !important;
}

.header-2023-weather span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(146deg, #1D6FFF -3.7%, #623DE1 109.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-2023-language {
  display: none;
}

.header-2023-language {
  line-height: 1;
}

.header-2023-language p {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
}

.header-2023-language__select {
  position: relative;
}

.header-2023-language__active {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100px;
  margin-left: 10px;
  padding: 8px 12px 8px 6px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 3px;
  border: 1px solid #A8C4D6;
  background: #E9F3FB;
}

.header-2023-language__active:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 7px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #0F2846;
  border-right: 1px solid #0F2846;
  transform: rotate(45deg);
}

.header-2023-language__list {
  display: none;
  z-index: 2;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 100px;
  padding-top: 20px;
}

.header-2023-language__list ul {
  padding: 25px 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.header-2023-language__list li + li {
  margin-top: 12px;
}

.header-2023-language__list li a {
  text-decoration: underline;
  color: #0F2846;
}

.header-2023-language__list:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.gnav2023.is-hidden {
  display: none;
}

.gnav2023 {
  height: 56px;
}

.gnav2023__main {
  display: none;
}

.gnav2023__item {
  height: 100%;
}

.gnav2023__item > a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 1px 10px;
  font-size: min(0.94vw, 1.4rem);
  color: #0F2846;
  transition: color 0.3s ease;
}

.gnav2023__item > a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0F2846;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.gnav2023__item > a:hover {
  opacity: 1;
  font-weight: 700;
  color: #0654DD;
}

.gnav2023__item.is-active > a {
  font-weight: 700;
  color: #0654DD;
}

.gnav2023__menubtn {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0654DD;
}

.gnav2023__menubtn span,
.gnav2023__menubtn:before,
.gnav2023__menubtn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% - 9px);
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.gnav2023__menubtn:before {
  transform-origin: top left;
  transform: translateY(-5px);
}

.gnav2023__menubtn:after {
  transform-origin: top left;
  transform: translateY(5px);
}

.gnav2023__menubtn.is-active span {
  transform: scale(0);
}

.gnav2023__menubtn.is-active:before {
  transform: translate(3px, -6.4px) rotate(45deg);
}

.gnav2023__menubtn.is-active:after {
  transform: translate(3px, 6.4px) rotate(-45deg);
}

.header-2023-menulist {
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: calc(100dvh - 78px - 20px);
  padding-bottom: 30px;
}

.header-2023-menulist .top2023-c-btn a {
  border-color: #1D6FFF;
  background: linear-gradient(145deg, #1D6FFF 27.58%, rgba(98, 61, 225, 0) 105.17%);
}

.header-2023-menulist .top2023-c-btn .top2023-c-btn__text {
  color: #fff;
}

.header-2023-menulist .top2023-c-btn .top2023-c-btn__icon {
  background-color: rgba(255, 255, 255, 0.36);
}

.header-2023-menulist .top2023-c-btn .top2023-c-btn__icon span {
  background: #fff;
}

.header-2023-menulist .top2023-c-btn .top2023-c-btn__icon span:before {
  border-top-color: #1D6FFF;
  border-right-color: #1D6FFF;
}

.header-2023-menulist-bottom {
  padding-top: 15px;
}

.header-2023-bnrlist {
  margin: 30px 0;
}

.header-2023-bnrlist li {
  margin-top: 14px;
}

.header-2023-bnrlist li img {
  width: 100%;
}

.header-2023-sns {
  margin-top: 30px;
}

.l-footer-2023 * {
  box-sizing: border-box;
}

.l-footer-2023 a {
  transition-duration: 0.35s;
}

.l-footer-2023 a:hover {
  opacity: 0.6;
}

.l-footer-2023 {
  position: relative;
  padding-bottom: 40px;
  font-weight: 500;
  color: #fff;
  background-color: #0f2846;
  overflow: hidden;
  z-index: 1;
}

.l-footer-2023 a {
  color: #fff;
}

.l-footer-2023:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #EEEEEF;
  z-index: -1;
}

.l-footer-2023.-underlayer {
  padding-top: 50px;
}

.l-footer-2023.-underlayer::before {
  display: none;
}

.footer-2023-top {
  overflow: hidden;
  border-radius: 10px;
}

.footer-2023-top__map {
  width: 100%;
  height: 293px;
}

.footer-2023-top__map iframe {
  width: 100%;
  height: 100%;
}

.footer-2023-top__info {
  padding: 40px;
  background-color: #07192F;
}

.footer-2023-top__info .name {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.footer-2023-top__info a {
  text-decoration: underline;
}

.footer-2023-top__info a:hover {
  text-decoration: none;
}

.footer-2023-top__info address {
  display: block;
  font-style: normal;
}

.footer-2023-top__info address span {
  display: block;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.5;
}

.footer-2023-top__info__contact {
  margin-top: 20px;
}

.footer-2023-top__info__linklist {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.footer-2023-top__info__linklist li {
  margin-top: 10px;
}

.footer-2023-top__info__linklist li .top2023-c-btn__text {
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-2023-menulist {
  margin-top: 30px;
}

.footer-2023-menulist .p-menulist-2023__parent__item > a {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-2023-menulist .p-menulist-2023__parent__item > a::after {
  background-image: url(images/top2023/arrow-border.svg);
}

.footer-2023-menulist .p-menulist-2023__parent__icon::before,
.footer-2023-menulist .p-menulist-2023__parent__icon::after {
  background-color: #fff;
}

.footer-2023-menulist .p-menulist-2023__child a {
  color: #BCC3CB;
}

.footer-2023-menulist .p-menulist-2023__child a::before {
  background-color: #BCC3CB;
}

.footer-2023-menulist-bottom {
  margin: 30px 0;
}

.footer-2023-menulist-bottom .p-submenu-2023 {
  width: 100%;
}

.footer-2023-menulist-bottom .p-submenu-2023:after {
  background-color: #fff;
}

.footer-2023-menulist-bottom .p-submenu-2023-item:nth-child(n+3) {
  border-top-color: #fff;
}

.footer-2023-menulist-bottom .p-submenu-2023-item a {
  color: #fff;
  border-color: #fff;
}

.footer-2023-bnrlist {
  margin-top: 30px;
}

.footer-2023-bnrlist li {
  margin-top: 14px;
}

.footer-2023-bnrlist li img {
  width: 100%;
}

.footer-2023-sns {
  margin-top: 30px;
}

.l-footer-2023-grouplist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
  padding: 20px;
  background: #07192F;
}

.l-footer-2023-grouplist li {
  width: calc(50% - 3px);
}

.l-footer-2023-grouplist li:first-child {
  width: 100%;
}

.l-footer-2023-grouplist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 13vw;
  padding: 10px 20%;
  border-radius: 3.24px;
  background: #0F2846;
}

.l-footer-2023-grouplist li a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 160px;
}

.l-footer-2023-copyright {
  margin-top: 40px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #BCC3CB;
}

.gnav2023__child {
  display: none;
  position: fixed;
  right: 58px;
  top: 90px;
  padding-top: 45px;
}

.is-active .gnav2023__child {
  z-index: 2;
}

.gnav2023__child a {
  color: #0F2846;
}

.gnav2023__child__box {
  display: flex;
  max-width: 952px;
  padding: 25px;
  background-color: #F4F4F5;
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.gnav2023__child__ttl {
  width: 167px;
  margin-right: 14px;
}

.gnav2023__child__ttl__main {
  position: relative;
  display: block;
}

.gnav2023__child__ttl__main::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 27px;
  height: 16px;
  background: url(images/top2023/arrow-blue.svg) bottom right no-repeat;
  background-size: contain;
}

.gnav2023__child__ttl .en {
  margin-bottom: 5px;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #9d9bb8;
}

.gnav2023__child__ttl .jp {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0f2846;
}

.gnav2023__child__img {
  position: relative;
  padding-left: 14px;
  border-left: 1px solid #fff;
}

.gnav2023__child__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
  z-index: 1;
}

.gnav2023__child__img__list {
  display: flex;
  gap: 12px;
}

.gnav2023__child__img__item {
  display: flex;
}

.gnav2023__child__img__item a {
  display: block;
  max-width: 170px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}

.gnav2023__child__img__item a figure {
  overflow: hidden;
  border-radius: 6px;
}

.gnav2023__child__img__item a figure img {
  aspect-ratio: 142/106;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gnav2023__child__img__item a p {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-top: 10px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
}

.gnav2023__child__img__item a p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(50% - 9px);
  right: 0;
  width: 27px;
  height: 16px;
  background: url(images/top2023/arrow-blue.svg) bottom right no-repeat;
  background-size: contain;
}

.gnav2023__child__sub {
  min-width: 200px;
  padding-left: 20px;
}

.gnav2023__child__sub .en {
  margin-bottom: 3px;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #0654DD;
}

.gnav2023__child__sub__list + .en {
  margin-top: 12px;
}

.gnav2023__child__sub__list a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: underline;
  color: #0F2846;
}

.gnav2023__child__sub__list a:before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0F2846;
  border-radius: 50%;
}

.gnav2023__child__sub__list a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e925";
  position: absolute;
  margin-left: 5px;
}

.gnav2023__child__box.-gelende {
  width: 952px;
  color: #fff;
  background: linear-gradient(145deg, #1D6FFF -3.56%, #623DE1 105.17%);
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl {
  width: 200px;
  margin-right: 20px;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl__main {
  color: #fff;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl__main::after {
  background-image: url(images/top2023/arrow-border.svg);
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl .en {
  color: #fff;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl .jp {
  color: #fff;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl .update {
  margin-top: 70px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl .week {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}

.gnav2023__child__box.-gelende .gnav2023__child__ttl .week:after {
  font-family: "icomoon" !important;
  content: "\e925";
  position: absolute;
  margin-left: 5px;
}

.gnav2023__child .gnav2023__child__data {
  display: grid;
  grid-template-columns: 2.3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 11px;
}

.gnav2023__child .gnav2023__child__data__item {
  padding: 10px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
}

.gnav2023__child .gnav2023__child__data__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.gnav2023__child .gnav2023__child__data__item .num {
  margin-bottom: 3px;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.gnav2023__child .gnav2023__child__data__item .text {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.gnav2023__child .gnav2023__child__data__item .jp {
  font-size: 1.2rem;
  font-weight: 900;
}

.gnav2023__child .gnav2023__child__data__item .en {
  margin-bottom: 3px;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.gnav2023__child .gnav2023__child__data__whether {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 10px;
}

.gnav2023__child .gnav2023__child__data__whether__icon {
  width: 40%;
  margin-right: 8%;
  padding-right: 6%;
  border-right: 1px solid #fff;
}

.gnav2023__child .gnav2023__child__data__whether .status {
  font-family: "Jost", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.gnav2023__child .gnav2023__child__data__whether .num {
  font-size: 3.6rem;
  margin-bottom: 5px;
}

.gnav2023__child .gnav2023__child__data__whether .fahrenheit {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-menulist-2023__parent {
  margin-bottom: 10px;
}

.p-menulist-2023__parent__item > a {
  position: relative;
  display: block;
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: #0654DD;
  border-bottom: 1px solid #0F2846;
}

.p-menulist-2023__parent__item.is-active .p-menulist-2023__parent__icon:after {
  display: none;
}

.p-menulist-2023__parent__icon {
  position: absolute;
  display: block;
  top: 10px;
  right: 0;
  width: 14px;
  height: 14px;
}

.p-menulist-2023__parent__icon:before,
.p-menulist-2023__parent__icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0654DD;
}

.p-menulist-2023__parent__icon::after {
  transform: rotate(90deg);
}

.p-menulist-2023__child {
  display: none;
  padding-top: 10px;
}

.p-menulist-2023__child__item {
  margin-top: 5px;
}

.p-menulist-2023__child__item > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.2;
  color: #0F2846;
}

.p-menulist-2023__child__item > a:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0F2846;
  border-radius: 50%;
}

.p-menulist-2023__child__item > a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e925";
  position: absolute;
  margin-left: 5px;
}

.p-menulist-2023__child .top2023-c-btn {
  margin-bottom: 10px;
}

.p-menulist-2023__child .top2023-c-btn a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.p-menulist-2023__child .top2023-c-btn .top2023-c-btn__icon {
  right: 15px;
}

.block-figure__textarea {
  flex: 1;
  margin-left: 60px;
}

.block-figure__imgarea {
  position: relative;
}

.block-figure .tag-triangle {
  position: absolute;
  top: 14px;
  right: -34px;
  z-index: 9;
}

.block-figure__title {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: bold;
}

.block-figure__title-small {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.29rem;
  line-height: 1.04;
  margin-bottom: 16px;
}

.block-figure__title-en {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  letter-spacing: 0.67rem;
  line-height: 1.04;
  margin-bottom: 14px;
}

.block-figure__title-en.small {
  font-size: 4rem;
}

.block-figure__subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  margin-top: 28px;
}

.block-figure__text {
  margin-top: 20px;
  font-feature-settings: "halt";
  letter-spacing: 0.06rem;
  line-height: 1.71;
}

.box-general {
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  padding: 20px;
  margin-top: 20px;
  position: relative;
}

.box-general:first-of-type {
  margin-top: 0;
}

.box-general--p0 {
  padding: 0 !important;
}

.box-general--p40 {
  padding: 40px;
}

.box-general--btn {
  padding-bottom: 60px;
}

.box-general--col3 {
  display: flex;
  flex-wrap: wrap;
}

.box-general--col4 {
  display: flex;
  flex-wrap: wrap;
}

.box-general--col4 .box-general__content {
  margin: 0;
  flex: none;
  border-bottom: 1px solid #dee0e4;
}

.box-general__content {
  flex: 1;
  box-sizing: border-box;
  border-right: 1px solid #dee0e4;
  padding: 15px 20px;
}

.box-general__content .title-ja {
  margin: 0;
}

.box-general__textarea {
  flex: 1;
  padding: 46px 36px 20px 50px;
}

.box-general__textarea figure {
  text-align: center;
  margin: 10px auto 0;
}

.box-general .title-ja--m {
  padding-left: 12px;
  margin-bottom: 26px;
}

.box-general .title-ja--row {
  margin-bottom: 10px;
}

.box-general__inner {
  padding: 20px;
}

.box-general .box-bg {
  margin-top: 30px;
}

.box-general__section {
  border-top: 1px solid #dee0e4;
}

.box-general__section:first-child {
  border-top: none;
}

.box-general__section--smallhead {
  padding: 30px 20px 40px;
}

.box-general .btn {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.box-img {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  padding: 4px;
}

.box-img__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

.box-img__list .box-img {
  text-align: center;
  box-sizing: border-box;
}

.box-img__list .box-img img {
  width: 100%;
}

.box-layer {
  position: relative;
}

.box-layer__head {
  box-sizing: border-box;
  padding: 80px;
  text-align: center;
  background-color: rgba(246, 248, 252, 0.9);
}

.box-layer__title {
  text-align: center;
}

.box-layer__title .img {
  display: block;
  margin: 0 auto 20px;
  width: 320px;
}

.box-layer__title .text-big {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  letter-spacing: 0.43rem;
  line-height: 1;
}

.box-layer__title .text {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.26rem;
}

.box-layer__title .text:before,
.box-layer__title .text:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  vertical-align: top;
  margin-top: 18px;
  background-color: #000;
}

.box-layer__title .text:before {
  margin-right: 16px;
}

.box-layer__title .text:after {
  margin-left: 16px;
}

.box-layer__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.88;
  margin-top: 10px;
}

.box-layer__text02 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.88;
  margin-top: 24px;
}

.box-layer__sub {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-top: 18px;
}

.box-layer__content .btn-arrow {
  margin-top: 12px;
}

.box-layer__content .yt-video a {
  display: block;
}

.box-layer__list .box-layer {
  margin-top: 120px;
}

.box-set {
  margin-top: 20px;
}

.box-set:first-of-type {
  margin-top: 0;
}

.box-set__head {
  background-color: #1e3250;
  color: #fff;
  padding: 27px 36px;
  position: relative;
}

.box-set__title {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  font-weight: 500;
  line-height: 1.3;
}

.box-set__title--row {
  display: flex;
  align-items: center;
}

.box-set__title .small {
  font-size: 1.5rem;
}

.box-set__title .number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 16px;
}

.box-set__content {
  background-color: #e8eaee;
  padding: 10px;
}

.box-set__content--p4 {
  padding: 4px;
}

.box-set__content--p20 {
  padding: 20px;
}

.box-set__content--p40 {
  padding: 30px 45px;
}

.box-set__content--blue {
  background-color: #d2d7e1;
}

.box-set__content--white {
  background-color: #f6f8fc;
}

.box-set__content--white .table__row {
  border-top-color: #f6f8fc;
}

.box-set__content--white .table__cel {
  border-left-color: #f6f8fc;
}

.box-set__content .flex-image {
  margin: 0 20px 0 0;
}

.box-set__content .between {
  margin: 4px 10px 0 0;
}

.box-set__content .price-image {
  margin: 0 0 20px;
}

.box-set__content .taxi-image,
.box-set__content .car-image {
  margin: 10px 0 0;
}

.box-set__note {
  color: #dc3232;
}

.box-set__btn {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  background-color: #e8eaee;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
}

.box-set__btn:before,
.box-set__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1e3250;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.box-set__btn:after {
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.box-set--toggle {
  margin-top: 4px;
}

.box-set--toggle.is-active .box-set__content {
  display: block;
}

.box-set--toggle.is-active .box-set__btn:after {
  transform: rotate(0);
}

.box-set--toggle .box-set__head {
  cursor: pointer;
  padding-right: 80px;
}

.box-set--toggle .box-set__content {
  display: none;
}

.box-set__tokutenlist {
  counter-reset: number 0;
}

.box-set__tokutenlist .box-set {
  counter-increment: number 1;
}

.box-set__tokutenlist .box-set__head {
  display: flex;
  align-items: center;
}

.box-set__tokutenlist .box-set__head:before {
  content: "特典";
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}

.box-set__tokutenlist .box-set__title {
  padding-left: 70px;
  position: relative;
}

.box-set__tokutenlist .box-set__title:before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 3.6rem;
  letter-spacing: 0.43rem;
  transform: translateY(-56%);
}

.box-sq__textarea {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
}

.box-sq__upperarea {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 33px 40px 33px;
}

.box-sq__title {
  font-size: 2.2rem;
  letter-spacing: 0.18rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.box-sq__text {
  font-size: 1.5rem;
  line-height: 1.87;
}

.box-sq__bottomarea {
  background-color: rgba(232, 234, 238, 0.9);
  padding: 27px 40px 40px;
}

.box-accent {
  background-color: #fcf4f6;
  padding: 10px;
}

.box-accent__textarea {
  padding-bottom: 16px;
  flex: 1;
}

.box-accent__title {
  color: #dc3232;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.box-bg {
  color: #fff;
  font-weight: 500;
  padding: 10px;
}

.box-bg--blue {
  background-color: #3c87be;
}

.box-bg--grey {
  background-color: #e8eaee;
  color: #000;
}

.box-bg--lightgrey {
  background-color: #f6f8fc;
  color: #000;
}

.box-bg__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-bg__text {
  font-size: 1.8rem;
  line-height: 1.69;
}

.box-bg__text--strong {
  font-size: 2.4rem;
}

.breadcrumbs {
  background-color: #e8eaee;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 19px 0;
}

.breadcrumbs .l-inner > span:not(:first-child) {
  position: relative;
  padding-left: 24px;
  margin-left: 16px;
}

.breadcrumbs .l-inner > span:not(:first-child):before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.breadcrumbs a {
  color: #000;
}

.btn-arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.13rem;
  margin-right: 8px;
}

.btn-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-bottom: 2px solid #3c87be;
  border-right: 2px solid #3c87be;
  transform: skewX(40deg);
  border-color: #000;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.3s;
}

.btn-arrow.align-center {
  justify-content: center;
}

.btn-arrow--white {
  color: #fff;
}

.btn-arrow--white:after {
  border-color: #fff;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8c783c;
  color: #fff;
  font-size: 1.4rem;
  min-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.2;
  word-break: break-all;
}

.btn--disable {
  color: #fff;
  background-color: #666;
  height: 60px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__icon {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.btn__icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(40deg);
  position: absolute;
  left: 6px;
  top: 8px;
}

.btn--pdf:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 2rem;
  margin-right: 14px;
}

.btn--static {
  position: static !important;
}

.btn-02 {
  display: block;
  background-color: #fff;
  color: #1e3250;
  font-size: 1.6rem;
  text-align: center;
  padding: 6px;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

.btn-02:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-bottom: 2px solid #3c87be;
  border-right: 2px solid #3c87be;
  transform: skewX(40deg);
  position: absolute;
  bottom: 16px;
  right: 20px;
  margin: auto;
  transition: transform 0.3s;
}

.btn-02__number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  margin-right: 2px;
}

.btn-02__list {
  display: flex;
  flex-wrap: wrap;
}

.btn-02__list > li {
  width: 18.76%;
  margin-top: 10px;
}

.card-figure {
  position: relative;
  box-shadow: 2px 0 2px -2px rgba(4, 0, 0, 0.15);
  margin-top: 50px;
}

.card-figure__textarea {
  flex: 1;
  position: relative;
}

.card-figure__textarea:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}

.card-figure__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  padding: 100px 60px 40px;
}

.card-figure__inner.-about {
  padding-bottom: 60px;
}

.card-figure__inner:before,
.card-figure__inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
}

.card-figure__inner:before {
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-figure__inner:after {
  left: -20px;
  right: -20px;
  top: 30px;
  height: 60px;
  transform: rotate(4.4deg);
}

.card-figure__subtitle {
  font-weight: bold;
  margin-bottom: 8px;
}

.card-figure__subtitle--s {
  font-size: 2rem;
  letter-spacing: 0.16rem;
}

.card-figure__text--s {
  line-height: 1.71;
}

.card-figure .btn {
  position: relative;
  z-index: 3;
}

.card-figure__imgarea {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.card-figure--reverse {
  flex-direction: row-reverse;
}

.card-figure--reverse .card-figure__inner:after {
  transform: rotate(-4.4deg);
}

.card-figure .box-bg,
.card-figure .box-accent {
  margin-top: 16px;
}

.card-figure .text-note {
  text-align: left;
  margin-top: 14px;
}

.card-skew {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0 2px -2px rgba(4, 0, 0, 0.15);
  padding: 40px 10px 40px;
  text-align: center;
}

.card-skew:before,
.card-skew:after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
}

.card-skew:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}

.card-skew:after {
  left: -10px;
  right: -10px;
  bottom: 14px;
  height: 50px;
  transform: rotate(5deg);
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
}

.card-skew__title {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  font-weight: 500;
  line-height: 1.3;
}

.card-skew__number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  color: #3c87be;
  line-height: 1;
  letter-spacing: 0.34rem;
  margin-top: 15px;
  margin-bottom: 20px;
}

.card-skew__number.block {
  display: block;
}

.card-skew__number.block span {
  display: block;
  line-height: 1;
}

.card-skew__number .ja {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
}

.card-skew__number .kara {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  transform: rotate(90deg);
  margin: 10px 0 2px;
}

.card-skew__number .unit-ja {
  font-size: 2.8rem;
  letter-spacing: 0.17rem;
  font-weight: bold;
}

.card-skew__number .unit {
  font-size: 3.8rem;
  letter-spacing: 0.23rem;
}

.card-skew__text {
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
}

.card-skew__text.align-left {
  text-align: left;
  padding-left: 12px;
}

.card-skew__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-skew__list .card-skew {
  width: 19.16%;
  box-sizing: border-box;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #dee0e4;
}

.form .not-shown {
  display: none;
}

.greport {
  color: #fff;
  padding: 30px 38px 60px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}

.greport:before,
.greport:after {
  content: "";
  position: absolute;
  background-color: #3c87be;
  z-index: -1;
}

.greport:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
}

.greport:after {
  bottom: 20px;
  left: -10%;
  right: -10%;
  height: 40px;
  transform: rotate(4.3deg);
}

.greport__temptext {
  font-size: 1.2rem;
  margin-left: 5px;
  margin-bottom: 14px;
}

.greport__temptexttop {
  font-size: 1rem;
  width: 65px;
}

.greport__titlearea {
  display: flex;
}

.greport__title-en {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.58rem;
  line-height: 1;
  margin-right: 14px;
}

.greport__title-ja {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding-top: 2px;
}

.greport__update {
  font-size: 1.2rem;
  font-weight: 400;
}

.greport__update__head:after {
  content: "/";
  margin: 0 4px;
}

.greport__content {
  display: flex;
  padding-top: 10px;
}

.greport__comment {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.greport__weather {
  text-align: center;
  width: 120px;
}

.greport__weather__icon {
  width: 120px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.greport__weather__icon.weather-sunny {
  background-image: url(images/icon/weather-sunny.svg);
}

.greport__weather__icon.weather-cloudy {
  background-image: url(images/icon/weather-cloudy.svg);
}

.greport__weather__icon.weather-sun-cloud {
  background-image: url(images/icon/weather-sun-cloud.svg);
}

.greport__weather__icon.weather-cloud-sun {
  background-image: url(images/icon/weather-cloud-sun.svg);
}

.greport__weather__icon.weather-rainy {
  background-image: url(images/icon/weather-rainy.svg);
}

.greport__weather__icon.weather-snowy {
  background-image: url(images/icon/weather-snowy.svg);
}

.greport__weather__icon.weather-storm {
  background-image: url(images/icon/weather-storm.svg);
}

.greport__weather__icon.weather-blizzard {
  background-image: url(images/icon/weather-blizzard.svg);
}

.greport__weather__icon.weather-windy {
  background-image: url(images/icon/weather-windy.svg);
}

.greport__weather__icon.weather-foggy {
  background-image: url(images/icon/weather-fog.svg);
}

.greport__weather__icon.weather-drizzle {
  background-image: url(images/icon/weather-drizzle.svg);
}

.greport__weather__icon.weather-sleet {
  background-image: url(images/icon/weather-sleet.svg);
}

.greport__weather__ja {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
  margin-top: 14px;
}

.greport__weather__en {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 7px;
}

.greport__detail {
  margin-left: 30px;
  flex: 1;
}

.greport__temp {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.greport__temp .celsius {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5.2rem;
  letter-spacing: 0.37rem;
  line-height: 1;
}

.greport__temp .celsius .unit {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.greport__temp .fahrenheit {
  font-size: 1.2rem;
  font-weight: 400;
}

.greport__data {
  display: flex;
  flex-wrap: wrap;
}

.greport__data__head {
  width: 60%;
  font-weight: 500;
  padding-bottom: 1.3em;
  position: relative;
  margin-top: 14px;
}

.greport__data__head .en {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170%;
}

.greport__data__content {
  width: 40%;
  margin-top: 18px;
  font-size: 2rem;
  letter-spacing: 0.16rem;
  font-weight: 500;
  line-height: 1;
}

.greport__data__content .text {
  font-size: 1.3rem;
}

.greport__data__content .unit {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  margin-left: 4px;
}

.greport__btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: background-color 0.3s;
}

.greport__btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  border-bottom: 2px solid #3c87be;
  border-right: 2px solid #3c87be;
  transform: skewX(40deg);
  position: absolute;
  top: 15px;
  left: 9px;
}

.greport--l .greport__update {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  margin-top: 20px;
  position: absolute;
  top: 0;
  right: 20px;
}

.greport--l .greport__update__head {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.icon-nav {
  display: flex;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  flex-wrap: wrap;
}

.icon-nav__item {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  border-left: 1px solid #dee0e4;
}

.icon-nav__item:first-of-type {
  border-left: none;
}

.icon-nav__item a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 129px 8px 36px;
  color: #000;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  position: relative;
}

.icon-nav__item a:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 88px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #1e3250;
  font-size: 8rem;
  font-family: "icomoon";
}

.icon-nav__item--weather a:before {
  content: "\e903";
}

.icon-nav__item--map a:before {
  content: "\e908";
}

.icon-nav__item--lift a:before {
  content: "\e922";
  font-size: 5.6rem;
}

.icon-nav__item--rental a:before {
  content: "\e923";
}

.icon-nav__item--facility a:before {
  content: "\e906";
}

.icon-nav__item--school a:before {
  content: "\e909";
  font-size: 7rem;
}

.icon-nav__item--access a:before {
  content: "\e918";
  font-size: 7rem;
}

.img-head {
  text-align: center;
  margin-bottom: 30px;
}

.list-box {
  display: flex;
  flex-wrap: wrap;
}

.list-box__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  margin-top: 20px;
  color: #000;
}

.list-box__item--p20 {
  padding: 20px;
}

.list-box__item--small {
  min-height: 60px;
}

.list-box__item--link a {
  color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.list-box__item img {
  max-width: 80% !important;
  height: auto;
}

.list-box__head {
  text-align: right;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  font-weight: 500;
  line-height: 1.33;
  margin-right: 8px;
}

.list-box__text {
  color: #3c87be;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
}

.list-box__text .unit {
  font-size: 2rem;
}

.list-box--noborder .list-box__item {
  box-shadow: none;
}

.list-box--col5 {
  justify-content: flex-start;
}

.list-box--col6 {
  justify-content: flex-start;
}

.list-box--col8 {
  justify-content: flex-start;
}

.list-box--col10 {
  justify-content: flex-start;
}

.list-box--col10 .list-box__item {
  width: 9.46%;
}

.list-box--col10 .list-box__item img {
  max-width: 100%;
}

.list-box--col12 {
  justify-content: flex-start;
  margin-top: 0;
}

.list-box--col12 .list-box__item {
  width: 8%;
  min-height: 50px;
}

.list-box--col12 .list-box__item img {
  max-width: 60% !important;
}

.list-box--col14 {
  justify-content: flex-start;
  margin-top: 0;
}

.list-box--col14 .list-box__item {
  width: 6.8%;
  min-height: 50px;
}

.list-box--col14 .list-box__item img {
  max-width: 70% !important;
}

.list-box--archive > li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  margin-top: 20px;
  color: #000;
  min-height: 50px;
}

.list-box--archive > li a {
  color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.list-box--col2 {
  justify-content: space-between;
}

.list-box--col2 .list-box__item {
  width: 49%;
  margin-right: 0;
}

.list-box--col2 .list-box__item .text-content {
  padding-left: 10px;
  flex: 1;
}

.list-box--col2 .list-box__item {
  margin-top: 20px;
}

.list-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.list-gallery > li {
  padding: 0 20px 20px 0;
}

.list-gallery > li.remove {
  display: none;
}

.list-gallery__more {
  background-color: #1e3250;
  padding: 10px;
  cursor: pointer;
}

.list-gallery__more span {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background-color: #e8eaee;
  position: relative;
}

.list-gallery__more span:before,
.list-gallery__more span:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1e3250;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.list-gallery__more span:after {
  transform: rotate(90deg);
}

.list-imgcard .slick-slide {
  margin: 0 4px;
}

.list-imgcard__item {
  box-sizing: border-box;
  padding-right: 4px;
  position: relative;
}

.list-imgcard__item.hover-slanting .list-imgcard__img {
  position: relative;
  overflow: hidden;
}

.list-imgcard__item.hover-slanting .list-imgcard__img:before {
  content: "Read more";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.list-imgcard__item.hover-slanting .list-imgcard__img:after {
  content: "";
  position: absolute;
  top: -160px;
  left: -140px;
  right: -140px;
  bottom: -160px;
  background-color: #000519;
  opacity: 0.2;
  z-index: 2;
  transform: translateY(-100%) skewY(-45deg);
  transition: transform 0.3s ease-out;
}

.list-imgcard .tag-triangle {
  position: absolute;
  top: 15px;
  right: -29px;
  z-index: 3;
}

.list-imgcard__inner {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 0 5px -4px rgba(4, 0, 0, 0.15);
  padding-bottom: 38px;
  padding-right: 20px;
  color: #000;
  transition: box-shadow 0.3s ease-out, transform 0.3s;
}

.list-imgcard__inner:before,
.list-imgcard__inner:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}

.list-imgcard__inner:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 25px;
}

.list-imgcard__inner:after {
  bottom: 15px;
  left: -10px;
  right: -10px;
  height: 40px;
  background-color: #fff;
  transform: rotate(4deg);
  box-shadow: 4px 4px 5px -4px rgba(4, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-out;
}

.list-imgcard__img {
  position: relative;
  z-index: 2;
  height: 280px;
  background-position: center;
  background-size: cover;
}

.list-imgcard__img--blur {
  overflow: hidden;
}

.list-imgcard__img--blur:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background: inherit;
  filter: blur(2px);
  transition: opacity 0.3;
  background-position: center;
}

.list-imgcard__img--blur:after {
  content: "";
  background-color: #000519;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
}

.list-imgcard__img__round {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  background: inherit;
  background-position: center;
  box-shadow: 1px 1.7px 2px 0 rgba(4, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.4s ease-out, width 0.3s, height 0.3s;
}

.list-imgcard__img__round:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 4;
  background: inherit;
  transition: transform 0.3s ease-out;
  transform: scale(1);
  backface-visibility: hidden;
}

.list-imgcard__img__round:after {
  content: "Read more";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 5, 25, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}

.list-imgcard__textarea {
  position: relative;
  z-index: 2;
  padding: 24px 40px 30px 26px;
}

.list-imgcard__meta {
  font-size: 1.1rem;
  font-weight: 400;
}

.list-imgcard__meta:not(:first-of-type):before {
  content: "／";
  margin: 0 2px;
}

.list-imgcard__title {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
  line-height: 1.5;
}

.list-imgcard__title--big {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}

.list-imgcard__text {
  font-size: 1.2rem;
  margin-top: 12px;
  color: #969696;
}

.list-imgcard__btn {
  display: block;
  width: 16px;
  height: 8px;
  border-bottom: 2px solid #3c87be;
  border-right: 2px solid #3c87be;
  transform: skewX(40deg);
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 4;
}

.list-imgcard--col4 .list-imgcard__item {
  box-sizing: border-box;
}

.list-imgcard--col4 .list-imgcard__inner {
  padding-right: 10px;
}

.list-imgcard--col4 .list-imgcard__img {
  height: 170px;
}

.list-imgcard--col4 .list-imgcard__textarea {
  padding: 14px 10px 20px 20px;
}

.list-imgcard--col4 .list-imgcard__btn {
  right: 10px;
  bottom: -4px;
}

.list-label {
  counter-reset: number 0;
}

.list-label__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  margin-top: 4px;
  counter-increment: number 1;
  border: 2px solid #fff;
  padding: 10px 100px 10px 58px;
  overflow: hidden;
}

.list-label__item:first-of-type {
  margin-top: 0;
}

.list-label__item:before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #3c87be;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
  padding: 0 2px 0 9px;
  z-index: 2;
}

.list-label__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-left: 20px solid #3c87be;
  left: 20px;
}

.list-label__item--zone {
  padding-left: 70px;
}

.list-label__item--zone.green:before {
  background-color: #3eb134;
}

.list-label__item--zone.green:after {
  border-left-color: #3eb134;
}

.list-label__item--zone.red:before {
  background-color: #e60012;
}

.list-label__item--zone.red:after {
  border-left-color: #e60012;
}

.list-label__item--zone.black:before {
  background-color: #4d4c4c;
}

.list-label__item--zone.black:after {
  border-left-color: #4d4c4c;
}

.list-label__item--zone:before {
  padding-left: 6px;
}

.list-label__item--zone:after {
  left: 40px;
}

.list-label__title {
  font-size: 1.6rem;
  font-weight: 500;
}

.list-label__title .small {
  font-size: 1rem;
}

.list-label__title.list-label__title--has-icon {
  display: flex;
  align-items: center;
}

.list-label__title.list-label__title--has-icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-label__title.icon-lift2:after {
  background-image: url(images/greport/icon-lift2.svg);
}

.list-label__title.icon-lift3:after {
  background-image: url(images/greport/icon-lift3.svg);
}

.list-label__title.icon-lift4:after {
  background-image: url(images/greport/icon-lift4.svg);
}

.list-label__title.icon-gondola:after {
  background-image: url(images/greport/icon-gondola.svg);
}

.list-label__text {
  font-size: 1.1rem;
  font-weight: 400;
}

.list-label__status {
  display: flex;
  align-items: center;
  position: absolute;
  line-height: 1;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 26px;
  font-size: 1.1rem;
}

.list-label__status:before,
.list-label__status:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.list-label__status.open:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #3c87be;
  margin-right: 6px;
}

.list-label__status.close:before,
.list-label__status.close:after {
  width: 12px;
  height: 2px;
  background-color: #3c87be;
}

.list-label__status.close:before {
  transform: rotate(-45deg);
}

.list-label__status.close:after {
  transform: rotate(45deg);
}

.list-label__status.pending:before {
  content: "△";
  color: #3c87be;
  font-weight: bold;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-nav {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  margin-bottom: 50px;
}

.list-nav__item {
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  border-left: 1px solid #dee0e4;
  box-sizing: border-box;
  line-height: 1.4;
}

.list-nav__item:first-of-type {
  border-left: none;
}

.list-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
}

.list-news__item {
  position: relative;
  border-top: 1px solid #dee0e4;
  padding: 10px 0;
}

.list-news__metaarea--l {
  border-bottom: 1px solid #dee0e4;
  padding-bottom: 10px;
}

.list-news__metaarea--l .list-news__meta {
  font-size: 1.4rem;
}

.list-news__meta {
  font-size: 1.1rem;
  font-weight: 400;
}

.list-news__meta:not(:first-of-type):before {
  content: "／";
  margin: 0 2px;
}

.list-news__title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.13rem;
  margin-left: 20px;
}

.list-news__title a {
  color: #000;
}

.list-news__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list-step {
  counter-reset: number 0;
}

.list-step__item {
  counter-increment: number 1;
  background-color: #e8eaee;
  margin-bottom: 30px;
  position: relative;
}

.list-step__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e8eaee;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
}

.list-step__item:last-of-type:after {
  content: none;
}

.list-step__head {
  display: flex;
  align-items: center;
  padding: 24px 30px;
  background-color: #1e3250;
  color: #fff;
}

.list-step__head:before {
  content: "STEP";
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-right: 10px;
  margin-top: 2px;
  letter-spacing: 0.24rem;
}

.list-step__title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

.list-step__title:before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.43rem;
  margin-right: 16px;
}

.list-step__content {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
}

.list-step__content .btn {
  margin-top: 20px;
  margin-left: 10px;
}

.list-step02 {
  text-align: center;
}

.list-step02__item {
  display: flex;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
}

.list-step02__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1e3250;
  position: absolute;
  top: -10px;
  left: 50px;
  margin: auto;
}

.list-step02__item:first-child {
  margin-top: 0;
}

.list-step02__item:first-child:before {
  content: none;
}

.list-step02__item--blue {
  background-color: rgba(60, 135, 190, 0.2);
  color: #1e3250;
}

.list-step02__titlearea {
  flex: 1;
  border-right: 1px solid #dee0e4;
  position: relative;
  text-align: left;
  padding: 10px;
}

.list-step02__title {
  font-size: 1.6rem;
}

.list-step02__textarea {
  padding: 10px;
}

.list-step02__arrow {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 0;
}

.list-step02__arrow:before,
.list-step02__arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 13px solid #1e3250;
  position: absolute;
  left: 50px;
}

.list-step02__arrow:before {
  top: 16px;
}

.list-step02__arrow:after {
  bottom: 0;
}

.list-tab {
  position: relative;
}

.list-tab__head {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 4px;
  background-color: #1e3250;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.list-tab__title {
  font-size: 1.8rem;
  letter-spacing: 0.11rem;
  line-height: 1.3;
}

.list-tab__title .small {
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
}

.list-tab__content {
  background-color: #e8eaee;
  padding: 20px;
  border-top: 4px solid #8c783c;
  display: none;
}

.list-tab__content__section {
  padding: 36px 0;
  border-top: 1px solid #dee0e4;
}

.list-tab__content__section:first-child {
  border-top: none;
  padding-top: 10px;
}

.list-tab2 {
  position: relative;
  margin-bottom: 40px;
}

.list-tab2__item {
  flex: 1;
  background-color: #fff;
  text-align: center;
}

.list-tab2__item:first-child .list-tab2__head {
  border-left: none;
}

.list-tab2__item.is-active .list-tab2__head {
  background-color: #1e3250;
  color: #fff;
}

.list-tab2__item.is-active .list-tab2__content {
  opacity: 1;
  pointer-events: all;
}

.list-tab2__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}

.list-tab2__content {
  z-index: 9;
  background-color: #e8eaee;
  box-sizing: border-box;
}

.list-toggle--qa .list-toggle__head {
  position: relative;
  padding-left: 30px;
}

.list-toggle--qa .list-toggle__head:before {
  content: "Q.";
  color: #3c87be;
  font-size: 2.4rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 8px;
  left: 20px;
}

.list-toggle--qa .list-toggle__content {
  padding-left: 50px;
  position: relative;
}

.list-toggle--qa .list-toggle__content:before {
  content: "A.";
  margin-right: 6px;
  position: absolute;
  left: 22px;
  top: 14px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.list-toggle__item {
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  background-color: #fff;
  margin-top: 4px;
}

.list-toggle__item:first-of-type {
  margin-top: 0;
}

.list-toggle__head {
  display: flex;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  position: relative;
}

.list-toggle__title {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 22px;
}

.list-toggle__meta {
  font-size: 1.1rem;
  font-weight: 400;
  margin-right: 30px;
}

.list-toggle__date {
  padding-left: 22px;
}

.list-toggle .tag-sq {
  margin-right: 10px;
}

.list-toggle .tag-sq:last-child {
  margin-right: 0;
}

.list-toggle__btn {
  background-color: #e8eaee;
  width: 52px;
  height: 52px;
  margin-left: 20px;
  position: relative;
}

.list-toggle__btn:before,
.list-toggle__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1e3250;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list-toggle__btn:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.list-toggle__btn.is-active:after {
  transform: rotate(0);
}

.list-toggle__btn.-small {
  width: 30px;
  height: 30px;
}

.list-toggle__btn.-small:before,
.list-toggle__btn.-small:after {
  width: 18px;
}

.list-toggle__content {
  display: none;
  border-top: 1px solid #e8eaee;
  padding: 10px;
}

.list-toggle__img {
  max-width: 360px;
  height: auto;
}

.list-toggle__text {
  flex: 1;
  padding: 10px 15px;
}

.list-toggle--opened .list-toggle__head {
  cursor: inherit;
}

.list-toggle--opened .list-toggle__content {
  display: block;
}

.list-toggle--opened .list-toggle__btn {
  opacity: 0;
}

.list-decimal {
  counter-reset: number 0;
}

.list-decimal > li {
  counter-increment: number 1;
  padding: 8px 0 8px 2em;
  text-indent: -2em;
}

.list-decimal > li:before {
  content: counter(number) ".";
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 13px;
}

.list-numeric {
  list-style-type: decimal;
  margin-left: 1.4em;
}

.list-numeric > li {
  list-style-type: decimal;
  padding: 4px 0 4px 0.4em;
}

.list-circle > li {
  padding: 4px 0 4px 1em;
  text-indent: -1em;
}

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

.list-indent > li {
  padding: 4px 0 4px 1.6em;
  text-indent: -1.6em;
}

.list-doubleindent > li {
  padding: 4px 0 4px 4.6em;
  text-indent: -4.6em;
}

.list-terms {
  margin-top: 40px;
}

.list-terms dt {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #dee0e4;
}

.list-terms dd {
  margin-top: 8px;
}

.list-slash {
  display: flex;
  flex-wrap: wrap;
}

.list-slash > li {
  line-height: 2;
}

.list-slash > li:not(:first-child):before {
  content: "/";
  margin: 0 10px;
}

.livecamera {
  margin-top: 30px;
}

.livecamera__imgarea {
  position: relative;
}

.livecamera__imgarea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background-color: #fff;
  z-index: 2;
}

.livecamera__title {
  font-size: 2.2rem;
  letter-spacing: 0.19rem;
  margin-top: 10px;
}

.livecamera__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map-code {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.map-code img {
  width: auto;
  max-height: 40px;
}

.map-code span {
  font-size: 1.65rem;
  font-weight: bold;
  word-break: break-all;
}

.map-code + .map-code {
  margin: 0 0 0 30px;
}

.map-frame {
  margin-top: 20px;
}

.mv {
  background-image: url(images/mv/mv-default.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 720px;
}

.mv:after {
  content: "";
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: -100px;
  z-index: 2;
  height: 300px;
  background-color: #1e3250;
  background-image: url(images/common/bg-pattern-blue.png);
  transform: rotate(4.4deg);
}

.mv--short {
  height: 340px;
}

.mv--notext:after {
  content: none;
}

.mv__textarea {
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 70px;
  left: 0;
  right: 0;
}

.mv__title-en {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 6.2rem;
  letter-spacing: 0.74rem;
  line-height: 1;
}

.mv__title-ja {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  margin-top: 12px;
}

.mv__logo {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 250px;
}

.p-submenu-2023 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p-submenu-2023:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #0F2846;
}

.p-submenu-2023-item {
  width: 50%;
}

.p-submenu-2023-item:nth-child(n+3) {
  border-top: 1px solid #0F2846;
}

.p-submenu-2023-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 14px 4px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #0F2846;
}

.p-submenu-2023-item a em {
  text-decoration: underline;
  font-style: normal;
}

.p-submenu-2023-item a[target=_blank] span:after {
  font-family: "icomoon" !important;
  content: "\e925";
  margin-left: 3px;
  text-decoration: none;
  align-self: flex-end;
}

.p-submenu-2023-item a.padlock span:after {
  font-family: "icomoon" !important;
  content: "\e926";
  margin-left: 3px;
  text-decoration: none;
  align-self: flex-end;
}

.p-submenu-2023-item a:hover em {
  text-decoration: none;
}

.p-submenu-sns-2023 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-submenu-sns-2023 li {
  width: calc((100% - 40px) / 5);
}

.p-submenu-sns-2023 li img {
  width: 100%;
}

.p-submenu-sns-2023 a:hover {
  opacity: 0.5;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  position: relative;
}

.pagenation .page-numbers {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  background-color: #8c783c;
  transition: background-color 0.3s;
  font-size: 1.6rem;
  color: #fff;
  margin: 6px;
}

.pagenation .page-numbers.current {
  background-color: #1e3250;
}

.pagenation .page-numbers.dots {
  background-color: transparent;
  color: #8c783c;
}

.pagenation .page-numbers.next,
.pagenation .page-numbers.prev {
  display: block;
  background-color: transparent !important;
  width: 16px;
  height: 8px;
  border-bottom: 2px solid #3c87be;
  border-right: 2px solid #3c87be;
  transform: skewX(40deg);
  border-color: #1e3250;
  margin-left: 20px;
}

.pagenation .page-numbers.prev {
  margin-left: 0;
  margin-right: 20px;
  transform: scale(-1, 1) skewX(40deg);
}

.pagenation a.page-numbers:hover {
  opacity: 1;
  background-color: #1e3250;
}

.post-password-form {
  margin-bottom: 70px;
  padding: 30px;
  background-color: #e8eaee;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
  line-height: 1.87;
  text-align: center;
  margin-bottom: 33px;
}

.post-password-form p + p {
  margin-top: 15px;
}

.post-password-form input[type=password] {
  height: 34px;
  padding-inline: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
  line-height: 1.87;
  box-sizing: border-box;
}

.post-password-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  align-content: center;
  background-color: #8c783c;
  color: #fff;
  font-size: 1.4rem;
  min-height: 34px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.2;
  word-break: break-all;
}

.section-smallhead .l-inner {
  position: relative;
}

.section-smallhead__container {
  background-color: #fff;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  padding: 30px;
}

.section-smallhead__head {
  text-align: right;
}

.section-smallhead__head .btn-arrow {
  margin-top: 18px;
}

.section-general {
  padding: 115px 0 120px;
}

.section-bg {
  position: relative;
  background-position: center;
  background-size: cover;
}

.section-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000519;
  opacity: 0.25;
  z-index: 2;
}

.section-bg .l-inner {
  position: relative;
  z-index: 3;
}

.section-bgpattern {
  background-image: url(images/common/bg-pattern.png);
  background-color: #e8eaee;
}

.section-sub {
  margin-top: 20px;
}

.section-local-rule {
  padding-top: 115px;
}

.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}

.slick-slider {
  position: relative;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  margin: 0 10px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #3c87be;
  background-color: #fff;
  color: transparent;
  position: absolute;
  padding: 0;
  z-index: 9;
  top: 120px;
  outline: none;
}

.slick-arrow:before {
  content: "";
  display: block;
  width: 19px;
  height: 10px;
  border-bottom: 3px solid #3c87be;
  border-right: 3px solid #3c87be;
  transform: skewX(40deg);
  position: absolute;
  left: 8px;
  top: 14px;
}

.slick-arrow.slick-next {
  right: 10px;
}

.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow.slick-prev:before {
  left: 16px;
  transform: skewX(-40deg) scale(-1, 1);
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
  left: 18px;
}

.bx-wrapper .bx-prev {
  left: 0;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;
}

.sns-icon {
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}

.sns-icon.icon-twitter {
  font-size: 2.4rem;
}

.sns-icon.sns-icon--facebook {
  font-size: 0;
  margin-top: -8px;
}

.sns-icon.sns-icon--facebook img {
  width: 33px;
}

.sns-icon.sns-icon--twitter {
  font-size: 0;
}

.sns-icon.sns-icon--twitter img {
  width: 45px;
}

.sns-icon.sns-icon--instagram {
  font-size: 0;
}

.sns-icon.sns-icon--instagram img {
  width: 33px;
}

.sns-icon.sns-icon--youtube {
  font-size: 0;
}

.sns-icon.sns-icon--youtube img {
  width: 38px;
}

.sns-icon.TA_socialButtonIcon {
  font-size: 0;
}

.table {
  width: 100%;
}

.table__caption {
  background-color: #3c87be;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: left;
}

.table__head .table__row:first-child {
  border-top: none;
}

.table__head th.table__cel {
  height: 70px;
  background-color: #3c87be;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
}

.table__row {
  border-top: 4px solid #e8eaee;
}

.table__row--thin {
  border-top-width: 1px;
}

.table__row--biggap {
  border-top-width: 10px;
}

.table__row.noborder {
  border-top: none;
}

.table th.table__cel {
  font-size: 1.6rem;
  font-weight: 500;
}

.table__cel {
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  letter-spacing: 0.13rem;
  border-left: 1px solid #dee0e4;
  background-color: #fff;
  padding: 15px;
  line-height: 1.3;
  position: relative;
}

.table__cel.small,
.table__cel .small {
  font-size: 1.3rem;
}

.table__cel.strong {
  font-weight: bold;
}

.table__cel.noborder {
  border-left: none;
}

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

.table__cel.colored {
  background-color: #3c87be;
  color: #fff;
}

.table__cel.hasicon {
  position: relative;
  text-align: left;
  padding: 20px;
}

.table__cel.hasicon .tag-icon__wrapper {
  margin-top: 14px;
}

.table__cel__note {
  font-size: 1.2rem;
  text-align: right;
}

.table__cel .list-label__status {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.tag-triangle {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 300;
  display: block;
  width: 126px;
  box-sizing: border-box;
  padding-bottom: 10px;
  position: relative;
  transform: rotate(45deg);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

.tag-triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 63px solid transparent;
  border-bottom: 63px solid #8c783c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.tag-sq {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  min-width: 100px;
  font-size: 1.3rem;
  text-align: center;
  padding: 3px 8px;
  box-sizing: border-box;
}

.tag-sq--red {
  border-color: #f02d23;
  color: #f02d23;
}

.tag-sq--green {
  border-color: #3eb134;
  color: #3eb134;
}

.tag-sq--black {
  border-color: #000;
  color: #000;
}

.tag-sq--bgred {
  border-color: #f02d23;
  background-color: #f02d23;
  color: #fff;
}

.tag-sq--bggreen {
  border-color: #3eb134;
  background-color: #3eb134;
  color: #fff;
}

.tag-sq--bgblack {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.tag-sq--navy {
  border-color: #1e3250;
}

.tag-sq--navy2 {
  background-color: #1e3250;
  color: #fff;
}

.tag-sq__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tag-sq__wrapper .tag-sq {
  margin-right: 10px;
}

a.tag-sq {
  transition: background-color 0.3s, color 0.3s;
}

.tag-icon {
  display: flex;
  align-items: center;
  border: 1px solid #1e3250;
  color: #1e3250;
  min-width: 80px;
  font-size: 1.3rem;
  text-align: center;
  padding: 3px 10px;
  box-sizing: border-box;
}

.tag-icon:before {
  margin-right: 4px;
  font-family: "icomoon";
  font-size: 1.8rem;
}

.tag-icon--ski:before {
  content: "\e912";
}

.tag-icon--poles:before {
  content: "\e913";
}

.tag-icon--boots:before {
  content: "\e904";
}

.tag-icon--snowboard:before {
  content: "\e90c";
}

.tag-icon--goggles:before {
  content: "\e90d";
}

.tag-icon--gloves:before {
  content: "\e90e";
}

.tag-icon--wear:before {
  content: "\e90f";
}

.tag-icon--cap:before {
  content: "\e911";
}

.tag-icon--helmet:before {
  content: "\e910";
}

.tag-icon.icon-ticket:before {
  font-size: 1.5rem;
}

.tag-icon__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag-icon__wrapper.align-center {
  justify-content: center;
}

.tag-icon__wrapper .tag-icon {
  margin-right: 10px;
}

.tag-pict {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 70px;
  box-sizing: border-box;
}

.tag-pict--medium .tag-pict__text:before {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.tag-pict--big .tag-pict__text:before {
  font-size: 3rem;
  margin-bottom: 0;
}

.tag-pict--big .tag-pict__text.icon-ticket:before {
  padding-top: 2px;
  font-size: 2.2rem;
}

.tag-pict--nopic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-pict--nopic .tag-pict__text {
  display: block;
  width: 50px;
  box-sizing: border-box;
  background-color: #1e3250;
  color: #fff;
  padding: 4px 0;
}

.tag-pict__text {
  display: block;
  color: #1e3250;
  font-size: 1.2rem;
  letter-spacing: 0.1px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.tag-pict__text:before {
  font-size: 2.4rem;
  margin-bottom: 6px;
  display: block;
  line-height: 1;
}

.tag-pict__text.icon-ticket:before {
  box-sizing: border-box;
  padding-top: 4px;
  font-size: 1.6rem;
}

.tag-pict__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: 10px;
}

.tag-pict__wrapper.tag-pict__wrapper--forcefit {
  flex-wrap: nowrap;
}

.tag-pict__wrapper .tag-pict {
  position: relative;
  border-right: 1px solid #dee0e4;
}

.tag-pict__wrapper .tag-pict:last-of-type {
  border-right: none;
}

.text-lead {
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
  line-height: 1.87;
  text-align: center;
  margin-bottom: 33px;
}

.text-content {
  line-height: 1.87;
}

.text-content.-note {
  color: #dc3232;
}

.text-strong {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 22px;
}

.text-note {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  font-weight: 400;
  text-align: right;
  margin-top: 6px;
}

.text-underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.text-underline--yellow {
  border-bottom-color: #8c783c;
}

.text-underline--blue {
  border-bottom-color: #3c87be;
}

.text-arrow {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 0;
}

.text-arrow:before,
.text-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 13px solid #1e3250;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.text-arrow:before {
  transform: translateY(1px);
}

.text-arrow:after {
  transform: translateY(11px);
}

.text-arrow--number {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}

.text-arrow .number {
  display: block;
  width: 46px;
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 10px;
  background-color: #1e3250;
  color: #fff;
}

.text-arrow .small {
  font-size: 1.5rem;
}

.text-arrow02 {
  padding-right: 50px;
  position: relative;
}

.text-arrow02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  border-left: 13px solid #1e3250;
}

.text-link {
  word-break: break-all;
}

.title-section {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 5.6rem;
  letter-spacing: 0.67rem;
  line-height: 1.1;
  margin-bottom: 22px;
}

.title-section .small {
  font-size: 3.6rem;
  letter-spacing: 0.4rem;
}

.title-section__ja {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 34px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.title-section__ja:before,
.title-section__ja:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin: 0 12px;
}

.title-section__ja:before {
  left: 0;
}

.title-section__ja:after {
  right: 0;
}

.title-section__ja .icon-logo {
  font-size: 2.6rem;
}

.title-section__ja--white:before,
.title-section__ja--white:after {
  background-color: #fff;
}

.title-section__ja--white .icon-logo {
  color: #fff;
}

.title-section--small {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.38rem;
  line-height: 1.13;
}

.title-section--white {
  color: #fff;
}

.title-en {
  margin-bottom: 10px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.43rem;
  line-height: 1;
}

.title-en--m {
  font-size: 4.6rem;
  letter-spacing: 0.7rem;
  margin-bottom: 20px;
}

.title-ja--s {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.57;
  margin-bottom: 14px;
}

.title-ja--m {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
}

.title-ja--l {
  font-size: 3.2rem;
  letter-spacing: 0.26rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.title-ja {
  font-size: 2.2rem;
  margin-bottom: 14px;
  letter-spacing: 0.18rem;
  font-weight: bold;
}

.title-ja--row {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 1.8rem;
}

.title-ja--row .big {
  font-size: 3.2rem;
  margin-left: 20px;
}

.title-hasicon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.title-row .title-ja--s {
  margin-bottom: 0;
  margin-left: 16px;
}

.yt-video {
  display: block;
  position: relative;
}

.yt-video.animated:before,
.yt-video.animated:after {
  opacity: 1;
}

.yt-video.animated a:before,
.yt-video.animated a:after {
  opacity: 1;
}

.yt-video:before,
.yt-video:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
  left: 48.2%;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-out 1s;
}

.yt-video:before {
  border: 19px solid transparent;
  border-left: 32px solid #fff;
}

.yt-video:after {
  border: 15px solid transparent;
  border-left: 26px solid #f02d23;
  left: 48.5%;
  transition: border-left-color 0.3s, opacity 0.4 ease-out 1s;
}

.yt-video a {
  position: relative;
}

.yt-video a:before,
.yt-video a:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease-out 1s;
}

.yt-video a:before {
  width: 100px;
  height: 100px;
  background-color: #f02d23;
}

.yt-video a:after {
  width: 94px;
  height: 94px;
  border: 1px solid #fff;
}

.page-olympiazone-news .mv {
  background-position: left bottom;
}

.page-olympia-ski-center .box-bg.box-bg--grey img {
  width: 45%;
}

.greport-map {
  background-color: #e8eaee;
  padding: 10px;
}

.greport-map__tabarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.greport-map__tab {
  width: calc(50% - 5px);
  background-color: #f9f8fa;
  box-shadow: 0.5px 0.9px 1px 0 rgba(4, 0, 0, 0.15);
  font-size: 2rem;
  text-align: center;
  padding: 13px 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  box-sizing: border-box;
}

.greport-map__tab.is-active {
  background-color: #1e3250;
  color: #fff;
}

.greport-map .signage-statelist {
  margin-bottom: 10px;
}

.greport-map .signage-statelist__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.greport-map .signage-statelist__text {
  margin-bottom: 4px;
}

.greport-map .signage-statelist.signage-statelist--course .signage-statelist__item {
  flex-direction: row;
  width: 32.72%;
}

.greport-map__map {
  position: relative;
}

.greport-map__map svg {
  position: relative;
  z-index: 2;
}

.greport-map__map .line {
  fill: none;
  stroke-width: 8;
  stroke-miterlimit: 8;
}

.greport-map__map .extra {
  stroke: #fff;
  fill: none;
  stroke-width: 10;
  stroke-miterlimit: 10;
}

.greport-map__map .text {
  fill: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.greport-map__map .text .small {
  font-size: 10px;
}

.greport-map__map .circle-icon {
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.greport-map__map .is-open .circle-icon {
  fill: #00a000;
}

.greport-map__map .is-open .line {
  stroke: #00dc3c;
  stroke-dasharray: 8 4;
  animation: svgline 60s linear infinite;
}

.greport-map__map .is-open.reverse .line {
  animation-direction: reverse;
}

.greport-map__map .is-part .circle-icon {
  fill: #ff9600;
}

.greport-map__map .is-close .circle-icon {
  fill: #313131;
  position: relative;
}

.greport-map__map .is-close .circle-icon:before,
.greport-map__map .is-close .circle-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.greport-map__map .is-close .text {
  display: none;
}

.greport-map__map .is-close .batsu {
  stroke: #fff;
  stroke-width: 2;
  fill: #fff;
}

.greport-map__map .is-stop .line {
  stroke: #969696;
}

.greport-map__map .is-check .line {
  animation: blink 1.6s cubic-bezier(0, 1.3, 1, 1) infinite;
  stroke: #aa89bd;
  stroke-dasharray: 10 8;
}

.greport-map__map .is-preparation .line {
  stroke: #ff9600;
}

.greport-map__map .is-suspension .line {
  animation: blink 1.6s cubic-bezier(0, 1.3, 1, 1) infinite;
  stroke: #aa89bd;
}

.greport-map__mapimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.greport-map__maptext {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}

.greport-map__levels {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}

.greport-map__levels__item {
  display: flex;
  align-items: center;
}

.greport-map__levels__item:not(:first-child) {
  margin-left: 30px;
}

.greport-map__levels__item:after {
  content: "";
  display: block;
  width: 49px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.greport-map__levels__item.beginner:after {
  background-image: url(images/greport/arrow-green.png);
}

.greport-map__levels__item.intermediate:after {
  background-image: url(images/greport/arrow-red.png);
}

.greport-map__levels__item.advanced:after {
  background-image: url(images/greport/arrow-black.png);
}

.tabSwitchContent {
  display: none;
}

.tabSwitchContent.is-shown {
  animation: fadeIn 0.4s ease-out;
  animation-fill-mode: forwards;
  display: block;
}

.page-about .section-about {
  background-image: url(images/about/bg.jpg);
}

.page-sdgs .list-box--col6 .list-box__item {
  width: 10%;
}

.signage-icon {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.signage-icon.is-open,
.signage-icon.is-operating {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #00e650;
}

.signage-icon--s.is-open {
  width: 20px;
  height: 20px;
}

.signage-icon.is-part,
.signage-icon.is-check,
.signage-icon.is-suspension,
.signage-icon.is-preparation {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 27px 16px;
  border-color: transparent transparent #ff9600 transparent;
}

.signage-icon.is-part:before,
.signage-icon.is-check:before,
.signage-icon.is-suspension:before,
.signage-icon.is-preparation:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 17px 11px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: 7px;
  left: -11px;
}

.signage-icon--s.is-part,
.signage-icon--s.is-check {
  border-width: 0 12px 23px 12px;
}

.signage-icon--s.is-part:before,
.signage-icon--s.is-check:before {
  border-width: 0 8px 15px 8px;
  top: 6px;
  left: -8px;
}

.signage-icon.is-close,
.signage-icon.is-stop {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.signage-icon.is-close:before,
.signage-icon.is-close:after,
.signage-icon.is-stop:before,
.signage-icon.is-stop:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ff505a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.signage-icon.is-close:after,
.signage-icon.is-stop:after {
  transform: rotate(45deg);
}

.signage-icon--s.is-close:before,
.signage-icon--s.is-close:after {
  width: 24px;
  height: 2px;
}

.js-switchlang {
  position: relative;
}

.js-switchlang .ja {
  display: block;
  transform-origin: top center;
  transition: transform 2s;
}

.js-switchlang:after {
  content: attr(data-en);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1.1;
  transform: translateY(-50%) rotateX(-90deg);
  transition: transform 0.8s;
  transform-origin: bottom center;
  backface-visibility: hidden;
  font-smoothing: antialiased;
}

.js-switchlang.english .ja {
  transform: rotateX(90deg);
  transition: transform 0.8s;
}

.js-switchlang.english:after {
  transform: translateY(-50%) rotateX(0);
  transition: transform 2s;
}

.js-switch.is-switched .signage-switchimg {
  opacity: 1;
}

.signage {
  display: flex;
}

.signage__textarea {
  width: 415px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #282d32;
}

.signage__maparea {
  flex: 1;
  position: relative;
}

.signage__maparea__head {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 160px;
  background-color: rgba(60, 135, 190, 0.2);
}

.signage .header-logo {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  margin: 0;
}

.signage .header-logo img {
  width: 105px;
}

.signage-levellist {
  display: flex;
}

.signage-levellist__item {
  display: flex;
  flex: 1;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.signage-levellist__item .signage-level {
  width: 50px;
  height: 39px;
  margin-right: 12px;
}

.signage-levellist__item .signage-level.level-1 {
  background-size: 20px 19px;
}

.signage-levellist__item .signage-level.level-2 {
  background-size: 33px 21px;
}

.signage-levellist__item .signage-level.level-3 {
  background-size: 38px 21px;
}

.signage-levellist .js-switchlang:after {
  font-size: 1.2rem;
}

.signage-level {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 3px;
  position: relative;
  background-color: #fff;
  width: 45px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
}

.signage-level:before,
.signage-level:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.signage-level:before {
  border-radius: 2px;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
}

.signage-level:after {
  margin: auto;
}

.signage-level.level-1 {
  color: #006e00;
}

.signage-level.level-1:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #006e00;
}

.signage-level.level-2 {
  color: #e65000;
}

.signage-level.level-2:after {
  width: 17px;
  height: 17px;
  background-color: #e65000;
}

.signage-level.level-3 {
  color: #323232;
}

.signage-level.level-3:after {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #323232;
}

.signage-unit {
  background-color: #005fb4;
  box-shadow: 4.9px 3.4px 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
}

.signage-unit--hr {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.signage-unit--hr .signage-unit__title {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
}

.signage-unit--hr .signage-unit__title span {
  display: block;
}

.signage-unit--hr .signage-unit__title .ja {
  font-size: 1.6rem;
  margin-top: 2px;
}

.signage-unit--hr .signage-state {
  flex: 1;
}

.signage-unit--hr .signage-state__item {
  margin-top: 3px;
}

.signage-unit--hr .signage-state__title {
  font-size: 1.5rem;
}

.signage-unit--hr .signage-state__content {
  width: 34px;
  height: 34px;
}

.signage-unit__title {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin: 4px 0 10px;
}

.signage-unit__title .en {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  margin-right: 12px;
}

.signage-unit__title .ja {
  font-size: 1.9rem;
  letter-spacing: 0.08rem;
  font-weight: bold;
}

.signage-state__item {
  display: flex;
  margin-top: 6px;
  color: #fff;
}

.signage-state__item:first-of-type {
  margin-top: 0;
}

.signage-state__item.is-close {
  color: #ff505a;
}

.signage-state__item.is-part,
.signage-state__item.is-check {
  color: #ff9600;
}

.signage-state__item.small .signage-state__title {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.signage-state__head {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  border: solid 1px #233755;
  border-right-color: #32648c;
  border-bottom-color: #32648c;
  background-color: #000;
  padding: 2px;
  box-sizing: border-box;
}

.signage-state__number {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  margin-right: 10px;
  font-weight: normal;
  position: relative;
  padding-right: 9px;
}

.signage-state__number:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background-color: #fff;
}

.signage-state__title {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.11rem;
}

.signage-state__name {
  display: block;
  flex: 1;
}

.signage-state__name:after {
  font-size: 1.4rem;
}

.signage-state__content {
  box-sizing: border-box;
  margin-left: 1px;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background-color: #000;
  border: solid 1px #233755;
  overflow: hidden;
  position: relative;
}

.signage-statelist {
  display: flex;
  flex: 1;
}

.signage-statelist__item {
  width: 16.9%;
  box-sizing: border-box;
  padding: 9px 0 13px;
  background-color: #fff;
  box-shadow: 1.6px 1.1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  margin-left: 5px;
}

.signage-statelist__item:first-of-type {
  margin-left: 0;
}

.signage-statelist__text {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.11rem;
  font-weight: bold;
  line-height: 1;
}

.signage-statelist__text:after {
  font-size: 1.4rem;
  line-height: 0.9;
}

.signage-statelist__bar {
  display: block;
  margin: 6px auto 0;
  width: 70.45%;
  height: 4px;
  background-color: #969696;
}

.signage-statelist__bar.is-open {
  background: repeating-linear-gradient(90deg, #ff9600 0, #ff9600 8px, #fff 8px, #fff 12px);
}

.signage-statelist__bar.is-check {
  border: 1px solid #aa89bd;
  background: repeating-linear-gradient(90deg, #aa89bd 0, #aa89bd 10px, #fff 10px, #fff 20px);
}

.signage-statelist__bar.is-suspension {
  background-color: #aa89bd;
}

.signage-statelist__bar.is-preparation {
  background-color: #ff9600;
}

.signage-statelist__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin-left: 14px;
}

.signage-statelist__icon .small {
  display: block;
  font-size: 1.2rem;
}

.signage-statelist__icon.is-open {
  background-color: #00a000;
}

.signage-statelist__icon.is-partial {
  background-color: #ff9600;
}

.signage-statelist__icon.is-closed {
  background-color: #313131;
  color: transparent;
  position: relative;
}

.signage-statelist__icon.is-closed:before,
.signage-statelist__icon.is-closed:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.signage-statelist__icon.is-closed:before {
  transform: rotate(-45deg);
}

.signage-statelist__icon.is-closed:after {
  transform: rotate(45deg);
}

.signage-time {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.11rem;
  line-height: 1;
  transform: translateY(-4px);
  margin-right: 23px;
}

.signage-time span {
  font-size: 4.2rem;
  letter-spacing: 0.12rem;
  margin: 0 5px;
}

.signage-map {
  width: 100%;
  height: auto;
}

.signage-map__wrapper {
  position: relative;
}

.signage-map__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00285a;
  z-index: 2;
  opacity: 0.2;
}

.signage-map__zone {
  position: absolute;
  left: 0;
  top: 38.7%;
  width: 100%;
  height: auto;
  z-index: 8;
}

.signage-course {
  width: 45px;
  height: 45px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 9px;
  position: absolute;
  z-index: 9;
}

.signage-course.is-open {
  background-color: #00a000;
}

.signage-course.is-part {
  background-color: #ff9600;
}

.signage-course.is-close {
  display: none;
  background-color: #dca0a0;
}

.signage-course__zone {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  line-height: 0.6;
  font-weight: bold;
}

.signage-course__number {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.11rem;
  font-weight: bold;
  line-height: 0.6;
}

.signage-course.course-HZ-1 {
  top: 20%;
  left: 20%;
}

.signage-course.course-HZ-2 {
  top: 22%;
  left: 32%;
}

.signage-course.course-HZ-3 {
  top: 24.7%;
  left: 41.4%;
}

.signage-course.course-HZ-4 {
  top: 25.7%;
  left: 55.4%;
}

.signage-course.course-HZ-5 {
  top: 27.3%;
  left: 34%;
}

.signage-course.course-HZ-6 {
  top: 40.6%;
  left: 41.3%;
}

.signage-course.course-HZ-7 {
  top: 37%;
  left: 51.2%;
}

.signage-course.course-OZ-1 {
  top: 56.7%;
  left: 29.3%;
}

.signage-course.course-OZ-2 {
  top: 64%;
  left: 35%;
}

.signage-course.course-OZ-3 {
  top: 64.5%;
  left: 43.4%;
}

.signage-course.course-OZ-4 {
  top: 64.5%;
  left: 48.4%;
}

.signage-course.course-OZ-5 {
  top: 73.6%;
  left: 54%;
}

.signage-course.course-OZ-6 {
  top: 79%;
  left: 60.7%;
}

.signage-course.course-OZ-7 {
  top: 71.4%;
  left: 64.2%;
}

.signage-course.course-OZ-8 {
  top: 72.5%;
  left: 70%;
}

.signage-liftmap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.signage-liftmap .st0 {
  fill: none;
}

.signage-liftmap .st1 {
  fill: #fff;
}

.signage-liftmap .st2,
.signage-liftmap .st3 {
  fill: none;
  stroke-width: 16;
  stroke-miterlimit: 10;
}

.signage-liftmap .extra {
  stroke: transparent;
  fill: none;
  stroke-width: 16;
  stroke-miterlimit: 10;
}

.signage-liftmap .is-open line {
  stroke: #ff9600;
  stroke-dasharray: 16 10;
  animation: svgline 30s linear infinite;
}

.signage-liftmap .is-open.reverse line {
  animation-direction: reverse;
}

.signage-liftmap .is-stop line {
  stroke: #969696;
}

.signage-liftmap .is-check {
  animation: blink 1.3s cubic-bezier(0, 1.3, 1, 1) infinite;
}

.signage-liftmap .is-check line {
  stroke: #aa89bd;
  stroke-dasharray: 30 20;
}

.signage-liftmap .is-preparation line {
  stroke: #ff9600;
}

.signage-liftmap .is-suspension {
  animation: blink 1.3s cubic-bezier(0, 1.3, 1, 1) infinite;
}

.signage-liftmap .is-suspension line {
  stroke: #aa89bd;
}

.signage-lift {
  display: flex;
  background-color: #fff;
  border-radius: 2px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 1.6px 1.1px 2px 0 rgba(0, 0, 0, 0.2);
}

.signage-lift:before,
.signage-lift:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}

.signage-lift:before {
  box-shadow: 1.6px 1.1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: -1;
}

.signage-lift__textarea {
  border: 1px solid #bec8d2;
  background-color: #e1e6eb;
  text-align: center;
  padding: 4px 13px 6px;
}

.signage-lift__name {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.signage-lift__name:after {
  font-size: 1.4rem;
}

.signage-lift__hours {
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 1;
}

.signage-lift__statearea {
  width: 55px;
  height: 55px;
  background-color: #000;
  margin-left: 2px;
  color: transparent;
  position: relative;
}

.signage-lift.lift-0 {
  top: 12%;
  left: 9.5%;
}

.signage-lift.lift-0:before {
  bottom: -8px;
  left: 114px;
  transform: rotate(55deg) skewX(28deg);
}

.signage-lift.lift-1 {
  top: 19%;
  left: 36%;
}

.signage-lift.lift-1:before {
  top: -8px;
  left: 15px;
  transform: rotate(55deg) skewX(28deg);
}

.signage-lift.lift-2 {
  top: 11%;
  left: 51%;
}

.signage-lift.lift-2:before {
  top: 24px;
  left: -8px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-3 {
  top: 33.2%;
  left: 32.5%;
}

.signage-lift.lift-3:before {
  top: 22px;
  left: 162px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-4 {
  top: 62%;
  left: 15%;
}

.signage-lift.lift-4:before {
  top: 14px;
  right: -8px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-5 {
  top: 58%;
  left: 43.5%;
}

.signage-lift.lift-5:before {
  bottom: 10px;
  left: -8px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-6 {
  top: 63.7%;
  left: 56.4%;
}

.signage-lift.lift-6:before {
  top: 12px;
  left: -8px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-7 {
  top: 78.5%;
  left: 46.2%;
}

.signage-lift.lift-7:before {
  top: -8px;
  left: 14px;
  transform: rotate(55deg) skewX(28deg);
}

.signage-lift.lift-8 {
  top: 79%;
  left: 72%;
}

.signage-lift.lift-8:before {
  bottom: 8px;
  left: -8px;
  transform: rotate(-38deg) skewX(28deg);
}

.signage-lift.lift-9 {
  top: 82.6%;
  left: 25%;
}

.signage-lift.lift-9:before {
  top: -8px;
  right: 8px;
  transform: rotate(55deg) skewX(28deg);
}

.signage-facility {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  background-color: rgba(20, 60, 100, 0.65);
  box-shadow: 4.9px 3.4px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 2px;
}

.signage-facility:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

.signage-facility__img {
  width: 90px;
}

.signage-facility__text {
  margin-left: 10px;
  padding-right: 13px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.08rem;
}

.signage-facility.highland {
  top: 34%;
  left: 63%;
}

.signage-facility.highland:before {
  width: 148px;
  height: 131px;
  background-image: url(images/signage/icon-highland.png);
  left: -146px;
  top: 22px;
}

.signage-facility.olympia {
  top: 69.8%;
  left: 4.2%;
}

.signage-facility.olympia:before {
  width: 158px;
  height: 59px;
  background-image: url(images/signage/icon-olympia.png);
  right: -156px;
  top: 22px;
}

.signage-facility.north {
  top: 78.2%;
  left: 8.8%;
}

.signage-facility.north:before {
  width: 163px;
  height: 80px;
  background-image: url(images/signage/icon-north.png);
  right: -161px;
  bottom: 50px;
}

.signage-information {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
}

.signage-information__title {
  width: 280px;
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.38rem;
  background-color: rgba(25, 35, 50, 0.85);
  line-height: 1;
  padding: 29px 0;
}

.signage-information__data {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex: 1;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  background-color: rgba(25, 35, 50, 0.65);
  padding-left: 8px;
}

.signage-information__text {
  white-space: nowrap;
  animation: marquee 30s linear infinite 3s;
}

.signage-information__text .en {
  display: none;
}

.signage-information__text .ja {
  display: block;
}

.signage-information__text.english {
  animation: marquee 30s linear infinite 3s;
}

.signage-information__text.english .ja {
  display: none;
}

.signage-information__text.english .en {
  display: block;
}

.signage-switchimg {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  background-color: #fff;
  transition: opacity 0.4s;
}

.signage-switchimg img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

body:has(.top2023) {
  min-width: inherit;
}

.top2023 {
  color: #0F2846;
  font-weight: 500;
  padding-bottom: 90px;
}

.top2023 * {
  box-sizing: border-box;
}

.top2023.l-content {
  margin-top: 0 !important;
  background: #EEEEEF;
}

.top2023 .l-inner {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.page-index2023 {
  min-width: inherit;
  background: #EEEEEF;
}

.top2023-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEEF;
  z-index: 9999;
  transition-property: z-index, opacity;
  transition-duration: 0s, 1s;
  transition-delay: 1s, 0s;
}

.top2023-loading.loaded {
  opacity: 0;
  z-index: -1;
}

.top2023-loading .logo {
  margin-bottom: 40px;
}

.top2023-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  margin-bottom: 20px;
}

.top2023-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top2023-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top2023-mv__contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.top2023-mv:not(:has(.top2023-info)) .top2023-mv__contents {
  padding-bottom: 40px;
}

.top2023-mv__ttl {
  position: relative;
  padding-left: 8vw;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 30px;
}

.top2023-mv__ttl__jp {
  font-size: min(3.5vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 15px;
  overflow: hidden;
}

.top2023-mv__ttl__jp span {
  display: inline-block;
  transition: transform 0.8s cubic-bezier(0.03, 0.49, 0.21, 0.99) 1.2s;
  transform: translateY(-100%);
}

.top2023-mv__ttl__en {
  font-family: "Jost", sans-serif;
  font-size: min(8vw, 7.2rem);
  font-weight: 700;
  line-height: 1;
}

.top2023-mv__ttl__en div {
  overflow: hidden;
}

.top2023-mv__ttl__en div span {
  display: inline-block;
  transition: transform 0.8s cubic-bezier(0.03, 0.49, 0.21, 0.99) 1.2s;
  transform: translateY(-100%);
}

.top2023-mv__ttl__en div:nth-child(2) {
  padding-left: min(13.2vw, 118px);
}

.top2023-mv__ttl__en div:nth-child(2) span {
  transition-delay: 1.5s;
}

.top2023-mv__ttl__en div:nth-child(3) span {
  transition-delay: 1.8s;
}

.loaded .top2023-mv__ttl__jp span,
.loaded .top2023-mv__ttl__en span {
  transform: translateY(0);
}

.top2023-mv__skiing {
  position: absolute;
  z-index: 2;
  bottom: min(4vw, 50px);
  left: 45vw;
  width: min(34vw, 300px);
}

.top2023-mv__skiing img,
.top2023-mv__skiing svg {
  width: 100%;
}

.top2023-mv__copyright {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  color: #fff;
}

.top2023-mv__indicator {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 130px;
  right: 30px;
  writing-mode: vertical-rl;
  color: #fff;
}

.top2023-mv__indicator .num {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.top2023-mv__indicator .bar {
  position: relative;
  width: 2px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.55);
}

.top2023-mv__indicator .bar span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #fff;
  transform-origin: top left;
  transition-timing-function: linear;
}

@keyframes mvIndicator {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(100%);
  }
}

@keyframes mvIndicator2 {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(100%);
  }
}

.top2023-info__ttl {
  display: inline-block;
  padding: 13px;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #0654DD;
}

.top2023-info__main {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
}

.top2023-info__main time {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #9D9BB8;
}

.top2023-info__main p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
}

a.top2023-info {
  color: #0F2846;
}

a.top2023-info p {
  text-decoration: underline;
}

a.top2023-info:hover {
  opacity: 1;
}

a.top2023-info:hover p {
  text-decoration: none;
}

.top2023-c-ttl p {
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.top2023-c-ttl .top2023-c-circle-ttl {
  margin-top: 5px;
}

.top2023-c-ttl__jp {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

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

.top2023-c-text-ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

.top2023-c-text-ttl .-blue {
  color: #0654DD;
}

.top2023-c-section-text {
  font-size: 14px;
}

.top2023-c-text-ttl + .top2023-c-section-text {
  margin-top: 30px;
}

.top2023-c-circle-ttl {
  position: relative;
  padding-left: 17px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.top2023-c-circle-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #0654DD;
  border-radius: 50%;
}

.top2023-c-circle-ttl.-white {
  color: #fff;
}

.top2023-c-circle-ttl.-white:before {
  background-color: #fff;
}

.top2023-c-btn a {
  display: block;
  position: relative;
  padding: 7px 25px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 41px;
}

.top2023-c-btn a:hover {
  opacity: 1;
}

.top2023-c-btn a:hover .top2023-c-btn__text span {
  transform: translateY(-100%);
}

.top2023-c-btn a:hover .top2023-c-btn__text span + span {
  transform: translateY(0%);
}

.top2023-c-btn a:hover .top2023-c-btn__icon span {
  transform: scale(1);
}

.top2023-c-btn a:hover .top2023-c-btn__icon span:before {
  transform: scale(1) rotate(45deg);
}

.top2023-c-btn__text {
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  color: #0F2846;
  overflow: hidden;
}

.top2023-c-btn__text span {
  display: inline-block;
  padding: 7px 0;
  transition: transform 0.3s;
}

.top2023-c-btn__text span + span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.top2023-c-btn__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  height: 19px;
  background-color: rgba(6, 84, 221, 0.36);
  border-radius: 50%;
  transform: translateY(-50%);
}

.top2023-c-btn__icon span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0654DD;
  transform: scale(0.47);
  transition: transform 0.3s ease-out;
}

.top2023-c-btn__icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(0) rotate(45deg);
  transition: transform 0.3s ease-out;
}

.top2023-c-btn.-grad a {
  border-color: #1D6FFF;
  background: linear-gradient(145deg, #1D6FFF 27.58%, rgba(98, 61, 225, 0) 105.17%);
}

.top2023-c-btn.-grad .top2023-c-btn__text {
  color: #fff;
}

.top2023-c-btn.-grad .top2023-c-btn__icon {
  background-color: rgba(255, 255, 255, 0.36);
}

.top2023-c-btn.-grad .top2023-c-btn__icon span {
  background: #fff;
}

.top2023-c-btn.-grad .top2023-c-btn__icon span:before {
  border-top-color: #1D6FFF;
  border-right-color: #1D6FFF;
}

.top2023-c-btn.-navy a {
  border-color: #0F2846;
  background: #0F2846;
}

.top2023-c-btn.-navy .top2023-c-btn__text {
  color: #fff;
}

.top2023-c-btn.-navy .top2023-c-btn__icon {
  background-color: rgba(255, 255, 255, 0.36);
}

.top2023-c-btn.-navy .top2023-c-btn__icon span {
  background: #fff;
}

.top2023-c-btn.-navy .top2023-c-btn__icon span:before {
  border-top-color: #0F2846;
  border-right-color: #0F2846;
}

.top2023-c-btn.-white-border a {
  border-color: #fff;
  background: none;
}

.top2023-c-btn.-white-border .top2023-c-btn__text {
  color: #fff;
}

.top2023-c-btn.-white-border .top2023-c-btn__icon {
  background-color: rgba(255, 255, 255, 0.36);
}

.top2023-c-btn.-white-border .top2023-c-btn__icon span {
  background: #fff;
}

.top2023-c-btn.-white-border .top2023-c-btn__icon span:before {
  border-top-color: #0F2846;
  border-right-color: #0F2846;
}

.top2023-c-arrow {
  width: 37px;
  height: 24px;
}

.top2023-c-arrow svg {
  width: 100%;
  height: 100%;
}

.top2023-icon-nav {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.top2023-icon-nav img {
  width: 80px;
}

.top2023-icon-nav__item {
  position: relative;
  background-color: #fff;
  padding: 15px 12px;
  border-radius: 6px;
  box-shadow: 4px 4px 39px 0 #d1d1dc;
}

.top2023-icon-nav__item a {
  display: block;
  position: relative;
  transition: opacity 0.45s ease;
}

.top2023-icon-nav__item a:hover {
  opacity: 0.35;
}

.top2023-icon-nav__item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 2px;
  width: 27px;
  height: 16px;
  background: url(images/top2023/arrow-blue.svg) bottom right no-repeat;
  background-size: contain;
}

.top2023-icon-nav__item figure {
  text-align: center;
  background: linear-gradient(145deg, rgba(29, 111, 255, 0.06) 27.58%, rgba(98, 61, 225, 0.06) 105.17%);
}

.top2023-icon-nav__item figure img {
  aspect-ratio: 154/136;
  width: 100%;
  height: 100%;
  max-width: 150px;
  padding: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top2023-icon-nav__item .text {
  margin-top: 15px;
  padding-left: 3px;
}

.top2023-icon-nav__item .en {
  margin-bottom: 3px;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #9d9bb8;
}

.top2023-icon-nav__item .jp {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0f2846;
}

.top2023-u-bg {
  position: relative;
}

.top2023-u-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top2023/bg-mountain.png) top center no-repeat;
  background-size: contain;
  z-index: -1;
}

.top2023-bg-box {
  overflow: clip;
  position: relative;
  width: 93vw;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  border-radius: 10px;
  background: linear-gradient(145deg, #1D6FFF -3.56%, #623DE1 105.17%);
}

.top2023-bg-box__text {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  white-space: nowrap;
  color: #fff;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.top2023-bg-box__text span {
  pointer-events: none;
  display: block;
  animation-name: bgText;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.top2023-bg-box__text.-vertical {
  writing-mode: vertical-rl;
}

.top2023-bg-box__text.-vertical span {
  animation-name: bgTextVertical;
}

.top2023-bg-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 673px;
  height: 100%;
  background: url(images/top2023/bg-mountain02-sp.png) bottom left no-repeat;
  background-size: 100% 186px;
  z-index: 0;
}

.top2023-bg-box .l-inner {
  position: relative;
  z-index: 1;
}

.top2023-bg-box.-white {
  background: #fff;
}

.top2023-bg-box.-white::before {
  background-image: url(images/top2023/bg-mountain03.png);
  background-position: bottom center;
}

.top2023-bg-box.-white .top2023-bg-box__text {
  color: #F4F4F5;
  opacity: 1;
}

@keyframes bgText {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes bgTextVertical {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0%);
  }
}

.top2023-topics-slider {
  margin-top: 30px;
}

.top2023-topics-slider ul {
  display: flex;
  align-items: stretch;
}

.top2023-topics-slider__item {
  width: 264px;
  height: auto;
}

.top2023-topics-card {
  position: relative;
  display: block;
  height: 100%;
  color: #0F2846;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.45s ease;
}

.top2023-topics-card:hover {
  opacity: 0.6;
}

.top2023-topics-card .category {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 5px;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #0F2846;
  z-index: 1;
}

.top2023-topics-card figure {
  position: relative;
  z-index: 0;
}

.top2023-topics-card figure img {
  aspect-ratio: 264/159;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top2023-topics-card .desc {
  padding: 15px 20px 20px;
  line-height: 1.4;
}

.top2023-topics-card .desc .ttl {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 900;
}

.top2023-topics-card .desc p {
  font-size: 1.2rem;
}

.c-swiper-nav {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.c-swiper-prev,
.c-swiper-next {
  cursor: pointer;
  width: 54px;
  height: 35px;
  font-size: 0;
  transition: opacity 0.45s ease;
}

.c-swiper-prev:hover,
.c-swiper-next:hover {
  opacity: 0.5;
}

.c-swiper-prev.swiper-button-disabled,
.c-swiper-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.c-swiper-prev {
  background: url(images/top2023/arrow-grad-left.svg) top left no-repeat;
  background-size: contain;
}

.c-swiper-next {
  margin-left: 10px;
  background: url(images/top2023/arrow-grad-right.svg) top right no-repeat;
  background-size: contain;
}

.topics-scrollbar {
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
  background-color: #B8BAFF;
  border-radius: 10px;
}

.topics-scrollbar .swiper-scrollbar-drag {
  background: #fff;
  cursor: pointer;
}

.top2023-section-news {
  margin-top: 60px;
}

.top2023-section-news .top2023-c-btn {
  margin: 20px 0 40px;
}

.top2023-news-slider {
  overflow: hidden;
}

.top2023-news-list {
  border-top: 1px solid #fff;
}

.top2023-news-list__item {
  border-bottom: 1px solid #fff;
}

.top2023-news-list__item a {
  position: relative;
  display: block;
  padding: 25px 70px 25px 18px;
  color: #fff;
  transition: opacity 0.3s ease-out;
}

.top2023-news-list__item a:hover {
  opacity: 0.27;
}

.top2023-news-list__item a time {
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.top2023-news-list__item a p {
  line-height: 1.4;
}

.top2023-news-list__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 37px;
  height: 24px;
  background: url(images/top2023/arrow-border.svg) bottom right no-repeat;
  background-size: contain;
}

.top2023-section-about {
  padding-top: 30px;
}

.top2023-section-about:before {
  top: 100px;
}

.top2023-about-img {
  position: relative;
  margin: 50px 0;
}

.top2023-about-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top2023-about-img ul li {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.top2023-about-img ul li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.top2023-about-text .top2023-c-btn {
  margin-top: 50px;
}

.top2023-about-number {
  padding: 60px 0 70px;
}

.top2023-about-number__fl {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.top2023-about-number__fl > ul {
  width: 50%;
}

.top2023-about-number__fl > ul:nth-child(2) {
  padding-top: 50px;
}

.top2023-about-number__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 210px;
  padding: 18px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 4px 4px 39px 0 #d1d1dc;
}

.top2023-about-number__item .ttl {
  width: 100%;
  font-size: 16px;
  color: #0F2846;
}

.top2023-about-number__item .count {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #0F2846;
  white-space: nowrap;
}

.top2023-about-number__item .count__num {
  color: #0654DD;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.top2023-about-number__item p {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.top2023-gelende-head__ttl {
  margin-bottom: 50px;
}

.top2023-gelende-head__ttl .top2023-c-btn {
  display: none;
}

.top2023-gelende-fl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 50px 0;
}

.top2023-gelende-fl__item {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.top2023-gelende-fl__item .c-swiper-nav {
  position: absolute;
  justify-content: flex-start;
  margin: 0;
  top: 70px;
  left: 20px;
  z-index: 1;
}

.top2023-gelende-fl__item .c-swiper-prev {
  background-image: url(images/top2023/arrow-navy-left.svg);
}

.top2023-gelende-fl__item .c-swiper-next {
  margin-left: 10px;
  background-image: url(images/top2023/arrow-navy-right.svg);
}

.top2023-gelende-zone {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}

.top2023-gelende-num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: 56px;
  height: 56px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #0654DD 47.86%, rgba(7, 85, 222, 0) 130.6%);
}

.top2023-gelende-course {
  position: relative;
  z-index: 0;
}

.top2023-gelende-course__item {
  position: relative;
}

.top2023-gelende-course__item:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 47, 120, 0.26);
  z-index: 0;
}

.top2023-gelende-course__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top2023-gelende-course__item .top2023-c-circle-ttl {
  position: absolute;
  left: 16px;
  bottom: 16px;
  white-space: nowrap;
}

.top2023-section-park {
  overflow: hidden;
  position: relative;
  width: 93vw;
  max-width: 1040px;
  margin: 70px auto;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  background: url(images/top2023/img-park_sp.webp) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.top2023-section-park:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.top2023-section-park .l-inner {
  position: relative;
  z-index: 1;
}

.top2023-section-park .top2023-c-section-text {
  position: relative;
  max-width: 220px;
  margin: 30px auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.top2023-section-park .top2023-c-section-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(53, 53, 53, 0.3);
  z-index: 1;
}

.top2023-section-park .top2023-c-btnlist {
  max-width: 220px;
  margin: 0 auto;
}

.top2023-c-btnlist li:not(:first-child) {
  margin-top: 16px;
}

.top2023-section-lift {
  padding-bottom: 70px;
}

.top2023-section-lift .top2023-c-ttl {
  margin-bottom: 40px;
}

.top2023-section-lift figure {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}

.top2023-section-lift figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top2023-section-lift .top2023-c-btnlist {
  margin-top: 60px;
}

.top2023-section-school {
  color: #fff;
}

.top2023-section-school figure {
  overflow: hidden;
  border-radius: 6px;
  margin: 30px 0;
}

.top2023-section-school figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top2023-section-school .top2023-c-btnlist {
  margin-top: 60px;
}

.top2023-section-pickup {
  padding: 70px 0;
}

.top2023-section-pickup:before {
  top: 100px;
}

.top2023-pickup-main {
  position: relative;
}

.top2023-pickup-mainimg {
  display: none;
}

.top2023-pickup-mainimg li {
  position: absolute;
  width: 616px;
  top: 0;
  left: 0;
  counter-increment: number 1;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
}

.top2023-pickup-mainimg li.active {
  opacity: 1;
  z-index: 0;
}

.top2023-pickup-mainimg li::before {
  content: "0" counter(number);
  position: absolute;
  top: 45px;
  left: 40px;
  font-family: "Jost", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  color: #fff;
}

.top2023-pickup-mainimg li figure {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 6px;
}

.top2023-pickup-mainimg li p {
  position: absolute;
  bottom: 45px;
  left: 40px;
  max-width: min(38vw, 500px);
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}

.top2023-pickup-mainlink {
  position: relative;
  counter-reset: number 0;
  margin-top: 50px;
  padding: 20px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 4px 4px 39px 0px #D1D1DC;
}

.top2023-pickup-mainlink li {
  counter-increment: number 1;
  padding: 20px 10px;
}

.top2023-pickup-mainlink li:not(:last-child) {
  border-bottom: 1px solid #9D9BB8;
}

.top2023-pickup-mainlink li a::before,
.top2023-pickup-mainlink li figure::before {
  content: "0" counter(number);
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.top2023-pickup-mainlink__item {
  display: block;
  position: relative;
  transition: opacity 0.35s ease;
}

.top2023-pickup-mainlink__item:hover {
  opacity: 0.4;
}

.top2023-pickup-mainlink__item::before {
  font-size: 15px;
  color: #0654DD;
}

.top2023-pickup-mainlink__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  width: 40px;
  height: 25px;
  background: url(images/top2023/arrow-blue.svg) top right no-repeat;
  background-size: contain;
}

.top2023-pickup-mainlink__item .ttl {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: #323232;
}

.top2023-pickup-mainlink__item .sub-ttl {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #9D9BB8;
}

.top2023-pickup-mainlink__item figure {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  border-radius: 6px;
  margin-top: 18px;
}

.top2023-pickup-mainlink__item figure:before {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 32px;
  color: #fff;
}

.top2023-pickup-mainlink__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top2023-pickup-sublink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
}

.top2023-pickup-sublink li {
  width: calc(50% - 4px);
}

.top2023-pickup-sublink__item {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  border: 3px solid transparent;
  transition: border-color 0.45s ease;
}

.top2023-pickup-sublink__item:hover {
  opacity: 1;
  border-color: #fff;
}

.top2023-pickup-sublink__item:hover img {
  opacity: 0.35;
  transform: scale(1.08);
}

.top2023-pickup-sublink__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.top2023-pickup-sublink__item img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.45s ease;
}

.top2023-pickup-sublink__item .ttl {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.top2023-pickup-sublink__item .sub-ttl {
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.top2023-pickup-sublink__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 27px;
  height: 17px;
  background: url(images/top2023/arrow-border.svg) bottom right no-repeat;
  background-size: contain;
}

.top2023-section-kwp figure {
  overflow: hidden;
  margin: 50px 0 40px;
  border-radius: 6px;
}

.top2023-section-kwp figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top2023-section-kwp .top2023-c-section-text {
  margin-bottom: 40px;
}

.top2023-kwp-ttl .top2023-c-btnlist {
  display: none;
}

.top2023-kwp-list {
  counter-reset: number 0;
  margin: 25px 0 50px;
}

.top2023-kwp-list li {
  counter-increment: number 1;
}

.top2023-kwp-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
  margin-top: 10px;
  padding: 60px 30px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 39px 0 #d1d1dc;
}

.top2023-kwp-list__item .num {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0654DD;
}

.top2023-kwp-list__item .num::after {
  content: "0" counter(number);
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transform: translateY(2px);
}

.top2023-kwp-list__item .ttl {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0F2846;
}

.top2023-kwp-list__item p {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: 0;
}

.top2023-bnr-fixed {
  z-index: 3;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 15px;
  max-width: 162px;
}

.top2023-bnr-fixed a {
  overflow: hidden;
  display: block;
  border: 4px solid #fff;
  border-radius: 9px;
}

.top2023-bnr-fixed__close {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  display: block;
  border: none;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #323232;
}

.top2023-bnr-fixed__close:before,
.top2023-bnr-fixed__close:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  left: calc(50% - 5.5px);
  width: 11px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.top2023-bnr-fixed__close:before {
  transform: rotate(45deg);
}

.top2023-bnr-fixed__close:after {
  transform: rotate(-45deg);
}

.mv-top {
  height: 820px;
  padding-bottom: 270px;
  position: relative;
  overflow: hidden;
}

.mv-top:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -10%;
  right: -10%;
  height: 400px;
  background-image: url(images/top/bg-pattern.png);
  background-position: center;
  background-color: #e8eaee;
  z-index: 1;
  transform: rotate(5.2deg);
}

.mv-top__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  text-align: center;
  transform: translate(-50%, -58%) scale(0.65);
}

.mv-top__video video {
  -o-object-fit: cover;
  object-fit: cover;
}

.mv-top__textarea {
  position: absolute;
  top: 350px;
  left: 5%;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.mv-top__ill {
  width: 242px;
  opacity: 0;
  animation: fadeIn 0.3s ease-out 4.6s forwards;
}

.mv-top__title {
  position: relative;
  font-size: 8.2rem;
  line-height: 1.05;
  letter-spacing: 0.98rem;
  margin-top: 30px;
}

.mv-top__title .mv-top__title-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  translate: -5% -12%;
}

.mv-top__text {
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0.26rem;
  opacity: 0;
  animation: fadeIn 0.3s ease-out 4s forwards;
}

.mv-top__link {
  position: absolute;
  top: 710px;
  left: 5%;
  z-index: 100;
  color: #aaa;
}

.mv-top__link a {
  color: #aaa;
  font-size: 1.3rem;
  transition: opacity 0.3s;
}

.mv-top__link a:first-child {
  margin: 0 10px 0 0;
}

.mv-top .slick-slide {
  margin: 0;
}

.mv-top .slick-slide img {
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

body.home {
  position: relative;
}

body.home .l-content {
  margin-top: -80px;
}

body.home .greport {
  position: absolute;
}

body.home .section-pickup {
  padding-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

body.home .section-covid {
  padding-top: 50px;
}

body.home .section-covid .section-nav .l-inner {
  position: relative;
}

body.home .section-covid .section-nav .icon-nav {
  width: 1000%;
  margin: 0 0 110px;
}

body.home .section-covid .l-inner--small {
  display: block;
}

body.home .section-covid .section-smallhead__container:nth-child(2) {
  margin: 10px 0 0;
}

body.home .section-covid .section-smallhead__container:nth-child(2) a {
  display: flex;
}

body.home .section-covid .btn-arrow span {
  color: #dc3232;
}

body.home .section-covid .btn-arrow::after {
  top: 10px;
}

body.home .section-news {
  padding-top: 50px;
}

body.home .section-about {
  background-image: url(images/top/bg-about.jpg);
}

body.home .section-about .btn-arrow {
  margin-top: 20px;
}

body.home .section-new {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

body.home .section-new:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: 50%;
  transform: rotate(5deg);
  z-index: 2;
  background-color: #e8eaee;
  background-image: url(images/common/bg-pattern.png);
}

body.home .section-new .l-inner {
  position: relative;
  z-index: 3;
}

body.home .section-youtube {
  background-image: url(images/top/bg-youtube.jpg);
}

.course-status {
  display: flex;
  background-color: #e8eaee;
  padding: 10px;
  margin-top: 26px;
}

.course-status__imgarea {
  position: relative;
}

.course-status__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(images/map/map.png);
  background-size: 740px;
  background-position: left -60px center;
  background-repeat: no-repeat;
}

.course-status__map.map-L1 {
  background-image: url(images/map/lift-01.png);
}

.course-status__map.map-L2 {
  background-image: url(images/map/lift-02.png);
}

.course-status__map.map-L3 {
  background-image: url(images/map/lift-03.png);
}

.course-status__map.map-L4 {
  background-image: url(images/map/lift-04.png);
}

.course-status__map.map-L5 {
  background-image: url(images/map/lift-05.png);
}

.course-status__map.map-L6 {
  background-image: url(images/map/lift-06.png);
}

.course-status__map.map-L7 {
  background-image: url(images/map/lift-07.png);
}

.course-status__map.map-L8 {
  background-image: url(images/map/lift-08.png);
}

.course-status__map.map-L9 {
  background-image: url(images/map/lift-09.png);
}

.course-status__map.map-CH1 {
  background-image: url(images/map/course-h1.png);
}

.course-status__map.map-CH2 {
  background-image: url(images/map/course-h2.png);
}

.course-status__map.map-CH3 {
  background-image: url(images/map/course-h3.png);
}

.course-status__map.map-CH4 {
  background-image: url(images/map/course-h4.png);
}

.course-status__map.map-CH5 {
  background-image: url(images/map/course-h5.png);
}

.course-status__map.map-CH6 {
  background-image: url(images/map/course-h6.png);
}

.course-status__map.map-CH7 {
  background-image: url(images/map/course-h7.png);
}

.course-status__map.map-CO1 {
  background-image: url(images/map/course-o1.png);
}

.course-status__map.map-CO2 {
  background-image: url(images/map/course-o2.png);
}

.course-status__map.map-CO3 {
  background-image: url(images/map/course-o3.png);
}

.course-status__map.map-CO4 {
  background-image: url(images/map/course-o4.png);
}

.course-status__map.map-CO5 {
  background-image: url(images/map/course-o5.png);
}

.course-status__map.map-CO6 {
  background-image: url(images/map/course-o6.png);
}

.course-status__map.map-CO7 {
  background-image: url(images/map/course-o7.png);
}

.course-status__map.map-CO8 {
  background-image: url(images/map/course-o8.png);
}

.course-status__map__unit {
  opacity: 0;
  transition: opacity 0.3s;
}

.course-status__map__unit.is-active {
  opacity: 1;
}

.course-status__detail {
  flex: 1;
  margin-left: 10px;
}

.course-status .box-set__content {
  background-color: #d2d7e1;
  padding: 4px;
}

.course-status.signage {
  display: block !important;
}

.course-status.signage .course-status__detail {
  margin-top: 10px;
  margin-left: 0;
}

.course-status.signage .box-set__list {
  display: flex;
  justify-content: space-between;
}

.course-status .signage__modal__textarea {
  position: fixed;
  left: 5%;
  top: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
}

.course-status .signage__modal__close {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #e8eaee;
}

.course-status .signage__modal__close:before,
.course-status .signage__modal__close:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1e3250;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.course-status .signage__modal__close:before {
  transform: rotate(-45deg);
}

.course-status .signage__modal__close:after {
  transform: rotate(45deg);
}

.course-status .signage__modal__text {
  flex: 1;
  padding-left: 10px;
  margin: 0;
}

.course-status .signage__maparea--dummy {
  position: relative;
}

.course-status .signage__maparea--dummy:before {
  content: "詳細を表示する";
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
  background-color: rgba(30, 50, 80, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-status .signage-lift.lift-0 {
  top: 9%;
  left: 6.4%;
}

.course-status .signage-lift.lift-3 {
  left: 28%;
}

.course-status .signage-lift.lift-3:before {
  right: -5px;
  left: auto;
  transform: rotate(-36deg) skewX(28deg);
}

.course-status .signage-lift.lift-4 {
  top: 60%;
  left: 11%;
}

.course-status .signage-lift.lift-4:before {
  transform: rotate(-35deg) skewX(28deg);
}

.course-status .signage-lift.lift-5 {
  top: 57.4%;
}

.course-status .signage-lift.lift-7 {
  top: 79.8%;
  left: 45%;
}

.course-status .signage-lift.lift-9 {
  left: 21%;
}

.course-status .signage-lift__name {
  font-size: 1.4rem;
}

.course-status .signage-lift__statearea {
  width: 50px;
  height: 50px;
}

.page-gelande-report .l-content {
  z-index: auto;
}

@media only screen and (min-width:751px) {
  body {
    min-width: 1180px;
  }

  a:hover {
    text-decoration: none;
    outline: none;
    opacity: 0.7;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .sp {
    display: none !important;
  }

  .l-row.l-row--col3 img {
    max-width: 200px;
  }

  .l-header {
    min-width: 1180px;
  }

  .l-header.is-dark .header-subnav {
    background-color: #0f2846;
  }

  .l-header.is-dark .gnav {
    background-color: #1e3250;
  }

  .l-header.is-dark .header-sns {
    opacity: 0;
    pointer-events: none;
  }

  .header-company {
    position: absolute;
    left: 200px;
    top: 8px;
  }

  .header-logo:hover {
    opacity: 1;
  }

  .header-navunit__inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .gnav {
    background-color: rgba(0, 5, 25, 0.15);
    transition: background-color 0.3s;
    padding-left: 180px;
  }

  .gnav__main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
  }

  .gnav__item {
    margin-right: 37px;
  }

  .gnav__item:hover .gnav__parent:after {
    transform: rotateX(0);
    opacity: 0.7;
  }

  .gnav__item:hover .gnav__child__wrapper {
    opacity: 1;
    pointer-events: all;
  }

  .gnav__parent:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 26px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
    transform: rotateX(90deg);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: bottom;
    opacity: 0;
  }

  .gnav__btn {
    display: none;
  }

  .gnav__child {
    padding: 0 10px 20px 0;
    width: 280px;
    margin-left: 10px;
    box-shadow: 0.5px 0.9px 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }

  .gnav__child:first-child {
    margin-left: 0;
  }

  .gnav__child.col3 {
    width: 840px;
  }

  .gnav__child__wrapper {
    color: #000;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 120px;
    right: 10px;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }

  .gnav__child__wrapper a {
    color: #000;
  }

  .gnav__child__wrapper:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .gnav__child__img a:hover {
    opacity: 1;
  }

  .gnav__child__title {
    padding-top: 20px;
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .gnav__child__title a {
    padding-left: 30px;
  }

  .gnav__child__title a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #1e3250;
    position: absolute;
    left: 0;
    top: 2px;
    transition: background-color 0.3s;
  }

  .gnav__child__title a:after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    border-bottom: 1px solid #1e3250;
    border-right: 1px solid #1e3250;
    transform: skewX(40deg);
    position: absolute;
    left: 7px;
    top: 13px;
    transition: border-color 0.3s;
  }

  .gnav__child__title a:hover {
    opacity: 0.9;
  }

  .gnav__child__title a:hover:before {
    background-color: #1e3250;
  }

  .gnav__child__title a:hover:after {
    border-color: #fff;
  }

  .header-subnav {
    flex: 1;
    background-color: rgba(0, 5, 25, 0.4);
    transition: background-color 0.3s;
    padding-left: 180px;
    height: 40px;
    box-sizing: border-box;
    padding: 9px 0;
    display: flex;
    justify-content: flex-end;
  }

  .header-subnav__item {
    margin-right: 30px;
  }

  .header-sns {
    position: absolute;
    right: 30px;
    top: 120px;
    transition: opacity 0.3s;
  }

  .footer-golf {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 460px;
    padding-bottom: 80px;
  }

  .footer-golf__logo {
    text-align: center;
    position: absolute;
    bottom: 80px;
    top: 370px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .footer-main {
    padding-right: 480px;
  }

  .footer-company__textarea {
    margin-left: 30px;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
  }

  .footer-nav__item {
    margin-right: 50px;
  }

  .footer-nav__item:nth-of-type(3n) {
    margin-right: 14px;
  }

  .footer-nav__item:nth-of-type(5) {
    width: 253px;
  }

  .footer-nav__item a:hover {
    opacity: 1;
  }

  .footer-nav__item a:hover:before {
    background-color: #fff;
  }

  .footer-nav__item a:hover:after {
    border-color: #1e3250;
  }

  .footer-nav--lang .footer-nav__item {
    min-width: 160px;
  }

  .footer-nav--lang .footer-nav__item:nth-of-type(3n) {
    margin-right: 50px;
  }

  .footer-nav--lang .footer-nav__item:nth-of-type(5) {
    width: 160px;
  }

  .footer-subnav {
    max-width: 720px;
  }

  .footer-subnav__item {
    font-size: 1.3rem;
    margin-right: 20px;
  }

  .footer-subnav__item:nth-of-type(4) {
    margin-right: 0;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    height: 80px;
    padding-right: 460px;
    padding-left: 58px;
  }

  .footer-sns {
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .footer-group__item--kwp {
    width: 365px;
  }

  .footer-group__item--trip {
    width: 163px;
  }

  .l-header-2023__logo {
    width: 46px;
  }

  .header-2023-language {
    display: flex;
    align-items: center;
    padding-left: 27px;
  }

  .header-2023-menulist {
    padding: 10px 30px 60px;
  }

  .header-2023-menulist-bottom {
    padding-top: 37px;
    border-top: 1px solid #0F2846;
  }

  .header-2023-bnrlist {
    display: none;
  }

  .l-footer-2023 .l-inner {
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .l-footer-2023.-underlayer {
    padding-top: min(9vw, 120px);
  }

  .footer-2023-top {
    display: flex;
  }

  .footer-2023-top__map {
    order: 2;
    width: 48%;
    max-width: 540px;
    height: auto;
  }

  .footer-2023-top__info {
    order: 1;
    width: 52%;
    padding: 70px;
  }

  .footer-2023-top__info address span {
    font-size: 1.35rem;
  }

  .footer-2023-menulist {
    margin-top: 80px;
  }

  .footer-2023-menulist-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding-top: 37px;
    border-top: 1px solid #fff;
  }

  .footer-2023-bnrlist {
    display: flex;
    gap: 14px;
  }

  .footer-2023-bnrlist li {
    width: calc((100% - 28px) / 3);
  }

  .footer-2023-sns {
    width: 310px;
  }

  .l-footer-2023-grouplist {
    padding: 40px;
  }

  .l-menulist-2023 {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: space-between;
  }

  .p-menulist-2023__parent {
    width: 22%;
    margin-bottom: 30px;
  }

  .p-menulist-2023__parent__item > a {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #0654DD;
  }

  .p-menulist-2023__parent__item > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    right: 12px;
    width: 27px;
    height: 16px;
    background: url(images/top2023/arrow-blue.svg) bottom right no-repeat;
    background-size: contain;
  }

  .p-menulist-2023__parent__item > a.-disabled {
    pointer-events: none;
    cursor: inherit;
  }

  .p-menulist-2023__parent__item > a.-disabled:after {
    display: none;
  }

  .p-menulist-2023__parent__icon {
    display: none;
  }

  .p-menulist-2023__child {
    display: block;
    padding-top: 12px;
  }

  .p-menulist-2023__child__item {
    margin-top: 0px;
  }

  .p-menulist-2023__child__item > a {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.3;
  }

  .p-menulist-2023__child__item > a:before {
    top: 4px;
    width: 10px;
    height: 10px;
  }

  .block-figure {
    display: flex;
  }

  .box-general--col3 .box-general__content:nth-of-type(3n) {
    border-right: none;
  }

  .box-general--col4 .box-general__content {
    width: 25%;
  }

  .box-general--col4 .box-general__content:nth-of-type(4n) {
    border-right: none;
  }

  .box-general__twocol {
    display: flex;
    flex: auto;
  }

  .box-general__twocol--p20 {
    padding: 20px;
  }

  .box-general__twocol--p20 .box-general__textarea {
    padding: 26px 16px 20px 30px;
  }

  .box-general__section--smallhead {
    display: flex;
    padding: 30px 50px;
  }

  .box-img__list .box-img {
    width: 23.8%;
    margin-right: 1.6%;
    margin-top: 16px;
  }

  .box-img__list .box-img:nth-of-type(-n+4) {
    margin-top: 0;
  }

  .box-img__list .box-img:nth-of-type(4n) {
    margin-right: 0;
  }

  .box-img__list--col5 .box-img {
    width: 19%;
    margin-right: 1.25%;
    margin-top: 13px;
  }

  .box-img__list--col5 .box-img:nth-of-type(4n) {
    margin-right: 1.25%;
  }

  .box-img__list--col5 .box-img:nth-of-type(5n) {
    margin-right: 0;
  }

  .box-img__list--col5 .box-img:nth-of-type(-n+5) {
    margin-top: 0;
  }

  .box-layer__head {
    margin-top: 40px;
    width: 560px;
    min-height: 380px;
  }

  .box-layer__content {
    position: absolute;
    width: 56%;
    max-width: 680px;
    right: 0;
    top: -40px;
    z-index: 2;
  }

  .box-layer--reverse .box-layer__head {
    margin-right: 0;
    margin-left: auto;
  }

  .box-layer--reverse .box-layer__content {
    right: auto;
    left: 0;
  }

  .box-set__wrapper {
    display: flex;
    justify-content: space-between;
  }

  .box-set__wrapper .box-set {
    width: calc(50% - 1px);
    box-sizing: border-box;
    margin-top: 0;
    text-align: center;
  }

  .box-set__wrapper .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .box-set__content--row {
    display: flex;
    align-items: flex-start;
  }

  .box-set__content--row .box-set__textarea {
    flex: 1;
    padding-right: 40px;
  }

  .box-set__content--row .box-set__imgarea img {
    display: block;
  }

  .box-set__content--row .box-set__imgarea--row {
    display: flex;
    align-items: flex-start;
  }

  .box-set__content--row .box-set__imgarea__section {
    margin-left: 10px;
  }

  .box-set__content--row .box-set__imgarea__section .img {
    display: block;
    width: 125px;
  }

  .box-set__content--row .box-set__imgarea__section .img img {
    max-width: 100%;
  }

  .box-set__content--row .box-set__imgarea__section .img:not(:first-child) {
    margin-top: 10px;
  }

  .box-set__content--row .box-set__imgarea__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .box-set__content--row .box-set__imgarea__row img {
    width: 49%;
    width: 125px;
  }

  .box-set__content--row img {
    max-width: 600px;
  }

  .box-set__content--row-reverse {
    display: flex;
    align-items: flex-start;
  }

  .box-set__content--row-reverse .box-set__textarea {
    flex: 1;
    padding-left: 40px;
  }

  .box-sq {
    display: flex;
  }

  .box-accent--row {
    display: flex;
  }

  .box-accent__textarea {
    padding-top: 16px;
    padding-left: 30px;
    padding-bottom: 0;
  }

  .box-accent__text {
    font-size: 1.3rem;
  }

  .box-bg {
    padding: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.13rem;
  }

  .btn-arrow:hover {
    opacity: 1;
  }

  .btn-arrow:hover:after {
    transform: skewX(40deg) translateX(6px);
  }

  .btn {
    font-size: 1.6rem;
    width: 260px;
    height: 60px;
  }

  .btn--wide {
    width: 300px;
  }

  .btn__row {
    display: flex;
    justify-content: center;
  }

  .btn__row .btn {
    width: 32%;
    margin: 0 20px;
  }

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

  .btn__row--left .btn {
    margin-right: 0;
  }

  .btn__row--left .btn:first-child {
    margin-left: 0;
  }

  .btn-02:hover {
    opacity: 1;
    background-color: #1e3250;
    color: #fff;
  }

  .btn-02:hover:after {
    transform: skewX(40deg) translateX(4px);
  }

  .btn-02__list > li {
    margin-right: 1.55%;
  }

  .btn-02__list > li:nth-of-type(5n) {
    margin-right: 0;
  }

  .btn-02__list > li:nth-of-type(-n+5) {
    margin-top: 0;
  }

  .card-figure {
    display: flex;
  }

  .card-figure .btn {
    position: absolute;
    left: 0;
    bottom: -10px;
  }

  .card-figure--reverse .btn {
    left: auto;
    right: 0;
  }

  .greport {
    width: 420px;
  }

  .greport__btn:hover {
    opacity: 1;
    background-color: #1e3250;
  }

  .greport--l {
    margin: 0 auto 80px;
    background-color: #3c87be;
    padding: 0;
    width: 740px;
  }

  .greport--l:before,
  .greport--l:after {
    content: none;
  }

  .greport--l .greport__content {
    padding-top: 0;
  }

  .greport--l .greport__comment {
    font-size: 2rem;
    margin-top: 10px;
  }

  .greport--l .greport__weather {
    width: 320px;
    padding: 85px 20px 30px;
    box-sizing: border-box;
    background-color: #2d78af;
    text-align: center;
  }

  .greport--l .greport__weather__icon {
    width: 182px;
    height: 152px;
    margin: 0 auto;
  }

  .greport--l .greport__weather__ja {
    font-size: 2.2rem;
  }

  .greport--l .greport__weather__en {
    font-size: 1.4rem;
  }

  .greport--l .greport__detail {
    padding: 48px 80px 55px 48px;
    margin-left: 0;
  }

  .greport--l .greport__temp {
    justify-content: flex-start;
  }

  .greport--l .greport__temp .celsius {
    font-size: 8.6rem;
    letter-spacing: 0.54rem;
  }

  .greport--l .greport__temp .unit {
    font-size: 4.6rem;
  }

  .greport--l .greport__temp .fahrenheit {
    font-size: 1.8rem;
    margin-left: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.16rem;
  }

  .greport--l .greport__data__head {
    font-size: 2.2rem;
    letter-spacing: 0.18rem;
    padding-bottom: 1.2em;
    width: 60%;
  }

  .greport--l .greport__data__head .en {
    font-size: 1.4rem;
  }

  .greport--l .greport__data__content {
    font-size: 3.2rem;
    letter-spacing: 0.26rem;
    text-align: right;
  }

  .greport--l .greport__data__content .text {
    font-size: 2rem;
  }

  .greport--l .greport__data__content .unit {
    font-size: 2.4rem;
  }

  .icon-nav__item {
    flex: 1;
  }

  .icon-nav__item a:hover {
    opacity: 1;
    color: #fff;
    background-color: #1e3250;
  }

  .icon-nav__item a:hover:before {
    color: #fff;
  }

  .icon-nav--lang .icon-nav__item a {
    padding-top: 140px;
  }

  .icon-nav--lang .icon-nav__item.icon-nav__item--weather a {
    padding-top: 129px;
  }

  .list-box__item--link a:hover {
    opacity: 1;
    background-color: #1e3250;
    color: #fff;
  }

  .list-box--col5 .list-box__item {
    width: 19%;
    margin-right: 1.25%;
  }

  .list-box--col5 .list-box__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .list-box--col5 .list-box__item:nth-of-type(-n+5) {
    margin-top: 0;
  }

  .list-box--col5 .list-box__item img {
    width: auto !important;
    max-width: 100% !important;
  }

  .list-box--col6 .list-box__item,
  .list-box--col6 > li {
    width: 16%;
    margin-right: 0.8%;
  }

  .list-box--col6 .list-box__item:nth-of-type(6n),
  .list-box--col6 > li:nth-of-type(6n) {
    margin-right: 0;
  }

  .list-box--col6 .list-box__item:nth-of-type(-n+6),
  .list-box--col6 > li:nth-of-type(-n+6) {
    margin-top: 0;
  }

  .list-box--col6 .list-box__item img,
  .list-box--col6 > li img {
    width: auto !important;
    max-width: 100% !important;
  }

  .list-box--col8 .list-box__item,
  .list-box--col8 > li {
    width: 11.66%;
    margin-right: 0.96%;
  }

  .list-box--col8 .list-box__item:nth-of-type(8n),
  .list-box--col8 > li:nth-of-type(8n) {
    margin-right: 0;
  }

  .list-box--col8 .list-box__item:nth-of-type(-n+8),
  .list-box--col8 > li:nth-of-type(-n+8) {
    margin-top: 0;
  }

  .list-box--col10 .list-box__item {
    margin-right: 0.6%;
    margin-top: 6px;
  }

  .list-box--col10 .list-box__item:nth-of-type(10n) {
    margin-right: 0;
  }

  .list-box--col10 .list-box__item:nth-of-type(-n+9) {
    margin-top: 0;
  }

  .list-box--col12 .list-box__item {
    margin-right: 0.35%;
    margin-top: 6px;
  }

  .list-box--col12 .list-box__item:nth-of-type(12n) {
    margin-right: 0;
  }

  .list-box--col12 .list-box__item:nth-of-type(-n+9) {
    margin-top: 0;
  }

  .list-box--col14 .list-box__item {
    margin-right: 0.35%;
    margin-top: 6px;
  }

  .list-box--col14 .list-box__item:nth-of-type(14n) {
    margin-right: 0;
  }

  .list-box--col14 .list-box__item:nth-of-type(-n+14) {
    margin-top: 0;
  }

  .list-box--archive > li a:hover {
    opacity: 1;
    background-color: #1e3250;
    color: #fff;
  }

  .list-box--col3 .list-box__item {
    width: 32.2%;
    margin-right: 1.7%;
  }

  .list-box--col3 .list-box__item:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .list-box--col3 .list-box__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .list-box--col2 .list-box__item:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .list-gallery {
    max-width: 1000px;
    margin: 0 auto 40px;
  }

  .list-gallery > li:nth-child(3n) {
    padding-right: 0;
  }

  .list-gallery__more {
    max-width: 1000px;
    margin: auto;
  }

  .list-imgcard {
    display: flex;
    flex-wrap: wrap;
  }

  .list-imgcard__item {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 40px;
  }

  .list-imgcard__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .list-imgcard__item:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .list-imgcard__item a:hover {
    opacity: 1;
    transform: translateY(-5px);
  }

  .list-imgcard__item a:hover:after {
    box-shadow: 4px 4px 15px -4px rgba(4, 0, 0, 0.15);
  }

  .list-imgcard__item.hover-flip a:hover .list-imgcard__img--blur:after {
    opacity: 0;
  }

  .list-imgcard__item.hover-flip a:hover .list-imgcard__img__round {
    transform: rotateY(180deg);
  }

  .list-imgcard__item.hover-flip a:hover .list-imgcard__img__round:before {
    transform: scale(-1, 1);
  }

  .list-imgcard__item.hover-flip a:hover .list-imgcard__img__round:after {
    transform: rotateY(180deg);
    opacity: 1;
    z-index: 9;
  }

  .list-imgcard__item.hover-zoom a:hover .list-imgcard__img__round:before {
    transform: scale(1);
  }

  .list-imgcard__item.hover-spread a:hover {
    transform: translateY(-3px);
  }

  .list-imgcard__item.hover-spread a:hover .list-imgcard__img__round {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .list-imgcard__item.hover-slanting a:hover {
    opacity: 1;
  }

  .list-imgcard__item.hover-slanting a:hover .list-imgcard__img:before {
    opacity: 1;
  }

  .list-imgcard__item.hover-slanting a:hover .list-imgcard__img:after {
    transform: translateY(0) skewY(-45deg);
  }

  .list-imgcard__img--rect {
    height: 220px;
  }

  .list-imgcard--col4 .list-imgcard__item {
    width: 24.2%;
    margin-right: 1.06%;
    margin-top: 16px;
  }

  .list-imgcard--col4 .list-imgcard__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .list-imgcard--col4 .list-imgcard__item:nth-of-type(-n+4) {
    margin-top: 0;
  }

  .list-nav__item {
    flex: 1;
  }

  .list-nav__item a:hover {
    opacity: 1;
    background-color: #1e3250;
    color: #fff;
  }

  .list-news__item {
    padding: 14px 0;
    display: flex;
  }

  .list-news__item:first-of-type {
    border-top: none;
    padding-top: 0;
  }

  .list-step__content .btn {
    width: 280px;
  }

  .list-step02__titlearea {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .list-step02__textarea {
    padding: 15px;
    width: 20%;
    font-size: 1.6rem;
  }

  .list-step02__arrow {
    padding-left: 100px;
  }

  .list-tab__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
  }

  .list-tab__item.is-active {
    position: static;
  }

  .list-tab__item.is-active .list-tab__head {
    background-color: #8c783c;
  }

  .list-tab__item.is-active .list-tab__content {
    display: block;
    animation: fadeIn 0.4s ease-out;
    animation-fill-mode: forwards;
  }

  .list-tab__item:nth-of-type(2) .list-tab__head {
    left: 16.7%;
  }

  .list-tab__item:nth-of-type(3) .list-tab__head {
    left: 33.4%;
  }

  .list-tab__item:nth-of-type(4) .list-tab__head {
    left: 50.01%;
  }

  .list-tab__item:nth-of-type(5) .list-tab__head {
    left: 66.8%;
  }

  .list-tab__item:nth-of-type(6) .list-tab__head {
    left: auto;
    right: 0;
  }

  .list-tab__head {
    width: 16.4%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
  }

  .list-tab__content {
    opacity: 0;
  }

  .list-tab2 {
    display: flex;
  }

  .list-tab2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    top: 60px;
    background-color: #1e3250;
    z-index: 10;
    pointer-events: none;
  }

  .list-tab2__item:hover .list-tab2__head {
    background-color: #1e3250;
    color: #fff;
  }

  .list-tab2__item:hover .list-tab2__content {
    opacity: 1;
    pointer-events: all;
  }

  .list-tab2__head {
    border-left: 1px solid #dee0e4;
    height: 60px;
  }

  .list-tab2__head:hover {
    opacity: 1;
    background-color: #1e3250;
    color: #fff;
  }

  .list-tab2__content {
    opacity: 0;
    pointer-events: none;
    padding: 40px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .list-toggle__textarea {
    display: flex;
    align-items: flex-start;
  }

  .livecamera {
    width: 48.2%;
  }

  .livecamera:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .livecamera__imgarea {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .livecamera__imgarea img {
    width: auto;
    height: 400px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .livecamera__text {
    font-size: 1.5rem;
    line-height: 1.87;
  }

  .livecamera__wrapper {
    margin-top: -34px;
  }

  .map-code {
    display: inline-flex;
    vertical-align: middle;
  }

  .mv__textarea {
    transform: translateY(18%);
  }

  .p-submenu-2023 {
    gap: 14px 24px;
  }

  .p-submenu-2023:after {
    display: none;
  }

  .p-submenu-2023-item {
    width: auto;
  }

  .p-submenu-2023-item:nth-child(n+3) {
    border-top: none;
  }

  .p-submenu-2023-item a {
    display: block;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }

  .p-submenu-sns-2023 li {
    max-width: 58px;
  }

  .post-password-form input[type=submit] {
    font-size: 1.5rem;
    width: 100px;
    height: 34px;
  }

  .section-smallhead .l-inner {
    display: flex;
  }

  .section-smallhead__container {
    display: flex;
  }

  .section-smallhead__content {
    flex: 1;
    margin-left: 40px;
  }

  .table__cel {
    width: 200px;
  }

  .table__cel:first-child {
    width: 276px;
  }

  a.tag-sq:hover {
    opacity: 1;
  }

  a.tag-sq.tag-sq--navy:hover {
    color: #fff;
    background-color: #1e3250;
  }

  .tag-pict__text:before {
    min-height: 24px;
  }

  .text-content {
    font-size: 1.5rem;
  }

  .text-arrow {
    padding-left: 100px;
  }

  .yt-video:hover:after {
    border-left-color: #fff;
  }

  .yt-video a:hover {
    opacity: 1;
  }

  .page-olympiazone-news .box-general__images {
    width: 300px;
  }

  .greport-map__tab:hover {
    background-color: #1e3250;
    color: #fff;
  }

  .greport-map__group {
    display: flex;
  }

  .greport-map__map {
    width: 670px;
  }

  .greport-map__detail {
    flex: 1;
    margin: 0 0 0 10px;
  }

  .top2023 {
    padding-bottom: 160px;
  }

  .top2023-mv {
    margin-bottom: 0;
  }

  .top2023-mv:not(:has(.top2023-info)) .top2023-mv__contents {
    padding-bottom: 50px;
  }

  .top2023-mv__ttl {
    margin-bottom: 60px;
  }

  .top2023-mv__skiing {
    left: calc(8vw + 330px);
  }

  .top2023-mv__copyright {
    right: 35px;
    bottom: 35px;
    transform: none;
  }

  .top2023-mv__indicator {
    top: inherit;
    right: 55px;
    bottom: 140px;
  }

  .top2023-mv__indicator .num {
    font-size: 1.4rem;
  }

  .top2023-mv__indicator .bar {
    height: 200px;
  }

  .top2023-info {
    display: flex;
    max-width: 600px;
  }

  .top2023-info__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
  }

  .top2023-info__main {
    width: calc(100% - 133px);
    padding: 20px 30px;
  }

  .top2023-info__main p {
    -webkit-line-clamp: 1;
  }

  .top2023-c-ttl p {
    font-size: 72px;
  }

  .top2023-c-ttl .top2023-c-circle-ttl {
    margin-top: 15px;
  }

  .top2023-c-ttl__jp {
    font-size: 24px;
  }

  .top2023-c-ttl.-ta-right {
    text-align: right;
  }

  .top2023-c-ttl.-ta-right .top2023-c-circle-ttl {
    display: inline-block;
  }

  .top2023-c-text-ttl {
    font-size: 32px;
  }

  .top2023-c-section-text {
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .top2023-section-nav {
    padding: 70px 0;
  }

  .top2023-icon-nav {
    display: grid;
    gap: 16px 16px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .top2023-bg-box {
    padding: min(10vw, 150px) 0;
  }

  .top2023-bg-box .l-inner {
    max-width: 960px;
  }

  .top2023-bg-box__text {
    font-size: 180px;
  }

  .top2023-bg-box::before {
    min-width: 1231px;
    background: url(images/top2023/bg-mountain02.png) bottom center no-repeat;
    background-size: 100% 557px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top2023-topics-slider {
    margin-top: 50px;
  }

  .top2023-topics-card .category {
    font-size: 1.4rem;
  }

  .top2023-topics-card .desc {
    padding: 20px 27px 25px;
  }

  .top2023-topics-card .desc .ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .top2023-topics-card .desc p {
    font-size: 1.4rem;
  }

  .c-swiper-nav {
    margin-top: 30px;
  }

  .c-swiper-prev,
  .c-swiper-next {
    width: 72px;
    height: 47px;
  }

  .c-swiper-next {
    margin-left: 15px;
  }

  .topics-scrollbar {
    margin-bottom: 30px;
  }

  .top2023-section-news .top2023-c-btn {
    margin: 40px 0 0;
  }

  .top2023-section-about {
    padding-top: min(12vw, 200px);
    padding-bottom: min(12vw, 200px);
  }

  .top2023-about-number__fl {
    gap: 18px;
  }

  .top2023-about-number__fl > ul:nth-child(2) {
    padding-top: 80px;
  }

  .top2023-about-number__item {
    padding: 30px;
    margin-top: 18px;
  }

  .top2023-about-number__item .count {
    font-size: 24px;
  }

  .top2023-about-number__item .count .small {
    font-size: 15px;
  }

  .top2023-about-number__item .count__num {
    font-size: 50px;
  }

  .top2023-about-number__item p {
    margin-top: 15px;
  }

  .top2023-gelende-fl__item .c-swiper-nav {
    width: 50%;
    min-width: 300px;
    top: 90px;
    left: 30px;
  }

  .top2023-gelende-zone {
    left: 30px;
    font-size: min(4vw, 40px);
  }

  .top2023-gelende-num {
    width: 91px;
    height: 91px;
    font-size: 14px;
    letter-spacing: -0.7px;
  }

  .top2023-gelende-num br {
    display: none;
  }

  .top2023-gelende-num {
    right: 30px;
    bottom: 30px;
  }

  .top2023-gelende-course__item .top2023-c-circle-ttl {
    left: 30px;
    bottom: 30px;
  }

  .top2023-section-park {
    margin: 150px auto 100px;
    padding: 120px 0;
    background-image: url(images/top2023/img-park.webp);
  }

  .top2023-section-park .top2023-c-section-text {
    max-width: 705px;
    margin: 40px auto 40px;
    padding-bottom: 40px;
  }

  .top2023-section-park .top2023-c-btnlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 705px;
  }

  .top2023-section-park .top2023-c-btnlist li {
    max-width: 224px;
    width: 33%;
  }

  .top2023-section-park .top2023-c-btnlist li:not(:first-child) {
    margin-top: 0;
  }

  .top2023-section-lift {
    padding-bottom: 140px;
  }

  .top2023-section-lift .top2023-c-ttl {
    margin-bottom: 50px;
  }

  .top2023-section-pickup {
    padding: 160px 0;
  }

  .top2023-pickup-main {
    margin-top: 50px;
    padding-top: 80px;
  }

  .top2023-pickup-mainimg {
    counter-reset: number 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .top2023-pickup-mainlink {
    width: 48%;
    max-width: 460px;
    margin-top: 0;
    margin-left: auto;
    padding: 40px 30px;
  }

  .top2023-pickup-mainlink__item figure {
    display: none;
  }

  .top2023-pickup-sublink {
    gap: 16px;
    margin-top: 100px;
  }

  .top2023-pickup-sublink li {
    width: calc(33.333% - 11px);
  }

  .top2023-pickup-sublink__item {
    height: 159px;
  }

  .top2023-pickup-sublink__item .ttl {
    font-size: 20px;
  }

  .top2023-pickup-sublink__item .ttl br {
    display: none;
  }

  .top2023-pickup-sublink__item::after {
    bottom: 15px;
    right: 20px;
    width: 37px;
    height: 24px;
  }

  .top2023-kwp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 80px;
  }

  .top2023-kwp-list li:nth-of-type(2n) {
    transform: translateY(80px);
  }

  .top2023-kwp-list__item {
    width: calc(50% - 9px);
    min-height: 265px;
    margin-top: 0;
  }

  .top2023-bnr-fixed {
    max-width: 320px;
  }

  .mv-top .l-inner--small {
    max-width: 1080px;
  }

  .mv-top .slick-slide img {
    width: 100%;
    max-height: 856px;
  }

  body.home .greport {
    top: 520px;
    right: 10px;
  }

  body.home .section-covid .section-smallhead__container {
    padding: 20px 30px;
  }

  body.home .section-covid .section-smallhead__container:nth-child(2) a img {
    width: 246px;
  }

  body.home .section-covid .btn-arrow {
    width: 100%;
  }

  .course-status__imgarea {
    width: 670px;
    height: 748px;
  }

  .course-status.signage .box-set__list .box-set {
    width: 49.6%;
    margin-top: 0;
  }
}

@media only screen and (min-width:921px) {
  .footer-2023-menulist-bottom {
    justify-content: space-between;
  }

  .footer-2023-bnrlist {
    width: calc(100% - 360px);
  }

  .l-footer-2023-grouplist {
    gap: 14px;
  }

  .l-footer-2023-grouplist li {
    width: calc((100% - 56px) / 5);
  }

  .l-footer-2023-grouplist li:first-child {
    width: calc((100% - 56px) / 5);
  }

  .l-footer-2023-grouplist li a {
    padding: 18px 30px;
    min-height: inherit;
  }

  .top2023-about-fl {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }

  .top2023-about-img ul li:nth-child(2).active {
    opacity: 1;
  }

  .top2023-about-img {
    width: calc(92% - 512px);
    max-width: 440px;
    margin: 0;
  }

  .top2023-about-img ul {
    position: sticky;
    top: 120px;
  }

  .top2023-about-img img {
    height: 507px;
  }

  .top2023-about-text {
    width: 512px;
    padding-top: 60px;
  }

  .top2023-about-text .top2023-c-btn a {
    max-width: 224px;
    margin-left: auto;
  }

  .top2023-gelende-fl {
    flex-direction: row;
    margin-top: 100px;
  }

  .top2023-gelende-fl__item {
    width: 50%;
    height: 410px;
    transition: width 0.6s ease;
  }

  .top2023-gelende-fl__item:before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 47, 120, 0.66);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .top2023-gelende-fl__item.js-hover {
    width: 80%;
  }

  .top2023-gelende-fl__item.js-disable {
    width: 20%;
  }

  .top2023-gelende-fl__item.js-disable:before {
    opacity: 1;
  }

  .top2023-gelende-fl__item.js-disable .top2023-gelende-zone,
  .top2023-gelende-fl__item.js-disable .c-swiper-nav,
  .top2023-gelende-fl__item.js-disable .top2023-gelende-num,
  .top2023-gelende-fl__item.js-disable .top2023-gelende-course-item .top2023-c-circle-ttl {
    opacity: 0;
  }

  .top2023-gelende-course {
    height: 100%;
  }

  .top2023-section-lift figure {
    margin-bottom: 0;
  }

  .top2023-section-lift .top2023-c-btnlist {
    max-width: 280px;
  }

  .top2023-lift-fl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .top2023-lift-fl .top2023-lift-img {
    order: 2;
    align-self: stretch;
    width: calc(100% - 420px);
    max-width: 616px;
  }

  .top2023-lift-fl .top2023-lift-img figure {
    height: 100%;
  }

  .top2023-lift-fl .top2023-lift-img figure img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top2023-lift-fl .top2023-lift-text {
    order: 1;
  }

  .top2023-school-fl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .top2023-school-fl .top2023-school-img {
    width: calc(100% - 400px);
    max-width: 560px;
    padding-top: 90px;
  }

  .top2023-school-fl .top2023-school-img figure {
    margin: 0;
    height: 100%;
  }

  .top2023-school-fl .top2023-school-img figure img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top2023-school-fl .top2023-school-text {
    max-width: 320px;
  }

  .top2023-school-fl .top2023-c-btnlist {
    max-width: 224px;
  }

  .top2023-section-kwp figure {
    margin-top: 0;
  }

  .top2023-kwp-fl {
    display: flex;
    justify-content: space-between;
  }

  .top2023-kwp-ttl {
    width: 250px;
    position: relative;
  }

  .top2023-kwp-ttl .top2023-c-btnlist {
    display: block;
    margin-top: 60px;
  }

  .top2023-kwp-sticky {
    position: sticky;
    top: 120px;
  }

  .top2023-kwp-text {
    width: calc(100% - 300px);
    max-width: 567px;
  }

  .top2023-kwp-text .top2023-c-btnlist {
    display: none;
  }
}

@media only screen and (min-width:1201px) {
  .l-header-2023__fl {
    height: 90px;
    padding: 20px;
  }

  .l-header-2023 {
    left: 32px;
    width: calc(100% - 64px);
  }

  .gnav2023__main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-top: 16px;
  }

  .header-2023-menulist {
    max-height: calc(90vh - 60px);
  }

  .header-2023-menulist-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .header-2023-menulist-bottom .header-2023-submenu {
    width: calc(100% - 310px - 50px);
  }

  .header-2023-sns {
    width: 310px;
    margin-top: 0;
  }

  .footer-2023-top__info__contact .top2023-c-btn {
    max-width: 230px;
  }

  .footer-2023-top__info__linklist {
    display: flex;
    gap: 2%;
  }

  .footer-2023-top__info__linklist li {
    width: 32%;
  }

  .footer-2023-top__info__linklist .top2023-c-btn {
    height: 100%;
  }

  .footer-2023-top__info__linklist .top2023-c-btn a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 20px;
  }

  .footer-2023-top__info__linklist .top2023-c-btn__text span {
    max-width: 62px;
    line-height: 1.2;
  }

  .footer-2023-top__info__linklist .top2023-c-btn__icon {
    right: 15px;
  }

  .top2023-icon-nav {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .top2023-icon-nav__item:nth-child(1) {
    grid-column: 1/2;
    /* 2列目 */
    grid-row: 1/3;
    /* 1行目 */
  }

  .top2023-icon-nav__item:nth-child(1) figure img {
    aspect-ratio: 240/312;
    max-width: 240px;
  }

  .top2023-icon-nav__item:nth-child(1) .text {
    margin-top: 20px;
    padding-left: 10px;
  }

  .top2023-icon-nav__item:nth-child(1) .en {
    margin-bottom: 8px;
  }

  .top2023-icon-nav__item:nth-child(1) .jp {
    font-size: 1.8rem;
  }

  .top2023-icon-nav__item:nth-child(1) a::after {
    width: 52px;
    height: 34px;
    right: 5px;
    bottom: 6px;
  }

  .top2023-bg-box__text.-vertical {
    left: 50%;
    transform: translateX(-600px);
  }

  .top2023-section-news {
    margin-top: 100px;
  }

  .top2023-section-news__fl {
    display: flex;
    justify-content: space-between;
    gap: 7.2%;
  }

  .top2023-section-news__fl__ttl {
    min-width: 224px;
  }

  .top2023-section-news__fl__main {
    max-width: 664px;
  }

  .top2023-section-gelende > .top2023-c-btn {
    display: none;
  }

  .top2023-gelende-head {
    display: flex;
    justify-content: space-between;
  }

  .top2023-gelende-head__ttl {
    margin-bottom: 0;
  }

  .top2023-gelende-head__ttl .top2023-c-btn {
    display: block;
    margin-top: 85px;
    max-width: 224px;
  }

  .top2023-gelende-head__text {
    width: calc(100% - 400px);
  }
}

@media only screen and (max-width:750px) {
  body {
    min-width: 320px;
    font-size: 1.2rem;
  }

  .pc {
    display: none !important;
  }

  .wp-editorcontent h1,
  .wp-editorcontent h2 {
    font-size: 1.8rem;
  }

  .wp-editorcontent h3 {
    font-size: 1.6rem;
  }

  .wp-editorcontent h4 {
    font-size: 1.4rem;
  }

  .wp-editorcontent h5 {
    font-size: 1.3rem;
  }

  .l-inner {
    padding: 0 5.3%;
    box-sizing: border-box;
  }

  .l-row.l-row--spblock {
    display: block;
  }

  .l-header.is-dark .header-upperunit {
    background-color: rgba(0, 5, 25, 0.8);
  }

  .header-upperunit {
    background-color: rgba(0, 5, 25, 0.4);
    transition: background-color 0.3s;
  }

  .header-upperright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
  }

  .header-logo {
    width: 110px;
    height: 120px;
    left: 0;
  }

  .header-logo img {
    width: 52px;
  }

  .header-navunit {
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    pointer-events: none;
    height: 100vh;
    overflow: scroll;
  }

  .header-navunit.is-shown {
    pointer-events: all;
  }

  .header-navunit.is-shown .header-navunit__inner {
    transform: translateX(0);
  }

  .header-navunit__inner {
    width: 250px;
    box-sizing: border-box;
    padding: 70px 30px 26px;
    z-index: 99;
    transform: translateX(100%);
    background-color: #1e3250;
    background-image: url(images/common/bg-pattern-blue.png);
    text-align: left;
    transition: transform 0.4s ease-out;
  }

  .gnav__item {
    font-size: 1.4rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.25);
    padding: 8px 0;
    letter-spacing: 0.04rem;
  }

  .gnav__item:first-of-type {
    border-top: none;
  }

  .gnav__parent {
    padding-right: 25px;
  }

  .gnav__parent a {
    pointer-events: none;
  }

  .gnav__child__wrapper {
    display: none;
  }

  .gnav__child__title {
    padding: 4px 0;
  }

  .gnav__child__title a:before {
    content: "";
    display: block;
    width: 8px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skewX(40deg);
    position: absolute;
    left: 0;
    top: 6px;
  }

  .gnav__child__list {
    display: none;
    font-size: 1.1rem;
    padding-left: 0;
  }

  .header-subunit {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-subnav {
    padding: 10px 0;
  }

  .header-subnav__item {
    padding: 4px 0;
  }

  .header-lang {
    background-color: transparent;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .header-lang__list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .header-lang__item {
    background-color: #1e3250;
    border-bottom: 1px solid #fff;
  }

  .header-sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }

  .header-sns .sns-icon {
    margin-top: 0;
  }

  .header-sns .sns-icon.sns-icon--youtube {
    margin-top: 0;
  }

  .l-footer {
    padding-bottom: 20px;
  }

  .footer-golf {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-golf__figure {
    display: block;
    width: 165px;
    height: auto;
  }

  .footer-golf__logo {
    flex: 1;
    margin-top: 0;
  }

  .footer-golf__logo img {
    width: 140px;
  }

  .footer-main {
    padding: 40px 5.2%;
  }

  .footer-main:after {
    right: -20px;
    top: auto;
    bottom: -20px;
    width: 237px;
    height: 190px;
  }

  .footer-logo {
    width: 150px;
    margin: 0 auto;
  }

  .footer-company {
    display: block;
    text-align: center;
  }

  .footer-company__name {
    font-size: 1.4rem;
    margin-top: 12px;
  }

  .footer-company__address {
    font-size: 1.2rem;
    margin-top: 4px;
  }

  .footer-nav__item {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }

  .footer-nav__item a:before {
    width: 20px;
    height: 20px;
  }

  .footer-nav__item a:after {
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 10px;
  }

  .footer-copyright {
    font-size: 1rem;
  }

  .footer-sns {
    padding: 8px 0;
  }

  .footer-sns .sns-icon {
    margin: 0 20px;
  }

  .footer-group {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer-group__item {
    margin: 8px 0;
    width: 49%;
    text-align: center;
  }

  .footer-group__item--trip {
    width: 130px;
  }

  .header-2023-upperunit {
    justify-content: space-between;
    width: calc(100% - 60px);
  }

  .l-header-2023.is-active .header-2023-weather {
    display: none;
  }

  .l-header-2023.is-active .header-2023-language {
    display: flex;
    align-items: center;
    padding-left: 27px;
  }

  .l-footer-2023 {
    padding-bottom: 20px;
  }

  .block-figure__textarea {
    margin-left: 0;
    padding: 24px 10px;
  }

  .block-figure .tag-triangle {
    top: 6px;
    right: -30px;
  }

  .block-figure__title {
    font-size: 1.4rem;
    letter-spacing: 0.11rem;
  }

  .block-figure__title-small {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .block-figure__title-en {
    font-size: 4.3rem;
    letter-spacing: 0.5rem;
    margin-bottom: 10px;
  }

  .block-figure__title-en.small {
    font-size: 2.5rem;
  }

  .block-figure__subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.14rem;
    line-height: 1.44;
  }

  .block-figure__text {
    line-height: 1.42;
  }

  .block-figure .btn-arrow {
    margin-top: 20px;
  }

  .box-general {
    padding: 10px;
  }

  .box-general--p40 {
    padding: 10px;
  }

  .box-general--col4 .box-general__content {
    width: 50%;
  }

  .box-general__content {
    padding: 10px;
  }

  .box-general__textarea {
    padding: 20px 15px;
  }

  .box-general .title-ja--m {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .box-general__inner {
    padding: 10px;
  }

  .box-general .box-bg {
    margin-top: 20px;
  }

  .box-img__list {
    justify-content: space-between;
    margin-top: 4px;
  }

  .box-img__list .box-img {
    width: 49%;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 4px;
  }

  .box-img__list .box-img:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .box-layer__head {
    width: 300px;
    margin-right: 0;
    margin-left: auto;
    margin-top: -20px;
    padding: 60px 10px 35px;
  }

  .box-layer__title .img {
    width: 160px;
  }

  .box-layer__title .text-big {
    font-size: 3.2rem;
  }

  .box-layer__title .text {
    font-size: 1.4rem;
    letter-spacing: 0.17rem;
  }

  .box-layer__title .text:before,
  .box-layer__title .text:after {
    width: 30px;
    margin-top: 12px;
  }

  .box-layer__title .text:before {
    margin-right: 8px;
  }

  .box-layer__title .text:after {
    margin-left: 8px;
  }

  .box-layer__text {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
  }

  .box-layer__text02 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 16px;
  }

  .box-layer__sub {
    font-size: 0.9rem;
    margin-top: 6px;
  }

  .box-layer__content {
    width: 300px;
  }

  .box-layer__content .btn-arrow {
    position: absolute;
    bottom: -26px;
    right: 0;
  }

  .box-layer__list .box-layer {
    margin-top: 60px;
  }

  .box-set__head {
    padding: 14px;
  }

  .box-set__title {
    font-size: 1.5rem;
  }

  .box-set__title .small {
    font-size: 1.2rem;
  }

  .box-set__content--p20 {
    padding: 10px;
  }

  .box-set__content--p40 {
    padding: 10px 20px;
  }

  .box-set__content--row .box-set__textarea {
    padding-bottom: 10px;
  }

  .box-set__content--row .box-set__imgarea__section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px;
  }

  .box-set__content--row .box-set__imgarea__section .img {
    width: 49%;
  }

  .box-set__content--row .box-set__imgarea img {
    width: 100%;
    max-width: 100%;
  }

  .box-set__content--row-reverse .box-set__textarea {
    padding-top: 10px;
  }

  .box-set__content--row-reverse > img {
    width: 100%;
  }

  .box-set__content .flex-image {
    margin: 0 0 16px;
  }

  .box-set__content .between {
    margin: 3px 9px 0 0;
  }

  .box-set__content .price-image {
    margin: 0 0 10px;
  }

  .box-set__content .taxi-image,
  .box-set__content .car-image {
    margin: 8px 0 0;
  }

  .box-set__btn {
    width: 30px;
    height: 30px;
    right: 8px;
  }

  .box-set__btn:before,
  .box-set__btn:after {
    width: 20px;
  }

  .box-set--toggle .box-set__head {
    padding-right: 50px;
  }

  .box-sq__upperarea {
    padding: 30px 25px;
  }

  .box-sq__title {
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .box-sq__text {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    line-height: 1.58;
  }

  .box-sq__bottomarea {
    padding: 20px;
  }

  .box-accent {
    padding: 15px;
  }

  .box-scroll {
    overflow: scroll;
  }

  .box-scroll:after {
    opacity: 0;
  }

  .box-scroll.is-active {
    position: relative;
  }

  .box-scroll.is-active:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #000519;
    opacity: 0.4;
    z-index: 2;
    animation: scrollDot 1.6s ease-out infinite;
  }

  .box-scroll.is-active:after {
    content: "← SCROLL";
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    text-align: center;
    background-color: rgba(0, 5, 25, 0.1);
    transition: opacity 3s;
  }

  .breadcrumbs {
    padding: 12px 0;
    font-size: 1.2rem;
  }

  .btn-arrow {
    font-size: 1.4rem;
  }

  .btn-arrow:after {
    width: 10px;
    height: 6px;
  }

  .btn--pdf:before {
    font-size: 1.6rem;
  }

  .btn__row .btn {
    margin-top: 10px;
  }

  .btn__row .btn:first-child {
    margin-top: 0;
  }

  .btn-02__list {
    justify-content: space-between;
  }

  .btn-02__list > li {
    width: 49%;
  }

  .btn-02__list > li:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .card-figure {
    margin-top: 30px;
    box-shadow: -2px 0 2px -2px rgba(4, 0, 0, 0.15);
  }

  .card-figure:first-of-type {
    margin-top: 0;
  }

  .card-figure__textarea {
    padding-bottom: 20px;
  }

  .card-figure__inner {
    padding: 60px 20px 20px;
  }

  .card-figure__inner:after {
    top: 15px;
  }

  .card-figure .btn {
    width: 80%;
    margin: 0 auto;
  }

  .card-figure--reverse {
    box-shadow: 2px 0 2px -2px rgba(4, 0, 0, 0.15);
  }

  .card-skew {
    padding: 20px 10px 40px;
  }

  .card-skew:after {
    bottom: 10px;
  }

  .card-skew__title {
    font-size: 1.4rem;
  }

  .card-skew__number {
    font-size: 4rem;
    letter-spacing: 0.2rem;
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .card-skew__number .ja {
    font-size: 2.8rem;
  }

  .card-skew__number .kara {
    font-size: 2rem;
  }

  .card-skew__number .unit-ja {
    font-size: 1.8rem;
  }

  .card-skew__number .unit {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
  }

  .card-skew__text {
    font-size: 1rem;
  }

  .card-skew__text.align-left {
    padding-left: 0;
  }

  .card-skew__list .card-skew {
    width: 49%;
    margin-top: 4px;
  }

  .greport {
    width: 300px;
    padding: 22px 22px 50px;
    z-index: 999;
  }

  .greport__title-en {
    font-size: 3.2rem;
    letter-spacing: 0.36rem;
    margin-right: 10px;
  }

  .greport__title-ja {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    padding-top: 0;
  }

  .greport__update {
    font-size: 0.9rem;
  }

  .greport__content {
    padding-top: 6px;
  }

  .greport__comment {
    font-size: 1.4rem;
  }

  .greport__weather {
    width: 94px;
  }

  .greport__weather__icon {
    width: 94px;
    height: 80px;
  }

  .greport__weather__ja {
    font-size: 1.2rem;
  }

  .greport__weather__en {
    font-size: 0.9rem;
  }

  .greport__detail {
    margin-left: 16px;
  }

  .greport__temp {
    display: block;
  }

  .greport__temp .celsius {
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
  }

  .greport__temp .celsius .unit {
    font-size: 2.5rem;
  }

  .greport__temp .fahrenheit {
    font-size: 1rem;
  }

  .greport__data__head {
    font-size: 1.2rem;
  }

  .greport__data__head .en {
    font-size: 0.9rem;
  }

  .greport__data__content {
    font-size: 1.6rem;
    letter-spacing: 0.13rem;
  }

  .greport__data__content .text {
    font-size: 1.2rem;
  }

  .greport__data__content .unit {
    font-size: 1.2rem;
  }

  .greport__btn {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }

  .greport__btn:after {
    width: 11px;
    height: 5px;
    top: 11px;
    left: 6px;
  }

  .greport--l {
    margin: 0 auto 20px;
  }

  .greport--l .greport__update {
    top: -12px;
    right: 10px;
    font-size: 1.1rem;
  }

  .greport--l .greport__detail {
    margin-top: 7px;
  }

  .icon-nav__item {
    width: 33.3%;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.25;
    border-top: 1px solid #dee0e4;
  }

  .icon-nav__item:nth-of-type(3n+1) {
    border-left: none;
  }

  .icon-nav__item:nth-of-type(-n+3) {
    border-top: none;
  }

  .icon-nav__item a {
    height: 125px;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 22px;
  }

  .icon-nav__item a:before {
    top: 18px;
    width: 72px;
    height: 57px;
    font-size: 5.4rem;
  }

  .icon-nav__item--weather a {
    padding-top: 84px;
  }

  .icon-nav__item--lift a:before {
    font-size: 3.8rem;
  }

  .list-box__item {
    display: block;
    padding: 12px 0;
    min-height: auto;
    width: 100%;
    margin-top: 4px;
  }

  .list-box__item--p20 {
    padding: 12px;
  }

  .list-box__head {
    text-align: center;
    font-size: 1.2rem;
    margin-right: 0;
  }

  .list-box__text {
    margin-top: 6px;
    font-size: 3.4rem;
  }

  .list-box__text .unit {
    font-size: 1.8rem;
  }

  .list-box--col5 {
    justify-content: space-between;
  }

  .list-box--col5 .list-box__item {
    display: flex;
    width: 100%;
  }

  .list-box--col6 {
    justify-content: space-between;
  }

  .list-box--col6 .list-box__item,
  .list-box--col6 > li {
    display: flex;
    width: 49%;
  }

  .list-box--col6 .list-box__item:not(:nth-of-type(-n+2)),
  .list-box--col6 > li:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }

  .list-box--col8 {
    justify-content: space-between;
  }

  .list-box--col8 .list-box__item,
  .list-box--col8 > li {
    display: flex;
    width: 49%;
  }

  .list-box--col8 .list-box__item:not(:nth-of-type(-n+2)),
  .list-box--col8 > li:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }

  .list-box--col10 {
    justify-content: space-between;
  }

  .list-box--col10 .list-box__item {
    display: flex;
    width: 49%;
  }

  .list-box--col10 .list-box__item:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }

  .list-box--col12 {
    justify-content: space-between;
  }

  .list-box--col12 .list-box__item {
    display: flex;
    width: 49%;
  }

  .list-box--col12 .list-box__item:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }

  .list-box--col14 {
    justify-content: space-between;
  }

  .list-box--col14 .list-box__item {
    display: flex;
    width: 24%;
  }

  .list-box--col14 .list-box__item:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }

  .list-box--archive > li {
    display: block;
    padding: 12px 0;
    min-height: auto;
    margin-top: 10px;
  }

  .list-box--col2 {
    display: block;
  }

  .list-box--col2 .list-box__item {
    display: flex;
    width: 100%;
    margin-top: 4px;
  }

  .list-box--col2 .list-box__item .list-box__imgarea {
    width: 40%;
  }

  .list-box--col2 .list-box__item .text-content {
    flex: 1;
  }

  .list-gallery > li {
    flex: 0 0 50%;
    padding: 0;
    padding-left: 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
  }

  .list-imgcard .tag-triangle {
    top: 6px;
    right: -28px;
    transform: rotate(45deg) translate3d(0, 0, 1px);
  }

  .list-imgcard__inner {
    padding-right: 15px;
  }

  .list-imgcard__img {
    height: 160px;
  }

  .list-imgcard__img__round {
    width: 120px;
    height: 120px;
  }

  .list-imgcard__textarea {
    padding: 16px 10px 20px 20px;
  }

  .list-imgcard__meta {
    font-size: 1rem;
  }

  .list-imgcard__title {
    font-size: 1.4rem;
    letter-spacing: 0.11rem;
    line-height: 1.21;
    margin-top: 4px;
  }

  .list-imgcard__text {
    margin-top: 6px;
  }

  .list-imgcard__btn {
    width: 11px;
    height: 6px;
  }

  .list-imgcard--col4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list-imgcard--col4 .list-imgcard__item {
    width: 48%;
    margin-top: 12px;
  }

  .list-imgcard--col4 .list-imgcard__item:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .list-imgcard--col4 .list-imgcard__img {
    height: 115px;
  }

  .list-imgcard--col4 .list-imgcard__textarea {
    padding: 10px 10px 20px;
  }

  .list-label__item {
    padding-left: 50px;
  }

  .list-label__item:before {
    font-size: 1.3rem;
  }

  .list-label__item:after {
    border-width: 120px;
    border-left-width: 40px;
    left: 0;
  }

  .list-label__item--zone {
    padding-left: 60px;
  }

  .list-label__item--zone:after {
    left: 13px;
  }

  .list-label__title {
    font-size: 1.3rem;
  }

  .list-label__title.list-label__title--has-icon:after {
    width: 20px;
    height: 20px;
  }

  .list-label__text {
    font-size: 1rem;
  }

  .list-label__status {
    right: 8px;
  }

  .list-label__status.open:before {
    margin-right: 7px;
  }

  .list-nav {
    margin-bottom: 30px;
  }

  .list-nav__item {
    width: 50%;
    border-top: 1px solid #dee0e4;
  }

  .list-nav__item:nth-of-type(2n+1) {
    border-left: none;
  }

  .list-nav__item:nth-of-type(-n+2) {
    border-top: none;
  }

  .list-nav--spcol4 .list-nav__item {
    flex: 1;
    width: auto;
  }

  .list-nav--spcol4 .list-nav__item:nth-of-type(2n+1) {
    border-left: 1px solid #dee0e4;
  }

  .list-nav--spcol4 .list-nav__item:nth-of-type(-n+2) {
    border-top: 1px solid #dee0e4;
  }

  .list-news {
    border-bottom: 1px solid #dee0e4;
  }

  .list-news__metaarea--l .list-news__meta {
    font-size: 1.2rem;
  }

  .list-news__meta {
    font-size: 1rem;
  }

  .list-news__title {
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.11rem;
    line-height: 1.3;
    margin-top: 2px;
  }

  .list-step__head {
    padding: 12px 20px;
  }

  .list-step__head:before {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-right: 8px;
  }

  .list-step__title {
    font-size: 1.4rem;
  }

  .list-step__title:before {
    font-size: 1.8rem;
    margin-right: 10px;
  }

  .list-step__content {
    padding: 15px;
  }

  .list-step02__titlearea .tag-sq {
    margin-top: 6px;
  }

  .list-step02__title {
    line-height: 1.38;
    font-size: 1.3rem;
  }

  .list-step02__arrow {
    padding: 16px 0;
    font-size: 1.6rem;
  }

  .list-step02__arrow:before {
    top: 0;
  }

  .list-step02__arrow:after {
    bottom: -10px;
  }

  .list-tab__item {
    margin-top: 4px;
  }

  .list-tab__head {
    min-height: 44px;
  }

  .list-tab__head:before,
  .list-tab__head:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #1e3250;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    right: 18px;
  }

  .list-tab__head:after {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }

  .list-tab__title {
    font-size: 1.4rem;
  }

  .list-tab__title:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #e8eaee;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  .list-tab__title .small {
    font-size: 1.2rem;
  }

  .list-tab__content {
    padding: 10px;
  }

  .list-tab2__item {
    margin-top: 6px;
    position: relative;
  }

  .list-tab2__btn {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #e8eaee;
    position: absolute;
    right: 8px;
    top: 5px;
  }

  .list-tab2__btn:before,
  .list-tab2__btn:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #1e3250;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    right: 8px;
  }

  .list-tab2__btn:after {
    transform: rotate(90deg);
  }

  .list-tab2__head {
    height: 40px;
    background-color: #1e3250;
    color: #fff;
  }

  .list-tab2__content {
    display: none;
    padding: 10px 15px 20px;
  }

  .list-toggle--qa .list-toggle__head:before {
    font-size: 2rem;
    left: 10px;
    top: 5px;
  }

  .list-toggle--qa .list-toggle__content {
    padding-left: 30px;
  }

  .list-toggle--qa .list-toggle__content:before {
    left: 12px;
  }

  .list-toggle__head {
    display: block;
    padding: 10px 50px 10px 10px;
  }

  .list-toggle__title {
    font-size: 1.4rem;
    padding-left: 0;
    margin-bottom: 6px;
  }

  .list-toggle__meta {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .list-toggle__date {
    padding-left: 0;
  }

  .list-toggle__btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
  }

  .list-toggle__btn:before,
  .list-toggle__btn:after {
    width: 20px;
  }

  .list-toggle__text {
    padding: 10px;
  }

  .list-decimal > li:before {
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .list-terms dt {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .livecamera {
    margin-top: 20px;
  }

  .livecamera__imgarea:before {
    height: 20px;
  }

  .map-code img {
    max-height: 30px;
  }

  .map-code span {
    font-size: 1.5rem;
  }

  .map-code + .map-code {
    margin: 10px 0 0;
  }

  .mv {
    height: 400px;
  }

  .mv:after {
    height: 210px;
    bottom: -50px;
  }

  .mv.-about {
    background-position: right -120px bottom 40px;
  }

  .mv.-course {
    background-position: right -120px bottom 60px;
  }

  .mv.-price {
    background-position: center left;
  }

  .mv.-facility {
    background-position: right -140px bottom;
  }

  .mv.-access_before-booking {
    background-position: right -50px bottom 20px;
  }

  .mv--short {
    height: 240px;
  }

  .mv--short .mv__textarea {
    top: 110px;
  }

  .mv__textarea {
    bottom: auto;
    top: 270px;
  }

  .mv__title-en {
    font-size: 3.6rem;
    letter-spacing: 0.46rem;
  }

  .mv__title-ja {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .mv__logo {
    width: 200px;
    top: 110px;
  }

  .pagenation .page-numbers {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .pagenation .page-numbers.next,
  .pagenation .page-numbers.prev {
    margin-left: 10px;
  }

  .pagenation .page-numbers.prev {
    margin-right: 10px;
  }

  .post-password-form {
    padding: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.04rem;
  }

  .post-password-form p + p {
    margin-top: 10px;
  }

  .post-password-form label {
    display: block;
    margin-bottom: 15px;
  }

  .post-password-form input[type=password] {
    font-size: 1.3rem;
    letter-spacing: 0.04rem;
  }

  .section-smallhead .l-inner {
    padding-bottom: 40px;
  }

  .section-smallhead__head {
    text-align: center;
    margin-bottom: 13px;
  }

  .section-smallhead__head .btn-arrow {
    position: absolute;
    bottom: 0;
    right: 5.2%;
  }

  .section-general {
    padding: 55px 0 60px;
  }

  .section-local-rule {
    padding: 55px 0 60px;
  }

  .sns-icon.sns-icon--facebook {
    margin-top: -4px;
  }

  .table--spblock {
    display: block;
  }

  .table--spblock .table__head,
  .table--spblock .table__body,
  .table--spblock .table__row,
  .table--spblock .table__cel {
    display: block;
    width: auto !important;
  }

  .table--spblock .table__cel {
    border-top: 1px solid #e8eaee;
    border-left: none;
  }

  .table__caption {
    font-size: 1.3rem;
  }

  .table__head th.table__cel {
    height: auto;
    font-size: 1.3rem;
    letter-spacing: 0.08rem;
  }

  .table th.table__cel {
    font-size: 1.3rem;
  }

  .table__cel {
    padding: 10px;
    font-size: 1.2rem;
  }

  .table__cel.small,
  .table__cel .small {
    font-size: 1.1rem;
  }

  .table__cel.hasicon {
    padding: 10px;
  }

  .table__cel .list-label__status {
    padding: 0;
    display: block;
    text-align: center;
    margin-left: 14px;
  }

  .table__cel .list-label__status:before,
  .table__cel .list-label__status:after {
    left: 0;
    right: 0;
    margin: auto;
  }

  .table__cel .list-label__status.open:before,
  .table__cel .list-label__status.open:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .table__cel .list-label__status .text {
    display: none;
  }

  .tag-triangle {
    width: 100px;
  }

  .tag-triangle:before {
    border-width: 50px;
  }

  .tag-sq {
    font-size: 1.1rem;
    min-width: 90px;
  }

  .tag-icon {
    font-size: 1rem;
    margin-top: 4px;
  }

  .tag-icon:first-child {
    margin-top: 0;
  }

  .tag-icon:before {
    font-size: 1.3rem;
  }

  .tag-icon.icon-ticket:before {
    font-size: 1.1rem;
  }

  .tag-icon__wrapper.align-center .tag-icon {
    margin-top: 0;
  }

  .tag-pict {
    width: 60px;
  }

  .tag-pict--medium .tag-pict__text:before {
    font-size: 2.4rem;
  }

  .tag-pict--big .tag-pict__text:before {
    font-size: 2.4rem;
  }

  .tag-pict__text {
    font-size: 1rem;
  }

  .tag-pict__text:before {
    font-size: 2rem;
  }

  .tag-pict__wrapper {
    margin-bottom: 10px;
    justify-content: flex-end;
  }

  .tag-pict__wrapper.tag-pict__wrapper--forcefit {
    flex-wrap: wrap;
  }

  .tag-pict__wrapper .tag-pict {
    margin-bottom: 8px;
  }

  .text-lead {
    font-size: 1.3rem;
    letter-spacing: 0.04rem;
  }

  .text-strong {
    font-size: 1.3rem;
  }

  .text-arrow {
    padding: 16px 0;
    font-size: 1.6rem;
    padding-left: 40px;
  }

  .text-arrow:before,
  .text-arrow:after {
    left: 10px;
  }

  .text-arrow .small {
    display: block;
    font-size: 1.2rem;
  }

  .text-arrow02 {
    display: inline-block;
    padding-right: 30px;
  }

  .text-arrow02:after {
    border-width: 6px;
    margin-left: 10px;
    margin-top: 4px;
  }

  .title-section {
    font-size: 3.4rem;
    letter-spacing: 0.42rem;
    margin-bottom: 6px;
  }

  .title-section .small {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .title-section__ja {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }

  .title-section__ja:before,
  .title-section__ja:after {
    width: 50px;
  }

  .title-section__ja .icon-logo {
    font-size: 1.8rem;
  }

  .title-section--small {
    font-size: 2.3rem;
  }

  .title-en {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 4px;
  }

  .title-en--m {
    font-size: 3rem;
  }

  .title-ja--s {
    font-size: 1.4rem;
  }

  .title-ja--m {
    font-size: 1.6rem;
  }

  .title-ja--l {
    font-size: 2rem;
  }

  .title-ja {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }

  .title-ja--row {
    display: block;
    font-size: 1.4rem;
  }

  .title-ja--row .big {
    display: block;
    font-size: 2rem;
    margin-left: 0;
    margin-top: 4px;
  }

  .yt-video:before {
    border-width: 15px;
    border-left-width: 25px;
    left: 140px;
  }

  .yt-video:after {
    border-width: 12px;
    border-left-width: 21px;
    left: 141px;
  }

  .yt-video a:before {
    width: 70px;
    height: 70px;
  }

  .yt-video a:after {
    width: 66px;
    height: 66px;
  }

  .sp-ytframe iframe {
    width: 100%;
  }

  .page-about .mv {
    background-position: right -120px bottom 40px;
  }

  #Train iframe {
    width: 100%;
  }

  .page-bus-pack .mv {
    background-position: right -50px bottom 80px;
  }

  .page-course .mv {
    background-position: right -120px bottom 60px;
  }

  .page-event .mv {
    background-position: center bottom 70px;
  }

  .page-olympiazone-news .mv {
    background-position: left -360px bottom;
  }

  .page-olympia-ski-center .mv {
    background-position: top -30px center;
  }

  .page-olympia-ski-center .box-bg.box-bg--grey img {
    width: 100%;
  }

  .greport-map__tab {
    width: 49%;
    font-size: 1.3rem;
  }

  .greport-map .signage-statelist {
    flex-wrap: wrap;
    justify-content: center;
  }

  .greport-map .signage-statelist__item {
    height: 50px;
    width: calc(33% - 4px);
    margin: 2px;
  }

  .greport-map .signage-statelist__text {
    font-size: 1.3rem;
  }

  .greport-map .signage-statelist.signage-statelist--course .signage-statelist__item {
    width: calc(50% - 4px);
  }

  .greport-map__maptext {
    top: 4px;
    left: 4px;
  }

  .greport-map__levels {
    font-size: 1.2rem;
  }

  .greport-map__levels__item:not(:first-child) {
    margin-left: 8px;
  }

  .greport-map__levels__item:after {
    width: 37px;
    height: 12px;
    margin-left: 4px;
  }

  .page-lift-fee .mv {
    background-position: center left;
  }

  .page-saj .mv,
  .page-ski-badge-test .mv,
  .page-board-badge-test .mv {
    background-position: center left -34px;
  }

  .page-sdgs .list-box--col6 {
    justify-content: flex-start;
  }

  .page-sdgs .list-box--col6 .list-box__item {
    width: 32%;
    margin: 5px 5px 0 0;
  }

  .page-sdgs .list-box--col6 .list-box__item:nth-child(3n) {
    margin: 5px 0 0;
  }

  .signage-statelist__icon {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .signage-statelist__icon .small {
    font-size: 1rem;
  }

  .signage-statelist__icon.is-closed:before,
  .signage-statelist__icon.is-closed:after {
    width: 16px;
  }

  .top2023 .l-inner {
    width: calc(100% - 70px);
  }

  .top2023-mv__copyright {
    right: 8vw;
    bottom: 4vw;
  }

  .top2023-mv:has(.top2023-info) .top2023-mv__copyright {
    bottom: 90px;
  }

  .top2023-bg-box.-white::before {
    min-width: 667px;
    background-image: url(images/top2023/bg-mountain03-sp.png);
    background-position: bottom left;
    background-size: 100% 186px;
  }

  .top2023-gelende-fl__item .c-swiper-prev,
  .top2023-gelende-fl__item .c-swiper-next {
    width: 40px;
    height: 26px;
  }

  .top2023-gelende-course__item .top2023-c-circle-ttl {
    padding-left: 16px;
    font-size: 12px;
  }

  .top2023-gelende-course__item .top2023-c-circle-ttl:before {
    top: 0;
    width: 12px;
    height: 12px;
  }

  .mv-top {
    height: auto;
    padding-bottom: 270px;
  }

  .mv-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000519;
    opacity: 0.15;
  }

  .mv-top:after {
    height: 360px;
    bottom: -70px;
  }

  .mv-top__textarea {
    top: 62vw;
    left: 5vw;
    max-width: 60vw;
    text-align: right;
  }

  .mv-top__ill {
    width: 121px;
  }

  .mv-top__title {
    display: block;
    font-size: 2.5rem;
    margin-top: -10vw;
    letter-spacing: 0.5rem;
    text-align: left;
  }

  .mv-top__text {
    font-size: 1rem;
    margin-top: 10px;
  }

  .mv-top__link {
    top: 81vw;
  }

  body.home .l-content {
    margin-top: -30px;
  }

  body.home .section-pickup {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  body.home .section-pickup .l-inner {
    padding: 0;
  }

  body.home .section-covid {
    padding-top: 0;
  }

  body.home .section-covid .section-nav .l-inner {
    padding-bottom: 70px;
  }

  body.home .section-covid .section-nav .icon-nav {
    position: absolute;
    top: -225px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }

  body.home .section-covid .section-smallhead__container:nth-child(2) a {
    flex-direction: column;
  }

  body.home .section-covid .section-smallhead__container:nth-child(2) a img {
    margin: 0 0 10px;
  }

  body.home .section-covid .btn-arrow::after {
    top: auto;
    bottom: 0;
  }

  body.home .section-news {
    padding-top: 0;
  }

  body.home .section-about {
    background-image: url(images/top/bg-about-sp.jpg);
  }

  body.home .section-about .btn-arrow {
    margin-top: 12px;
  }

  body.home .section-new:before {
    right: -20px;
    left: -20px;
    top: -20px;
    height: 300px;
    bottom: auto;
    transform: rotate(3deg);
  }

  body.home .section-blog .btn-arrow {
    margin-top: 0;
    bottom: 10px;
  }

  .course-status {
    display: block;
  }

  .course-status__imgarea {
    width: 100%;
    height: 94vw;
  }

  .course-status__map {
    background-size: 100%;
    background-position: center;
  }

  .course-status.signage .box-set__list {
    display: block;
  }

  .course-status .signage__modal {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(30, 50, 80, 0.9);
    overflow: scroll;
    padding-top: 5%;
    padding-left: 5%;
    transition: opacity 0.3s;
    opacity: 0;
  }

  .course-status .signage__modal.is-active {
    opacity: 1;
    pointer-events: all;
  }

  .course-status .signage__modal .signage__maparea {
    width: 1000px;
    margin-top: 40px;
  }

  .course-status .signage-lift__name {
    font-size: 1.2rem;
  }

  .course-status .signage-lift__statearea {
    width: 45px;
    height: 45px;
  }
}