@charset "utf-8";

/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Poppins', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #333;
  background-color: #f5f5f5;
  margin: 0 auto;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

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

  .br_sp {
    display: block;
  }
}

/*==================================================
  head_logo
==================================================*/
.nv_logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 30px;
  height: auto;
  z-index: 99;
}

.nv_logo img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

.nv_logo img:hover {
  opacity: 0.8;
}

/*==================================================
  TOP
==================================================*/
/* wrap */
.top {
  position: relative;
  background-color: #f5f5f5;
}

/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 350px;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .3;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(#111 20%, transparent 26%), radial-gradient(#111 20%, transparent 26%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

/* text */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top .logo {
  width: clamp(250px, 48vw, 420px);
}

.top .logo img {
  width: 100%;
  height: auto;
  text-align: center;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}

.top .bnr_text {
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 5vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.top ul.app_bnr {
  display: flex;
  gap: 20px;
  margin-top: 1vw;
}

.top .app_bnr li {
  width: 150px;
}

.top .app_bnr li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

.top .app_bnr li a img:hover {
  opacity: 0.7;
}

.top .scroll_down {
  position: absolute;
  padding: 10px 10px 75px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  bottom: 3.0vw;
  right: 1.5vw;
}

@media screen and (max-width: 768px) {
  .top .scroll_down {
    bottom: 15%;
  }
}

.top .scroll_down::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1px;
  height: 55px;
  background: #fff;
}

.top .scroll_down::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.banner_space {
  margin-top: 20px;
  text-align: center;

}

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

  .banner_space {
    margin-top: 20px;
    text-align: center;
    width: 70%;

  }
}

.web_app {
  margin-top: 20px;
}

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

.web_app a {

  margin-top: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  border: #fff 2px solid;
  font-size: 16px;
  border-radius: 8px;
  padding: 14px 20px 14px 30px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

.web_app a:hover {
  color: #000;
  background-color: #fff;
}

.web_app .fw {
  margin-left: 8px;
}

.web_app .web_text {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  font-size: 13px;
  line-height: 140%;
}

.web_app .e_text {

  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 3px;
  font-size: 6px;
  line-height: 140%;
}


.web_app .event2023 {

  margin-top: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}

.top_banner {
  display: inline-flex;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.top_banner a {
  width: 320px;
  height: auto;
  border-radius: 8px;
  background-color: #fff;
}

.top_banner a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgb(255, 255, 255);
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
  transition: 0.2s;
}

.top_banner a img:hover {
  opacity: 0.8;
}

/*==================================================
  catch_wrap
==================================================*/
.catch_wrap {
  width: 100%;
  background-image: url(../img/perth_line.webp);
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 4vw 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.catch_wrap .catch1 {
  background-color: #fff;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 2.8vw;
  color: #000;
  font-weight: 900;
  line-height: 140%;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
}

.catch_wrap .catch2 {
  background-color: #fff;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 4.6vw;
  color: #000;
  font-weight: 900;
  line-height: 140%;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
}

.catch_wrap .catch3 {
  background-color: #fff;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 3.2vw;
  color: #000;
  font-weight: 900;
  line-height: 140%;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
}

/* TEXT loop animation */
.catch_wrap .loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin-top: 9vw;
}

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 7vw;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.70);
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

.catch_wrap .moc {
  width: 46vw;
  margin-top: 4vw;
  position: relative;
  margin-top: -12vw;
  z-index: 10;
}

.catch_wrap .moc img {
  width: 100%;
}

/*==================================================
  contents
==================================================*/

.bg {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/hex_01.webp);
  background-size: auto 2500px;
  background-position: center top 0;
  background-repeat: repeat;
  -webkit-animation: bg-scrolling2 100s infinite;
  /* Safari */
  -moz-animation: bg-scrolling2 100s infinite;
  /* Fx */
  -o-animation: bg-scrolling2 100s infinite;
  /* Opera */
  animation: bg-scrolling2 100s infinite;
  /* IE */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background-attachment: fixed;
}

