@charset "UTF-8";
/*main*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
* {
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
}

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

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  width: auto;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

table, tbody, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

small {
  font-size: 100%;
}

@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
@keyframes anime__xxx__ptn01 {
}
*/
body {
  width: 100%;
  font-family: "Shippori Mincho", "游明朝", Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #333;
  background-color: #fff;
}
body .ff__sans {
  font-family: "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, sans-serif;
}
body .ff__serif {
  font-family: "Shippori Mincho";
}
body .ff__sub {
  font-family: "Cormorant";
}
body .fw__bold {
  font-weight: 600;
}
body .fw__normal {
  font-weight: 500;
}
body .fs__txt__60 {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
body .fs__txt__40 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body .fs__txt__26 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.1em;
}
body .fs__txt__18 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
body .fs__txt__16 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
body .fs__txt__14 {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.09em;
}
body .fs__txt__12 {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  body .fs__txt__60 {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body .fs__txt__40 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body .fs__txt__26 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.09em;
  }
  body .fs__txt__18 {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
  body .fs__txt__16 {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.04em;
  }
}
body .fs__txt__en__80 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__50 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__26 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
body .fs__txt__en__20 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant";
}
@media (max-width: 750px) {
  body .fs__txt__en__80 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__50 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__26 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
  body .fs__txt__en__20 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Cormorant";
  }
}
body .dp__block {
  display: block;
}
body .dp__block__pc {
  display: block;
}
body .dp__block__sp {
  display: none;
}
body .dp__inline-block {
  display: inline-block;
}
body .dp__inline-block__pc {
  display: inline-block;
}
body .dp__inline-block__sp {
  display: none;
}
body .dp__inline {
  display: inline;
}
body .dp__inline__pc {
  display: inline;
}
body .dp__inline__sp {
  display: none;
}
body .dp__flex {
  display: flex;
}
body .dp__flex__pc {
  display: flex;
}
body .dp__flex__sp {
  display: none;
}
body .dp__grid {
  display: grid;
}
body .dp__grid__pc {
  display: grid;
}
body .dp__grid__sp {
  display: none;
}
@media (max-width: 750px) {
  body .dp__block__pc {
    display: none;
  }
  body .dp__block__sp {
    display: block;
  }
  body .dp__inline-block__pc {
    display: none;
  }
  body .dp__inline-block__sp {
    display: inline-block;
  }
  body .dp__inline__pc {
    display: none;
  }
  body .dp__inline__sp {
    display: inline;
  }
  body .dp__flex__pc {
    display: none;
  }
  body .dp__flex__sp {
    display: flex;
  }
  body .dp__grid__pc {
    display: none;
  }
  body .dp__grid__sp {
    display: grid;
  }
}
body .color__txt__white {
  color: #fff;
}
body .color__txt__black {
  color: #333;
}
body .color__txt__gray1 {
  color: #888;
}
body .color__txt__gray2 {
  color: #ccc;
}
body .color__txt__gray3 {
  color: #ddd;
}
body .color__txt__pri {
  color: #A89942;
}
body .color__txt__sec {
  color: #545E60;
}
body .color__txt__ter {
  color: #B7D450;
}
body .color__txt__qua {
  color: #204179;
}
body .color__txt__qui {
  color: #A8CD37;
}
body .color__txt__sen {
  color: #000028;
}
body .color__txt__sep {
  color: #FFFFFF;
}
body .color__txt__oct {
  color: #E2E3E4;
}
body .color__txt__non {
  color: #949494;
}
body .color__txt__den {
  color: #333333;
}
body .color__bg__white {
  background-color: #fff;
}
body .color__bg__black {
  background-color: #333;
}
body .color__bg__gray1 {
  background-color: #888;
}
body .color__bg__gray2 {
  background-color: #ccc;
}
body .color__bg__gray3 {
  background-color: #ddd;
}
body .color__bg__pri {
  background-color: #A89942;
}
body .color__bg__sec {
  background-color: #545E60;
}
body .color__bg__ter {
  background-color: #B7D450;
}
body .color__bg__qua {
  background-color: #204179;
}
body .color__bg__qui {
  background-color: #A8CD37;
}
body .color__bg__sen {
  background-color: #000028;
}
body .color__bg__sep {
  background-color: #FFFFFF;
}
body .color__bg__oct {
  background-color: #E2E3E4;
}
body .color__bg__non {
  background-color: #949494;
}
body .color__bg__den {
  background-color: #333333;
}
body .anime__light {
  position: relative;
  overflow: hidden;
}
body .anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 3s ease-in-out infinite;
}
body .anime__bottom-up {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(100px);
}
body .anime__bottom-up.js--on, body .anime__bottom-up.js--ing {
  opacity: 1;
  transform: translateY(0px);
}
body .anime__opacity {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
body .anime__opacity.js--on {
  opacity: 0.5;
}
body .anime__underline {
  text-decoration: none;
}
body .anime__underline.js--on {
  text-decoration: underline;
}
body .img__reset {
  font-size: 0;
  line-height: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.sec__in__l {
  width: 100%;
  max-width: 1140px;
  min-width: 0;
  margin: 0 auto;
}

.sec__in__s {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sec__in__l {
    width: 100%;
    max-width: 100%;
  }
  .sec__in__s {
    width: 100%;
    max-width: 100%;
  }
}
/*parts*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
/*page*/
/*
  .fs__txt__xxx
  .fs__txt__en__xxx
  .fw__xxx
*/
/*
  .color__txt__xxx
  .color__bg__xxx
*/
/*
  .dp__xxx
  .dp__xxx__pc
  .dp__xxx__sp
*/
#index {
  position: relative;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='rotate(26) '%3E%3Cpath data-color='outline' fill='none' stroke='%23FFF' stroke-width='2.16' d='M50 0v100M100 50H0'%3E%3C/path%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 2000dvh;
}
#index .view {
  overflow: hidden;
  position: fixed;
  width: 200%;
  height: 200dvh;
  top: -50%;
  left: -50%;
  display: block;
  transition: all 0.5s ease 0s;
}
#index .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-65deg);
  transition: all 0.5s ease 0s;
}
#index .sec00 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}
#index .sec00 p {
  color: #fff;
  font-size: 5vw;
}
@media (max-width: 750px) {
  #index .sec00 p {
    font-size: 15vw;
  }
}
#index .sec01 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 100;
}
#index .sec01 h1 {
  font-size: 25vw;
  color: #fff;
}
#index .sec02 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 99;
}
#index .sec02 .inner {
  padding: 20px 60px;
}
#index .sec02 .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: width 0.5s ease 0.2s;
  z-index: 2;
}
#index .sec02 .content {
  position: relative;
  z-index: 3;
}
#index .sec02 h2 {
  font-size: 10vw;
}
#index .sec02.js--on .inner {
  transform: translate(-50%, -50%) rotate(0);
}
#index .sec02.js--on .inner::after {
  width: 100%;
}
#index .sec03 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 99;
}
#index .sec03 li {
  position: relative;
  font-size: 3vw;
  margin: 0 0 10px;
  padding: 0 20px;
}
#index .sec03 li:last-child {
  margin: 0;
}
#index .sec03 li span {
  position: relative;
  z-index: 3;
}
#index .sec03 li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 2;
}
#index .sec03 li:nth-child(1)::after {
  transition: width 0.5s ease 0s;
}
#index .sec03 li:nth-child(2)::after {
  transition: width 0.5s ease 0.2s;
}
#index .sec03 li:nth-child(3)::after {
  transition: width 0.5s ease 0.4s;
}
#index .sec03 li:nth-child(4)::after {
  transition: width 0.5s ease 0.6s;
}
#index .sec03.js--on .inner {
  transform: translate(-50%, -50%) rotate(0);
}
#index .sec03.js--on li::after {
  width: 100%;
}
@media (max-width: 750px) {
  #index .sec03 li {
    padding: 10px;
    box-sizing: border-box;
    font-size: 6vw;
  }
}
#index .sec04 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 97;
}
#index .sec04 .inner {
  left: -50%;
}
#index .sec04 h2 {
  transition: color 0.5s ease 0s;
  font-size: 10vw;
}
#index .sec04.js--on .inner {
  left: 50%;
}
#index .sec04.js--on h2 {
  color: #fff;
}
#index .sec05 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 96;
}
#index .sec05 ul {
  display: flex;
  width: 50%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}
