@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
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;
}

/* base */
body {
  line-height: 1;
}

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

nav ul {
  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;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Kosugi", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* html & body */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
  box-sizing: border-box;
}

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

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

html {
  scroll-behavior: smooth;
  overflow: hidden;
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
  height: 100%;
  scroll-padding-top: clamp(80px, 10vw, 140px);
}

.textDots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

.fontBold {
  font-weight: bold;
}

.commonLink {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px #032C68 solid;
  line-height: 1;
  color: #032C68;
}

@keyframes bg_yure_1 {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes bg_yure_2 {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes bg_yure_3 {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
/* ------------------------------------------
 fullpage.js
------------------------------------------ */
#fullpage {
  width: 100vw;
  height: 100vh;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 50% !important;
  width: auto !important;
  transform: translateY(-50%);
  margin-right: 10px;
  white-space: nowrap;
  opacity: 0 !important;
  pointer-events: none;
  visibility: visible !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #032C68;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
}
#fp-nav ul li .fp-tooltip:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid rgba(0, 0, 0, 0.8);
}

#fp-nav ul li {
  width: 20px;
  height: 20px;
  margin: 15px 10px 15px !important;
}

#fp-nav ul li a {
  background: #032C68 !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}

#fp-nav ul li a.active {
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}

#fp-nav ul li a span {
  display: none !important;
}