.contents {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/hex_02.webp);
  background-size: auto 2000px;
  background-position: center top 0;
  background-repeat: repeat;
  -webkit-animation: bg-scrolling 300s infinite;
  /* Safari */
  -moz-animation: bg-scrolling 300s infinite;
  /* Fx */
  -o-animation: bg-scrolling 300s infinite;
  /* Opera */
  animation: bg-scrolling 300s infinite;
  /* IE */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background-attachment: fixed;
}

.contents::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-image: url(../img/content_gra.png);
  background-repeat: repeat-x;
}

.contents::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-image: url(../img/content_gra.png);
  background-repeat: repeat-x;
  transform: rotate(180deg);
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 0px 2500px;
  }
}

@-moz-keyframes bg-scrolling {
  0% {
    background-position: 0px 2500px;
  }
}

@-o-keyframes bg-scrolling {
  0% {
    background-position: 0px 2500px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 0px 2500px;
  }
}

@-webkit-keyframes bg-scrolling2 {
  0% {
    background-position: 0px 2000px;
  }
}

@-moz-keyframes bg-scrolling2 {
  0% {
    background-position: 0px 2000px;
  }
}

@-o-keyframes bg-scrolling2 {
  0% {
    background-position: 0px 2000px;
  }
}

@keyframes bg-scrolling2 {
  0% {
    background-position: 0px 2000px;
  }
}

.contents .inner {
  position: relative;
  width: 100%;
  display: block;
  padding: 0px 0 50px 0;
  text-align: left;
  z-index: 3;
}

/*==================================================
  subject
==================================================*/
.subject {
  position: relative;
  line-height: 140%;
  display: inline-block;
  padding: 3.5vw 7vw;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 3.6rem);
  text-align: left;
  margin-top: 8vw;
  margin-bottom: 3vw;
  box-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.16);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .subject {
    display: block;
    padding: 3.5vw 0.5vw;
    width: 100%;
    text-align: center;
    font-size: clamp(1.4rem, 2.6vw, 3.6rem);
  }
}

.sy {
  background-color: #F0A000;
}

.sb {
  background-color: #1057AC;
}

.sr {
  background-color: #DD3600;
}

/*==================================================
  Anniversary
==================================================*/
.anniversary {
  position: relative;
  line-height: 140%;
  display: flex;
  width: 100%;
  color: #000;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 3.6rem);
  text-align: center;
  margin-top: 8vw;
  margin-bottom: 3vw;
  box-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.16);
  z-index: 3;
  /* border-top: #D1B056 6px solid;
  border-bottom: #D1B056 6px solid; */
  align-items: center;
  justify-content: center;
}

.anniversary img {
  width: 100%;
  height: auto;
}

.photo {
  width: 60%;
  margin-bottom: 10vw;
  box-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .photo {
    width: 95%;
  }
}

.photo img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}

.p1 {
  margin-left: auto;
  margin-right: 7vw;
}

.p2 {
  margin-right: auto;
  margin-left: 7vw;
}

@media screen and (max-width: 768px) {
  .p1 {
    margin: 0 auto 5vw;
  }

  .p2 {
    margin: 0 auto 5vw;
  }
}

.photo2 {
  width: 60%;
  margin-bottom: 10vw;
  box-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .photo2 {
    width: 95%;
  }
}

.photo2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.photo .caption {
  width: 100%;
  text-align: center;
  padding: 1.6vw;
  background-color: #fff;
  font-size: 1.6vw;
  color: #000;
  font-weight: 700;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 768px) {
  .photo .caption {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
}

.report {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  font-size: clamp(14px, 3.6vw, 38px);
  color: #000;
  font-weight: 700;
}

.comment {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  font-size: clamp(14px, 1.8vw, 1.8rem);
  color: #000;
  font-weight: 500;
}

/*==================================================
  download
==================================================*/
.download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.download .bnr_text {
  color: #000000;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  margin-top: 5vw;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.download ul.app_bnr {
  display: flex;
  gap: 20px;
  margin-top: 1vw;
}

.download .app_bnr li {
  width: 150px;
}

.download .app_bnr li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.18));
}

