@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Hedding ------------------------------ */
/* animation ------------------------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html.oc-modal-open, body.oc-modal-open {
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #F9F8F3;
  font-family: 'Noto Sans JP','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.5; }
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg.png") center top repeat;
    opacity: .08;
    mix-blend-mode: multiply; }

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.serif {
  font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; }

.tCenter {
  text-align: center; }

.en:not(.ttl) {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; }

.red {
  color: #E60012; }

@media screen and (min-width: 1024px) {
  .sp, .tb {
    display: none; } }
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .sp, .pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .tb, .pc {
    display: none; } }
/* link */
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

/* Space ------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

/* -------------------------------
   header
------------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10; }
  #header #corpLogo {
    position: fixed;
    z-index: 10; }
  #header #miniLogo {
    position: fixed;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #header #miniLogo .jp {
      background-color: #E60012;
      color: #FFF;
      border-radius: .2083em 2.3333em .2083em .8333em;
      display: block;
      text-align: center;
      font-size: min(12px, 1.8vw);
      padding: .25em; }
    #header #miniLogo .en {
      font-size: min(21px, 3.15vw); }
  #header #logo {
    position: relative;
    font-size: min(1.5rem, 3.75vw);
    line-height: 1; }
    #header #logo .fuki {
      position: relative;
      display: block;
      width: fit-content;
      background-color: #FFF;
      border: 2px solid #000;
      border-radius: 100px;
      z-index: 1;
      padding: .5em 1em;
      transform-origin: right bottom;
      transition: transform 1s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      #header #logo .fuki::before, #header #logo .fuki::after {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        content: '';
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        transform: translate(0.25em, -0.25em); }
      #header #logo .fuki::before {
        background-color: #FFF;
        z-index: 1;
        width: .6666em;
        height: .3333em; }
      #header #logo .fuki::after {
        background-color: #000;
        z-index: -1;
        width: calc(.6666em + 3px);
        height: calc(.3333em + 3px);
        margin: 0 -3px -2px 0; }
    #header #logo .jp {
      position: absolute;
      bottom: 43.3333%;
      right: 0;
      background-color: #E60012;
      color: #FFF;
      border-radius: .2083em 2.3333em .2083em .8333em;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 8.75em;
      height: 2.75em;
      margin-top: .5em; }
      #header #logo .jp::before {
        position: absolute;
        bottom: 1.5em;
        right: .5em;
        content: '';
        width: 3em;
        height: 4em;
        background: url("../img/chara01.png") center bottom/contain no-repeat; }
    #header #logo .jp {
      transition: opacity 1s .75s, transform 1s .75s; }
      #header #logo .jp::before {
        transition: transform 1s .75s; }
    #header #logo .en {
      font-size: 3.75em; }
      #header #logo .en > span {
        display: inline-block;
        transition: opacity 1s, transform 1s; }
        #header #logo .en > span:nth-child(1) {
          transition-delay: 0s; }
        #header #logo .en > span:nth-child(2) {
          transition-delay: 0.05s; }
        #header #logo .en > span:nth-child(3) {
          transition-delay: 0.1s; }
        #header #logo .en > span:nth-child(4) {
          transition-delay: 0.15s; }
        #header #logo .en > span:nth-child(5) {
          transition-delay: 0.2s; }
        #header #logo .en > span:nth-child(6) {
          transition-delay: 0.25s; }
        #header #logo .en > span:nth-child(7) {
          transition-delay: 0.3s; }
        #header #logo .en > span:nth-child(8) {
          transition-delay: 0.35s; }
        #header #logo .en > span:nth-child(9) {
          transition-delay: 0.4s; }
        #header #logo .en > span:nth-child(10) {
          transition-delay: 0.45s; }
        #header #logo .en > span:nth-child(11) {
          transition-delay: 0.5s; }
        #header #logo .en > span:nth-child(12) {
          transition-delay: 0.55s; }
        #header #logo .en > span:nth-child(13) {
          transition-delay: 0.6s; }
        #header #logo .en > span:nth-child(14) {
          transition-delay: 0.65s; }
        #header #logo .en > span:nth-child(15) {
          transition-delay: 0.7s; }
        #header #logo .en > span:nth-child(16) {
          transition-delay: 0.75s; }
    #header #logo[data-status="sb"] .fuki {
      transform: scale(0); }
    #header #logo[data-status="sb"] .jp {
      opacity: 0;
      transform: translateY(25%); }
      #header #logo[data-status="sb"] .jp::before {
        transform: rotateY(990deg); }
    #header #logo[data-status="sb"] .en > span:nth-child(1) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(2) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(3) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(4) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(5) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(6) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(7) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(8) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(9) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(10) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(11) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(12) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(13) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(14) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(15) {
      opacity: 0;
      transform: translateY(25%); }
    #header #logo[data-status="sb"] .en > span:nth-child(16) {
      opacity: 0;
      transform: translateY(25%); }
  #header .desc {
    max-width: 87.5vw;
    font-weight: 700;
    line-height: 2;
    transition: opacity 1s 1s, transform 1s 1s; }
    #header .desc[data-status="sb"] {
      opacity: 0;
      transform: translateY(100%); }
  #header .scroll {
    position: fixed;
    top: 50%;
    right: clamp(0px, 2.5vw, 40px);
    transform: translate(0, -50%);
    transition: right .25s, transform .25s, opacity .25s;
    writing-mode: vertical-rl;
    z-index: 10; }
    #header .scroll.hide {
      right: 0;
      transform: translate(100%, -50%); }
    #header .scroll a {
      position: relative;
      display: flex;
      align-items: center;
      color: #000;
      background: linear-gradient(180deg, #000, #e60012, #000);
      background-size: 100% 200%;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: scrollGradient 4s ease-in-out infinite; }
      #header .scroll a::after {
        content: '';
        width: 1px;
        height: 40px;
        margin-top: 5px;
        background: linear-gradient(180deg, #000, #e60012, #000);
        background-size: 100% 200%;
        animation: scrollGradient 4s ease-in-out 2s infinite; }
    #header .scroll[data-status="sb"] {
      opacity: 0;
      transform: translateY(25%); }
@keyframes scrollGradient {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 100%; } }
  #header .tryBtn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    transition: transform .25s; }
    #header .tryBtn.hide {
      transform: translate(-50%, calc(100% + 20px)); }
    #header .tryBtn a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFF;
      width: min(500px, 75vw);
      height: min(100px, 15vw);
      border-radius: min(50px, 6.5vw) min(50px, 6.5vw) 0px 0px;
      background: #e60012;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.33);
      font-weight: 700; }
      #header .tryBtn a::before, #header .tryBtn a::after {
        position: absolute;
        bottom: 5px;
        display: block;
        content: '';
        width: min(2.5em, 15vw);
        height: min(2.5em, 15vw); }
      #header .tryBtn a::before {
        left: -.5em;
        background: url("../img/chara07.png") center bottom/contain no-repeat; }
      #header .tryBtn a::after {
        right: -.5em;
        background: url("../img/chara06.png") center bottom/contain no-repeat; }
  #header[data-status="sb"] .tryBtn {
    transform: translate(-50%, calc(100% + 20px)); }
  @media screen and (min-width: 481px) {
    #header {
      padding: 80px 40px min(100px, 15vw); }
      #header #corpLogo {
        top: 20px;
        left: 20px; }
      #header #miniLogo {
        top: 20px;
        right: 20px; }
      #header .desc {
        text-align: center;
        margin-top: clamp(20px, 10vh, 100px);
        font-size: min(1.125rem, 2.375vw); }
      #header .scroll {
        font-size: 1.125rem; }
        #header .scroll a:hover {
          animation: none;
          background: linear-gradient(180deg, #e60012, #e60012);
          background-size: 100% 100%;
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent; }
          #header .scroll a:hover::after {
            animation: none;
            background: linear-gradient(180deg, #e60012, #e60012); }
      #header .tryBtn a {
        font-size: 2.625rem; }
        #header .tryBtn a:hover::before {
          transform: rotateY(360deg);
          transition: transform .5s; }
        #header .tryBtn a:hover::after {
          transform: rotateY(-360deg);
          transition: transform .5s; } }
  @media screen and (max-width: 480px) {
    #header {
      padding: 70px 2.5vw min(100px, 15vw); }
      #header #corpLogo {
        top: 10px;
        left: 5px;
        max-width: 39%; }
      #header #miniLogo {
        top: 10px;
        right: 5px; }
      #header .desc {
        margin-top: clamp(20px, 5vh, 50px); }
      #header .scroll a {
        font-size: .75rem; }
      #header .tryBtn a {
        font-size: min(2.625rem, 7vw); } }

/* -------------------------------
   footer
------------------------------- */
#footer {
  position: relative;
  background-color: #EFEFEF; }

