@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-weight: 400;
  font-size: min(1.27vw, 18px);
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(3.2vw, 16px);
  }
}

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

a {
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

iframe {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

/*=========================================
#opening
=========================================*/
.opening {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  transform: translateY(0);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background-color: #ffffff;
}

.opening img {
  display: block;
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: 2;
  transform: scale(1.3);
  width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .opening img {
    width: 200px;
  }
}

/*=========================================
#header
=========================================*/
#header {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s, visibility 0.8s;
}

#header.visible {
  visibility: visible;
  opacity: 1;
}

.header {
  position: absolute;
  top: 3.23vw;
  z-index: 50;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0 min(2.22vw, 42px);
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 5.33333vw;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: min(2.02vw, 40px);
  column-gap: min(2.02vw, 40px);
}
@media screen and (max-width: 768px) {
  .header__logo {
    flex-direction: column;
    row-gap: 1.33vw;
  }
}

.header__logo img {
  width: min(12.67vw, 243px);
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 25vw;
  }
}

.header__text {
  color: #fff;
  font-weight: 500;
  font-size: min(1.51vw, 28px);
}
@media screen and (max-width: 768px) {
  .header__text {
    font-size: 2.67vw;
  }
}

.header__nav {
  margin-left: min(4.04vw, 77px);
}

.header__list {
  display: flex;
  -moz-column-gap: 1.62vw;
  column-gap: 1.62vw;
}

.header__item {
  position: relative;
}
.header__item:hover a {
  opacity: 1;
}
.header__item:hover::after {
  transform: translateX(-50%) scale(1);
}

.header__item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 100%;
  height: 1px;
  background-color: #ffa800;
  content: "";
  transition: transform 0.3s;
  transform-origin: center left;
}

.header__item a {
  color: #fff;
  font-size: min(1.77vw, 33px);
  font-family: "rift", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header__box {
  position: relative;
  width: 3.55vw;
  max-width: 68px;
  height: 3.55vw;
  max-height: 68px;
  margin-left: auto;
  background-color: #949494;
}

.header__box span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 2.33vw;
  max-width: 44px;
  height: 2.33vw;
  max-height: 44px;
  background-color: #b5b7b8;
}

/*=========================================
#hamburger
=========================================*/
.hamburger {
  position: fixed;
  top: 3.23vw;
  right: 5.33333vw;
  z-index: 9001;
  width: min(9vw, 69px); /* Adjusted */
  height: min(9vw, 69px); /* Adjusted */
  margin-left: auto;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: pointer;
}

.hamburger span {
  display: inline-block;
  position: absolute;
  left: min(2.6vw, 20px); /* Adjusted */
  width: min(3.4vw, 26px); /* Adjusted */
  height: 1.5px; /* Adjusted */
  background-color: #ffa800;
  transition: transform, opacity, 0.3s;
}

.hamburger span:first-child {
  top: min(3.375vw, 26px); /* Adjusted */
}

.hamburger span:nth-child(2) {
  top: min(4.5vw, 34.5px); /* Adjusted */
}

.hamburger span:nth-child(3) {
  top: min(5.625vw, 43px); /* Adjusted */
}

.hamburger.is-active span:first-child {
  top: min(4.5vw, 34.5px); /* Adjusted */
  transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: min(4.5vw, 34.5px); /* Adjusted */
  transform: rotate(-45deg);
}

.hamburger:hover span {
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}

/* スクロールのときの処理 */
.header.scrolled .hamburger {
  display: block;
}

.header.scrolled .header__nav {
  display: none;
}

.header.scrolled .header__box {
  display: none;
}

.header.scrolled .header__logo {
  display: none;
}

/*=========================================
#drawer
=========================================*/
.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 10px;
  overflow-y: auto;
  background-color: rgba(255, 168, 0, 0.8);
  color: #ffffff;
  text-align: center;
}

.drawer.is-active {
  display: block;
}

.drawer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: min(8vw, 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
}

.drawer__item {
  position: relative;
}

