@charset "UTF-8";
.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
}
.main .hero {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin-top: 1rem;
  }
}
.main .hero .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.main .hero .ttl .en {
  font-size: 0.6rem;
  display: block;
}
.main .sec {
  padding-top: 0.8rem;
  position: relative;
}
.main .sec .catch .en_ttl {
  /*color: $colorS;*/
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .en_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl .num {
  font-size: 0.36rem;
  line-height: 1;
  padding-inline: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl .num {
    font-size: 0.5rem;
  }
}
.main .sec .catch .text {
  font-size: 0.22rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .text {
    font-size: 0.3rem;
  }
}
.main .sec--01 .leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .leaf {
    width: 5rem;
  }
}
.main .sec--01 .prepend {
  position: relative;
  z-index: 10;
}
.main .sec--01 .prepend .catch {
  text-align: center;
}
.main .sec--01 .prepend .grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 6rem auto;
  align-items: flex-start;
  gap: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .grid {
    grid-template-columns: 1fr;
  }
}
.main .sec--01 .prepend .grid .cont {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .grid .cont {
    margin-top: 0;
  }
}
.main .sec--01 .prepend .grid .ttl {
  font-size: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .grid .ttl {
    font-size: 0.46rem;
  }
}
.main .sec--01 .prepend .grid .text {
  font-size: 0.23rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .grid .text {
    font-size: 0.28rem;
  }
}
.main .sec--01 .body {
  position: relative;
  margin-top: 1rem;
}
.main .sec--01 .body:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  background: #ebebe5;
  width: 100%;
  height: 10.2rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body:before {
    top: 1rem;
    height: 14.7rem;
  }
}
.main .sec--01 .body .wrap {
  position: relative;
  z-index: 10;
}
.main .sec--01 .body .image.--01 {
  width: 3.4rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .image.--01 {
    position: static;
    margin-left: 0.7rem;
    width: 3.2rem;
  }
}
.main .sec--01 .body .image.--02 {
  width: 3.7rem;
  position: absolute;
  top: 4.7rem;
  left: 3.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .image.--02 {
    width: 2.5rem;
    left: auto;
    right: 0;
    top: 1.8rem;
  }
}
.main .sec--01 .body .image.--03 {
  width: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .image.--03 {
    margin-top: 5.5rem;
    margin-right: auto;
  }
}
.main .sec--01 .body .en {
  width: 7.3rem;
  position: absolute;
  top: 2.5rem;
  left: 2.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .en {
    width: auto;
    left: 0.6rem;
    top: 4rem;
  }
}
.main .sec--01 .body .en .small {
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .en .small {
    font-size: 0.26rem;
  }
}
.main .sec--01 .body .en .large {
  padding: 0.35rem 0 0;
  font-size: 0.56rem;
  line-height: 1.1071428571;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .en .large {
    font-size: 0.66rem;
  }
}
.main .sec--02 {
  padding-top: 2.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    padding-top: 1.6rem;
  }
}
.main .sec--02 .fixed-wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap {
    display: block;
    margin-top: 0;
    margin-top: 0.5rem;
  }
}
.main .sec--02 .fixed-wrap .images-container {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .images-container {
    background-color: #fff;
    z-index: 10;
  }
}
.main .sec--02 .fixed-wrap .images-container figure img {
  width: 100%;
}
.main .sec--02 .fixed-wrap .images-container figure a {
  display: inline-block;
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
}
.main .sec--02 .fixed-wrap .images-container figure a[href="#box1"] {
  inset: 50% auto auto 60.3%;
}
.main .sec--02 .fixed-wrap .images-container figure a[href="#box2"] {
  inset: 57.3% auto auto 51.5%;
}
.main .sec--02 .fixed-wrap .images-container figure a[href="#box3"] {
  inset: 50% auto auto 22.8%;
}
.main .sec--02 .fixed-wrap .images-container figure a[href="#box4"] {
  inset: 30% auto auto 20.4%;
}
.main .sec--02 .fixed-wrap .images-container figure a[href="#box5"] {
  inset: 38.5% auto auto 32.9%;
}
.main .sec--02 .fixed-wrap .images-container figure a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background: #AA9171;
  opacity: 0;
  -webkit-animation: ripple 2.5s cubic-bezier(0.3, 0, 0.1, 1) infinite;
          animation: ripple 2.5s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  55% {
    transform: scale(1, 1);
    opacity: 0.2;
  }
  100% {
    transform: scale(5, 5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  55% {
    transform: scale(1, 1);
    opacity: 0.2;
  }
  100% {
    transform: scale(5, 5);
    opacity: 0;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--02 .fixed-wrap .images-container figure {
    width: 70%;
    margin: auto;
    display: block;
    transition: 0.8s !important;
    opacity: 0;
    text-align: center;
  }
  .main .sec--02 .fixed-wrap .images-container figure:first-child {
    visibility: visible;
    opacity: 1;
  }
  .main .sec--02 .fixed-wrap .images-container figure:first-child .relative {
    position: relative;
  }
  .main .sec--02 .fixed-wrap .images-container figure.active {
    visibility: visible;
    opacity: 1;
  }
}
.main .sec--02 .fixed-wrap .images-container .leaf.--01 {
  position: absolute;
  top: 0;
  left: -3rem;
  width: 6.5rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .images-container .leaf.--01 {
    display: none;
  }
}
.main .sec--02 .fixed-wrap .container {
  margin-top: 0.5rem;
}
.main .sec--02 .fixed-wrap .container .scroll-box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .scroll-box01 {
    grid-template-columns: 1fr;
  }
}
.main .sec--02 .fixed-wrap .container .box {
  background: #fff;
  box-shadow: 0 0 20px rgba(76, 73, 72, 0.1);
}
@media screen and (min-width: 751px) {
  .main .sec--02 .fixed-wrap .container .box:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .main .sec--02 .fixed-wrap .container .box:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.main .sec--02 .fixed-wrap .container .box .anchor {
  translate: 0 -2.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .anchor {
    translate: 0 -1.4rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .image {
  position: relative;
}
.main .sec--02 .fixed-wrap .container .box .image:has(.bgnone) {
  padding-bottom: 0.32rem;
  margin-bottom: -0.32rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .image:has(.bgnone) {
    padding-bottom: 0.44rem;
    margin-bottom: -0.44rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .image .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.34rem;
  height: 0.34rem;
  background: #aa9171;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .image .num {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .image .bgnone {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  position: absolute;
  bottom: 0;
  right: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .image .bgnone {
    font-size: 0.2rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .inner {
  padding: 0.7rem 0.4rem 0.5rem;
}
.main .sec--02 .fixed-wrap .container .box .inner.--01 {
  padding: 0.5rem 0.4rem 0.5rem;
}
.main .sec--02 .fixed-wrap .container .box .inner .ttl {
  font-size: 0.24rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .inner .ttl {
    font-size: 0.34rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .inner .ttl small {
  font-size: 0.2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .inner .ttl small {
    font-size: 0.24rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .inner .text {
  margin-top: 0.1rem;
  font-size: 0.17rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .fixed-wrap .container .box .inner .text {
    font-size: 0.24rem;
  }
}
.main .sec--02 .fixed-wrap .container .box .inner .image {
  margin: 0.4rem 0 0.2rem;
}
.main .sec--02 .leaf.--02 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 7.5rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .leaf.--02 {
    bottom: -6rem;
    right: 0;
    width: 4.5rem;
  }
}
.main .sec--03 {
  padding: 2rem 0 1rem;
  background: linear-gradient(0deg, #ebebe5 12rem, transparent 12rem);
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    padding-top: 1.6rem;
    background: linear-gradient(0deg, #ebebe5 9rem, transparent 9rem);
  }
}
.main .sec--03 .catch .main_ttl {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .catch .main_ttl {
    font-size: 0.42rem;
  }
}
.main .sec--03 .catch .image {
  margin: 0.5rem -2rem 0;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .catch .image {
    margin: 0.5rem -0.6rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .catch .image img {
    width: 13rem;
    max-width: none;
  }
}
.main .sec--03 .catch .imageScroll {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .catch .imageScroll:before {
    width: 0.8rem;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    top: -0.5rem;
    right: -0.4rem;
    background: url(../../assets/imgs/ico-swipe.svg) center/contain no-repeat;
    content: "";
    z-index: 1;
    box-shadow: 0 0 0.57rem 0.03rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .catch .imageScroll .image {
    overflow-x: scroll;
  }
}
.main .sec--03 .rank {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank {
    margin-top: 0.9rem;
  }
}
.main .sec--03 .rank_ttl {
  text-align: center;
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_ttl {
    font-size: 0.42rem;
  }
}
.main .sec--03 .rank_ttl:before {
  width: 0.5rem;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto 0.1rem;
  background: url(../imgs/clown02.png) center/contain no-repeat;
  content: "";
}
.main .sec--03 .rank_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.main .sec--03 .rank_ttl span:before, .main .sec--03 .rank_ttl span:after {
  width: 0.15rem;
  aspect-ratio: 42/160;
  display: inline-block;
  background: url(../imgs/leaf_frame01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_ttl span:before, .main .sec--03 .rank_ttl span:after {
    width: 0.2rem;
  }
}
.main .sec--03 .rank_ttl span:after {
  transform: scaleX(-1);
}
.main .sec--03 .rank .text {
  font-size: 0.22rem;
  line-height: 1.8;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank .text {
    font-size: 0.3rem;
  }
}
.main .sec--03 .rank_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content {
    grid-template-columns: 1fr;
  }
}
.main .sec--03 .rank_content .item {
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item {
    box-shadow: 0 0 20px rgba(76, 73, 72, 0.1);
  }
}
.main .sec--03 .rank_content .item .ttl {
  background: #657f6b;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0.15rem 0.1rem 0.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .ttl {
    line-height: 1.4;
    padding: 0.2rem;
  }
}
.main .sec--03 .rank_content .item .ttl:before, .main .sec--03 .rank_content .item .ttl:after {
  width: 0.23rem;
  aspect-ratio: 42/160;
  display: block;
  background: url(../imgs/leaf_frame02.png) center/contain no-repeat;
  position: absolute;
  content: "";
}
.main .sec--03 .rank_content .item .ttl:before {
  top: 50%;
  left: 0.18rem;
  transform: translate(0%, -50%);
}
.main .sec--03 .rank_content .item .ttl:after {
  top: 50%;
  right: 0.2rem;
  transform: translate(0%, -50%) scaleX(-1);
}
@media screen and (min-width: 751px) {
  .main .sec--03 .rank_content .item .list {
    margin-top: 0.3rem;
    place-self: center;
    min-width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .list {
    min-width: auto;
    width: 35%;
    margin: 0.4rem auto 0;
  }
}
.main .sec--03 .rank_content .item .list li {
  position: relative;
  display: grid;
  grid-template-columns: 0.3rem auto;
  gap: 0.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .list li {
    grid-template-columns: 0.5rem auto;
    font-size: 0.32rem;
  }
}
.main .sec--03 .rank_content .item .list li + li {
  margin-top: 0.2rem;
}
.main .sec--03 .rank_content .item .list li .num {
  text-align: center;
  position: relative;
  z-index: 0;
}
.main .sec--03 .rank_content .item .list li .num:before {
  width: 0.4rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: 0.07rem;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .list li .num:before {
    width: 0.5rem;
    bottom: 0.07rem;
  }
}
.main .sec--03 .rank_content .item .list li:nth-child(1) .num {
  color: #fff;
}
.main .sec--03 .rank_content .item .list li:nth-child(1) .num:before {
  background: url(../imgs/clown01.png) center/contain no-repeat;
}
.main .sec--03 .rank_content .item .list li:nth-child(2) .num {
  color: #fff;
}
.main .sec--03 .rank_content .item .list li:nth-child(2) .num:before {
  background: url(../imgs/clown02.png) center/contain no-repeat;
}
.main .sec--03 .rank_content .item .list li:nth-child(3) .num {
  color: #fff;
}
.main .sec--03 .rank_content .item .list li:nth-child(3) .num:before {
  background: url(../imgs/clown03.png) center/contain no-repeat;
}
.main .sec--03 .rank_content .item .list li.active {
  color: #b94031;
  font-size: 130%;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .list li.active {
    font-size: 150%;
  }
}
.main .sec--03 .rank_content .item .list li.active .num:before {
  width: 0.48rem;
  bottom: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .list li.active .num:before {
    width: 0.7rem;
    bottom: 0.08rem;
  }
}
.main .sec--03 .rank_content .item .list li.active:nth-child(4) .num {
  color: #fff;
}
.main .sec--03 .rank_content .item .list li.active:nth-child(4) .num:before {
  background: url(../imgs/clown04.png) center/contain no-repeat;
}
.main .sec--03 .rank_content .item .image {
  margin: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item .image {
    margin: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank_content .item:nth-child(3) .list {
    width: 60%;
  }
}
.main .sec--03 .rank .note {
  font-size: 0.12rem;
  line-height: 1.8333333333;
  margin-top: 0.5rem;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .rank .note {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-size: 0.2rem;
    line-height: 1.35;
  }
}
.main .fNote {
  position: relative;
}
.main .fNote .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 8.2rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .leaf {
    width: 4.5rem;
  }
}/*# sourceMappingURL=unique.css.map */