@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
#loading-screen {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008dda; /* 背景白 */
  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;
  z-index: 9999; /* 最前面に表示 */
  opacity: 0; /* 初期状態では非表示 */
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; /* フェードイン用トランジション */
}

#loading-screen.visible {
  opacity: 1; /* 表示状態 */
}

#logo {
  width: min(142px, 20%);
  margin-inline: auto;
  height: auto;
  -webkit-animation: none;
          animation: none; /* 初期状態ではアニメーションなし */
}

/* bounceアニメーション */
@-webkit-keyframes bounce {}
@keyframes bounce {}
.page-top .l-wrapper {
  /* 初期状態を透明にする */
  opacity: 0;
  /* フェードインのためのトランジションを追加 */
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  /* ローディング中はbodyのoverflow: hidden;でスクロールを禁止 */
  /* ローディング解除後、bodyのoverflowがautoに戻るため、スクロール可能になる */
}

.modal-overlay {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-overlay.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-content__img {
  position: relative;
  width: min(480px, 80%);
  margin-inline: auto;
}
.modal-content__img a {
  display: block;
}

.close-button {
  position: absolute;
  top: -21px;
  right: 0px;
  width: 45px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .close-button {
    top: -30px;
    right: 0px;
    width: 60px;
  }
}

.ani-loop {
  pointer-events: none;
  caret-color: transparent;
  background-image: url(../../images/top/loop-txt.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  width: 130%;
  height: 112px;
  height: 11.2vw;
  overflow: hidden;
  position: relative;
  -webkit-animation: ani-loop 18s linear infinite;
          animation: ani-loop 18s linear infinite;
}
@media screen and (min-width: 768px) {
  .ani-loop {
    width: 130%;
    height: 150px;
    -webkit-animation: ani-loop 8s linear infinite;
            animation: ani-loop 8s linear infinite;
  }
}
.ani-loop.--deg15 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.ani-loop.--deg15__minus {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@-webkit-keyframes ani-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -499px 0px;
  }
}

@keyframes ani-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -499px 0px;
  }
}
.--loop01 {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(15deg);
          transform: translateX(-50%) rotate(15deg);
}
@media screen and (min-width: 768px) {
  .--loop01 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
}

.--loop02 {
  z-index: 2;
  position: absolute;
  bottom: -17%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-10deg);
          transform: translate(-50%, 0%) rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .--loop02 {
    bottom: -110px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(15deg);
            transform: translate(-50%, 0%) rotate(15deg);
  }
}

.--loop03 {
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-15deg);
          transform: translate(-50%, 0%) rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .--loop03 {
    top: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(-15deg);
            transform: translate(-50%, 0%) rotate(-15deg);
  }
}