.drawer__item a {
  display: inline-block;
  color: #fff;
  font-size: 1.56vw;
  font-family: "rift", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .drawer__item a {
    font-size: 4.27vw;
  }
}

/*=========================================
#kv
=========================================*/
.kv {
  position: relative;
}

.kv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}

.kv-copy::after {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 150;
  transform: translateY(-50%);
  width: min(34.21vw, 656.83px);
  height: min(28.35vw, 544.1px);
  background-image: url(../images/circle.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .kv-copy::after {
    width: 41.05vw;
    height: 34.02vw;
  }
}

.kv-copy--en {
  font-size: min(5.05vw, 100px);
  font-family: "rift", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .kv-copy--en {
    font-size: 11vw;
  }
}

.kv-copy--ja {
  font-size: min(3.03vw, 60px);
}
@media screen and (max-width: 768px) {
  .kv-copy--ja {
    font-size: 5vw;
  }
}

.swiper img {
  height: 100vh;
  filter: brightness(50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: min(1.49vw, 36.05px);
  height: min(1.49vw, 36.05px);
  margin: 0;
  border-radius: 0;
  background: #b5b5b5;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: min(4.27vw, 20px);
    height: min(4.27vw, 20px);
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.kv .swiper-pagination-bullet:not(:first-child) {
  margin-left: 1.66vw;
}
@media screen and (max-width: 768px) {
  .kv .swiper-pagination-bullet:not(:first-child) {
    margin-left: 2.67vw;
  }
}

.swiper-pagination-bullet-active {
  background: #ffa800;
}

/*=========================================
#thanks
=========================================*/
.thanks {
  position: relative;
}

.thanks__logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks__logo {
    width: 100%;
    max-width: 150px;
  }
}

.thanks__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.thanks__message {
  margin-top: min(3.47vw, 50px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__message {
    margin-top: min(5.33vw, 30px);
  }
}

.thanks__message-text--en {
  display: block;
  color: #b5b5b5;
  font-size: min(4.17vw, 60px);
  line-height: 1;
  font-family: "rift", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .thanks__message-text--en {
    font-size: min(8vw, 50px);
  }
}

.thanks__message-text--en:nth-child(2) {
  color: #5c5c5c;
}

.thanks__message-text--ja {
  margin-top: min(2.08vw, 30px);
  font-size: min(2.08vw, 30px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .thanks__message-text--ja {
    margin-top: min(5.33vw, 30px);
    font-size: min(4.8vw, 28px);
  }
}

.thanks__text-wrapper {
  margin: min(3.47vw, 50px) auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__text-wrapper {
    max-width: 100%;
    margin-top: min(5.33vw, 30px);
  }
}

.thanks__text--ja {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(2.08vw, 30px);
}
@media screen and (max-width: 768px) {
  .thanks__text--ja {
    font-size: min(3.73vw, 24px);
  }
}

.thanks__text--en {
  max-width: 900px;
  margin: min(3.47vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .thanks__text--en {
    margin-top: min(5.33vw, 30px);
  }
}

/*=========================================
#award
=========================================*/
.award {
  position: relative;
  background-color: #edebeb;
}

.award__content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .award__content {
    flex-direction: column-reverse;
    margin-top: min(5.33vw, 30px);
  }
}

.award__body {
  display: flex;
  flex-direction: column;
  row-gap: min(0.69vw, 10px);
}
@media screen and (max-width: 768px) {
  .award__body {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
  }
}

.award__body > p {
  line-height: 1.75;
}

.award-body__bottom-text {
  margin-top: min(1.39vw, 20px);
}

.award__img {
  width: 29.86vw;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .award__img {
    width: 40%;
    margin: 20px auto 0;
  }
}

.award__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.award__bottom {
  margin-top: min(1.39vw, 20px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .award__bottom {
    margin-top: min(5.33vw, 30px);
  }
}

/*=========================================
#message
=========================================*/
.message {
  position: relative;
  background-color: #000;
}

.message_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  .message_inner {
    padding: 0 5.33vw;
  }
}

.message__content {
  display: flex;
  margin-top: min(2.08vw, 30px);
}
@media screen and (max-width: 768px) {
  .message__content {
    flex-direction: column;
    margin-top: min(4.33vw, 30px);
  }
}

.message__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  position: relative;
  color: #fff;
}

.message-body__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  z-index: 2;
  width: 100%;
}

.message-body__heading {
  font-size: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  .message-body__heading {
    font-size: min(5.33vw, 24px);
  }
}

.message-body__text {
  width: 80%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .message-body__text {
    width: 100%;
  }
}

.message__img {
  position: relative;
  right: 0;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(min(13.89vw, 200px) * -1);
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
  }
}

.message__img--representative {
  width: 62.99vw;
  max-width: 850px;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .message__img--representative {
    width: 100%;
  }
}

.message-name {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  max-width: 907px;
  margin-top: min(1.39vw, 20px);
  padding-right: min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  .message-name {
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: min(2.6vw, 20px);
    padding-right: 0;
  }
}

.message-name span {
  color: #fff;
}

.message-name img {
  width: 13.89vw;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .message-name img {
    max-width: 100px;
  }
}

/*=========================================
#history
=========================================*/
.history {
  position: relative;
  overflow: hidden;
  background-color: #edebeb;
}

.history__content {
  opacity: 0;
  position: relative;
  margin: min(4.86vw, 70px) auto 0;
  padding: 20px 0 80px;
}
@media screen and (max-width: 768px) {
  .history__content {
    margin-top: min(5.33vw, 30px);
    padding: 2.6vw 0 10.42vw;
  }
}

.history__content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vh;
  height: 100%;
  background-image: url(../images/timeline.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.history__ber {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 3px;
  height: 100%;
  background-color: #ffb727;
  transform-origin: top;
}

.history__item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}

.history__item:not(:first-child) {
  margin-top: min(2.08vw, 30px);
}
@media screen and (max-width: 768px) {
  .history__item:not(:first-child) {
    margin-top: min(5.33vw, 30px);
  }
}

.history-item__img-group.history-item__img-group--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .history-item__img-group.history-item__img-group--reverse {
    flex-direction: column-reverse;
  }
}

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

