.main-img {
  width: 100%;
  height: 90vh;
  position: relative;
  border-radius: 0 0 50px 0;
}
.main-img__slider .slider-image {
  position: relative;
  height: 90vh;
}
.main-img__slider .slider-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 50px 0;
}
.main-img__catch {
  position: absolute;
  bottom: -4%;
  background: #fff;
  border-radius: 0 50px 0 0;
  display: flex;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  font-size: max(5vw, 6rem);
  padding: 8px 5% 16px;
  font-weight: var(--font-black);
  line-height: 1;
}
.main-img__illust {
  position: absolute;
  display: block;
  bottom: -4%;
  width: 14%;
  right: 4%;
}

@media screen and (max-width: 768px) {
  .main-img__catch {
    font-size: max(8vw, 5rem);
    flex-direction: column;
    row-gap: 1rem;
    bottom: -16vw;
  }
  .main-img__illust {
    width: 24%;
    bottom: -16vw;
  }
}
@media screen and (max-width: 480px) {
  .main-img {
    height: 70vh;
  }
  .main-img__slider .slider-image {
    height: 70vh;
  }
  .main-img__catch {
    font-size: max(10vw, 4.8rem);
    bottom: -14%;
    row-gap: 0;
  }
  .main-img__illust {
    width: 30%;
    bottom: -14%;
  }
}
.the-real-products {
  position: relative;
  margin-top: calc(var(--mx-margin) + var(--lg-margin));
}
.the-real-products::before {
  content: "";
  display: block;
  background: #fff;
  width: 60%;
  height: 100%;
  position: absolute;
  border-radius: 0 30% 0 0;
}
.the-real-products__title {
  width: 20%;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--main-col), var(--sub-col));
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: -8%;
  left: 6%;
}
.the-real-products__title::after {
  content: "";
  background: url(../img/circle-text.png) center center no-repeat;
  background-size: contain;
  height: 120%;
  width: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
  animation: rotateh3 32s linear infinite normal forwards running;
}
.the-real-products__title h3 {
  position: relative;
  padding-top: 100%;
  height: 0;
  width: 100%;
  transform: rotate(-5deg);
  font-weight: var(--font-black);
  font-size: 2.4vw;
  line-height: 1.2;
}
.the-real-products__title h3 span {
  position: absolute;
  display: block;
  top: calc((100% - 2em) / 2);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}
.the-real-products__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 14%;
  overflow: hidden;
}
.the-real-products__inner .text {
  width: 50%;
  padding: 0 var(--md-margin);
  font-size: max(1.2vw, 18px);
  color: var(--main-col);
  line-height: 2;
  font-weight: var(--font-bold);
}
.the-real-products__inner .image {
  width: 48%;
  margin-top: -120px;
}
.the-real-products__inner .image img {
  border-radius: 50px 0 0 0;
}
.the-real-products .bottom-text {
  overflow: hidden;
  animation: flowtext 20s linear infinite;
  transform: translateX(100%);
}

@media screen and (max-width: 768px) {
  .the-real-products {
    margin-top: calc(var(--mx-margin) + var(--md-margin));
    padding-top: var(--sm-margin);
    overflow: hidden;
  }
  .the-real-products::before {
    width: 100%;
    border-radius: 0 100px 0 0;
    margin-top: var(--mx-margin);
  }
  .the-real-products__title {
    position: relative;
    margin: 0 auto;
    top: initial;
    left: initial;
    width: 40%;
  }
  .the-real-products__title h3 {
    font-size: max(6vw, 3.2rem);
  }
  .the-real-products__inner {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: var(--sm-margin);
  }
  .the-real-products__inner .text {
    width: 100%;
    font-size: max(2vw, 2rem);
    padding: var(--md-margin) var(--sm-margin);
  }
  .the-real-products__inner .image {
    width: 100%;
    margin-top: 0;
  }
  .the-real-products .bottom-text {
    transform: translateY(100%);
    position: absolute;
    width: 10%;
    top: 0;
    left: 0;
    animation: verticaltext 15s linear infinite reverse;
  }
}
@media screen and (max-width: 480px) {
  .the-real-products::before {
    margin-top: var(--lg-margin);
  }
  .the-real-products__title {
    width: 52%;
  }
  .the-real-products__title h3 {
    font-size: max(8vw, 2.8rem);
  }
  .the-real-products__inner .text {
    font-size: max(3.2vw, 1.8rem);
  }
  .the-real-products .bottom-text {
    width: 20%;
  }
}
.box {
  padding: 0 var(--md-margin);
  margin: var(--lg-margin) auto 0;
}
.box h3 {
  font-size: max(4vw, 4rem);
  font-weight: var(--font-black);
  margin-bottom: -2vw;
  position: relative;
  z-index: 10;
  line-height: 1;
}
.box__inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 0 50px 0;
}
.box__inner dl {
  width: 45%;
}
.box__inner dl dt {
  background: var(--main-col);
  color: #fff;
  font-weight: var(--font-bold);
  display: inline-block;
  padding: 0.2em var(--sm-margin);
  font-size: 20px;
  border-radius: 0 20px 0 0;
}
.box__inner dl dd {
  margin-top: 2em;
  margin-left: var(--sm-margin);
  margin-right: var(--sm-margin);
  font-weight: var(--font-bold);
}
.box__inner .image {
  width: 55%;
  position: relative;
}
.box__inner .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.box__inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 50px 0;
}

