@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
/*/////////////////////////
 reset
//////////////////////////*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

a, a:link, button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}

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

b {
  font-weight: bold;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

iframe {
  max-width: 100%;
  height: auto;
}

/* 
================================================================================
tag
================================================================================
*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

a, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
@keyframes flash {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes decoflash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes snowAnimation {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(30000px);
  }
}
@keyframes charaZoom {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  20% {
    opacity: 2;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fall {
  0% {
    top: -50px;
  }
  100% {
    top: 100%;
  }
}
@keyframes onpuAnime {
  0% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -30%);
  }
}
@keyframes navPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes productPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heroRoboIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20%, 0) scale3d(1, 1, 1);
    filter: brightness(8);
  }
  50% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
}
@keyframes thunderTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -11.1111111111rem, 0) scale(1, 0) rotate(0deg);
    filter: brightness(8);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale(1, 0) rotate(0deg);
    }
  }
  3% {
    opacity: 1;
    transform: translate3d(-40%, -8.3333333333rem, 0) scale(1.8, 0.5) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 768px) {
      transform: translate3d(-40%, -20vw, 0) scale(1.8, 0.5) rotate(10deg);
    }
  }
  6% {
    opacity: 1;
    transform: translate3d(-60%, -13.8888888889rem, 0) scale(0.8, 1.2) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 768px) {
      transform: translate3d(-60%, -33.3333333333vw, 0) scale(0.8, 1.2) rotate(-10deg);
    }
  }
  9% {
    opacity: 1;
    transform: translate3d(-50%, -9.4444444444rem, 0) scale(1.8, 0.2) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -22.6666666667vw, 0) scale(1.8, 0.2) rotate(10deg);
    }
  }
  12% {
    opacity: 1;
    transform: translate3d(-40%, -12.7777777778rem, 0) scale(0.2, 0.8) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 768px) {
      transform: translate3d(-40%, -30.6666666667vw, 0) scale(0.2, 0.8) rotate(-10deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -13.8888888889rem, 0) scale(1, 1) rotate(0deg);
    filter: brightness(1);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -33.3333333333vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
@keyframes thunderTitleIn2 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -13.8888888889rem, 0) scale3d(1.5, 0, 1) rotate(0deg);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, -13.8888888889rem, 0) scale3d(0.2, 0.1, 1) rotate(0deg);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -26.6666666667vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -13.8888888889rem, 0) scale3d(1, 1, 1) rotate(0deg);
    @media screen and (max-width: 768px) {
      transform: translate3d(-50%, -33.3333333333vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.lang-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.effect-text {
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: pre-line;
  text-align: justify;
}

.font-line-wide {
  line-height: 2.5;
}

.line-height-wide {
  line-height: 2.5;
}

.group-lang {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.9444444444rem;
}
@media screen and (max-width: 768px) {
  .group-lang {
    margin-bottom: 9.3333333333vw;
  }
}
.group-lang a {
  position: relative;
  display: block;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .group-lang a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .group-lang a {
    font-size: 3.4666666667vw;
  }
}
.group-lang a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2222222222rem;
  position: absolute;
  bottom: -0.4444444444rem;
  left: 0;
  background-color: #e30a17;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .group-lang a::before {
    height: 0.2083333333vw;
    bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .group-lang a::before {
    height: 0.5333333333vw;
    bottom: -1.3333333333vw;
  }
}
.group-lang a:not(:last-child) {
  margin-right: 1.2222222222rem;
}
@media screen and (max-width: 1440px) {
  .group-lang a:not(:last-child) {
    margin-right: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .group-lang a:not(:last-child) {
    margin-right: 2.9333333333vw;
  }
}
.group-lang a:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.1111111111rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.5555555556rem;
  background-color: #e30a17;
}
@media screen and (max-width: 1440px) {
  .group-lang a:not(:last-child)::after {
    width: 0.2083333333vw;
    right: -1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .group-lang a:not(:last-child)::after {
    width: 0.2666666667vw;
    right: -1.3333333333vw;
  }
}
.group-lang a.active::before {
  visibility: visible;
}
.group-sns {
  margin-bottom: 1.3888888889rem;
}
@media screen and (max-width: 768px) {
  .group-sns {
    margin-bottom: 6.6666666667vw;
  }
}
.group-sns ul {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.group-sns ul li {
  position: relative;
  width: 2.2777777778rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1200px) {
  .group-sns ul li {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .group-sns ul li {
    width: 6.6666666667vw;
  }
}
.group-sns ul li:not(:last-child) {
  margin-right: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .group-sns ul li:not(:last-child) {
    margin-right: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .group-sns ul li:not(:last-child) {
    margin-right: 4vw;
  }
}
.group-sns ul li a {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
}
.group-sns ul li a svg path {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.group-sns ul li a:hover svg path {
  fill: #e30a17;
}
.group-menu ul {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .group-menu ul {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .group-menu ul {
    justify-content: space-between;
    font-size: 5.3333333333vw;
  }
}
.group-menu ul li {
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.group-menu ul li:not(:last-child) {
  margin-right: 2.1111111111rem;
}
@media screen and (max-width: 1200px) {
  .group-menu ul li:not(:last-child) {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .group-menu ul li:not(:last-child) {
    margin-right: 0vw;
  }
}
.group-entry-list dt {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667rem;
  margin-bottom: 1.4444444444rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .group-entry-list dt {
    font-size: 4vw;
    margin-bottom: 3.4666666667vw;
  }
}
.group-entry-list dd:not(:last-child) {
  margin-bottom: 4.7222222222rem;
}
@media screen and (max-width: 768px) {
  .group-entry-list dd:not(:last-child) {
    margin-bottom: 11.3333333333vw;
  }
}
.group-music {
  display: flex;
  flex-wrap: wrap;
}
.group-music li {
  position: relative;
  margin-top: 0.5555555556rem;
}
@media screen and (max-width: 768px) {
  .group-music li {
    margin-top: 1.3333333333vw;
  }
}
.group-music li:not(:last-child) {
  margin-right: 1.1111111111rem;
}
@media screen and (max-width: 1200px) {
  .group-music li:not(:last-child) {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .group-music li:not(:last-child) {
    margin-right: 2vw;
  }
}
.group-music li a {
  display: block;
  width: 2.7777777778rem;
  aspect-ratio: 1/1;
  background-color: #000000 !important;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .group-music li a {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .group-music li a {
    width: 5.3333333333vw;
  }
}
.group-music li a span {
  display: none;
}
.group-music li a:hover {
  background-color: #e30a17 !important;
}
.group-music li.youtube a {
  background: url(../img/icon_music_youtube.png) center center/contain no-repeat;
}
.group-music li.apple a {
  background: url(../img/icon_music_apple.png) center center/contain no-repeat;
}
.group-music li.amazon a {
  background: url(../img/icon_music_amazon.png) center center/contain no-repeat;
}
.group-music li.deezer a {
  background: url(../img/icon_music_deezer.png) center center/contain no-repeat;
}
.group-music li.spotify a {
  background: url(../img/icon_music_spotify.png) center center/contain no-repeat;
}
.group-music li.sony a {
  background: url(../img/icon_music_sony.png) center center/contain no-repeat;
}
.group-button {
  margin-top: 3.3333333333rem;
}
.group-button-item {
  position: relative;
  width: fit-content;
  min-width: 13.3333333333rem;
}
.group-button-item .btn {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.3333333333rem;
}
.group-button-item .btn.icon-mail {
  padding-left: 3.1666666667rem;
}
.group-button-item .btn.icon-mail::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.1111111111rem;
  transform: translate(0, -50%);
  width: 1.4444444444rem;
  height: 1.1111111111rem;
  background: url(../img/icon_email.png) center center/contain no-repeat;
}
.group-button-item.arrow-right {
  justify-content: flex-start;
}
.group-button-item.arrow-right:hover::after {
  transform: translate(100%, -50%) rotate(-45deg);
}
.group-button-item.arrow-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.3333333333rem;
  transform: translate(0, -50%);
  width: 1px;
  height: calc(100% - 1.1111111111rem);
  background-color: #e30a17;
}
.group-button-item.arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3888888889rem;
  transform: translate(0, -50%) rotate(-45deg);
  width: 0.3888888889rem;
  aspect-ratio: 1/1;
  border: solid 2px #e30a17;
  border-left: 0;
  border-top: 0;
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.group-button-item.bg-white {
  background-color: #ffffff;
  color: #e30a17;
}

.entry-list {
  border-top: solid 1px #e30a17;
}
.entry-list#news_all_list {
  border-top: 0;
}
.entry-list-item {
  border-bottom: solid 1px #e30a17;
}
.entry-list-item-title {
  display: block;
  padding: 1.3333333333rem 0;
}
@media screen and (max-width: 768px) {
  .entry-list-item-title {
    padding: 3.2vw 0;
  }
}
.entry-list-item-title h3 {
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .entry-list-item-title h3 {
    font-size: 2.9333333333vw;
  }
}
.entry-list-item-image {
  width: 100%;
}
.entry-list-item.thumbnail {
  display: grid;
  grid-template-columns: 6.6666666667rem 1fr;
  grid-gap: 1.1111111111rem;
  padding: 1.6666666667rem 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .entry-list-item.thumbnail {
    grid-template-columns: 16vw 1fr;
    grid-gap: 2.6666666667vw;
    padding: 3.2vw 0;
  }
}
.entry-list-item.thumbnail .entry-list-item-image {
  position: relative;
  overflow: hidden;
}
.entry-list-item.thumbnail .entry-list-item-image span {
  display: block;
  transform: translateX(0%);
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  transition-delay: 200ms;
}
.entry-list-item.thumbnail .entry-list-item-image span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e30a17;
  transform: translateX(101%);
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  transition-delay: 500ms;
}
.entry-list-item.thumbnail .entry-list-item-title {
  margin-top: -0.5555555556rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .entry-list-item.thumbnail .entry-list-item-title {
    margin-top: -1.3333333333vw;
  }
}
.entry-list-item.thumbnail .group-music {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  transition-delay: 1000ms;
  overflow: hidden;
}
.entry-list-item.thumbnail.is--stby .entry-list-item-image span {
  transform: translateX(-101%);
}
.entry-list-item.thumbnail.is--stby .entry-list-item-image span::after {
  transform: translateX(0%);
}
.entry-list-item.thumbnail.is--stby .group-music {
  opacity: 0;
  max-height: 0;
}
.entry-list-item.news .entry-list-item-title {
  display: grid;
  grid-template-columns: 4.4444444444rem 1fr;
  grid-gap: 0.5555555556rem;
}
.entry-list-item.news .entry-list-item-title:not(.nolink) {
  position: relative;
}
.entry-list-item.news .entry-list-item-title:not(.nolink)::after {
  content: "";
  display: block;
  width: 0.3888888889rem;
  aspect-ratio: 1/1;
  border: solid 2px #e30a17;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
.entry-list-item.news .entry-list-item-title .date {
  font-size: 0.6666666667rem;
}
.entry-list-item.news .entry-list-item-title h3 {
  padding-right: 2.7777777778rem;
  font-size: 0.7777777778rem;
}
.entry-list-item-body {
  font-size: 0.7777777778rem;
  padding: 0 0 1.1111111111rem 5rem;
  background-color: aquamarine;
}
.entry-list-item-body a {
  text-decoration: underline;
}
.entry-list-viewall {
  display: flex;
  justify-content: flex-end;
  font-size: 1.3333333333rem;
  font-weight: 700;
  margin-top: 0.8333333333rem;
}
@media screen and (max-width: 768px) {
  .entry-list-viewall {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}

.effect-text {
  visibility: hidden;
}
.effect-text.start-effect {
  visibility: visible;
}

.inView {
  transition: all 300ms ease-in-out;
}
.inView.is--stby {
  opacity: 0;
}

.onView {
  transition: all 300ms ease-in-out;
}
.onView.is--stby {
  opacity: 0;
}

.section {
  margin-bottom: 11.1111111111rem;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 26.6666666667vw;
  }
}
.section-frame {
  width: 83.4%;
  margin: auto;
}
.section-frame.middleBox {
  max-width: 50rem;
}
.section.bg-red, .section.bg-black {
  color: #ffffff;
  padding: 11.1111111111rem 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section.bg-red, .section.bg-black {
    padding: 26.6666666667vw 0;
  }
}
.section.bg-red {
  background-color: #e30a17;
}
.section.bg-black {
  background-color: #000000;
}
.section h2 {
  font-size: 2.2222222222rem;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section h2 {
    font-size: 5.3333333333vw;
  }
}
.section h2 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.section h2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #e30a17;
  transform: translateX(101%);
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  transition-delay: 200ms;
}
.section h2.is--stby {
  opacity: 1;
  transform: translate(0, 0);
}
.section h2.is--stby span {
  transform: translateX(-100%);
}
.section h2.is--stby span::after {
  transform: translateX(0%);
}
.section h2.wipe-white span::after {
  background-color: #ffffff;
}

/* ================================================================================
html body
================================================================================
*/
html {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  color: #e30a17;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  body {
    overflow: auto !important;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
body.resize * {
  transition: none !important;
}

#container {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: opacity 500ms ease;
}
@media screen and (max-width: 768px) {
  #container {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
  }
}
body.loading-finished #container {
  opacity: 1;
}