.history__circle--top {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%) scale(0);
  width: 1.39vw;
  max-width: 20px;
  height: 1.39vw;
  max-height: 20px;
  border-radius: 50%;
  background-color: #ffa800;
}
@media screen and (max-width: 768px) {
  .history__circle--top {
    width: 2.6vw;
    height: 2.6vw;
  }
}

.history__circle {
  display: inline-block;
  position: absolute;
  bottom: 0.69vw;
  left: 50%;
  z-index: 2;
  transform: translate(-50%) scale(0);
  width: 2.08vw;
  max-width: 30px;
  height: 2.08vw;
  max-height: 30px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .history__circle {
    top: 15%;
    bottom: auto;
    width: 3.91vw;
    height: 3.91vw;
  }
}

.history__circle--bottom {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%) scale(0);
  width: 1.39vw;
  max-width: 20px;
  height: 1.39vw;
  max-height: 20px;
  border-radius: 50%;
  background-color: #ffa800;
}
@media screen and (max-width: 768px) {
  .history__circle--bottom {
    width: 2.6vw;
    height: 2.6vw;
  }
}

.history-item__img-group {
  display: flex;
  opacity: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .history-item__img-group {
    flex-direction: column-reverse;
  }
}

.history-item-img {
  width: 64.35%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .history-item-img {
    width: 90%;
    margin: 0 auto;
  }
}

.history-item__body {
  opacity: 0;
  width: 48%;
  padding-left: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .history-item__body {
    padding-left: min(2.6vw, 20px);
  }
}

.history-item-decoration {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding-bottom: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .history-item-decoration {
    flex-direction: row;
    padding-bottom: min(2.6vw, 20px);
  }
}