.reverse-box h3 {
  text-align: right;
}
.reverse-box__inner {
  flex-direction: row-reverse;
  border-radius: 0 0 0 50px;
}
.reverse-box__inner .image img {
  border-radius: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
  .box {
    padding: 0 var(--sm-margin);
  }
  .box h3 {
    margin-bottom: calc(var(--sm-margin) / 2);
    margin-left: calc(var(--sm-margin) / 2);
  }
  .box__inner {
    flex-direction: column-reverse;
  }
  .box__inner dl {
    width: 100%;
    padding-bottom: var(--md-margin);
  }
  .box__inner dl dt {
    width: 100%;
    border-radius: 0 0 30px 0;
    padding: 0.5em 1em;
  }
  .box__inner dl dd .link-btn {
    margin: 0 auto;
  }
  .box__inner .image {
    width: 100%;
  }
  .box__inner .image img {
    border-radius: 0;
  }
  .reverse-box h3 {
    margin-right: calc(var(--sm-margin) / 2);
  }
  .reverse-box__inner dl dt {
    border-radius: 0 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .box {
    padding: 0;
    margin: var(--md-margin) auto 0;
  }
  .box__inner dl dd .link-btn {
    width: 60%;
  }
}
.access-box__inner {
  border-radius: 200px;
  justify-content: center;
  padding: var(--md-margin) calc(var(--md-margin) * 2);
}
.access-box__inner div {
  width: 80%;
}
.access-box__inner div h3 {
  margin-bottom: 0;
}
.access-box__inner div:first-of-type {
  width: 45%;
}
.access-box__inner div:first-of-type dl {
  width: 100%;
}
.access-box__inner div:first-of-type dl dt {
  margin-top: 1em;
  border-radius: 10px;
}
.access-box__inner div:first-of-type dl dd {
  margin-top: 1.5em;
  margin-left: 0;
  margin-right: 0;
}
.access-box__inner div:last-of-type {
  width: 60%;
}
.access-box__inner div:last-of-type img {
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .access-box {
    width: 90%;
  }
  .access-box__inner {
    padding: 0;
    border-radius: 80px;
  }
  .access-box__inner div h3 {
    margin: var(--sm-margin) auto 0;
    text-align: center;
  }
  .access-box__inner div:first-of-type {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .access-box__inner div:first-of-type dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .access-box__inner div:first-of-type dl dt {
    display: inline-block;
    width: 8em;
    text-align: center;
    margin: 1.5em auto 0;
  }
  .access-box__inner div:first-of-type dl dd {
    text-align: center;
  }
  .access-box__inner div:last-of-type {
    width: 100%;
  }
  .access-box__inner div:last-of-type::before {
    padding-top: 40%;
  }
  .access-box__inner div:last-of-type img {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .access-box__inner {
    border-radius: 50px;
  }
  .access-box__inner div:first-of-type dl dt {
    margin: calc(var(--sm-margin) / 2) auto 0;
    padding: 0.5em 1em;
  }
  .access-box__inner div:last-of-type::before {
    padding-top: 50%;
  }
  .access-box__inner div:last-of-type img {
    border-radius: 50px 50px 0 0;
  }
}
@keyframes rotateh3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes verticaltext {
  0% {
    transform: translateY(-100%);
  }
}/*# sourceMappingURL=top.css.map */