#fp-nav ul li:hover .fp-tooltip {
  opacity: 1 !important;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav ul li .fp-tooltip.fp-right {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav ul li .fp-tooltip.fp-right {
  opacity: 1;
}

.fp-watermark,
a[href*="fullpage.js"],
a[href*="alvarotrigo.com"],
a[href*="fullPage.js"],
[id*=watermark],
[class*=watermark],
[class*=credit] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

footer a[href*=fullpage],
footer a[href*=fullPage],
footer a[href*=alvarotrigo] {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #fp-nav {
    display: none !important;
  }
  .fp-viewing-gallery .logo img,
  .fp-viewing-vision .logo img,
  .fp-viewing-footer .logo img {
    filter: brightness(0) invert(1);
  }
  .fp-viewing-gallery .button > div > span,
  .fp-viewing-vision .button > div > span,
  .fp-viewing-footer .button > div > span {
    background-color: #fff;
  }
  .fp-viewing-gallery .button > div::before, .fp-viewing-gallery .button > div::after,
  .fp-viewing-vision .button > div::before,
  .fp-viewing-vision .button > div::after,
  .fp-viewing-footer .button > div::before,
  .fp-viewing-footer .button > div::after {
    background-color: #fff;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 100;
    transition: background-color 0.3s;
    display: grid;
    grid-template-columns: 70vw 1fr;
    align-items: center;
    box-sizing: border-box;
  }
  header .logo {
    display: flex;
    align-items: center;
  }
  header .logo > img {
    max-width: 300px;
    transition: filter 0.9s;
  }
  header .button {
    position: relative;
    height: 30px;
    z-index: 100;
  }
  header .button > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
  }
  header .button > div > span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all 0.3s;
  }
  header .button > div::before, header .button > div::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all 0.3s;
  }
  header .button > div::before {
    top: 0;
  }
  header .button > div::after {
    bottom: 0;
  }
  header input[type=checkbox] {
    display: none;
  }
  header #menu:checked + .button > div span {
    opacity: 0;
    background-color: #fff;
  }
  header #menu:checked + .button > div::before {
    transform: rotate(45deg);
    transform-origin: left top;
    background-color: #fff;
    left: 5px;
  }
  header #menu:checked + .button > div::after {
    transform: rotate(-45deg);
    transform-origin: left bottom;
    background-color: #fff;
    left: 5px;
  }
  header #menu:checked + .button + nav {
    right: 0;
  }
  header #menu:not(:checked) + .button + nav {
    right: -100%;
  }
  header nav {
    position: fixed;
    top: 0;
    width: 240px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: right 0.3s;
  }
  header nav ul {
    padding: 100px 40px;
  }
  header nav ul li {
    margin-bottom: 1em;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: color 0.3s;
  }
  .headerFixed {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mainVisual {
    background: url(../images/main-bg3.webp) no-repeat center center/cover;
  }
  .mainVisual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1;
  }
  .mainVisual .mainWrap {
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 2;
  }
  .mainVisual .mainWrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
  .mainVisual .mainWrap h1 {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual .mainWrap h1 .swiper-wrapper {
    width: 100%;
    height: 100%;
    max-height: 400px;
  }
  .mainVisual .mainWrap h1 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene2 img {
    width: 70%;
    height: auto;
    filter: drop-shadow(0 0 24px #fff) drop-shadow(0 0 8px #fff);
  }
  .mainVisual .mainWrap h1 .scene1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene1 > div {
    line-height: 1;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(1) {
    color: #333;
    font-size: 10vw;
    letter-spacing: 2px;
    padding-left: 2px;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1;
    background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) {
    width: 80vw;
    text-align: right;
    line-height: 1;
    background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) > span:nth-child(1) {
    font-family: "Libertinus Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 30vw;
    letter-spacing: -5px;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) > span:nth-child(2) {
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-left: 5px;
    font-size: 10vw;
    letter-spacing: 5px;
  }
  .mainVisual h2 {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 10px;
  }
  .mainVisual h2 > span {
    font-size: 3.6vw;
    letter-spacing: 2px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 32px;
    position: relative;
    line-height: 1.5;
  }
  .mainVisual h2 > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #032C68;
    transform: skew(-10deg);
    z-index: -1;
    box-shadow: 5px 5px #668ad8;
  }
  article.message {
    background: url(../images/main-bg2.webp) no-repeat left center/cover;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 30px;
  }
  article.message section {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: clamp(15px, 2vw, 20px);
  }
  article.message section h2 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  article.message section > .text {
    font-size: clamp(1rem, 1.1vw, 1.5rem);
  }
  article.message section > .text p {
    margin-bottom: 1em;
  }
  article.message section > .text p:last-child {
    margin-bottom: 0;
  }
  article.message section > .text p::first-letter {
    padding-left: 1em;
  }
  article.message section > .text aside {
    margin-top: -2em;
    display: block;
    padding-top: 1em;
    text-align: right;
  }
  article.message section > .text aside > div {
    padding-top: 10px;
  }
  article.logo {
    background: url(../images/logo-bg.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
  }
  article.logo #logo-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  article.logo h2 {
    position: relative;
    z-index: 2;
  }
  article.logo section {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  article.logo section > .image {
    width: clamp(250px, 35vw, 350px);
    margin: 0 auto clamp(30px, 5vw, 50px);
  }
  @keyframes swayY {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    100% {
      transform: translateY(0);
    }
  }
  article.logo section > .image > img {
    animation: swayY 3.5s ease-in-out infinite;
    width: 100%;
  }
  article.logo section > .text {
    font-size: clamp(1.2rem, 1.2vw, 1.6rem);
    text-align: left;
  }
  .fp-viewing-history-0 article.history {
    background-position: 0% center;
  }
  .fp-viewing-history-1 article.history {
    background-position: 10% center;
  }
  .fp-viewing-history-2 article.history {
    background-position: 20% center;
  }
  .fp-viewing-history-3 article.history {
    background-position: 30% center;
  }
  article.history {
    background-color: #000;
    background: url(../images/history-bg.webp) no-repeat left center/cover;
    transition: background-position 2.3s;
    box-sizing: border-box;
    padding-top: 70px;
    height: calc(var(--vh, 1vh) * 100);
  }
  article.history h2 {
    margin-bottom: 20px;
  }
  article.history .pc-only-wrapper {
    display: none;
  }
  article.history #sp-history-container {
    height: 100%;
    overflow-y: hidden;
  }
  article.history .slide {
    padding-bottom: 70px;
    display: flex;
    flex-direction: row !important;
  }
  article.history .slide .history-item {
    margin-bottom: 20px;
  }
  article.history .slide .history-item ul.years > li {
    width: 80vw;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    color: #333;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    text-align: center;
    overflow: visible;
  }
  article.history .slide .history-item ul.years > li h3 {
    position: absolute;
    top: -15px;
    left: 40px;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    padding: clamp(8px, 1.5vw, 12px) clamp(16px, 2.5vw, 20px);
    line-height: 1;
    border-radius: 8px;
    transform: translateX(-50%);
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    letter-spacing: 3px;
    font-style: italic;
  }
  article.history .slide .history-item ul.years > li h3::after {
    content: "";
    background-color: #032C68;
    transform: skew(-10deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  article.history .slide .history-item ul.years > li h3 > span {
    font-size: clamp(1.8rem, 3vw, 3rem);
  }
  article.history .slide .history-item ul.years > li ul.contents div:nth-child(1) {
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #032C68;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  article.history .slide .history-item ul.years > li ul.contents div:nth-child(2) {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    margin-bottom: 1em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  article.history .slide .history-item ul.years > li .image img {
    width: 60%;
    border: clamp(8px, 1.5vw, 10px) solid #fff;
  }
  article.history .fp-arrow {
    top: 95%;
  }
  article.history .fp-arrow.fp-next {
    border-width: 25px 0 25px 20px;
  }
  article.history .fp-arrow.fp-prev {
    border-width: 25px 20px 25px 0;
  }
  article.vision {
    background: linear-gradient(135deg, #222 0%, #444 100%);
    position: relative;
    overflow: hidden;
  }
  article.vision .commonH2 {
    zoom: 0.8;
    text-align: center;
    margin-bottom: 40px;
  }
  article.vision .commonH2 > span {
    color: #fff;
  }
  article.vision .commonH2 > span:nth-child(1) {
    border-top: 1px solid #fff;
  }
  article.vision .commonH2 > span:nth-child(2) {
    color: #fff;
  }
  article.vision section {
    padding: 20px;
  }
  article.vision section .text {
    color: #fff;
  }
  article.vision section .text > p {
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    margin-bottom: 1em;
  }
  article.vision section .text > p:last-child {
    margin-bottom: 0;
  }
  #particles-vision-bg {
    opacity: 0.5;
  }
  article.gallery {
    height: calc(var(--vh, 1vh) * 100);
    background: url(../images/main-bg4.webp) no-repeat center center/cover;
  }
  article.gallery .commonH2 {
    margin-bottom: 0;
  }
  article.gallery .swiper {
    overflow-y: visible;
  }
  article.gallery .swiper-wrapper {
    overflow-y: visible;
    padding: 50px 0 100px;
  }
  article.gallery section ul li img {
    border-radius: 20px;
    display: block;
    width: 100%;
  }
  article.gallery section .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
  }
  article.gallery section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f90;
  }
  article.gallery section .swiper-pagination-bullet-active {
    background: #f90;
  }
  article.gallery section .swiper-button-next,
  article.gallery section .swiper-button-prev {
    zoom: 0.6;
    color: #fff;
    top: 86%;
    transform: translateY(-50%);
  }
  article.gallery section .swiper-button-next:after,
  article.gallery section .swiper-button-prev:after {
    font-size: 30px;
  }
  article.gallery section .swiper-button-prev {
    left: 30%;
  }
  article.gallery section .swiper-button-next {
    right: 30%;
  }
  .commonH2 {
    text-align: center;
    margin-bottom: clamp(20px, 4vw, 40px);
  }
  .commonH2 > span {
    display: block;
    line-height: 1;
    color: #fff;
  }
  .commonH2 > span:nth-child(1) {
    font-family: "Staatliches", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 5px;
    border-top: 1px solid #fff;
  }
  .commonH2 > span:nth-child(2) {
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    color: #fff;
  }
  .commonH2Black {
    text-align: center;
    margin-bottom: 40px;
  }
  .commonH2Black > span {
    color: #333;
  }
  .commonH2Black > span:nth-child(1) {
    border-top: 1px solid #333;
  }
  .commonH2Black > span:nth-child(2) {
    color: #333;
  }
  footer {
    height: 100vh;
    margin-top: -10vw;
    z-index: 100;
    color: #fff;
    padding: 80px 0 0;
    overflow: hidden;
    position: relative;
  }
  footer .bg1 {
    position: absolute;
    top: 25px;
    left: -10%;
    width: 120%;
    height: 150px;
    background-color: #032C68;
    z-index: -1;
    animation: bg_yure_1 5s ease infinite;
  }
  footer .bg2 {
    position: absolute;
    top: 20px;
    left: -10%;
    width: 120%;
    height: 150px;
    transform: rotate(-2deg);
    background-color: #0545a3;
    z-index: -2;
    animation: bg_yure_2 4s ease infinite;
  }
  footer .bg3 {
    position: absolute;
    top: 15px;
    left: -10%;
    width: 120%;
    height: 150px;
    transform: rotate(-4deg);
    background-color: #6fa8fb;
    z-index: -3;
    animation: bg_yure_3 4.5s ease infinite;
  }
  footer .footer_inner {
    background-color: #032C68;
    padding-bottom: 30px;
  }
  footer .footer_inner > nav.footer_navi .official {
    text-align: center;
    margin: 20px 0 30px;
  }
  footer .footer_inner > nav.footer_navi .official a {
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    border: 1px solid #fff;
    padding: 10px 20px;
  }
  footer .footer_inner > nav.footer_navi > ul {
    display: flex;
  }
  footer .footer_inner > nav.footer_navi > ul > li {
    margin-bottom: 10px;
    padding-left: 2em;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li {
    padding-left: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    display: none;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li:before {
    content: "-　";
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li.large {
    display: block;
    list-style: none;
    position: relative;
    font-size: 1.4rem;
    padding-left: 15px;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li.large:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #fff;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li > a {
    color: #fff;
  }
  footer .footer_inner > .footer_logo {
    clear: both;
    text-align: center;
    padding: 40px 0 10px;
  }
  footer .footer_inner > .footer_logo > img {
    width: 80%;
  }
  footer .footer_inner .copyright {
    width: 92%;
    margin: 0 auto;
    word-break: break-all;
    display: block;
    text-align: center;
    font-size: 1rem;
    zoom: 0.9;
    letter-spacing: 1px;
    font-family: "Staatliches", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
}
@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .fp-viewing-gallery .logo img,
  .fp-viewing-footer .logo img {
    filter: brightness(0) invert(1);
  }
  .fp-viewing-gallery .button > div > span,
  .fp-viewing-footer .button > div > span {
    background-color: #fff;
  }
  .fp-viewing-gallery .button > div::before, .fp-viewing-gallery .button > div::after,
  .fp-viewing-footer .button > div::before,
  .fp-viewing-footer .button > div::after {
    background-color: #fff;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 100;
    transition: background-color 0.3s;
    display: grid;
    grid-template-columns: 450px 1fr;
    align-items: center;
    box-sizing: border-box;
  }
  header .logo > img {
    transition: filter 0.9s;
  }
  header .button {
    position: relative;
    height: 40px;
    z-index: 100;
  }
  header .button > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
  }
  header .button > div > span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all 0.3s;
  }
  header .button > div::before, header .button > div::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all 0.3s;
  }
  header .button > div::before {
    top: 0;
  }
  header .button > div::after {
    bottom: 0;
  }
  header input[type=checkbox] {
    display: none;
  }
  header #menu:checked + .button > div span {
    opacity: 0;
    background-color: #fff;
  }
  header #menu:checked + .button > div::before {
    transform: rotate(45deg);
    transform-origin: left top;
    background-color: #fff;
    left: 5px;
  }
  header #menu:checked + .button > div::after {
    transform: rotate(-45deg);
    transform-origin: left bottom;
    background-color: #fff;
    left: 5px;
  }
  header #menu:checked + .button + nav {
    right: 0;
  }
  header #menu:not(:checked) + .button + nav {
    right: -100%;
  }
  header nav {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: right 0.3s;
  }
  header nav ul {
    padding: 100px 40px;
  }
  header nav ul li {
    margin-bottom: 1em;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: color 0.3s;
  }
  .headerFixed {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mainVisual {
    background: url(../images/main-bg3.webp) no-repeat center center/cover;
  }
  .mainVisual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1;
  }
  .mainVisual .mainWrap {
    position: relative;
    height: 100vh;
    z-index: 2;
  }
  .mainVisual .mainWrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
  .mainVisual .mainWrap h1 {
    width: 100%;
    height: 100vh;
  }
  .mainVisual .mainWrap h1 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mainVisual .mainWrap h1 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene2 img {
    width: 35vw;
    max-width: 500px;
    height: auto;
    filter: drop-shadow(0 0 24px #fff) drop-shadow(0 0 8px #fff);
  }
  .mainVisual .mainWrap h1 .scene1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mainVisual .mainWrap h1 .scene1 > div {
    line-height: 1;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(1) {
    color: #333;
    font-size: 4vw;
    letter-spacing: 2px;
    padding-left: 2px;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1;
    background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) {
    width: 52vw;
    text-align: right;
    line-height: 1;
    background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) > span:nth-child(1) {
    font-family: "Libertinus Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18vw;
    letter-spacing: -10px;
  }
  .mainVisual .mainWrap h1 .scene1 > div:nth-child(2) > span:nth-child(2) {
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-left: 15px;
    font-size: 8vw;
    letter-spacing: 10px;
  }
  .mainVisual h2 {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 10px;
  }
  .mainVisual h2 > span {
    font-size: 2vw;
    letter-spacing: 2px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    padding: 5px 30px 5px 32px;
    position: relative;
  }
  .mainVisual h2 > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #032C68;
    transform: skew(-10deg);
    z-index: -1;
    box-shadow: 5px 5px #668ad8;
  }
  article.message {
    position: relative;
    background: url(../images/messageBg.webp) no-repeat left center/cover;
  }
  article.message section {
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    width: 60vw;
    background-color: rgba(255, 255, 255, 0.9);
    padding: clamp(20px, 3vw, 30px);
  }
  article.message section h2 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  article.message section > .text {
    font-size: clamp(1rem, 1.1vw, 1.5rem);
  }
  article.message section > .text p {
    margin-bottom: 1em;
  }
  article.message section > .text p:last-child {
    margin-bottom: 0;
  }
  article.message section > .text p::first-letter {
    padding-left: 1em;
  }
  article.message section > .text aside {
    margin-top: -2em;
    display: block;
    padding-top: 1em;
    text-align: right;
  }
  article.logo {
    background: url(../images/logo-bg.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
  }
  article.logo #logo-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  article.logo h2 {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(80px, 10vw, 100px);
  }
  article.logo section {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  article.logo section > .image {
    width: clamp(250px, 35vw, 350px);
    margin: 0 auto clamp(20px, 4vw, 40px);
  }
  @keyframes swayY {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    100% {
      transform: translateY(0);
    }
  }
  article.logo section > .image > img {
    animation: swayY 3.5s ease-in-out infinite;
    width: 100%;
  }
  article.logo section > .text {
    font-size: clamp(1.2rem, 1.2vw, 1.6rem);
    text-align: center;
  }
  .fp-viewing-history-0 article.history {
    background-position: 0% center;
  }
  .fp-viewing-history-1 article.history {
    background-position: 10% center;
  }
  .fp-viewing-history-2 article.history {
    background-position: 20% center;
  }
  .fp-viewing-history-3 article.history {
    background-position: 30% center;
  }
  article.history {
    background-color: #000;
    background: url(../images/history-bg.webp) no-repeat left center/cover;
    transition: background-position 1.3s;
    padding-top: 8.5vh;
  }
  article.history h2 {
    color: #fff;
  }
  article.history #sp-history-container {
    display: none;
  }
  article.history .pc-only-wrapper {
    height: 100vh;
  }
  article.history .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  article.history .slide .history-item ul.years > li {
    position: absolute;
    color: #333;
    padding: 40px clamp(12px, 2vw, 20px) clamp(12px, 2vw, 20px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    text-align: center;
    overflow: visible;
  }
  article.history .slide .history-item ul.years > li h3 {
    position: absolute;
    top: -2vw;
    left: 50px;
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    padding: clamp(8px, 1.5vw, 12px) clamp(16px, 2.5vw, 20px);
    line-height: 1;
    border-radius: 8px;
    transform: translateX(-50%);
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    letter-spacing: 3px;
    font-style: italic;
  }
  article.history .slide .history-item ul.years > li h3::after {
    content: "";
    background-color: #032C68;
    transform: skew(-10deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  article.history .slide .history-item ul.years > li h3 > span {
    font-size: clamp(2.7rem, 3.7vw, 4.6rem);
  }
  article.history .slide .history-item ul.years > li ul.contents div:nth-child(1) {
    font-size: clamp(1.6rem, 1.8vw, 2.4rem);
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #032C68;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  article.history .slide .history-item ul.years > li ul.contents div:nth-child(2) {
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    margin-bottom: 1em;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  article.history .slide .history-item ul.years > li .image img {
    width: 50%;
    border: clamp(8px, 1.5vw, 10px) solid #fff;
  }
  article.history .slide .history-item ul.years1 > li:nth-child(1) {
    width: 37vw;
    top: 10%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years1 > li:nth-child(2) {
    width: 37vw;
    top: 20%;
    right: 10vw;
  }
  article.history .slide .history-item ul.years2 > li:nth-child(1) {
    width: 37vw;
    top: 10%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years2 > li:nth-child(2) {
    width: 37vw;
    top: 10%;
    right: 10vw;
  }
  article.history .slide .history-item ul.years2 > li:nth-child(3) {
    width: 37vw;
    top: 37%;
    right: 10vw;
  }
  article.history .slide .history-item ul.years3 > li:nth-child(1) {
    width: 37vw;
    top: 15%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years3 > li:nth-child(2) {
    width: 37vw;
    top: 42%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years3 > li:nth-child(3) {
    width: 37vw;
    top: 20%;
    right: 10vw;
  }
  article.history .slide .history-item ul.years4 > li:nth-child(1) {
    width: 37vw;
    top: 10%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years4 > li:nth-child(2) {
    width: 37vw;
    top: 42%;
    left: 10vw;
  }
  article.history .slide .history-item ul.years4 > li:nth-child(3) {
    width: 37vw;
    top: 3%;
    right: 10vw;
  }
  article.history .slide .history-item ul.years4 > li:nth-child(4) {
    width: 37vw;
    top: 50%;
    right: 10vw;
  }
  article.history .fp-arrow {
    top: 95%;
  }
  article.history .fp-arrow.fp-next {
    border-width: 25px 0 25px 20px;
  }
  article.history .fp-arrow.fp-prev {
    border-width: 25px 20px 25px 0;
  }
  article.vision {
    background: url(../images/vision-bg.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
  }
  article.vision .commonH2 {
    zoom: 0.8;
  }
  article.vision section {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 60%;
    min-width: 600px;
    max-width: 800px;
    margin-left: auto;
    margin-right: 10vw;
  }
  article.vision section .text > p {
    font-size: clamp(1.2rem, 1.4vw, 1.8rem);
    margin-bottom: 1em;
  }
  article.vision section .text > p:last-child {
    margin-bottom: 0;
  }
  article.vision section .text > p::first-letter {
    padding-left: 1em;
  }
  article.gallery {
    height: 100vh;
    background: url(../images/main-bg4.webp) no-repeat center center/cover;
  }
  article.gallery .commonH2 {
    margin-bottom: 0;
  }
  article.gallery .swiper {
    overflow-y: visible;
    position: relative;
    z-index: 1000 !important;
  }
  article.gallery .swiper-wrapper {
    overflow-y: visible;
    padding: 50px 0 100px;
  }
  article.gallery section ul li img {
    border-radius: 20px;
    display: block;
    width: 100%;
  }
  article.gallery section .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s;
  }
  article.gallery section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f90;
  }
  article.gallery section .swiper-pagination-bullet-active {
    background: #f90;
  }
  article.gallery section .swiper-button-next,
  article.gallery section .swiper-button-prev {
    color: #fff;
    top: 100%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
  }
  article.gallery section .swiper-button-next:after,
  article.gallery section .swiper-button-prev:after {
    font-size: 30px;
  }
  article.gallery section .swiper-button-next:hover,
  article.gallery section .swiper-button-prev:hover {
    opacity: 0.7;
  }
  article.gallery section .swiper-button-prev {
    left: 20%;
  }
  article.gallery section .swiper-button-next {
    right: 20%;
  }
  .commonH2 {
    text-align: center;
    margin-bottom: clamp(20px, 4vw, 40px);
  }
  .commonH2 > span {
    color: #fff;
  }
  .commonH2 > span:nth-child(1) {
    font-family: "Staatliches", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: bold;
    letter-spacing: 10px;
    padding-left: clamp(40px, 6vw, 60px);
    border-top: 1px solid #fff;
  }
  .commonH2 > span:nth-child(2) {
    font-family: "Zen Antique Soft", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    color: #fff;
    margin-left: 10px;
    padding-right: 60px;
    border-bottom: 1px solid #fff;
  }
  .commonH2Black {
    text-align: center;
    margin-bottom: 40px;
  }
  .commonH2Black > span {
    color: #333;
  }
  .commonH2Black > span:nth-child(1) {
    border-top: 1px solid #333;
  }
  .commonH2Black > span:nth-child(2) {
    color: #333;
    border-bottom: 1px solid #333;
  }
  footer {
    margin-top: -110px;
    z-index: 100;
    color: #fff;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
  }
  footer .bg1 {
    position: absolute;
    top: 12%;
    left: -10%;
    width: 120%;
    height: 150px;
    transform: rotate(3deg);
    background-color: #032C68;
    z-index: -1;
    animation: bg_yure_1 5s ease infinite;
  }
  footer .bg2 {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 120%;
    height: 150px;
    transform: rotate(-1deg);
    background-color: #0545a3;
    z-index: -2;
    animation: bg_yure_2 4s ease infinite;
  }
  footer .bg3 {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 120%;
    height: 150px;
    transform: rotate(-2deg);
    background-color: #6fa8fb;
    z-index: -3;
    animation: bg_yure_3 4.5s ease infinite;
  }
  footer .footer_inner {
    background-color: #032C68;
  }
  footer .footer_inner > nav.footer_navi {
    margin: 0 auto;
  }
  footer .footer_inner > nav.footer_navi .official {
    text-align: center;
    margin: 20px 0 50px;
  }
  footer .footer_inner > nav.footer_navi .official a {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    border: 1px solid #fff;
    padding: 10px 40px;
    transition: 0.3s;
  }
  footer .footer_inner > nav.footer_navi .official a:hover {
    background-color: #fff;
    color: #032C68;
  }
  footer .footer_inner > nav.footer_navi > ul {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  footer .footer_inner > nav.footer_navi > ul > li {
    padding-left: 2em;
  }
  footer .footer_inner > nav.footer_navi > ul > li:last-child {
    border-right: none;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li {
    padding-left: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li:before {
    content: "-　";
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li.large {
    list-style: none;
    position: relative;
    font-size: 1.8rem;
    padding-left: 15px;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li.large:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 3px;
    height: 20px;
    background-color: #fff;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li > a {
    display: inline-block;
    color: #fff;
    position: relative;
    transition: 0.3s;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li > a:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li > a:hover {
    letter-spacing: 3px;
  }
  footer .footer_inner > nav.footer_navi > ul > li > ul > li > a:hover:after {
    width: 100%;
  }
  footer .footer_inner > .footer_logo {
    clear: both;
    text-align: center;
    padding: 40px 0;
  }
  footer .footer_inner > .footer_logo > img {
    width: 400px;
  }
  footer .footer_inner > .copyright {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: "Staatliches", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
}