.history-item-year {
  font-weight: bold;
  font-size: min(4.17vw, 60px);
  font-family: "rift", sans-serif;
}
@media screen and (max-width: 768px) {
  .history-item-year {
    padding: min(1.3vw, 10px);
    font-size: min(7.81vw, 60px);
  }
}

.history-item-border {
  display: inline-block;
  transform: scaleX(0);
  width: 100%;
  height: 1px;
  border: dashed #b5b5b5;
  background-color: transparent;
  transform-origin: left;
}

.history-item__heading {
  font-size: min(3.2vw, 30px);
}

.history-item__text {
  font-size: min(1.26vw, 15px);
}
@media screen and (max-width: 768px) {
  .history-item__text {
    font-size: min(2.67vw, 12px);
  }
}

@media screen and (max-width: 768px) {
  .history-item__img-group--reverse .history-item-decoration {
    flex-direction: row-reverse;
  }
}

.history-link {
  text-decoration: underline;
}
/*=========================================
#future
=========================================*/
.future {
  position: relative;
}

.future__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 15px;
  margin: min(3.2vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .future__content {
    margin-top: min(5.33vw, 30px);
  }
}

.future__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc((100% - min(5.47vw, 135px)) / 3);
  max-width: 628px;
  max-height: 465px;
}
@media screen and (max-width: 768px) {
  .future__item {
    width: calc((100% - min(5.47vw, 135px)) / 2);
  }
}
@media screen and (max-width: 500px) {
  .future__item {
    width: 100%;
  }
}

.future__item img {
  height: 100%;
}

.future-item__heading {
  font-weight: bold;
}

/*=========================================
#movie
=========================================*/
.movie {
  position: relative;
  background-color: #929191;
}

.movie__content {
  position: relative;
  margin: min(3.2vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .movie__content {
    margin-top: min(5.33vw, 30px);
  }
}

.movie__thumbnail {
  z-index: 1;
  width: 50.16vw;
  max-width: 963px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie__thumbnail {
    width: 100%;
  }
}
.movie_youtube {
  width: 100%;
  height: 334px;
}
@media screen and (max-width: 768px) {
  .movie_youtube {
    height: 200px;
  }
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 10.77vw;
  max-width: 159px;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal__body {
  display: inline-block;
  position: relative;
  width: 90%;
}

.modal__close-button {
  position: absolute;
  top: -20px;
  right: min(2.23vw, 30px);
  z-index: 2000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close-button {
    top: -20px;
  }
}

.modal__close-button span {
  display: block;
  position: absolute;
  z-index: 2;
  width: min(2.23vw, 24px);
  height: 2px;
  background-color: #ffffff;
}

.modal__close-button span:first-child {
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
}

.modal__close-button span:last-child {
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
}

.modal__content {
  position: relative;
  width: 90%;
  max-height: 90vh;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .modal__content {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=========================================
#interview
=========================================*/
.interview {
  position: relative;
}

.interview__content {
  display: grid;
  max-width: 1440px;
  margin: min(3.2vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .interview__content {
    row-gap: 5.33vw;
    margin-top: min(5.33vw, 30px);
  }
}

.interview__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interview__item {
    flex-direction: column;
  }
}

.interview__item.interview__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .interview__item.interview__item--reverse {
    flex-direction: column;
  }
}

.interview-item__img {
  width: 50%;
  height: 29.11vw;
  max-height: 419px;
}
@media screen and (max-width: 768px) {
  .interview-item__img {
    width: 100%;
    height: 100%;
    max-height: 400px;
  }
}

.interview-item__img img {
  height: 100%;
}

.interview-item__body {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .interview-item__body {
    width: 100%;
    margin-top: min(5.33vw, 30px);
    padding-left: 0;
  }
}

.interview-item__heading {
  font-size: min(2.02vw, 29px);
}
@media screen and (max-width: 768px) {
  .interview-item__heading {
    font-size: min(5.33vw, 24px);
  }
}

.interview-item__text {
  margin-top: min(2.27vw, 32px);
  font-size: min(1.27vw, 18px);
}
@media screen and (max-width: 768px) {
  .interview-item__text {
    font-size: min(3.2vw, 16px);
  }
}

.interview-item__sine {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: auto;
}

.interview-item__sine img {
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.interview__item:not(:first-child) .interview-item__body {
  margin-top: min(2.83vw, 40px);
  padding-right: min(1.39vw, 20px);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .interview__item:not(:first-child) .interview-item__body {
    margin-top: min(5.33vw, 30px);
    padding-right: 0;
  }
}

.interview__item:first-child .interview-item__sine {
  padding-bottom: min(1.39vw, 20px);
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .interview__item:first-child .interview-item__sine {
    padding-bottom: 0;
    box-sizing: content-box;
  }
}

/*=========================================
#gallery
=========================================*/
.gallery {
  position: relative;
  background-color: #edebeb;
}

.gallery__content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  margin: min(3.2vw, 50px) auto 0;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .gallery__content {
    margin-top: min(5.33vw, 30px);
  }
}

.gallery__item {
  position: relative;
  transition: background-color 0.3s ease;
  aspect-ratio: 1/1;
}
.gallery__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.gallery__item:hover .gallery-item__more {
  visibility: visible;
  opacity: 1;
}

.gallery__item img {
  height: 100%;
}

.gallery__item::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  transition: opacity 0.3s, visibility 0.3s;
}

.gallery-item__more {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: min(2.36vw, 34px);
  font-family: "rift", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .gallery-item__more {
    font-size: min(5.33vw, 24px);
  }
}

/* gally__modal */
.gallery-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
}

.gallery-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.gallery-modal__body {
  display: inline-block;
  position: relative;
  width: 90%;
}

.gallery-modal__body img {
  max-height: 80vh;
}

.gallery-modal__close-button {
  position: absolute;
  top: calc(min(4vw, 15px) * -1);
  right: 0;
  cursor: pointer;
}

.gallery-modal__close-button span {
  display: block;
  position: absolute;
  z-index: 2;
  width: min(2.23vw, 55px);
  height: 2px;
  background-color: white;
}

.gallery-modal__close-button span:first-child {
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
}

.gallery-modal__close-button span:last-child {
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
}

.gallery-modal__content {
  width: 100%;
  height: 100%;
}

/*=========================================
#last
=========================================*/
.last {
  position: relative;
}

.last::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/last-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(50%);
}

