@charset "UTF-8";

/*--------------------
 main-content
--------------------*/
.main-content {
  margin: 18px auto 80px;
  font-size: 16px;
}

.main-content .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.main-content .inner ruby > rt {
  margin-bottom: 0.05em;
  font-size: 45%;
  letter-spacing: 0.3em;
  text-align: center;
}
.main-content .inner ruby > rt.last-rt {
  padding-left: 1.0em;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content {
    margin: 15px auto 0;
  }

  html[data-browse-mode="S"] .main-content .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  html[data-browse-mode="S"] .main-content .pc-only {
    display: none;
  }
}

.main-content .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  html[data-browse-mode="S"] .main-content .sp-only {
    display: block;
  }
}

/*--------------------
 hero
--------------------*/
.main-content .hero {
  background-color: #fdeef5;
}

.main-content .hero .inner {
  padding-top: 24px;
  padding-bottom: 40px;
}

.main-content .hero-cs {
  margin: 0; /* override default */
  padding: 0; /* override default */
  color: #ec78ab;
  font-size: 28px;
  font-weight: bold;
}

.main-content .hero-header {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
}

.main-content .hero-header--title {
  position: relative;
  width: 600px;
  height: 66px;
  margin: 0;
}

.main-content .hero-header--title-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 0 12px;
  border-radius: 0 24px 0 0;
  background: repeating-linear-gradient(
    -45deg,
    #ed8db8 0px,
    #ed8db8 8px,
    #ec78ab 8px,
    #ec78ab 14px
  );
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.main-content .hero-header--title-shadow {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 100%;
  height: 62px;
  border-radius: 0 24px 0 0;
  border: 1px solid #ec78ab;
}

.main-content .hero-header-image--lists {
  display: flex;
  margin: -24px 0 0;
}

.main-content .hero-header-image--item {
  position: relative;
  width: 56px;
  padding: 9px 0 0;
}
.main-content .hero-header-image--item:first-child {
  width: 62px;
  padding: 0;
}

