@charset "UTF-8";
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --clip: 10rem;
}

@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(calc(var(--clip) * -1) 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + var(--clip)) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, calc(var(--clip) * -1) 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + var(--clip)) 100%, 0% 100%);
  }
}
@keyframes clip-out-nav {
  0% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
}
@keyframes clip-in-nav {
  0% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 130% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 130% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-30% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-30% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pyoko2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
:root {
  --winH: 100vh;
  --area_width: 1400px;
  --max_width: 1000px;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #e9536b;
  --color-blue: #2a59a7;
  --color-gold: #d2c2a8;
  --color-tw: #4995d1;
}
@media screen and (max-width: 960px) {
  :root {
    --max_width: 560px;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 71.875%;
  }
}
@media screen and (max-width: 960px) and (min-width: 751px) {
  html {
    font-size: 81.25%;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-black);
  background: var(--color-white);
  overflow: hidden;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-black);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img[height] {
  height: auto !important;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-gray);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.m-modal.is-open {
  opacity: 1;
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.m-modal.is-load-start {
  opacity: 1;
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  transition: all 0s cubic-bezier(0.5, 1, 0.89, 1);
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.m-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0s linear 1s;
  transition: clip-path 0s linear 1s;
  transition: clip-path 0s linear 1s, -webkit-clip-path 0s linear 1s;
}
.is-modal-open .m-modal::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  transition: -webkit-clip-path 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-safari .m-modal::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--color-white);
}
.m-modal__content {
  width: 90%;
  max-width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
}
[data-modal-type=img] .m-modal__content {
  max-width: 900px;
}
[data-modal-type=youtube] .m-modal__content {
  max-width: 124.439vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
  }
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 160px auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin: 22% auto 10%;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 20px auto 0;
  }
}
.m-modal__close {
  width: 30px;
  height: 30px;
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0s linear 1s;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
  }
}
.is-modal-open .m-modal__close {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.m-modal__close::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-red);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close::before {
    width: 35px;
    height: 35px;
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__close-in::before {
  content: "";
  width: 133%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 200px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .m-modal__close-in::before {
    height: 2px;
  }
}
.m-modal__close-in::after {
  content: "";
  width: 133%;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 200px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .m-modal__close-in::after {
    height: 2px;
  }
}

/* ====================
Layout
 ==================== */
/* ====================
l-wrap
 ==================== */
.l-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-wrap__bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-load .l-wrap__bg-canvas {
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}
.l-wrap__bg-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__loader {
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-load-active .l-wrap__loader {
  display: none;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-red);
  animation: loader 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}

/* ====================
l-main
 ==================== */
.l-main {
  width: 100%;
  min-height: calc(var(--winH) - 20rem);
  display: block;
  position: relative;
}

/* ====================
l-nav
 ==================== */
.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav__bg {
  width: 100vw;
  min-width: 100vh;
  height: 100vh;
  min-height: 100vw;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/top/news_bg.jpg") repeat left top;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: -webkit-clip-path 0s linear 0.4s;
  transition: clip-path 0s linear 0.4s;
  transition: clip-path 0s linear 0.4s, -webkit-clip-path 0s linear 0.4s;
}
.is-menu-open .l-nav__bg {
  -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 160%, -50% 50%);
  clip-path: polygon(50% -50%, 150% 50%, 50% 160%, -50% 50%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-nav__bg {
    background-size: 35px auto;
  }
}
.l-nav__container {
  width: 90%;
  max-width: var(--max_width);
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 10% 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 88%;
  }
}
.l-nav__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-nav__list {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 5.4rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 0.4s cubic-bezier(0.17, 0.67, 0.93, 1.4) 0s;
}
@media screen and (min-width: 961px) {
  .l-nav__list-item img {
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .l-nav__list-item:nth-child(odd):hover img {
    transform: rotate(5deg) scale(1.2);
  }
  .l-nav__list-item:nth-child(even):hover img {
    transform: rotate(-5deg) scale(1.2);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    text-align: center;
  }
  .l-nav__list-item img {
    width: auto;
    height: 3.6rem;
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.8rem;
  }
}
.is-menu-open .l-nav__list-item {
  opacity: 1;
  transform: scale(1);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.25s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.55s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 0.65s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 0.75s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 0.85s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 0.95s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 1.05s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 1.1s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 1.15s;
}
.is-menu-open .l-nav__list-item:nth-child(21) {
  transition-delay: 1.2s;
}

/* ====================
l-nav_menu
 ==================== */
.l-nav_menu {
  width: 7rem;
  height: 7rem;
  display: block;
  position: fixed;
  left: 2.5rem;
  top: 2.5rem;
  z-index: 15;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav_menu {
    width: 4rem;
    height: 4rem;
    left: auto;
    right: 1rem;
    top: 1rem;
  }
}
.l-nav_menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-gold);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-nav_menu::before {
  background: var(--color-white);
}
.l-nav_menu::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 0.2rem solid var(--color-white);
  transition: border-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .l-nav_menu::after {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .l-nav_menu:hover::after {
    opacity: 1;
  }
}
.is-menu-open .l-nav_menu::after {
  border-color: var(--color-gold);
}
.l-nav_menu__inner {
  width: 5rem;
  height: 2.7rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
@media screen and (max-width: 960px) {
  .l-nav_menu__inner {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.l-nav_menu__open {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  z-index: 1;
}
.is-menu-open .l-nav_menu__open {
  pointer-events: none;
  z-index: 0;
}
.l-nav_menu__open::after {
  content: "";
  width: 200%;
  height: 300%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-nav_menu__open-item {
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .l-nav_menu__open-item {
    height: 0.2rem;
  }
}
.l-nav_menu__open-item.-item1 {
  top: 0;
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav_menu__open-item.-item2 {
  top: 50%;
  transform: translate(0, -50%);
}
.l-nav_menu__open-item.-item3 {
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav_menu__open-deco {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.l-nav_menu__open-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem;
  background: var(--color-white);
}
.l-nav_menu__close {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.is-menu-open .l-nav_menu__close {
  pointer-events: auto;
  z-index: 1;
}
.l-nav_menu__close::after {
  content: "";
  width: 200%;
  height: 300%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-nav_menu__close-item {
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .l-nav_menu__close-item {
    height: 0.2rem;
  }
}
.l-nav_menu__close-item.-item1 {
  transform: translate(-50%, -50%) rotate(25deg);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav_menu__close-item.-item2 {
  transform: translate(-50%, -50%) rotate(-25deg);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-nav_menu__close-deco {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 5rem;
}
.l-nav_menu__close-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem;
  background: var(--color-gold);
}

/* ====================
l-footer
 ==================== */
.l-footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-footer__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__deco.-deco1 {
  width: 30%;
  top: 4%;
  left: 12%;
}
@media screen and (max-width: 960px) {
  .l-footer__deco.-deco1 {
    width: 42%;
  }
}
.l-footer__container {
  width: 100%;
  max-width: var(--max_width);
  position: relative;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 4rem 0;
  }
}
.l-footer__share {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
}
.l-footer__link {
  width: 100%;
  position: relative;
  margin: 1.7rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__link {
    margin-top: 3rem;
  }
}
.l-footer__legal {
  width: 100%;
  position: relative;
  margin: 1.2rem auto 0;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    margin-bottom: 1.5rem;
  }
}
.l-footer__legal-copy {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

/* ====================
l-footer_share
 ==================== */
.l-footer_share {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 0.5rem;
}
.l-footer_share__link {
  width: 3.2em;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 3.8rem;
  }
}
@media (hover: hover) {
  .l-footer_share__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}

/* ====================
l-footer_link
 ==================== */
.l-footer_link {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-footer_link__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer_link__list-item {
  display: block;
  position: relative;
}
.l-footer_link__list-item + .l-footer_link__list-item {
  margin-left: 1.5rem;
}
.l-footer_link__list-item + .l-footer_link__list-item::before {
  content: "";
  width: 0.1rem;
  height: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translate(0, -50%);
  border-left: 0.1rem solid var(--color-black);
}
.l-footer_link__text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-footer_link__text {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-footer_link__list-item:nth-child(odd):hover .l-footer_link__text {
    color: var(--color-blue);
  }
  .l-footer_link__list-item:nth-child(even):hover .l-footer_link__text {
    color: var(--color-red);
  }
}

@keyframes shirogane {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chara_deco .deco {
  position: fixed;
  z-index: 60;
  top: -240px;
  opacity: 0;
  transition: top 2s ease-out 0.6s;
}
.chara_deco .deco img {
  position: relative;
  animation: shirogane 10s linear infinite;
}
@media screen and (min-width: 961px) {
  .chara_deco .deco {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .chara_deco .deco {
    width: 24vw;
  }
}
.chara_deco.is_move .deco {
  opacity: 1;
  top: calc(100% + 240px);
}

/* ====================
Project
 ==================== */
/* ====================
COMPONENT
 ==================== */
/*# sourceMappingURL=ayatra.common.css.map */