.last__inner {
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  padding: 0 min(4.17vw, 60px);
}
@media screen and (max-width: 768px) {
  .last__inner {
    padding: 0 5.33vw;
  }
}

.last__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 min(4.17vw, 60px);
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .last__content {
    width: 100%;
    margin-top: min(5.33vw, 30px);
    padding: 0 5.33vw;
  }
}

.last-content__text--top {
  margin-top: 5.33vw;
}

.last-content__heading {
  font-size: min(1.67vw, 24px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .last-content__heading {
    font-size: min(5.33vw, 24px);
  }
}

.last-content__gratitude {
  display: flex;
  flex-direction: column;
  margin-top: 5.33vw;
}

.last-gratitude__text {
  font-size: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  .last-gratitude__text {
    font-size: min(5.33vw, 24px);
  }
}

.last-gratitude__day {
  align-self: flex-end;
  margin-top: min(1.39vw, 20px);
}

.last-content__sine {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: min(1.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .last-content__sine {
    -moz-column-gap: min(2.67vw, 20px);
    column-gap: min(2.67vw, 20px);
    margin-top: min(5.33vw, 30px);
  }
}

.last-content__logo {
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .last-content__logo {
    width: 26.67vw;
    max-width: 100px;
  }
}

.last-content__sine {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .last-content__sine {
    font-size: min(3.2vw, 20px);
  }
}

.last-content__sine-img {
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .last-content__sine-img {
    width: 26.67vw;
    max-width: 100px;
  }
}

/*=========================================
#footer
=========================================*/
footer {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #373737;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 min(6.76vw, 129px);
}
@media screen and (max-width: 768px) {
  .footer__inner {
    justify-content: space-between;
    padding: 0 5.33vw;
  }
}

.footer__small {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: min(1.62vw, 31px) 0;
  background-color: #b5b5b5;
  font-size: min(1.52vw, 24.32px);
  font-family: "rift", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__small {
    font-size: min(3.2vw, 16px);
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: min(2.02vw, 38px);
  column-gap: min(2.02vw, 38px);
}
@media screen and (max-width: 768px) {
  .footer__logo {
    flex-direction: column;
    row-gap: 1.33vw;
  }
}

.footer__logo img {
  width: 12.67vw;
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 15vw;
  }
}

.footer__text {
  color: #fff;
  font-weight: 500;
  font-size: min(1.51vw, 28px);
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: min(3.2vw, 16px);
  }
}

.footer__list {
  display: flex;
  -moz-column-gap: min(1.62vw, 30px);
  column-gap: min(1.62vw, 30px);
  margin-left: min(4.04vw, 77px);
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    margin-right: 20px;
  }
}

