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

body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,ul,ol,dl,dd,input,textarea{
  margin:0;
}

ul,ol {
  padding: 0;
  list-style-type: "";
}

picture, img{
  display:inline-block;
}

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

em,
address {
  font-style: normal;
}

input, textarea, button, select {
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

input, textarea, select {
  border-radius: 0;
}

strong {
  font-weight: inherit;
}

ul {
  list-style: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media(prefers-reduced-motion:reduce){
  html:focus-within{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}

:root {
  --font-size-10: 0.625rem;
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-21: 1.3125rem;
  --font-size-22: 1.375rem;
  --font-size-24: 1.5rem;
  --font-size-25: 1.5625rem;
  --font-size-26: 1.625rem;
  --font-size-27: 1.6875rem;
  --font-size-28: 1.75rem;
  --font-size-30: 1.875rem;
  --font-size-32: 2rem;
  --font-size-34: 2.125rem;
  --font-size-40: 2.5rem;

  --color-green:0 77 57;

  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-right: env(safe-area-inset-right);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
}

body {
  background-color: #fff;
  color: rgb(0 0 0);
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  overflow-y: scroll;
  overflow-wrap: anywhere;
  line-break: strict;
}

.font-century {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

body.no-transition * {
  transition: none !important;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink:all;
}

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

.no-transition {
  transition: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

@media (width >= 40rem) {
  .hide-lg {
    display: none;
  }
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 25px 36px;
  background-color: rgb(var(--color-green));
}

@media (width < 40rem) {
  .site-header {
    padding: 17px;
  }
  .header-logo {
    display: grid;
    width: 204px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fv {
  position: relative;
  display: grid;
  grid-template-columns: calc(600 / 1920 * 100%) 1fr;
  height: 100svh;
  background: transparent url(../img/fv.webp) center / cover no-repeat;
  color: rgb(255 255 255);
}
@media (width < 40rem) {
  .fv {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 56px;
    background: transparent url(../img/fv-sm.webp) center top / 492px auto no-repeat;
  }
}
@media (492px <= width < 40rem) {
  .fv {
    background-size: 100% auto;
  }
}

.fv-text-1 {
  grid-column: 2 / 3;
  display: grid;
  align-content: center;
  gap: 6px;
  padding-top: calc(60px + 90px);
  padding-right: calc(70 / 1320 * 100%);
  padding-left: calc(143 / 1320 * 100%);
  font-weight: 400;
}
@media (width < 40rem) {
  .fv-text-1 {
    grid-column: 1 / 2;
    gap: 16px;
    justify-items: center;
    padding: 50px 0 26px;
    background-color: rgb(var(--color-green));
    text-align: center;
  }

  .fv-text-1::after {
    content: '';
    width: 29px;
    height: 25px;
    margin-top: 34px;
    background: transparent url(../img/triangle-down.svg) center / 100% auto no-repeat;
    animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
  }

@keyframes floating-y {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}

}

.fv-text-1-1 {
  font-size: 30px;
  line-height: 1.46;
  letter-spacing: 0.1em;
}
@media (width < 80rem) {
  .fv-text-1-1 {
    font-size: 28px;
  }
}
@media (width < 40rem) {
  .fv-text-1-1 {
    font-size: var(--font-size-18);
  }
}

.fv-text-1-2 {
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (width < 80rem) {
  .fv-text-1-2 {
    font-size: 36px;
  }
}
@media (width < 40rem) {
  .fv-text-1-2 {
    font-size: var(--font-size-30);
    line-height: 1.4;
  }
}

.fv-text-1-2 .font-century {
  letter-spacing: 0;
}

.fv-text-2 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 95px;
  padding-top: 111px;
  background-color: rgb(0 0 0 / 0.3);
  font-size: 47px;
  text-align: center;
}
@media (width < 80rem) {
  .fv-text-2 {
    gap: 80px;
    font-size: 40px;
  }
}
@media (width < 40rem) {
  .fv-text-2 {
    gap: 0;
    padding-top: 0;
    background-color: transparent;
    color: rgb(0 0 0);
  }

  .fv-text-2 .font-century {
    padding-top: 28px;
    padding-bottom: 29px;
  }
}

.fv-text-2 .font-century time {
  letter-spacing: 0.01em;
}

.fv-text-2 .font-century time span {
  font-size: 30px;
}

@media (width < 60rem) {
  .fv-text-2 .img {
    width: 50%;
  }
}
@media (width < 40rem) {
  .fv-text-2 .img {
    display: grid;
    place-content: center;
    width: 100%;
    height: 322px;
  }

  .fv-text-2 .img img {
    /* width: 105px; */
    display: none;
  }
}
@media (492px <= width < 40rem) {
  .fv-text-2 .img {
    aspect-ratio: 492 / 322;
    height: auto;
  }
}

.site-footer {
  display: grid;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 124px;
  background-color: rgb(var(--color-green));
  color: rgb(255 255 255);
  font-size: var(--font-size-18);
  text-align: center;
}

@media (width < 40rem) {
  .site-footer {
    gap: 20px;
    padding-top: 41px;
    padding-bottom: 103px;
    font-size: var(--font-size-14);
  }
}

.footer-text-1 {
  display: grid;
  gap: 5px;
  font-size: var(--font-size-28);
}
@media (width < 40rem) {
  .footer-text-1 {
    gap: 15px;
    font-size: var(--font-size-18);
  }
}

.footer-text-1-1 {
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
}
@media (width < 40rem) {
  .footer-text-1-1 {
    font-size: var(--font-size-14);
  }
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (width < 40rem) {
  .footer-info {
    display: grid;
    gap: 0;
  }
}

.message {
  background-image: linear-gradient(to right, rgb(191 192 192) 0%, rgb(191 192 192) calc(600 / 1920 * 100%), rgb(255 255 255) calc(600 / 1920 * 100%), rgb(255 255 255) 100%);
}
@media (width < 40rem) {
  .message {
    background-image: none;
  }
}

.message-wrap {
  display: grid;
  align-items: start;
  grid-template-columns: calc((532 + 143 - 74) / 1816 * 100% + 74px) 1fr;
  gap: 0 calc(104 / 1920 * 100%);
  padding-right: calc(104 / 1920 * 100%);
}
@media (width < 60rem) {
  .message-wrap {
    padding-left: calc(104 / 1920 * 100%);
  }
}
@media (width < 40rem) {
  .message-wrap {
    grid-template-columns: 1fr;
    padding-right: calc(22 / 375 * 100vw);
    padding-left: calc(22 / 375 * 100vw);
  }
}

.message-text {
  grid-column: 2 / 3;
  margin-right: -0.5em;
  padding-top: 140px;
  padding-bottom: 200px;
  font-size: var(--font-size-22);
  line-height: 2.5;
}
@media (width < 60rem) {
  .message-text {
    padding-top: 70px;
    padding-bottom: 100px;
    font-size: var(--font-size-18);
  }
}
@media (width < 40rem) {
  .message-text {
    grid-column: auto;
    padding-top: 40px;
    padding-bottom: 59px;
    font-size: var(--font-size-14);
    line-height: 1.857;
  }
}

.message-text p + p {
  margin-top: 1lh;
}

.message-image {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 74px;
  padding-top: 146px;
  padding-left: calc(143 / (532 + 143) * 100%);
}
@media (width < 60rem) {
  .message-image {
    padding-top: 70px;
    padding-left: 0;
  }
}
@media (width < 40rem) {
  .message-image {
    grid-row: auto;
    gap: 47px;
    margin-bottom: 66px;
    padding-top: 0;
  }
}

[data-slide-in] {
  filter: blur(8px);
  opacity: 0;
  translate: -40px 0;
  transition-property: filter, opacity, translate;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

[data-slide-in].show {
  filter: blur(0);
  opacity: 1;
  translate: 0 0;
}

.message-slide {
  max-width: 900px;
}
@media (width < 74rem) {
  .message-slide {
    justify-self: end;
    grid-column: 1 / span 2;
  }
}
@media (width < 40rem) {
  .message-slide {
    grid-column: auto;
  }
}

.message-logo {
  padding-top: 203px;
  padding-bottom: 133px;
  text-align: center;
}
@media (width < 80rem) {
  .message-logo {
    padding-right: calc(104 / 1920 * 100%);
    padding-left: calc(600 / 1920 * 100% + 74px);
  }
}
@media (width < 40rem) {
  .message-logo {
    padding: 58px 0 66px;
  }

  .message-logo img {
    width: 215px;
  }
}

.splide__pagination {
  gap: 18px;
  margin-top: 20px;
}
@media (width < 40rem) {
  .splide__pagination {
    gap: 7px;
    margin-top: 7px;
  }
}

.splide__pagination li {
  font-size: 0;
}

.splide__pagination__page {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(var(--color-green));
  transition: background-color 0.3s ease;
}
@media (width < 40rem) {
  .splide__pagination__page {
    width: 7px;
    height: 7px;
  }
}

.splide__pagination__page.is-active {
  background-color: rgb(0 0 0);
}

/* SNS ICON
------------------------------------------------------ */
.site-header .snsBox {
	display: flex;
	justify-content: right;
	gap: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3000;
}

.site-header .snsBox li {
	flex: 1;
	width: 40px;
}

.site-header .snsBox img {
	width: 40px;
	height: auto;
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(134deg) brightness(104%) contrast(99%);
}

@media only screen and (max-width: 639.9px) {

.site-header .snsBox {
	display: none;
}

}

/* Footer SNS ICON
------------------------------------------------------ */
.site-footer .snsBox {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100px;
	margin: 0 auto 30px;
}

.site-footer .snsBox li {
	width: 40px;
}

.site-footer .snsBox img {
	width: 40px;
	height: auto;
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(134deg) brightness(104%) contrast(99%);
}

@media only screen and (min-width: 767.9px) {

	.site-footer .snsBox {
		width: 100px;
	}

}
