﻿@font-face {
  font-family: 'TamagonegiGeki';
  src: url('../fonts/TamagonegiGeki.ttf') format('truetype');
}
/* 
.kv.others {
  height: 24.2rem;
}
@media screen and (max-width: 768px) {
  .kv.others {
    height: 32.4rem;
    background: #512D5D url('../img/kv_kumo_bg.png') no-repeat 100% 1.8rem;
    background-size: 18.7rem auto;
  }
}
.kv.others .kumoOuter {
  width: 160rem;
  pointer-events: none;
}
.kv.others .kumoOuter .kumoInner::after {
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: url('../img/kv_kumo.webp') no-repeat center center;
  background-size: 100% auto;
}
.kv.others .breadcrumb {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kv.others .breadcrumb {
    position: relative;
    top: 0;
    margin-bottom: 6.5rem;
    padding-top: 2rem;
  }
}
.kv.others h1 {
  font-size: 4.1rem;
}
.kv.others p.h1sub {
  font-size: 2rem;
} */
#basics_kv {
  position: relative;
  height: 32.2rem;
  background: #512D5D url("../../basics/images/kv_bg_pc.png") center top no-repeat;
  background-size: 220rem auto;
}

@media screen and (max-width: 768px) {
  #basics_kv {
    height: 53.8666666667vw;
    background: #512D5D url("../../basics/images/kv_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
}

#basics_kv .kv_main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 12rem;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  #basics_kv .kv_main {
    padding-top: 14.6666666667vw;
    gap: 4vw;
  }
}

#basics_kv .kv_main h1 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.29;
  padding: 0 10rem;
}

@media screen and (max-width: 768px) {
  #basics_kv .kv_main h1 {
    padding: 0 18.6666666667vw;
    font-size: 8.2666666667vw;
    white-space: nowrap;
  }
}

#basics_kv .kv_main p {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #basics_kv .kv_main p {
    font-size: 4.2666666667vw;
    line-height: 1.29;
  }
}

#basics_kv .kv_main h1::before,
#basics_kv .kv_main h1::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#basics_kv .kv_main h1::before {
  background: url("../../basics/images/parts_h1.png") left 1.2rem no-repeat;
  background-size: 8rem auto;
}

@media screen and (max-width: 768px) {
  #basics_kv .kv_main h1::before {
    background: url("../../basics/images/parts_h1.png") left center no-repeat;
    background-size: 13.8666666667vw auto;
  }
}

#basics_kv .kv_main h1::after {
  background: url("../../basics/images/parts_h1.png") right 1.2rem no-repeat;
  background-size: 8rem auto;
}

@media screen and (max-width: 768px) {
  #basics_kv .kv_main h1::after {
    background: url("../../basics/images/parts_h1.png") right center no-repeat;
    background-size: 13.8666666667vw auto;
  }
}
#basics_kv .breadcrumb {
  width: 100%;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #basics_kv .breadcrumb {
    min-height: 9.6vw;
    position: absolute;
    top: 2vw;
    left: 0;
  }
}

#basics_kv .breadcrumb ul {
  width: 100rem;
  margin: auto;
  height: 100%;
  padding: 0 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  #basics_kv .breadcrumb ul {
    width: 82.6666666667vw;
    padding: 0 0;
    flex-wrap: wrap;
    row-gap: 0.6vw;
    align-items: flex-start;
  }
}

#basics_kv .breadcrumb ul li {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #basics_kv .breadcrumb ul li {
    font-size: 2.9333333333vw;
  }
}

#basics_kv .breadcrumb ul li a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.03 10.48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.77px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.27 .29 5.47 5.01 .27 10.21'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.51969rem;
  background-position: center right;
  padding-right: 1.9rem;
}