.footer__item a {
  color: #fff;
  font-size: min(1.77vw, 33px);
  font-family: "rift", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer__item a {
    font-size: min(3.2vw, 16px);
  }
}

.footer__small small {
  color: #ffffff;
}

/*=========================================
#fp-nav
=========================================*/
#fp-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 65%;
  z-index: 8000;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}

#fp-nav.right {
  right: 2.22vw;
}

#fp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.55vw;
}

#fp-nav ul li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fp-nav ul li {
    margin: 5px;
  }
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46vw;
  min-width: 15px;
  max-width: 20px;
  height: 1.46vw;
  min-height: 15px;
  max-height: 20px;
  margin-bottom: 10px;
  background-color: #b5b5b5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #fp-nav ul li a,
  .fp-slidesNav ul li a {
    width: 10px;
    height: 10px;
  }
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  background-color: #ffa800;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  display: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none;
}

#fp-nav ul li:last-child {
  display: none;
}

#canvas {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
}

/*=========================================
#アニメーション
=========================================*/
.fade-in-element {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.fade-in-element-2 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.fade-in-element.visible {
  visibility: visible;
  opacity: 1;
}

.fade-in-element-2.visible {
  visibility: visible;
  opacity: 1;
}

/*=========================================
#スクロールナビ
=========================================*/
.scroll-nav {
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 100;
  width: 1px;
  height: 54px;
  color: #ffa800;
  transition: 200ms;
  -webkit-transition: 200ms ease;
}

.scroll-nav::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffa800;
  content: "";
  transform-origin: top;
  animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
  -webkit-animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
}

.scroll-nav::after {
  position: absolute;
  bottom: calc(100% + 30px);
  left: -22px;
  transform: rotate(90deg);
  color: inherit;
  font-family: "rift", sans-serif;
  content: "SCROLL";
  -webkit-transform: rotate(90deg);
}
@keyframes scroll_effect {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
/*=========================================
#共通
=========================================*/
img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section:not(.footer, .kv) {
  padding: min(3.24vw, 45px) 0;
}
@media screen and (max-width: 768px) {
  .section:not(.footer, .kv) {
    padding: min(3.91vw, 30px) 0 min(6.51vw, 50px);
  }
}

.section__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 0 5.33vw;
  }
}

.section__title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section__title {
    align-items: center;
  }
}

.section__title--main {
  color: #5c5c5c;
  font-size: min(4.17vw, 60px);
  line-height: 1;
  font-family: "rift", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section__title--main {
    font-size: min(8vw, 50px);
  }
}

.section__title--sub {
  font-size: min(1.67vw, 24px);
}
@media screen and (max-width: 768px) {
  .section__title--sub {
    font-size: min(4vw, 20px);
    text-align: center;
  }
}

.section__title.section__title--white .section__title--main {
  color: #fff;
}
.section__title.section__title--white .section__title--sub {
  color: #fff;
}

.section__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}

.section__text.section__text--white {
  color: #ffffff;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.mb-show {
  display: none;
}
@media screen and (max-width: 500px) {
  .mb-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