#footer #pagetop {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translate(0, 100%);
  transition: transform .25s;
  z-index: 11; }

#footer #pagetop.on {
  transform: translate(0, 0); }

#footer #pagetop a {
  display: block; }

#footer #fNav > dl:first-child dt {
  width: 100%; }

#footer #fNav > dl:first-child dd {
  width: 100%;
  text-align: center; }

#footer #fNav > dl:first-child dd p {
  font-size: 0.75rem; }

#footer #fNav > dl:first-child dd .sns {
  display: flex;
  justify-content: center; }

#footer #fNav > dl:first-child dd .sns li {
  margin: 0 5px; }

#footer #fNav > dl:nth-child(n+2) {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem; }

#footer #fNav > dl:nth-child(n+2) dt {
  width: 100%;
  font-weight: 700; }

#footer #fNav > dl:nth-child(n+2) dd {
  width: 50%;
  padding-left: 1em;
  margin-top: 10px;
  letter-spacing: -0.02em; }

#footer #fNav > ul {
  font-size: 0.875rem; }

#footer #fNav > ul li {
  letter-spacing: -0.02em; }

#footer #fNav > ul li:nth-child(n+2) {
  margin-top: 10px; }

#footer #copyright {
  font-family: 'Open Sans', sans-serif;
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (min-width: 1025px) {
  #footer {
    margin-top: 100px; }

  #footer #fNav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px; }

  #footer #fNav > *:nth-child(3n+5):not(:first-child) {
    margin-left: 15%; }

  #footer #fNav dl {
    width: 28.33%;
    padding-left: 40px; }

  #footer #fNav dl:first-child {
    width: 15%;
    padding-left: 0; }

  #footer #fNav dl:first-child dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px; }

  #footer #fNav dl:first-child dd .sns {
    margin-top: 10px; }

  #footer #fNav dl:nth-child(n+5) {
    margin-top: 40px; }

  #footer #fNav > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 85%; }

  #footer #fNav > ul li {
    width: 33.33%;
    margin-top: 20px !important;
    padding-left: 40px; } }
@media screen and (max-width: 1024px) {
  #footer {
    margin-top: 50px; }

  #footer #fNav {
    width: 100%;
    padding: 40px 10px; }

  #footer #fNav dl:first-child dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center; }

  #footer #fNav dl:nth-child(n+2) {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px !important; }

  #footer #fNav dl:nth-child(n+2) dt {
    width: 100%; }

  #footer #fNav dl:nth-child(n+2) dd {
    width: 50%;
    font-size: 0.75rem; }

  #footer #fNav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  #footer #fNav > ul li {
    width: 49%;
    margin-top: 30px !important;
    font-size: 0.75rem; } }
@media screen and (max-width: 1024px) and (min-width: 480px) {
  #footer #fNav dl:nth-child(n+2) dd {
    width: 33.3333%; }

  #footer #fNav > ul li {
    width: 33.3333%; } }
