@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secTopMv {
  position: relative;
}

.secTopMv__scroll {
  position: absolute;
  transform: translateX(-50%);
  bottom: -4.4rem;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .secTopMv__scroll {
    display: none;
  }
}

.secTopMv__scrollText {
  color: #6528B1;
  font-family: "Aboreto", system-ui;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 14px */
  letter-spacing: 0.07em;
}

.secTopMv__scrollIcon {
  margin: 2rem auto 0;
  display: block;
  height: 6.8rem;
  width: 0.9rem;
  background-image: url(../images/top/mv_icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  animation: loop_scroll_arrow 1.2s linear infinite;
}
@keyframes loop_scroll_arrow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20%);
  }
}

.secTopLead {
  background-image: url(../images/top/lead_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopLead {
    background-image: url(../images/top/sp-lead_bg_01.png);
  }
}

.secTopLead__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secTopLead__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.secTopLead__title {
  color: rgba(51, 51, 51, 0.8);
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8; /* 50.4px */
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secTopLead__title {
    font-size: 1.8rem;
    letter-spacing: 0.32rem;
  }
}

.secTopLead__lead {
  margin-top: 1.5rem;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 43.2px */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 750px) {
  .secTopLead__lead {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 2; /* 24px */
    letter-spacing: 0.06rem;
  }
}

.secTopExplan {
  background-image: url(../images/top/explan_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopExplan {
    background-image: url(../images/top/sp-explan_bg_01.png);
  }
}

.secTopExplan__inner {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secTopExplan__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.columnTopDetail {
  gap: 0 5.2rem;
}
@media screen and (max-width: 750px) {
  .columnTopDetail {
    flex-direction: column;
    gap: 10.3rem 0;
  }
}

.columnTopDetail__item {
  position: relative;
}
.columnTopDetail__item:nth-child(2) {
  flex-grow: 1;
}

.columnTopDetail__img {
  width: 51rem;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__img {
    width: 100%;
    border-radius: 2rem;
  }
}

.columnTopDetail__title {
  position: absolute;
  top: 3.7rem;
  left: 2rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__title {
    top: 2rem;
    left: 1.5rem;
  }
}

.columnTopDetail__title--jp {
  color: #333;
  text-shadow: 0.2rem 0.2rem 0.6rem #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 44.8px */
  letter-spacing: 1.34rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: relative;
  padding: 1.2rem 1.4rem 0.7rem 0.9rem;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__title--jp {
    font-size: 2.4rem;
    line-height: 1.3; /* 31.2px */
    letter-spacing: 0.65rem;
    padding: 1.2rem 0.6rem 0.9rem 0.4rem;
  }
}

.columnTopDetail__title--accent01 {
  width: 1.1rem;
  height: 2.3rem;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__title--accent01 {
    width: 0.6rem;
    height: 1.5rem;
  }
}

.columnTopDetail__title--accent02 {
  width: 1.1rem;
  height: 2.3rem;
  border-bottom: 0.1rem solid #333;
  border-left: 0.1rem solid #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__title--accent02 {
    width: 0.6rem;
    height: 1.5rem;
  }
}

.columnTopDetail__title--en {
  color: #6528B1;
  font-family: "Aboreto", system-ui;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 20px */
  letter-spacing: 0.3rem;
  writing-mode: sideways-lr;
  text-orientation: mixed;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__title--en {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.15rem;
  }
}

.columnTopDetail__lead {
  margin-top: 1rem;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2; /* 52.8px */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__lead {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
}

.columnTopDetail__text {
  margin-top: 3rem;
  margin-right: -2rem;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__text {
    margin-top: 2rem;
    margin-right: 0;
  }
}

.columnTopDetail__list {
  margin-top: 4.7rem;
}
@media screen and (max-width: 750px) {
  .columnTopDetail__list {
    margin-top: 2.5rem;
  }
}

.listTopDetail {
  gap: 0 2rem;
  margin-left: -35rem;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .listTopDetail {
    margin-left: 0;
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.listTopDetail__item {
  color: #6528B1;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 28px */
  letter-spacing: 0.25rem;
  text-align: center;
  background-color: #fff;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 8.5rem;
  border: 0.1rem solid #6528B1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listTopDetail__item {
    width: 6rem;
    height: 6rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1; /* 26px */
    letter-spacing: 0.23rem;
  }
  .listTopDetail__item:nth-child(1) {
    margin-left: 3rem;
  }
  .listTopDetail__item:nth-child(3) {
    margin-right: 3rem;
  }
}
.listTopDetail__item--lsSmall {
  letter-spacing: 0.1rem;
}
.listTopDetail__item--ptSmall {
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .listTopDetail__item--spTextSmall {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .listTopDetail__item--splsSmall {
    letter-spacing: 0.09rem;
  }
}
.listTopDetail__item:nth-child(n+4) {
  border: none;
  background-image: url(../images/top/list_detail_iconbg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blkTopDetail__button {
  margin: 6rem auto 0;
}
@media screen and (max-width: 750px) {
  .blkTopDetail__button {
    margin-top: 4rem;
  }
}

.blkTopAbout {
  margin-top: 13.5rem;
}
@media screen and (max-width: 750px) {
  .blkTopAbout {
    margin-top: 6.5rem;
  }
}

.blkTopAbout__title {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2; /* 52.8px */
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .blkTopAbout__title {
    font-size: 2.2rem;
  }
}
.blkTopAbout__title::before {
  content: "Q";
  color: #6528B1;
  font-family: "Aboreto", system-ui;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 80px */
  letter-spacing: 0.4rem;
  opacity: 0.2;
  position: absolute;
  transform: translateY(-50%);
  left: -4.1rem;
  top: 50%;
}
@media screen and (max-width: 750px) {
  .blkTopAbout__title::before {
    font-size: 4.6rem;
    left: -1.8rem;
  }
}

.blkTopAbout__lead {
  margin-top: 5.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .blkTopAbout__lead {
    margin-top: 4rem;
    text-align: left;
  }
}

.blkTopAbout__list {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .blkTopAbout__list {
    margin-top: 2rem;
  }
}

.listTopAbout {
  gap: 0 5rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listTopAbout {
    gap: 0 0.6rem;
  }
}

.listTopAbout__item {
  width: 44rem;
  height: 44rem;
  padding: 4rem 3rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.07);
}
.listTopAbout__item:nth-child(2) .listTopAbout__img {
  max-width: 35rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .listTopAbout__item:nth-child(2) .listTopAbout__img {
    max-width: 13.5rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .listTopAbout__item {
    width: 15.7rem;
    height: 19.1rem;
    padding: 2.5rem 0.8rem 1rem;
  }
}

.listTopAbout__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.listTopAbout__accent01 {
  width: 4.8rem;
  height: 2.3rem;
  position: absolute;
  left: 2.5rem;
  top: 2rem;
  border-top: 0.1rem solid #6528B1;
  border-left: 0.1rem solid #6528B1;
}
@media screen and (max-width: 750px) {
  .listTopAbout__accent01 {
    width: 1.7rem;
    height: 0.8rem;
    left: 0.8rem;
    top: 0.8rem;
  }
}

.listTopAbout__accent02 {
  width: 4.8rem;
  height: 2.3rem;
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  border-top: 0.1rem solid #6528B1;
  border-right: 0.1rem solid #6528B1;
}
@media screen and (max-width: 750px) {
  .listTopAbout__accent02 {
    width: 1.7rem;
    height: 0.8rem;
    right: 0.8rem;
    top: 0.8rem;
  }
}

.listTopAbout__accent03 {
  width: 4.8rem;
  height: 2.3rem;
  position: absolute;
  left: 2.5rem;
  bottom: 2rem;
  border-bottom: 0.1rem solid #6528B1;
  border-left: 0.1rem solid #6528B1;
}
@media screen and (max-width: 750px) {
  .listTopAbout__accent03 {
    width: 1.7rem;
    height: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
  }
}

.listTopAbout__accent04 {
  width: 4.8rem;
  height: 2.3rem;
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
  border-bottom: 0.1rem solid #6528B1;
  border-right: 0.1rem solid #6528B1;
}
@media screen and (max-width: 750px) {
  .listTopAbout__accent04 {
    width: 1.7rem;
    height: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}

.listTopAbout__text {
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  .listTopAbout__text {
    font-size: 1.2rem;
  }
}

.listTopAbout__img {
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  .listTopAbout__img {
    max-width: 13.5rem;
    margin: 1.5rem auto 0;
  }
}

.blkTopAbout__button {
  margin: 6rem auto 0;
}
@media screen and (max-width: 750px) {
  .blkTopAbout__button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .blkTopAbout__button .buttonMain::after {
    right: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .blkTopAbout__button .buttonMain:hover::after {
    right: 1rem;
  }
}

.blkTopTips {
  margin-top: 12rem;
  background-color: #ECECEC;
}
@media screen and (max-width: 750px) {
  .blkTopTips {
    margin-top: 6rem;
  }
}

.blkTopTips__inner {
  padding: 4rem;
}
@media screen and (max-width: 750px) {
  .blkTopTips__inner {
    padding: 3rem 1.3rem;
  }
}

.blkTopTips__title {
  color: #6528B1;
  font-family: "Aboreto", system-ui;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.01rem;
  text-align: center;
  padding-bottom: 0.9rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .blkTopTips__title {
    font-size: 2rem;
  }
}
.blkTopTips__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 0.1rem;
  background-color: #6528B1;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.blkTopTips__lead {
  margin-top: 3rem;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 30px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .blkTopTips__lead {
    max-width: 26rem;
    margin: 2rem auto 0;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
}

.blkTopTips__name {
  margin-top: 2.8rem;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .blkTopTips__name {
    font-size: 1.3rem;
  }
}

.blkTopTips__list {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .blkTopTips__list {
    margin-top: 1rem;
  }
}

.listTopTips {
  gap: 0 2rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listTopTips {
    gap: 0 0.5rem;
  }
}

.listTopTips__item {
  padding: 2rem 2.5rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 34.6rem;
}
@media screen and (max-width: 750px) {
  .listTopTips__item {
    width: 14.4rem;
    padding: 1rem 0.5rem;
  }
}

.columnTopTips {
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopTips {
    flex-direction: column-reverse;
  }
}

.columnTopTips__item:nth-child(2) {
  flex-grow: 1;
}

.columnTopTips__package {
  width: 9.6rem;
}

.columnTopTips__cream {
  width: 11rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .columnTopTips__cream {
    width: 8rem;
  }
}

.columnTopTips__title {
  margin-top: 1rem;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 14px */
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .columnTopTips__title {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.18rem;
  }
}

.columnTopTips__text {
  margin-top: 0.4rem;
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 24px */
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 750px) {
  .columnTopTips__text {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.13rem;
  }
}

.secTopProduct {
  background-image: url(../images/top/product_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopProduct {
    background-image: url(../images/top/sp-product_bg_01.png);
  }
}

.secTopProduct__inner {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.secTopProduct__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secTopProduct__title--text {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 43.52px */
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__title--text {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.secTopProduct__title--large {
  font-size: 4.6rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__title--large {
    font-size: 3.2rem;
  }
}

.secTopProduct__title--fukidashi {
  margin-top: 0.6rem;
  width: 22.8rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__title--fukidashi {
    margin-top: 0.1rem;
    width: 14.9rem;
  }
}

.secTopProduct__title--logo {
  margin-top: 2rem;
  width: 30.5rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__title--logo {
    margin: 1rem auto 0;
    width: 17.9rem;
  }
}

.secTopProduct__list {
  margin-top: 7.5rem;
}
@media screen and (max-width: 750px) {
  .secTopProduct__list {
    margin-top: 4rem;
  }
}

.listTopProduct {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listTopProduct {
    flex-wrap: wrap;
    gap: 4rem 0;
  }
}

.listTopProduct__item {
  width: 24.2rem;
}
@media screen and (max-width: 750px) {
  .listTopProduct__item {
    width: 15.9rem;
  }
}

.secTopProduct__text {
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 28px */
  letter-spacing: 0.07rem;
  text-align: center;
}

.secTopProduct__type {
  color: #063E95;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2rem;
  width: 11.8rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.1rem solid #063E95;
  border-radius: 3.2rem;
  margin: 1rem auto 0;
}
.secTopProduct__type--02 {
  border-color: #E3569B;
  color: #E3569B;
}
.secTopProduct__type--03 {
  border-color: #489D93;
  color: #489D93;
}
.secTopProduct__type--04 {
  border-color: #FD7400;
  color: #FD7400;
}

.secTopProduct__button {
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopProduct__button {
    margin-top: 4rem;
  }
}

.secTopMovie__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secTopMovie__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secTopMovie__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secTopMovie__title--small {
  color: #6528B1;
  opacity: 0.1;
  text-align: center;
  font-family: "Aboreto", system-ui;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100px */
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopMovie__title--small {
    font-size: 6rem;
    letter-spacing: 0.3rem;
  }
}

.secTopMovie__title--large {
  margin-top: -4.7rem;
  position: relative;
  z-index: 10;
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8; /* 50.4px */
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .secTopMovie__title--large {
    margin-top: -3.5rem;
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
}

.secTopMovie__movie {
  margin: 4rem auto 0;
  width: 66.5rem;
  height: 37.4rem;
  background: linear-gradient(180deg, #FAEBF7 1.01%, #F4E8FF 102.56%);
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .secTopMovie__movie {
    margin-top: 5rem;
    width: 100%;
    height: 18rem;
    padding: 1rem;
  }
}

.secTopMovie__movieInner {
  box-shadow: 1rem 2rem 3rem rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}
.secTopMovie__movieInner img, .secTopMovie__movieInner video, .secTopMovie__movieInner iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.secTopHowTo {
  background-image: url(../images/top/howto_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopHowTo {
    background-image: url(../images/top/sp-howto_bg_01.png);
  }
}

.secTopHowTo__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secTopHowTo__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secTopHowTo__title--small {
  color: #FFF;
  text-align: center;
  font-family: "Aboreto", system-ui;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100px */
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__title--small {
    font-size: 6rem;
    letter-spacing: 0.09rem;
  }
}

.secTopHowTo__title--large {
  margin-top: -4.7rem;
  position: relative;
  z-index: 10;
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8; /* 50.4px */
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__title--large {
    margin-top: -3.5rem;
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
}

.secTopHowTo__lead {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__lead {
    margin-top: 2.5rem;
  }
}

.secTopHowTo__list {
  width: fit-content;
  max-width: 88rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__list {
    margin-top: 5rem;
  }
}

.listTopHowTo {
  flex-wrap: wrap;
  gap: 6rem 2rem;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .listTopHowTo {
    justify-content: center;
    gap: 0.5rem 0;
  }
}

.listTopHowTo__item {
  width: 28rem;
}
@media screen and (max-width: 750px) {
  .listTopHowTo__item {
    width: 29rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .listTopHowTo__img {
    width: 11rem;
  }
}

.listTopHowTo__content {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .listTopHowTo__content:nth-child(2) {
    flex-grow: 1;
  }
}

.listTopHowTo__title {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 43.2px */
  letter-spacing: 0.1rem;
  border-bottom: 0.1rem solid #6528B1;
}
@media screen and (max-width: 750px) {
  .listTopHowTo__title {
    font-size: 1.3rem;
    line-height: normal;
    letter-spacing: 0.06rem;
    padding-bottom: 0.5rem;
  }
}

.listTopHowTo__text {
  margin-top: 1rem;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8; /* 25.2px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .listTopHowTo__text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
  }
}

.secTopHowTo__button {
  margin: 8rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopHowTo__button {
    margin-top: 4rem;
  }
}

.secTopFaq {
  background-image: url(../images/top/faq_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .secTopFaq {
    background-image: url(../images/top/sp-faq_bg_01.png);
  }
}

.secTopFaq__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secTopFaq__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secTopFaq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secTopFaq__title--small {
  color: #6528B1;
  opacity: 0.1;
  text-align: center;
  font-family: "Aboreto", system-ui;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100px */
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopFaq__title--small {
    font-size: 6rem;
    letter-spacing: 0.09rem;
  }
}

.secTopFaq__title--large {
  margin-top: -4.7rem;
  position: relative;
  z-index: 10;
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8; /* 50.4px */
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .secTopFaq__title--large {
    margin-top: -3.5rem;
    font-size: 2rem;
    letter-spacing: 0.36rem;
  }
}

.secTopFaq__ac {
  margin: 4rem auto 0;
  max-width: 93rem;
}
@media screen and (max-width: 750px) {
  .secTopFaq__ac {
    margin: 3.2rem auto 0;
  }
}

.secTopFaq__button {
  margin: 8rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopFaq__button {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=top.css.map */