.main-content .hero-header-image--wrap {
  margin: 0 -30%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.main-content .hero-header-image--item img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.main-content .hero-title {
  margin: 32px 0 0; /* override default */
  padding: 0; /* override default */
  text-align: center;
}

.main-content .hero-title img {
  width: 833px;
  vertical-align: bottom;
}

.main-content .hero-text {
  margin: 10px 0 0;
  padding: 16px 0 0;
  border-top: 3px solid #707070;
  color: #707070;
  font-size: 24px;
  text-align: center;
}

.main-content .hero-text img {
  width: 675px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .hero .inner {
    padding-top: 3.865vw;
    padding-bottom: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .hero-cs {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .hero-header {
    display: block;
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .hero-header--title {
    width: calc(97% + 9.662vw);
    height: 12.56vw;
    margin: 2.899vw -4.831vw 0;
  }

  html[data-browse-mode="S"] .main-content .hero-header--title-bg {
    padding: 2.899vw 0 2.415vw;
    border-radius: 0 3.865vw 0 0;
    font-size: 6.28vw;
  }

  html[data-browse-mode="S"] .main-content .hero-header--title-shadow {
    height: 11.594vw;
    border-radius: 0 3.865vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .hero-header-image--lists {
    margin: 1.932vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .hero-header-image--item {
    padding: 1.691vw 0 0;
  }
  html[data-browse-mode="S"] .main-content .hero-header-image--item:first-child {
    padding: 0;
  }

  html[data-browse-mode="S"] .main-content .hero-title {
    margin: 5.797vw 0 0; /* override default */
  }

  html[data-browse-mode="S"] .main-content .hero-title img {
    width: 100%;
  }

  html[data-browse-mode="S"] .main-content .hero-text {
    margin: 2.415vw 0 0;
    padding: 2.415vw 0 0;
    border-top: 2px solid #707070;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .hero-text img {
    width: 90%;
  }
}

/*--------------------
 scenario
--------------------*/
.main-content .scenario {
  background-color: #f4fdfc;
}

.main-content .scenario .inner {
  max-width: 960px;
  padding-top: 72px;
  padding-bottom: 64px;
}

.main-content .progress-bar {
  display: none;
  height: 8px;
  margin: 0 0 40px;
  border-radius: 4px;
  background-color: #ddd;
  overflow: hidden;
}

.main-content .progress-fill {
  width: 0%;
  height: 100%;
  background-color: #00a38c;
  transition: width 0.3s;
}

.main-content .fade-enter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.main-content .fade-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.main-content .step {
  display: none;
  position: relative;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}
.main-content .step.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.main-content .step-question {
  margin-bottom: 24px;
  color: #00a38c;
  font-size: 22px;
  font-weight: bold;
}
.main-content .step-question i {
  min-width: calc(25px + 8px);
}

.main-content button {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 16px 0;
  padding: 16px 34px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #00a38c33;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  transition: 0.2s;
  text-align: left;
}
.main-content button:hover {
  border-color: #00a38c;
  background-color: #00a38c;
  color: #fff;
}
.main-content #step-start button {
  justify-content: center;
  margin: 0;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #00a38c;
  background-color: #00a38c;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.main-content #step-start button:hover {
  background-color: #fff;
  color: #00a38c;
}

.main-content button i {
  min-width: calc(25px + 12px);
  margin: 0 0 -3px;
  color: #00a38c;
  font-size: 22px;
  text-align: left;
}
.main-content button:hover i {
  color: #fff;
}
.main-content #step-start button i {
  margin: 0 20px -4px 0;
  color: #fff;
  font-size: 32px;
}
.main-content #step-start button:hover i {
  color: #00a38c;
}

.main-content .step-notes-lists {
  margin-top: 72px;
}

.main-content .step-notes-item {
  margin: 2px 0 0;
  padding-left: 1em;
  color: #707070;
  text-align: left;
  text-indent: -1em;
}

.main-content .back-button {
  margin-top: 40px;
  text-align: center;
}

.main-content .back-button button {
  width: auto;
  padding: 8px 34px;
  background-color: #e0f7f3;
  border-color: #00a38c66;
}
.main-content .back-button button:hover {
  background-color: #00a38c;
  color: #fff;
}

.main-content .back-button i {
  margin: 0 0 -3px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .scenario .inner {
    max-width: 100%;
    padding-top: 9.662vw;
    padding-bottom: 7.729vw;
  }

  html[data-browse-mode="S"] .main-content .progress-bar {
    height: 0.966vw;
    margin: 0 0 5.797vw;
    border-radius: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .step-question {
    margin-bottom: 3.865vw;
    font-size: 4.348vw;
  }
  html[data-browse-mode="S"] .main-content .step-question i {
    min-width: calc(4.831vw + 0.966vw);
  }

  html[data-browse-mode="S"] .main-content button {
    margin: 2.899vw 0;
    padding: 2.899vw 3.865vw;
    font-size: 3.623vw;
    border-radius: 0.966vw;
  }
  html[data-browse-mode="S"] .main-content #step-start button {
    padding: 3.865vw;
    border-radius: 3.865vw;
    font-size: 6.28vw;
  }

  html[data-browse-mode="S"] .main-content button i {
    min-width: calc(4.831vw + 1.932vw);
    margin: 0 0 -0.725vw;
    font-size: 3.865vw;
  }
  html[data-browse-mode="S"] .main-content #step-start button i {
    margin: 0 2.899vw -0.966vw 0;
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .step-notes-lists {
    margin-top: 9.662vw;
  }

  html[data-browse-mode="S"] .main-content .step-notes-item {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .back-button {
    margin-top: 7.729vw;
  }

  html[data-browse-mode="S"] .main-content .back-button button {
    padding: 1.449vw 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .back-button i {
    margin: 0 0 -0.725vw;
  }
}

/*--------------------
 result
--------------------*/
.main-content .result {
  display: none;
  background-color: #f6f6f6;
}

.main-content .result .inner {
  padding-top: 64px;
  padding-bottom: 64px;
}

.main-content .result-title {
  color: #707070;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.main-content .result-content--wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.main-content .result-content--image-wrap {
  width: 35%;
  margin-right: 40px;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.main-content .result-content--image-wrap > a {
  display: block;
  padding: 24px;
}
.main-content .result-content--image-wrap > a:hover,
.main-content .result-content--image-wrap > a:focus {
  text-decoration: none;
}

.main-content .result-content--image {
  position: relative;
  margin: 0 -30% -59%;
  aspect-ratio: 1 / 1;
}
.main-content .result-content--image img {
  display: block;
  position: absolute;
  top: 0;
  left: -15%;
  right: -15%;
  width: 65%;
  margin: 0 auto;
  object-fit: cover;
}
.main-content .hero-title--wrap + .result-content--wrap .result-content--image img {
  top: -6%;
  width: 73%;
}

.main-content .result-content--tags {
  font-size: 0;
}

.main-content .result-content--tags .result-content--tags_link {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
}

.main-content .result-content--tags .result-content--tags_link img {
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: bottom;
}

.main-content .result-content--description {
  margin: 8px 0 0;
  color: #707070;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
.main-content .result-content--description > span {
  display: inline-block;
  text-align: left;
}

.main-content .result-content--image-link {
  width: 180px;
  margin: 16px auto 0;
  border-radius: 8px;
  background-color: #22ab37;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.main-content .result-content--text {
  width: calc(100% - 40px);
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.main-content .result-content--text-title {
  margin: 0 40px;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
}

.main-content .result-content--text-description {
  margin: 24px 40px 0;
  color: #707070;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.main-content .result-content--text-notes-lists {
  margin-top: 40px;
}

.main-content .result-content--text-notes-item {
  margin: 2px 0 0;
  padding-left: 1em;
  color: #707070;
  text-align: left;
  text-indent: -1em;
}

.main-content .result-content--text-note {
  margin: 24px 0 0;
  color: #707070;
  font-size: 14px;
  text-align: right;
}

.main-content .result-content--button {
  margin: 40px 0 0;
  text-align: center;
}

.main-content .result-content--button button {
  justify-content: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  border: 1px solid #ec78ab;
  background-color: #ec78ab;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
}
.main-content .result-content--button button:hover {
  border: 1px solid #d66a9c;
  background-color: #fff;
  color: #d66a9c;
}

.main-content .result-content--button button i {
  color: #fff;
}
.main-content .result-content--button button:hover i {
  color: #d66a9c;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .result .inner {
    padding-top: 7.729vw;
    padding-bottom: 7.729vw;
  }

  html[data-browse-mode="S"] .main-content .result-title {
    font-size: 6.28vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--wrap {
    display: block;
    margin: 5.797vw 0 0 0;
  }

  html[data-browse-mode="S"] .main-content .result-content--image-wrap {
    width: 100%;
    margin-right: 0;
    padding: 2.899vw 0;
    border-radius: 3.865vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  html[data-browse-mode="S"] .main-content .result-content--image-wrap > a {
    padding: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--image {
    margin: -8% -30% -75%;
  }
  html[data-browse-mode="S"] .main-content .hero-title--wrap + .result-content--wrap .result-content--image {
    margin: 0 -30% -75%;
  }
  html[data-browse-mode="S"] .main-content .result-content--image img {
    top: 0;
    left: -15%;
    right: -15%;
    width: 55%;
  }
  html[data-browse-mode="S"] .main-content .hero-title--wrap + .result-content--wrap .result-content--image img {
    top: -5%;
    width: 61%;
  }

  html[data-browse-mode="S"] .main-content .result-content--description {
    margin: 1.932vw 0 0;
    font-size: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--image-link {
    width: 80%;
    margin: 3.865vw auto 0;
    font-size: 3.865vw;
    line-height: 10.628vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--text {
    width: 100%;
    margin: 0;
    padding: 4.831vw;
    border-top: 4px solid #f6f6f6;
    border-radius: 3.865vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  html[data-browse-mode="S"] .main-content .result-content--text-title {
    margin: 0;
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--text-description {
    margin: 3.865vw 0 0;
    color: #707070;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--text-notes-lists {
    margin-top: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--text-notes-item {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .result-content--text-note {
    margin: 3.865vw 0 0;
    font-size: 2.778vw;
    text-align: left;
  }

  html[data-browse-mode="S"] .main-content .result-content--button {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .result-content--button button {
    max-width: none;
    border-radius: 3.865vw;
    font-size: 4.831vw;
    line-height: 7.729vw;
  }
}

/*--------------------
 block-freespace-laforthc
--------------------*/
.main-content .block-freespace-laforthc {
  display: none;
  max-width: none;
  margin: 0;
  background-color: #fdeef5;
}

.main-content .block-freespace-laforthc .inner {
  padding-top: 56px;
  padding-bottom: 64px;
}

.main-content .laforthc-content {
  max-width: 1200px;
  margin: 56px auto 0;
  padding: 0;
}

.main-content .laforthc-title {
  color: #707070;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .block-freespace-laforthc {
    margin: 0 auto;
  }

  html[data-browse-mode="S"] .main-content .block-freespace-laforthc .inner {
    padding-top: 7.729vw;
    padding-bottom: 9.662vw;
    padding-left: 0;
    padding-right: 0;
  }

  html[data-browse-mode="S"] .main-content .laforthc-content {
    margin: 7.729vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .laforthc-title {
    font-size: 5.797vw;
  }
}

/*--------------------
 laforth-series
--------------------*/
.main-content .laforth-series {
  display: none;
  background-color: #f6f6f6;
}

.main-content .laforth-series .inner {
  padding-top: 56px;
  padding-bottom: 64px;
}

.main-content .laforth-series-title {
  text-align: center;
}

.main-content .laforth-series-title img {
  width: 240px;
}

.main-content .laforth-series--wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 48px;
  margin: 40px auto 0;
}

.main-content .laforth-series--base {
  width: calc(42% - 20px);
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.main-content .laforth-series--personal {
  width: calc(58% - 20px);
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
}

.main-content .laforth-series--link {
  display: block;
  padding: 32px;
}
.main-content .laforth-series--link:hover,
.main-content .laforth-series--link:focus {
  text-decoration: none;
}

.main-content .laforth-series--base-title,
.main-content .laforth-series--personal-title {
  color: #707070;
  font-weight: bold;
  font-size: 30px;
}

.main-content .laforth-series--base-text,
.main-content .laforth-series--personal-text {
  margin: 8px 0 0 0;
  color: #707070;
  font-size: 14px;
}

.main-content .laforth-series--lists {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin: 24px auto 0;
}

.main-content .laforth-series--item-image-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.main-content .laforth-series--item-image {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 -34px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.main-content .laforth-series--item-image.L {
  width: 150px;
  height: 150px;
  margin: -10px -39px 0;
}
.main-content .laforth-series--base .laforth-series--lists .laforth-series--item:last-child .laforth-series--item-image:last-child {
  margin-top: 3px;
  margin-bottom: -3px;
}
.main-content .laforth-series--base .laforth-series--lists .laforth-series--item:last-child .laforth-series--item-image.L {
  margin-top: -8px;
  margin-bottom: -2px;
}

.main-content .laforth-series--item-image img {
  position: absolute;
  left: -16px;
  right: -16px;
  margin: 0 auto;
  object-fit: cover;
}

.main-content .laforth-series--item-tags {
  display: block;
  padding: 0 4px;
  border-radius: 3px;
  border: 1px solid #707070;
  color: #707070;
  font-size: 12px;
}
.main-content .laforth-series--item-tags.c1 {
  background-color: #fdf12f;
}
.main-content .laforth-series--item-tags.c2 {
  background-color: #fce6bd;
}
.main-content .laforth-series--item-tags.c3 {
  background-color: #fae6ef;
}

.main-content .laforth-series--item-description {
  margin: 8px 0 0;
  color: #707070;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.main-content .laforth-series--item-description > span {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .laforth-series .inner {
    padding-top: 9.662vw;
    padding-bottom: 9.662vw;
  }

  .main-content .laforth-series-title img {
    width: 38.647vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--wrap {
    display: block;
    margin: 7.729vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--base {
    width: 100%;
    border-radius: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--personal {
    width: 100%;
    margin-top: 5.797vw;
    border-radius: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--link {
    padding: 4.831vw 3.865vw 5.797vw 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--base-title,
  html[data-browse-mode="S"] .main-content .laforth-series--personal-title {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--base-text,
  html[data-browse-mode="S"] .main-content .laforth-series--personal-text {
    margin: 0.966vw 0 0 0;
    font-size: 3.14vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--lists {
    flex-wrap: wrap;
    /*gap: 0 3.865vw;*/
    gap: 0 2.5vw;
    margin: 3.865vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--item-image {
    width: 33.816vw;
    height: 33.816vw;
    margin: 0 -8.213vw;
  }
  html[data-browse-mode="S"] .main-content .laforth-series--personal .laforth-series--item:last-child {
    margin-top: 1.932vw;
  }
  html[data-browse-mode="S"] .main-content .laforth-series--item-image.L {
    width: 36.232vw;
    height: 36.232vw;
    margin: -2.415vw -9.42vw 0;
  }
  html[data-browse-mode="S"] .main-content .laforth-series--base .laforth-series--lists .laforth-series--item:last-child .laforth-series--item-image:last-child {
    margin-top: 0.725vw;
    margin-bottom: -0.725vw;
  }
  html[data-browse-mode="S"] .main-content .laforth-series--base .laforth-series--lists .laforth-series--item:last-child .laforth-series--item-image.L {
    margin-top: -1.932vw;
    margin-bottom: -0.483vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--item-image img {
    left: -3.865vw;
    right: -3.865vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--item-tags {
    padding: 0 0.483vw;
    font-size: 2.174vw;
  }

  html[data-browse-mode="S"] .main-content .laforth-series--item-description {
    font-size: 1.932vw;
  }
}