.download .app_bnr li a img:hover {
  opacity: 0.7;
}

.download ul.qr_bnr {
  display: flex;
  gap: 40px;
  margin-top: 2vw;
}

.download .qr_bnr li {
  width: 130px;
}

.download .qr_bnr li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

.download .qr_bnr li img:hover {
  opacity: 0.7;
}

/*==================================================
  footer
==================================================*/
footer {
  width: 100%;
  height: auto;
  background-color: #fff;
}

footer .footer_info {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 3vw 20px 3vw;
}

footer .nft {
  width: 600px;
  height: auto;
}

footer .nft img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.18));
  transition: 0.2s;
}

footer .nft img:hover {
  opacity: 0.8;
}

footer .note {
  width: 100%;
  font-size: 1.0rem;
  text-align: center;
  line-height: 140%;
  font-weight: 400;
  color: #888888;
  margin-top: 30px;
}

footer a.contact {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.2s;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-top: 20px;
  padding: 10px 50px;
  transition: 0.2s;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

footer a.contact:hover {
  background-color: #666;
}

footer a.policy {
  text-align: center;
  color: #888;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.2s;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

footer a.policy:hover {
  text-decoration: underline;
}

footer .footer_box {
  width: 100%;
  background-color: #F5F5F5;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

footer .sns {
  display: inline-flex;
  gap: 10px;
  margin-left: auto;
}

footer .sns li {
  width: 22px;
}

footer .sns li img {
  width: 100%;
}

footer .sns li a {
  opacity: 0.5;
  transition: 0.2s;
}

footer .sns li a:hover {
  opacity: 0.8;
}

footer .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .info .footer_logo {
  width: 80px;
  display: inline-block;
}

footer .info .footer_logo img {
  width: 100%;
}

footer .info .copyright {
  font-size: 10px;
  font-weight: 400;
  color: #888;
  font-family: 'Poppins', sans-serif;
  display: inline;
  line-height: 1;
}

footer .info .null {
  display: inline-block;
  width: 0;
  height: 0;
}

/*==================================================
  sp
==================================================*/
@media screen and (max-width: 768px) {

  .video-box {
    min-height: 300px;
  }

  .top .bnr_text {
    font-size: clamp(14px, 3.8vw, 18px);
    margin-top: 6vw;
  }

  .top ul.app_bnr {
    margin-top: 3vw;
  }

  .download .bnr_text {
    font-size: clamp(14px, 3.8vw, 18px);
    margin-top: 6vw;
  }

  .download ul.app_bnr {
    margin-top: 3vw;
  }

  .download ul.qr_bnr {
    display: none;
  }

  .catch_wrap .catch1 {
    font-size: 3.5vw;
  }

  .catch_wrap .catch2 {
    font-size: 6vw;
  }

  .catch_wrap .catch3 {
    font-size: 4vw;
    margin-top: -20px;
  }

  .bg {
    background-size: auto 1400px;
  }

  .contents {
    background-size: auto 1600px;
  }

  /* TEXT loop animation */
  .catch_wrap .loop_wrap {
    margin-top: 9.5vw;
  }

  .loop_wrap div {
    font-size: 16vw;
  }

  .catch_wrap .moc {
    width: 80vw;
    margin-top: -25vw;
  }

  footer .note {
    font-size: 1.2rem;
    text-align: left;
  }

  footer .nft {
    width: 100%;
    height: auto;
  }

  footer a.policy {
    font-size: 16px;
  }

  footer .footer_box {
    width: 100%;
    background-color: #F5F5F5;
    padding: 20px 10px 30px 10px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  footer .info {
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  footer .info .null {
    display: none;
  }

  footer .sns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
  }

  footer .info .copyright {
    font-size: 8px;
  }

}