@media screen and (max-width: 768px) {
  #basics_kv .breadcrumb ul li a {
    font-size: 2.9333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.03 10.48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.77px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.27 .29 5.47 5.01 .27 10.21'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.97442rem;
    padding-right: 4vw;
  }
}
article {
  background: url('../img/scree_bg.webp') no-repeat center center;
  background-size: cover;
}
.kumo_experience01,
.kumo_experience02,
.kumo_experience03,
.kumo_experience04,
.kumo_experience05,
.kumo_experience06 {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 50%;
}
.kumo_experience01 {
  width: 61.4rem;
  top: 12.6rem;
  translate: calc(-100% - 36.5rem) 0;
}
@media screen and (max-width: 768px) {
  .kumo_experience01 {
    width: 61.4rem;
    top: 12.6rem;
    translate: -28rem 0;
  }
}
.kumo_experience02 {
  width: 27.4rem;
  top: 49.5rem;
  translate: calc(39.2rem) 0;
}
.kumo_experience03 {
  width: 31.7rem;
  top: 78rem;
  translate: calc(-100% - 40rem) 0;
}
.kumo_experience04 {
  width: 62.9rem;
  bottom: 40rem;
  translate: calc(44.5rem) 0;
}
.kumo_experience05 {
  width: 31.5rem;
  bottom: 19.5rem;
  translate: calc(-100% - 36.6rem) 0;
}
.kumo_experience06 {
  width: 26.9rem;
  bottom: 2.5rem;
  translate: calc(48.2rem) 0;
}
@media screen and (max-width: 768px) {
  .kumo_experience06 {
    width: 26.9rem;
    bottom: -3.5rem;
    translate: calc(-100% - 9.4rem) 0;
  }
}
/* copied from ja/css/edotokyo.css — experience page only */
.screen {
  width: 100%;
  background-color: transparent;
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .screen {
    padding: 6.6666666667vw 8.6666666667vw 8.6666666667vw;
  }
}
.screen .card {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  text-align: center;
  width: 104rem;
  margin: auto;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .screen .card {
    width: 100%;
    padding: 0 0;
  }
}
.screen .card figure.kumo_experience01 {
  position: absolute;
  z-index: 3;
  width: 38.2921rem;
  top: 26rem;
  left: 50%;
  translate: -20rem 0;
}
@media screen and (max-width: 768px) {
  .screen .card figure.kumo_experience01 {
    width: 39.4570666667vw;
    top: 20vw;
    left: 50%;
    translate: -23vw 0;
  }
}
.screen .card h2 {
  font-size: 4.5rem;
  font-weight: 700;
  background: url("../img/bg_h2_screen.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-align: center;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .screen .card h2 {
    font-size: 4.9rem;
    background: url("../img/bg_h2_screen_sp.png") no-repeat;
    background-size: 100%;
    letter-spacing: -0.1em;
    background-position: center center;
  }
}
.screen .card p.tagline {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .screen .card p.tagline {
    font-size: 3.7333333333vw;
    color: #512D5D;
  }
}
.screen .how-to {
  border: none;
  border-radius: 0;
  text-align: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 6rem 14.1rem 10.5rem;
  margin-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .screen .how-to {
    padding: 5.6vw 4.8vw 14.1333333333vw;
    margin-bottom: 44rem;
  }
}
.screen .how-to figure.kumo_experience02 {
  position: absolute;
  z-index: 3;
  width: 35.3757rem;
  bottom: -3rem;
  left: 50%;
  translate: 17rem 0;
}
@media screen and (max-width: 768px) {
  .screen .how-to figure.kumo_experience02 {
    width: 53.0098666667vw;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    translate: 29vw 0;
  }
}
.screen .how-to p.how-to-title {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .screen .how-to p.how-to-title {
    font-size: 7vw;
  }
}
.screen .how-to p.play {
  position: relative;
  z-index: 3;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.3rem;
  display: flex;
  align-items: center;
  padding: 2.9rem 1rem;
  background: url("../../images/bg_p_play.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  color: #512D5D;
}
@media screen and (max-width: 768px) {
  .screen .how-to p.play {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.9rem 0 8vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.screen .how-to p.play:last-of-type {
  background: none;
}
@media screen and (max-width: 768px) {
  .screen .how-to p.play span {
    width: 64vw;
  }
}
.screen .how-to p.play img.play_num {
  width: 5rem;
  margin-right: 1.4rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .screen .how-to p.play img.play_num {
    width: 8vw;
    margin-right: 0;
  }
}
.screen .how-to p.play img.play {
  width: 22.1rem;
  margin-left: 4.5rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .screen .how-to p.play img.play {
    width: 51.2vw;
    margin: 4vw auto auto;
  }
}
.screen .how-to .input-group {
  display: block;
  gap: 0;
  width: 66rem;
  margin: 6.4rem auto auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .screen .how-to .input-group {
    width: 74.6666666667vw;
  }
}
.screen .how-to .input-group p.input-group-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  color: #512D5D;
}
.screen .how-to .input-group label {
  width: 100%;
  height: 7rem;
  border: 0.273rem solid #512D5D;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .screen .how-to .input-group label {
    height: 10.6666666667vw;
  }
}
.screen .how-to .input-group label input {
  width: 54.2rem;
  background: #fff;
  padding: 2rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .screen .how-to .input-group label input {
    width: 76%;
    box-sizing: border-box;
    padding: 2.9333333333vw 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.screen .how-to .input-group label button {
  background-color: #d7001d;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  width: calc(100% - 54.2rem);
  cursor: pointer;
  font-size: 3.1rem;
  padding: 0;
  border-radius: 0;
  background-color: #512D5D;
}
@media screen and (max-width: 768px) {
  .screen .how-to .input-group label button {
    width: 24%;
    font-size: 4.6666666667vw;
  }
}
.screen p.excuse {
  width: 30rem;
  margin-top: 3.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .screen p.excuse {
    width: 100%;
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: calc(44/24*1em);
    letter-spacing: calc(-40/1000*1em);
  }
}
.excuse_img {
  position: absolute;
  right: 0;
  bottom: -7.8rem;
  width: 33.2rem;
}
@media screen and (max-width: 768px) {
  .excuse_img {
    width: 62.5rem;
    bottom: -49.2rem;
    right: -2.5rem;
  }
}
.screen .about-box {
  background: url("../img/about_frame.png") no-repeat;
  background-size: contain;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  width: 70.6rem;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 3;
  margin-bottom: 8rem;
  padding: 4.2rem 5.2rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .screen .about-box {
    background: url("../img/about_frame_sp.png") no-repeat;
    background-size: contain;
    width: 62.9rem;
    height: auto;
    margin-bottom: 0;
    padding: 6rem 7.5rem 6.5rem;
  }
}
.screen .about-box figure.kumo_experience03 {
  position: absolute;
  z-index: 3;
  left: 50%;
  translate: 0;
}
@media screen and (max-width: 768px) {
  .screen .about-box figure.kumo_experience03 {
    width: 113.9648vw;
    position: absolute;
    top: -7vw;
    left: 50%;
    translate: -14vw 0;
  }
}
.screen .about-box .about-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #512D5D;
}
@media screen and (max-width: 768px) {
  .screen .about-box .about-title {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
.screen .about-box .about-text-container {
  display: grid;
  grid-template-columns: auto 26.8rem;
  column-gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .screen .about-box .about-text-container {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.screen .about-box .about-text {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #512D5D;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .screen .about-box .about-text {
    font-size: 2.8rem;
    line-height: calc(48/28*1em);
    margin-bottom: 3.4rem;
  }
}
.screen .about-box p.link_text a {
  background-position: top 0.3rem right;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .screen .about-box p.link_text a {
    font-size: 3.6vw;
    background-position: top 1.2vw right;
  }
}
.about-caption {
  font-size: 1rem;
  line-height: calc(14/10*1em);
  letter-spacing: calc(-40/1000*1em);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-caption {
    font-size: 2rem;
    line-height: calc(31/20*1em);
    letter-spacing: calc(-40/1000*1em);
  }
}
.about-caption a {
  color: inherit;
}

.fuda-container {
  padding: 9.6rem 20px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fuda-container {
    padding: 9.6rem 0;
  }
}

.share-btn, .save-btn {
  flex: initial;
}

.kanji-box {
  box-sizing: border-box;
  border: 0.2rem solid #000;
  outline: 0.625rem solid #000;
  outline-offset: 3px;
  padding: 20px 16px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  writing-mode: horizontal-tb;
  width: 18rem;
  background: url("../../images/bg_fuda2.png") repeat-y center/19.6rem auto, linear-gradient(to bottom, #D0A900 0%, #FAF6E5 50%, #D0A900 100%);
  background-size: 19.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kanji-box {
    padding: 1.8666666667vw 2.1333333333vw 1.8666666667vw;
    outline-offset: 2px;
  }
}
.kanji-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fuda-logo {
  width: 100%;
  margin-bottom: 0;
}

.kanji-text {
  font-size: 15.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-family: 'TamagonegiGeki', serif;
  writing-mode: vertical-rl;
}

.result-buttons {
  display: flex;
  gap: 4.3rem;
  padding-bottom: 3rem;
  padding-top: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .result-buttons {
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 4rem;
    padding-top: 0;
    flex-direction: column;
    row-gap: 1.7rem;
  }
}
.result-buttons figure.kumo_experience02_result {
  position: absolute;
  z-index: 3;
  width: 35.3757rem;
  top: -28rem;
  right: -36rem;
}
@media screen and (max-width: 768px) {
  .result-buttons figure.kumo_experience02_result {
    width: 53.0098666667vw;
    position: absolute;
    top: -17vw;
    right: -30vw;
  }
}
.result-buttons button {
  width: 30.4338rem;
  height: 7.20551rem;
  background: url("../../images/bg_button.png") no-repeat;
  background-size: contain;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .result-buttons button {
    width: 60.8676vw;
    height: 14.4109333333vw;
    font-size: 3.8vw;
    background: url("../../images/bg_button.png") no-repeat;
    background-size: contain;
    gap: 4vw;
    margin: auto;
  }
}
.result-buttons button span {
  width: 0.84183rem;
  height: 2rem;
  background: url("../../images/arrow_white.png") no-repeat;
  background-size: 0.84183rem;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .result-buttons button span {
    background-size: contain;
    width: 1.6836666667vw;
    height: 3.2142666667vw;
  }
}
.result-buttons button:hover {
  background-color: transparent;
}

.back-btn {
  width: auto;
  background-color: transparent;
  color: inherit;
  border: none;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.back-btn:hover {
  background-color: transparent;
}
.back-btn a {
  font-size: 1.8rem;
  display: inline;
  margin: auto;
  padding-right: 0;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  background-image: url(/images/arrow_prev.webp);
  background-repeat: no-repeat;
  background-size: 0.6666rem;
  background-position: top 0.7rem left;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .back-btn a {
    background-size: 1.6665333333vw;
    background-position: top 1.4rem left;
    padding-left: 1em;
  }
}
.back-btn a:hover {
  background: #fff;
}

.link-buttons {
  padding-bottom: 3rem;
  margin-bottom: 9rem;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .link-buttons {
    padding-bottom: 12.4rem;
    margin-bottom: 3rem;
  }
}
section.relation::after {
  content: none;
}
@media screen and (max-width: 768px) {
  section.linkOtherPages ul.quintet li:nth-of-type(1),
  section.linkOtherPages ul.quintet li:nth-of-type(2) {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .kumo_result01 {
    position: absolute;
    top: 19rem;
    left: 50%;
    translate: calc(-100% - 18.2rem) 0;
    width: 25.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kumo_result02 {
    position: absolute;
    top: 77rem;
    left: 50%;
    translate: 12rem 0;
    width: 34.6rem;
  }
}