@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media only screen and (max-width: 768px) {
  .flex.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.flex .w80 {
  width: 79%;
}
@media only screen and (max-width: 768px) {
  .flex .w80 {
    width: 78%;
    margin-inline: auto;
  }
}
.flex .w70 {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .flex .w70 {
    width: 96%;
    margin-inline: auto;
  }
}
.flex .w60 {
  width: 59%;
}
@media only screen and (max-width: 768px) {
  .flex .w60 {
    width: 96%;
    margin-inline: auto;
  }
}
.flex .w50 {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .flex .w50 {
    width: 96%;
    margin-inline: auto;
  }
}
.flex .w40 {
  width: 39%;
}
@media only screen and (max-width: 768px) {
  .flex .w40 {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 3%;
  }
}
.flex .w30 {
  width: 29%;
}
@media only screen and (max-width: 768px) {
  .flex .w30 {
    width: 65%;
    margin-inline: auto;
    margin-block: 10% 6%;
  }
}
.flex .w20 {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .flex .w20 {
    width: 21%;
    margin-inline: auto;
  }
}

.bg01 {
  background: #f2f2f2;
}

.bg02 {
  background: #f0f0f0;
}

.bg03 {
  background: rgba(101, 61, 146, 0.1137254902);
}

.maxw700 {
  max-width: 700px;
}

.maxw800 {
  max-width: 800px;
}

.maxw850 {
  max-width: 850px;
}

.maxw900 {
  max-width: 900px;
}

.maxw950 {
  max-width: 950px;
}

.maxw1000 {
  max-width: 1000px;
}

.maxw1050 {
  max-width: 1050px;
}

.maxw1100 {
  max-width: 1100px;
}

.maxw1200 {
  max-width: 1200px;
}

.maxw1300 {
  max-width: 1300px;
}

.mt2 {
  margin-top: 2% !important;
}

.mb2 {
  margin-bottom: 2% !important;
}

.mb4 {
  margin-bottom: 4% !important;
}

.mb6 {
  margin-bottom: 6% !important;
}

@media only screen and (max-width: 768px) {
  .mb10-sp {
    margin-bottom: 10% !important;
  }
}

@media only screen and (max-width: 768px) {
  .pt3-sp {
    padding-top: 3% !important;
  }
}

.w90 {
  width: 90% !important;
  margin-inline: auto;
  padding-bottom: 9%;
}

@media only screen and (max-width: 768px) {
  .w100-sp {
    width: 100% !important;
  }
}

.ma {
  margin-inline: auto;
}

.txt_c {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .txt_l-sp {
    text-align: left !important;
  }
}

.h4-01 {
  background: #333333;
  color: #fff;
  font-size: min(4vw, 2.3rem);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 3%;
  padding: 0.5%;
}

.h5-01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: min(4.5vw, 2rem);
  font-weight: 800;
  margin-bottom: 2.5%;
}
.h5-01:before {
  content: "";
  display: block;
  background: #653d92;
  width: 11%;
  height: 3px;
  margin: auto 2% auto 0;
}

figure figcaption {
  font-size: min(2.5vw, 1rem);
  letter-spacing: 0;
}

.cap {
  font-size: min(2.5vw, 1rem);
  letter-spacing: 0;
  display: block;
  padding-top: 6px;
  line-height: 1.5;
}

.headbar-bg {
  background-color: unset;
}
.headbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .headbar__logo a {
    padding: 15px 10px;
  }
}
.headbar__logo a:nth-child(2) {
  width: 20rem;
}

.obj--icon-wh {
  -webkit-filter: none;
          filter: none;
}

.icon-btn {
  background-color: #653d92;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 50px;
  height: 50px;
}

.icon-btn--acc {
  display: none;
}

.hambmenu {
  background-color: #653d92;
}
.hambmenu .cardbox {
  margin: 8% auto 6%;
}
.hambmenu .cardbox ul {
  width: 500%;
  padding: 9% 2%;
}
.hambmenu .cardbox ul li {
  max-width: none;
  margin-inline: 0.5%;
}
@media screen and (min-width: 769px) {
  .hambmenu {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .hambmenu.js-open {
    padding-bottom: 50%;
  }
}
.hambmenu__btn__txt span {
  display: inline-block;
  font-size: 80%;
}
.hambmenu__inq {
  width: 50%;
  padding-bottom: 0rem;
  padding: 0 0rem 1rem;
}
@media only screen and (max-width: 768px) {
  .hambmenu__inq {
    width: 90%;
    padding: 0;
  }
}
.hambmenu__inq__btn a {
  background: #222B3C;
  color: #fff;
}
.hambmenu__inq__btn a:hover {
  background: #fff;
  color: #222B3C;
}
.hambmenu .cardbox_navi {
  width: 100%;
  max-width: 1400px;
  margin: 3% auto;
  overflow-x: scroll;
}
.hambmenu .cardbox_navi::-webkit-scrollbar {
  width: 10%;
  height: 10px;
}
.hambmenu .cardbox_navi {
  /* 背景（トラック） */
}
.hambmenu .cardbox_navi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 0;
}
.hambmenu .cardbox_navi {
  /* つまみ（サム） */
}
.hambmenu .cardbox_navi::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.hambmenu .cardbox_navi {
  /* hover時 */
}
.hambmenu .cardbox_navi::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4901960784);
}
@media only screen and (max-width: 768px) {
  .hambmenu .cardbox_navi {
    margin: 0 auto 6%;
  }
}
.hambmenu .cardbox_navi ul {
  width: 250%;
  max-width: 2600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  background: rgba(255, 255, 255, 0.4274509804);
}
@media only screen and (max-width: 768px) {
  .hambmenu .cardbox_navi ul {
    width: 450%;
  }
}
.hambmenu .cardbox_navi ul li {
  width: 14.2857142857%;
  max-width: 300px;
  margin-inline: 0.5%;
}

