@charset "UTF-8";
.main .section.point--03 .wrapper--02 .rank .wrapper > figure figcaption, .main .section.point--03 .wrapper--03 .note, .main .section.point--04 .wrapper--01 > .text .text p span, .main .section.point--05 .wrapper--01 .note, .main .section.point--05 .wrapper--03 .note {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.main .section.point--02 .wrapper--03 .theme-list .theme-item__title::before, .main .section.point--05 .wrapper--01 > .text .catch span {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.value-anchor .value-item__no span, .main .section--01 .profile__content .detail__side, .main .section--01 .profile__content .detail__text .text--01 p:last-child em, .main .section--02 h3, .main .section--02 .value-list .value-item__no span, .main .section.point .lead .point-box span, .main .section.point--05 .profile__content .detail__side, .main .section.point--05 .profile__content .detail__text .text--01 p:last-child em {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.gHeader.onTop {
  background: #fff;
  color: #393d40;
}
.gHeader.onTop .branding .logo a .normal {
  opacity: 1;
}
.gHeader.onTop .branding .logo a .white {
  opacity: 0;
}

.value-anchor {
  z-index: 8999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.4s ease;
}
@media screen and (max-width: 750px) {
  .value-anchor {
    top: -0.5rem;
  }
}
.value-anchor.is-show {
  top: 1rem;
}
@media screen and (max-width: 750px) {
  .value-anchor.is-show {
    top: 1.1rem;
  }
}
.value-anchor__inner {
  background-color: #f0eedf;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.value-anchor .value-item {
  position: relative;
  background-color: oklch(78.422% 0.05936 103.356/0);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem 0.6rem 0.2rem 0.4rem;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 750px) {
  .value-anchor .value-item {
    border-bottom: 0.01em solid #ffffff;
    flex-flow: column nowrap;
    width: 100%;
    padding: 0.2rem 0 0.5rem;
  }
}
.value-anchor .value-item + .value-item {
  border-left: 0.01em solid #ffffff;
}
.value-anchor .value-item:first-child {
  border-left: 0.01em solid #ffffff;
}
.value-anchor .value-item:last-child {
  border-right: 0.01em solid #ffffff;
}
.value-anchor .value-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  background-image: url("../imgs/icon_arrow-down.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.15rem;
  height: auto;
  aspect-ratio: 15/8;
  -webkit-animation: move-up-down 1s ease infinite;
          animation: move-up-down 1s ease infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  transition: filter 0.4s ease;
}
@media screen and (max-width: 750px) {
  .value-anchor .value-item::after {
    top: auto;
    bottom: 0.2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0.2rem;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}
@-webkit-keyframes move-up-down {
  0%, 100% {
    translate: 0 0 0;
  }
  60% {
    translate: 0 30% 0;
  }
}
@keyframes move-up-down {
  0%, 100% {
    translate: 0 0 0;
  }
  60% {
    translate: 0 30% 0;
  }
}
.value-anchor .value-item:hover:after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.value-anchor .value-item__no {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.05rem;
}
.value-anchor .value-item__no span {
  display: block;
  line-height: 1;
  color: #bfbb8f;
  transition: color 0.4s ease;
}
.value-anchor .value-item__no span:first-child {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .value-anchor .value-item__no span:first-child {
    font-size: 0.24rem;
  }
}
.value-anchor .value-item__no span:last-child {
  font-size: 0.22rem;
  transition: color 0.4s ease;
}
@media screen and (max-width: 750px) {
  .value-anchor .value-item__no span:last-child {
    font-size: 0.5rem;
  }
}
.value-anchor .value-item__detail p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .value-anchor .value-item__detail {
    display: none;
  }
}
.value-anchor .value-item.current {
  background-color: oklch(78.422% 0.05936 103.356/1);
}
.value-anchor .value-item.current::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.value-anchor .value-item.current .value-item__no span {
  color: #ffffff;
}
.value-anchor .value-item.current .value-item__detail p {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .main .pageHeader .wrap {
    padding-inline: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .headline:not(body.home).rl {
    position: static;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    margin-bottom: 0.6rem;
  }
}
.main .section .text .catch {
  font-size: 0.34rem;
  line-height: 1.5;
  font-weight: normal;
}
.main .section .text .catch.small {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section .text .catch {
    font-size: 0.44rem;
  }
  .main .section .text .catch.small {
    font-size: 0.4rem;
  }
}
.main .section .text p {
  font-size: 0.18rem;
  line-height: 2;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .text p {
    font-size: 0.27rem;
  }
}
.main .section .text p + p {
  margin-top: 0.2rem;
}
.main .section + .section {
  padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .section + .section {
    padding-top: 1.2rem;
  }
}
.main .section--01 {
  padding: 0.7rem 0 0;
}
.main .section--01 .wrap {
  position: relative;
}
.main .section--01 .headline {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .section--01 .headline {
    left: auto;
    right: 0.4rem;
  }
}
.main .section--01 .lead {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.main .section--01 .lead .text {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .lead .text {
    padding: 0;
  }
}
.main .section--01 .lead .text h2,
.main .section--01 .lead .text p {
  text-align: center;
}
.main .section--01 .profile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile {
    flex-flow: column nowrap;
  }
}
.main .section--01 .profile__image {
  z-index: 1;
  position: relative;
  width: 3.7rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__image {
    margin: 0.6rem auto 0.2rem;
  }
}
.main .section--01 .profile__content {
  width: 10rem;
  margin-left: -1.3rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content {
    width: 100%;
    margin-left: 0;
  }
}
.main .section--01 .profile__content > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.02em;
  margin: 0 auto 0.5rem;
}
.main .section--01 .profile__content .detail {
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.6rem 0;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail {
    position: relative;
    flex-flow: column nowrap;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem;
  }
}
.main .section--01 .profile__content .detail__side {
  display: block;
  font-size: 0.24rem;
  line-height: 1;
  color: #1e385c;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail__side {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
  }
}
.main .section--01 .profile__content .detail__text {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail__text {
    width: 100%;
  }
}
.main .section--01 .profile__content .detail__text .text p {
  margin: 0;
}
.main .section--01 .profile__content .detail__text .text--01 {
  margin-bottom: 0.4rem;
}
.main .section--01 .profile__content .detail__text .text--01 p:first-child {
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail__text .text--01 p:first-child {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.main .section--01 .profile__content .detail__text .text--01 p:last-child {
  font-size: 0.3rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  margin-top: 0.15rem;
}
.main .section--01 .profile__content .detail__text .text--01 p:last-child span {
  font-size: 0.2rem;
}
.main .section--01 .profile__content .detail__text .text--01 p:last-child em {
  display: inline-block;
  font-weight: 300;
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  margin-left: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail__text .text--01 p:last-child {
    font-size: 0.45rem;
    line-height: 0.3rem;
  }
  .main .section--01 .profile__content .detail__text .text--01 p:last-child span {
    font-size: 0.3rem;
  }
  .main .section--01 .profile__content .detail__text .text--01 p:last-child em {
    font-size: 0.25rem;
  }
}
.main .section--01 .profile__content .detail__text .text--02 p {
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .section--01 .profile__content .detail__text .text--02 p {
    font-size: 0.24rem;
    line-height: 0.32rem;
    text-align: justify;
  }
}
.main .section--02 {
  background-color: oklch(94.661% 0.01988 100.645/0.5);
  padding: 2rem 0 1.5rem !important;
  margin-top: -1.2rem;
}
.main .section--02 h3 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ccc899;
  opacity: 0.2;
}
@media screen and (max-width: 750px) {
  .main .section--02 h3 {
    font-size: 0.85rem;
    white-space: nowrap;
  }
}
.main .section--02 .value-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.35rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list {
    flex-flow: column nowrap;
    gap: 0.2rem;
    padding: 0 0.4rem;
  }
}
.main .section--02 .value-list .value-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  border-top: 0.01rem solid #ccc899;
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.6rem;
  padding: 0.3rem 0 0.5rem;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item {
    box-sizing: border-box;
    flex-flow: row nowrap;
    gap: 0;
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
}
.main .section--02 .value-list .value-item::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../imgs/icon_arrow-down.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.15rem;
  height: auto;
  aspect-ratio: 15/8;
  -webkit-animation: move-up-down 1s ease infinite;
          animation: move-up-down 1s ease infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0.3rem;
    transform: translateY(-50%);
    width: 0.2rem;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}
@keyframes move-up-down {
  0%, 100% {
    translate: 0 0 0;
  }
  60% {
    translate: 0 30% 0;
  }
}
.main .section--02 .value-list .value-item:hover::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.main .section--02 .value-list .value-item__no {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item__no {
    flex-shrink: 0;
  }
}
.main .section--02 .value-list .value-item__no span {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #bfbb8f;
}
.main .section--02 .value-list .value-item__no span:first-child {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item__no span:first-child {
    font-size: 0.3rem;
  }
}
.main .section--02 .value-list .value-item__no span:last-child {
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item__no span:last-child {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item__detail {
    width: 100%;
  }
}
.main .section--02 .value-list .value-item__detail p {
  font-size: 0.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section--02 .value-list .value-item__detail p {
    font-size: 0.32rem;
  }
}
.main .section.point {
  padding-top: 1.5rem !important;
}
.main .section.point .wrap {
  position: relative;
}
.main .section.point .wrap .headline {
  position: absolute;
  top: 1.7rem;
  left: 0;
}
.main .section.point .wrap .headline .ttl {
  font-size: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .section.point .wrap .headline {
    position: static;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.main .section.point .lead {
  margin-bottom: 0.8rem;
}
.main .section.point .lead .point-box {
  background-color: #bfbb8f;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.main .section.point .lead .point-box span {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.main .section.point .lead .point-box span:first-child {
  font-size: 0.2rem;
}
.main .section.point .lead .point-box span:last-child {
  font-size: 0.4rem;
}
.main .section.point .lead .point-box:has(+ .text) {
  margin-bottom: 0.5rem;
}
.main .section.point .lead .text .catch {
  text-align: center;
}
.main .section.point .wrapper + .wrapper {
  margin-top: 1.5rem;
}
.main .section.point .wrapper .text .catch,
.main .section.point .wrapper .text .text {
  text-align: center;
}
.main .section.point--01 .wrapper--01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--01 {
    flex-flow: column nowrap;
  }
}
.main .section.point--01 .wrapper--01 .text .catch,
.main .section.point--01 .wrapper--01 .text .text {
  text-align: left;
}
.main .section.point--01 .wrapper--01 .images {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.1rem;
  width: 5.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--01 .images {
    width: 100%;
  }
}
.main .section.point--01 .wrapper--02 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--02 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.2rem;
    margin-top: 0 !important;
  }
}
.main .section.point--01 .wrapper--03 {
  position: relative;
  padding-bottom: 0.4rem;
}
.main .section.point--01 .wrapper--03::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: -1rem;
  background-color: #f0eedf;
  width: 17.8rem;
  height: 11rem;
}
.main .section.point--01 .wrapper--03 .text {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .text .text {
    letter-spacing: -0.05em;
    text-align: justify;
  }
}
.main .section.point--01 .wrapper--03 .jp-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 7.45rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .jp-map {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.main .section.point--01 .wrapper--03 .jp-map figure figcaption {
  text-align: right;
  padding-right: 1.3rem;
  margin-bottom: 0.3rem;
}
.main .section.point--01 .wrapper--03 .flex {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex {
    flex-flow: column-reverse nowrap;
    gap: 0.6rem;
  }
}
.main .section.point--01 .wrapper--03 .flex .image-list {
  display: grid;
  grid-template-columns: 2.7rem 2.7rem auto;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  row-gap: 0.4rem;
  width: 13.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .image-list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
    row-gap: 0.4rem;
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.main .section.point--01 .wrapper--03 .flex .image-list figure {
  width: 2.7rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .image-list figure {
    width: 100%;
  }
}
.main .section.point--01 .wrapper--03 .flex .image-list figure:nth-child(3n) {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .image-list figure:nth-child(3n) {
    margin-left: 0;
  }
}
.main .section.point--01 .wrapper--03 .flex .image-list figure span {
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 0.18rem;
}
.main .section.point--01 .wrapper--03 .flex .detail {
  position: relative;
  width: 4.9rem;
  padding: 0.7rem 0 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .detail {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.main .section.point--01 .wrapper--03 .flex .detail .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.1rem;
}
.main .section.point--01 .wrapper--03 .flex .detail p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .detail p {
    font-size: 0.32rem;
    line-height: 0.58rem;
  }
}
.main .section.point--01 .wrapper--03 .flex .detail p + p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--03 .flex .detail p + p {
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
}
.main .section.point--01 .wrapper--04 {
  padding-bottom: 1.8rem;
}
.main .section.point--01 .wrapper--04 .text {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .text .text {
    text-align: justify;
    letter-spacing: -0.05em;
  }
}
.main .section.point--01 .wrapper--04 .point-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .point-list {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
    row-gap: 0.4rem;
  }
}
.main .section.point--01 .wrapper--04 .point-list figure {
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .point-list figure {
    width: 100%;
  }
}
.main .section.point--01 .wrapper--04 .point-list figure figcaption {
  font-size: 0.115rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .point-list figure figcaption {
    font-size: 0.1rem;
  }
}
.main .section.point--01 .wrapper--04 .prize {
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 12.8rem;
  padding: 0.6rem 0;
  margin: 0 auto;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize {
    flex-flow: column nowrap;
    gap: 0.4rem;
    width: 100%;
    padding: 0.4rem;
  }
}
.main .section.point--01 .wrapper--04 .prize .logo {
  flex-shrink: 0;
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize .logo {
    width: 3rem;
  }
}
.main .section.point--01 .wrapper--04 .prize .detail {
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize .detail {
    width: 100%;
  }
}
.main .section.point--01 .wrapper--04 .prize .detail p:first-child {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize .detail p:first-child {
    font-size: 0.32rem;
    line-height: 0.58rem;
  }
}
.main .section.point--01 .wrapper--04 .prize .detail p:last-child {
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize .detail p:last-child {
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
}
.main .section.point--01 .wrapper--04 .prize .image {
  flex-shrink: 0;
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--01 .wrapper--04 .prize .image {
    width: 100%;
  }
}
.main .section.point--02 {
  position: relative;
}
.main .section.point--02::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0eedf;
  width: 100%;
  height: 8.6rem;
}
.main .section.point--02 .wrap .headline {
  transform: translateX(-100%);
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrap .headline {
    transform: none;
  }
}
.main .section.point--02 .wrapper--02 {
  margin-top: 0.9rem !important;
}
.main .section.point--02 .wrapper--02 > .text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--02 > .text {
    flex-flow: column nowrap;
    gap: 0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section.point--02 .wrapper--02 > .text .catch {
    text-align: left;
  }
}
.main .section.point--02 .wrapper--02 > .text .text p {
  text-align: left;
}
.main .section.point--02 .wrapper--02 > .text .text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--02 > .text .text p {
    letter-spacing: -0.05em;
  }
}
.main .section.point--02 .wrapper--03 {
  padding-bottom: 1.8rem;
}
.main .section.point--02 .wrapper--03 .text {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .text .text {
    text-align: justify;
    letter-spacing: -0.05em;
  }
}
.main .section.point--02 .wrapper--03 .themes {
  margin-bottom: 1.2rem;
}
.main .section.point--02 .wrapper--03 .themes .title {
  border-top: 0.01rem solid #dfe2e5;
  border-bottom: 0.01rem solid #dfe2e5;
  padding: 0.15rem 0;
  margin-bottom: 0.4rem;
}
.main .section.point--02 .wrapper--03 .themes .title h3 {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.35rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.main .section.point--02 .wrapper--03 .themes .title h3 span {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .themes .title h3 {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.main .section.point--02 .wrapper--03 .themes .image {
  width: 8.72rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .themes .image {
    width: 100%;
  }
}
.main .section.point--02 .wrapper--03 .map {
  width: 12.8rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .map {
    width: 100%;
  }
}
.main .section.point--02 .wrapper--03 .theme-list {
  counter-reset: theme-counter;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 0.45rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item {
  counter-increment: theme-counter;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__title {
  box-sizing: border-box;
  background-color: #657283;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  padding: 0.15rem 0 0.15rem 0.2rem;
  margin-bottom: 0.3rem;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__title::before {
  content: counter(theme-counter);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0.24rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #657283;
  padding-top: 0.1em;
  padding-left: 0.02em;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__title p {
  font-size: 0.22rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding-bottom: 0.1em;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__title p span {
  font-size: 0.16rem;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__grid {
  display: grid;
  grid-template-columns: auto;
  gap: 0.4rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list .theme-item__grid {
    grid-template-columns: auto;
    gap: 0.6rem;
  }
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__grid .wrapper p {
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list .theme-item__grid .wrapper p {
    font-size: 0.22rem;
  }
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__grid .wrapper figure {
  width: 100%;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__place {
  width: 100%;
  margin-top: 1rem;
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list .image-item {
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list .image-item {
    width: 100%;
  }
}
.main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list .image-item figcaption {
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--03 .theme-list .theme-item__place .image-list .image-item figcaption {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
}
.main .section.point--02 .wrapper--04 .text {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--04 .text .text {
    text-align: justify;
  }
}
.main .section.point--02 .wrapper--04 .map {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--04 .map {
    flex-flow: column nowrap;
    gap: 0.2rem;
  }
}
.main .section.point--02 .wrapper--04 .map__image {
  width: 9rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--04 .map__image {
    width: 100%;
  }
}
.main .section.point--02 .wrapper--04 .map__rank {
  width: 6.47rem;
  margin-left: -1rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--04 .map__rank {
    width: 100%;
    margin-left: 0;
  }
}
.main .section.point--02 .wrapper--04 .map__rank p {
  font-size: 0.16rem;
  line-height: 0.48rem;
  letter-spacing: 0.02em;
  padding-left: 1.68rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--02 .wrapper--04 .map__rank p {
    font-size: 0.22rem;
  }
}
.main .section.point--03 {
  position: relative;
}
.main .section.point--03::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0eedf;
  width: 100%;
  height: 8.6rem;
}
.main .section.point--03 .wrapper--01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--01 {
    flex-flow: column-reverse nowrap;
  }
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--01 > .text {
    padding: 0 0.4rem;
  }
}
.main .section.point--03 .wrapper--01 > .text .catch {
  text-align: left;
}
.main .section.point--03 .wrapper--01 > .text .text p {
  text-align: left;
}
.main .section.point--03 .wrapper--01 .image {
  width: 9.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--01 .image {
    width: 100%;
  }
}
.main .section.point--03 .wrapper--02 .text {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .text .text {
    text-align: justify;
  }
}
.main .section.point--03 .wrapper--02 .flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .flex {
    flex-flow: column nowrap;
    gap: 0.4rem;
  }
}
.main .section.point--03 .wrapper--02 .flex .wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.main .section.point--03 .wrapper--02 .flex .wrapper:first-child {
  gap: 0.1rem;
  width: 4.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .flex .wrapper:first-child {
    flex-flow: row nowrap;
    width: 100%;
  }
}
.main .section.point--03 .wrapper--02 .flex .wrapper:last-child {
  justify-content: space-between;
  width: 7.7rem;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .flex .wrapper:last-child {
    gap: 0.2rem;
    width: 100%;
  }
}
.main .section.point--03 .wrapper--02 .flex .images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .flex .images {
    gap: 0.1rem;
  }
}
.main .section.point--03 .wrapper--02 .flex .images > .image {
  width: 3.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .flex .images > .image {
    width: 100%;
  }
}
.main .section.point--03 .wrapper--02 .rank {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .rank {
    flex-flow: column nowrap;
    gap: 0.4rem;
  }
}
.main .section.point--03 .wrapper--02 .rank .wrapper {
  width: 6.1rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .rank .wrapper {
    width: 100%;
  }
}
.main .section.point--03 .wrapper--02 .rank .wrapper .title {
  margin-bottom: 0.2rem;
}
.main .section.point--03 .wrapper--02 .rank .wrapper .title p {
  font-size: 0.2rem;
  line-height: 0.48rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.main .section.point--03 .wrapper--02 .rank .wrapper .title p span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .rank .wrapper .title p {
    font-size: 0.24rem;
  }
  .main .section.point--03 .wrapper--02 .rank .wrapper .title p span {
    font-size: 0.4rem;
  }
}
.main .section.point--03 .wrapper--02 .rank .wrapper > figure {
  width: 100%;
}
.main .section.point--03 .wrapper--02 .rank .wrapper > figure figcaption {
  font-size: 0.12rem;
  line-height: 1;
  text-align: right;
  margin-top: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .rank .wrapper > figure figcaption {
    font-size: 0.16rem;
  }
}
.main .section.point--03 .wrapper--02 .rank figure {
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--02 .rank figure {
    width: 100%;
  }
}
.main .section.point--03 .wrapper--03 {
  padding-bottom: 1.8rem;
}
.main .section.point--03 .wrapper--03 .text {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .text .text {
    text-align: justify;
    letter-spacing: -0.05em;
  }
}
.main .section.point--03 .wrapper--03 .note {
  font-size: 0.13rem;
  text-align: right;
  margin-top: 0.1rem;
}
.main .section.point--03 .wrapper--03 .graph {
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .graph {
    box-sizing: border-box;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 0.2rem;
  }
}
.main .section.point--03 .wrapper--03 .graph .graph-item {
  padding: 0.8rem 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .graph .graph-item {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 5.5rem;
  }
}
.main .section.point--03 .wrapper--03 .graph .graph-item + .graph-item {
  border-left: 0.01rem solid #f5f5f5;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .graph .graph-item + .graph-item {
    border-left: none;
    border-top: 0.01rem solid #f5f5f5;
  }
}
.main .section.point--03 .wrapper--03 .graph .graph-item__title {
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .graph .graph-item__title {
    font-size: 0.35rem;
    line-height: 0.58rem;
  }
}
.main .section.point--03 .wrapper--03 .graph .graph-item__image {
  width: 3.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--03 .wrapper--03 .graph .graph-item__image {
    width: 100%;
  }
}
.main .section.point--04 {
  position: relative;
}
.main .section.point--04::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0eedf;
  width: 100%;
  height: 8.6rem;
}
.main .section.point--04 .wrap .headline {
  transform: translateX(-100%);
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrap .headline {
    transform: none;
  }
}
.main .section.point--04 .wrapper--01 .image {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--01 .image {
    margin-bottom: 1.5rem;
  }
}
.main .section.point--04 .wrapper--01 > .text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--01 > .text {
    flex-flow: column nowrap;
    gap: 0.6rem;
  }
}
.main .section.point--04 .wrapper--01 > .text .catch {
  text-align: left;
}
.main .section.point--04 .wrapper--01 > .text .text p {
  text-align: left;
  margin: 0;
}
.main .section.point--04 .wrapper--01 > .text .text p span {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--01 > .text .text p span {
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.2rem;
    margin-top: 0.15rem;
  }
}
.main .section.point--04 .wrapper--02 {
  padding-bottom: 1.8rem;
}
.main .section.point--04 .wrapper--02 .text {
  margin-bottom: 0.4rem;
}
.main .section.point--04 .wrapper--02 .text .catch {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-size: 0.42rem;
  line-height: 0.5rem;
  letter-spacing: 0.02em;
  color: #bfbb8f;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--02 .text .catch {
    font-size: 0.5rem;
  }
}
.main .section.point--04 .wrapper--02 .text .catch .cross {
  background-image: url("../imgs/icon_cross.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.44rem;
  height: auto;
  aspect-ratio: 44/45;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--02 .text .catch .cross {
    width: 0.5rem;
  }
}
.main .section.point--04 .wrapper--02 .graph {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--02 .graph {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.main .section.point--04 .wrapper--02 .graph .graph-item {
  padding: 0.6rem 0.35rem;
}
.main .section.point--04 .wrapper--02 .graph .graph-item + .graph-item {
  border-left: 0.01rem solid #f5f5f5;
}
@media screen and (max-width: 750px) {
  .main .section.point--04 .wrapper--02 .graph .graph-item {
    flex-shrink: 0;
    width: 5.5rem;
  }
}
.main .section.point--05 {
  position: relative;
}
.main .section.point--05::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0eedf;
  width: 100%;
  height: 8.6rem;
}
.main .section.point--05 .profile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.4rem;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile {
    box-sizing: border-box;
    flex-flow: column nowrap;
  }
}
.main .section.point--05 .profile__image {
  z-index: 1;
  position: relative;
  width: 5.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__image {
    width: 100%;
    margin: 0 auto 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content {
    width: 100%;
    margin-left: 0;
  }
}
.main .section.point--05 .profile__content > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.02em;
  margin: 0 auto 0.5rem;
}
.main .section.point--05 .profile__content .detail {
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content .detail {
    position: relative;
    flex-flow: column nowrap;
    padding: 0.6rem 0.4rem 0.6rem 0.6rem;
  }
}
.main .section.point--05 .profile__content .detail__side {
  align-self: flex-start;
  display: block;
  font-size: 0.24rem;
  line-height: 1;
  color: #1e385c;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-top: 0.55rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content .detail__side {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
  }
}
.main .section.point--05 .profile__content .detail__text {
  width: 5.9rem;
}
.main .section.point--05 .profile__content .detail__text .text p {
  margin: 0;
}
.main .section.point--05 .profile__content .detail__text .text--01 {
  margin-bottom: 0.4rem;
}
.main .section.point--05 .profile__content .detail__text .text--01 p:first-child {
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content .detail__text .text--01 p:first-child {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.main .section.point--05 .profile__content .detail__text .text--01 p:last-child {
  font-size: 0.3rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  margin-top: 0.15rem;
}
.main .section.point--05 .profile__content .detail__text .text--01 p:last-child span {
  font-size: 0.2rem;
}
.main .section.point--05 .profile__content .detail__text .text--01 p:last-child em {
  display: inline-block;
  font-weight: 300;
  font-size: 0.16rem;
  letter-spacing: 0.01em;
  margin-left: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content .detail__text .text--01 p:last-child {
    font-size: 0.45rem;
    line-height: 0.3rem;
  }
  .main .section.point--05 .profile__content .detail__text .text--01 p:last-child span {
    font-size: 0.3rem;
  }
  .main .section.point--05 .profile__content .detail__text .text--01 p:last-child em {
    font-size: 0.25rem;
  }
}
.main .section.point--05 .profile__content .detail__text .text--02 p {
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .profile__content .detail__text .text--02 p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: justify;
  }
}
.main .section.point--05 .wrapper--01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .wrapper--01 {
    flex-flow: column-reverse nowrap;
  }
}
.main .section.point--05 .wrapper--01 .note {
  font-size: 0.13rem;
}
.main .section.point--05 .wrapper--01 > .text {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .wrapper--01 > .text {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.4rem;
  }
}
.main .section.point--05 .wrapper--01 > .text .catch {
  text-align: left;
  color: #a9a257;
}
.main .section.point--05 .wrapper--01 > .text .catch span {
  display: inline-block;
  font-size: 0.24rem;
  text-decoration: underline;
  margin-bottom: 0.3rem;
}
.main .section.point--05 .wrapper--01 > .text .text {
  margin-bottom: 0.8rem;
}
.main .section.point--05 .wrapper--01 > .text .text p {
  text-align: left;
}
.main .section.point--05 .wrapper--01 > .image {
  width: 8.5rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .wrapper--01 > .image {
    width: 100%;
  }
}
.main .section.point--05 .wrapper--02 .text {
  margin-bottom: 0.6rem;
}
.main .section.point--05 .wrapper--02 .text .text {
  text-align: justify;
}
.main .section.point--05 .wrapper--02 .image .map {
  width: 100%;
}
.main .section.point--05 .wrapper--02 .image .detail {
  z-index: 1;
  position: relative;
  width: 9.85rem;
  margin: -0.3rem auto 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .wrapper--02 .image .detail {
    width: 100%;
    margin: 0.4rem auto 0.6rem;
  }
}
.main .section.point--05 .wrapper--03 {
  position: relative;
  background-image: url("../imgs/img54.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0 2rem;
}
.main .section.point--05 .wrapper--03 .note {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  display: block;
  font-size: 0.13rem;
  line-height: 1;
  color: #ffffff;
}
.main .section.point--05 .wrapper--03 .headline {
  top: 0;
}
.main .section.point--05 .wrapper--03 .headline .ttl {
  color: #ffffff;
}
.main .section.point--05 .wrapper--03 .text {
  padding-top: 0.5rem;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .main .section.point--05 .wrapper--03 .text .text {
    text-align: justify;
    letter-spacing: -0.05em;
  }
}
.main .fNote {
  padding-top: 1rem;
}/*# sourceMappingURL=unique.css.map */