/* -------------------------------
   common
------------------------------- */
.cta {
  display: block;
  width: 100%; }
  .cta .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    max-width: 720px;
    width: 100%;
    min-height: min(100px, 15vw);
    font-size: min(28px, 4vw);
    padding: 0 0 5px;
    margin: 0 auto;
    color: #FFF;
    background-color: #000;
    border-radius: min(30px, 4vw);
    z-index: 1;
    border: none;
    transform: translateY(5px);
    transition: padding .25s, min-height .25s; }
    .cta .btn::after {
      display: inline-block;
      content: url("../img/arr_wh.svg");
      margin-left: 5px;
      vertical-align: middle;
      line-height: 1; }
    .cta .btn::before {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #E60012;
      border-radius: min(30px, 4vw);
      position: absolute;
      top: -5px;
      left: 0;
      z-index: -1;
      transition: top .25s; }
    .cta .btn:hover {
      padding: 0 0 5px; }
      .cta .btn:hover::before {
        top: 0; }
    .cta .btn.is-ready {
      min-height: min(200px, 30vw); }

/* -------------------------------
   contents
------------------------------- */
#contents section#download {
  max-width: 100%; }
  #contents section#download .cta .chara {
    position: relative;
    z-index: 2;
    text-align: center; }
    #contents section#download .cta .chara span {
      display: block;
      color: #E60012;
      font-size: min(2.25rem, 4.5vw);
      font-weight: 700;
      margin-bottom: 10px; }
  #contents section#download figure {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #contents section#download figure img {
      aspect-ratio: 3 / 2;
      object-fit: cover;
      width: 420px;
      max-width: 40%;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
#contents #back {
  text-align: center; }
  #contents #back::before {
    display: inline-block;
    content: url("../img/arr.svg");
    margin-right: 5px;
    transform: scale(-1); }
#contents table.basicTable {
  width: 100%;
  text-align: left; }
  #contents table.basicTable tbody tr th {
    width: 25%;
    border-bottom: 1px solid #000; }
  #contents table.basicTable tbody tr td {
    width: 75%;
    border-bottom: 1px solid #000; }
#contents form {
  width: 800px;
  max-width: 100%; }
  #contents form .eq {
    display: inline-block;
    color: #FFF;
    background-color: #E60012;
    font-size: .75rem;
    font-weight: 500;
    padding: 2px 10px;
    white-space: nowrap;
    margin-left: 10px; }
  #contents form .basicTable th {
    font-weight: 400; }
  #contents form .basicTable td {
    font-weight: 400; }
    #contents form .basicTable td select,
    #contents form .basicTable td input[type=text],
    #contents form .basicTable td input[type=tel],
    #contents form .basicTable td input[type=email],
    #contents form .basicTable td input[type=url],
    #contents form .basicTable td textarea {
      border: none;
      background-color: #EFEFEF;
      padding: 10px;
      line-height: 20px;
      border-radius: 100px; }
    #contents form .basicTable td textarea {
      border-radius: 10px; }
    #contents form .basicTable td input[type=radio] {
      vertical-align: middle;
      margin-right: 5px; }
    #contents form .basicTable td .seimei {
      display: flex; }
      #contents form .basicTable td .seimei li {
        display: flex;
        align-items: center;
        max-width: calc(50% - 10px); }
        #contents form .basicTable td .seimei li:nth-child(n+2) {
          margin-left: 20px; }
        #contents form .basicTable td .seimei li label {
          width: 2em; }
        #contents form .basicTable td .seimei li input {
          width: calc(100% - 2em);
          max-width: 12em; }
    #contents form .basicTable td .addressForm dl {
      display: flex;
      align-items: center; }
      #contents form .basicTable td .addressForm dl:nth-of-type(n+2) {
        margin-top: 10px; }
      #contents form .basicTable td .addressForm dl:nth-child(n+3) dd input {
        width: 100%; }
      #contents form .basicTable td .addressForm dl dt {
        font-weight: 500;
        width: 5em; }
      #contents form .basicTable td .addressForm dl dd {
        width: calc(100% - 5em); }
  #contents form .privacyAgree {
    text-align: center;
    margin: 40px 0; }
    #contents form .privacyAgree .wpcf7-list-item-label {
      display: none; }
    #contents form .privacyAgree input {
      width: 20px;
      height: 20px;
      border-radius: 0;
      border: 1px solid #000;
      margin-right: 5px; }
    #contents form .privacyAgree a {
      text-decoration: underline; }
      #contents form .privacyAgree a::after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/files2021/img/newwin.svg");
        width: 16px;
        height: 16px;
        margin-left: 5px; }
  #contents form .sendBtn {
    text-align: center; }
    #contents form .sendBtn input, #contents form .sendBtn button {
      display: inline-block;
      background-color: #000;
      color: #FFF;
      text-align: center;
      font-weight: 500;
      padding: 20px;
      line-height: 20px;
      min-width: 264px;
      border: none;
      border-radius: 50px; }
  #contents form .backBtn {
    text-align: center; }
    #contents form .backBtn input, #contents form .backBtn button {
      display: inline-block;
      background-color: #FFF;
      color: #000;
      text-align: center;
      font-weight: 500;
      padding: 10px;
      line-height: 20px;
      border: none;
      text-decoration: underline; }
#contents > section {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100vh;
  height: 100svh;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  #contents > section#showroom::after, #contents > section:nth-child(odd)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.3333); }
  #contents > section h2 {
    text-align: center;
    line-height: 1.2; }
    #contents > section h2 span.en {
      display: block;
      color: #E60012;
      transition: transform .5s .75s, opacity .5s .75s, color .75s 1s; }
    #contents > section h2 span.jp {
      display: block;
      font-weight: 700;
      transition: transform .5s, opacity .5s; }
    #contents > section h2 span.strong {
      font-size: 1.125em; }
    #contents > section h2[data-status="sb"] span.en {
      transform: scale(10);
      opacity: 0;
      color: #000; }
    #contents > section h2[data-status="sb"] span.jp {
      transform: scale(0);
      opacity: 0; }