.u-btn-next--blu {
  background-color: #653d92;
}

.coming a {
  pointer-events: none;
  opacity: 0.5;
}

.p-cont-bg {
  background-color: #fff;
}

.cardbox {
  width: 100%;
  max-width: 1400px;
  margin: 3% auto;
  overflow-x: scroll;
}
.cardbox::-webkit-scrollbar {
  width: 10%;
  height: 10px;
}
.cardbox {
  /* 背景（トラック） */
}
.cardbox::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 0;
}
.cardbox {
  /* つまみ（サム） */
}
.cardbox::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.cardbox {
  /* hover時 */
}
.cardbox::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4901960784);
}
@media only screen and (max-width: 768px) {
  .cardbox {
    margin: 8% auto 6%;
  }
}
.cardbox ul {
  width: 250%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  background: rgba(255, 255, 255, 0.4274509804);
}
@media only screen and (max-width: 768px) {
  .cardbox ul {
    width: 300%;
  }
}
.cardbox ul li {
  width: 14.2857142857%;
  max-width: 300px;
  margin-inline: 0.5%;
}

header .info {
  display: none;
}

#guide .info {
  display: none;
}
#guide .icon-btn {
  display: none;
}
#guide .headbar-sp {
  display: none;
}
#guide main {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #guide main {
    padding-top: 0;
  }
}
#guide .p-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../../assets/img/guide/mv_bg.webp");
  background-size: cover;
  padding-top: 1px;
  height: 100dvh;
}
@media only screen and (max-width: 768px) {
  #guide .p-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 94dvh;
  }
}
#guide .p-mv h1 {
  position: absolute;
  width: 31%;
  top: 30%;
  left: 3%;
}
@media only screen and (max-width: 768px) {
  #guide .p-mv h1 {
    position: relative;
    width: 86%;
    top: auto;
    left: auto;
    margin: 15% auto 3%;
  }
}
#guide .p-mv__bgtxt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fill-available;
}
#guide .p-mv__bgtxt li {
  width: 40%;
}
#guide .p-mv__bgtxt li:first-child {
  margin: 0 0 auto auto;
}
#guide .p-mv__bgtxt li:last-child {
  margin: auto auto 0 0;
}
@media only screen and (max-width: 768px) {
  #guide .p-mv__bgtxt {
    margin-left: unset;
    text-align: center;
    white-space: nowrap;
  }
}
#guide .p-mv .mv_box {
  position: relative;
  width: 59%;
  margin: -1.2% 5% 0 auto;
}
@media screen and (max-width: 1440px) {
  #guide .p-mv .mv_box {
    width: 65%;
    margin: -1.2% 1% 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #guide .p-mv .mv_box {
    width: 98%;
    margin: 0 auto;
  }
}
#guide .p-mv .mv_box .mv_cloud {
  position: absolute;
  width: 100%;
  max-width: 1160px;
  top: 13%;
  left: 1%;
}
@media only screen and (max-width: 768px) {
  #guide .p-mv .mv_box .mv_cloud {
    width: 96%;
  }
}
#guide .p-mv .mv_box .icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#guide .p-mv .mv_box .btn {
  position: absolute;
  width: 25%;
}
#guide .p-mv .mv_box .btn a {
  display: block;
  opacity: 0;
}
#guide .p-mv .mv_box .btn a:hover {
  opacity: 1;
}
#guide .p-mv .mv_box .btn p {
  display: block;
  margin: auto;
}
#guide .p-mv .mv_box .btn p:hover {
  opacity: 0;
}
#guide .p-mv .mv_box .btn.btn01 {
  top: 56.1%;
  left: 76.1%;
}
#guide .p-mv .mv_box .btn.btn01 p {
  width: 80%;
}
#guide .p-mv .mv_box .btn.btn01 a {
  margin-top: -73%;
  margin-left: -45%;
  width: 150%;
}
#guide .p-mv .mv_box .btn.btn02 {
  top: 23.7%;
  left: 63.6%;
}
#guide .p-mv .mv_box .btn.btn02 p {
  width: 70%;
}
#guide .p-mv .mv_box .btn.btn02 a {
  margin-top: -45%;
  margin-left: -45%;
  width: 150%;
}
#guide .p-mv .mv_box .btn.btn03 {
  top: 80%;
  left: 11.95%;
}
#guide .p-mv .mv_box .btn.btn03 p {
  width: 70%;
}
#guide .p-mv .mv_box .btn.btn03 a {
  margin-top: -75%;
  margin-left: -7%;
  width: 144%;
}
#guide .p-mv .mv_box .btn.btn04 {
  top: 52%;
  left: -2.6%;
}
#guide .p-mv .mv_box .btn.btn04 p {
  width: 70%;
}
#guide .p-mv .mv_box .btn.btn05 {
  top: 80.8%;
  left: 61.8%;
}
#guide .p-mv .mv_box .btn.btn05 p {
  width: 76%;
}
#guide .p-mv .mv_box .btn.btn06 {
  top: 38.2%;
  left: 29.4%;
}
#guide .p-mv .mv_box .btn.btn06 p {
  width: 70%;
}
#guide .p-mv .mv_box .btn.btn07 {
  top: 14.8%;
  left: 14.5%;
}
#guide .p-mv .mv_box .btn.btn07 p {
  width: 70%;
}
#guide .p-mv img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #guide .cardbox {
    margin: 3% auto 0;
    overflow-y: hidden;
  }
  #guide .cardbox ul {
    padding-top: 0;
    margin-top: -10%;
  }
}
#guide .cardbox_navi {
  width: 100%;
  max-width: 1400px;
  margin: 3% auto;
  overflow-x: scroll;
}
#guide .cardbox_navi::-webkit-scrollbar {
  width: 10%;
  height: 10px;
}
#guide .cardbox_navi {
  /* 背景（トラック） */
}
#guide .cardbox_navi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 0;
}
#guide .cardbox_navi {
  /* つまみ（サム） */
}
#guide .cardbox_navi::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
#guide .cardbox_navi {
  /* hover時 */
}
#guide .cardbox_navi::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4901960784);
}
@media only screen and (max-width: 768px) {
  #guide .cardbox_navi {
    margin: 0 auto 6%;
  }
}
#guide .cardbox_navi ul {
  width: 250%;
  max-width: 2600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 2% 2%;
  background: rgba(255, 255, 255, 0.4274509804);
}
@media only screen and (max-width: 768px) {
  #guide .cardbox_navi ul {
    width: 450%;
  }
}
#guide .cardbox_navi ul li {
  width: 14.2857142857%;
  max-width: 300px;
  margin-inline: 0.5%;
}

