@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
@import url("https://use.typekit.net/iug0tzp.css");
@font-face {
  font-family: "Source Han Sans", sans-serif;
  src: url("../fonts/source-han-sans-bold.otf") format("opentype");
}
@font-face {
  font-family: "Corporate Logo ver2", sans-serif;
  src: URL("../fonts/corporate-logo-ver2.ttf") format("truetype");
}
@font-face {
  font-family: "Allenoire Free Personal", sans-serif;
  src: URL("../fonts/Allenoire-Free-Personal.ttf") format("truetype");
}
@font-face {
  font-family: "Corporate Logo ver3", sans-serif;
  src: url("../fonts/Corporate-Logo-Medium-ver3.otf") format("opentype");
}
@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/futura-medium.otf") format("opentype");
}
@font-face {
  font-family: "Futura Bold";
  src: url("../fonts/futura-bold.otf") format("opentype");
}
@font-face {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  src: url("../fonts/fot-tsukuardgothicStd-b.otf") format("opentype");
}
@font-face {
  font-family: "Toppan BunkyuMidashiGoStd";
  src: url("../fonts/AP-OTF-BunkyuMdGoStd-EB.otf") format("opentype");
}
@font-face {
  font-family: "FOT-NewRodin Pro DB";
  src: url("../fonts/FOT-NewRodinPro-DB.otf") format("opentype");
}
/* =======================
 * Functions CLASS
 * ======================= */
:root {
  background-attachment: fixed;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline-width: 0;
}

figure {
  font-size: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  font-size: 18px;
}