#global-header {
  background-color: #e30a17;
  height: 3.0555555556rem;
  width: calc(50% - 14px);
  padding: 0 1.6666666667rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  transition: transform 300ms ease-in-out;
  transform: translate(0, -100%);
}
body.menuActive #global-header {
  transform: translate(0, 0);
}
@media screen and (max-width: 1440px) {
  #global-header {
    display: flex;
    align-items: center;
    align-content: center;
    height: auto;
    padding: 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #global-header {
    width: 100%;
    height: 17.3333333333vw;
    padding: 0vw 2.6666666667vw;
  }
}
#global-header .inFrame {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 1.6666666667rem;
  align-items: center;
  align-content: center;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  #global-header .inFrame {
    grid-template-columns: auto auto auto;
    grid-gap: 1.5625vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inFrame {
    grid-template-columns: 1fr 24vw auto;
    grid-gap: 2.6666666667vw;
  }
}
#global-header .group-menu {
  margin: 0;
}
#global-header .group-menu ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #global-header .group-menu ul {
    flex-wrap: nowrap;
  }
}
#global-header .group-menu ul li {
  font-size: 1.1111111111rem;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #global-header .group-menu ul li {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  #global-header .group-menu ul li {
    font-size: 3.7333333333vw;
  }
}
#global-header .group-menu ul li:not(:last-child) {
  margin-right: 2.1111111111rem;
}
@media screen and (max-width: 1440px) {
  #global-header .group-menu ul li:not(:last-child) {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  #global-header .group-menu ul li:not(:last-child) {
    margin-right: 1.3333333333vw;
  }
}
#global-header .group-sns {
  margin: 0;
}
#global-header .group-sns ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #global-header .group-sns ul {
    width: fit-content;
    margin: auto;
  }
}
#global-header .group-sns ul li {
  width: 1.2222222222rem;
}
@media screen and (max-width: 1440px) {
  #global-header .group-sns ul li {
    width: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  #global-header .group-sns ul li {
    width: 4vw;
  }
}
#global-header .group-sns ul li:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 1440px) {
  #global-header .group-sns ul li:not(:last-child) {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  #global-header .group-sns ul li:not(:last-child) {
    margin-right: 2.6666666667vw;
  }
}
#global-header .group-sns ul li a svg path {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  fill: #ffffff;
}
#global-header .group-lang {
  margin: 0;
}
#global-header .group-lang a {
  color: #ffffff;
}
#global-header .group-lang a::before {
  background-color: #ffffff;
}
#global-header .group-lang a::after {
  background-color: #ffffff;
}
#global-footer {
  position: relative;
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 8.3333333333rem 0;
}
@media screen and (max-width: 768px) {
  #global-footer {
    padding: 20vw 0;
  }
}
#global-footer .section-frame {
  position: relative;
}
#global-footer .sharelabel {
  margin-bottom: 0.5em;
}
#global-footer ul {
  position: relative;
}
#global-footer ul li svg path {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
  fill: #ffffff;
}
#global-footer ul li a:hover svg path {
  fill: #e30a17;
}
#global-footer .copyright {
  margin-top: 6.6666666667rem;
  font-size: 0.6666666667rem;
}
#global-footer #pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.3333333333rem;
  line-height: 1;
  padding-top: 1.1111111111rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #global-footer #pagetop {
    font-size: 3.2vw;
    padding-top: 2.6666666667vw;
  }
}
#global-footer #pagetop::before {
  content: "";
  display: block;
  width: 0.6666666667rem;
  height: 0.7777777778rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/arrow_pagetop.png) center center/contain no-repeat;
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
@media screen and (max-width: 768px) {
  #global-footer #pagetop::before {
    width: 1.6vw;
    height: 1.8666666667vw;
  }
}
#global-footer #pagetop:hover {
  color: #e30a17;
}
#global-footer #pagetop:hover::before {
  transform: translate(-50%, -50%);
  background: url(../img/arrow_pagetop_red.png) center center/contain no-repeat;
}
#global-main {
  pointer-events: none;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #global-main {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1/1;
    position: relative;
    left: 0;
    overflow: hidden !important;
  }
}
body.siteActive #global-main {
  height: 100%;
  overflow: visible;
}
#global-main-visual {
  width: 50%;
  height: 100%;
  position: absolute;
  left: calc(50% - 7px);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #global-main-visual {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
  }
}
#global-main-visual-image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(43.3333333333rem, 100vh, 100vh);
}
@media screen and (max-width: 768px) {
  #global-main-visual-image {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
  }
}
#global-main-visual-image-wrap {
  position: absolute;
  width: calc(100% + 7px);
  height: 100%;
  right: 0;
  min-height: 43.3333333333rem;
  overflow: hidden;
}
#global-main-visual-image-wrap #stage-wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1900px;
  aspect-ratio: 3936/2900;
}
@media (min-height: 780px) {
  #global-main-visual-image-wrap #stage-wrap {
    width: 275vh;
    max-width: 2600px;
  }
}
@media screen and (max-width: 768px) {
  #global-main-visual-image-wrap {
    width: 100vw !important;
  }
  #global-main-visual-image-wrap #stage-wrap {
    width: 100vw !important;
    aspect-ratio: 1/1;
  }
}
#global-main-visual-image-wrap #stage-guide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
#global-main-visual-image-wrap #stage {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  #global-main-visual-image-wrap #stage {
    left: 50%;
    transform: translate(-75vw, 0);
  }
}
#global-main-visual-image-wrap #stage canvas {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.15s linear;
}
@media screen and (max-width: 768px) {
  #global-main-visual-image-wrap #stage canvas {
    width: 150%;
    height: 150%;
  }
}
#global-main-visual-image-wrap #stage.is-resizing canvas {
  opacity: 0;
}
#global-main-contents {
  overflow: hidden;
  height: 100vh;
  position: relative;
  width: calc(50% - 7px + 1px);
}
body.siteActive #global-main-contents {
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #global-main-contents {
    width: 100%;
  }
}
body.fullpage #global-main-contents {
  width: 100%;
}
#global-main-contents::before {
  content: "";
  display: none;
  width: 80rem;
  height: 1111.1111111111rem;
  position: absolute;
  top: 2.4444444444rem;
  left: 0%;
  z-index: 9999;
  opacity: 0.3;
  transform: translate(0%, 0);
  background: url(../img/_design.png) top center/contain no-repeat;
  pointer-events: none;
}