#merit main, #timing main, #choice main {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #merit main, #timing main, #choice main {
    padding-top: 0;
  }
}
#merit .u-container, #timing .u-container, #choice .u-container {
  max-width: 1200px;
  margin-inline: auto;
}
#merit .p-cont-bg, #timing .p-cont-bg, #choice .p-cont-bg {
  background-color: #fff;
}
#merit .p-mv, #timing .p-mv, #choice .p-mv {
  position: relative;
  padding-top: 1px;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv, #timing .p-mv, #choice .p-mv {
    /*height: 100vh;*/
  }
}
#merit .p-mv h1, #timing .p-mv h1, #choice .p-mv h1 {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv h1, #timing .p-mv h1, #choice .p-mv h1 {
    position: relative;
  }
}
#merit .p-mv__bgtxt, #timing .p-mv__bgtxt, #choice .p-mv__bgtxt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fill-available;
}
#merit .p-mv__bgtxt li, #timing .p-mv__bgtxt li, #choice .p-mv__bgtxt li {
  width: 40%;
  margin: 0 0 auto auto;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv__bgtxt, #timing .p-mv__bgtxt, #choice .p-mv__bgtxt {
    margin-left: unset;
    text-align: center;
    white-space: nowrap;
  }
}
#merit .p-mv__illust, #timing .p-mv__illust, #choice .p-mv__illust {
  position: relative;
}
#merit .p-mv__read, #timing .p-mv__read, #choice .p-mv__read {
  width: 100%;
  max-width: 1200px;
  font-size: min(3.5vw, 1.8rem);
  font-weight: 600;
}
#merit .p-mv__read .icon, #timing .p-mv__read .icon, #choice .p-mv__read .icon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#merit .p-mv img, #timing .p-mv img, #choice .p-mv img {
  width: 100%;
}
#merit, #timing, #choice {
  /* フェードイン */
}
#merit .fadein, #timing .fadein, #choice .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#merit .fadein.active, #timing .fadein.active, #choice .fadein.active {
  opacity: 11;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#merit, #timing, #choice {
  /* マーカーテキスト */
}
#merit u, #timing u, #choice u {
  text-decoration: none;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 217, 63, 0.5529411765))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(255, 217, 63, 0.5529411765) 0 0) 0 100%/0 0.65em no-repeat;
  -webkit-transition: background-size 1s ease;
  transition: background-size 1s ease;
}
#merit u.in, #timing u.in, #choice u.in {
  background-size: 100% 0.6em;
}
#merit, #timing, #choice {
  /* リンクボタン */
}
#merit .p-link, #timing .p-link, #choice .p-link {
  width: 100%;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.2392156863));
          filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.2392156863));
  margin: 0;
}
#merit .p-link ul, #timing .p-link ul, #choice .p-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 1.5%;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #merit .p-link ul, #timing .p-link ul, #choice .p-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5% 3.5% 3.5%;
  }
}
#merit .p-link ul li, #timing .p-link ul li, #choice .p-link ul li {
  width: 33.3333333333%;
  margin: 0.5%;
  border: 1px solid #653d92;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (max-width: 768px) {
  #merit .p-link ul li, #timing .p-link ul li, #choice .p-link ul li {
    width: 96%;
    margin: 1% auto 3%;
  }
}
#merit .p-link ul li a, #timing .p-link ul li a, #choice .p-link ul li a {
  position: relative;
  display: inline-block;
  font-size: min(3.5vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  padding: 3% 2%;
}
@media only screen and (max-width: 768px) {
  #merit .p-link ul li a, #timing .p-link ul li a, #choice .p-link ul li a {
    padding: 2%;
  }
}
#merit .p-link ul li a span, #timing .p-link ul li a span, #choice .p-link ul li a span {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0.1% 6%;
  border-radius: 20px;
  background: #653d92;
  font-size: min(2.5vw, 1.5rem);
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #merit .p-link ul li a span, #timing .p-link ul li a span, #choice .p-link ul li a span {
    top: -24%;
  }
}
#merit .p-link ul li a.style02, #timing .p-link ul li a.style02, #choice .p-link ul li a.style02 {
  padding-block: 1.2%;
  line-height: 1.2;
}
#merit .p-link ul li.active, #merit .p-link ul li:hover, #timing .p-link ul li.active, #timing .p-link ul li:hover, #choice .p-link ul li.active, #choice .p-link ul li:hover {
  background: #653d92;
}
#merit .p-link ul li.active a, #merit .p-link ul li:hover a, #timing .p-link ul li.active a, #timing .p-link ul li:hover a, #choice .p-link ul li.active a, #choice .p-link ul li:hover a {
  color: #fff;
}
#merit .btn-reform, #timing .btn-reform, #choice .btn-reform {
  /*display: block;*/
  width: 100%;
  max-width: 100%;
  margin-top: 3%;
  text-decoration: none;
}
#merit .btn-reform__inner, #timing .btn-reform__inner, #choice .btn-reform__inner {
  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;
  gap: 0.6rem;
  padding: 1.7%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#a78bc4), to(#7a4fa1));
  background: linear-gradient(90deg, #a78bc4 0%, #7a4fa1 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: min(4vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  /*&::after {
      content: "›";
      position: absolute;
   top:-2px;
      right: 3%;
      font-size: min(3vw,4.6rem);
   font-weight: 100;
      line-height: 1;
  @include bp(sm) {font-size:8vw;}
    }*/
}
#merit .btn-reform__inner.s, #timing .btn-reform__inner.s, #choice .btn-reform__inner.s {
  padding: 3.4%;
  gap: 0;
}
#merit .btn-reform__inner.s::after, #timing .btn-reform__inner.s::after, #choice .btn-reform__inner.s::after {
  top: -5px;
}
@media only screen and (max-width: 768px) {
  #merit .btn-reform__inner, #timing .btn-reform__inner, #choice .btn-reform__inner {
    padding: 3.4% 1.7%;
  }
}
#merit .btn-reform__icon, #timing .btn-reform__icon, #choice .btn-reform__icon {
  width: 1.6em;
  height: auto;
}
#merit .btn-reform__text, #timing .btn-reform__text, #choice .btn-reform__text {
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  #merit .btn-reform__text, #timing .btn-reform__text, #choice .btn-reform__text {
    font-size: 1.3vw;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  #merit .btn-reform__text, #timing .btn-reform__text, #choice .btn-reform__text {
    font-size: 3.5vw;
  }
}
#merit .btn-reform:hover .btn-reform__inner, #timing .btn-reform:hover .btn-reform__inner, #choice .btn-reform:hover .btn-reform__inner {
  opacity: 0.9;
}
#merit h3.main-h3, #timing h3.main-h3, #choice h3.main-h3 {
  font-size: min(4.5vw, 3rem);
  font-weight: 900;
  text-align: center;
  margin: 2% auto;
}
@media only screen and (max-width: 768px) {
  #merit h3.main-h3, #timing h3.main-h3, #choice h3.main-h3 {
    margin: 2% auto 4%;
    padding-bottom: 4%;
  }
}
#merit h3.main-h3.u-line:after, #timing h3.main-h3.u-line:after, #choice h3.main-h3.u-line:after {
  content: "";
  display: block;
  background: #653d92;
  width: 6%;
  height: 1px;
  margin: 1% auto auto;
}
@media only screen and (max-width: 768px) {
  #merit h3.main-h3.u-line:after, #timing h3.main-h3.u-line:after, #choice h3.main-h3.u-line:after {
    width: 12%;
    margin: 3% auto auto;
  }
}
#merit .commonbox01, #timing .commonbox01, #choice .commonbox01 {
  position: relative;
  border: 1px solid #653d92;
  padding: 2%;
}
@media only screen and (max-width: 768px) {
  #merit .commonbox01, #timing .commonbox01, #choice .commonbox01 {
    padding: 5% 3%;
  }
}
#merit .commonbox01 h6, #timing .commonbox01 h6, #choice .commonbox01 h6 {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #653d92;
  text-align: center;
  font-weight: 800;
  background: #f0f0f0;
  padding-inline: 2%;
  font-size: min(4vw, 1.8rem);
}
#merit .commonbox01 h6.bg-w, #timing .commonbox01 h6.bg-w, #choice .commonbox01 h6.bg-w {
  background: #fff;
}
#merit .commonbox01 figure, #timing .commonbox01 figure, #choice .commonbox01 figure {
  width: 20%;
  margin: 3% auto;
}