#index .sec05 li {
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  font-size: 2vw;
}
#index .sec05 li:nth-child(2n+1) {
  transition: transform 5s ease 0s;
  transform: translateX(200%);
}
#index .sec05 li:nth-child(3n) {
  transition: transform 4s ease 0s;
  transform: translateX(300%);
}
#index .sec05 li:nth-child(4n) {
  transition: transform 6s ease 0s;
  transform: translateX(150%);
}
#index .sec05.js--on li:nth-child(2n+1) {
  transform: translateX(0%);
}
#index .sec05.js--on li:nth-child(3n) {
  transform: translateX(0%);
}
#index .sec05.js--on li:nth-child(4n) {
  transform: translateX(0%);
}
@media (max-width: 750px) {
  #index .sec05 ul {
    width: 90%;
    gap: 20px;
  }
  #index .sec05 li {
    padding: 10px;
    font-size: 4vw;
  }
  #index .sec05.js--on .inner {
    transform: translate(-50%, -50%) rotate(0);
  }
}
#index .sec06 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 95;
}
#index .sec06 h2 {
  color: #fff;
  font-size: 6vw;
}
#index .sec06 h2 b {
  transition: font-size 0.5s ease 0.3s, background-color 0.5s ease 0.3s, color 0.5s ease 0.3s;
}
#index .sec06.js--on h2 b {
  font-size: 12vw;
  color: #333;
  background: #fff;
  padding: 20px 0;
  display: inline-block;
  line-height: 1;
}
#index .sec06.js--on .inner {
  transform: translate(-50%, -50%) rotate(116deg);
}
#index .sec07 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 94;
}
#index .sec07 ul {
  display: flex;
  gap: 0 40px;
}
#index .sec07 li {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#index .sec07 li:hover::before {
  width: 100%;
}
#index .sec07 li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: width 0.5s ease 0.2s;
  z-index: 2;
}
#index .sec07 li a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 20px;
  height: 100%;
}
#index .sec07 li a:hover {
  opacity: 0.5;
}
#index .sec07 dt {
  font-size: 3vw;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 0 3.2vw 0 0;
}
#index .sec07 dt::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
}
#index .sec07 h2 {
  font-size: 10vw;
}
#index .sec07.js--on {
  z-index: 105;
}
#index .sec07.js--on li::after {
  width: 100%;
}
#index .sec07.js--on .inner {
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 750px) {
  #index .sec07 dt {
    font-size: 6vw;
  }
  #index .sec07 ul {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px 0;
  }
}
#index .sec08 {
  transform: scale(0.1);
  opacity: 0;
  z-index: 93;
}
#index .sec08 h2 {
  font-size: 4vw;
  color: #fff;
}
#index .sec08 dt {
  background: #fff;
  padding: 0 10px;
}
#index .sec08 dd {
  color: #fff;
  background: #333;
  padding: 10px;
}
@media (max-width: 750px) {
  #index .sec08.js--on h2 {
    font-size: 8vw;
    padding: 0 4%;
  }
  #index .sec08.js--on dl {
    padding: 0 4%;
  }
  #index .sec08.js--on .inner {
    transform: translate(-50%, -50%) rotate(0);
  }
}