.scroll01,
.scroll02,
.scroll03,
.scroll04 {
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.scroll01 {
  bottom: -655px;
  margin-left: 580px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .scroll01 {
    display: none;
  }
}
.scroll01.is-active {
  bottom: -155px;
}

.scroll02 {
  z-index: 2;
  bottom: -630px;
  bottom: -63vw;
  margin-left: -280px;
  margin-left: -28vw;
  width: 442px;
  width: 44.2vw;
}
@media screen and (min-width: 768px) {
  .scroll02 {
    bottom: -730px;
    margin-left: -520px;
    width: 395px;
  }
}
.scroll02.is-active {
  bottom: -330px;
  bottom: -33vw;
}
@media screen and (min-width: 768px) {
  .scroll02.is-active {
    bottom: -230px;
  }
}

.scroll03 {
  z-index: 4;
  bottom: -720px;
  bottom: -72vw;
  margin-left: 250px;
  margin-left: 25vw;
  width: 573px;
  width: 57.3vw;
}
@media screen and (min-width: 768px) {
  .scroll03 {
    bottom: -640px;
    margin-left: 510px;
    width: 432px;
  }
}
.scroll03.is-active {
  bottom: -420px;
  bottom: -42vw;
}
@media screen and (min-width: 768px) {
  .scroll03.is-active {
    bottom: -260px;
  }
}

.scroll04 {
  z-index: 2;
  width: 590px;
  width: 59vw;
  bottom: -20vw;
  margin-left: -27%;
}
@media screen and (min-width: 768px) {
  .scroll04 {
    width: 523px;
    bottom: -370px;
    margin-left: -520px;
  }
}
.scroll04.is-active {
  bottom: 11vw;
}
@media screen and (min-width: 768px) {
  .scroll04.is-active {
    bottom: 125px;
  }
}

/*=======================================================================

 TOP

========================================================================*/
.page-top section {
  position: relative;
}
.page-top .l-main {
  text-align: center;
}
.page-top .sec-title {
  margin-bottom: 50px;
}
.page-top .sec-btn {
  margin-top: 40px;
}
@media (any-hover: hover) {
  .page-top .sec-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top .sec-btn:hover {
    opacity: 0.4;
  }
}
.page-top .sec-btn a {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-top .l-header-lower {
    opacity: 0;
    pointer-events: none;
  }
}

.top-logo {
  z-index: 10;
  position: absolute;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-logo {
    width: 150px;
    top: 20px;
    left: 20px;
  }
}

.bg-line01,
.bg-line02,
.bg-line03,
.bg-line04 {
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-line01 {
  width: 635px;
  top: -360px;
  margin-left: 400px;
}

.bg-line02 {
  width: 1000px;
  bottom: -235px;
  margin-left: -135px;
}

.bg-line03 {
  z-index: 2;
  width: 1189px;
  top: -55px;
  margin-left: -135px;
}

.bg-line04 {
  width: 615px;
  width: 61.5vw;
  bottom: 0px;
  margin-left: 160px;
  margin-left: 16vw;
}
@media screen and (min-width: 768px) {
  .bg-line04 {
    width: 618px;
    bottom: -40px;
    margin-left: 420px;
  }
}

.top-mv .mv {
  position: relative;
  margin-inline: 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;
  width: 100%;
  height: 1850px;
  height: 185vw;
  margin-top: -120px;
  margin-top: -12vw;
}
@media screen and (min-width: 768px) {
  .top-mv .mv {
    width: 1130px;
    height: 1130px;
    margin-top: 0;
  }
}
.top-mv .mv:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 1190px;
  width: 119vw;
  height: 1190px;
  height: 119vw;
}
@media screen and (min-width: 768px) {
  .top-mv .mv:before {
    width: 100%;
    height: 100%;
  }
}
.top-mv .mv .mv__title {
  position: relative;
  width: 620px;
  width: 62vw;
}
@media screen and (min-width: 768px) {
  .top-mv .mv .mv__title {
    width: 553px;
    margin-bottom: 130px;
  }
}
.top-mv .mv .mv__img01,
.top-mv .mv .mv__img02 {
  pointer-events: none;
  width: 930px;
  width: 186vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top-mv .mv .mv__img01,
  .top-mv .mv .mv__img02 {
    width: 168.1415929204%;
  }
}

.top-concept .concept {
  z-index: 2;
}
.top-concept .concept__txt {
  z-index: 5;
}
.top-concept .concept__img {
  z-index: 3;
}

.top-concept {
  margin-top: -220px;
  margin-top: -22vw;
}
@media screen and (min-width: 768px) {
  .top-concept {
    margin-top: -310px;
  }
}
.top-concept .c-wrap {
  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;
}
@media screen and (max-width: 767px) {
  .top-concept .c-wrap {
    width: 100%;
    height: 1700px;
    height: 170vw;
  }
}
@media screen and (min-width: 768px) {
  .top-concept .c-wrap {
    height: 550px;
  }
}
.top-concept .concept {
  position: relative;
}
.top-concept .concept__txt {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__txt {
    width: 585px;
    padding-top: 17px;
  }
}
.top-concept .concept__img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__img {
    width: 1110px;
    padding-bottom: 60px;
  }
}
.top-concept .concept__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1700px;
  height: 170vw;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__bg {
    top: -220px;
    min-width: 1600px;
    height: 1120px;
  }
}
.top-concept .concept__bg img {
  width: 100%;
  height: 100%;
}

.top-matching .matching {
  z-index: 5;
}
.top-matching .qa {
  z-index: 5;
}