#merit .p-mv {
  background: url("../../../assets/img/guide/merit/mv_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv {
    background: url("../../../assets/img/guide/merit/mv_bg-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#merit .p-mv h1 {
  width: 25%;
  top: 30%;
  left: 9%;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv h1 {
    width: 48%;
    top: auto;
    left: auto;
    margin: 29% auto auto 5%;
  }
}
#merit .p-mv__illust {
  width: 35%;
  margin: 2% 5% auto auto;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv__illust {
    width: 40%;
    margin: -34% 3% auto auto;
  }
}
#merit .p-mv__read {
  padding: 1%;
  margin: -8% auto 2%;
}
@media only screen and (max-width: 768px) {
  #merit .p-mv__read {
    width: 95%;
    margin: 8% auto 7%;
    padding: 0;
  }
}
#merit .p-merit00 h3, #merit .p-merit01 h3, #merit .p-merit02 h3 {
  position: relative;
}
#merit .p-merit00 h3 span, #merit .p-merit01 h3 span, #merit .p-merit02 h3 span {
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 0.1% 1%;
  border-radius: 20px;
  background: #653d92;
  font-size: min(2.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 h3 span, #merit .p-merit01 h3 span, #merit .p-merit02 h3 span {
    top: -56%;
    padding: 0.1% 4%;
  }
}
#merit .p-merit00 .box01, #merit .p-merit01 .box01, #merit .p-merit02 .box01 {
  margin-bottom: 3%;
  padding: 4%;
  border-radius: 1em;
}
#merit .p-merit00 .box01 .box01-1, #merit .p-merit01 .box01 .box01-1, #merit .p-merit02 .box01 .box01-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 3% auto 4.5%;
}
#merit .p-merit00 .box01 .box01-1 > div:first-of-type, #merit .p-merit01 .box01 .box01-1 > div:first-of-type, #merit .p-merit02 .box01 .box01-1 > div:first-of-type {
  width: 17%;
  padding-inline: 2%;
}
#merit .p-merit00 .box01 .box01-1 > div:nth-of-type(2), #merit .p-merit01 .box01 .box01-1 > div:nth-of-type(2), #merit .p-merit02 .box01 .box01-1 > div:nth-of-type(2) {
  width: inherit;
}
#merit .p-merit00 .box01 .box01-1 > div:nth-of-type(2) ul, #merit .p-merit01 .box01 .box01-1 > div:nth-of-type(2) ul, #merit .p-merit02 .box01 .box01-1 > div:nth-of-type(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2%;
}
#merit .p-merit00 .box01 .box01-1 > div:nth-of-type(2) ul li, #merit .p-merit01 .box01 .box01-1 > div:nth-of-type(2) ul li, #merit .p-merit02 .box01 .box01-1 > div:nth-of-type(2) ul li {
  width: 49%;
  border-radius: 2em;
  font-size: min(3vw, 1.8rem);
  text-align: center;
  padding: 1%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 .box01 .box01-1 > div:nth-of-type(2) ul li, #merit .p-merit01 .box01 .box01-1 > div:nth-of-type(2) ul li, #merit .p-merit02 .box01 .box01-1 > div:nth-of-type(2) ul li {
    border-radius: 1em;
  }
}
#merit .p-merit00 .box01 .box01-2, #merit .p-merit01 .box01 .box01-2, #merit .p-merit02 .box01 .box01-2 {
  width: 100%;
}
#merit .p-merit00 .box01 .box01-2 p, #merit .p-merit01 .box01 .box01-2 p, #merit .p-merit02 .box01 .box01-2 p {
  text-align: center;
  padding-bottom: 0.5%;
}
#merit .p-merit00 .box01 .box01-2 ul, #merit .p-merit01 .box01 .box01-2 ul, #merit .p-merit02 .box01 .box01-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 1%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 .box01 .box01-2 ul, #merit .p-merit01 .box01 .box01-2 ul, #merit .p-merit02 .box01 .box01-2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#merit .p-merit00 .box01 .box01-2 ul li, #merit .p-merit01 .box01 .box01-2 ul li, #merit .p-merit02 .box01 .box01-2 ul li {
  margin-inline: 2%;
  white-space: nowrap;
}
#merit .p-merit00 .box01 .box01-2 ul li:before, #merit .p-merit01 .box01 .box01-2 ul li:before, #merit .p-merit02 .box01 .box01-2 ul li:before {
  content: "●";
  display: inline-block;
  color: #a370dd;
  padding-right: 1.5%;
  font-size: 80%;
}
#merit .p-merit00 .box01 .box01-3, #merit .p-merit01 .box01 .box01-3, #merit .p-merit02 .box01 .box01-3 {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 .box01 .box01-3, #merit .p-merit01 .box01 .box01-3, #merit .p-merit02 .box01 .box01-3 {
    width: 100%;
    margin: 0 auto 10%;
  }
}
#merit .p-merit00 .box01 .box01-3 .icon, #merit .p-merit01 .box01 .box01-3 .icon, #merit .p-merit02 .box01 .box01-3 .icon {
  max-width: 100px;
  margin: 0 auto 3%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 .box01 .box01-3 .icon, #merit .p-merit01 .box01 .box01-3 .icon, #merit .p-merit02 .box01 .box01-3 .icon {
    max-width: 80px;
  }
}
#merit .p-merit00 .box01 .box01-3 p, #merit .p-merit01 .box01 .box01-3 p, #merit .p-merit02 .box01 .box01-3 p {
  padding-bottom: 1%;
}
#merit .p-merit00 .box01 .box01-3 p span, #merit .p-merit01 .box01 .box01-3 p span, #merit .p-merit02 .box01 .box01-3 p span {
  display: inline-block;
  font-size: min(2.5vw, 1rem);
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 .box01 .box01-3 p span, #merit .p-merit01 .box01 .box01-3 p span, #merit .p-merit02 .box01 .box01-3 p span {
    display: block;
  }
}
#merit .p-merit00 {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00__ttl {
    margin-left: 4rem;
  }
}
#merit .p-merit00 dl {
  width: 94%;
  max-width: 1600px;
  margin: 0 0 2% auto;
  padding: 2% 6%;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
  background: rgba(101, 61, 146, 0.1137254902);
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 dl {
    margin: 0 0 2% 4%;
    padding: 4% 4% 4% 12%;
    border-top-left-radius: 6em;
    border-bottom-left-radius: 6em;
    letter-spacing: 0;
  }
}
#merit .p-merit00 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 dl dt {
    padding-bottom: 3%;
  }
}
#merit .p-merit00 dl dt p {
  display: block;
}
#merit .p-merit00 dl dt p:first-child {
  width: 6%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 dl dt p:first-child {
    width: 11%;
  }
}
#merit .p-merit00 dl dt p:nth-child(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.5vw, 2.6rem);
  font-weight: 700;
  padding-left: 1%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 dl dt p:nth-child(2) {
    padding-left: 2%;
  }
}
#merit .p-merit00 dl dd {
  font-size: min(3vw, 1.8rem);
}
@media only screen and (max-width: 768px) {
  #merit .p-merit00 dl dd {
    line-height: 1.5;
  }
}
#merit .p-merit01 {
  padding: 9rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit01 {
    padding: 6rem 0 4rem;
  }
}
#merit .p-merit02 {
  padding: 9rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit02 {
    padding: 6rem 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  #merit .p-merit02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#merit .p-merit02 ul li:first-of-type {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit02 ul li:first-of-type {
    width: 100%;
    padding-block: 4% 6%;
  }
}
#merit .p-merit02 ul li:nth-of-type(2) {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  #merit .p-merit02 ul li:nth-of-type(2) {
    width: 100%;
  }
}
#merit .p-merit02 ul li dl {
  margin: 0 0 2%;
}
#merit .p-merit02 ul li dl dt {
  font-size: min(10vw, 7rem);
  font-weight: bold;
  color: rgba(101, 61, 146, 0.2392156863);
  padding-right: 2%;
}
#merit .p-merit02 ul li dl dd {
  font-size: min(4vw, 2.5rem);
  font-weight: 500;
}