#about {
  text-align: center; }
  #about h2 {
    color: #E60012;
    transition: opacity 1s, transform 1s, color .5s 1s; }
    #about h2 span {
      display: inline-block;
      color: #000;
      transition: transform 1s; }
    #about h2[data-status="sb"] {
      color: #000;
      transform: translateY(25%);
      opacity: 0; }
      #about h2[data-status="sb"] span {
        transform: translateY(100%); }
  #about figure {
    position: relative;
    width: fit-cintent;
    margin-top: 20px; }
    #about figure img.sample {
      overflow: hidden;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
      transition: opacity 1.5s;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      will-change: transform; }
      #about figure img.sample:nth-child(2) {
        animation: ocFloat 3.6s ease-in-out infinite; }
      #about figure img.sample:nth-child(3) {
        animation: ocFloat 3.6s ease-in-out .5s infinite; }
      #about figure img.sample:nth-child(4) {
        animation: ocFloat 3.6s ease-in-out 1s infinite; }
      #about figure img.sample:nth-child(5) {
        animation: ocFloat 3.6s ease-in-out 1.5s infinite; }
    #about figure img.chara {
      width: 160px;
      max-width: 100%;
      transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s; }
@keyframes ocFloat {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(-0.6deg); }
  50% {
    transform: translate3d(-50%, -55%, 0) rotate(0.6deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(-0.6deg); } }
    @media (prefers-reduced-motion: reduce) {
      #about figure img.sample {
        animation: none; } }
    #about figure[data-status="sb"] img.sample {
      opacity: 0; }
      #about figure[data-status="sb"] img.sample:nth-child(2) {
        transition-delay: .5s; }
      #about figure[data-status="sb"] img.sample:nth-child(3) {
        transition-delay: .75s; }
      #about figure[data-status="sb"] img.sample:nth-child(4) {
        transition-delay: 1s; }
      #about figure[data-status="sb"] img.sample:nth-child(5) {
        transition-delay: 1.25s; }
    #about figure[data-status="sb"] img.chara {
      transform: translateY(1000px);
      opacity: 0; }
  #about p {
    font-weight: 700;
    line-height: 1.75;
    transition: opacity 1s, transform 1s; }
    #about p:nth-of-type(n+2) {
      margin-top: 2em; }
    #about p[data-status="sb"] {
      opacity: 0;
      transform: translateY(100%); }

#assessment .desc {
  text-align: center;
  font-weight: 700; }

#sample header {
  text-align: center;
  transition: opacity .5s 1s; }
  #sample header h2 {
    position: relative;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: min(30px, 4.5vw);
    margin-bottom: 40px !important;
    z-index: 1; }
    #sample header h2::before, #sample header h2::after {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      clip-path: polygon(0 100%, 100% 0, 100% 100%); }
    #sample header h2::before {
      background-color: #FFF;
      z-index: 1; }
    #sample header h2::after {
      background-color: #000;
      border: 2px solid #000;
      z-index: -1; }
  #sample header img {
    width: 320px; }
#sample ul {
  display: flex;
  justify-content: space-between; }
  #sample ul li img:not(.chara) {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    transition: transform 1s .5s; }
  #sample ul li img.chara {
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s; }
  #sample ul li span {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
                   /*
&::before {
  display: inline-block;
  content: url("../img/arr.svg");
  margin-right: 5px;
  vertical-align: middle;
}*/ }
#sample[data-status="sb"] header {
  opacity: 0; }
#sample[data-status="sb"] ul li:nth-child(1) img {
  transform: rotateY(990deg); }
#sample[data-status="sb"] ul li:nth-child(2) img {
  transform: rotateY(990deg); }
#sample[data-status="sb"] ul li:nth-child(3) img {
  transform: translateY(1000px);
  opacity: 0; }

#advantage::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: url("../img/mark.svg") center center/contain no-repeat;
  width: 874px;
  max-width: 90vw;
  height: 920px;
  max-height: 100vw;
  opacity: .02;
  z-index: -1; }

#showroom {
  padding-top: 0 !important; }
  #showroom > figure {
    display: flex;
    width: 750px;
    max-width: 100%;
    margin: 0 auto; }
    #showroom > figure img {
      min-width: 100%; }
  #showroom #showroomBnr a {
    position: relative;
    border-radius: min(20px, 2.4vw);
    border: 5px solid #000;
    background-color: #FFF;
    font-weight: 700;
    width: 100%; }
    #showroom #showroomBnr a h3 {
      line-height: 1.2; }
      #showroom #showroomBnr a h3 span {
        display: block; }
      #showroom #showroomBnr a h3 .jp {
        color: #E60012; }

