@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap);
@charset "UTF-8";
/*=====
変数
=====*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*=====
Mixin
=====*/
@font-face {
  font-family: "DIN";
  src: url(../css/DIN_alternate_bold.otf);
}
html {
  font-size: 10px;
}

body {
  color: #575757;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
body.fixed {
  overflow: hidden;
  position: relative;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.h2 {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  line-height: 1;
}

/* .l-main {
  margin-bottom: 60px;
} */

.l-header--ex {
  margin-bottom: 48px;
}

.l-footer {
  margin-top: 60px;
}
.l-footer.is-hidden {
  display: none;
}

.c-container {
  padding-left: 5vw;
  padding-right: 5vw;
}

.c-hamburger {
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 999;
}
.c-hamburger.is-active .c-hamburger__line1 {
  background-color: #ffffff;
  left: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line2 {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line3 {
  background-color: #ffffff;
  left: 2px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-hamburger__line {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  width: 25px;
}
.c-hamburger__line1 {
  left: -4px;
}
.c-hamburger__line2 {
  left: 2px;
}
.c-hamburger__line3 {
  left: 8px;
}
.c-hamburger__line--b {
  background-color: #000000;
}
.c-hamburger__button {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 10;
}
.c-hamburger__nav {
  background-color: rgba(0, 0, 0, 0.839216);
  color: #ffffff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 130px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 998;
}
.c-hamburger__nav.is-active {
  opacity: 1;
  overflow: scroll;
  visibility: visible;
}
.c-hamburger__logo {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 2;
}
.c-hamburger__page {
  font-size: 1.8rem;
  letter-spacing: 2.48px;
  line-height: 1;
  margin-bottom: 32px;
}
.c-hamburger__page-top {
  margin-bottom: 84px;
}
.c-hamburger__link {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 22px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-hamburger__link::before {
  content: "・";
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
}
.c-hamburger__link:hover {
  opacity: 0.6;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.c-button {
  display: block;
  font-size: 1.5rem;
  height: 46px;
  letter-spacing: 1.6px;
  line-height: 44px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s, letter-spacing 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, letter-spacing 0.3s;
  transition: background-color 0.3s, color 0.3s, letter-spacing 0.3s;
  width: 100%;
}
.c-button--l {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  min-height: 46px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.c-button::before, .c-button::after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.c-button::before {
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
      -ms-transform: scale(0.1, 1);
          transform: scale(0.1, 1);
  z-index: 1;
}
.c-button::after {
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-button:hover::after {
  opacity: 0;
  -webkit-transform: scale(1, 0.1);
      -ms-transform: scale(1, 0.1);
          transform: scale(1, 0.1);
}
.c-button--s {
  font-size: 1rem;
}
.c-button--s:hover {
  letter-spacing: 5px;
}

.c-top {
  color: #404040;
}
.c-top__target {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.45px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-top__target:hover {
  opacity: 0.6;
}
.c-top__target:hover .c-top__icon {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-top__icon {
  height: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 13px;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 5vw;
  top: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.p-header--ex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 30px;
  position: static;
  width: 100%;
}
.p-header__logo {
  height: 38px;
}
.p-header__logo a {
  display: block;
  height: 100%;
  text-align: left;
}
.p-header__logo a img {
  height: 100%;
  width: auto;
}
.p-header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__switch {
  margin-right: 20px;
}
.p-header__switch-link {
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
}
.p-header__switch-link--b {
  color: #000000;
}

.p-footer {
  color: #404040;
}
.p-footer__top {
  margin-bottom: 60px;
}
.p-footer__logo {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
}
.p-footer__bottom {
  margin-bottom: 56px;
  text-align: center;
}
.p-footer__copyright {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
}

.p-banner__grid {
  display: grid;
  gap: 4px;
}
.p-banner__link {
  display: block;
  overflow: hidden;
  position: relative;
}
.p-banner__link::before {
  background-color: rgba(0, 0, 0, 0.38);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  z-index: 1;
}
.p-banner__link:hover::before {
  background-color: transparent;
}
.p-banner__link:hover .p-banner__image {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.p-banner__title.h2 {
  color: #ffffff;
  font-size: 1.5rem;
  left: 24px;
  letter-spacing: 2.3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.p-banner__image {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-about {
  margin-bottom: 56px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.p-about__content {
  margin-bottom: 56px;
}
.p-about__title.h2 {
  margin-bottom: 48px;
}
.p-about__caption {
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  line-height: 2;
  margin-bottom: 56px;
}
.p-about__button {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
.p-about__map {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  position: relative;
}
.p-about__map-area {
  display: block;
}
.p-about__map-area path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}
.p-about__map-area.is-active path {
  fill: #444;
  stroke: none;
}
.p-about__map-area:hover path {
  fill: #444;
  stroke: none;
}
.p-about__map-name {
  font-size: 1.4rem;
  letter-spacing: 2px;
  position: absolute;
}
.p-about__map-name .line {
  z-index: -1;
}
.p-about__map-name.hokusei {
  height: 12%;
  left: 23%;
  top: 4%;
  width: 34.33%;
}
.p-about__map-name.hokusei .line {
  background-image: url(../images/top/map/line/hokusei.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
}
.p-about__map-name.iga {
  height: 12.65%;
  left: -30px;
  top: 21%;
  width: 38.56%;
}
.p-about__map-name.iga .line {
  background-image: url(../images/top/map/line/iga.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
}
.p-about__map-name.chunansei {
  height: 11.25%;
  right: 30px;
  text-align: right;
  top: 33%;
  width: 39.78%;
}
.p-about__map-name.chunansei .line {
  background-image: url(../images/top/map/line/chunansei.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
}
.p-about__map-name.iseshima {
  height: 24.68%;
  right: 11%;
  top: 78%;
  width: 33.78%;
}
.p-about__map-name.iseshima .line {
  background-image: url(../images/top/map/line/iseshima.svg);
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: -78%;
  width: 100%;
}
.p-about__map-name.higashikishu {
  height: 17.88%;
  right: 35%;
  text-align: right;
  top: 93%;
  width: 35.42%;
}
.p-about__map-name.higashikishu .line {
  background-image: url(../images/top/map/line/higashikishu.svg);
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 0;
  top: -65%;
  width: 100%;
}
.p-about__map-name span {
  margin-bottom: 3px;
}
.p-about__map-name .link {
  margin-bottom: 3px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.p-about__map-name .link:hover {
  color: #000000;
}
.p-about__map-name .link#map-higashikishu {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}

.p-mv {
  margin-bottom: 56px;
  position: relative;
}
.p-mv__logo {
  left: 10%;
  position: absolute;
  top: 130px;
  width: 80%;
  z-index: 2;
}
.p-mv__scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.p-mv__scroll-text {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}
.p-mv__scroll-bar {
  height: 128px;
  overflow: hidden;
  position: relative;
  width: 1px;
}
.p-mv__scroll-bar::before {
  -webkit-animation: 2s linear 2s infinite running kf_scrollbar;
          animation: 2s linear 2s infinite running kf_scrollbar;
  background-color: #ffffff;
  content: "";
  height: 128px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

@-webkit-keyframes kf_scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes kf_scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-experience {
  display: block;
  overflow: hidden;
  position: relative;
}
.p-experience__mv {
  margin-bottom: 48px;
}
.p-experience__mv-media {
  margin-bottom: 24px;
}
.p-experience__mv-media a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-experience__mv-media a:hover {
  opacity: 0.6;
}
.p-experience__mv-button {
  font-size: 1.4rem;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: fit-content;
  /* max-width: 264px; */
}
.p-experience__section {
  margin-bottom: 64px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}
.p-experience__section#igahokusei {
  z-index: 5;
}
.p-experience__section#chunansei {
  z-index: 4;
}
.p-experience__section#iseshima {
  z-index: 3;
}
.p-experience__section#higashikishu {
  z-index: 2;
}
.p-experience__header {
  margin-bottom: 48px;
  padding-top: 90px;
  position: relative;
}
.p-experience__header-title.h2 {
  margin-bottom: 48px;
}
.p-experience__header-caption {
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  line-height: 2;
}
.p-experience__header-media {
  height: 130px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.p-experience__header-media img {
  height: 100%;
}
.p-experience__grid {
  display: grid;
  gap: 48px;
  position: relative;
  z-index: 3;
}
.p-experience__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-experience__grid-media {
  margin-bottom: 20px;
}
.p-experience__grid-title.h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  line-height: 2;
  margin-bottom: 20px;
}
.p-experience__grid-more {
  display: block;
  text-align: center;
}
.p-experience__grid-more span {
  border-bottom: 1px solid #575757;
  display: inline-block;
  font-family: "DIN";
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 28px;
  padding-left: 23px;
  position: relative;
  -webkit-transition: letter-spacing 0.3s;
  -o-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
.p-experience__grid-more span::before {
  content: "+";
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  left: 0;
  line-height: 28px;
  position: absolute;
  top: -2px;
}
.p-experience__grid-more span:hover {
  letter-spacing: 6px;
}
.p-experience__top {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 20px;
  font-size: 1.2rem;
  height: 58px;
  position: fixed;
  right: 20px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 68px;
  z-index: 99;
}
.p-experience__top.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-experience__top .c-top__target {
  height: 100%;
}

.p-modal {
  background-color: #ffffff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999;
}
.p-modal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.p-modal__close {
  cursor: pointer;
  height: 18px;
  position: relative;
  width: 18px;
}
.p-modal__close-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-modal__close .cross {
  background-color: #ffffff;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 18px;
}
.p-modal__close .cross--b {
  background-color: #000000;
}
.p-modal__close .cross1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-modal__close .cross2 {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-modal__media {
  position: relative;
}
.p-modal__media::before {
  content: "";
  display: block;
  padding-top: 46.875%;
}
.p-modal__media-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.p-modal__swiper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-modal__swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-modal__swiper-next, .p-modal__swiper-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-modal__swiper-next::after, .p-modal__swiper-prev::after {
  content: "";
}
.p-modal__swiper-next .arrow, .p-modal__swiper-prev .arrow {
  display: block;
  height: 20px;
  width: 20px;
}
.p-modal__swiper-next .arrow--left, .p-modal__swiper-prev .arrow--left {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding-left: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-modal__swiper-next .arrow--right, .p-modal__swiper-prev .arrow--right {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding-right: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-modal__swiper-next {
  right: 7vw;
}
.p-modal__swiper-prev {
  left: 7vw;
}
.p-modal__content {
  padding: 56px 5vw 94px;
  /* padding: 56px 5vw 64px; */
}
.p-modal__content-title.h2 {
  line-height: 1.72;
  margin-bottom: 48px;
}
.p-modal__content-story {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  line-height: 2.2;
  margin-bottom: 48px;
}
.p-modal__content-point {
  border-left: 1px solid #575757;
  margin-bottom: 48px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-top: 28px;
}
.p-modal__content-point-heading {
  font-size: 1.8rem;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}
.p-modal__content-point-list {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  line-height: 2.2;
  padding-left: 21px;
}
.p-modal__content-point-list li {
  position: relative;
}
.p-modal__content-point-list li::before {
  content: "・";
  font-size: 1.4rem;
  left: -21px;
  letter-spacing: 1.4px;
  line-height: 2.2;
  position: absolute;
  top: 0;
}
.p-modal__content-schedule {
  margin-bottom: 48px;
}
.p-modal__content-schedule-heading {
  border-bottom: 1px solid #575757;
  font-size: 1.8rem;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.p-modal__content-schedule-list {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 1.78;
  margin-bottom: 20px;
}
.p-modal__content-schedule-list .mb {
  margin-bottom: 22px;
}
.p-modal__content-schedule-time {
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-modal__content-schedule-detail {
  padding-left: 15px;
  width: auto;
}
.p-modal__content-more {
  margin-bottom: 48px;
}
.p-modal__content-button {
  max-width: 100%;
}
.p-modal__content-movie {
  margin-bottom: 56px;
  position: relative;
}
.p-modal__content-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-modal__content-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-modal__content-close {
  margin-left: auto;
  margin-right: auto;
}

.js-fadein {
  opacity: 0;
}
.js-fadein.is-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-fadeIn;
          animation-name: kf-fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-fadein:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.js-fadein:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-fadein:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.js-fadein:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fadein:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes kf-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes kf-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.js-visible {
  opacity: 0;
}
.js-visible.is-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-visible;
          animation-name: kf-visible;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-visible:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.js-visible:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-visible:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.js-visible:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-visible:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes kf-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-mbm {
  margin-bottom: 32px;
}

/*================================================
Foundation
================================================*/
/*================================================
Layout
================================================*/
/*================================================
Object
================================================*/
@media (min-width: 520px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
  }
  .h2 {
    font-size: 2.3rem;
  }
  /* .l-main {
    margin-bottom: 90px;
  } */
  .l-header--ex {
    margin-bottom: 180px;
  }
  .l-footer {
    margin-top: 90px;
  }
  .c-hamburger {
    height: 42px;
    width: 42px;
  }
  .c-hamburger__line {
    height: 2px;
    width: 40px;
  }
  .c-hamburger__line1 {
    left: -8px;
  }
  .c-hamburger__line2 {
    left: 3px;
  }
  .c-hamburger__line3 {
    left: 14px;
  }
  .c-hamburger__button {
    height: 42px;
    width: 42px;
  }
  .c-hamburger__nav {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .c-hamburger__logo {
    margin-bottom: 100px;
    width: 50%;
  }
  .c-hamburger__page {
    font-size: 2.2rem;
    letter-spacing: 3.04px;
    margin-bottom: 80px;
    text-align: center;
  }
  .c-hamburger__page-top {
    margin-bottom: 100px;
  }
  .c-hamburger__link {
    font-size: 1.8rem;
    margin-bottom: 45px;
    text-align: center;
  }
  .c-hamburger__link::before {
    display: none;
  }
  .c-button {
    font-size: 1.8rem;
    height: 63px;
    letter-spacing: 3.6px;
    line-height: 61px;
  }
  .c-button--s {
    font-size: 1.8rem;
  }
  .c-button--l {
    height: 63px;
    line-height: 61px;
    min-height: 63px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-header {
    top: 58px;
  }
  .p-header__logo {
    height: 95px;
  }
  .p-header__switch {
    margin-right: 40px;
  }
  .p-header__switch-link {
    font-size: 1.5rem;
  }
  .p-footer__top {
    margin-bottom: 144px;
  }
  .p-footer__logo {
    margin-bottom: 64px;
    max-width: 210px;
  }
  .p-footer__bottom {
    margin-bottom: 64px;
  }
  .p-footer__copyright {
    font-size: 1.2rem;
  }
  .p-banner__grid {
    gap: 24px;
  }
  .p-banner__title.h2 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    left: 13%;
  }
  .p-about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 172px;
    padding-right: 5vw;
  }
  .p-about__content {
    margin-bottom: 0;
    width: 60%;
  }
  .p-about__title.h2 {
    letter-spacing: 1px;
    margin-bottom: 80px;
  }
  .p-about__caption {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  .p-about__button {
    max-width: 390px;
  }
  .p-about__map {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 30%;
  }
  .p-mv {
    margin-bottom: 172px;
  }
  .p-mv__logo {
    left: 10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
  }
  .p-mv__scroll-text {
    font-size: 1.5rem;
  }
  .p-experience__mv {
    margin-bottom: 200px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .p-experience__mv-media {
    margin-bottom: 72px;
  }
  .p-experience__mv-button {
    font-size: 1.8rem;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-experience__section {
    margin-bottom: 180px;
  }
  .p-experience__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 96px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .p-experience__header-content {
    width: 80%;
  }
  .p-experience__header-title.h2 {
    letter-spacing: 1px;
    margin-bottom: 54px;
  }
  .p-experience__header-caption {
    font-size: 1.5rem;
  }
  .p-experience__header-media {
    height: auto;
    position: static;
    width: 15%;
  }
  .p-experience__grid {
    gap: 90px 50px;
    grid-template-columns: 1fr 1fr;
  }
  .p-experience__grid-media {
    margin-bottom: 55px;
  }
  .p-experience__grid-title.h2 {
    font-size: 2rem;
    margin-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-experience__top {
    bottom: 60px;
    font-size: 1.4rem;
  }
  .p-modal__close {
    height: 40px;
    width: 40px;
  }
  .p-modal__close .cross {
    top: 20px;
    width: 40px;
  }
  .p-modal__media-close {
    right: 40px;
    top: 40px;
  }
  .p-modal__swiper-next .arrow, .p-modal__swiper-prev .arrow {
    height: 40px;
    width: 40px;
  }
  .p-modal__content {
    background-color: #F0F0F0;
    padding: 112px 10vw 104px;
  }
  .p-modal__content-title.h2 {
    letter-spacing: 1px;
    margin-bottom: 64px;
  }
  .p-modal__content-story {
    font-size: 1.5rem;
    margin-bottom: 140px;
  }
  .p-modal__content-point {
    margin-bottom: 140px;
    padding-left: 30px;
  }
  .p-modal__content-point-list {
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .p-modal__content-point-list li::before {
    font-size: 1.8rem;
  }
  .p-modal__content-schedule {
    margin-bottom: 112px;
  }
  .p-modal__content-schedule-heading {
    padding-left: 30px;
  }
  .p-modal__content-schedule-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    gap: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 28px;
    padding-left: 30px;
  }
  .p-modal__content-schedule-list .mb {
    margin-bottom: 24px;
  }
  .p-modal__content-schedule-time {
    font-weight: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-modal__content-schedule-time.l {
    width: 130px;
  }
  .p-modal__content-schedule-time.xl {
    width: 200px;
  }
  .p-modal__content-schedule-detail {
    padding-left: 0;
    width: auto;
  }
  .p-modal__content-schedule-detail.l {
    width: calc(100% - 160px);
  }
  .p-modal__content-schedule-detail.xl {
    width: calc(100% - 200px);
  }
  .p-modal__content-more {
    margin-bottom: 135px;
  }
  .p-modal__content-button {
    letter-spacing: 0.8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
  .p-about__map-name.iseshima .line {
    top: -83%;
  }
  .p-about__map-name.higashikishu .line {
    top: -72%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  .p-about__map-name.iseshima .line {
    top: -87%;
  }
  .p-about__map-name.higashikishu .line {
    top: -76%;
  }
}

/*# sourceMappingURL=style.css.map*/