#timing .p-mv {
  background: url("../../../assets/img/guide/timing/mv_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #timing .p-mv {
    background: url("../../../assets/img/guide/timing/mv_bg-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#timing .p-mv h1 {
  width: 40%;
  top: 30%;
  left: 9%;
}
@media only screen and (max-width: 768px) {
  #timing .p-mv h1 {
    width: 54%;
    top: auto;
    left: auto;
    margin: 20% auto auto 5%;
  }
}
#timing .p-mv__illust {
  width: 32%;
  margin: -3.5% 5% auto auto;
}
@media only screen and (max-width: 768px) {
  #timing .p-mv__illust {
    margin: -40% 5% auto auto;
  }
}
#timing .p-mv__read {
  padding: 1%;
  margin: -1% auto 2%;
}
@media only screen and (max-width: 768px) {
  #timing .p-mv__read {
    width: 95%;
    margin: 5% auto 7%;
    padding: 0;
  }
}
#timing .p-timing00 {
  padding: 4rem 0 4rem;
}
#timing .p-timing01 {
  padding: 4rem 0 4rem;
}
#timing .p-timing02 {
  padding: 4rem 0 4rem;
}
#timing .p-timing02 .sp01 .col_img {
  position: relative;
}
#timing .p-timing02 .sp01 .col_img img {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #timing .p-timing02 .sp01 .col_img::after {
    position: absolute;
    top: 92%;
    left: 0;
    right: 5%;
    margin: auto;
    display: block;
    content: "";
    width: 25%;
    height: 0;
    z-index: 1;
    /* ここが「線が引かれていくほど透明→不透明」っぽく見せる肝
       ライン自体は不透明で持っておいて、マスクで先端だけ透明にする */
    background: rgba(101, 61, 146, 0.15);
    /* 先端(下側)だけ透明にフェードするマスク（フェード長は40px） */
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 40px), transparent 100%);
    -webkit-transition: height 0.8s ease-out;
    transition: height 0.8s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #timing .p-timing02 .sp01 .col_img.is-active::after {
    height: 32vh;
  }
}