.numList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: num;
  font-weight: 700; }
  .numList > * {
    position: relative;
    counter-increment: num; }
    .numList > *::before {
      position: absolute;
      top: 10px;
      left: -10px;
      background-color: #E60012;
      color: #FFF;
      text-align: center;
      font-family: "Jost", sans-serif;
      content: "00" counter(num);
      z-index: 2;
      transform-origin: left top; }
    .numList > * img {
      display: block;
      border-radius: min(50px, 6.5vw);
      transition: border-radius .25s, opacity .125s;
      width: 100%; }
    .numList > * .imgWrap {
      position: relative;
      margin-bottom: 20px; }
    .numList > * .obi {
      position: absolute;
      bottom: 10px;
      left: 0;
      display: block;
      background-color: #FFF;
      border: 2px solid #000;
      text-align: center;
      width: 100%;
      padding: 10px 5px;
      transition: transform .125s;
      transform-origin: right top; }
      .numList > * .obi::after {
        position: absolute;
        bottom: calc(100% + 2px);
        right: -2px;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
        content: '';
        background-color: #000; }
    .numList > *:nth-child(1)::before {
      transition: transform 0.5s 0s, border-radius 0.75s 0.25s, color 0.75s 0.25s; }
    .numList > *:nth-child(1) * {
      transition-delay: 0s; }
    .numList > *:nth-child(2)::before {
      transition: transform 0.5s 0.5s, border-radius 0.75s 0.75s, color 0.75s 0.75s; }
    .numList > *:nth-child(2) * {
      transition-delay: 0.5s; }
    .numList > *:nth-child(3)::before {
      transition: transform 0.5s 1s, border-radius 0.75s 1.25s, color 0.75s 1.25s; }
    .numList > *:nth-child(3) * {
      transition-delay: 1s; }
    .numList > *:nth-child(4)::before {
      transition: transform 0.5s 1.5s, border-radius 0.75s 1.75s, color 0.75s 1.75s; }
    .numList > *:nth-child(4) * {
      transition-delay: 1.5s; }
    .numList > *:nth-child(5)::before {
      transition: transform 0.5s 2s, border-radius 0.75s 2.25s, color 0.75s 2.25s; }
    .numList > *:nth-child(5) * {
      transition-delay: 2s; }
    .numList > *:nth-child(6)::before {
      transition: transform 0.5s 2.5s, border-radius 0.75s 2.75s, color 0.75s 2.75s; }
    .numList > *:nth-child(6) * {
      transition-delay: 2.5s; }
    .numList > *:nth-child(7)::before {
      transition: transform 0.5s 3s, border-radius 0.75s 3.25s, color 0.75s 3.25s; }
    .numList > *:nth-child(7) * {
      transition-delay: 3s; }
    .numList > *:nth-child(8)::before {
      transition: transform 0.5s 3.5s, border-radius 0.75s 3.75s, color 0.75s 3.75s; }
    .numList > *:nth-child(8) * {
      transition-delay: 3.5s; }
    .numList > *:nth-child(9)::before {
      transition: transform 0.5s 4s, border-radius 0.75s 4.25s, color 0.75s 4.25s; }
    .numList > *:nth-child(9) * {
      transition-delay: 4s; }
    .numList > *:nth-child(10)::before {
      transition: transform 0.5s 4.5s, border-radius 0.75s 4.75s, color 0.75s 4.75s; }
    .numList > *:nth-child(10) * {
      transition-delay: 4.5s; }
  .numList[data-status="sb"] > *::before {
    border-radius: 0;
    color: #E60012;
    transform: scaleX(0); }
  .numList[data-status="sb"] > * img {
    border-radius: 0;
    opacity: 0; }
  .numList[data-status="sb"] > * .obi {
    transform: scaleX(0); }

.bnrs li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: min(20px, 2.4vw);
  border: 5px solid #000;
  background-color: #FFF;
  font-weight: 700; }
  .bnrs li a .obi {
    background-color: #E60012;
    color: #FFF;
    text-align: center;
    border-radius: 0 10px;
    padding: .5em; }
  .bnrs li a .ttl {
    margin-top: 10px; }
    .bnrs li a .ttl.en {
      font-weight: 500; }
    .bnrs li a .ttl.jp {
      font-weight: 700; }
    .bnrs li a .ttl::after {
      display: inline-block;
      content: url("../img/arr.svg");
      margin-left: 10px;
      vertical-align: middle; }

@media screen and (min-width: 1024px) {
  #contents #about figure img.sample {
    width: 240px;
    max-width: 150%; }
    #contents #about figure img.sample:nth-child(2) {
      margin: -20% 0 0 -140%; }
    #contents #about figure img.sample:nth-child(3) {
      margin: -20% 0 0 140%; }
    #contents #about figure img.sample:nth-child(4) {
      margin: 40% 0 0 -240%; }
    #contents #about figure img.sample:nth-child(5) {
      margin: 40% 0 0 240%; }
  #contents table.basicTable tbody tr th {
    padding: 20px 40px 20px 0;
    vertical-align: top; }
  #contents table.basicTable tbody tr td {
    padding: 20px 0; }
  #contents form .basicTable td select,
  #contents form .basicTable td input[type=text],
  #contents form .basicTable td input[type=tel] {
    width: 50%; }
  #contents form .basicTable td input[type=email],
  #contents form .basicTable td input[type=url] {
    width: 100%; }
  #contents form .basicTable td textarea {
    width: 100%;
    height: 150px; }

  #assessment .desc {
    font-size: min(1.125rem, 2.375vw); }
  #assessment .numList {
    margin-top: 20px;
    grid-gap: min(70px, 5vw) 2.5%; }
    #assessment .numList li {
      width: 18%; }
      #assessment .numList li img {
        aspect-ratio: 1 / 1.25;
        object-fit: contain;
        background-color: #FFF; }
      #assessment .numList li .obi {
        font-size: min(0.75rem, 0.8vw); } }