ul {
  list-style: none;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/*====================================================================
siteHeader
====================================================================*/
/*====================================================================
Header SP
====================================================================*/
/*====================================================================
siteFooter
====================================================================*/
/*====================================================================
siteFooter SP
====================================================================*/
/*====================================================================
pageForm
====================================================================*/
.pageForm__container {
  margin: 0 auto;
}
.pageForm__container .form__btns {
  margin-top: 40px;
}
.pageForm__container .form__btns .form__btn {
  max-width: initial;
  width: 310px;
  height: 56px;
}
.pageForm__item {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0 30px;
  border-radius: 15px;
  background-color: transparent;
  position: relative;
  background-image: url("./../images/common/screen-bg/field-box-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgba(197, 191, 218, 0.8);
  -webkit-box-shadow: inset 0 0 10px 4px #fff;
          box-shadow: inset 0 0 10px 4px #fff;
}
.pageForm__item.bgWhite {
  background-color: #fff;
}
.pageForm__item:not(:last-of-type) {
  margin: 0 auto 20px;
}
.pageForm__numberWrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageForm__number {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  text-shadow: 0px 1px #000000, 0px -1px #000000, 1px 0px #000000, -1px 0px #000000;
  background-color: #000000;
}
@media screen and (max-width: 375px) {
  .pageForm__number {
    font-size: 20px;
  }
}
.pageForm__number__progress {
  padding: 3px;
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageForm__number__progress {
    font-size: 20px;
  }
}
.pageForm__icon {
  margin: 15px auto 13px;
  max-width: 60px;
  font-size: 0;
}
.pageForm__icon img {
  width: 100%;
}
.pageForm__title {
  margin-bottom: 15px;
  padding: 0 40px 0 48px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 375px) {
  .pageForm__title {
    font-size: 20px;
  }
}
.pageForm__title.page--12, .pageForm__title.page--13 {
  margin-top: 15px;
}
.pageForm__title.hair--color {
  margin-top: 30px;
  margin-bottom: 20px;
}
.pageForm__choices {
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageForm__choice__item {
  margin: 0 9px 25px 0;
  border: 1px solid #000000;
  border-radius: 50px;
  width: 100%;
  max-width: 147px;
  height: 50px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 375px) {
  .pageForm__choice__item {
    font-size: 20px;
  }
}
.pageForm__choice__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.pageForm__choice__item:nth-child(even) {
  margin-right: 0;
}
.pageForm__choice__item--thumb {
  position: relative;
  height: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pageForm__choice__item--thumb .pageForm__item__field:checked + .pageForm__item__label {
  background-color: transparent;
}
.pageForm__choice__item--thumb .pageForm__item__field:checked + .pageForm__item__label .pageForm__item__labelTxt {
  background-color: #FBFFC0;
}
.pageForm__choice__item--thumb .pageForm__item__label {
  padding: 0 2px 20px 2px;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageForm__choice__item--thumb .pageForm__item__labelImg {
  margin: 0 auto;
  width: 120px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 2px solid #987bb1;
}
.pageForm__choice__item--thumb .pageForm__item__labelTxt {
  margin: 10px auto 0;
  border: 1px solid #000000;
  border-radius: 50px;
  width: 100%;
  max-width: 147px;
  height: 50px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 375px) {
  .pageForm__choice__item--thumb .pageForm__item__labelTxt {
    font-size: 20px;
  }
}
.pageForm__item__field {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
.pageForm__item__field:checked + .pageForm__item__label {
  background-color: #FBFFC0;
}
.pageForm__item__label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.pageForm--noYSpace {
  padding: 15px 0 30px;
  border-radius: 8px;
  background-color: #fff;
  pointer-events: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}
.pageForm--noYSpace .pageForm__item {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 375px) {
  .pageForm__container {
    margin: 0 auto;
  }
  .pageForm__container .form__btns {
    margin-top: 10.6666666667vw;
  }
  .pageForm__container .form__btns .form__btn {
    max-width: initial;
    width: 82.6666666667vw;
    height: 14.9333333333vw;
  }
  .pageForm__item {
    margin: 0 auto;
    padding: 4vw 0 8vw;
    border-radius: 4vw;
    border: 0.5333333333vw solid rgba(197, 191, 218, 0.8);
    -webkit-box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
            box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
  }
  .pageForm__item:not(:last-of-type) {
    margin: 0 auto 5.3333333333vw;
  }
  .pageForm__numberWrapper {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .pageForm__number {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    text-shadow: 0px 0.2666666667vw #000000, 0px -0.2666666667vw #000000, 0.2666666667vw 0px #000000, -0.2666666667vw 0px #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageForm__number {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .pageForm__number__progress {
    padding: 0.8vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.25;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageForm__number__progress {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageForm__icon {
    margin: 4vw auto 3.4666666667vw;
    max-width: 16vw;
    font-size: 0;
  }
  .pageForm__title {
    margin-bottom: 4vw;
    padding: 0 10.6666666667vw 0 12.8vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #000000;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageForm__title {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageForm__title.page--12, .pageForm__title.page--13 {
    margin-top: 4vw;
  }
  .pageForm__title.hair--color {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .pageForm__choices {
    padding: 0 5.3333333333vw;
  }
  .pageForm__choice__item {
    margin: 0 2.4vw 6.6666666667vw 0;
    border: 1px solid #000000;
    border-radius: 13.3333333333vw;
    max-width: 39.2vw;
    height: 13.3333333333vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
    box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageForm__choice__item {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageForm__choice__item--thumb {
    position: relative;
    height: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pageForm__choice__item--thumb .pageForm__item__label {
    padding: 0 0.5333333333vw 5.3333333333vw 0.5333333333vw;
  }
  .pageForm__choice__item--thumb .pageForm__item__labelImg {
    width: 32vw;
    height: 20vw;
  }
  .pageForm__choice__item--thumb .pageForm__item__labelTxt {
    margin: 2.6666666667vw auto 0;
    border: 1px solid #000000;
    border-radius: 13.3333333333vw;
    max-width: 39.2vw;
    height: 13.3333333333vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
    box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageForm__choice__item--thumb .pageForm__item__labelTxt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageForm__item__field {
    height: 0.2666666667vw;
    width: 0.2666666667vw;
  }
}
/*====================================================================
Page 04 PC
====================================================================*/
body.pageLoader {
  height: 100vh;
  background-color: #F6F6F6;
  position: relative;
}

.pageLoader {
  margin: auto;
  width: 100%;
}
.pageLoader__container {
  margin: auto;
  padding: 62px 0 90px;
  width: 100%;
  max-width: 347px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  position: relative;
}
.pageLoader__title {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 200px;
}
.pageLoader__desc {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.2;
  color: #9A7FB7;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .pageLoader__desc {
    font-size: 20px;
  }
}
.pageLoader__sparks {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageLoader__spark {
  margin-right: 42px;
  -webkit-animation: flash 2.5s ease infinite alternate;
          animation: flash 2.5s ease infinite alternate;
}
.pageLoader__spark:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pageLoader__spark:last-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-right: 0;
}

/*====================================================================
Page 04 SP
====================================================================*/
@media screen and (max-width: 375px) {
  body.pageLoader {
    height: 100%;
  }
  .pageLoader__container {
    margin: auto;
    padding: 16.5333333333vw 0 24vw;
    max-width: 92.8vw;
  }
  .pageLoader__title {
    margin: 0 auto 2.6666666667vw;
    max-width: 53.3333333333vw;
  }
  .pageLoader__desc {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #9A7FB7;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageLoader__desc {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageLoader__sparks {
    margin: 16vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pageLoader__spark {
    margin-right: 11.2vw;
  }
}
/*====================================================================
pageModal
====================================================================*/
.pageModal {
  padding: 30px 15px;
  position: absolute;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(177, 177, 177, 0.8);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.pageModal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.pageModal__wrapper {
  padding: 25px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pageModal__wrapper::-webkit-scrollbar {
  display: none;
}
.pageModal__wrapper p {
  margin: 30px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: #000000;
  text-align: initial;
}
.pageModal__logo {
  margin: 48px auto 0;
  width: 210px;
}
.pageModal__closeBtn {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 34px;
  height: 34px;
  z-index: 10;
}

/*====================================================================
SP
====================================================================*/
@media screen and (max-width: 375px) {
  .pageModal {
    padding: 8vw 4vw;
  }
  .pageModal__wrapper {
    padding: 6.6666666667vw;
  }
  .pageModal__wrapper p {
    margin: 8vw auto 0;
    font-size: 3.2vw;
  }
  .pageModal__logo {
    margin: 12.8vw auto 0;
    width: 56vw;
  }
  .pageModal__closeBtn {
    top: 4.2666666667vw;
    right: 3.2vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
/*====================================================================
headingIllus
====================================================================*/
.headingIllus {
  margin-bottom: 160px;
  padding-bottom: 10px;
  position: relative;
}
.headingIllus__fig {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  text-align: center;
  z-index: -1;
}
.headingIllus__fig img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.headingIllus__fig--v2 {
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
  scale: 1.4;
}
.headingIllus__fig--v2 img {
  width: 100px !important;
}
.headingIllus__glitter {
  margin: auto;
  position: absolute;
  top: 128%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 115px;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}
.headingIllus__glitter--v2 {
  scale: 1.4;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/*====================================================================
headingIllus SP
====================================================================*/
@media screen and (max-width: 375px) {
  .headingIllus {
    margin-bottom: 42.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .headingIllus__fig--v2 {
    -webkit-transform: translateY(0.5333333333vw) !important;
            transform: translateY(0.5333333333vw) !important;
    scale: 1.4;
  }
  .headingIllus__fig--v2 img {
    width: 26.6666666667vw !important;
  }
  .headingIllus__glitter {
    width: 30.6666666667vw;
    -webkit-transform: translateY(5.8666666667vw);
            transform: translateY(5.8666666667vw);
  }
  .headingIllus__glitter--v2 {
    scale: 1.4;
    -webkit-transform: translateY(0.5333333333vw);
            transform: translateY(0.5333333333vw);
  }
}
/*====================================================================
boxedText
====================================================================*/
.boxedText {
  border: 2px solid rgba(197, 191, 218, 0.5);
  background-image: url("./../images/common/screen-bg/field-box-bg.png");
  background-size: 100% 100%;
  background-repeat: repeat;
  background-position: center;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 10px 4px #fff;
          box-shadow: inset 0 0 10px 4px #fff;
  overflow: hidden;
}
.boxedText p {
  padding: 25px 30px;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.75;
  background: linear-gradient(310deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
}

/*====================================================================
boxedText SP
====================================================================*/
@media screen and (max-width: 375px) {
  .boxedText {
    border: 0.5333333333vw solid rgba(197, 191, 218, 0.5);
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
            box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
  }
  .boxedText p {
    padding: 6.6666666667vw 8vw;
    font-size: 3.2vw;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}
/*====================================================================
personality
====================================================================*/
.personality__wrapper {
  padding: 20px 8px;
  position: relative;
  border: 2px solid rgba(197, 191, 218, 0.5);
  background-image: url("./../images/common/illustration/boxed-text-bg.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 10px 4px #fff;
          box-shadow: inset 0 0 10px 4px #fff;
  overflow: hidden;
}
.personality__heading {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000000;
  font-family: "Corporate Logo ver3", sans-serif;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .personality__heading {
    font-size: 20px;
  }
}
.personality__subheading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}
.personality .numberIndicator {
  position: absolute;
}
.personality__preview {
  margin: 20px auto 0;
  padding: 4px;
  width: 154px;
  height: 154px;
  border-radius: 100%;
  border: 2px solid #333;
  overflow: hidden;
}
.personality__previewFig {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}
.personality__previewImg {
  margin: 0 auto;
  width: 82%;
  height: auto;
}
.personality__color__list {
  margin: 14px auto 0;
  width: 242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.personality__colorChoice {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.personality__colorChoice input:checked ~ .personality__colorChoiceVis {
  padding: 6px;
  width: 40px;
  height: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.personality__colorChoice input:checked ~ .selectGlow {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #DCC6E7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 3px #fff;
  -webkit-box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  z-index: -1;
}
.personality__colorChoiceVis {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #333;
  box-shadow: 0 2px 0 0 #333;
  -webkit-box-shadow: 0 2px 0 0 #333;
  -moz-box-shadow: 0 2px 0 0 #333;
}
.personality__colorChoiceVis--black {
  background-color: #4B4444;
}
.personality__colorChoiceVis--darkbrown {
  background-color: #6F5E56;
}
.personality__colorChoiceVis--brown {
  background-color: #8C6959;
}
.personality__colorChoiceVis--lightbrown {
  background-color: #AF9574;
}
.personality__selection__list {
  margin: 25px auto 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.personality__selection__listItem {
  width: calc(25% - 8px);
}
.personality__selection__listItem:not(:nth-child(4n)) {
  margin-right: 10px;
}
.personality__selection__listItem:nth-child(n+5) {
  margin-top: 20px;
}
.personality__selection.typeb .personality__selection__list {
  padding: 0 11px;
}
.personality__selection.typeb .personality__choiceIndicator:before {
  top: 0px;
  left: -5px;
}
.personality__selection.typeb .personality__choiceIndicator:after {
  bottom: 0;
  right: -5px;
}
.personality__selection.typeb .personality__selection__listItem {
  width: calc(33.33% - 16px);
}
.personality__selection.typeb .personality__selection__listItem:not(:nth-child(4n)) {
  margin-right: initial;
}
.personality__selection.typeb .personality__selection__listItem:nth-child(n+5) {
  margin-top: initial;
}
.personality__selection.typeb .personality__selection__listItem:not(:nth-child(3n)) {
  margin-right: 24px;
}
.personality__selection.typeb .personality__selection__listItem:nth-child(n+4) {
  margin-top: 24px;
}
.personality__choiceInput {
  height: 0;
  font-size: 0;
  line-height: 0;
  display: inline;
  opacity: 0;
}
.personality__choiceFig {
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
}
.personality__choiceIndicator {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.personality__choiceIndicator::before, .personality__choiceIndicator::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.personality__choiceIndicator::before {
  top: -8px;
  left: 2px;
  background-image: url("./../images/common/top-indicator.png");
}
.personality__choiceIndicator::after {
  bottom: -12px;
  right: 2px;
  background-image: url("./../images/common/bottom-indicator.png");
}
.personality__choiceInput:checked ~ .personality__choiceFig .personality__choiceIndicator {
  display: block;
}
.personality__btn {
  margin: 48px auto 0 !important;
}
.personality input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*====================================================================
personality SP
====================================================================*/
@media screen and (max-width: 375px) {
  .personality__wrapper {
    position: relative;
    padding: 5.3333333333vw 2.1333333333vw;
    border: 0.5333333333vw solid rgba(197, 191, 218, 0.5);
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
            box-shadow: inset 0 0 2.6666666667vw 1.0666666667vw #fff;
  }
  .personality__heading {
    padding: 0 3.2vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.75;
    color: #000000;
    text-align: center;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .personality__heading {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .personality__subheading {
    font-size: 2.6666666667vw;
  }
  .personality__preview {
    margin: 5.3333333333vw auto 0;
    padding: 1.0666666667vw;
    width: 41.0666666667vw;
    height: 41.0666666667vw;
    border-radius: 100%;
    border: 0.5333333333vw solid #333;
  }
  .personality__previewFig {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .personality__previewImg {
    width: 82%;
  }
  .personality__color__list {
    margin: 3.7333333333vw auto 0;
    width: 64.5333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .personality__colorChoice {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .personality__colorChoice input:checked ~ .personality__colorChoiceVis {
    padding: 1.6vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .personality__colorChoice input:checked ~ .selectGlow {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 100%;
    background-color: #DCC6E7;
    box-shadow: 0 0 0 0.8vw #fff;
    -webkit-box-shadow: 0 0 0 0.8vw #fff;
    -moz-box-shadow: 0 0 0 0.8vw #fff;
    z-index: -1;
  }
  .personality__colorChoiceVis {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 100%;
    border: 1px solid #333;
    box-shadow: 0 0.5333333333vw 0 0 #333;
    -webkit-box-shadow: 0 0.5333333333vw 0 0 #333;
    -moz-box-shadow: 0 0.5333333333vw 0 0 #333;
  }
  .personality__selection__list {
    margin: 6.6666666667vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .personality__selection__listItem {
    width: calc(25% - 7.5px);
  }
  .personality__selection__listItem:not(:nth-child(4n)) {
    margin-right: 2.6666666667vw;
  }
  .personality__selection__listItem:nth-child(n+5) {
    margin-top: 5.3333333333vw;
  }
  .personality__selection.typeb .personality__selection__list {
    padding: 0 2.9333333333vw;
  }
  .personality__selection.typeb .personality__choiceIndicator:before {
    top: 0px;
    left: -1.3333333333vw;
  }
  .personality__selection.typeb .personality__choiceIndicator:after {
    bottom: 0;
    right: -1.3333333333vw;
  }
  .personality__selection.typeb .personality__selection__listItem {
    width: calc(33.33% - 4.2666666667vw);
  }
  .personality__selection.typeb .personality__selection__listItem:not(:nth-child(4n)) {
    margin-right: initial;
  }
  .personality__selection.typeb .personality__selection__listItem:nth-child(n+5) {
    margin-top: initial;
  }
  .personality__selection.typeb .personality__selection__listItem:not(:nth-child(3n)) {
    margin-right: 6.4vw;
  }
  .personality__selection.typeb .personality__selection__listItem:nth-child(n+4) {
    margin-top: 6.4vw;
  }
  .personality__choiceIndicator::before, .personality__choiceIndicator::after {
    width: 4.8vw;
    height: 5.0666666667vw;
  }
  .personality__choiceIndicator::before {
    top: -2.1333333333vw;
    left: 0.5333333333vw;
    background-image: url("./../images/common/top-indicator.png");
  }
  .personality__choiceIndicator::after {
    bottom: -3.2vw;
    right: 0.5333333333vw;
    background-image: url("./../images/common/bottom-indicator.png");
  }
  .personality__choiceFig {
    padding: 2.6666666667vw 1.3333333333vw;
  }
  .personality__btn {
    margin: 12.8vw auto 0 !important;
  }
}
/*====================================================================
numberIndicator
====================================================================*/
.numberIndicator {
  top: 20px;
  left: 20px;
  width: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.numberIndicator__min {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  text-shadow: 0px 1px #000000, 0px -1px #000000, 1px 0px #000000, -1px 0px #000000;
  background-color: #000000;
}
@media screen and (max-width: 375px) {
  .numberIndicator__min {
    font-size: 20px;
  }
}
.numberIndicator__max {
  padding: 3px;
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .numberIndicator__max {
    font-size: 20px;
  }
}

/*====================================================================
numberIndicator SP
====================================================================*/
@media screen and (max-width: 375px) {
  .numberIndicator {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .numberIndicator__min {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    text-shadow: 0px 0.2666666667vw #000000, 0px -0.2666666667vw #000000, 0.2666666667vw 0px #000000, -0.2666666667vw 0px #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .numberIndicator__min {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .numberIndicator__max {
    padding: 0.8vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.25;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .numberIndicator__max {
    font-size: 2.1333333333vw;
  }
}
/*====================================================================
speech
====================================================================*/
.speech {
  margin: 0 auto;
  width: 100%;
  min-height: 590px;
  max-width: 425px;
  height: 100vh;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.speech__wrapper {
  margin: auto;
  padding: 24px 14px;
  width: 100%;
  text-align: center;
}
.speech__topText {
  padding: 24px 14px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FOT-NewRodin Pro DB", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.speech__topText.centered {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.speech__topText .whiteBox {
  padding: 4px 7px;
  display: inline-block;
  background-color: #fff;
  border-radius: 27px;
}
.speech__heading {
  margin-top: 16%;
  padding: 0 8px;
  text-align: center;
  font-family: "FOT-NewRodin Pro DB", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .speech__heading {
    font-size: 20px;
  }
}
.speech__heading--v2 {
  font-size: 12px;
}
.speech__heading--v3 {
  font-size: 19px;
}
.speech__heading .shadowed {
  text-shadow: none;
  position: relative;
  z-index: 1;
  text-align: center;
}
.speech__heading .shadowed:before {
  content: attr(data-text);
  position: absolute;
  color: #000;
  z-index: -1;
  -webkit-text-stroke: 0.3rem #000;
}
.speech__heading.boxed {
  margin: 16% auto;
  padding: 2px 10px;
  width: 100%;
  max-width: 176px;
  font-family: "bilo", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 35px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 196, 170, 0.2)), to(rgba(65, 69, 197, 0.2)));
  background: linear-gradient(90deg, rgba(250, 196, 170, 0.2) 0%, rgba(65, 69, 197, 0.2) 100%);
  border: 1px solid #1A1311;
}
.speech__heading.thickBorder {
  position: relative;
}
.speech__heading .thickBorder__topLeft,
.speech__heading .thickBorder__topRight,
.speech__heading .thickBorder__bottomLeft,
.speech__heading .thickBorder__bottomRight {
  margin: 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/thick-border.png");
  font-size: 0;
}
.speech__heading .thickBorder__topLeft {
  top: -3px;
  left: -3px;
}
.speech__heading .thickBorder__topRight {
  top: -3px;
  right: -3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.speech__heading .thickBorder__bottomLeft {
  bottom: -3px;
  left: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.speech__heading .thickBorder__bottomRight {
  bottom: -3px;
  right: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.speech__fig {
  bottom: 15%;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translate(28px, 0) scale(1.3);
          transform: translate(28px, 0) scale(1.3);
}
.speech__fig--envelope {
  width: 64px;
  height: 48px;
  min-height: initial;
  bottom: 45.56vh;
}
.speech__fig--envelope img {
  width: 100%;
  height: auto;
}
.speech__fig.is-left {
  left: -24%;
}
.speech__figWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.speech__figPerson--outfit {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.speech__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 15px;
  top: 4%;
}
.speech__menuItem {
  margin: 0 auto 9px;
  display: inline-block;
  width: 62px;
  height: 62px;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.speech__menuItem:nth-last-child {
  margin: 0 auto;
}
.speech__menuItem:hover {
  opacity: 0.9;
}
.speech__menuItem--fullscren {
  margin: 0 auto 38px;
  width: 21px;
  height: 21px;
}
.speech__menuItem.withNotif {
  position: relative;
}
.speech__menuItem.withNotif:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #FF0000;
}
.speech__menuItem--menu {
  position: relative;
  z-index: 2;
}
.speech__menuItem--menu.is-active .speech__menuItem__imgClose {
  z-index: 1;
}
.speech__menuItem--menu.is-active:hover, .speech__menuItem--menu.is-active:focus {
  opacity: 1;
}
.speech__menuItem__imgClose {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.speech__submenu {
  margin: auto;
  padding: 62px 0 13px;
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #333;
  top: 0;
  right: auto;
  left: 0;
  bottom: auto;
  border-radius: 30px;
  display: none;
}
.speech__submenu.is-active {
  display: block;
}
.speech__submenuItem {
  padding: 12px 0;
  font-size: 0;
}
.speech__submenuItem--person img {
  width: 25px;
}
.speech__submenuItem--support img {
  width: 36px;
}
.speech__submenuItem--exit img {
  width: 21px;
}
.speech__submenuItem a {
  display: block;
}
.speech__recom {
  margin: 8px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 210px;
}
.speech__recomItem {
  display: inline-block;
  width: 57px;
  height: 70px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.speech__recomItem.is-active {
  border: 4px solid #6D09FF;
}
.speech__recomItem--2 {
  background-color: #EAEEB6;
}
.speech__recomItem--3 {
  background-color: #B3F1EC;
}
.speech__recomFig {
  margin: auto;
  width: 17px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.speech__recomFig img {
  -o-object-fit: contain;
     object-fit: contain;
}
.speech__bubble {
  margin: auto;
  text-align: center;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 16%;
}
.speech__bubble--v2 {
  bottom: 7%;
}
.speech__bubble--v2 .speech__bubbleWrapper {
  padding: 15px 15px 8px;
  width: 100%;
  max-width: 750px;
  background: transparent;
}
.speech__bubble--v2 .speech__bubbleTxt {
  margin: 4px auto 8px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.speech__bubble--v2 .speech__bubbleBlur {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.speech__bubbleWrapper {
  margin: 0 auto;
  padding: 12px 55px 16px 40px;
  position: relative;
  width: calc(100% - 60px);
  max-width: 690px;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.speech__bubbleWrapper.padR40 {
  padding-right: 40px;
}
.speech__bubbleBlur {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.speech__bubbleHeader {
  margin: 4px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}
.speech__bubbleHeader.vCenter {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.speech__bubbleHeader.vCenter .right {
  margin-top: 10px;
}
.speech__bubbleHeader .left {
  padding-left: 13px;
  width: 96px;
}
.speech__bubbleHeader .left.noPad {
  padding: 0 !important;
}
.speech__bubbleHeader .right {
  padding-left: 8px;
  width: calc(100% - 96px);
}
.speech__bubbleHeaderTxt {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Toppan BunkyuMidashiGoStd";
  text-align: left;
}
.speech__bubbleHeaderTxt .small,
.speech__bubbleHeaderTxt .big {
  display: block;
}
.speech__bubbleHeaderTxt .big {
  font-size: 28px;
}
.speech__bubbleTxt {
  position: relative;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
}
.speech__bubbleTxt--full {
  width: 100%;
}
.speech__bubbleAction {
  margin: 10px auto 0;
  display: block;
  width: 100%;
}
.speech__bubbleAction--2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
.speech__bubbleAction--2cols .form__btn {
  padding: 15px 10px;
  width: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.speech__bubbleAction--2cols .form__btn:nth-child(n+3) {
  margin-top: 10px;
}
.speech__bubbleAction--2cols .form__btnIcon {
  position: relative;
  margin: 0 4px 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.speech__bubbleBtn {
  margin: auto;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: -54%;
  width: 17px;
  height: 12px;
  z-index: 2;
  -webkit-animation: displayChange 1s infinite;
  animation: displayChange 1s infinite;
}
.speech__bubbleBtn img {
  display: block;
}
.speech__bubbleBtn:hover {
  opacity: 0.8;
}
.speech__floatingBubble {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 34%;
  left: 2%;
  right: auto;
  bottom: auto;
}
.speech__floatingBubble--right {
  top: 30%;
  left: auto;
  right: 0;
}
.speech__floatingBubble--left {
  top: 47%;
  left: 0;
  right: auto;
}
.speech__floatingBubble.right10 {
  right: 10px;
  left: auto;
}
.speech__floatingBubble.left10 {
  right: auto;
  left: 10px;
}
.speech__floatingBubbleWrapper {
  margin: 0 auto;
  padding: 9px 12px 9px 16px;
  position: relative;
  width: 142px;
  max-width: 690px;
  border: 1px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.speech__floatingBubbleBlur {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.speech__floatingBubbleTxt {
  position: relative;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
}
.speech__floatingBubbleTxt--full {
  width: 100%;
}
.speech__floatingBubbleBtn {
  margin: auto;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: -54%;
  width: 11px;
  height: 7.5px;
  z-index: 2;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.speech__floatingBubbleBtn img {
  display: block;
}
.speech__floatingBubbleBtn:hover {
  opacity: 0.8;
}
.speech__back {
  position: absolute;
  left: 2px;
  bottom: 5%;
}
.speech--intro .speech__fig {
  bottom: 28%;
}
.speech--introV2 {
  background-size: 112%;
  width: calc(100% - 30px);
  height: calc(100% - 95px);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 15px;
  left: 0;
}
.speech--introV2 .speech__fig {
  bottom: 24%;
}
.speech--introV2 .speech__bubble--v2 {
  bottom: 14%;
}
.speech--posBottomRight {
  background-position: bottom right;
}
.speech--posBottomCenter {
  background-position: bottom center;
}
.speech--posCentered {
  background-position: center center;
}

@media screen and (max-width: 375px) {
  .speech__wrapper {
    padding: 6.4vw 3.7333333333vw;
  }
  .speech__topText {
    padding: 6.4vw 3.7333333333vw;
    font-size: 4vw;
  }
  .speech__topText .whiteBox {
    padding: 1.0666666667vw 1.8666666667vw;
    display: inline-block;
    background-color: #fff;
    border-radius: 7.2vw;
  }
  .speech__heading {
    padding: 0 2.1333333333vw;
    font-family: "FOT-NewRodin Pro DB", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .speech__heading {
    font-size: 9.0666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .speech__heading--v2 {
    font-size: 3.2vw;
    text-shadow: none;
  }
  .speech__heading--v3 {
    font-size: 5.0666666667vw;
    text-shadow: none;
  }
  .speech__heading.boxed {
    margin: 16% auto;
    padding: 0.5333333333vw 2.6666666667vw;
    max-width: 46.9333333333vw;
    font-family: "bilo", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 9.3333333333vw;
    border: 1px solid #1A1311;
  }
  .speech__heading .thickBorder__topLeft,
  .speech__heading .thickBorder__topRight,
  .speech__heading .thickBorder__bottomLeft,
  .speech__heading .thickBorder__bottomRight {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .speech__heading .thickBorder__topLeft {
    top: -0.8vw;
    left: -0.8vw;
  }
  .speech__heading .thickBorder__topRight {
    top: -0.8vw;
    right: -0.8vw;
  }
  .speech__heading .thickBorder__bottomLeft {
    bottom: -0.8vw;
    left: -0.8vw;
  }
  .speech__heading .thickBorder__bottomRight {
    bottom: -0.8vw;
    right: -0.8vw;
  }
  .speech__fig--envelope {
    width: 17.0666666667vw;
    height: 12.8vw;
    min-height: initial;
  }
  .speech__fig--envelope img {
    width: 100%;
    height: auto;
  }
  .speech__fig.is-left {
    left: -30%;
  }
  .speech__menu {
    right: 4vw;
    top: 4%;
  }
  .speech__menuItem {
    margin: 0 auto 2.4vw;
    width: 13.6vw;
    height: 13.6vw;
  }
  .speech__menuItem:nth-last-child {
    margin: 0 auto;
  }
  .speech__menuItem:hover {
    opacity: 0.9;
  }
  .speech__menuItem--fullscren {
    margin: 0 auto 10.1333333333vw;
    width: 5.6vw;
    height: 5.6vw;
  }
  .speech__menuItem.withNotif:before {
    top: 0.5333333333vw;
    left: 0.5333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .speech__recom {
    margin: 2.1333333333vw auto 0;
    width: 56vw;
  }
  .speech__recomItem {
    width: 15.2vw;
    height: 18.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .speech__recomItem.is-active {
    border: 1.0666666667vw solid #6D09FF;
  }
  .speech__recomFig {
    margin: auto;
    width: 4.5333333333vw;
    height: 13.0666666667vw;
  }
  .speech__recomFig img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .speech__bubble {
    bottom: 16%;
  }
  .speech__bubble--v2 {
    bottom: 7%;
  }
  .speech__bubble--v2 .speech__bubbleWrapper {
    padding: 4vw 4vw 2.1333333333vw;
  }
  .speech__bubble--v2 .speech__bubbleTxt {
    margin: 1.0666666667vw auto 2.1333333333vw;
    font-size: 3.2vw;
  }
  .speech__bubbleWrapper {
    padding: 3.2vw 14.6666666667vw 4.2666666667vw 10.6666666667vw;
    width: calc(100% - 8vw);
    max-width: 690px;
    border: 1px solid #fff;
    border-radius: 2.6666666667vw;
  }
  .speech__bubbleWrapper.padR40 {
    padding-right: 10.6666666667vw;
  }
  .speech__bubbleBlur {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .speech__bubbleHeader {
    margin: 1.0666666667vw auto 0;
    width: 100%;
  }
  .speech__bubbleHeader.vCenter {
    margin-top: 0;
    -webkit-transform: translateY(-2.6666666667vw);
    transform: translateY(-2.6666666667vw);
  }
  .speech__bubbleHeader.vCenter .right {
    margin-top: 2.6666666667vw;
  }
  .speech__bubbleHeader .left {
    padding-left: 3.4666666667vw;
    width: 25.6vw;
  }
  .speech__bubbleHeader .left.noPad {
    padding: 0 !important;
  }
  .speech__bubbleHeader .right {
    padding-left: 8px;
    width: calc(100% - 25.6vw);
  }
  .speech__bubbleHeaderTxt {
    font-size: 5.3333333333vw;
  }
  .speech__bubbleHeaderTxt .big {
    font-size: 7.4666666667vw;
  }
  .speech__bubbleTxt {
    font-size: 3.7333333333vw;
  }
  .speech__bubbleAction {
    margin: 2.6666666667vw auto 0;
  }
  .speech__bubbleAction--2cols .form__btn {
    padding: 4vw 2.6666666667vw;
    width: 43.2vw;
  }
  .speech__bubbleAction--2cols .form__btn:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
  .speech__bubbleAction--2cols .form__btnIcon {
    position: relative;
    margin: 0 1.0666666667vw 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .speech__bubbleBtn {
    right: 3%;
    top: 0;
    bottom: -54%;
    width: 4.5333333333vw;
    height: 3.2vw;
    z-index: 2;
  }
  .speech__floatingBubble {
    top: 34%;
    left: 2%;
  }
  .speech__floatingBubble--right {
    top: 30%;
    left: auto;
    right: 0;
  }
  .speech__floatingBubble--left {
    top: 47%;
    left: 0;
    right: auto;
  }
  .speech__floatingBubble.right10 {
    right: 2.6666666667vw;
    left: auto;
  }
  .speech__floatingBubble.left10 {
    right: auto;
    left: 2.6666666667vw;
  }
  .speech__floatingBubbleWrapper {
    margin: 0 auto;
    padding: 2.4vw 3.2vw 2.4vw 4.2666666667vw;
    width: 37.8666666667vw;
    max-width: 184vw;
    border: 1px solid #fff;
    border-radius: 4vw;
  }
  .speech__floatingBubbleTxt {
    font-size: 3.7333333333vw;
  }
  .speech__floatingBubbleTxt--full {
    width: 100%;
  }
  .speech__floatingBubbleBtn {
    right: 3%;
    top: 0;
    bottom: -54%;
    width: 2.9333333333vw;
    height: 2vw;
  }
  .speech--intro .speech__fig {
    bottom: 28%;
  }
  .speech--introV2 {
    background-size: 112%;
    width: calc(100% - 8vw);
    height: calc(100% - 25.3333333333vw);
    bottom: 4vw;
  }
  .speech--introV2 .speech__fig {
    bottom: 24%;
  }
  .speech--introV2 .speech__bubble--v2 {
    bottom: 14%;
  }
}
/*====================================================================
history PC
====================================================================*/
.history {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
}
.history__wrapper {
  padding: 30px 15px 72px;
}
.history__topHead {
  margin-bottom: 30px;
  padding: 0 0 15px;
  position: relative;
}
.history__topHead .form__btn {
  top: 0;
  left: 0;
  position: absolute;
}
.history__topHeadLogo {
  margin: 0 auto;
  width: 85px;
}
.history__heading {
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.history__heading.boxed {
  margin: 0 auto;
  padding: 15px 15px 20px;
  width: 100%;
  max-width: 296px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 196, 170, 0.2)), to(rgba(65, 69, 197, 0.2)));
  background: linear-gradient(90deg, rgba(250, 196, 170, 0.2) 0%, rgba(65, 69, 197, 0.2) 100%);
  border: 1px solid #1A1311;
}
.history__heading.thickBorder {
  position: relative;
}
.history__heading .thickBorder__topLeft,
.history__heading .thickBorder__topRight,
.history__heading .thickBorder__bottomLeft,
.history__heading .thickBorder__bottomRight {
  margin: 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/thick-border.png");
  font-size: 0;
}
.history__heading .thickBorder__topLeft {
  top: -3px;
  left: -3px;
}
.history__heading .thickBorder__topRight {
  top: -3px;
  right: -3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.history__heading .thickBorder__bottomLeft {
  bottom: -3px;
  left: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.history__heading .thickBorder__bottomRight {
  bottom: -3px;
  right: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.history__box {
  padding: 15px 15px 23px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 1px solid #fff;
  max-width: 345px;
}
.history__box--mt30 {
  margin-top: 30px;
}
.history__box--noStyle {
  padding: 0;
  background: none;
  border: none;
}
.history__graph {
  margin: 20px auto 0;
}
.history__graphHeading {
  font-family: "Toppan BunkyuMidashiGoStd";
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.history__graphHeading .small,
.history__graphHeading .big {
  display: block;
}
.history__graphHeading .big {
  font-size: 28px;
}
.history__graphHeadTxt {
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.36;
}
.history__graphContent {
  margin: 36px auto 0;
  padding: 10px 0 0;
  width: 230px;
  height: 250px;
  position: relative;
}
.history__graphContent--preview {
  margin: 0 auto;
  padding: 0 0 35px;
  width: 100%;
  height: 120px;
}
.history__diag {
  margin: 30px auto 0;
}
.history__diagList {
  margin: 26px auto 0;
  padding: 0 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history__diagItem {
  width: calc(50% - 11px);
}
.history__diagItem:not(:nth-child(2n)) {
  margin-right: 22px;
}
.history__diagItem:nth-child(n+3) {
  margin-top: 18px;
}
.history__diagItem:last-of-type {
  margin-right: 0;
}
.history__diagItemTitle {
  margin: 10px auto 0;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 0 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0 2px 0px 0px rgb(0, 0, 0);
}
.history__diagItemFig {
  margin: 0 auto;
  padding: 0;
  width: 76px;
  height: 76px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000000;
}
.history__diagItemFig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.history__commonList {
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history__commonListItem {
  padding: 11px 0 0;
  position: relative;
  width: calc(33.33% - 12px);
}
.history__commonListItem:not(:nth-child(3n)) {
  margin-right: 18px;
}
.history__commonListItem:nth-child(n+4) {
  margin-top: 18px;
}
.history__commonListItem:last-of-type {
  margin-right: 0;
}
.history__commonListTitle {
  margin: auto;
  padding: 5px 4px 4px;
  text-align: center;
  width: 66px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #000000;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.history__commonListFig {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 140px;
  border: 1px solid #000000;
  overflow: hidden;
}
.history__commonListFig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.history__life {
  margin: 26px auto 0;
}
.history__lifeAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.history__lifeAction {
  margin: 16px auto 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #231815;
}
.history__lifeActionItem {
  display: inline-block;
}
.history__lifeActionItem--txt {
  font-size: 14px;
  font-weight: 500;
  font-family: "Corporate Logo ver3", sans-serif;
  color: #72559D;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.history__lifeActionItem--checkmark {
  margin: 0 14px 0 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../../_assets/images/common/history/checkmarkbox.png");
  position: relative;
}
.history__lifeActionItem--checkmark:after {
  display: none;
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  width: 12px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../../_assets/images/common/history/checkmark.png");
}
.history__lifeActionItem--checkmark.is-active::after {
  display: inline-block;
}
.history__lifeActionItem--heart {
  margin: 0 2px 0 0;
  width: 24px;
  height: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../../_assets/images/common/history/heart-icon-b.png");
}
.history__lifeItem.is-heart .history__lifeItemFig {
  position: relative;
}
.history__lifeItem.is-heart .history__lifeItemFig:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 24px;
  height: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../../_assets/images/common/history/heart-icon.png");
}
.history__store {
  margin: 36px auto 0;
}
.history__btns {
  margin: 25px auto 0;
}
.history__btns .form__btn {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.history__btns .form__btnIcon--exit {
  margin-right: 10px;
}
.history__btnsSeparator {
  margin: 45px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.history .campaign {
  margin: 96px auto 0;
}
.history .campaign__heading {
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.35;
}
.history .campaign__heading .highlight {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.history .campaign__heading.boxed {
  padding: 13px 10px 13px;
  background: #fff;
  max-width: 210px;
}
.history .campaign__fig {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  height: 180px;
}
.history .campaign__fig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}
.history .campaign__instruction {
  margin: 20px auto 0;
  padding: 0 20px;
}
.history .campaign__instructionItem {
  padding: 4px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  position: relative;
}
.history .campaign__instructionItem:not(:first-of-type) {
  margin: 14px auto 0;
}
.history .campaign__instructionItemText {
  padding: 12px 10px 10px 62px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}
.history .campaign__instructionItemText--topSpace {
  margin-top: 10px;
}
.history .campaign__intructionItemFig {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
}
.history .campaign__instructionItemImg {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

/*====================================================================
history SP
====================================================================*/
@media screen and (max-width: 375px) {
  .history__wrapper {
    padding: 8vw 4vw 19.2vw;
  }
  .history__topHead {
    margin-bottom: 8vw;
    padding: 0 0 4vw;
  }
  .history__heading {
    font-size: 3.4666666667vw;
  }
  .history__heading.boxed {
    padding: 4vw 4vw 5.3333333333vw;
    max-width: 78.9333333333vw;
  }
  .history__heading .thickBorder__topLeft,
  .history__heading .thickBorder__topRight,
  .history__heading .thickBorder__bottomLeft,
  .history__heading .thickBorder__bottomRight {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .history__heading .thickBorder__topLeft {
    top: -0.8vw;
    left: -0.8vw;
  }
  .history__heading .thickBorder__topRight {
    top: -0.8vw;
    right: -0.8vw;
  }
  .history__heading .thickBorder__bottomLeft {
    bottom: -0.8vw;
    left: -0.8vw;
  }
  .history__heading .thickBorder__bottomRight {
    bottom: -0.8vw;
    right: -0.8vw;
  }
  .history__box {
    padding: 4vw 4vw 6.1333333333vw;
    border-radius: 5.3333333333vw;
  }
  .history__box--mt30 {
    margin-top: 8vw;
  }
  .history__box--noStyle {
    padding: 0;
  }
  .history__graph {
    margin: 5.3333333333vw auto 0;
  }
  .history__graphHeading {
    font-size: 5.3333333333vw;
  }
  .history__graphHeading .big {
    font-size: 7.4666666667vw;
  }
  .history__graphHeadTxt {
    margin: 5.3333333333vw auto 0;
    font-size: 3.2vw;
  }
  .history__graphContent {
    margin: 9.6vw auto 0;
    padding: 2.6666666667vw 0 0;
    width: 61.3333333333vw;
    height: 66.6666666667vw;
  }
  .history__graphContent--preview {
    margin: 0 auto;
    padding: 0 0 9.3333333333vw;
    width: 100%;
    height: 32vw;
  }
  .history__diag {
    margin: 8vw auto 0;
  }
  .history__diagList {
    margin: 6.9333333333vw auto 0;
    padding: 0 2.1333333333vw;
  }
  .history__diagItem {
    width: calc(50% - 2.9333333333vw);
  }
  .history__diagItem:not(:nth-child(2n)) {
    margin-right: 5.8666666667vw;
  }
  .history__diagItem:nth-child(n+3) {
    margin-top: 4.8vw;
  }
  .history__diagItem:last-of-type {
    margin-right: 0;
  }
  .history__diagItemTitle {
    margin: 2.6666666667vw auto 0;
    padding: 4vw 2.6666666667vw;
    font-size: 4vw;
    border-radius: 10.6666666667vw;
    box-shadow: 0 0.5333333333vw 0 0 rgb(0, 0, 0);
    -webkit-box-shadow: 0 0.5333333333vw 0 0 rgb(0, 0, 0);
    -moz-box-shadow: 0 0.5333333333vw 0 0 rgb(0, 0, 0);
  }
  .history__diagItemFig {
    margin: 0 auto;
    width: 20.2666666667vw;
    height: 20.2666666667vw;
  }
  .history__diagItemFig img {
    -o-object-fit: cover;
       object-fit: cover;
    width: inherit;
    height: inherit;
  }
  .history__commonList {
    margin: 6.6666666667vw auto 0;
  }
  .history__commonListItem {
    padding: 2.9333333333vw 0 0;
    width: calc(33.33% - 3.2vw);
  }
  .history__commonListItem:not(:nth-child(3n)) {
    margin-right: 4.8vw;
  }
  .history__commonListItem:nth-child(n+4) {
    margin-top: 4.8vw;
  }
  .history__commonListItem:last-of-type {
    margin-right: 0;
  }
  .history__commonListTitle {
    padding: 1.3333333333vw 1.0666666667vw 1.0666666667vw;
    width: 17.6vw;
    font-size: 2.9333333333vw;
    border-radius: 6.4vw;
  }
  .history__commonListFig {
    height: 37.3333333333vw;
  }
  .history__commonListFig img {
    -o-object-fit: cover;
       object-fit: cover;
    width: inherit;
    height: inherit;
  }
  .history__life {
    margin: 6.9333333333vw auto 0;
  }
  .history__lifeAction {
    margin: 4.2666666667vw auto 0;
    padding: 0 0 2.6666666667vw;
  }
  .history__lifeActionItem--txt {
    font-size: 3.7333333333vw;
  }
  .history__lifeActionItem--checkmark {
    margin: 0 2.1333333333vw 0 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .history__lifeActionItem--checkmark:after {
    top: 1.0666666667vw;
    right: 0.5333333333vw;
    width: 3.2vw;
    height: 2.4vw;
  }
  .history__lifeActionItem--checkmark.is-active::after {
    display: inline-block;
  }
  .history__lifeActionItem--heart {
    margin: 0 0.5333333333vw 0 0;
    width: 6.4vw;
    height: 5.6vw;
  }
  .history__lifeItem.is-heart .history__lifeItemFig:after {
    bottom: 1.0666666667vw;
    width: 6.4vw;
    height: 5.6vw;
  }
  .history__store {
    margin: 9.6vw auto 0;
  }
  .history__btns {
    margin: 6.6666666667vw auto 0;
    padding: 4vw 0;
  }
  .history__btns .form__btnIcon--exit {
    margin-right: 2.6666666667vw;
  }
  .history__btnsSeparator {
    margin: 12vw auto;
    font-size: 5.3333333333vw;
  }
  .history .campaign {
    margin: 25.6vw auto 0;
  }
  .history .campaign__heading {
    font-size: 3.2vw;
  }
  .history .campaign__heading .highlight {
    margin-top: 2.6666666667vw;
  }
  .history .campaign__heading.boxed {
    padding: 3.4666666667vw 2.6666666667vw 3.4666666667vw;
    background: #fff;
    max-width: 56vw;
  }
  .history .campaign__fig {
    margin: 10.6666666667vw auto 0;
    height: 48vw;
  }
  .history .campaign__fig img {
    -o-object-fit: cover;
       object-fit: cover;
    width: inherit;
    height: inherit;
  }
  .history .campaign__instruction {
    margin: 5.3333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
  .history .campaign__instructionItem {
    padding: 1.0666666667vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 2.1333333333vw;
  }
  .history .campaign__instructionItem:not(:first-of-type) {
    margin: 3.7333333333vw auto 0;
  }
  .history .campaign__instructionItemText {
    padding: 3.2vw 2.6666666667vw 2.6666666667vw 16.5333333333vw;
    font-size: 2.9333333333vw;
  }
  .history .campaign__instructionItemText--topSpace {
    margin-top: 2.6666666667vw;
  }
  .history .campaign__intructionItemFig {
    border-radius: 1.6vw;
  }
}
.hexagonChart {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hexagonChart.noInfo .hexagonChart__tooltip,
.hexagonChart.noInfo .hexagonChart__txt {
  display: none !important;
}
.hexagonChart.purpleLines svg {
  overflow: initial;
}
.hexagonChart.purpleLines svg g .levels:nth-child(6) path {
  stroke: #9A7AE9;
  stroke-width: 1;
}
.hexagonChart.purpleLines .levels path {
  fill: none;
  stroke: #9A7AE9;
  stroke-width: 0.35;
}
.hexagonChart.purpleLines .grid-lines path {
  stroke: #9A7AE9;
  stroke-width: 0.35;
}
.hexagonChart.purpleLines .shape path {
  opacity: 0.9;
}
.hexagonChart__score {
  margin: auto;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 6px;
  display: inline-block;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-anchor: middle;
  letter-spacing: -0.08em;
  color: #9A7AE9;
}
.hexagonChart__scoreBg {
  margin: auto;
  width: 85%;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
}
.hexagonChart__tooltip {
  margin: auto;
  content: "";
  position: absolute;
  top: -26px;
  right: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/icon-question.svg");
  cursor: pointer;
}
.hexagonChart__txt {
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  text-anchor: middle;
  letter-spacing: -0.08em;
  fill: #72559D;
  height: 100px;
}
.hexagonChart__txt:before {
  content: attr(data-text);
  position: absolute;
  display: inline-block;
  font-size: 10px;
}
.hexagonChart__txt:nth-child(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  position: relative;
}
.hexagonChart__txt:nth-child(2) {
  -webkit-transform: translateX(7px) translateY(-15px);
          transform: translateX(7px) translateY(-15px);
}
.hexagonChart__txt:nth-child(3) {
  -webkit-transform: translateX(7px) translateY(22px);
          transform: translateX(7px) translateY(22px);
}
.hexagonChart__txt:nth-child(4) {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.hexagonChart__txt:nth-child(5) {
  -webkit-transform: translateX(-7px) translateY(22px);
          transform: translateX(-7px) translateY(22px);
}
.hexagonChart__txt:nth-child(6) {
  -webkit-transform: translateX(-7px) translateY(-15px);
          transform: translateX(-7px) translateY(-15px);
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(1) {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  position: relative;
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(2) {
  -webkit-transform: translateX(7px) translateY(-34px);
          transform: translateX(7px) translateY(-34px);
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(3) {
  -webkit-transform: translateX(7px) translateY(41px);
          transform: translateX(7px) translateY(41px);
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(4) {
  -webkit-transform: translateY(34px);
          transform: translateY(34px);
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(5) {
  -webkit-transform: translateX(-7px) translateY(41px);
          transform: translateX(-7px) translateY(41px);
}
.hexagonChart .jpLabels .hexagonChart__txt:nth-child(6) {
  -webkit-transform: translateX(-7px) translateY(-34px);
          transform: translateX(-7px) translateY(-34px);
}
.hexagonChart svg {
  overflow: initial;
}
.hexagonChart svg g .levels:nth-child(6) path {
  stroke: #BF8739;
  stroke-width: 2;
}
.hexagonChart .levels path {
  fill: none;
  stroke: #466473;
}
.hexagonChart .shape path {
  fill: url(#gradient-fill);
}
.hexagonChart .grid-lines path {
  stroke: #BF8739;
  stroke-width: 2;
}
.hexagonChart .chart circle {
  cursor: pointer;
}

@media screen and (max-width: 375px) {
  .hexagonChart__score {
    bottom: 1.6vw;
    font-size: 3.4666666667vw;
  }
  .hexagonChart__tooltip {
    top: -6.9333333333vw;
    right: 0;
    width: 8vw;
    height: 8vw;
  }
  .hexagonChart__txt {
    font-size: 3.4666666667vw;
  }
  .hexagonChart__txt:nth-child(1) {
    -webkit-transform: translateY(-1.333vw);
            transform: translateY(-1.333vw);
    position: relative;
  }
  .hexagonChart__txt:nth-child(2) {
    -webkit-transform: translateX(1.8666666667vw) translateY(-4vw);
            transform: translateX(1.8666666667vw) translateY(-4vw);
  }
  .hexagonChart__txt:nth-child(3) {
    -webkit-transform: translateX(1.8666666667vw) translateY(5.8666666667vw);
            transform: translateX(1.8666666667vw) translateY(5.8666666667vw);
  }
  .hexagonChart__txt:nth-child(4) {
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  .hexagonChart__txt:nth-child(5) {
    -webkit-transform: translateX(-1.8666666667vw) translateY(5.8666666667vw);
            transform: translateX(-1.8666666667vw) translateY(5.8666666667vw);
  }
  .hexagonChart__txt:nth-child(6) {
    -webkit-transform: translateX(-1.8666666667vw) translateY(-4vw);
            transform: translateX(-1.8666666667vw) translateY(-4vw);
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(1) {
    -webkit-transform: translateY(-6.4vw);
            transform: translateY(-6.4vw);
    position: relative;
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(2) {
    -webkit-transform: translateX(1.8666666667vw) translateY(-9.0666666667vw);
            transform: translateX(1.8666666667vw) translateY(-9.0666666667vw);
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(3) {
    -webkit-transform: translateX(1.8666666667vw) translateY(10.9333333333vw);
            transform: translateX(1.8666666667vw) translateY(10.9333333333vw);
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(4) {
    -webkit-transform: translateY(9.0666666667vw);
            transform: translateY(9.0666666667vw);
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(5) {
    -webkit-transform: translateX(-1.8666666667vw) translateY(10.9333333333vw);
            transform: translateX(-1.8666666667vw) translateY(10.9333333333vw);
  }
  .hexagonChart .jpLabels .hexagonChart__txt:nth-child(6) {
    -webkit-transform: translateX(-1.8666666667vw) translateY(-9.0666666667vw);
            transform: translateX(-1.8666666667vw) translateY(-9.0666666667vw);
  }
}
/*====================================================================
scrolledModal PC
====================================================================*/
.scrolledModal {
  margin: 98px auto 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/pages/page05-5/body-bg.png");
}
.scrolledModal__meawLogo {
  position: fixed;
  top: 0;
  padding: 14px 14px 10px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  z-index: 3;
}
.scrolledModal__meawLogo__wrapper {
  margin: auto;
  width: 100%;
  max-width: 51px;
}
.scrolledModal__container {
  padding: 114px 0 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.scrolledModal__fixedElement {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
}
.scrolledModal__galleryIcon {
  position: absolute;
  top: 66px;
  left: 14px;
  width: 46px;
  height: 46px;
  z-index: 1;
}
.scrolledModal__aiImg {
  position: absolute;
  top: 173px;
  left: -20px;
  width: 100%;
  max-width: 173px;
}
.scrolledModal__messageBox {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 220px;
  position: relative;
}
.scrolledModal__messageBox__mainBox {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.scrolledModal__mainBox__label {
  margin: auto;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 86px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__mainBox__label {
    font-size: 20px;
  }
}
.scrolledModal__mainBox__title {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .scrolledModal__mainBox__title {
    font-size: 20px;
  }
}
.scrolledModal__mainBox__title:after {
  margin: auto;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 78px;
  height: 2px;
  background-color: #000000;
}
.scrolledModal__mainBox__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__mainBox__desc {
    font-size: 20px;
  }
}
.scrolledModal__floatBox {
  margin-bottom: 13px;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scrolledModal__floatBox:last-of-type {
  margin-bottom: 0;
}
.scrolledModal__floatBox__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  word-break: break-all;
}
@media screen and (max-width: 375px) {
  .scrolledModal__floatBox__text {
    font-size: 20px;
  }
}
.scrolledModal__outFitBox {
  margin-bottom: 20px;
  padding: 2px 4px 25px;
  width: 100%;
  border: 1px solid #202B6C;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.scrolledModal__outFitBox:last-child {
  margin-bottom: 0;
}
.scrolledModal__outFitBox__thumbWrapper {
  width: 100%;
}
.scrolledModal__outFitBox__tag {
  margin: -16px auto 10px;
  width: 106px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .scrolledModal__outFitBox__tag {
    font-size: 20px;
  }
}
.scrolledModal__outFitBox__desc {
  margin: 0 auto;
  padding: 0 24px;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .scrolledModal__outFitBox__desc {
    font-size: 20px;
  }
}
.scrolledModal__outFitBox__desc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 7px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/icon-sland-right.svg");
}
.scrolledModal__questionnaireBtn {
  margin: 18px auto 18px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 30px;
  background-color: #FCDFE4;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 375px) {
  .scrolledModal__questionnaireBtn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .scrolledModal__questionnaireBtn:hover {
    opacity: 0.7;
  }
}
.scrolledModal__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(177, 177, 177, 0.6);
  z-index: 99;
  overflow-y: scroll;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  z-index: -1;
}
.scrolledModal__modal.is-active {
  opacity: 1;
  z-index: 9;
}
.scrolledModal__modal__container {
  margin: 0 auto;
  padding: 20px 0;
  width: 340px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.scrolledModal__modal__container.modal05-2 {
  padding: 44px 0 50px;
}
.scrolledModal__modal__container.noPad {
  padding: 0;
}
.scrolledModal__modal__container.noFontSize {
  font-size: 0;
}
.scrolledModal__modal__closeBtn {
  position: absolute;
  top: -17px;
  right: -3px;
  width: 33px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .scrolledModal__modal__closeBtn:hover {
    opacity: 0.7;
  }
}
.scrolledModal__modal__thumbWrapper {
  margin: auto;
  width: 273px;
  height: 328px;
  overflow: hidden;
  background-color: #BEBEBE;
}
.scrolledModal__modal__thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.scrolledModal__modal__label {
  margin: 25px auto 7px;
  width: 273px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__label {
    font-size: 20px;
  }
}
.scrolledModal__modal__cost {
  margin: 0 auto;
  width: 273px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__cost {
    font-size: 20px;
  }
}
.scrolledModal__modal__cost__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__cost__tag {
    font-size: 20px;
  }
}
.scrolledModal__modal__btn {
  margin: 16px auto 22px;
  width: 150px;
  height: 52px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: #C28AF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__btn {
    font-size: 20px;
  }
}
.scrolledModal__modal__btn__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scrolledModal__modal__disc {
  margin: auto;
  width: 298px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__disc {
    font-size: 20px;
  }
}
.scrolledModal__modal__qst {
  text-align: center;
}
.scrolledModal__modal__qst__ttl {
  margin-bottom: 5px;
  font-family: "Futura Bold";
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #C28AF0;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__ttl {
    font-size: 20px;
  }
}
.scrolledModal__modal__qst__intr {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #C28AF0;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__intr {
    font-size: 20px;
  }
}
.scrolledModal__modal__qst__qrWrapper {
  margin: 28px auto 28px;
  position: relative;
}
.scrolledModal__modal__qst__qr {
  margin: auto;
  width: 110px;
  height: 110px;
  border: 1px solid #000000;
}
.scrolledModal__modal__qst__qrText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__qrText {
    font-size: 20px;
  }
}
.scrolledModal__modal__qst__usrBtn {
  margin: 0 auto 30px;
  width: 260px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: #C28AF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__usrBtn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .scrolledModal__modal__qst__usrBtn:hover {
    opacity: 0.7;
  }
}
.scrolledModal__modal__qst__sparks {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.scrolledModal__modal__qst__spark {
  margin-right: 10px;
  -webkit-animation: flash 2.5s ease infinite alternate;
          animation: flash 2.5s ease infinite alternate;
}
.scrolledModal__modal__qst__spark:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scrolledModal__modal__qst__spark:last-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-right: 0;
}
.scrolledModal__modal__qst__diagBtn {
  margin: 32px auto 0;
  width: 200px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: #C28AF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__diagBtn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .scrolledModal__modal__qst__diagBtn:hover {
    opacity: 0.7;
  }
}

/*====================================================================
scrolledModal SP
====================================================================*/
@media screen and (max-width: 375px) {
  .home {
    height: 100%;
  }
  .page05__container {
    padding: 33.6vw 0 24vw;
  }
  .page05__subttl {
    margin: 0 auto 11.7333333333vw;
    max-width: 38.4vw;
  }
  .page05__ttl {
    max-width: 80.8vw;
  }
  .page05__desc {
    margin-bottom: 12.5333333333vw;
    max-width: 69.3333333333vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 2.1;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page05__desc {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .page05__desc--v2 {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    letter-spacing: normal;
  }
  .page05__cards {
    max-width: 64vw;
  }
  .page05__card {
    padding: 0.5333333333vw;
    width: 100%;
  }
  .page05__card__hashtag {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.75;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page05__card__hashtag {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 375px) {
  .page05__diagButton {
    max-width: 59.7333333333vw;
    height: 15.2vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 7.7333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page05__diagButton {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal {
    margin: 26.1333333333vw auto 0;
    background-image: none;
  }
  .scrolledModal__meawLogo {
    padding: 3.7333333333vw 3.7333333333vw 2.6666666667vw;
  }
  .scrolledModal__meawLogo__wrapper {
    max-width: 13.6vw;
  }
  .scrolledModal__container {
    padding: 16vw 0 0;
  }
  .scrolledModal__fixedElement {
    max-width: 100vw;
  }
  .scrolledModal__galleryIcon {
    top: 17.6vw;
    left: 3.7333333333vw;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .scrolledModal__aiImg {
    top: 46.1333333333vw;
    left: -5.3333333333vw;
    max-width: 40.8vw;
  }
  .scrolledModal__messageBox {
    max-width: 58.6666666667vw;
  }
  .scrolledModal__messageBox__mainBox {
    margin-bottom: 6.1333333333vw;
    background-color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 1.0666666667vw;
    padding: 6.4vw 6.4vw;
  }
  .scrolledModal__mainBox__label {
    top: -3.2vw;
    width: 22.9333333333vw;
    height: 6.4vw;
    border: 0.2666666667vw solid #000000;
    border-radius: 10.6666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__mainBox__label {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__mainBox__title {
    margin-bottom: 4vw;
    padding-bottom: 3.2vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__mainBox__title {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__mainBox__title:after {
    width: 20.8vw;
    height: 0.5333333333vw;
  }
  .scrolledModal__mainBox__desc {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__mainBox__desc {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__floatBox {
    margin-bottom: 3.4666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .scrolledModal__floatBox__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__floatBox__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__outFitBox {
    margin-bottom: 5.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw 6.6666666667vw;
    border: 0.2666666667vw solid #202B6C;
  }
  .scrolledModal__outFitBox__tag {
    margin: -4.2666666667vw auto 2.6666666667vw;
    width: 28.2666666667vw;
    height: 8vw;
    border: 0.2666666667vw solid #000000;
    border-radius: 10.6666666667vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__outFitBox__tag {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__outFitBox__desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
    border-bottom: 0.2666666667vw solid #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__outFitBox__desc {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__questionnaireBtn {
    margin: 4.8vw auto 4.8vw;
    height: 16vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #000000;
    border: 0.5333333333vw solid #000000;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__questionnaireBtn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__questionnaireBtn:after {
    right: -3.7333333333vw;
    width: 8vw;
    height: 1.8666666667vw;
  }
  .scrolledModal__modal__container {
    padding: 5.3333333333vw 0;
    width: 90.6666666667vw;
  }
  .scrolledModal__modal__container.noPad {
    padding: 0;
  }
  .scrolledModal__modal__closeBtn {
    top: -4.5333333333vw;
    right: -0.8vw;
    width: 8.8vw;
  }
  .scrolledModal__modal__thumbWrapper {
    width: 72.8vw;
    height: 87.4666666667vw;
  }
  .scrolledModal__modal__label {
    margin: 6.6666666667vw auto 1.8666666667vw;
    width: 72.8vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__cost {
    width: 72.8vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__cost {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__cost__tag {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__cost__tag {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__btn {
    margin: 4.2666666667vw auto 5.8666666667vw;
    width: 40vw;
    height: 13.8666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__btn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__btn__arrow {
    right: 4.8vw;
    width: 2.1333333333vw;
  }
  .scrolledModal__modal__disc {
    width: 79.4666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__disc {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: #C28AF0;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__qst__ttl {
    font-size: 9.8666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__intr {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #C28AF0;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__qst__intr {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__qrWrapper {
    margin: 7.4666666667vw auto 7.4666666667vw;
  }
  .scrolledModal__modal__qst__qr {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border: 0.2666666667vw solid #000000;
  }
  .scrolledModal__modal__qst__qrText {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__qst__qrText {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__usrBtn {
    margin: 0 auto 8vw;
    width: 69.3333333333vw;
    height: 16vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__qst__usrBtn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .scrolledModal__modal__qst__spark {
    margin-right: 2.6666666667vw;
  }
  .scrolledModal__modal__qst__diagBtn {
    margin: 8.5333333333vw auto 0;
    width: 53.3333333333vw;
    height: 16vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .scrolledModal__modal__qst__diagBtn {
    font-size: 3.7333333333vw;
  }
}
.customCheck {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customCheck__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheck__input:checked ~ .customCheck__checkmark:after {
  display: block;
}
.customCheck__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 4px;
}
.customCheck__checkmark:after {
  margin: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.modalRight {
  margin: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 226px;
  height: auto;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0;
  z-index: -1;
}
.modalRight.is-active {
  opacity: 1;
  z-index: 9;
}
.modalRight__wrapper {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
}
.modalRight__modal__container {
  margin: 0 0 0 auto;
  padding: 45px 10px 10px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}
.modalRight__modal__container::-webkit-scrollbar {
  display: none;
}
.modalRight__content {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modalRight__content .form__btn {
  margin: 10px auto 0;
  padding: 7px 10px;
  max-width: 155px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 27px;
  border: 2px solid #000000;
}
.modalRight__content .form__btn .form__btnIcon--arrow-right {
  width: 8px;
  height: 14px;
  font-size: 0;
}
.modalRight__content .form__btn .form__btnIcon--arrow-right svg {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.modalRight__content::-webkit-scrollbar {
  display: none;
}
.modalRight__contentHeading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.modalRight__contentHeading--gradient1 {
  margin: 0 auto;
  padding: 3px 10px;
  display: block;
  color: #fff;
  width: 116px;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(153, 126, 184)), to(rgb(242, 231, 152)));
  background: linear-gradient(90deg, rgb(153, 126, 184) 0%, rgb(242, 231, 152) 100%);
}
.modalRight__contentText {
  margin: 8px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
}
.modalRight__contentText--mid {
  font-size: 12px;
}
.modalRight__contentText--big {
  font-size: 14px;
}
.modalRight__contentText-noTopM {
  margin-top: 0;
}
.modalRight__contentBox {
  position: relative;
}
.modalRight__contentBox--1 {
  margin-top: 12px;
}
.modalRight__contentBox--1 .modalRight__contentHeading--gradient1 {
  margin: auto;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
  left: 0;
}
.modalRight__contentBox--whiteBg {
  padding: 10px;
  background-color: #fff;
}
.modalRight__contentBox:not(:first-of-type) {
  margin: 30px auto 0;
}
.modalRight__modal__closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 375px) {
  .modalRight {
    width: 60.2666666667vw;
  }
  .modalRight__modal__container {
    padding: 12vw 2.6666666667vw 2.6666666667vw;
  }
  .modalRight__content .form__btn {
    margin: 2.6666666667vw auto 0;
    padding: 1.8666666667vw 2.6666666667vw;
    max-width: 41.3333333333vw;
    width: 100%;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 7.2vw;
    border: 0.5333333333vw solid #000000;
  }
  .modalRight__content .form__btn .form__btnIcon--arrow-right {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    font-size: 0;
  }
  .modalRight__content .form__btn .form__btnIcon--arrow-right svg {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  .modalRight__contentHeading {
    font-size: 3.7333333333vw;
  }
  .modalRight__contentHeading--gradient1 {
    padding: 0.8vw 2.6666666667vw;
    width: 30.9333333333vw;
    border-radius: 2.9333333333vw;
  }
  .modalRight__contentText {
    margin: 2.1333333333vw auto 0;
    font-size: 2.9333333333vw;
  }
  .modalRight__contentText--mid {
    font-size: 3.2vw;
  }
  .modalRight__contentText--big {
    font-size: 3.7333333333vw;
  }
  .modalRight__contentText-noTopM {
    margin-top: 0;
  }
  .modalRight__contentBox--1 {
    margin-top: 3.2vw;
  }
  .modalRight__contentBox--1 .modalRight__contentHeading--gradient1 {
    top: -2.6666666667vw;
  }
  .modalRight__contentBox--whiteBg {
    padding: 2.6666666667vw;
  }
  .modalRight__contentBox:not(:first-of-type) {
    margin: 8vw auto 0;
  }
  .modalRight__modal__closeBtn {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.introSlider {
  padding: 30px 15px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(177, 177, 177, 0.8);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.introSlider.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.introSlider__closeBtn {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 34px;
  height: 34px;
  z-index: 10;
}
.introSlider .swiper-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.introSlider .swiper-pagination {
  font-size: 0;
  bottom: 52px;
}
.introSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #F1E698;
  opacity: 1;
}
.introSlider .swiper-pagination-bullet-active {
  background: #9779E9;
}
.introSlider .swiper-pagination-bullet:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.introSlider__swiper {
  width: 100%;
  height: 100%;
}
.introSlider__swiperWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.introSlider__item {
  padding: 43px 20px 30px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  height: 100%;
}
.introSlider__item a {
  display: inline-block;
  color: #0044FF;
  text-decoration: underline;
}
.introSlider__item.is-active {
  display: block;
}
.introSlider__itemContent {
  margin: 36px auto 0;
}
.introSlider__itemLogo {
  margin: 0 auto;
  width: 130px;
}
.introSlider__itemLogo img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.introSlider__itemSubHeading {
  margin: 11px auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.introSlider__itemText {
  margin: 14px auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.introSlider__itemFig {
  margin: 16px auto 0;
  width: 100%;
}
.introSlider__itemFig img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.introSlider__btns {
  margin: 55px auto 0;
}
.introSlider__btns.mt10 {
  margin-top: 10px;
}
.introSlider__btns.mt20 {
  margin-top: 20px;
}
.introSlider__btns.mt30 {
  margin-top: 30px;
}
.introSlider__btns.mt35 {
  margin-top: 30px;
}
.introSlider__btns.mt40 {
  margin-top: 30px;
}
.introSlider__item--1 .introSlider__itemFig {
  max-width: 84px;
}
.introSlider__item--2 .introSlider__itemFig {
  max-width: 183px;
}
.introSlider__item--3 .introSlider__itemFig {
  max-width: 214px;
}

@media screen and (max-width: 375px) {
  .introSlider {
    padding: 8vw 4vw;
  }
  .introSlider__closeBtn {
    top: 4.2666666667vw;
    right: 3.2vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .introSlider .swiper-pagination {
    font-size: 0;
    bottom: 13.8666666667vw;
  }
  .introSlider .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .introSlider .swiper-pagination-bullet:not(:last-of-type) {
    margin: 0 8vw 0 0;
  }
  .introSlider__item {
    padding: 11.4666666667vw 5.3333333333vw 8vw;
  }
  .introSlider__itemContent {
    margin: 9.6vw auto 0;
  }
  .introSlider__itemLogo {
    margin: 0 auto;
    width: 34.6666666667vw;
  }
  .introSlider__itemSubHeading {
    margin: 2.9333333333vw auto;
    font-size: 3.7333333333vw;
  }
  .introSlider__itemText {
    margin: 3.7333333333vw auto;
    font-size: 3.2vw;
  }
  .introSlider__itemFig {
    margin: 4.2666666667vw auto 0;
  }
  .introSlider__btns {
    margin: 14.6666666667vw auto 0;
  }
  .introSlider__btns.mt10 {
    margin-top: 2.6666666667vw;
  }
  .introSlider__btns.mt20 {
    margin-top: 5.3333333333vw;
  }
  .introSlider__btns.mt30 {
    margin-top: 8vw;
  }
  .introSlider__btns.mt35 {
    margin-top: 8vw;
  }
  .introSlider__btns.mt40 {
    margin-top: 8vw;
  }
  .introSlider__item--1 .introSlider__itemFig {
    max-width: 22.4vw;
  }
  .introSlider__item--2 .introSlider__itemFig {
    max-width: 48.8vw;
  }
  .introSlider__item--3 .introSlider__itemFig {
    max-width: 57.0666666667vw;
  }
}
.floatingContent {
  margin: auto;
  padding: 0 15px;
  position: absolute;
  top: 38%;
  right: 0;
  bottom: auto;
  left: 0;
}
.floatingContent--top46 {
  top: 46%;
}
.floatingContent__wrapper {
  padding: 22px 27px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.floatingContent__innerWrapper {
  position: relative;
  z-index: 2;
}
.floatingContent__innerWrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
.floatingContent__innerWrapper p.mediumWeight {
  font-weight: 600;
}
.floatingContent__blur {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.floatingContent__fig {
  margin: 0 auto;
}
.floatingContent__fig img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.floatingContent__fig--envelope {
  width: 137px;
}
.floatingContent__btns {
  margin: 12px auto 0;
}
.floatingContent__btns .form__btn {
  max-width: 291px;
}

/*====================================================================
SP
====================================================================*/
@media screen and (max-width: 375px) {
  .floatingContent {
    padding: 0 4vw;
  }
  .floatingContent__wrapper {
    padding: 5.8666666667vw 7.2vw;
    border-radius: 5.3333333333vw;
  }
  .floatingContent__blur {
    -webkit-backdrop-filter: blur(1.0666666667vw);
            backdrop-filter: blur(1.0666666667vw);
  }
  .floatingContent__innerWrapper p {
    font-size: 3.2vw;
  }
  .floatingContent__fig--envelope {
    width: 36.5333333333vw;
  }
  .floatingContent__btns {
    margin: 3.2vw auto 0;
  }
  .floatingContent__btns .form__btn {
    max-width: 77.6vw;
  }
}
.review {
  margin: 20px auto 0;
}
.review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.review__starItem {
  width: calc(20% - 14px);
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/review-star-inactive.png");
}
.review__starItem.is-active {
  background-image: url("./../images/common/review-star-active.png");
}
.review__starItem:not(:last-of-type) {
  margin-right: 17px;
}
.review textarea {
  margin: 12px auto 0;
  padding: 9px 13px;
  border: 1px solid #707070;
  border-radius: 12px;
  overflow: auto;
  width: 100%;
  height: 63px;
}
.review textarea::-webkit-scrollbar {
  display: none;
}
.review textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 1.35;
  color: #ADADAD;
}
.review textarea::-moz-placeholder {
  font-size: 12px;
  line-height: 1.35;
  color: #ADADAD;
}
.review textarea:-ms-input-placeholder {
  font-size: 12px;
  line-height: 1.35;
  color: #ADADAD;
}
.review textarea::-ms-input-placeholder {
  font-size: 12px;
  line-height: 1.35;
  color: #ADADAD;
}
.review textarea::placeholder {
  font-size: 12px;
  line-height: 1.35;
  color: #ADADAD;
}

/*====================================================================
SP
====================================================================*/
@media screen and (max-width: 375px) {
  .review {
    margin: 5.3333333333vw auto 0;
  }
  .review__starItem {
    width: calc(20% - 3.7333333333vw);
    height: 11.2vw;
  }
  .review__starItem:not(:last-of-type) {
    margin-right: 4.5333333333vw;
  }
  .review textarea {
    margin: 3.2vw auto 0;
    padding: 2.4vw 3.4666666667vw;
    border-radius: 3.2vw;
    height: 16.8vw;
  }
  .review textarea::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .review textarea::-moz-placeholder {
    font-size: 3.2vw;
  }
  .review textarea:-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .review textarea::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .review textarea::placeholder {
    font-size: 3.2vw;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
}
body.menu-is-active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: hidden;
  }
}

main {
  margin-top: 0;
}

.mainWrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 425px;
  height: auto;
  position: relative;
  overflow: hidden;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-pcDib {
  display: inline-block;
}

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pcDt {
  display: table;
}

.m-pcDtc {
  display: table-cell;
}

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
Container
------------------------------------------------*/
.siteContainer {
  margin: auto;
  padding: 0 14px;
  width: 100%;
  max-width: 375px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .siteContainer {
    max-width: 92.5333333333vw;
  }
}

/*-----------------------------------------------
Form Buttons
------------------------------------------------*/
.form__btns {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form__btn {
  margin: 0 auto;
  padding: 15px 36px 15px 15px;
  display: block;
  width: 100%;
  max-width: 345px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 133, 237)), to(rgb(149, 120, 233)));
  background: linear-gradient(180deg, rgb(188, 133, 237) 0%, rgb(149, 120, 233) 100%);
  border: 2px solid #854CB4;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 0px 0px #333;
  -webkit-box-shadow: 0px 3px 0px 0px #333;
  -moz-box-shadow: 0px 3px 0px 0px #333;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.form__btn img {
  display: block;
}
.form__btn:hover {
  opacity: 0.8;
}
.form__btn--disabled {
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.form__btn--disabled::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}
.form__btn--plain {
  padding: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fff;
  color: #000000;
  border-color: #000000 !important;
  letter-spacing: 0.06em;
}
.form__btn--line {
  padding: 15px 15px 15px 66px;
  max-width: 232px;
  background: #06c755;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #06c755;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.form__btn--line .form__btnIcon {
  width: 54px;
  height: 54px;
  left: 0;
  right: auto;
  border-right: 1px solid #06b74e;
}
.form__btn--line .form__btnIcon img {
  padding: 8px 0;
}
.form__btn--green {
  padding: 15px;
  max-width: 232px;
  background: #06c755;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #06c755;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.form__btn--white {
  padding: 15px;
  max-width: 232px;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #000000;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
.form__btn--iconOnly {
  padding: 10px !important;
}
.form__btn--iconOnly .form__btnIcon {
  margin: 0 auto;
  width: 34px;
  height: auto;
}
.form__btn--back {
  padding: 8px 18px 8px 28px;
  display: inline-block;
  max-width: initial;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  background: #fff;
  color: #000000;
  border: 1px solid #333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form__btn--back .form__btnIcon {
  right: auto;
  left: 14px;
  height: 10px;
  width: 6px;
  font-size: 0;
}
.form__btn--gradient1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 239, 173)), to(rgb(231, 198, 244)));
  background: linear-gradient(90deg, rgb(250, 239, 173) 0%, rgb(231, 198, 244) 100%);
  border: 2px solid #333;
}
.form__btn--mt20 {
  margin-top: 20px;
}
.form__btn--padlr36 {
  padding: 15px 36px 15px 36px;
}

.form__btnIcon {
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.form__btnIcon img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.form__btnIcon--exit {
  margin: 0;
  position: initial;
}

.page__headingSubtxt {
  margin: 8px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
}

.visibility {
  visibility: visible;
}
.visibility.is-hidden {
  visibility: hidden;
}

@media screen and (max-width: 375px) {
  .form__btn {
    margin: 0 auto;
    padding: 4vw 9.6vw 4vw 4vw;
    max-width: 92vw;
    font-size: 5.3333333333vw;
    border: 0.5333333333vw solid #854CB4;
    border-radius: 8vw;
    box-shadow: 0px 0.8vw 0px 0px #333;
    -webkit-box-shadow: 0px 0.8vw 0px 0px #333;
    -moz-box-shadow: 0px 0.8vw 0px 0px #333;
  }
  .form__btn img {
    display: block;
  }
  .form__btn:hover {
    opacity: 0.8;
  }
  .form__btn--plain {
    padding: 4vw;
  }
  .form__btn--line {
    padding: 4vw 4vw 4vw 17.6vw;
    max-width: 61.8666666667vw;
    background: #06c755;
    border: 1px solid #06c755;
    border-radius: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.2;
  }
  .form__btn--line .form__btnIcon {
    width: 14.4vw;
    height: 14.4vw;
    left: 0;
    right: auto;
    border-right: 1px solid #06b74e;
  }
  .form__btn--line .form__btnIcon img {
    padding: 2.1333333333vw 0;
  }
  .form__btn--green {
    padding: 4vw;
    max-width: 61.8666666667vw;
    background: #06c755;
    border: 1px solid #06c755;
    border-radius: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.2;
  }
  .form__btn--white {
    padding: 4vw;
    max-width: 61.8666666667vw;
    background: #fff;
    border: 0.5333333333vw solid #000000;
    border-radius: 2.6666666667vw;
    font-size: 4vw;
    color: #000000;
    line-height: 1.2;
  }
  .form__btn--iconOnly {
    padding: 2.6666666667vw !important;
  }
  .form__btn--iconOnly .form__btnIcon {
    margin: 0 auto;
    width: 9.0666666667vw;
    height: auto;
  }
  .form__btn--back {
    padding: 2.1333333333vw 4.8vw 2.1333333333vw 7.4666666667vw;
    display: inline-block;
    max-width: initial;
    width: auto;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 1.2;
    background: #fff;
    color: #000000;
    border: 1px solid #333;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .form__btn--back .form__btnIcon {
    right: auto;
    left: 3.7333333333vw;
    height: 2.6666666667vw;
    width: 1.6vw;
    font-size: 0;
  }
  .form__btn--gradient1 {
    background: -webkit-gradient(linear, left top, right top, from(rgb(250, 239, 173)), to(rgb(231, 198, 244)));
    background: linear-gradient(90deg, rgb(250, 239, 173) 0%, rgb(231, 198, 244) 100%);
    border: 2px solid #333;
  }
  .form__btn--mt20 {
    margin-top: 5.3333333333vw;
  }
  .form__btn--padlr36 {
    padding: 15px 9.6vw 15px 9.6vw;
  }
  .form__btnIcon {
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .page__headingSubtxt {
    margin: 2.1333333333vw auto;
    font-size: 2.6666666667vw;
  }
}
.txtSidelines {
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
.txtSidelines:before, .txtSidelines:after {
  margin: auto;
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
.txtSidelines:before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
}
.txtSidelines:after {
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
}

@media screen and (max-width: 375px) {
  .txtSidelines {
    padding: 0 2.6666666667vw;
  }
  .txtSidelines:before, .txtSidelines:after {
    width: 23.4666666667vw;
    height: 0.2666666667vw;
  }
}
/*-----------------------------------------------
Bottom Action
------------------------------------------------*/
.bottomAction {
  margin: 8px auto 0;
  text-align: center;
}
.bottomAction p {
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #72559D;
}

@media screen and (max-width: 375px) {
  .bottomAction {
    margin: 2.1333333333vw auto 0;
  }
  .bottomAction p {
    font-size: 4.2666666667vw;
  }
}
/*-----------------------------------------------
page05, 05-1, 05-1-1
------------------------------------------------*/
.pageToTop {
  position: fixed;
  bottom: 5px;
  right: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid #000000;
  font-size: 0;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*-----------------------------------------------
Anchor
------------------------------------------------*/
.anchor {
  position: relative;
}
.anchor__box {
  margin: auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  outline: none;
  pointer-events: none;
  cursor: default;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .anchor__box {
    top: -8.3333333333vw;
    left: 0;
    right: 0;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .anchor__box {
    top: -13.3333333333vw;
    left: 0;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

/*-----------------------------------------------
Fixed BG 05 pages
------------------------------------------------*/
.fixed--mobile-bg {
  margin: auto;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/*====================================================================
Page 01 PC
====================================================================*/
.home {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/common/screen-bg/screen-bg-gradient-1.jpg");
}

.page01Body {
  background-color: #fff;
  background-image: none;
}

.page01 {
  margin: auto;
  width: 100%;
  max-width: 425px;
  overflow: hidden;
}
.page01 .form__btns {
  padding-bottom: 3px;
}
.page01__container {
  padding: 0;
  width: 100%;
  position: relative;
}
.page01__container.heightV2 {
  overflow-y: scroll;
  height: calc(120vh - 350px);
  padding-bottom: 25px;
  z-index: 2;
}
.page01__meawLogo {
  margin: 0 auto 0 0;
  padding: 14px 14px 7px;
  width: 100%;
  max-width: 150px;
}
.page01__ttl {
  margin: 0 auto;
  width: 100%;
  max-width: 184px;
  font-size: 0;
}
.page01__subttl {
  margin: 20px auto 30px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
.page01__cards {
  margin: 40px auto 20px;
  width: 100%;
  max-width: 240px;
  overflow: hidden;
}
.page01__card {
  padding: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #D6AFF7;
  border-radius: 15px;
}
.page01__card__thumbWrapper {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  border: 1px solid #D6AFF7;
  border-radius: 12px;
}
.page01__card__avatar {
  display: block;
  width: 100%;
}
.page01__card__avatar img {
  height: 100%;
}
.page01__card__hashtag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Futura Medium";
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #000000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.3px;
}
@media screen and (max-width: 375px) {
  .page01__card__hashtag {
    font-size: 20px;
  }
}
.page01__desc {
  margin: 0 auto 47px;
  width: 100%;
  max-width: 300px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .page01__desc {
    font-size: 20px;
  }
}
.page01__desc--v2 {
  margin: 40px auto 40px;
  letter-spacing: normal;
}
.page01__diagButton {
  margin: 0 auto;
  width: 100%;
  max-width: 224px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  font-family: "Source Han Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 29px;
  background-color: #BC79FF;
}
@media screen and (max-width: 375px) {
  .page01__diagButton {
    font-size: 20px;
  }
}

.pageTop {
  height: auto;
  min-height: initial;
  background-image: url("../images/common/screen-bg/screen-bg-gradient-2.jpg");
}
.pageTop .page01 {
  padding: 50px 0 20px;
}
.pageTop .page01__headingLogo {
  margin: 0 auto;
  width: 228px;
}
.pageTop .page01__headingLogo__subtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #363532;
  line-height: 1.2;
}
.pageTop .page01__headingTxt {
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: 600;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  line-height: 1.35;
  color: #72559d;
  text-align: center;
}
.pageTop .page01__desc {
  margin: 8px auto 0;
  padding: 0 15px;
  max-width: initial;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-align: center;
}
.pageTop .siteContainer {
  max-width: initial;
}
.pageTop .dateInfo {
  margin: 77px auto 0;
  padding: 22px 10px 15px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(239, 215, 255, 0.6)));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(239, 215, 255, 0.6) 100%);
  position: relative;
}
.pageTop .dateInfo.minTopSpace {
  margin-top: 40px;
}
.pageTop .dateInfo__heading {
  margin: auto;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.pageTop .dateInfo__heading span {
  padding: 0 10px;
  display: inline-block;
}
.pageTop .dateInfo__heading img {
  display: inline-block;
  width: 35px;
}
.pageTop .dateInfo__content {
  margin: 0 auto;
  width: 136px;
}
.pageTop .dateInfo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageTop .dateInfo__item {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Allenoire Free Personal", serif;
  font-weight: bold;
  color: #72559d;
}
.pageTop .dateInfo__item .day {
  margin-left: -4px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  vertical-align: middle;
  color: #000000;
}
.pageTop .dateInfo__separator {
  padding: 0 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: inline-block;
  color: #000000;
}
.pageTop .dateInfo__notes {
  margin: 8px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.75;
  text-align: center;
}
.pageTop .pageBtn {
  margin: 30px auto 0;
}
.pageTop .pageBtn__notes {
  margin: 8px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.75;
  text-align: center;
}
.pageTop .page__btnsSeparator {
  margin: 20px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.pageTop .page__btnsSeparator .txtSidelines:before, .pageTop .page__btnsSeparator .txtSidelines:after {
  height: 1px;
}

.p2page01-intro .page01 {
  margin: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p2page01-intro .page01__container {
  padding: 110px 0 25px;
  width: 100%;
  position: relative;
  overflow: visible;
}
.p2page01-intro .page01__star {
  margin: 0 auto;
  width: 100%;
  max-width: 22px;
  -webkit-animation: flash 2s ease infinite alternate;
          animation: flash 2s ease infinite alternate;
}
.p2page01-intro .page01__desc {
  margin: 30px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.p2page01-intro .page01__desc:last-of-type {
  margin-bottom: 0;
}
.p2page01-intro .page01 .form__btn {
  margin: 100px auto 0;
}

.p2page01-1,
.p2page01-2,
.p2page01-3 {
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.p2page01-1 .page01,
.p2page01-2 .page01,
.p2page01-3 .page01 {
  margin: auto;
  width: 100%;
}
.p2page01-1 .page01__container,
.p2page01-2 .page01__container,
.p2page01-3 .page01__container {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 347px;
  position: relative;
  overflow: visible;
}
.p2page01-1 .page01__meawLogo,
.p2page01-2 .page01__meawLogo,
.p2page01-3 .page01__meawLogo {
  margin: 0 auto 30px 0;
  padding: 15px 0;
  width: 100%;
  max-width: 100px;
}
.p2page01-1 .page01__profile,
.p2page01-2 .page01__profile,
.p2page01-3 .page01__profile {
  margin-bottom: 130px;
  display: block;
}
.p2page01-1 .page01__profile__heading,
.p2page01-2 .page01__profile__heading,
.p2page01-3 .page01__profile__heading {
  margin-bottom: 28px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2;
  color: #72559D;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__profile__heading,
  .p2page01-2 .page01__profile__heading,
  .p2page01-3 .page01__profile__heading {
    font-size: 20px;
  }
}
.p2page01-1 .page01__steps,
.p2page01-2 .page01__steps,
.p2page01-3 .page01__steps {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.p2page01-1 .page01__step,
.p2page01-2 .page01__step,
.p2page01-3 .page01__step {
  margin-bottom: 10px;
  padding: 22px 0 20px;
  display: block;
  border: 2px solid rgba(197, 191, 218, 0.8);
  background-image: url("./../images/common/screen-bg/field-box-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  position: relative;
}
.p2page01-1 .page01__step:last-child,
.p2page01-2 .page01__step:last-child,
.p2page01-3 .page01__step:last-child {
  margin-bottom: 0;
}
.p2page01-1 .page01__step__number,
.p2page01-2 .page01__step__number,
.p2page01-3 .page01__step__number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Corporate Logo ver2", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  text-shadow: 0px 1px #000000, 0px -1px #000000, 1px 0px #000000, -1px 0px #000000;
  background-color: #000000;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__number,
  .p2page01-2 .page01__step__number,
  .p2page01-3 .page01__step__number {
    font-size: 20px;
  }
}
.p2page01-1 .page01__step__label,
.p2page01-2 .page01__step__label,
.p2page01-3 .page01__step__label {
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__label,
  .p2page01-2 .page01__step__label,
  .p2page01-3 .page01__step__label {
    font-size: 20px;
  }
}
.p2page01-1 .page01__step__field,
.p2page01-2 .page01__step__field,
.p2page01-3 .page01__step__field {
  margin: 20px auto 0;
  width: 100%;
  max-width: 260px;
  position: relative;
  background-color: #fff;
}
.p2page01-1 .page01__step__field.gender--field,
.p2page01-2 .page01__step__field.gender--field,
.p2page01-3 .page01__step__field.gender--field {
  border: 1px solid #000000;
  border-radius: 24px;
  max-width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
}
.p2page01-1 .page01__step__field.gender--field input,
.p2page01-2 .page01__step__field.gender--field input,
.p2page01-3 .page01__step__field.gender--field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.p2page01-1 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label,
.p2page01-2 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label,
.p2page01-3 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FBFFC0;
}
.p2page01-1 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type,
.p2page01-2 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type,
.p2page01-3 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type {
  border-right: 1px solid #000000;
}
.p2page01-1 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type,
.p2page01-2 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type,
.p2page01-3 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type {
  border-left: 1px solid #000000;
}
.p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label,
.p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label,
.p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label {
  padding: 8px 16px;
  width: 50%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label {
    font-size: 20px;
  }
}
.p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type,
.p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type,
.p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type {
  border-right: 1px solid #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type,
.p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type,
.p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type {
  border-left: 1px solid #fff;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.p2page01-1 .page01__step__field.birthday--field,
.p2page01-2 .page01__step__field.birthday--field,
.p2page01-3 .page01__step__field.birthday--field {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 260px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  text-align: center;
}
.p2page01-1 .page01__step__field.birthday--field .page01__step__field__date,
.p2page01-2 .page01__step__field.birthday--field .page01__step__field__date,
.p2page01-3 .page01__step__field.birthday--field .page01__step__field__date {
  width: 50px;
  outline: 0;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-2 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-3 .page01__step__field.birthday--field .page01__step__field__date {
    font-size: 20px;
  }
}
.p2page01-1 .page01__step__field.birthday--field .page01__step__field__date.bday-day,
.p2page01-2 .page01__step__field.birthday--field .page01__step__field__date.bday-day,
.p2page01-3 .page01__step__field.birthday--field .page01__step__field__date.bday-day {
  position: relative;
}
.p2page01-1 .page01__step__field.birthday--field .divider,
.p2page01-2 .page01__step__field.birthday--field .divider,
.p2page01-3 .page01__step__field.birthday--field .divider {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p2page01-1 .page01__step__field.birthday--field .divider.left,
.p2page01-2 .page01__step__field.birthday--field .divider.left,
.p2page01-3 .page01__step__field.birthday--field .divider.left {
  left: 105px;
}
.p2page01-1 .page01__step__field.birthday--field .divider.right,
.p2page01-2 .page01__step__field.birthday--field .divider.right,
.p2page01-3 .page01__step__field.birthday--field .divider.right {
  right: 108px;
}
.p2page01-1 .page01__step__field:after,
.p2page01-2 .page01__step__field:after,
.p2page01-3 .page01__step__field:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #000000;
  z-index: 1;
  display: none;
}
.p2page01-1 .page01__step__field__text,
.p2page01-2 .page01__step__field__text,
.p2page01-3 .page01__step__field__text {
  margin: auto;
  padding: 0 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  border-radius: 40px;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field__text,
  .p2page01-2 .page01__step__field__text,
  .p2page01-3 .page01__step__field__text {
    font-size: 20px;
  }
}
.p2page01-1 .page01__btn__fields,
.p2page01-2 .page01__btn__fields,
.p2page01-3 .page01__btn__fields {
  display: block;
  width: 100%;
}
.p2page01-1 .page01__fieldBtn,
.p2page01-2 .page01__fieldBtn,
.p2page01-3 .page01__fieldBtn {
  margin: 0 auto 20px;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 100%;
  height: 102px;
  background-color: #fff;
  border-radius: 55px;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  resize: none;
  box-shadow: 2px 2px 0 0 black;
  -webkit-box-shadow: 2px 2px 0 0 black;
  -moz-box-shadow: 2px 2px 0 0 black;
}
.p2page01-1 .page01__fieldBtn:last-child,
.p2page01-2 .page01__fieldBtn:last-child,
.p2page01-3 .page01__fieldBtn:last-child {
  margin-bottom: 0;
}
.p2page01-1 .page01__fieldBtn__details,
.p2page01-2 .page01__fieldBtn__details,
.p2page01-3 .page01__fieldBtn__details {
  display: block;
}
.p2page01-1 .page01__fieldBtn__ttl,
.p2page01-2 .page01__fieldBtn__ttl,
.p2page01-3 .page01__fieldBtn__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__ttl,
  .p2page01-2 .page01__fieldBtn__ttl,
  .p2page01-3 .page01__fieldBtn__ttl {
    font-size: 20px;
  }
}
.p2page01-1 .page01__fieldBtn__desc,
.p2page01-2 .page01__fieldBtn__desc,
.p2page01-3 .page01__fieldBtn__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__desc,
  .p2page01-2 .page01__fieldBtn__desc,
  .p2page01-3 .page01__fieldBtn__desc {
    font-size: 20px;
  }
}
.p2page01-1 .page01__fieldBtn__img,
.p2page01-2 .page01__fieldBtn__img,
.p2page01-3 .page01__fieldBtn__img {
  width: 100%;
  max-width: 120px;
}
.p2page01-1 .page01 ::-webkit-calendar-picker-indicator,
.p2page01-2 .page01 ::-webkit-calendar-picker-indicator,
.p2page01-3 .page01 ::-webkit-calendar-picker-indicator {
  display: none;
}

.p2page01-1 .page01__step__field .age-dropdownLabel {
  display: block;
  width: 100%;
}
.p2page01-1 .page01__step__field.age-dropdown__field {
  overflow: hidden;
}
.p2page01-1 .page01__step__field.age-dropdown__field .age-dropdown {
  padding: 5px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p2page01-1-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFCF0), to(#DFD5F6));
  background-image: linear-gradient(to bottom, #FFFCF0, #DFD5F6);
}

.p2page01-2 .page01__profile {
  margin-bottom: 28px;
}

.p2page01-3 .page01 .headingIllus {
  margin-bottom: 160px;
}
.p2page01-3 .page01 .headingIllus__fig img {
  width: 150px;
}
.p2page01-3 .page01 .form__btns {
  margin: 30px auto 0;
}

.p2page01-13 {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/common/screen-bg/screen-bg-gradient-1.jpg");
}

.p2page02-2 .page01 .headingIllus__fig img {
  width: 174px;
}

.p2page03-1,
.p2page04-2 {
  padding-bottom: 30px;
}
.p2page03-1 .page01__profile__heading,
.p2page04-2 .page01__profile__heading {
  margin-bottom: 0;
}
.p2page03-1 .page01 .headingIllus,
.p2page04-2 .page01 .headingIllus {
  margin-bottom: 35px;
}

.p2page03-3 .page01 .headingIllus__fig img,
.p2page05-1 .page01 .headingIllus__fig img {
  width: 126px;
}

.p2page05-5 .scrolledModal__modal {
  z-index: -1;
}
.p2page05-5 .scrolledModal__modal.is-active {
  z-index: 9;
}
.p2page05-5 .scrolledModal__content {
  padding: 80px 15px 15px;
  min-height: 80vh;
  font-family: "Noto Sans JP", sans-serif;
}
.p2page05-5 .scrolledModal__content.noPad {
  padding: 0;
  min-height: initial;
}
.p2page05-5 .scrolledModal__content .heading {
  font-size: 26px;
  line-height: 1.35;
  text-align: center;
}
.p2page05-5 .scrolledModal__content .list {
  margin: 30px auto 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.p2page05-5 .scrolledModal__content .btns {
  margin: 90px auto 0;
}
.p2page05-5 .scrolledModal__content .btns__q {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.p2page05-5 .scrolledModal__content .form__btn1 {
  margin: 20px auto 0;
  padding: 15px 36px;
}
.p2page05-5 .scrolledModal__content .form__btn2 {
  margin: 40px auto 0;
  padding: 15px 36px;
}

.p2page05-3 .page01__profile__heading {
  margin-bottom: 0;
}
.p2page05-3 .page01__steps {
  margin: 92px auto 0;
}
.p2page05-3 .page01__step__field {
  max-width: 304px;
  background-color: transparent;
}
.p2page05-3 .page01__step__field input {
  width: 100%;
}
.p2page05-3 .page01__step__field input {
  margin: auto;
  padding: 0 10px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  border-radius: 40px;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .p2page05-3 .page01__step__field input {
    font-size: 20px;
  }
}

.p2page01-14 .speech__bubbleWrapper,
.p2page01-25 .speech__bubbleWrapper,
.p2page01-26 .speech__bubbleWrapper {
  padding-right: 40px;
}

.pageStoreA-23 .speech__fig {
  height: 14%;
  min-height: 100px;
  bottom: 44%;
}
.pageStoreA-23 .form__btn {
  padding: 15px;
  width: auto;
  display: inline-block;
}
.pageStoreA-23 .speech__bubble {
  bottom: 4.5%;
}

/*====================================================================
Page 01 SP
====================================================================*/
@media screen and (max-width: 375px) {
  .home {
    height: 100%;
  }
  .page01 {
    max-width: initial;
  }
  .page01 .form__btns {
    padding-bottom: 0.8vw;
  }
  .page01__container {
    padding: 0;
  }
  .page01__container.heightV2 {
    overflow-y: scroll;
    height: calc(120vh - 93.3333333333vw);
    padding-bottom: 6.6666666667vw;
    z-index: 2;
  }
  .page01__meawLogo {
    margin: 0 auto 0 0;
    padding: 3.7333333333vw 3.7333333333vw 1.8666666667vw;
    max-width: 40vw;
  }
  .page01__ttl {
    max-width: 49.0666666667vw;
    font-size: 0;
  }
  .page01__subttl {
    margin: 5.3333333333vw auto 8vw;
    font-size: 4vw;
  }
  .page01__desc {
    margin-bottom: 12.5333333333vw;
    max-width: 80vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 2.1;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page01__desc {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .page01__desc--v2 {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    letter-spacing: normal;
  }
  .page01__cards {
    max-width: 64vw;
  }
  .page01__card {
    padding: 0.5333333333vw;
    width: 100%;
  }
  .page01__card__hashtag {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.75;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page01__card__hashtag {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 375px) {
  .page01__diagButton {
    max-width: 59.7333333333vw;
    height: 15.2vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 7.7333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .page01__diagButton {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-intro .page01__container {
    padding: 29.3333333333vw 0 6.6666666667vw;
    width: 100%;
  }
  .p2page01-intro .page01__star {
    max-width: 5.8666666667vw;
  }
  .p2page01-intro .page01__desc {
    margin: 8vw auto;
    font-size: 3.2vw;
  }
  .p2page01-intro .page01__desc:last-of-type {
    margin-bottom: 0;
  }
  .p2page01-intro .page01 .form__btn {
    margin: 26.6666666667vw auto 0;
  }
  .p2page01-1 .page01__container,
  .p2page01-2 .page01__container,
  .p2page01-3 .page01__container {
    padding: 0;
    max-width: 92.5333333333vw;
  }
  .p2page01-1 .page01__meawLogo,
  .p2page01-2 .page01__meawLogo,
  .p2page01-3 .page01__meawLogo {
    margin: 0 auto 8vw 0;
    padding: 4vw 0;
    max-width: 26.6666666667vw;
  }
  .p2page01-1 .page01__profile,
  .p2page01-2 .page01__profile,
  .p2page01-3 .page01__profile {
    margin-bottom: 34.6666666667vw;
  }
  .p2page01-1 .page01__profile__heading,
  .p2page01-2 .page01__profile__heading,
  .p2page01-3 .page01__profile__heading {
    margin-bottom: 7.4666666667vw;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2;
    color: #72559D;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__profile__heading,
  .p2page01-2 .page01__profile__heading,
  .p2page01-3 .page01__profile__heading {
    font-size: 4vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step,
  .p2page01-2 .page01__step,
  .p2page01-3 .page01__step {
    margin-bottom: 2.6666666667vw;
    border: 0.5333333333vw solid rgba(197, 191, 218, 0.8);
    padding: 5.8666666667vw 0 5.3333333333vw;
    border-radius: 4vw;
  }
  .p2page01-1 .page01__step__number,
  .p2page01-2 .page01__step__number,
  .p2page01-3 .page01__step__number {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    text-shadow: 0px 0.2666666667vw #000000, 0px -0.2666666667vw #000000, 0.2666666667vw 0px #000000, -0.2666666667vw 0px #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__step__number,
  .p2page01-2 .page01__step__number,
  .p2page01-3 .page01__step__number {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__label,
  .p2page01-2 .page01__step__label,
  .p2page01-3 .page01__step__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__step__label,
  .p2page01-2 .page01__step__label,
  .p2page01-3 .page01__step__label {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field,
  .p2page01-2 .page01__step__field,
  .p2page01-3 .page01__step__field {
    margin: 5.3333333333vw auto 0;
    width: 100%;
    max-width: 69.3333333333vw;
  }
  .p2page01-1 .page01__step__field.gender--field,
  .p2page01-2 .page01__step__field.gender--field,
  .p2page01-3 .page01__step__field.gender--field {
    border: 0.2666666667vw solid #000000;
    border-radius: 6.4vw;
    max-width: 76.2666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
  .p2page01-1 .page01__step__field.gender--field input,
  .p2page01-2 .page01__step__field.gender--field input,
  .p2page01-3 .page01__step__field.gender--field input {
    height: 0.2666666667vw;
    width: 0.2666666667vw;
    border: 0;
  }
  .p2page01-1 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type,
  .p2page01-2 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type,
  .p2page01-3 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:first-of-type {
    border-right: 0.2666666667vw solid #000000;
  }
  .p2page01-1 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type,
  .p2page01-2 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type,
  .p2page01-3 .page01__step__field.gender--field input:checked + .page01__step__field__gender__label:last-of-type {
    border-left: 0.2666666667vw solid #000000;
  }
  .p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label {
    padding: 2.1333333333vw 4.2666666667vw;
    height: 12.2666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label,
  .p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type,
  .p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type,
  .p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label:first-of-type {
    border-right: 0.2666666667vw solid #fff;
    border-top-right-radius: 6.4vw;
    border-bottom-right-radius: 6.4vw;
  }
  .p2page01-1 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type,
  .p2page01-2 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type,
  .p2page01-3 .page01__step__field.gender--field .page01__step__field__gender__label:last-of-type {
    border-left: 0.2666666667vw solid #fff;
    border-top-left-radius: 6.4vw;
    border-bottom-left-radius: 6.4vw;
  }
  .p2page01-1 .page01__step__field.birthday--field,
  .p2page01-2 .page01__step__field.birthday--field,
  .p2page01-3 .page01__step__field.birthday--field {
    padding: 0 2.6666666667vw;
    width: 100%;
    max-width: 69.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
    border: 0.2666666667vw solid #000000;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
  .p2page01-1 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-2 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-3 .page01__step__field.birthday--field .page01__step__field__date {
    width: 13.3333333333vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-2 .page01__step__field.birthday--field .page01__step__field__date,
  .p2page01-3 .page01__step__field.birthday--field .page01__step__field__date {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__step__field.birthday--field .divider,
  .p2page01-2 .page01__step__field.birthday--field .divider,
  .p2page01-3 .page01__step__field.birthday--field .divider {
    width: 0.2666666667vw;
    height: 6.6666666667vw;
  }
  .p2page01-1 .page01__step__field.birthday--field .divider.left,
  .p2page01-2 .page01__step__field.birthday--field .divider.left,
  .p2page01-3 .page01__step__field.birthday--field .divider.left {
    left: 28vw;
  }
  .p2page01-1 .page01__step__field.birthday--field .divider.right,
  .p2page01-2 .page01__step__field.birthday--field .divider.right,
  .p2page01-3 .page01__step__field.birthday--field .divider.right {
    right: 28.8vw;
  }
  .p2page01-1 .page01__step__field:after,
  .p2page01-2 .page01__step__field:after,
  .p2page01-3 .page01__step__field:after {
    bottom: -0.5333333333vw;
    right: -0.5333333333vw;
    border-radius: 10.6666666667vw;
  }
  .p2page01-1 .page01__step__field__text,
  .p2page01-2 .page01__step__field__text,
  .p2page01-3 .page01__step__field__text {
    padding: 0 2.6666666667vw;
    width: 100%;
    max-width: 69.3333333333vw;
    height: 10.6666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
    border-radius: 10.6666666667vw;
    border: 0.2666666667vw solid #000000;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__step__field__text,
  .p2page01-2 .page01__step__field__text,
  .p2page01-3 .page01__step__field__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn,
  .p2page01-2 .page01__fieldBtn,
  .p2page01-3 .page01__fieldBtn {
    margin: 0 auto 5.3333333333vw;
    padding: 2.6666666667vw 10.6666666667vw;
    height: 27.2vw;
    border-radius: 14.6666666667vw;
    border: 0.2666666667vw solid #000000;
    box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgb(0, 0, 0);
  }
  .p2page01-1 .page01__fieldBtn:last-child,
  .p2page01-2 .page01__fieldBtn:last-child,
  .p2page01-3 .page01__fieldBtn:last-child {
    margin-bottom: 0;
  }
  .p2page01-1 .page01__fieldBtn__ttl,
  .p2page01-2 .page01__fieldBtn__ttl,
  .p2page01-3 .page01__fieldBtn__ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__ttl,
  .p2page01-2 .page01__fieldBtn__ttl,
  .p2page01-3 .page01__fieldBtn__ttl {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__desc,
  .p2page01-2 .page01__fieldBtn__desc,
  .p2page01-3 .page01__fieldBtn__desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__desc,
  .p2page01-2 .page01__fieldBtn__desc,
  .p2page01-3 .page01__fieldBtn__desc {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-1 .page01__fieldBtn__img,
  .p2page01-2 .page01__fieldBtn__img,
  .p2page01-3 .page01__fieldBtn__img {
    width: 100%;
    max-width: 32vw;
  }
  .p2page01-1 .page01__step__field.age-dropdown__field .age-dropdown {
    padding: 1.3333333333vw;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p2page01-2 .page01__profile {
    margin-bottom: 7.4666666667vw;
  }
  .p2page01-3 .page01 .headingIllus {
    margin-bottom: 42.6666666667vw;
  }
  .p2page01-3 .page01 .headingIllus__fig img {
    width: 40vw;
  }
  .p2page01-3 .page01 .form__btns {
    margin: 8vw auto 0;
  }
  .p2page02-2 .page01 .headingIllus__fig img {
    width: 46.4vw;
  }
  .p2page03-1,
  .p2page04-2 {
    padding-bottom: 8vw;
  }
  .p2page03-1 .page01__profile__heading,
  .p2page04-2 .page01__profile__heading {
    margin-bottom: 0;
  }
  .p2page03-1 .page01 .headingIllus,
  .p2page04-2 .page01 .headingIllus {
    margin-bottom: 9.3333333333vw;
  }
  .p2page03-3 .page01 .headingIllus__fig img,
  .p2page05-1 .page01 .headingIllus__fig img {
    width: 33.6vw;
  }
  .p2page05-5 .scrolledModal__modal {
    z-index: -1;
  }
  .p2page05-5 .scrolledModal__modal.is-active {
    z-index: 9;
  }
  .p2page05-5 .scrolledModal__content {
    padding: 21.3333333333vw 4vw 4vw;
    min-height: 80vh;
  }
  .p2page05-5 .scrolledModal__content.noPad {
    padding: 0;
    min-height: initial;
  }
  .p2page05-5 .scrolledModal__content .heading {
    font-size: 6.9333333333vw;
  }
  .p2page05-5 .scrolledModal__content .list {
    margin: 8vw auto 0;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p2page05-5 .scrolledModal__content .btns {
    margin: 24vw auto 0;
  }
  .p2page05-5 .scrolledModal__content .btns__q {
    font-size: 3.7333333333vw;
  }
  .p2page05-5 .scrolledModal__content .form__btn1 {
    margin: 5.3333333333vw auto 0;
    padding: 4vw 9.6vw;
  }
  .p2page05-5 .scrolledModal__content .form__btn2 {
    margin: 10.6666666667vw auto 0;
    padding: 4vw 9.6vw;
  }
  .p2page05-3 .page01__profile__heading {
    margin-bottom: 0;
  }
  .p2page05-3 .page01__steps {
    margin: 24.5333333333vw auto 0;
  }
  .p2page05-3 .page01__step__field {
    max-width: 81.0666666667vw;
  }
  .p2page05-3 .page01__step__field input {
    padding: 0 2.6666666667vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
    border-radius: 10.6666666667vw;
    box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .p2page05-3 .page01__step__field input {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p2page01-14 .speech__bubbleWrapper,
  .p2page01-25 .speech__bubbleWrapper,
  .p2page01-26 .speech__bubbleWrapper {
    padding-right: 10.6666666667vw;
  }
  .pageStoreA-23 .speech__fig {
    height: 14%;
    bottom: 44%;
  }
  .pageStoreA-23 .form__btn {
    padding: 4vw;
    width: auto;
    display: inline-block;
  }
  .pageStoreA-23 .speech__bubble {
    bottom: 4.5%;
  }
  .pageTop {
    height: auto;
    min-height: initial;
    background-image: url("../images/common/screen-bg/screen-bg-gradient-2.jpg");
  }
  .pageTop .page01 {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
  .pageTop .page01__headingLogo {
    margin: 0 auto;
    width: 60.8vw;
  }
  .pageTop .page01__headingLogo__subtxt {
    font-size: 4vw;
  }
  .pageTop .page01__headingTxt {
    margin: 10.6666666667vw auto 0;
    font-size: 4vw;
  }
  .pageTop .page01__desc {
    margin: 2.1333333333vw auto 0;
    padding: 0 4vw;
    font-size: 2.9333333333vw;
  }
  .pageTop .siteContainer {
    max-width: initial;
  }
  .pageTop .dateInfo {
    margin: 20.5333333333vw auto 0;
    padding: 5.8666666667vw 2.6666666667vw 4vw;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(239, 215, 255, 0.6)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(239, 215, 255, 0.6) 100%);
  }
  .pageTop .dateInfo.minTopSpace {
    margin-top: 10.6666666667vw;
  }
  .pageTop .dateInfo__heading {
    top: -2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .pageTop .dateInfo__heading span {
    padding: 0 2.6666666667vw;
  }
  .pageTop .dateInfo__heading img {
    width: 9.3333333333vw;
  }
  .pageTop .dateInfo__content {
    margin: 0 auto;
    width: 36.2666666667vw;
  }
  .pageTop .dateInfo__item {
    font-size: 5.3333333333vw;
  }
  .pageTop .dateInfo__item .day {
    margin-left: -1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  .pageTop .dateInfo__separator {
    padding: 0 1.0666666667vw;
    font-size: 4vw;
  }
  .pageTop .dateInfo__notes {
    margin: 2.1333333333vw auto 0;
    font-size: 2.6666666667vw;
  }
  .pageTop .pageBtn {
    margin: 8vw auto 0;
  }
  .pageTop .pageBtn__notes {
    margin: 2.1333333333vw auto;
    font-size: 2.6666666667vw;
  }
  .pageTop .page__btnsSeparator {
    margin: 5.3333333333vw auto;
    font-size: 3.7333333333vw;
  }
  .pageTop .page__btnsSeparator .txtSidelines:before, .pageTop .page__btnsSeparator .txtSidelines:after {
    height: 1px;
  }
}
/*====================================================================
pageScrollChar PC
====================================================================*/
.pageScrollChar__meawLogo {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  z-index: 3;
}
.pageScrollChar__meawLogo__wrapper {
  margin: auto;
  padding: 0 14px;
  width: 100%;
  max-width: 375px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageScrollChar__meawLogo img {
  padding: 10px 0;
  width: 100%;
  max-width: 100px;
  display: block;
}

.pageScrollChar {
  margin: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/page05/05-bgall-f-1/body-bg.png);
  background-attachment: fixed;
  /*-----------------------------------------------
  pageScrollChar Title BG colors
  ------------------------------------------------*/
}
.pageScrollChar__container {
  padding: 280px 0 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageScrollChar__menu {
  position: fixed;
  top: 58px;
  right: 36px;
}
.pageScrollChar__menuItem {
  display: inline-block;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
.pageScrollChar__introBoxMain {
  padding: 10px 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pages/page05/05-bgall-f-1/introBox-main-bg.svg);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
}
.pageScrollChar__introBoxMain__label {
  font-family: "Toppan BunkyuMidashiGoStd";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBoxMain__label {
    font-size: 20px;
  }
}
.pageScrollChar__introBoxMain__label.label--sm {
  font-size: 18px;
}
.pageScrollChar__introBoxMain__label.label--big {
  margin-top: 5px;
  padding: 5px;
  line-height: 1.2;
  background-color: #F5E990;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageScrollChar__fixedElement {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
}
.pageScrollChar__aiImg {
  margin: auto;
  position: absolute;
  top: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 173px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.pageScrollChar__aiImg.body {
  top: 166px;
}
.pageScrollChar__aiImg.is-scrolled {
  left: -21px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pageScrollChar__aiImg.is-scrolled.head {
  left: -21px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pageScrollChar__messageBox {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 220px;
  position: relative;
}
.pageScrollChar__introBox1__wrapper {
  margin: 0 auto 17px;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.pageScrollChar__introBox1 {
  margin-bottom: 105px;
  padding: 10px 20px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 60px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pages/page05/05-bgall-f-1/introBox-main-bg.svg);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.pageScrollChar__introBox1:nth-child(odd) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.pageScrollChar__introBox1:last-child {
  margin-bottom: 0;
}
.pageScrollChar__introBox1__text {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox1__text {
    font-size: 20px;
  }
}
.pageScrollChar__introBox2 {
  margin: 80px -14px 24px auto;
  position: relative;
}
.pageScrollChar__introBox2__wrapper {
  margin: 0 0 0 auto;
  padding: 19px 0 6px;
  width: 180px;
  border: 1px solid #000000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  position: relative;
  z-index: 2;
}
.pageScrollChar__introBox2__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox2__text {
    font-size: 20px;
  }
}
.pageScrollChar__introBox2__ttl {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: #000000;
  -webkit-text-fill-color: #F5E990;
  -webkit-text-stroke: 0.5px;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox2__ttl {
    font-size: 20px;
  }
}
.pageScrollChar__introBox2__shadow {
  position: absolute;
  top: 6px;
  right: 0;
  width: 174px;
  height: 90px;
  border: 1px solid #000000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #F7E38D;
  z-index: 1;
}
.pageScrollChar__scrollMe {
  margin: 0 0 24px;
  padding-right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
.pageScrollChar__scrollMe circle {
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    cy: -90;
  }
  100% {
    cy: 5;
  }
}
@keyframes circlemove {
  0% {
    cy: -90;
  }
  100% {
    cy: 5;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.pageScrollChar__sparks {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageScrollChar__spark {
  margin-right: 10px;
  -webkit-animation: flash 2.5s ease infinite alternate;
          animation: flash 2.5s ease infinite alternate;
}
.pageScrollChar__spark:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pageScrollChar__spark:last-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-right: 0;
}
.pageScrollChar__messageBox__mainBox {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pageScrollChar__mainBox__label {
  margin: auto;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 86px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__mainBox__label {
    font-size: 20px;
  }
}
.pageScrollChar__mainBox__title {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__mainBox__title {
    font-size: 20px;
  }
}
.pageScrollChar__mainBox__title:after {
  margin: auto;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 78px;
  height: 2px;
  background-color: #000000;
}
.pageScrollChar__mainBox__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__mainBox__desc {
    font-size: 20px;
  }
}
.pageScrollChar__scroll__block {
  margin-top: 17px;
}
.pageScrollChar__floatBox {
  margin-bottom: 20px;
  padding: 20px 20px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pageScrollChar__floatBox:last-of-type {
  margin-bottom: 0;
}
.pageScrollChar__floatBox__ttl {
  margin: -35px auto 10px;
  padding: 5px 15px;
  width: 100%;
  max-width: 155px;
  font-family: "Toppan BunkyuMidashiGoStd";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  background-color: #F5E990;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__floatBox__ttl {
    font-size: 20px;
  }
}
.pageScrollChar__floatBox__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__floatBox__text {
    font-size: 20px;
  }
}
.pageScrollChar__outFitBox {
  margin-bottom: 20px;
  padding: 2px 2px 15px;
  width: 100%;
  border: 1px solid #202B6C;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pageScrollChar__outFitBox:last-child {
  margin-bottom: 0;
}
.pageScrollChar__outFitBox__thumbWrapper {
  width: 100%;
}
.pageScrollChar__outFitBox__tag {
  position: absolute;
  top: -15px;
  left: -12px;
  margin: 0;
  width: 106px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #000000;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__outFitBox__tag {
    font-size: 20px;
  }
}
.pageScrollChar__outFitBox__desc {
  margin: 13px auto 0;
  padding: 0 25px;
  width: 100%;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__outFitBox__desc {
    font-size: 20px;
  }
}
.pageScrollChar__outFitBox__desc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/icon-arrow-right-purple.svg);
}
.pageScrollChar__questionnaireBtn {
  margin: 20px auto 60px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: #BD6EFF;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 375px) {
  .pageScrollChar__questionnaireBtn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pageScrollChar__questionnaireBtn:hover {
    opacity: 0.7;
  }
}
.pageScrollChar .kirakira {
  background-color: #F5E990;
}
.pageScrollChar .furifuri {
  background-color: #FFD8F4;
}
.pageScrollChar .pakipaki {
  background-color: #B9D4F4;
}
.pageScrollChar .nobinobi {
  background-color: #D2F5A0;
}
.pageScrollChar .giragira {
  background-color: #D9CEFF;
}
.pageScrollChar .tsuntsun {
  background-color: #FFE4BB;
}
.pageScrollChar .surasura {
  background-color: #77BFE5;
}
.pageScrollChar .yuruyuru {
  background-color: #C7ADE9;
}
.pageScrollChar .yuuyuu {
  background-color: #A1CC67;
}
.pageScrollChar .amaama {
  background-color: #FF789A;
}
.pageScrollChar .ikeike {
  background-color: #EF9B61;
}
.pageScrollChar .bachibachi {
  background-color: #D3D3D3;
}

@media screen and (max-width: 767px) {
  .pageScrollCharBody {
    background-image: none;
  }
  .pageScrollCharBody .pageScrollChar {
    background-image: none;
  }
}
/*====================================================================
pageScrollChar SP
====================================================================*/
@media screen and (max-width: 375px) {
  .pageScrollChar__meawLogo__wrapper {
    padding: 0 3.7333333333vw;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pageScrollChar__meawLogo img {
    padding: 2.6666666667vw 0;
    max-width: 26.6666666667vw;
  }
  .pageScrollChar {
    background-attachment: scroll;
  }
  .pageScrollChar__container {
    padding: 74.6666666667vw 0 0;
  }
  .pageScrollChar__menu {
    top: 15.4666666667vw;
    right: 9.6vw;
  }
  .pageScrollChar__menuItem {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
  .pageScrollChar__introBoxMain {
    padding: 2.6666666667vw 0;
    top: 16vw;
    -webkit-backdrop-filter: blur(1.3333333333vw);
            backdrop-filter: blur(1.3333333333vw);
  }
  .pageScrollChar__introBoxMain__label {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__introBoxMain__label {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBoxMain__label.label--sm {
    font-size: 4.8vw;
  }
  .pageScrollChar__introBoxMain__label.label--big {
    margin-top: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
  .pageScrollChar__fixedElement {
    max-width: 100vw;
  }
  .pageScrollChar__aiImg {
    top: 45.3333333333vw;
    max-width: 35.4666666667vw;
  }
  .pageScrollChar__aiImg.body.is-scrolled {
    left: -4vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .pageScrollChar__aiImg.is-scrolled.head {
    left: -4vw;
  }
  .pageScrollChar__aiImg.body {
    top: 44.2666666667vw;
  }
  .pageScrollChar__messageBox {
    max-width: 58.6666666667vw;
  }
  .pageScrollChar__introBox1__wrapper {
    margin: 0 auto 4.5333333333vw;
    padding: 0 3.7333333333vw;
  }
  .pageScrollChar__introBox1 {
    margin-bottom: 28vw;
    padding: 2.6666666667vw 5.3333333333vw;
    width: 37.3333333333vw;
    min-height: 16vw;
    border: 0.2666666667vw solid #fff;
    border-radius: 5.3333333333vw;
  }
  .pageScrollChar__introBox1__text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__introBox1__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox2 {
    margin: 21.3333333333vw -3.7333333333vw 6.4vw auto;
  }
  .pageScrollChar__introBox2__wrapper {
    padding: 5.0666666667vw 0 1.6vw;
    width: 48vw;
    border: 0.2666666667vw solid #000000;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
  .pageScrollChar__introBox2__text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__introBox2__text {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox2__ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #000000;
    -webkit-text-stroke: 0.1333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__introBox2__ttl {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__introBox2__shadow {
    top: 1.6vw;
    right: 0;
    width: 46.4vw;
    height: 24vw;
    border: 0.2666666667vw solid #000000;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
  .pageScrollChar__scrollMe {
    margin: 0 0 6.4vw;
    padding-right: 16.5333333333vw;
  }
  .pageScrollChar__sparks {
    margin: 6.4vw auto 0;
  }
  .pageScrollChar__spark {
    margin-right: 2.6666666667vw;
  }
  .pageScrollChar__messageBox__mainBox {
    margin-bottom: 6.1333333333vw;
    background-color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 1.0666666667vw;
    padding: 6.4vw 6.4vw;
  }
  .pageScrollChar__mainBox__label {
    top: -3.2vw;
    width: 22.9333333333vw;
    height: 6.4vw;
    border: 0.2666666667vw solid #000000;
    border-radius: 10.6666666667vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__mainBox__label {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__mainBox__title {
    margin-bottom: 4vw;
    padding-bottom: 3.2vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__mainBox__title {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__mainBox__title:after {
    width: 20.8vw;
    height: 0.5333333333vw;
  }
  .pageScrollChar__mainBox__desc {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__mainBox__desc {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__floatBox {
    margin-bottom: 3.4666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .pageScrollChar__floatBox__ttl {
    margin: -9.3333333333vw auto 2.6666666667vw;
    padding: 1.3333333333vw 4vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
    max-width: 41.3333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__floatBox__ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__floatBox__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__floatBox__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__outFitBox {
    margin-bottom: 5.3333333333vw;
    padding: 0.5333333333vw 0.5333333333vw 3.7333333333vw;
    border: 0.2666666667vw solid #202B6C;
  }
  .pageScrollChar__outFitBox__tag {
    top: -4vw;
    left: -3.2vw;
    margin: 0;
    width: 28.2666666667vw;
    height: 8vw;
    border: 0.2666666667vw solid #000000;
    border-radius: 10.6666666667vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000000;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgb(0, 0, 0);
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__outFitBox__tag {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__outFitBox__desc {
    margin: 3.4666666667vw auto 0;
    padding: 0 6.6666666667vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #000000;
    text-underline-offset: 0.5333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__outFitBox__desc {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .pageScrollChar__outFitBox__desc:after {
    right: 2.1333333333vw;
    width: 2.6666666667vw;
    height: 4.8vw;
  }
  .pageScrollChar__questionnaireBtn {
    margin: 5.3333333333vw auto 16vw;
    height: 16vw;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #fff;
    border: 0.2666666667vw solid #000000;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .pageScrollChar__questionnaireBtn {
    font-size: 3.7333333333vw;
  }
}
.pageSummary {
  height: auto;
  min-height: 100vh;
}

@media screen and (max-width: 375px) {
  .pageSummary {
    height: auto;
    min-height: 100vh;
  }
}
.pageTerms {
  min-height: 100vh;
}
.pageTerms .siteContainer {
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 100%;
  max-width: 425px;
}
.pageTerms .pageBtn {
  margin: 22px auto 0;
}
.pageTerms .form__btn--white {
  margin: 15px auto 0;
}
.pageTerms__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.pageTerms__content {
  margin: 15px auto 0;
  padding: 15px 12px;
  width: calc(100% - 20px);
  height: 370px;
  background-color: #fff;
  overflow: auto;
}
.pageTerms__contentTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.25;
}
.pageTerms__accept {
  margin: 20px auto 0;
}
.pageTerms__acceptLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageTerms__acceptTxt {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 375px) {
  .pageTerms .siteContainer {
    padding: 10.6666666667vw 0 5.3333333333vw;
    max-width: 113.3333333333vw;
  }
  .pageTerms .pageBtn {
    margin: 5.8666666667vw auto 0;
  }
  .pageTerms .form__btn--white {
    margin: 4vw auto 0;
  }
  .pageTerms__heading {
    font-size: 3.4666666667vw;
  }
  .pageTerms__content {
    margin: 4vw auto 0;
    padding: 4vw 3.2vw;
    width: calc(100% - 5.3333333333vw);
    height: 98.6666666667vw;
  }
  .pageTerms__contentTxt {
    font-size: 2.9333333333vw;
  }
  .pageTerms__accept {
    margin: 5.3333333333vw auto 0;
  }
  .pageTerms__acceptTxt {
    margin-left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
/* =======================
 * utilities
 * ======================= */
.txtCenter {
  text-align: center;
}

.dBlock {
  display: block;
}

.txtCenter {
  text-align: center;
}

.w100per {
  width: 100%;
}

.mediumTxt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 375px) {
  .mediumTxt {
    font-size: 20px;
  }
}

.darkerBg {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#9682B3), to(#EAEBD5));
  background-image: linear-gradient(to bottom right, #9682B3, #EAEBD5);
  position: relative;
}

.colorViolet {
  color: #72559D;
}

.colorDarkgray {
  color: #333;
}

.colorBlue3 {
  color: #004DFF;
}

.colorBlue4 {
  color: #0044FF;
}

.colorBlue5 {
  color: #005DFF;
}

.linearGradient1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 252, 240)), to(rgb(223, 213, 246)));
  background: linear-gradient(180deg, rgb(255, 252, 240) 0%, rgb(223, 213, 246) 100%);
}

.linearGradient2 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(215, 183, 243)), to(rgb(207, 180, 184)));
  background: linear-gradient(90deg, rgb(215, 183, 243) 0%, rgb(207, 180, 184) 100%);
  position: relative;
}
.linearGradient2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fffcf0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fffcf0 2%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.dayIndicator {
  margin-bottom: 11px;
  display: block;
  text-transform: uppercase;
  font-family: "bilo", sans-serif;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #72559D;
}
@media screen and (max-width: 375px) {
  .dayIndicator {
    font-size: 20px;
  }
}

.schedInfo {
  margin: 0 auto;
  padding: 10px 6px;
  text-align: center;
  max-width: 230px;
  font-family: "Corporate Logo ver3", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background-color: #c4b4cc;
  border-radius: 30px;
}

.selectClear {
  padding: 5px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-webkit-keyframes displayChange {
  0%, 49.9% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes displayChange {
  0%, 49.9% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 375px) {
  .mediumTxt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
    color: #000000;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .mediumTxt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .dayIndicator {
    margin-bottom: 2.9333333333vw;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #72559D;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .dayIndicator {
    font-size: 8vw;
  }
}
@media screen and (max-width: 375px) {
  .schedInfo {
    padding: 2.6666666667vw 1.6vw;
    max-width: 61.3333333333vw;
    font-size: 4.5333333333vw;
    border-radius: 8vw;
  }
  .selectClear {
    padding: 1.3333333333vw;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}