#choice .p-mv {
  background: url("../../../assets/img/guide/choice/mv_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #choice .p-mv {
    background: url("../../../assets/img/guide/choice/mv_bg-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#choice .p-mv h1 {
  width: 31%;
  top: 32%;
  left: 9%;
}
@media only screen and (max-width: 768px) {
  #choice .p-mv h1 {
    width: 39%;
    top: auto;
    left: auto;
    margin: 25% auto auto 5%;
  }
}
#choice .p-mv__illust {
  width: 30.75%;
  margin: 2% 5% auto auto;
}
@media only screen and (max-width: 768px) {
  #choice .p-mv__illust {
    width: 38.75%;
    margin: -34% 3% auto auto;
  }
}
#choice .p-mv__read {
  padding: 1%;
  margin: -3% auto 2%;
}
@media only screen and (max-width: 768px) {
  #choice .p-mv__read {
    width: 95%;
    margin: 5% auto 7%;
    padding: 0;
  }
}
#choice .p-choice00 {
  padding: 4rem 0 4rem;
}
#choice .p-choice00 .tabs {
  margin: 0 auto 3%;
}
#choice .p-choice00 .tabs__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#choice .p-choice00 .tabs__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2%;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs__labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
#choice .p-choice00 .tabs__label {
  position: relative;
  cursor: pointer;
  padding: 1.2% 3.3%;
  font-size: min(4vw, 2.2rem);
  background: #eee7fb;
  border: 2px solid #6f4bbd;
  margin-bottom: unset;
  font-weight: 700;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs__label {
    width: 50%;
    text-align: center;
    padding: 1.2% 3.3%;
    padding-block: 4%;
  }
  #choice .p-choice00 .tabs__label:first-of-type {
    border-bottom: none;
    border-right: none;
  }
  #choice .p-choice00 .tabs__label:nth-of-type(2) {
    border-bottom: none;
  }
  #choice .p-choice00 .tabs__label:nth-of-type(3) {
    border-right: none;
  }
}
#choice .p-choice00 .tabs #tab1:checked ~ .tabs__labels label[for=tab1],
#choice .p-choice00 .tabs #tab2:checked ~ .tabs__labels label[for=tab2],
#choice .p-choice00 .tabs #tab3:checked ~ .tabs__labels label[for=tab3],
#choice .p-choice00 .tabs #tab4:checked ~ .tabs__labels label[for=tab4] {
  background: #ffffff;
  margin-bottom: -2px;
  padding-block: 1.3%;
  color: #653d92;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs #tab1:checked ~ .tabs__labels label[for=tab1],
  #choice .p-choice00 .tabs #tab2:checked ~ .tabs__labels label[for=tab2],
  #choice .p-choice00 .tabs #tab3:checked ~ .tabs__labels label[for=tab3],
  #choice .p-choice00 .tabs #tab4:checked ~ .tabs__labels label[for=tab4] {
    margin-bottom: 0;
    padding-block: 4%;
  }
}
#choice .p-choice00 .tabs #tab1:checked ~ .tabs__labels label[for=tab1]::after,
#choice .p-choice00 .tabs #tab2:checked ~ .tabs__labels label[for=tab2]::after,
#choice .p-choice00 .tabs #tab3:checked ~ .tabs__labels label[for=tab3]::after,
#choice .p-choice00 .tabs #tab4:checked ~ .tabs__labels label[for=tab4]::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 2px;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs #tab1:checked ~ .tabs__labels label[for=tab1]::after,
  #choice .p-choice00 .tabs #tab2:checked ~ .tabs__labels label[for=tab2]::after,
  #choice .p-choice00 .tabs #tab3:checked ~ .tabs__labels label[for=tab3]::after,
  #choice .p-choice00 .tabs #tab4:checked ~ .tabs__labels label[for=tab4]::after {
    position: relative;
  }
}
#choice .p-choice00 .tabs__box {
  border: 2px solid #6f4bbd;
  background: #ffffff;
  padding: 2% 3% 3%;
  margin-top: -2px;
}
#choice .p-choice00 .tabs__panel {
  display: none;
}
#choice .p-choice00 .tabs #tab1:checked ~ .tabs__box #panel1,
#choice .p-choice00 .tabs #tab2:checked ~ .tabs__box #panel2,
#choice .p-choice00 .tabs #tab3:checked ~ .tabs__box #panel3,
#choice .p-choice00 .tabs #tab4:checked ~ .tabs__box #panel4 {
  display: block;
}
#choice .p-choice00 .tabs__title {
  text-align: center;
  font-size: min(4.5vw, 2.5rem);
  margin: 0;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs__title {
    padding-top: 3%;
  }
}
#choice .p-choice00 .tabs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8%;
  margin: 1% auto 2%;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs__icon {
    width: 17%;
    margin: 3% auto 6%;
  }
}
#choice .p-choice00 .tabs__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice00 .tabs__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#choice .p-choice00 .tabs__card {
  padding: 4% 1.5%;
  border-radius: 0.5em;
}
#choice .p-choice00 .tabs__card--merit {
  background: #fff3cf;
}
#choice .p-choice00 .tabs__card--demerit {
  background: #e6e6e6;
}
#choice .p-choice00 .tabs__head {
  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;
  gap: 1.5%;
  margin: 0 0 2%;
  font-weight: 800;
}
#choice .p-choice00 .tabs__sicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4%;
}
#choice .p-choice00 .tabs__list {
  margin: 0;
  padding-left: 1.2em;
}
#choice .p-choice00 .tabs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding-bottom: 1.3%;
}
#choice .p-choice00 .tabs__list li:before {
  display: inline;
  content: "■";
  color: #653d92;
  font-size: 10px;
  padding-right: 1.5%;
}
#choice .p-choice01 {
  padding: 4rem 0 6rem;
}
#choice .p-choice02 {
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 1280px) {
  #choice .p-choice02 {
    padding: 2rem 0 0;
  }
}
#choice .p-choice02__inner {
  width: 100%;
  position: relative;
  background: url("../../../assets/img/guide/choice/bg01.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner {
    background: url("../../../assets/img/guide/choice/bg01-sp.webp");
    background-size: cover;
  }
}
#choice .p-choice02__inner {
  margin-top: -4%;
}
#choice .p-choice02__inner .flex01 {
  margin: 0 0 0 25%;
  padding-top: 10%;
}
@media screen and (max-width: 1440px) {
  #choice .p-choice02__inner .flex01 {
    margin: 0 0 0 20%;
  }
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex01 {
    margin: 0 3% 8%;
    padding-top: 41%;
  }
  #choice .p-choice02__inner .flex01 p {
    line-height: 1.6;
    padding-bottom: 3%;
  }
}
#choice .p-choice02__inner .flex01 .col_txt {
  width: 38%;
  padding-top: 7%;
  margin-right: -10%;
}
@media screen and (max-width: 1440px) {
  #choice .p-choice02__inner .flex01 .col_txt {
    padding-top: 2%;
    margin-right: -6%;
  }
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex01 .col_txt {
    width: 100%;
    padding-top: 0;
    margin: auto;
  }
}
#choice .p-choice02__inner .flex01 .col_txt p {
  font-size: min(1.3vw, 1em);
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex01 .col_txt p {
    font-size: 3.5vw;
  }
}
#choice .p-choice02__inner .flex01 .col_img {
  width: 64%;
}
@media screen and (max-width: 1440px) {
  #choice .p-choice02__inner .flex01 .col_img {
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex01 .col_img {
    width: 100%;
  }
}
#choice .p-choice02__inner .flex02 {
  margin: -4.5% 0 0 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 3% 12%;
  }
  #choice .p-choice02__inner .flex02 p {
    line-height: 1.6;
    padding-bottom: 3%;
  }
}
#choice .p-choice02__inner .flex02 .col_txt {
  width: 38%;
  padding-top: 10%;
  margin-left: 1%;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex02 .col_txt {
    width: 100%;
    padding-top: 0;
    margin: auto;
  }
}
#choice .p-choice02__inner .flex02 .col_txt p {
  font-size: min(1.3vw, 1em);
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex02 .col_txt p {
    font-size: 3.5vw;
  }
}
#choice .p-choice02__inner .flex02 .col_img {
  width: 53%;
}
@media screen and (max-width: 1440px) {
  #choice .p-choice02__inner .flex02 .col_img {
    width: 44%;
  }
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex02 .col_img {
    width: 100%;
  }
}
#choice .p-choice02__inner .flex03 {
  margin: -5% 0 -3% 17%;
  padding-bottom: 4%;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex03 {
    margin: 0 3% 3%;
  }
  #choice .p-choice02__inner .flex03 p {
    line-height: 1.6;
    padding-bottom: 3%;
  }
}
#choice .p-choice02__inner .flex03 .col_txt {
  width: 31%;
  padding-top: 12%;
  margin-right: 1%;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex03 .col_txt {
    width: 100%;
    padding-top: 0;
    margin: auto;
  }
}
#choice .p-choice02__inner .flex03 .col_txt p {
  font-size: min(1.3vw, 1em);
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex03 .col_txt p {
    font-size: 3.5vw;
  }
}
#choice .p-choice02__inner .flex03 .col_img {
  width: 46%;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner .flex03 .col_img {
    width: 76%;
    margin-right: -25%;
  }
}
#choice .p-choice02__inner h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(2vw, 2.3rem);
  font-weight: 700;
  color: #653d92;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #choice .p-choice02__inner h4 {
    font-size: 4.5vw;
  }
}
#choice .p-choice02__inner h4 span {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5%;
}
#choice .p-choice03 {
  padding: 4rem 0 4rem;
}
#choice .p-choice04 {
  padding: 4rem 0 4rem;
}
#choice .p-choice05 {
  padding: 4rem 0 4rem;
}
.flowSlider {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-top: 1em;
  --flow-speed: 80;
}
@media only screen and (max-width: 768px) {
  .flowSlider {
    --flow-speed: 40;
  }
}
.flowSlider__viewport {
  width: 100%;
  padding-block: 3%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flowSlider__viewport {
    padding-block: 6%;
  }
}
.flowSlider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6em;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.flowSlider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  /*min-width: 18em;*/
}
@media only screen and (max-width: 768px) {
  .flowSlider__item {
    width: 60%;
  }
}
.flowSlider__card {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.flowSlider__card img {
  display: block;
  width: 100%;
  height: auto;
}
.flowSlider__tag {
  position: absolute;
  left: 50%;
  bottom: 0.8em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border: 0.08em solid #111;
  color: #111;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.45em 1.2em;
  border-radius: 999em;
  white-space: nowrap;
}
.flowSlider {
  /* ===== controller ===== */
}
.flowSlider__ctrl {
  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;
  gap: 1em;
  padding-top: 1em;
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  .flowSlider__ctrl {
    margin-bottom: 8%;
  }
}
.flowSlider__btn {
  width: 2em;
  height: 2em;
  border: none;
  border-radius: 999em;
  background: #5a2d91;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.flowSlider__chev {
  width: 0.45em;
  height: 0.45em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  display: block;
}
.flowSlider__chev--left {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 0.05em;
}
.flowSlider__chev--right {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.05em;
}
.flowSlider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.flowSlider__dot {
  width: 2em;
  height: 0.3em;
  border-radius: 999em;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
.flowSlider__dot.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #5a2d91;
}

.box-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .box-bubble {
    padding-inline: 3%;
  }
}
.box-bubble p:first-child {
  width: 16%;
  max-width: 180px;
  padding-right: 4%;
}
@media only screen and (max-width: 768px) {
  .box-bubble p:first-child {
    width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30%;
  }
}
.box-bubble p:nth-child(2) {
  width: 85%;
  position: relative;
  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;
  background: #fff;
  border-radius: 1.3em;
  padding: 2%;
  margin-block: 1.6%;
  line-height: 1.7;
  -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2392156863));
          filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2392156863));
}
@media only screen and (max-width: 768px) {
  .box-bubble p:nth-child(2) {
    padding: 3%;
  }
}
.box-bubble p:nth-child(2) span {
  position: absolute;
  left: -3.3%;
  top: 33%;
  width: 3.5%;
}
@media only screen and (max-width: 768px) {
  .box-bubble p:nth-child(2) span {
    left: -8.3%;
    width: 9.5%;
  }
}
@media screen and (max-width: 1200px) {
  .box-bubble p {
    top: 17%;
    padding: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .box-bubble p {
    top: 17%;
    width: 70%;
    line-height: 1.7;
  }
}
@media screen and (max-width: 376px) {
  .box-bubble p {
    line-height: 1.4;
  }
}

/*横スクロール*/
/*　縦→横→縦スクロール
-------------------------------------*/
.pinScroll {
  height: 250vh;
  position: relative;
}

.pinScroll__sticky {
  position: sticky;
  top: 10%;
  /*height: 52vh;*/
  height: 75vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.pinScroll__track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pinScroll__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}

.pinScroll__image {
  display: block;
  /*height: 43vh;*/
  height: 60vh;
  max-width: none;
  min-width: 200vw;
  padding: 0 1%;
}

.pinScroll.ps-02 .pinScroll__sticky { /*height: 35vh;*/
  height: 70vh;
}

.pinScroll.ps-02 .pinScroll__image { /*height: 30vh;*/
  height: 40vh;
}

@media screen and (max-width: 377px) {
  .pinScroll__track {
    margin-top: 4%;
  }
  .pinScroll__image {
    height: 50vh;
  }
}
@media screen and (min-width: 767.9px) {
  .pinScroll {
    height: auto;
    margin: 0% auto 3%;
  }
  .pinScroll__image {
    height: auto;
    min-width: auto;
    max-width: 1100px;
  }
  .pinScroll__sticky {
    height: auto;
  }
  .pinScroll__inner {
    position: relative;
    top: 0;
    margin: 5% 0;
  }
  .pinScroll.ps-02 .pinScroll__sticky {
    height: auto;
  }
  .pinScroll.ps-02 .pinScroll__image {
    height: auto;
    width: 100%;
  }
}