@media screen and (min-width: 481px) {
  #contents #back {
    margin-top: 100px; }
  #contents section#download .cta .chara img {
    width: 320px;
    margin-bottom: -20px;
    max-width: 33.3333%; }
  #contents > section {
    padding: min(50px, 12vw) min(40px, 6vw) min(75px, 15vw); }
    #contents > section h2 {
      margin-bottom: 50px; }
      #contents > section h2 span.en {
        font-size: min(1.35rem, 3.125vw); }
      #contents > section h2 span.jp {
        font-size: min(3rem, 7.3vw); }

  #about h2 {
    font-size: min(2rem, 4.2vw); }
    #about h2 span {
      font-size: min(1.3125rem, 2.75vw); }
  #about p {
    font-size: min(1.125rem, 2.375vw); }

  #sample header {
    width: 100%; }
    #sample header h2 {
      font-size: min(2.75vw, 1.5rem);
      line-height: 1.5;
      padding: 20px;
      margin: 0 auto 20px; }
      #sample header h2::before, #sample header h2::after {
        left: 88%; }
  #sample ul {
    grid-gap: 20px; }
    #sample ul li {
      width: 38%; }
      #sample ul li:last-child {
        width: 24%; }
      #sample ul li span::before {
        transform: scale(0.5);
        margin: 0 0 0 -5px; }

  #showroom h2 {
    font-size: min(3rem, 6vw); }
    #showroom h2 .lead {
      font-size: min(1.125rem, 3.275vw); }
  #showroom #showroomBnr {
    margin-top: min(150px, 12.5vw); }
    #showroom #showroomBnr a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: min(1.5rem, 1.5vw);
      padding: 20px min(40px, 6.25vw);
      height: min(200px, 15vw);
      width: 100%;
      max-width: 980px;
      transition: border-color .5s, color .5s, background-color .5s; }
      #showroom #showroomBnr a::after {
        position: absolute;
        top: 50%;
        right: min(20px, 1vw);
        transform: translate(0, -50%);
        display: inline-block;
        content: url("../img/arr.svg"); }
      #showroom #showroomBnr a::before {
        position: absolute;
        top: 50%;
        right: min(20px, 1vw);
        transform: translate(0, -50%);
        display: inline-block;
        content: url("../img/arr_wh.svg");
        opacity: 0;
        z-index: 1;
        transition: opacity .5s; }
      #showroom #showroomBnr a h3 .jp {
        font-size: min(1.25rem, 1.5vw);
        transition: color .5s; }
      #showroom #showroomBnr a h3 .en {
        font-size: min(3.6rem, 4vw); }
      #showroom #showroomBnr a .chara {
        text-align: center;
        height: calc(100% + 40px);
        margin: -20px 20px; }
        #showroom #showroomBnr a .chara img {
          width: auto;
          height: 100%;
          transform: scale(1.2);
          transform-origin: center bottom;
          object-fit: contain; }
      #showroom #showroomBnr a:hover {
        border-color: #E60012;
        color: #FFF;
        background-color: #E60012; }
        #showroom #showroomBnr a:hover::before {
          opacity: 1; }
        #showroom #showroomBnr a:hover h3 .jp {
          color: #FFF !important; }
        #showroom #showroomBnr a:hover .chara {
          transform: rotateY(360deg);
          transition: transform .5s; }

  .numList {
    grid-gap: min(70px, 5vw) 5%; }
    .numList > * {
      width: 30%; }
      .numList > *::before {
        width: min(120px, 10vw);
        font-size: min(32px, 2.5vw);
        border-radius: min(5px, 0.8vw) min(25px, 2vw); }
      .numList > * .obi {
        font-size: min(1.125rem, 1.325vw);
        margin-left: 20px; }
        .numList > * .obi::after {
          width: 20px;
          height: 20px; }

  .bnrs {
    display: flex;
    justify-content: space-between;
    width: 900px;
    max-width: 100%;
    margin: 0 auto; }
    .bnrs li {
      width: 46.6666%; }
      .bnrs li a {
        aspect-ratio: 2 / 1;
        max-height: 210px;
        min-width: 100%;
        padding: 10px;
        transition: border-color .5s, color .5s, background-color .5s; }
        .bnrs li a .obi {
          width: min(300px, 100%);
          font-size: min(1.125rem, 2vw);
          transition: background-color .5s; }
        .bnrs li a .ttl.en {
          font-size: min(2.25rem, 3.6vw); }
        .bnrs li a .ttl.jp {
          font-size: min(2rem, 3.2vw); }
        .bnrs li a:hover {
          border-color: #E60012;
          background-color: #E60012; }
          .bnrs li a:hover .obi {
            background-color: #000; } }
@media screen and (max-width: 1023px) and (min-width: 481px) {
  #contents form .basicTable td select,
  #contents form .basicTable td input[type=text],
  #contents form .basicTable td input[type=tel] {
    width: 50%; }
  #contents form .basicTable td input[type=email],
  #contents form .basicTable td input[type=url] {
    width: 100%; }
  #contents form .basicTable td textarea {
    width: 100%;
    height: 150px; }
  #contents .numList {
    grid-gap: min(40px, 4vw) 4%; }
    #contents .numList > * {
      width: 48%; }
      #contents .numList > *::before {
        width: min(120px, 10vw);
        font-size: min(32px, 2.5vw);
        border-radius: min(5px, 0.8vw) min(25px, 2vw); }
      #contents .numList > * .obi {
        font-size: min(1.125rem, 2.125vw);
        margin-left: 5px; }
        #contents .numList > * .obi::after {
          width: 5px;
          height: 5px; } }
@media screen and (max-width: 1023px) {
  #contents #about figure {
    max-width: 30vw;
    padding: min(50px, 10vw) 0;
    margin-top: -40px; }
    #contents #about figure img.chara {
      width: 240px; }
    #contents #about figure img.sample {
      width: 240px;
      max-width: 100%; }
      #contents #about figure img.sample:nth-child(2) {
        margin: -40% 0 0 -95%; }
      #contents #about figure img.sample:nth-child(3) {
        margin: -40% 0 0 95%; }
      #contents #about figure img.sample:nth-child(4) {
        margin: 40% 0 0 -105%; }
      #contents #about figure img.sample:nth-child(5) {
        margin: 40% 0 0 105%; } }
