@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&display=swap");
#mv {
  position: relative; }
  @media screen and (max-width: 640px) {
    #mv {
      padding-bottom: 44vw;
      background-color: #000; } }

.mv-switch {
  position: absolute;
  top: 1.8%;
  left: 1.1%;
  width: 4.8%; }
  @media screen and (max-width: 640px) {
    .mv-switch {
      top: 1%;
      left: 1%;
      width: 9%; } }

.mv-rightBox {
  position: absolute;
  top: 50%;
  right: 3.8%;
  transform: translate(0%, -50%);
  width: calc(50% - 3.8%);
  text-align: center; }
  @media screen and (max-width: 640px) {
    .mv-rightBox {
      position: static;
      transform: unset;
      width: 100%;
      margin: auto; } }

.mv-rightBox_logo {
  margin: 0; }
  @media screen and (max-width: 640px) {
    .mv-rightBox_logo {
      position: absolute;
      top: -3px;
      right: 0;
      width: 60%; } }

.mv-rightBox_text {
  position: relative;
  max-width: 500px;
  margin: 40px auto 0;
  padding: 18px 0;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.04em;
  text-shadow: 0 0 20px #0bff3e;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 8%, #000000 50%, rgba(0, 0, 0, 0.4) 92%, rgba(0, 0, 0, 0) 100%); }
  .mv-rightBox_text small {
    font-size: 24px;
    color: #fff; }
  .mv-rightBox_text:before, .mv-rightBox_text:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 2px;
    background-color: #0bff3e; }
  .mv-rightBox_text:before {
    top: 0; }
  .mv-rightBox_text:after {
    bottom: 0; }
  @media screen and (max-width: 640px) {
    .mv-rightBox_text {
      position: absolute;
      left: 50%;
      bottom: 40vw;
      transform: translate(-50%, 0%);
      width: 90%;
      max-width: none;
      padding: 12px 0;
      margin: auto;
      font-size: 24px; }
      .mv-rightBox_text small {
        font-size: 18px;
        color: #fff; } }

.js-modal-video {
  position: relative;
  max-width: 400px;
  margin: 3vw auto 0 auto;
  display: block;
  width: 35vw; }
  .js-modal-video img {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .js-modal-video {
      position: absolute;
      left: 50%;
      bottom: 2vw;
      transform: translate(-50%, 0%);
      width: 60%;
      max-width: none;
      padding: 13px 0 0 0;
      margin: auto; } }

.mv-leftBox {
  display: block; }
  @media screen and (max-width: 640px) {
    .mv-leftBox {
      width: 165%; } }

#about {
  text-align: center;
  padding: 120px 0; }
  #about:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(url(../images/about_bg.webp) type("image/webp"), url(../images/about_bg.jpg) type("image/jpg"));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  @media screen and (max-width: 640px) {
    #about {
      padding: 40px 0; } }

.about-title {
  font-size: 48px;
  color: #0bff3e;
  font-weight: 900;
  font-family: "Orbitron", "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-shadow: 0 0 5px #0bff3e;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .about-title {
      font-size: 35px;
      margin-bottom: 25px; } }

.icon-title {
  display: inline-block;
  position: relative; }
  .icon-title:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -40px;
    width: 36px;
    height: 36px;
    background-image: url(../images/common/icon-title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (max-width: 640px) {
    .icon-title:before {
      top: 6px;
      left: -34px;
      width: 30px;
      height: 30px; } }

.about-textBox p {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 5px #0bff3e;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.8; }
  .about-textBox p strong {
    font-size: 140%;
    font-weight: 600; }
@media screen and (max-width: 640px) {
  .about-textBox p {
    font-size: 16px;
    margin-bottom: 25px; } }

.about-imgBox {
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin: 60px auto 0; }
  .about-imgBox figure {
    margin: 0 -15px;
    transform: rotate(-8deg);
    position: relative; }
    .about-imgBox figure:nth-child(2n) {
      transform: rotate(8deg);
      margin-top: 9%; }
    .about-imgBox figure:nth-child(1) {
      z-index: 3; }
    .about-imgBox figure:nth-child(2) {
      z-index: 2; }
    .about-imgBox figure:nth-child(3) {
      z-index: 1; }
  @media screen and (max-width: 640px) {
    .about-imgBox {
      display: block;
      max-width: none;
      margin: 0 auto; }
      .about-imgBox figure {
        margin: 50px auto; }
        .about-imgBox figure:nth-child(2n) {
          margin-top: 50px; } }

#chara {
  text-align: center;
  padding: 120px 0 180px;
  background-image: image-set(url(../images/chara_bg.webp) type("image/webp"), url(../images/chara_bg.jpg) type("image/jpg"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }
  @media screen and (max-width: 640px) {
    #chara {
      padding: 60px 0 120px; } }

.chara-title {
  font-size: 48px;
  color: #0bff3e;
  font-weight: 900;
  font-family: "Orbitron", "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-shadow: 0 0 5px #0bff3e;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .chara-title {
      font-size: 35px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 479px) {
    .chara-title {
      font-size: 30px; } }

.chara-box {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: center;
  max-width: 1240px;
  width: 90%;
  gap: 20px; }
  @media screen and (max-width: 979px) {
    .chara-box {
      gap: 10px; } }
  @media screen and (max-width: 640px) {
    .chara-box {
      flex-wrap: wrap;
      max-width: 100%; } }
  @media screen and (max-width: 479px) {
    .chara-box {
      gap: 8px; } }

.chara-button {
  width: 25%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .chara-button:nth-child(2n) {
    position: relative;
    top: 50px; }
  .chara-button:hover {
    opacity: .7; }
  @media screen and (max-width: 640px) {
    .chara-button {
      width: 48%; } }

.chara-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 100svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 640px) {
    .chara-modal {
      align-items: flex-start; } }
  @media screen and (max-width: 479px) {
    .chara-modal {
      padding: 30px 15px; } }
  .chara-modal.is-active {
    opacity: 1;
    pointer-events: auto; }
  .chara-modal.is-preparing {
    opacity: 0; }
  .chara-modal .chara-modalOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .chara-modal .chara-modalContent {
    position: relative;
    background-color: #19130E;
    border: solid 2px #0bff3e;
    width: 100%;
    max-width: 1240px;
    padding: 40px 0; }
    @media screen and (max-width: 640px) {
      .chara-modal .chara-modalContent {
        max-width: none; } }
    @media screen and (max-width: 479px) {
      .chara-modal .chara-modalContent {
        padding: 60px 0 40px; } }
  .chara-modal .chara-modalBtn_close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 48px;
    height: 48px;
    color: #0bff3e;
    cursor: pointer;
    z-index: 10; }
    @media screen and (max-width: 979px) {
      .chara-modal .chara-modalBtn_close {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px; } }
    @media screen and (max-width: 640px) {
      .chara-modal .chara-modalBtn_close {
        width: 28px;
        height: 28px; } }
    @media screen and (max-width: 479px) {
      .chara-modal .chara-modalBtn_close {
        right: 16px;
        top: 18px;
        width: 28px;
        height: 28px; } }
  .chara-modal .chara-modalSlide-inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: auto;
    margin: auto;
    gap: 40px;
    justify-content: space-between; }
    @media screen and (max-width: 979px) {
      .chara-modal .chara-modalSlide-inner {
        gap: 8px; } }
    @media screen and (max-width: 640px) {
      .chara-modal .chara-modalSlide-inner {
        display: block; } }
  .chara-modal .chara-textBox {
    width: 67%; }
    @media screen and (max-width: 979px) {
      .chara-modal .chara-textBox {
        width: 100%;
        margin: 0 auto 20px; } }
    .chara-modal .chara-textBox dl {
      margin-bottom: 40px; }
      @media screen and (max-width: 640px) {
        .chara-modal .chara-textBox dl {
          margin-bottom: 0; } }
    .chara-modal .chara-textBox dt {
      color: #0bff3e;
      font-weight: 900;
      text-shadow: 0 0 5px #0bff3e;
      text-align: left;
      font-size: 42px;
      padding-left: 21%;
      padding-bottom: 32px;
      margin-bottom: 32px;
      position: relative; }
      @media screen and (max-width: 979px) {
        .chara-modal .chara-textBox dt {
          font-size: 30px;
          padding-left: 12%;
          padding-bottom: 20px;
          margin-bottom: 28px; } }
      @media screen and (max-width: 640px) {
        .chara-modal .chara-textBox dt {
          font-size: 28px;
          padding: 0 70px 20px 20px;
          margin-bottom: 32px; } }
      @media screen and (max-width: 479px) {
        .chara-modal .chara-textBox dt {
          padding: 0 10px 10px 10px;
          font-size: 24px; } }
      .chara-modal .chara-textBox dt::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        background-image: url(../images/chara_line.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left bottom;
        width: 96%;
        padding-bottom: 4%; }
        @media screen and (max-width: 640px) {
          .chara-modal .chara-textBox dt::after {
            width: 100%; } }
      .chara-modal .chara-textBox dt .ruby {
        font-size: 20px;
        margin-left: 10px;
        font-weight: 700; }
        @media screen and (max-width: 979px) {
          .chara-modal .chara-textBox dt .ruby {
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          .chara-modal .chara-textBox dt .ruby {
            font-size: 14px;
            margin-left: 8px; } }
    .chara-modal .chara-textBox dd {
      color: #fff;
      text-shadow: 0 0 5px #0bff3e;
      text-align: left;
      font-size: 22px;
      font-weight: 500;
      padding-left: 21%;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 979px) {
        .chara-modal .chara-textBox dd {
          font-size: 18px;
          padding-left: 18%; } }
      @media screen and (max-width: 640px) {
        .chara-modal .chara-textBox dd {
          padding: 0 20px 20px 20px; } }
      @media screen and (max-width: 479px) {
        .chara-modal .chara-textBox dd {
          font-size: 16px; } }
    .chara-modal .chara-textBox figure {
      max-width: 474px;
      width: 70%;
      padding-left: 19%; }
      @media screen and (max-width: 979px) {
        .chara-modal .chara-textBox figure {
          width: 80%;
          padding-left: 16%; } }
      @media screen and (max-width: 640px) {
        .chara-modal .chara-textBox figure {
          max-width: none;
          width: 88%;
          margin: auto;
          padding-left: 0; } }
      @media screen and (max-width: 479px) {
        .chara-modal .chara-textBox figure {
          width: 80%; } }
  .chara-modal .chara-imgtBox {
    width: 28%;
    margin: auto 13% 0 0; }
    @media screen and (max-width: 979px) {
      .chara-modal .chara-imgtBox {
        width: 50%;
        margin: auto 10% 0 0; } }
    @media screen and (max-width: 640px) {
      .chara-modal .chara-imgtBox {
        width: 80%;
        margin: auto; } }
  .chara-modal .swiper-button-next,
  .chara-modal .swiper-button-prev {
    color: #0bff3e !important;
    height: 84px !important; }
    @media screen and (max-width: 979px) {
      .chara-modal .swiper-button-next,
      .chara-modal .swiper-button-prev {
        height: auto !important;
        width: 6%; } }
  .chara-modal .swiper-button-next {
    right: 40px; }
    @media screen and (max-width: 979px) {
      .chara-modal .swiper-button-next {
        right: 12px; } }
    @media screen and (max-width: 479px) {
      .chara-modal .swiper-button-next {
        right: 2%; } }
  .chara-modal .swiper-button-prev {
    transform: scale(-1, 1);
    left: 40px; }
    @media screen and (max-width: 979px) {
      .chara-modal .swiper-button-prev {
        left: 12px; } }
    @media screen and (max-width: 479px) {
      .chara-modal .swiper-button-prev {
        left: 2%; } }

html {
  font-size: 100%;
  font-family: "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  color: #fff; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500; }

body {
  position: relative;
  overflow-anchor: none;
  background-color: #282726; }

html, body {
  overflow-x: hidden; }
  html.is-modal-open, body.is-modal-open {
    overflow: hidden;
    height: 100%; }

figure {
  margin: 0; }

img {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover {
    opacity: .7; }

.animeset {
  opacity: 0;
  filter: blur(5px);
  visibility: hidden;
  transition: opacity 1s, filter 1s; }

.animeset_on {
  opacity: 1 !important;
  filter: blur(0);
  visibility: visible !important; }

/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

/* ==========================================================================
	全ページ共通
========================================================================== */
.sp-only {
  display: none !important; }

.sp-only__inline {
  display: none !important; }

.sp-only__flex {
  display: none !important; }

@media screen and (max-width: 640px) {
  .pc-only {
    display: none !important; }

  .sp-only {
    display: block !important; }

  .sp-only__inline {
    display: inline-block !important; }

  .sp-only__flex {
    display: flex !important; } }
.align-left {
  text-align: left; }

.t-keep {
  display: inline-block; }

.md-goto-page-top {
  z-index: 998; }

/* ==========================================================================
	製品情報table
========================================================================== */
.home-product-information {
  background-color: #282726 !important; }
  .home-product-information .cell {
    max-width: 730px; }
  .home-product-information .md-sans-heading {
    margin-bottom: 1.75rem; }
  @media screen and (max-width: 640px) {
    .home-product-information .cell {
      max-width: none; } }

.md-information-table tbody {
  font-size: 1.13rem;
  border: none; }
  .md-information-table tbody tr {
    border: none;
    color: #ccc; }
    .md-information-table tbody tr th, .md-information-table tbody tr td {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .md-information-table tbody tr th {
      width: 14em;
      font-weight: bold;
      text-align: right;
      border-right: 1px solid #444;
      border-collapse: separate;
      vertical-align: top; }
  .md-information-table tbody .bg-black {
    background-color: #222; }
@media screen and (max-width: 640px) {
  .md-information-table tbody {
    font-size: 0.75rem; }
    .md-information-table tbody tr th {
      width: 11em; } }

/* ==========================================================================
	footer
========================================================================== */
#global-footer.gft {
  background-color: #19130E !important;
  background-image: initial !important;
  padding-top: 20px;
  padding-bottom: 20px; }

/* SNSアイコン */
.gft-sns-menu li {
  margin-right: 15px; }
  .gft-sns-menu li:last-child {
    margin-right: 0; }
  .gft-sns-menu li a {
    display: inline-block;
    height: 3.875em;
    position: relative;
    width: 3.875em;
    background-color: #fff;
    border-radius: 2em;
    padding: 1em;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
    .gft-sns-menu li a:hover {
      opacity: .75; }
    .gft-sns-menu li a span {
      max-width: 24px; }
      @media screen and (max-width: 768px) {
        .gft-sns-menu li a span {
          max-width: 100%; } }
      .gft-sns-menu li a span img {
        width: 100%; }
.gft-sns-menu .sns_yt a {
  padding: 1.3em 1em; }
.gft-sns-menu .sns_x a {
  padding: 1.2em; }

.fa-2x {
  font-size: 3em !important; }