.top-matching {
  margin-top: 50px;
  margin-top: 5vw;
  /* マッチング結果の商品情報
  -------------------------------------------------------*/
  /* ステップ切り替え
  -------------------------------------------------------*/
  /* アクティブ
  -------------------------------------------------------*/
}
@media screen and (min-width: 768px) {
  .top-matching {
    margin-top: 120px;
  }
}
.top-matching:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -180px;
  top: -18vw;
  background-color: #dfdfdf;
  width: 2040px;
  width: 204vw;
  height: 2040px;
  height: 204vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-matching:before {
    top: -140px;
    width: 2525px;
    height: 2525px;
  }
}
.top-matching .matching {
  position: relative;
  margin-inline: auto;
  width: 100%;
  height: 1380px;
  height: 138vw;
  padding-top: 40px;
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching {
    width: 1100px;
    height: 1100px;
    padding-top: 80px;
  }
}
.top-matching .matching:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 1370px;
  width: 137vw;
  height: 1370px;
  height: 137vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching:before {
    width: 1100px;
    height: 1100px;
  }
}
.top-matching .matching__title__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap {
    padding-bottom: 60px;
  }
}
.top-matching .matching__title__wrap .matching__title {
  width: 780px;
  width: 78vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching__title {
    width: 610px;
  }
}
.top-matching .matching__title__wrap .matching__text {
  width: 656px;
  width: 65.6vw;
  margin-top: 80px;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching__text {
    width: 327px;
    margin-top: 60px;
  }
}
.top-matching .matching__title__wrap .matching-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  gap: 15px;
  width: 100%;
  margin-top: 60px;
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching-list {
    gap: 25px;
    width: 620px;
    margin-top: 50px;
  }
}
.top-matching .matching__title__wrap .matching-list .matching-list__item {
  width: 270px;
  width: 27vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching-list .matching-list__item {
    width: 190px;
  }
}
.top-matching .matching__title__wrap .matching__btn {
  cursor: pointer;
  width: 485px;
  width: 48.5vw;
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching__btn {
    width: 325px;
    margin-top: 40px;
  }
}
.top-matching .matching__title__wrap .matching__btn__agein {
  cursor: pointer;
  width: 300px;
  width: 30vw;
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__title__wrap .matching__btn__agein {
    width: 190px;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .top-matching .matching__title__wrap .matching__btn__agein {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-matching .matching__title__wrap .matching__btn__agein:hover {
    opacity: 0.4;
  }
}
.top-matching .matching__img01,
.top-matching .matching__img02 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1514px;
  width: 151.4vw;
}
@media screen and (min-width: 768px) {
  .top-matching .matching__img01,
  .top-matching .matching__img02 {
    width: 1210px;
  }
}
.top-matching .answer-list {
  width: 800px;
  width: 80vw;
  margin-top: 35px;
  margin-top: 3.5vw;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list {
    width: 660px;
    margin-top: 40px;
  }
}
.top-matching .answer-list .answer-list__item {
  width: 33.25%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list .answer-list__item {
    width: 33.3333333333%;
  }
}
.top-matching .answer-list .answer__figure {
  width: 225px;
  width: 22.5vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list .answer__figure {
    width: 185px;
  }
}
.top-matching .answer-list .answer__figure img {
  pointer-events: none;
}
.top-matching .answer-list p {
  white-space: nowrap;
}
.top-matching .answer-list .answer__floor {
  font-size: 30px;
  font-size: 3vw;
  line-height: 1.28;
  letter-spacing: 0;
  letter-spacing: -0.03em;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list .answer__floor {
    font-size: 2.4rem;
  }
}
.top-matching .answer-list .answer__name {
  font-size: 30px;
  font-size: 3vw;
  line-height: 1.28;
  letter-spacing: -0.06em;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list .answer__name {
    font-size: 2.5rem;
  }
}
.top-matching .answer-list .answer__spec {
  font-size: 24px;
  font-size: 2.4vw;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .top-matching .answer-list .answer__spec {
    font-size: 2rem;
  }
}
.top-matching .qa {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-matching .qa-content {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-matching .qa-content.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-out, visibility 1s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, visibility 1s;
  transition: opacity 1s ease-out, transform 1s ease-out, visibility 1s, -webkit-transform 1s ease-out;
}
.top-matching .qa-content.next-coming {
  opacity: 0;
  visibility: hidden;
}
.top-matching .qa-content.prev-coming {
  opacity: 0;
  visibility: hidden;
}
.top-matching .qa-content.leaving-left {
  opacity: 0;
  visibility: hidden;
}
.top-matching .qa-content.leaving-right {
  opacity: 0;
  visibility: hidden;
}
.top-matching .matching-list__item {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
}
.top-matching .qa-content.active .matching-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.top-matching .qa-content.active .matching-list__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top-matching .qa-content.active .matching-list__item:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.top-matching .qa-content.active .matching-list__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (any-hover: hover) {
  .top-matching .qa-content.active .matching-list__item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    pointer-events: auto;
  }
  .top-matching .qa-content.active .matching-list__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
}

#loading {
  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%;
  height: 100%;
  caret-color: transparent;
}
@media screen and (min-width: 768px) {
  #loading {
    padding-bottom: 120px;
  }
}

.loading-spinner {
  width: 70px;
  height: 70px;
  border: 5px solid #ddd;
  border-top-color: #1e2e87;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-sticker {
  z-index: 5;
}
.top-sticker .sticker {
  z-index: 5;
}
.top-sticker .sticker__illust {
  z-index: 4;
}
.top-sticker .sticker__bg {
  z-index: 3;
}