@media screen and (max-width: 480px) {
  #contents table.basicTable {
    display: block; }
    #contents table.basicTable tbody {
      display: block; }
      #contents table.basicTable tbody tr {
        display: block; }
        #contents table.basicTable tbody tr:nth-child(n+2) {
          margin-top: 15px; }
        #contents table.basicTable tbody tr th {
          display: block;
          width: 100%;
          border-bottom: none;
          padding: 0 5px; }
        #contents table.basicTable tbody tr td {
          display: block;
          width: 100%;
          padding: 5px 5px 15px; }
  #contents form .basicTable td select,
  #contents form .basicTable td input[type=text],
  #contents form .basicTable td input[type=tel],
  #contents form .basicTable td input[type=email],
  #contents form .basicTable td input[type=url] {
    width: 100%; }
  #contents form .basicTable td textarea {
    width: 100%;
    height: 200px; }
  #contents #back {
    margin-top: 40px; }
  #contents #download .cta .chara img {
    width: 320px;
    max-width: 50%;
    margin-bottom: -10px; }
  #contents > section {
    padding: 40px 2.5vw min(100px, 15vw); }
    #contents > section h2 {
      margin-bottom: 40px; }
      #contents > section h2 span.en {
        font-size: 1rem; }
      #contents > section h2 span.jp {
        font-size: 1.5rem; }

  #about h2 {
    font-size: 1.25rem; }
    #about h2 span {
      font-size: 1rem; }

  #sample header {
    width: 48%;
    font-size: min(2.25vw, 1rem);
    margin: 0 0 -32vw auto; }
    #sample header h2 {
      padding: 10px; }
  #sample ul {
    position: relative;
    flex-direction: column;
    padding-right: 52%;
    grid-gap: 20px; }
    #sample ul > li {
      width: 100%; }
      #sample ul > li:last-child {
        width: 50%;
        position: absolute;
        bottom: 0;
        right: 0; }

  #showroom h2 {
    font-size: 1.25rem; }
  #showroom #showroomBnr {
    margin-top: 40px; }
    #showroom #showroomBnr a {
      display: block;
      text-align: center;
      padding: 20px; }
      #showroom #showroomBnr a::after {
        position: absolute;
        top: 50%;
        right: min(20px, 2vw);
        transform: translate(0, -50%);
        display: inline-block;
        content: url("../img/arr.svg"); }
      #showroom #showroomBnr a h3 .jp {
        font-size: 1rem; }
      #showroom #showroomBnr a h3 .en {
        font-size: 1.5rem; }
      #showroom #showroomBnr a .chara {
        text-align: center;
        margin: 10px auto; }
        #showroom #showroomBnr a .chara img {
          width: 120px; }

  .numList {
    display: block; }
    .numList > * {
      width: 75%; }
      .numList > *:first-child {
        margin-top: 0 !important; }
      .numList > *:nth-child(odd) {
        margin: 20px auto 0 20px; }
      .numList > *:nth-child(even) {
        margin: 20px 20px 0 auto; }
      .numList > *::before {
        width: min(120px, 20vw);
        font-size: min(32px, 5vw);
        border-radius: min(5px, 1.6vw) min(25px, 4vw); }
      .numList > * .obi {
        font-size: min(1.125rem, 3vw);
        margin-left: 5px; }
        .numList > * .obi::after {
          width: 5px;
          height: 5px; }

  .bnrs li {
    width: 100%; }
    .bnrs li:nth-child(n+2) {
      margin-top: 10px; }
    .bnrs li a {
      padding: 20px; }
      .bnrs li a .obi {
        width: min(300px, 100%); }
      .bnrs li a .ttl.en {
        font-size: 1.6125rem; }
      .bnrs li a .ttl.jp {
        font-size: 1.5rem; } }
/* -------------------------------
   qAndA
------------------------------- */
#qAndA {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: z-index 0s, opacity .5s;
  overflow: auto; }
  #qAndA.active {
    z-index: 100;
    opacity: 1; }
  #qAndA .inner {
    background-color: #F9F8F3;
    width: calc(100% - 20px);
    max-width: 1080px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
    #qAndA .inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/bg.png") center top repeat;
      opacity: .08;
      mix-blend-mode: multiply;
      z-index: 1; }
  #qAndA #steps {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    max-width: 400px;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
    list-style: none; }
    #qAndA #steps li {
      position: relative;
      color: #CCC;
      line-height: 1;
      transition: color .5s;
      font-size: min(1rem, 2vw); }
      #qAndA #steps li span {
        position: relative;
        display: block;
        background-color: #CCC;
        color: #FFF;
        width: 100%;
        padding: .125em;
        border-radius: 5px 25px 5px 20px;
        transition: background-color .5s;
        margin-top: -.125em;
        font-size: min(1.25rem, 2.125vw); }
        #qAndA #steps li span::before {
          position: absolute;
          left: -10px;
          bottom: 100%;
          margin-bottom: -5px;
          display: block;
          content: '';
          width: 32px;
          height: 32px;
          background: url("../img/chara05.png") center center/contain no-repeat;
          opacity: 0;
          transition: opacity .5s;
          z-index: 1; }
      #qAndA #steps li.active {
        color: #E60012; }
        #qAndA #steps li.active span {
          background-color: #E60012; }
          #qAndA #steps li.active span::before {
            opacity: 1; }
  #qAndA section {
    position: relative;
    z-index: 2;
    display: none; }
    #qAndA section.active {
      opacity: 1;
      display: block; }
    #qAndA section h2 {
      line-height: 1.2; }
    #qAndA section .answers {
      display: flex;
      justify-content: center; }
      #qAndA section .answers li {
        position: relative;
        border: 5px solid #000;
        background-color: #FFF;
        color: #000;
        cursor: pointer;
        transition: background-color .25s, color .25s, border-color .25s; }
        #qAndA section .answers li::before {
          position: absolute;
          display: block;
          content: '';
          background: url("../img/chara02.png") center center/contain no-repeat;
          opacity: 0;
          transition: opacity .5s;
          z-index: 10; }
        #qAndA section .answers li:hover::before {
          opacity: 1; }
        #qAndA section .answers li.active {
          background-color: #E60012;
          color: #FFF;
          border-color: #E60012; }
          #qAndA section .answers li.active::before {
            opacity: 1; }
      #qAndA section .answers.txt li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 160px;
        aspect-ratio: 1.5 / 1; }
      #qAndA section .answers.img li {
        padding: 5px 5px 1em;
        width: 100%;
        max-width: 280px; }
        #qAndA section .answers.img li img {
          width: 100%;
          aspect-ratio: 1 / 1;
          object-fit: cover;
          object-position: center center;
          margin-bottom: 1em; }
    #qAndA section .next {
      position: relative;
      margin: 20px auto 0;
      width: fit-content; }
      #qAndA section .next a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        color: #FFF;
        transition: background-color .25s;
        min-width: fit-content;
        margin: 0 auto;
        padding: 0 1em; }
        #qAndA section .next a.disabled {
          background-color: #CCC; }
        #qAndA section .next a.sec-back {
          position: absolute;
          top: 50%;
          right: calc(100% + 20px);
          width: 40px;
          height: 40px;
          font-size: 0;
          transform: translate(0, -50%) rotate(180deg);
          border-radius: 10px; }
        #qAndA section .next a::after {
          display: inline-block;
          content: url("../img/arr_wh.svg");
          margin-left: 5px;
          vertical-align: middle;
          line-height: 1; }
  #qAndA .close {
    position: relative;
    margin: 20px auto 0;
    font-family: "Jost", sans-serif;
    cursor: pointer;
    z-index: 1;
    width: fit-content; }
  @media screen and (min-width: 481px) {
    #qAndA {
      padding: 40px; }
      #qAndA .inner {
        padding: 20px;
        border-radius: 40px; }
      #qAndA section h2 {
        margin: 20px 0;
        font-size: 1.5rem; }
      #qAndA section .answers {
        margin: 20px auto; }
        #qAndA section .answers.txt {
          grid-gap: 20px;
          font-size: min(1.25rem, 2.1vw); }
        #qAndA section .answers.img {
          grid-gap: 20px;
          font-size: min(1.125rem, 1.8vw); }
        #qAndA section .answers li {
          border-radius: 20px; }
          #qAndA section .answers li::before {
            right: calc(-1 * min(40px,4vw));
            bottom: -20px;
            width: min(64px, 6.4vw);
            height: min(100px, 10vw); }
          #qAndA section .answers li img {
            border-radius: 20px; }
      #qAndA section .next {
        position: relative;
        font-size: 1.5rem; }
        #qAndA section .next a {
          width: 200px;
          line-height: 60px;
          border-radius: 20px; } }
  @media screen and (max-width: 480px) {
    #qAndA {
      padding: 0; }
      #qAndA .inner {
        padding: 10px 25px;
        border-radius: 30px; }
      #qAndA #steps {
        grid-gap: 0; }
      #qAndA section h2 {
        margin: 10px 0 0;
        font-size: 1.125rem; }
      #qAndA section .answers {
        flex-wrap: wrap;
        margin: 15px auto;
        grid-gap: 10px; }
        #qAndA section .answers.txt li {
          width: calc((100% - 20px) / 3); }
        #qAndA section .answers.img li {
          width: calc((100% - 10px) / 2);
          font-size: .75rem; }
        #qAndA section .answers li {
          border-radius: 15px; }
          #qAndA section .answers li::before {
            right: -20px;
            bottom: -20px;
            width: 32px;
            height: 50px; }
          #qAndA section .answers li img {
            border-radius: 10px;
            aspect-ratio: 3/2 !important;
            object-fit: contain !important;
            background-color: #FFF;
            margin-bottom: 0.5em !important; }
      #qAndA section .next {
        font-size: 1.125rem;
        margin-top: 15px; }
        #qAndA section .next a {
          width: 120px;
          line-height: 40px;
          border-radius: 10px; }
          #qAndA section .next a.sec-back {
            right: calc(100% + 5px); } }

