.top-mv {
  padding-bottom: 12rem;
  position: relative;
}
.top-mv .swiper {
  border-radius: 0 0 8rem 8rem;
}
.top-mv .swiper-pagination {
  bottom: 8rem;
}
.top-mv .swiper-pagination-bullet {
  border: 1px solid #890400;
  background: #fff;
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.top-mv .swiper-pagination-bullet-active {
  background: #890400;
}

@media screen and (max-width: 767px) {
  .top-mv {
    padding-bottom: 13rem;
  }
  .top-mv__inner {
    padding: 0;
  }
  .top-mv .swiper {
    border-radius: 0 0 10rem 10rem;
  }
  .top-mv .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.8rem;
  }
}
.top-content {
  position: relative;
  border-radius: 8rem 8rem 0 0;
  padding: 11rem 0 21rem;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .top-content {
    border-radius: 10rem 10rem 0 0;
    padding: 12rem 0 22rem;
    margin-top: -10rem;
  }
}
.top-lineup {
  z-index: 1;
  background: #fff2f2;
  margin-top: 0;
}
.top-lineup__inner {
  position: relative;
}
.top-lineup__deco {
  right: 13rem;
  bottom: -13rem;
  position: absolute;
  width: 27.8rem;
  opacity: 0;
  -webkit-transform: translate3d(16rem, 0, 0);
          transform: translate3d(16rem, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-lineup__deco.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
}
.top-lineup__item {
  width: calc(25% - 2rem);
  margin-left: 2rem;
  position: relative;
  padding-top: 4.8rem;
}
.top-lineup__item:nth-of-type(2n+1) {
  margin-top: 13rem;
}
.top-lineup__item--ugaip .top-lineup__catch {
  width: 20.3rem;
}
.top-lineup__item--ugaip .top-lineup__image {
  width: 17.6rem;
}
.top-lineup__item--ugaip .top-lineup__logo-image {
  width: 19.3rem;
}
.top-lineup__item--ugaip .top-lineup__logo-image:last-of-type {
  margin-top: 1rem;
  width: 21.3rem;
}
.top-lineup__item--ugaiclear {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-lineup__item--ugaiclear .top-lineup__catch {
  width: 19.5rem;
}
.top-lineup__item--ugaiclear .top-lineup__blob svg {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.top-lineup__item--ugaiclear .top-lineup__image {
  width: 17.1rem;
}
.top-lineup__item--ugaiclear .top-lineup__logo-image {
  width: 24.9rem;
}
.top-lineup__item--fresh {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-lineup__item--fresh .top-lineup__catch {
  width: 25.6rem;
}
.top-lineup__item--fresh .top-lineup__blob svg {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.top-lineup__item--fresh .top-lineup__image {
  width: 18rem;
}
.top-lineup__item--fresh .top-lineup__logo-image {
  width: 24.3rem;
}
.top-lineup__item--nanko {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-lineup__item--nanko .top-lineup__catch {
  width: 18.7rem;
}
.top-lineup__item--nanko .top-lineup__blob svg {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.top-lineup__item--nanko .top-lineup__image {
  width: 11.7rem;
}
.top-lineup__item--nanko .top-lineup__logo-image {
  width: 14.8rem;
}
.top-lineup__item--nanko .top-lineup__logo-image:last-of-type {
  margin-top: 1rem;
  width: 16.4rem;
}
.top-lineup__catch {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-lineup__thumb {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
}
.top-lineup__blob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.top-lineup__blob svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: lineupBlob 4s ease-in-out infinite;
          animation: lineupBlob 4s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.top-lineup__image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-lineup__logo {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
.top-lineup__logo-image {
  margin: 0 auto;
}
.top-lineup__tags {
  text-align: center;
}
.top-lineup__tag {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  margin: 0 0.4rem;
  padding: 0.2rem 0.4rem 0.4rem;
}
.top-lineup__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.top-lineup__btn {
  margin-top: 6.6rem;
}

@media screen and (max-width: 767px) {
  .top-lineup {
    padding-bottom: 36rem;
  }
  .top-lineup__deco {
    right: 21.5rem;
    bottom: -26rem;
    width: 32rem;
  }
  .top-lineup__list {
    margin-left: auto;
    margin-right: auto;
    margin-top: -9.5rem;
    width: 59.8rem;
  }
  .top-lineup__item {
    width: 100%;
    margin-left: 0;
    margin-top: 9.5rem;
    padding-top: 6rem;
  }
  .top-lineup__item:nth-of-type(2n+1) {
    margin-top: 9.5rem;
  }
  .top-lineup__item--ugaip .top-lineup__catch {
    width: 32.5rem;
  }
  .top-lineup__item--ugaip .top-lineup__image {
    width: 33.6rem;
  }
  .top-lineup__item--ugaip .top-lineup__logo-image {
    width: 33.9rem;
  }
  .top-lineup__item--ugaip .top-lineup__logo-image:last-of-type {
    margin-top: 1rem;
    width: 37.5rem;
  }
  .top-lineup__item--ugaiclear {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .top-lineup__item--ugaiclear .top-lineup__catch {
    width: 31.1rem;
  }
  .top-lineup__item--ugaiclear .top-lineup__image {
    width: 31.1rem;
  }
  .top-lineup__item--ugaiclear .top-lineup__logo-image {
    width: 43.8rem;
  }
  .top-lineup__item--fresh {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .top-lineup__item--fresh .top-lineup__catch {
    width: 43.2rem;
  }
  .top-lineup__item--fresh .top-lineup__image {
    width: 33.9rem;
  }
  .top-lineup__item--fresh .top-lineup__logo-image {
    width: 42.8rem;
  }
  .top-lineup__item--nanko .top-lineup__catch {
    width: 30rem;
  }
  .top-lineup__item--nanko .top-lineup__image {
    width: 22.8rem;
  }
  .top-lineup__item--nanko .top-lineup__logo-image {
    width: 28.8rem;
  }
  .top-lineup__item--nanko .top-lineup__logo-image:last-of-type {
    margin-top: 2rem;
    width: 26.1rem;
  }
  .top-lineup__logo {
    margin-top: 3.8rem;
    margin-bottom: 2.2rem;
  }
  .top-lineup__tag {
    font-size: 2rem;
    margin: 0 0.7rem;
    padding: 0.5rem 0.8rem 0.7rem;
  }
  .top-lineup__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
  }
  .top-lineup__btn {
    margin-top: 7rem;
  }
}
@-webkit-keyframes lineupBlob {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.04, 0.96) rotate(-1deg);
            transform: scale(1.04, 0.96) rotate(-1deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg);
            transform: scale(0.97, 1.03) rotate(1deg);
  }
  75% {
    -webkit-transform: scale(1.03, 0.98) rotate(-0.5deg);
            transform: scale(1.03, 0.98) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes lineupBlob {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.04, 0.96) rotate(-1deg);
            transform: scale(1.04, 0.96) rotate(-1deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg);
            transform: scale(0.97, 1.03) rotate(1deg);
  }
  75% {
    -webkit-transform: scale(1.03, 0.98) rotate(-0.5deg);
            transform: scale(1.03, 0.98) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
}
.top-symptoms {
  z-index: 2;
  background: #fff;
}
.top-symptoms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
}
.top-symptoms__link {
  width: calc(25% - 2rem);
  margin-left: 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
}
.top-symptoms__link:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-symptoms__link:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-symptoms__link:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-symptoms__link:hover .top-symptoms__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-symptoms__catch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 2.6rem 0;
}
.top-symptoms__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .top-symptoms__list {
    margin-left: -3rem;
    margin-top: -3rem;
  }
  .top-symptoms__link {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .top-symptoms__link:nth-of-type(2), .top-symptoms__link:nth-of-type(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .top-symptoms__link:nth-of-type(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .top-symptoms__catch {
    font-size: 2.6rem;
    padding: 2.8rem 0;
  }
}
.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.top-about__image {
  width: 50%;
}
.top-about__body {
  width: 50%;
  background: #edf8ff;
}
.top-about__inner {
  max-width: 71rem;
  padding-left: 9.5rem;
  padding-top: 12.4rem;
}
.top-about__ttl {
  text-align: left;
}
.top-about__desc {
  color: var(--color-main);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 2rem;
  margin-bottom: 4.5rem;
}
.top-about__tags {
  margin-left: -0.8rem;
}
.top-about__tag {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  line-height: 1;
  border-radius: 9999px;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  margin-left: 0.8rem;
  margin-top: 1rem;
}
.top-about__btn {
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .top-about__image {
    width: 100%;
  }
  .top-about__body {
    width: 100%;
  }
  .top-about__inner {
    padding-left: 0;
    padding-top: 12rem;
    padding-bottom: 22.6rem;
    text-align: center;
  }
  .top-about__ttl {
    text-align: center;
  }
  .top-about__desc {
    font-size: 2.4rem;
    margin-bottom: 5.6rem;
  }
  .top-about__tags {
    margin-left: -1rem;
  }
  .top-about__tag {
    padding: 0.8rem 3rem;
    font-size: 2.2rem;
    margin-left: 1rem;
    margin-top: 1.6rem;
  }
  .top-about__btn {
    margin-top: 7rem;
  }
  .top-about__btn .c-btn {
    margin: 0 auto;
  }
}
.top-howto {
  z-index: 4;
  margin-top: -14rem;
  background: #fff;
}
.top-howto__desc {
  text-align: center;
  color: var(--color-main);
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6.5rem;
}
.top-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6.4rem;
}
.top-howto__item {
  width: calc(33.333% - 6.4rem);
  margin-left: 6.4rem;
  position: relative;
  background: url(../images/top/howto_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 11rem;
  aspect-ratio: 1/1;
}
.top-howto__item:after {
  content: "";
  width: 4.1rem;
  height: 0.5rem;
  background: url(../images/top/howto_dot.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: calc(100% + 3.2rem);
}
.top-howto__item--step01 .top-howto__catch {
  width: 14.3rem;
}
.top-howto__item--step01 .top-howto__image {
  width: 13.1rem;
}
.top-howto__item--step01 .top-howto__sound--01 {
  width: 4.8rem;
  top: 19.6rem;
  left: 7.5rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-howto__item--step01 .top-howto__sound--02 {
  width: 4.6rem;
  top: 13.8rem;
  right: 6rem;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.top-howto__item--step02 .top-howto__catch {
  width: 17.9rem;
}
.top-howto__item--step02 .top-howto__image {
  width: 13.1rem;
}
.top-howto__item--step02 .top-howto__sound--01 {
  width: 3.3rem;
  top: 19.2rem;
  left: 8.8rem;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top-howto__item--step02 .top-howto__sound--02 {
  width: 3.6rem;
  top: 14.2rem;
  right: 8.6rem;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.top-howto__item--step03:after {
  display: none;
}
.top-howto__item--step03 .top-howto__catch {
  width: 18rem;
}
.top-howto__item--step03 .top-howto__image {
  width: 11.2rem;
}
.top-howto__item--step03 .top-howto__sound--01 {
  width: 4.8rem;
  top: 15rem;
  left: 7.6rem;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.top-howto__item--step03 .top-howto__sound--02 {
  width: 3.3rem;
  top: 16.2rem;
  right: 7.4rem;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.top-howto__step {
  color: #fff;
  background: var(--color-orange);
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.top-howto__step-num {
  font-size: 3.2rem;
  display: block;
}
.top-howto__catch {
  position: absolute;
  top: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-howto__sound {
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.top-howto__sound.is-active {
  opacity: 1;
}
.top-howto__image {
  margin: 0 auto;
}
.top-howto__text {
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  padding-top: 1rem;
}
.top-howto__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top-howto {
    margin-top: -10rem;
  }
  .top-howto__desc {
    font-size: 2.4rem;
    margin-bottom: 7rem;
  }
  .top-howto__list {
    margin-left: 0;
  }
  .top-howto__item {
    width: 43.5rem;
    margin-left: 0;
    background: url(../images/top/howto_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .top-howto__item:after {
    display: none;
  }
  .top-howto__item--step01 .top-howto__catch {
    width: 18.5rem;
  }
  .top-howto__item--step01 .top-howto__image {
    width: 15.8rem;
  }
  .top-howto__item--step01 .top-howto__sound--01 {
    width: 6.3rem;
    top: 19.6rem;
    left: 7.5rem;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .top-howto__item--step01 .top-howto__sound--02 {
    width: 6.1rem;
    top: 13.8rem;
    right: 6rem;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .top-howto__item--step02 {
    margin-left: auto;
    margin-top: -5rem;
  }
  .top-howto__item--step02 .top-howto__catch {
    width: 22.9rem;
  }
  .top-howto__item--step02 .top-howto__step {
    left: auto;
    right: 0;
  }
  .top-howto__item--step02 .top-howto__image {
    width: 15.8rem;
  }
  .top-howto__item--step02 .top-howto__sound--01 {
    width: 4.3rem;
    top: 19.2rem;
    left: 8.8rem;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .top-howto__item--step02 .top-howto__sound--02 {
    width: 4.6rem;
    top: 14.2rem;
    right: 8.6rem;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .top-howto__item--step03 {
    margin-top: -5rem;
  }
  .top-howto__item--step03 .top-howto__catch {
    width: 23.3rem;
  }
  .top-howto__item--step03 .top-howto__image {
    width: 13.5rem;
  }
  .top-howto__item--step03 .top-howto__sound--01 {
    width: 6.2rem;
    top: 15rem;
    left: 7.6rem;
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .top-howto__item--step03 .top-howto__sound--02 {
    width: 4.3rem;
    top: 16.2rem;
    right: 7.4rem;
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .top-howto__step {
    width: 10.6rem;
    height: 10.6rem;
    font-size: 2.4rem;
  }
  .top-howto__step-num {
    font-size: 3.9rem;
  }
  .top-howto__image {
    margin: 0 auto;
  }
  .top-howto__text {
    line-height: 1.3;
    font-size: 2.2rem;
    padding-top: 1.5rem;
  }
  .top-howto__btn {
    margin-top: 7rem;
  }
}
.top-faq {
  background: #fff2f2;
  z-index: 5;
}
.top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4rem;
  margin-top: -4rem;
}
.top-faq__item {
  width: calc(50% - 4rem);
  margin-left: 4rem;
  margin-top: 4rem;
  border-radius: 4rem;
  background: #fff;
  padding: 3rem 4rem 5rem;
  color: var(--color-main);
  min-height: 24.4rem;
}
.top-faq__question {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-faq__question-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: calc(100% - 4.8rem);
  padding-left: 2rem;
}
.top-faq__question .top-faq__label {
  color: #fff;
  background: var(--color-main);
}
.top-faq__answer {
  padding-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-faq__answer-text {
  padding-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: calc(100% - 4.8rem);
  padding-left: 2rem;
}
.top-faq__label {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2.5rem;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.4rem;
  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;
  border: 2px solid var(--color-main);
}
.top-faq__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top-faq__list {
    margin-left: 0;
    margin-top: -2.4rem;
  }
  .top-faq__item {
    width: 100%;
    margin-left: 0;
    margin-top: 2.4rem;
    padding: 2.8rem 2.8rem 4.8rem;
    min-height: 24.4rem;
  }
  .top-faq__question-text {
    font-size: 2.2rem;
    line-height: 1.45;
    width: calc(100% - 5.6rem);
    padding-left: 1.2rem;
  }
  .top-faq__answer {
    padding-top: 2.2rem;
  }
  .top-faq__answer-text {
    padding-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 1.45;
    width: calc(100% - 5.6rem);
    padding-left: 1.2rem;
  }
  .top-faq__label {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 3.2rem;
    border-width: 0.2rem;
  }
  .top-faq__btn {
    margin-top: 7rem;
  }
}
.top-topics {
  z-index: 6;
  background: #fff;
}
.top-topics__list {
  max-width: 104.8rem;
  margin: 0 auto;
  text-align: center;
}
.top-topics__tags {
  margin-top: -1.4rem;
  margin-left: -1.4rem;
}
.top-topics__tag {
  list-style: none;
  display: inline-block;
  margin-left: 1.4rem;
  margin-top: 1.4rem;
}
.top-topics__link {
  color: var(--color-main);
  background: #ffebeb;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2.7rem 1.7rem;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .top-topics__inner {
    padding: 0 3rem;
  }
  .top-topics__list {
    max-width: 104.8rem;
    margin: 0 auto;
    text-align: center;
  }
  .top-topics__tags {
    margin-top: -2.5rem;
    margin-left: -1.2rem;
  }
  .top-topics__tag {
    margin-top: 2.5rem;
    margin-left: 1.2rem;
  }
  .top-topics__link {
    font-size: 2.2rem;
    padding: 1.8rem 3rem 2rem;
  }
}
.top-column {
  z-index: 7;
  background: #edf8ff;
}
.top-column__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.top-column__item {
  color: var(--color-main);
}
.top-column__item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-column__item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-column__item:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-column__item:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-column__item:hover .top-column__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-column__thumb {
  overflow: hidden;
  border-radius: 4rem;
}
.top-column__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 26/34;
}
.top-column__date {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0 2.8rem;
}
.top-column__text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 0 2.8rem;
}
.top-column__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top-column__inner {
    padding: 0;
  }
  .top-column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .top-column__item {
    width: 38.2rem;
    margin-left: 4rem;
  }
  .top-column__item:nth-of-type(2), .top-column__item:nth-of-type(3), .top-column__item:nth-of-type(4), .top-column__item:nth-of-type(5) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .top-column__date {
    margin-top: 2rem;
    font-size: 2.2rem;
    padding: 0 3rem;
  }
  .top-column__text {
    font-size: 2.4rem;
    padding: 0 3rem;
  }
  .top-column__btn {
    margin-top: 7rem;
  }
}
.top-information {
  z-index: 8;
  background: #fff;
}
.top-information__inner {
  position: relative;
}
.top-information__list {
  max-width: 73rem;
  margin: 0 auto;
}
.top-information__link {
  display: block;
  color: var(--color-main);
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--color-orange);
}
.top-information__date {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.top-information__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.top-information__btn {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top-information {
    padding-bottom: 38rem;
  }
  .top-information__link {
    padding: 2.4rem 0;
  }
  .top-information__date {
    font-size: 2.2rem;
  }
  .top-information__text {
    font-size: 2.4rem;
    line-height: 1.67;
  }
  .top-information__btn {
    margin-top: 7rem;
  }
}
.top-movie {
  z-index: 9;
  background: #fff2f2;
}
.top-movie__wrap {
  overflow: hidden;
}
.top-movie__inner {
  max-width: 100rem;
  padding: 0;
}
.top-movie .swiper {
  overflow: inherit;
}
.top-movie .swiper-slide {
  text-align: center;
  padding: 0 6rem;
}
.top-movie .swiper-button-prev,
.top-movie .swiper-button-next {
  margin: 0;
  top: 22rem;
  width: 2rem;
  height: 4.5rem;
}
.top-movie .swiper-button-prev:after,
.top-movie .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  margin: 0;
}
.top-movie .swiper-button-next {
  right: -1.5rem;
}
.top-movie .swiper-button-prev {
  left: -1.5rem;
}
.top-movie .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-movie__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 4rem;
}
.top-movie__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top-movie__text {
  text-align: center;
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-main);
}
.top-movie__btn {
  margin-top: 6rem;
}
.top-movie__deco {
  position: absolute;
  left: 12rem;
  top: -20.5rem;
  width: 38.5rem;
}
.top-movie__virus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.top-movie__virus.is-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .top-movie__inner {
    padding: 0;
  }
  .top-movie .swiper {
    overflow: inherit;
  }
  .top-movie .swiper-slide {
    padding: 0 4rem;
  }
  .top-movie .swiper-button-prev,
  .top-movie .swiper-button-next {
    display: none;
  }
  .top-movie__text {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .top-movie__btn {
    margin-top: 7rem;
  }
  .top-movie__deco {
    left: 19rem;
    top: -20rem;
    width: 38.5rem;
  }
}
.top-shop {
  z-index: 9;
  background: #fff;
}
.top-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -3rem;
}
.top-shop__item {
  width: calc(20% - 3rem);
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .top-shop__inner {
    padding: 0 8rem;
  }
  .top-shop__list {
    margin-left: -3rem;
    margin-top: -3rem;
  }
  .top-shop__item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 3rem;
  }
}