#modal-window {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.6666666667rem;
  line-height: 2;
  color: yellow;
}
#modal-window.is-open {
  display: block;
}
#modal-window .modal-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#modal-window .modal-frame {
  border: solid 1px #c00;
  margin: 5.5555555556rem;
}

/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
section#top {
  padding-top: 3.3333333333rem;
  margin-bottom: 31.9444444444rem;
}
@media screen and (max-width: 768px) {
  section#top {
    padding-top: 8vw;
    margin-bottom: 33.3333333333vw;
  }
}
section#top.not-home {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 3.3333333333rem !important;
}
@media screen and (max-width: 768px) {
  section#top.not-home {
    padding-top: 8vw !important;
  }
}
section#top h1 {
  width: 19.6111111111rem;
  margin-bottom: 3.3333333333rem;
  transform: translate(-1.2777777778rem, 0);
  transition: all 1000ms ease-in-out;
  transition-delay: 500ms;
}
section#top h1 img {
  width: auto;
  height: 8rem;
}
section#top h1.is--stby {
  transform: translate(5%, 0);
}
section#top .group-lang a {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
section#top .group-lang a:nth-child(1) {
  transition-delay: 900ms;
}
section#top .group-lang a:nth-child(2) {
  transition-delay: 950ms;
}
section#top .group-lang a.active {
  pointer-events: none;
}
section#top .group-lang.is--stby {
  opacity: 1;
}
section#top .group-lang.is--stby a {
  opacity: 0;
  transform: translate(0, 1em);
}
section#top .group-sns ul li {
  transition: all 300ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