/* -------------------------------
   result
------------------------------- */
html.oc-modal-open,
body.oc-modal-open {
  overflow: hidden !important; }

#result #header #typeTtl {
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: calc(-1 * min(20px,3vw)); }
  #result #header #typeTtl span.sub {
    display: block;
    padding: min(10px, 1.5vw) 0;
    position: relative;
    font-size: min(18px, 2.25vw);
    width: fit-content;
    margin: 0 auto; }
    #result #header #typeTtl span.sub::before, #result #header #typeTtl span.sub::after {
      position: absolute;
      bottom: calc(-1 * min(20px,3vw));
      display: block;
      content: '';
      width: min(60px, 9vw);
      height: min(90px, 12vw);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1; }
    #result #header #typeTtl span.sub::before {
      background-image: url("../img/chara07.png");
      right: 100%; }
    #result #header #typeTtl span.sub::after {
      background-image: url("../img/chara06.png");
      left: 100%; }
  #result #header #typeTtl span.obi {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 720px;
    width: 100%;
    min-height: min(80px, 12vw);
    border-radius: min(20px, 3vw) 0px;
    background: #fff;
    border: 5px solid #000;
    font-size: min(32px, 4.5vw);
    margin: 0 auto calc(-1 * min(50px,7.5vw)); }
    #result #header #typeTtl span.obi::before {
      position: absolute;
      top: calc(100% + 5px);
      left: -5px;
      display: block;
      width: min(20px, 3vw);
      height: min(20px, 3vw);
      content: '';
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      background-color: #000; }
#result #header figure {
  max-width: 720px;
  width: 100%;
  margin-right: calc(-1 * min(20px,3vw));
  border-radius: 0 min(20px, 3vw);
  overflow: hidden; }
#result #header #typeDesc {
  margin: min(30px, 4.5vw) 0; }
#result #typeInfo {
  margin-bottom: min(80px, 12vw);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
  #result #typeInfo figure {
    border-radius: min(20px, 3vw);
    overflow: hidden; }
  #result #typeInfo p {
    margin: min(40px, 6vw) 0 0; }
#result #productList {
  display: grid; }
  #result #productList .product img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background-color: #FFF; }
  #result #productList .product .name {
    display: block;
    font-weight: 700;
    margin-top: 1em; }
  #result #productList .product .title {
    display: block;
    font-weight: 700;
    margin-top: 1em; }
#result .oc-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none; }
  #result .oc-modal .inner {
    background: #fff;
    width: 640px;
    max-width: calc(100% - 20px);
    margin: 10vh auto;
    padding: 20px;
    border-radius: 10px; }
    #result .oc-modal .inner .field {
      margin-bottom: 12px; }
    #result .oc-modal .inner .actions {
      display: flex;
      gap: 12px; }
#result #download::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url("../img/cta_bg.jpg") center center/contain no-repeat #FFF;
  z-index: -1;
  opacity: .5; }
@media screen and (min-width: 481px) {
  #result #productList {
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr); }
    #result #productList .product .name {
      font-size: 1.125rem; }
  #result #download figure {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); } }
@media screen and (max-width: 1023px) and (min-width: 481px) {
  #result #download {
    background-position: center top; } }
@media screen and (max-width: 480px) {
  #result #header,
  #result section {
    height: auto !important;
    min-height: 0 !important; }
  #result #productList {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
  #result #download {
    background-position: center top; }
    #result #download figure {
      margin-top: 40px !important; }
      #result #download figure img {
        max-width: 49% !important; } }

/* -------------------------------
   download, thanks
------------------------------- */
#result #header {
  padding: max(80px, 5vw) min(40px, 2.5vw);
  height: auto; }

#download #header,
#thanks #header {
  padding: 0;
  height: auto; }