.top-sticker {
  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;
  height: 1260px;
  height: 126vw;
  margin-top: 250px;
  margin-top: 25vw;
}
@media screen and (min-width: 768px) {
  .top-sticker {
    height: 1214px;
    margin-top: 155px;
  }
}
@media screen and (max-width: 767px) {
  .top-sticker .c-wrap {
    width: 100%;
  }
}
.top-sticker .sticker {
  position: relative;
}
.top-sticker .sticker .sticker__title {
  width: 898px;
  width: 89.8vw;
  margin-inline: auto;
  margin-bottom: 50px;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__title {
    width: 1015px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
.top-sticker .sticker .sticker__img__wrap {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-sticker .sticker .sticker__img__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__img__wrap {
    width: 950px;
    margin-top: 100px;
  }
}
.top-sticker .sticker .sticker__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-sticker .sticker .sticker__img {
    width: 310px;
    width: 31vw;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .top-sticker .sticker .sticker__img:nth-of-type(1) {
    z-index: 3;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin-top: 60px;
    margin-top: 6vw;
    margin-right: -35px;
    margin-right: -3.5vw;
  }
  .top-sticker .sticker .sticker__img:nth-of-type(2) {
    z-index: 1;
  }
  .top-sticker .sticker .sticker__img:nth-of-type(3) {
    z-index: 2;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    margin-top: 60px;
    margin-top: 6vw;
    margin-left: -35px;
    margin-left: -3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__img {
    width: 300px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
}
.top-sticker .sticker .sticker__btn {
  width: 480px;
  width: 48vw;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__btn {
    width: 324px;
    margin-top: 80px;
  }
}
.top-sticker .sticker__illust {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker__illust {
    width: 1350px;
    margin-top: 70px;
  }
}
.top-sticker .sticker__bg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker__bg {
    width: 2633px;
    margin-left: 90px;
  }
}

.top-column {
  z-index: 7;
}
.top-column .column {
  z-index: 5;
}

.top-column {
  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;
  height: 2966px;
  height: 296.6vw;
  margin-top: 310px;
  margin-top: 31vw;
}
@media screen and (min-width: 768px) {
  .top-column {
    height: 1214px;
    margin-top: 185px;
  }
}
@media screen and (max-width: 767px) {
  .top-column .c-wrap {
    width: 100%;
  }
}
.top-column .column {
  position: relative;
}
.top-column .column .column__title {
  width: 614px;
  width: 61.4vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-column .column .column__title {
    margin-bottom: 50px;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-column .column .column__title {
    width: 1065px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-column .column .column-list {
    width: 92%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-column .column .column-list .column-list__item + .column-list__item {
    margin-top: 35px;
    margin-top: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-column .column .column-list .column-list__item {
    width: 294px;
  }
}
.top-column .column__bg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-column .column__bg {
    width: 2633px;
    margin-left: -90px;
  }
}

.top-giftshop .giftshop {
  z-index: 5;
}

.top-giftshop {
  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;
  height: 3386px;
  height: 338.6vw;
  padding-bottom: 420px;
  padding-bottom: 42vw;
}
@media screen and (min-width: 768px) {
  .top-giftshop {
    height: 1634px;
    padding-bottom: 420px;
  }
}
@media screen and (max-width: 767px) {
  .top-giftshop .c-wrap {
    width: 100%;
  }
}
.top-giftshop .giftshop {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop {
    width: 1100px;
  }
}
.top-giftshop .giftshop .giftshop__title.sec-title {
  width: 432px;
  width: 43.2vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-giftshop .giftshop .giftshop__title.sec-title {
    margin-bottom: 30px;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop .giftshop__title.sec-title {
    width: 485px;
  }
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop .giftshop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-giftshop .giftshop .giftshop-list {
    width: 92%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-giftshop .giftshop .giftshop-list .giftshop-list__item + .giftshop-list__item {
    margin-top: 20px;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop .giftshop-list .giftshop-list__item {
    width: 294px;
  }
}
.top-giftshop .giftshop .giftshop__text {
  font-size: 43px;
  font-size: 4.3vw;
  line-height: 1.4642857143;
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop .giftshop__text {
    font-size: 2.8rem;
    margin-top: 40px;
  }
}
.top-giftshop .giftshop .c-profile__btn {
  margin-top: 120px;
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop .c-profile__btn {
    margin-top: 0px;
  }
}
.top-giftshop .giftshop__bg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-giftshop .giftshop__bg {
    width: 2633px;
    margin-left: 90px;
  }
}/*# sourceMappingURL=page-top.css.map */