section#top .group-sns ul li:nth-child(1) {
  transition-delay: 1000ms;
}
section#top .group-sns ul li:nth-child(2) {
  transition-delay: 1050ms;
}
section#top .group-sns ul li:nth-child(3) {
  transition-delay: 1100ms;
}
section#top .group-sns ul li:nth-child(4) {
  transition-delay: 1150ms;
}
section#top .group-sns ul li:nth-child(5) {
  transition-delay: 1200ms;
}
section#top .group-sns ul li:nth-child(6) {
  transition-delay: 1250ms;
}
section#top .group-sns ul li:nth-child(7) {
  transition-delay: 1300ms;
}
section#top .group-sns ul li:nth-child(8) {
  transition-delay: 1350ms;
}
section#top .group-sns ul li:nth-child(9) {
  transition-delay: 1400ms;
}
section#top .group-sns ul li:nth-child(10) {
  transition-delay: 1450ms;
}
section#top .group-sns.is--stby {
  opacity: 1;
}
section#top .group-sns.is--stby ul li {
  opacity: 0;
  transform: translate(0, 1em);
}
section#top .group-menu span {
  display: inline-block;
}
section#top .group-menu span .guide {
  visibility: hidden;
}
section#top .group-menu span .effect-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 20em;
}
section#top .group-menu.is--stby {
  opacity: 1;
}
section#top .group-menu.is--stby ul li span {
  transform: translate(0, 50%);
}
section#profile h2 {
  margin-bottom: 1.6666666667rem;
}
section#profile h2 img {
  width: auto;
  height: 3.2222222222rem;
}
section#music h2 {
  margin-bottom: 4.7222222222rem;
}
section#music h2 img {
  width: auto;
  height: 2.2222222222rem;
}
section#news h2 {
  margin-bottom: 1.5rem;
}
section#news h2 img {
  width: auto;
  height: 2.2777777778rem;
}
section#contact {
  min-height: 38.8888888889rem;
}
section#contact h2 {
  margin-bottom: 3.3333333333rem;
}
section#contact h2 img {
  width: auto;
  height: 2.2777777778rem;
}
body.fullpage section {
  margin: 0 !important;
  padding: 11.1111111111rem 0 !important;
}
section h2.page-title {
  margin-bottom: 2em;
}
section#detail {
  padding-top: 4.4444444444rem !important;
}
section#detail h2.page-title {
  padding-bottom: 0.7em;
  margin-bottom: 2.2222222222rem;
  border-bottom: solid 1px #e30a17;
}
section#detail h2.page-title img {
  width: auto;
  height: 2.2222222222rem;
}
body.archive section#detail h2.page-title {
  margin-bottom: 0;
}
section#detail .entry-title {
  font-size: 1.3888888889rem;
  padding-bottom: 2.2222222222rem;
  margin-bottom: 2.2222222222rem;
  border-bottom: solid 1px #e30a17;
}
section#detail .entry-title .entry-date {
  font-size: 0.6666666667rem;
  margin-bottom: 0.5em;
}
section#detail .entry-title h3 {
  font-weight: 500;
  line-height: 1.5;
}
section#detail .entry-body {
  font-size: 0.7777777778rem;
  line-height: 2.2;
  padding-bottom: 2.2222222222rem;
  margin-bottom: 2.2222222222rem;
  border-bottom: solid 1px #e30a17;
}
section#detail .entry-body p:not(:last-child) {
  margin-bottom: 2em;
}
section#detail .entry-body a {
  text-decoration: underline;
}
section#detail .entry-backtolist {
  text-align: right;
  font-size: 1.3333333333rem;
  line-height: 1;
}
section#detail .entry-backtolist.center {
  margin-top: 2.2222222222rem;
  text-align: center;
}
section .wp-block-action.pagenation {
  margin-top: 2.2222222222rem;
}
section .wp-block-action.pagenation .inWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section .wp-block-action.pagenation .inWrap .nav-previous,
section .wp-block-action.pagenation .inWrap .nav-next {
  position: relative;
}
section .wp-block-action.pagenation .inWrap .nav-previous.deactive,
section .wp-block-action.pagenation .inWrap .nav-next.deactive {
  opacity: 0.2;
  pointer-events: none;
}
section .wp-block-action.pagenation .inWrap .nav-previous::before,
section .wp-block-action.pagenation .inWrap .nav-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3888888889rem;
  aspect-ratio: 1/1;
  border: solid 0.1111111111rem #e30a17;
}
section .wp-block-action.pagenation .inWrap .nav-previous {
  padding-left: 0.8em;
}
section .wp-block-action.pagenation .inWrap .nav-previous::before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 0;
  border-right: 0;
}
section .wp-block-action.pagenation .inWrap .nav-next {
  padding-right: 0.8em;
}
section .wp-block-action.pagenation .inWrap .nav-next::before {
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
section .wp-block-action.pagenation .inWrap .navigation h2 {
  display: none;
}
section .wp-block-action.pagenation .inWrap .navigation .nav-links .page-numbers {
  margin: 0 0.5em;
}
section .wp-block-action.pagenation .inWrap .navigation .nav-links .page-numbers.current {
  border-bottom: solid 0.1666666667rem #e30a17;
}
#draw-path {
  fill: none;
  stroke: #fff;
  stroke-width: 41px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 
================================================================================
loader
================================================================================
*/
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh) * 100);
  background: #fff;
  overflow: hidden;
  z-index: 50000;
}
body.loadingFinish #loader {
  pointer-events: none;
}
#loader #loadingAnim {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  transition: all 250ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(0, 187, 187, 0.3);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}
#loader .per {
  visibility: hidden;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}