@charset "UTF-8";
.main .lead .catch::before, .main .lead p::before, .main .section02 .inner .body .item .note::before, .main .section02 .append .inner p::before, .main .lead .catch::after, .main .lead p::after, .main .section02 .inner .body .item .note::after, .main .section02 .append .inner p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead .catch::before, .main .lead p::before, .main .section02 .inner .body .item .note::before, .main .section02 .append .inner p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .lead .catch::after, .main .lead p::after, .main .section02 .inner .body .item .note::after, .main .section02 .append .inner p::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov:hover, .main .loop .append .detail:hover, .gFooter .pageTop:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hov, .main .loop .append .detail, .gFooter .pageTop {
    transition: opacity 0.4s;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  :root {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  overflow: hidden;
  overscroll-behavior: none;
}
body.imagesLoaded {
  overflow: auto;
  overscroll-behavior: auto;
}

.wrap {
  max-width: 13rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
img {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .fadeIn {
    opacity: 0;
    transition: 1.2s;
    transition-property: opacity;
  }
  .fadeIn.scrollIn {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

.main {
  padding: 0.24rem 0 0;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0.2rem 0 0;
  }
}
.main .hero .panel {
  display: grid;
  align-items: center;
  height: 6.26rem;
  margin: 0 0.4rem;
  position: relative;
  background: #96c3d0;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero .panel {
    height: 11.3rem;
    margin: 0 0.2rem;
  }
}
.main .hero .panel .text {
  grid-area: 1/1;
  width: 5.29rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .text {
    width: 5.22rem;
  }
}
.main .hero .panel .image {
  position: absolute;
}
.main .hero .panel .image--01 {
  width: 2.52rem;
  top: 0.3rem;
  left: 0.68rem;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .image--01 {
    width: 3.05rem;
    left: 0.62rem;
  }
}
.main .hero .panel .image--02 {
  width: 2.51rem;
  top: 0.84rem;
  right: 1.16rem;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .image--02 {
    width: 2.18rem;
    top: 2.34rem;
    right: 0.6rem;
  }
}
.main .hero .panel .image--03 {
  width: 4.29rem;
  bottom: 0.3rem;
  left: 1.94rem;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .image--03 {
    width: 6.08rem;
    bottom: 0.84rem;
    left: 0.55rem;
  }
}
.main .hero .panel .image--04 {
  width: 0.96rem;
  right: 1.79rem;
  bottom: -0.77rem;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .image--04 {
    display: none;
  }
}
.main .hero .panel .loading {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #96c3d0;
}
.main .hero .panel .loading .image {
  width: 2.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50% 0;
}
@media screen and (max-width: 750px) {
  .main .hero .panel .loading .image {
    width: 3.22rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .hero .panel .loading {
    transition: opacity 0.8s;
  }
}
.main .hero .panel .loading:is(body.imagesLoaded *) {
  opacity: 0;
  pointer-events: none;
}
.main .article {
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main .article {
    transition: opacity 0.8s;
  }
}
.main .article:is(body.imagesLoaded *) {
  opacity: 1;
}
.main .scrollAssist {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.1rem;
  margin: 0.4rem 0.4rem 0;
}
@media screen and (max-width: 750px) {
  .main .scrollAssist {
    margin: 0.4rem 0.2rem 0;
  }
}
.main .scrollAssist .text {
  grid-row: 1/2;
  grid-column: 3/4;
  writing-mode: vertical-rl;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .scrollAssist .text {
    font-size: 0.3rem;
  }
}
.main .scrollAssist::before, .main .scrollAssist::after {
  content: "";
  display: block;
  grid-row: 1/2;
  grid-column: 2/3;
  width: 0.28rem;
  border-radius: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main .scrollAssist::before, .main .scrollAssist::after {
    width: 0.38rem;
    border-radius: 0.19rem;
  }
}
.main .scrollAssist::before {
  height: 0.76rem;
  box-shadow: inset 0 0 0 0.01rem currentColor;
}
@media screen and (max-width: 750px) {
  .main .scrollAssist::before {
    height: 1rem;
  }
}
.main .scrollAssist::after {
  height: 0.28rem;
  box-shadow: inset 0 0 0 0.07rem #96c3d0;
  -webkit-animation: scrollAssist 2s infinite alternate ease-in-out;
          animation: scrollAssist 2s infinite alternate ease-in-out;
}
@-webkit-keyframes scrollAssist {
  from {
    translate: 0 0 0;
  }
  to {
    translate: 0 0.48rem 0;
  }
}
@keyframes scrollAssist {
  from {
    translate: 0 0 0;
  }
  to {
    translate: 0 0.48rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .scrollAssist::after {
    height: 0.38rem;
    box-shadow: inset 0 0 0 0.1rem #96c3d0;
    -webkit-animation-name: scrollAssist_sp;
            animation-name: scrollAssist_sp;
  }
  @-webkit-keyframes scrollAssist_sp {
    from {
      translate: 0 0 0;
    }
    to {
      translate: 0 0.62rem 0;
    }
  }
  @keyframes scrollAssist_sp {
    from {
      translate: 0 0 0;
    }
    to {
      translate: 0 0.62rem 0;
    }
  }
}
.main .lead {
  padding: 0.4rem 0 1.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .lead {
    padding: 0.1rem 0 0.9rem;
  }
  .main .lead .wrap {
    padding: 0;
  }
}
.main .lead .catch {
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .main .lead .catch {
    font-size: 0.49rem;
    line-height: 0.82rem;
  }
}
.main .lead p {
  padding: 0.8rem 0 0;
  font-size: 0.26rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 0.67rem;
}
@media screen and (max-width: 750px) {
  .main .lead p {
    padding: 0.65rem 0 0;
    font-size: 0.3rem;
    letter-spacing: 0;
    line-height: 0.58rem;
  }
}
.main .lead .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin: 1.2rem 0 0;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .main .lead .logo {
    flex-direction: column;
    margin: 0.9rem 0 0;
  }
}
.main .lead .logo--01 {
  width: 3.77rem;
}
@media screen and (max-width: 750px) {
  .main .lead .logo--01 {
    width: 4.19rem;
  }
}
.main .lead .logo--x {
  width: 0.52rem;
}
@media screen and (max-width: 750px) {
  .main .lead .logo--x {
    width: 0.68rem;
  }
}
.main .lead .logo--02 {
  width: 5.93rem;
}
@media screen and (max-width: 750px) {
  .main .lead .logo--02 {
    width: 6.73rem;
  }
}
.main .lead .badge {
  width: 6.94rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .lead .badge {
    margin: 0.7rem auto 0;
  }
}
.main .section01 .prepend,
.main .section02 .prepend,
.main .section03 .prepend,
.main .section04 .prepend {
  display: grid;
  gap: 0 0.28rem;
  grid-template-rows: 1.66rem auto;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend,
.main .section02 .prepend,
.main .section03 .prepend,
.main .section04 .prepend {
    grid-template-rows: 2.16rem auto;
  }
}
.main .section01 .prepend .num,
.main .section02 .prepend .num,
.main .section03 .prepend .num,
.main .section04 .prepend .num {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  place-items: center;
  width: 1.08rem;
  height: 1.08rem;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
}
.main .section01 .prepend .num::after,
.main .section02 .prepend .num::after,
.main .section03 .prepend .num::after,
.main .section04 .prepend .num::after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.36rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.01rem);
  background: currentColor;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend .num::after,
.main .section02 .prepend .num::after,
.main .section03 .prepend .num::after,
.main .section04 .prepend .num::after {
    height: 0.86rem;
  }
}
.main .section01 .prepend .catch,
.main .section02 .prepend .catch,
.main .section03 .prepend .catch,
.main .section04 .prepend .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.23rem 0 0;
  font-size: 0.36rem;
  line-height: 0.67rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend .catch,
.main .section02 .prepend .catch,
.main .section03 .prepend .catch,
.main .section04 .prepend .catch {
    padding: 0.16rem 0 0;
    font-size: 0.42rem;
    line-height: 0.78rem;
  }
}
.main .section01 .prepend .catch .line,
.main .section02 .prepend .catch .line,
.main .section03 .prepend .catch .line,
.main .section04 .prepend .catch .line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.18rem;
  position: relative;
  z-index: 1;
}
.main .section01 .prepend .catch .line::before,
.main .section02 .prepend .catch .line::before,
.main .section03 .prepend .catch .line::before,
.main .section04 .prepend .catch .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.52rem;
  position: absolute;
  top: calc(50% - 0.26rem);
  left: 0;
  z-index: -1;
  background: #a2d7b4;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend .catch .line,
.main .section02 .prepend .catch .line,
.main .section03 .prepend .catch .line,
.main .section04 .prepend .catch .line {
    background-size: 100% 0.6rem;
  }
  .main .section01 .prepend .catch .line::before,
.main .section02 .prepend .catch .line::before,
.main .section03 .prepend .catch .line::before,
.main .section04 .prepend .catch .line::before {
    height: 0.6rem;
    top: calc(50% - 0.3rem);
  }
  .main .section01 .prepend .catch .line:has(.spLine),
.main .section02 .prepend .catch .line:has(.spLine),
.main .section03 .prepend .catch .line:has(.spLine),
.main .section04 .prepend .catch .line:has(.spLine) {
    padding: 0;
    background: none;
  }
  .main .section01 .prepend .catch .line:has(.spLine)::before,
.main .section02 .prepend .catch .line:has(.spLine)::before,
.main .section03 .prepend .catch .line:has(.spLine)::before,
.main .section04 .prepend .catch .line:has(.spLine)::before {
    content: none;
  }
  .main .section01 .prepend .catch .line:has(.spLine) .spLine,
.main .section02 .prepend .catch .line:has(.spLine) .spLine,
.main .section03 .prepend .catch .line:has(.spLine) .spLine,
.main .section04 .prepend .catch .line:has(.spLine) .spLine {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.18rem;
    position: relative;
    z-index: 1;
  }
  .main .section01 .prepend .catch .line:has(.spLine) .spLine::before,
.main .section02 .prepend .catch .line:has(.spLine) .spLine::before,
.main .section03 .prepend .catch .line:has(.spLine) .spLine::before,
.main .section04 .prepend .catch .line:has(.spLine) .spLine::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.6rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    left: 0;
    z-index: -1;
    background: #a2d7b4;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .section01 .prepend .catch .line::before,
.main .section01 .prepend .catch .spLine::before,
.main .section02 .prepend .catch .line::before,
.main .section02 .prepend .catch .spLine::before,
.main .section03 .prepend .catch .line::before,
.main .section03 .prepend .catch .spLine::before,
.main .section04 .prepend .catch .line::before,
.main .section04 .prepend .catch .spLine::before {
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.8s 1.2s;
  }
  .main .section01 .prepend.scrollIn .catch .line::before,
.main .section01 .prepend.scrollIn .catch .spLine::before,
.main .section02 .prepend.scrollIn .catch .line::before,
.main .section02 .prepend.scrollIn .catch .spLine::before,
.main .section03 .prepend.scrollIn .catch .line::before,
.main .section03 .prepend.scrollIn .catch .spLine::before,
.main .section04 .prepend.scrollIn .catch .line::before,
.main .section04 .prepend.scrollIn .catch .spLine::before {
    scale: 1 1;
    transition: scale 0.8s 1.2s;
  }
  .main .section01 .prepend.scrollIn .catch .line:nth-child(2)::before,
.main .section01 .prepend.scrollIn .catch .spLine:nth-child(2)::before,
.main .section02 .prepend.scrollIn .catch .line:nth-child(2)::before,
.main .section02 .prepend.scrollIn .catch .spLine:nth-child(2)::before,
.main .section03 .prepend.scrollIn .catch .line:nth-child(2)::before,
.main .section03 .prepend.scrollIn .catch .spLine:nth-child(2)::before,
.main .section04 .prepend.scrollIn .catch .line:nth-child(2)::before,
.main .section04 .prepend.scrollIn .catch .spLine:nth-child(2)::before {
    transition-delay: 1.6s;
  }
}
.main .section01 .prepend .title,
.main .section02 .prepend .title,
.main .section03 .prepend .title,
.main .section04 .prepend .title {
  grid-row: 2/3;
  grid-column: 1/3;
  box-sizing: border-box;
  height: 2.55rem;
  padding: 0.56rem 0 0 0.85rem;
  background: #96c3d0;
  position: relative;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.72rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend .title,
.main .section02 .prepend .title,
.main .section03 .prepend .title,
.main .section04 .prepend .title {
    height: auto;
    padding: 0.6rem 0 0.6rem 0.5rem;
    font-size: 0.4rem;
    line-height: 0.72rem;
  }
}
.main .section01 .prepend .title::before, .main .section01 .prepend .title::after,
.main .section02 .prepend .title::before,
.main .section02 .prepend .title::after,
.main .section03 .prepend .title::before,
.main .section03 .prepend .title::after,
.main .section04 .prepend .title::before,
.main .section04 .prepend .title::after {
  content: "";
  display: block;
  position: absolute;
}
.main .section01 .prepend .title::before,
.main .section02 .prepend .title::before,
.main .section03 .prepend .title::before,
.main .section04 .prepend .title::before {
  inset: 0;
  background: calc(100% - 0.26rem) 100% no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .main .section01 .prepend .title::before,
.main .section02 .prepend .title::before,
.main .section03 .prepend .title::before,
.main .section04 .prepend .title::before {
    background-position: calc(100% - 0.22rem) 100%;
  }
}
.main .section01 .prepend .title::after,
.main .section02 .prepend .title::after,
.main .section03 .prepend .title::after,
.main .section04 .prepend .title::after {
  width: 0.46rem;
  aspect-ratio: 1;
  top: -0.32rem;
  left: 0.32rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1rem #96c3d0;
}
.main .section01 {
  padding: 0.9rem 0 0.8rem;
  background: #f4f9fa;
}
@media screen and (max-width: 750px) {
  .main .section01 {
    padding: 0.8rem 0;
    overflow: hidden;
  }
}
.main .section01 .prepend .title::before {
  background-image: url(../imgs/en01.svg);
  background-size: 3.06rem auto;
}
.main .section01 .prepend .title::after {
  background: #f4f9fa;
}
.main .section01 .body .figure {
  display: grid;
  width: 11rem;
  margin: 3.02rem 0 0 0.94rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure {
    width: auto;
    margin: 2.88rem -0.4rem 0;
  }
}
.main .section01 .body .figure .text {
  grid-area: 1/1;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .text {
    align-self: end;
    width: 8rem;
    margin: 0;
  }
}
.main .section01 .body .figure .image {
  grid-area: 1/1;
  width: 6.62rem;
  margin: 0.15rem 0 0 2.19rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .image {
    width: 4.5rem;
    margin: 0 0 0.41rem 1.21rem;
  }
}
.main .section01 .body .figure .balloon {
  place-items: end center;
  position: absolute;
}
@media (prefers-reduced-motion: no-preference) {
  .main .section01 .body .figure .balloon {
    -webkit-animation: float 3s ease-in-out infinite;
            animation: float 3s ease-in-out infinite;
  }
  @-webkit-keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.15rem);
    }
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.15rem);
    }
  }
}
.main .section01 .body .figure .balloon .small {
  width: 0.7rem;
  aspect-ratio: 70/78;
  background: url(../imgs/bln_s.svg) 50% 100%/contain no-repeat;
  filter: drop-shadow(0.03rem 0.03rem 0.02rem rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon .small {
    width: 0.54rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .section01 .body .figure .balloon .small {
    transition: opacity 0.4s;
  }
}
.main .section01 .body .figure .balloon .large {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.76rem;
  height: 3.04rem;
  padding: 0 0 0.28rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.38rem);
  background: url(../imgs/bln.svg) 50% 100%/contain no-repeat;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.47rem;
  text-align: center;
  filter: drop-shadow(0.03rem 0.03rem 0.02rem rgba(0, 0, 0, 0.1));
  scale: 0;
  transform-origin: 50% 100%;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon .large {
    width: 2.68rem;
    height: 2.94rem;
    padding: 0 0 0.26rem;
    position: absolute;
    left: calc(50% - 1.34rem);
    font-size: 0.29rem;
    line-height: 0.45rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .section01 .body .figure .balloon .large {
    transition: scale 0.4s;
  }
}
.main .section01 .body .figure .balloon.active {
  z-index: 1;
}
.main .section01 .body .figure .balloon.active .small {
  opacity: 0;
}
.main .section01 .body .figure .balloon.active .large {
  scale: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .main .section01 .body .figure .balloon.active {
    -webkit-animation: none;
            animation: none;
  }
}
.main .section01 .body .figure .balloon--01 {
  left: 1rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--01 {
    left: 0.83rem;
    bottom: 0.1rem;
  }
}
.main .section01 .body .figure .balloon--02 {
  left: 1.81rem;
  bottom: 4.8rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--02 {
    left: 1.21rem;
    bottom: 3.3rem;
  }
}
.main .section01 .body .figure .balloon--03 {
  left: 5.15rem;
  bottom: 7.26rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--03 {
    left: 3.47rem;
    bottom: 4.9rem;
  }
}
.main .section01 .body .figure .balloon--04 {
  left: 8.27rem;
  bottom: 5.9rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--04 {
    left: 4.93rem;
    bottom: 4.16rem;
  }
}
.main .section01 .body .figure .balloon--05 {
  left: 8.91rem;
  bottom: 5.1rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--05 {
    left: 5.62rem;
    bottom: 3.62rem;
  }
}
.main .section01 .body .figure .balloon--06 {
  left: 9.18rem;
  bottom: 4.1rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--06 {
    left: 5.83rem;
    bottom: 2.7rem;
  }
}
.main .section01 .body .figure .balloon--07 {
  left: 9.12rem;
  bottom: 0.76rem;
}
@media screen and (max-width: 750px) {
  .main .section01 .body .figure .balloon--07 {
    left: 5.13rem;
    bottom: 0.1rem;
  }
}
.main .section02 {
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  .main .section02 {
    padding: 1rem 0 1.2rem;
  }
}
.main .section02 .inner {
  display: grid;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner {
    display: block;
  }
}
.main .section02 .inner .prepend {
  grid-area: 1;
  grid-template-rows: 1.96rem auto;
  align-self: start;
  width: 6.05rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .prepend {
    grid-template-rows: 2.16rem auto;
    width: auto;
    margin: 0 -0.4rem;
    padding: 0 0.4rem;
    z-index: 1;
    background: #fff;
  }
}
.main .section02 .inner .prepend .num::after {
  height: 0.66rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .prepend .num::after {
    height: 0.86rem;
  }
}
.main .section02 .inner .prepend .title {
  height: 4.95rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .prepend .title {
    height: auto;
  }
}
.main .section02 .inner .prepend .title::before {
  background-image: url(../imgs/en02.svg);
  background-size: 3.52rem auto;
}
.main .section02 .inner .prepend .title::after {
  background: #fff;
}
.main .section02 .inner .body {
  grid-area: 1;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 6.05rem;
  padding: 1.96rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body {
    width: auto;
    padding: 0.6rem 0 0;
    gap: 0.9rem;
  }
}
.main .section02 .inner .body .item .headline {
  display: grid;
  grid-template-rows: 0.94rem;
  grid-template-columns: 0.84rem 1fr;
  background: #9eb4d7;
  border-radius: 0 0.47rem 0.47rem 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item .headline {
    grid-template-rows: 1.12rem;
    grid-template-columns: 1rem 1fr;
    border-radius: 0 0.56rem 0.56rem 0;
    margin-left: -0.4rem;
  }
}
.main .section02 .inner .body .item .headline .num {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  place-items: center;
  background: #004098;
  font-size: 0.42rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item .headline .num {
    font-size: 0.5rem;
  }
}
.main .section02 .inner .body .item .headline .title {
  grid-row: 1/2;
  grid-column: 2/3;
  display: grid;
  place-items: center start;
  padding: 0 0 0 0.32rem;
  font-size: 0.35rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item .headline .title {
    padding: 0 0 0 0.38rem;
    font-size: 0.42rem;
  }
}
.main .section02 .inner .body .item .headline .title .small {
  font-size: 0.8em;
  margin: 0 -0.5em;
}
.main .section02 .inner .body .item .catch {
  margin: 0.22rem 0 0 0.84rem;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item .catch {
    margin: 0.26rem 0 0 0.6rem;
    font-size: 0.37rem;
    line-height: 0.64rem;
  }
}
.main .section02 .inner .body .item .note {
  margin: 0 0 0 0.32rem;
  padding: 0.1rem 0 0;
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item .note {
    margin: 0;
    padding: 0.05rem 0 0;
    font-size: 0.19rem;
    font-weight: 600;
    line-height: 0.26rem;
  }
}
.main .section02 .inner .body .item--01 .image {
  width: 5.41rem;
  margin: -0.2rem 0 0 0.56rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--01 .image {
    width: 6.44rem;
    margin: -0.5rem 0 0 0.26rem;
  }
}
.main .section02 .inner .body .item--02 .image {
  width: 4.9rem;
  margin: -0.16rem 0 0 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--02 .image {
    width: 6.05rem;
    margin: -0.22rem 0 0 0.26rem;
  }
}
.main .section02 .inner .body .item--03 .image {
  width: 5.05rem;
  margin: 0.1rem 0 0 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--03 .image {
    width: 6.24rem;
    margin: 0.2rem 0 0 0.26rem;
  }
}
.main .section02 .inner .body .item--04 .image {
  width: 5rem;
  margin: -0.57rem 0 0 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--04 .image {
    width: 6.18rem;
    margin: -0.46rem 0 0 0.26rem;
  }
}
.main .section02 .inner .body .item--05 .image {
  width: 5.36rem;
  margin: 0.38rem 0 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--05 .image {
    width: 6.51rem;
    margin: 0.31rem 0 0 auto;
  }
}
.main .section02 .inner .body .item--06 .image {
  width: 4.98rem;
  margin: 0.22rem 0 0 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--06 .image {
    width: 6.22rem;
    margin: 0.26rem 0 0 0.26rem;
  }
}
.main .section02 .inner .body .item--07 .image {
  width: 4.88rem;
  margin: 0.4rem 0 0 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .inner .body .item--07 .image {
    width: 6.03rem;
    margin: 0.31rem 0 0 0.26rem;
  }
}
.main .section02 .append {
  margin: 1rem 0 0;
  background: #ecf0f7;
}
@media screen and (max-width: 750px) {
  .main .section02 .append {
    margin: 1rem -0.4rem 0;
  }
}
.main .section02 .append .title {
  display: grid;
  place-items: center start;
  height: 0.96rem;
  padding: 0 0 0 0.85rem;
  background: #9eb4d7;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .title {
    height: 2.1rem;
    padding: 0 0 0 0.65rem;
    font-size: 0.41rem;
    letter-spacing: 0;
    line-height: 0.67rem;
  }
}
.main .section02 .append .inner {
  padding: 0.45rem 1.2rem 0.45rem 0.85rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner {
    padding: 0.5rem 0.65rem 0.7rem;
  }
}
.main .section02 .append .inner p {
  font-size: 0.19rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner p {
    font-size: 0.28rem;
    line-height: 0.52rem;
  }
}
.main .section02 .append .inner .image {
  display: grid;
  grid-template-columns: 4.63rem 4.9rem;
  gap: 0 0.77rem;
  margin: 0.45rem 0 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner .image {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto;
    gap: 0.18rem;
    margin: 0.6rem 0 0;
  }
}
.main .section02 .append .inner .image figcaption {
  grid-row: 1/2;
  grid-column: 1/2;
  color: #004098;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner .image figcaption {
    align-self: end;
    margin: 0 0 0.1rem 2.55rem;
    font-size: 0.41rem;
    line-height: 0.56rem;
  }
}
.main .section02 .append .inner .image--01 {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: end;
  margin: 0 0 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner .image--01 {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 4.81rem;
    margin: 0 0 0 0.28rem;
  }
}
.main .section02 .append .inner .image--02 {
  grid-row: 1/3;
  grid-column: 2/3;
  border-radius: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .section02 .append .inner .image--02 {
    grid-row: 2/3;
    grid-column: 1/2;
    border-radius: 0.3rem;
  }
}
.main .section03 {
  padding: 1.1rem 0 1.2rem;
  background: #f4f9fa;
}
@media screen and (max-width: 750px) {
  .main .section03 {
    padding: 0.8rem 0 0.7rem;
  }
}
.main .section03 .prepend .title::before {
  background-image: url(../imgs/en03.svg);
  background-size: 4.33rem auto;
}
.main .section03 .prepend .title::after {
  background: #f4f9fa;
}
.main .section03 .body .figure {
  display: flex;
  justify-content: center;
  gap: 0.76rem;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure {
    flex-direction: column;
    gap: 0.8rem;
    margin: 0.65rem 0 0;
  }
}
.main .section03 .body .figure .item {
  width: 4.85rem;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item {
    width: auto;
  }
}
.main .section03 .body .figure .item figcaption {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.47rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item figcaption {
    font-size: 0.38rem;
    line-height: 0.6rem;
  }
}
.main .section03 .body .figure .item .image {
  box-sizing: border-box;
  height: 3.8rem;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item .image {
    height: auto;
  }
}
.main .section03 .body .figure .item ul {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  font-size: 0.23rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item ul {
    gap: 0.3rem;
    font-size: 0.33rem;
  }
}
.main .section03 .body .figure .item ul li {
  display: grid;
  place-items: center;
  height: 0.84rem;
  border-radius: 0.22rem;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item ul li {
    height: 1.15rem;
    border-radius: 0.3rem;
  }
}
.main .section03 .body .figure .item--01 .image {
  width: 2.11rem;
  margin: 0 0 0 1.1rem;
  padding: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item--01 .image {
    width: 2.96rem;
    margin: 0.3rem 0 0.5rem 1.42rem;
    padding: 0;
  }
}
.main .section03 .body .figure .item--01 ul li {
  color: #6cac84;
  box-shadow: inset 0 0 0 0.02rem currentColor;
}
.main .section03 .body .figure .item--02 .image {
  width: 5.11rem;
  margin: 0 -0.13rem;
  padding: 0.28rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section03 .body .figure .item--02 .image {
    width: 6.94rem;
    margin: 0.45rem -0.12rem 0.4rem;
    padding: 0;
  }
}
.main .section03 .body .figure .item--02 ul li {
  background: #a2d7b4;
}
.main .section03 .append {
  margin: 0.7rem 0 0;
  color: #004098;
  font-size: 0.34rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 0.76rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section03 .append {
    margin: 0.8rem -0.4rem 0;
    font-size: 0.39rem;
    line-height: 0.79rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section03 .append .spLine {
    display: block;
  }
}
.main .section03 .append strong {
  display: inline-block;
  padding: 0 0.1rem;
  background: #004098;
  border-radius: 0.08rem;
  color: #fff;
  font-weight: inherit;
  line-height: 0.64rem;
}
@media screen and (max-width: 750px) {
  .main .section03 .append strong {
    padding: 0 0.12rem;
    border-radius: 0.09rem;
    line-height: 0.72rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .section03 .append .line {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 2s;
    transition: clip-path 2s;
    transition: clip-path 2s, -webkit-clip-path 2s;
  }
  .main .section03 .append .line:nth-child(2) {
    transition-delay: 1s;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (max-width: 750px) {
  .main .section03 .append .line:nth-child(2) {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (max-width: 750px) {
  .main .section03 .append .spLine {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 2s 1s;
    transition: clip-path 2s 1s;
    transition: clip-path 2s 1s, -webkit-clip-path 2s 1s;
  }
  .main .section03 .append .spLine:nth-child(2) {
    transition-delay: 2s;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .section03 .append.scrollIn .line,
.main .section03 .append.scrollIn .spLine {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.main .section04 {
  padding: 1rem 0 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .section04 {
    padding: 0.8rem 0 1.2rem;
  }
}
.main .section04 .prepend {
  grid-template-rows: 1.66rem auto auto;
}
@media screen and (max-width: 750px) {
  .main .section04 .prepend {
    grid-template-rows: 1.86rem auto auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section04 .prepend .num::after {
    height: 0.56rem;
  }
}
.main .section04 .prepend .title::before {
  background-image: url(../imgs/en04.svg);
  background-size: 4.21rem auto;
}
.main .section04 .prepend p {
  grid-row: 3/4;
  grid-column: 1/3;
  margin: 0.45rem 0 0 0.8rem;
  font-size: 0.25rem;
  font-weight: 600;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  .main .section04 .prepend p {
    margin: 0.45rem 0 0;
    font-size: 0.3rem;
    letter-spacing: -0.07em;
    line-height: 0.58rem;
    white-space: nowrap;
  }
}
.main .section04 .body {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.6rem;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section04 .body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin: 0.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item .image {
    margin: 0 -0.1rem 0 -0.4rem;
  }
}
.main .section04 .body .item .title {
  margin: 0.2rem 0 0;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item .title {
    margin: 0.28rem 0.4rem 0;
    font-size: 0.39rem;
    line-height: 0.56rem;
  }
}
.main .section04 .body .item p {
  margin: 0.2rem 0 0;
  font-size: 0.17rem;
  font-weight: 600;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item p {
    margin: 0.16rem 0.4rem 0;
    font-size: 0.28rem;
    line-height: 0.52rem;
  }
}
.main .section04 .body .item .note {
  margin: 0.05rem 0 0;
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item .note {
    margin: 0.3rem 0.4rem 0;
    font-size: 0.19rem;
    line-height: 0.26rem;
  }
}
.main .section04 .body .item--04 {
  grid-column: 1/4;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item--04 {
    display: block;
  }
}
.main .section04 .body .item--04 .image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .section04 .body .item--04 .text {
  grid-row: 2/3;
  grid-column: 1/2;
}
.main .section04 .body .item--04 .text .catch {
  margin: 0.2rem 0 0;
  color: #6cac84;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item--04 .text .catch {
    margin: 0.28rem 0.4rem 0;
    font-size: 0.32rem;
  }
}
.main .section04 .body .item--04 .text p {
  margin: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item--04 .text p {
    margin: 0.2rem 0.4rem 0;
  }
}
.main .section04 .body .item--04 .figure {
  grid-row: 1/3;
  grid-column: 2/4;
}
@media screen and (max-width: 750px) {
  .main .section04 .body .item--04 .figure {
    margin: 0.36rem 0 0;
  }
}
.main .loop .prepend {
  padding: 0.8rem 0 0.6rem;
  background: #dde2e2;
}
@media screen and (max-width: 750px) {
  .main .loop .prepend {
    padding: 1.05rem 0 0.7rem;
  }
}
.main .loop .prepend .title {
  width: 5rem;
  margin: 0 auto;
  font-size: 1px;
}
@media screen and (max-width: 750px) {
  .main .loop .prepend .title {
    width: 5.9rem;
  }
}
.main .loop .prepend .catch {
  margin: 0.6rem 0 0;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .prepend .catch {
    margin: 0.8rem 0 0;
    font-size: 0.44rem;
    letter-spacing: 0;
  }
}
.main .loop .prepend p {
  margin: 0.3rem 0 0;
  font-size: 0.19rem;
  font-weight: 600;
  line-height: 0.38rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .prepend p {
    margin: 0.46rem 0 0;
    font-size: 0.28rem;
    line-height: 0.52rem;
  }
}
.main .loop .body .card {
  padding: 0.8rem 0 0.75rem;
  background: #f4f6f6;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card {
    padding: 0.7rem 0 0.75rem;
  }
}
.main .loop .body .card .wrap {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 6.86rem 1fr;
  gap: 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wrap {
    display: block;
  }
}
.main .loop .body .card .title {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.51rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .title {
    margin: 0 -0.4rem;
    font-size: 0.38rem;
    line-height: 0.6rem;
  }
}
.main .loop .body .card .title strong {
  display: inline-block;
  margin: 0 0.07rem 0 0;
  padding: 0 0.24rem;
  background: #004093;
  border-radius: 0.15rem;
  color: #fff;
  line-height: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .title strong {
    margin: 0 0.08rem 0.18rem 0;
    padding: 0 0.15rem;
    border-radius: 0.18rem;
    line-height: 0.83rem;
  }
}
.main .loop .body .card .catch {
  grid-row: 2/3;
  grid-column: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.45rem auto 0.23rem;
  padding: 0 0.24rem;
  background-image: url(../imgs/line01.svg), url(../imgs/line02.svg);
  background-position: 0 calc(100% - 0.07rem), 100% calc(100% - 0.07rem);
  background-size: 0.34rem auto;
  background-repeat: no-repeat;
  color: #004093;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .catch {
    width: auto;
    margin: 0.52rem -0.3rem 0.22rem;
    padding: 0;
    background-position: 0 calc(100% - 0.08rem), 100% calc(100% - 0.08rem);
    background-size: 0.38rem auto;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
  }
}
.main .loop .body .card .item {
  grid-row: 3/4;
}
.main .loop .body .card .item .name {
  display: grid;
  place-items: center;
  height: 0.7rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item .name {
    height: 0.68rem;
  }
}
.main .loop .body .card .item .image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main .loop .body .card .item .image .image {
  display: inline-block;
}
.main .loop .body .card .item.gold {
  grid-column: 1/2;
}
.main .loop .body .card .item.gold .name {
  background: #cda85b;
  color: #fff;
  font-size: 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .name {
    font-size: 0.26rem;
    letter-spacing: -0.06em;
  }
}
.main .loop .body .card .item.gold .image {
  margin: 0.25rem 0 0;
}
.main .loop .body .card .item.gold .image .image {
  width: 3.7rem;
  margin: 0.07rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .image .image {
    width: 3.56rem;
    margin: 0.08rem 0 0;
  }
}
.main .loop .body .card .item.gold .image .benefit {
  width: 3.06rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .image .benefit {
    width: 2.97rem;
  }
}
.main .loop .body .card .item.gold .detail {
  margin: 0.4rem 0 0;
  border-top: 0.03rem solid #ce0000;
  border-bottom: 0.03rem solid #ce0000;
  padding: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .detail {
    margin: 0.3rem 0 0;
  }
}
.main .loop .body .card .item.gold .detail .line--01 {
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .detail .line--01 {
    font-size: 0.25rem;
  }
}
.main .loop .body .card .item.gold .detail .line--02 {
  margin: 0.1rem 0 0;
  color: #ce0000;
  font-size: 0.27rem;
  font-weight: 700;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .detail .line--02 {
    line-height: 0.43rem;
  }
}
.main .loop .body .card .item.gold .detail .line--02 sup {
  font-size: 0.5em;
}
.main .loop .body .card .item.gold .detail .line--02 strong {
  display: inline-block;
  margin: 0 0 0 0.08rem;
  padding: 0 0 0 0.14rem;
  background: #ce0000;
  color: #fff;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .detail .line--02 strong {
    margin: 0 0 0 0.07rem;
    padding: 0 0 0 0.1rem;
    font-size: 0.35rem;
  }
}
.main .loop .body .card .item.gold .detail .note {
  margin: 0.24rem 0 0;
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.gold .detail .note {
    margin: 0.16rem 0 0;
    font-size: 0.19rem;
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
}
.main .loop .body .card .item.normal {
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal {
    display: block;
    margin: 0.6rem 0 0;
  }
}
.main .loop .body .card .item.normal .name {
  background: #c7d5e8;
  color: #004098;
  font-size: 0.23rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal .name {
    font-size: 0.28rem;
  }
}
.main .loop .body .card .item.normal .image {
  margin: 0.32rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal .image {
    margin: 0.22rem 0 0;
  }
}
.main .loop .body .card .item.normal .image .image {
  width: 2.33rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal .image .image {
    width: 2.79rem;
  }
}
.main .loop .body .card .item.normal .image .benefit {
  align-self: center;
  width: 2.71rem;
  margin: 0 0.22rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal .image .benefit {
    width: 3.27rem;
    margin: 0 0.26rem 0 0;
  }
}
.main .loop .body .card .item.normal .detail {
  margin: auto 0 0;
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .item.normal .detail {
    margin: 0.5rem 0 0;
    font-size: 0.19rem;
    line-height: 0.26rem;
  }
}
.main .loop .body .card .wPoint {
  grid-row: 4/5;
  grid-column: 1/3;
  margin: 1.4rem 0 0;
  border: 0.04rem solid #cda85b;
  padding: 0.65rem 0 0.45rem;
  position: relative;
  background: #fff;
  border-radius: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint {
    margin: 1rem 0 0;
    padding: 0.6rem 0 0.45rem;
    border-radius: 0.18rem;
  }
}
.main .loop .body .card .wPoint .image {
  display: flex;
  justify-content: space-between;
  width: 2.86rem;
  position: absolute;
  top: -0.49rem;
  left: calc(50% - 1.43rem);
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .image {
    width: 2.56rem;
    top: -0.44rem;
    left: calc(50% - 1.28rem);
  }
}
.main .loop .body .card .wPoint .image img {
  width: 1.34rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .image img {
    width: 1.21rem;
  }
}
.main .loop .body .card .wPoint .catch {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-size: 0.27rem;
  line-height: 0.57rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .catch {
    font-size: 0.29rem;
    letter-spacing: -0.06em;
    line-height: 0.58rem;
    white-space: nowrap;
  }
}
.main .loop .body .card .wPoint .catch strong {
  display: inline-block;
  margin: 0 0.07rem;
  padding: 0 0.07rem;
  background: #cda85b;
  color: #fff;
  font-weight: inherit;
  line-height: 0.43rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .catch strong {
    line-height: 0.47rem;
  }
}
.main .loop .body .card .wPoint .catch strong span {
  font-size: 1.45em;
}
.main .loop .body .card .wPoint .facilities {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .facilities {
    flex-wrap: wrap;
    gap: 0.36rem 0.4rem;
    margin: 0.6rem 0 0;
  }
}
.main .loop .body .card .wPoint .facilities .logo--01 {
  width: 2.14rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .facilities .logo--01 {
    width: 2.53rem;
  }
}
.main .loop .body .card .wPoint .facilities .logo--02 {
  width: 2.41rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .facilities .logo--02 {
    width: 2.86rem;
  }
}
.main .loop .body .card .wPoint .facilities .logo--03 {
  width: 3.06rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .card .wPoint .facilities .logo--03 {
    width: 3.63rem;
  }
}
.main .loop .body .list {
  padding: 0.8rem 0 0.7rem;
  background: #dde2e2;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list {
    padding: 0.86rem 0;
  }
}
.main .loop .body .list .wrap {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .wrap {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.main .loop .body .list .item img {
  border-radius: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .item img {
    border-radius: 0.3rem;
  }
}
.main .loop .body .list .item .inner {
  display: grid;
  place-items: center;
  aspect-ratio: 391/273;
  background: #fff;
  border-radius: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .item .inner {
    border-radius: 0.3rem;
  }
}
.main .loop .body .list .item .inner img {
  border-radius: 0;
}
.main .loop .body .list .item figcaption {
  margin: 0.25rem 0 0;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .item figcaption {
    margin: 0.2rem 0 0;
    font-size: 0.28rem;
  }
}
.main .loop .body .list .item--05 img {
  width: 2.72rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .item--05 img {
    width: 2.55rem;
  }
}
.main .loop .body .list .item--06 img {
  width: 1.83rem;
}
@media screen and (max-width: 750px) {
  .main .loop .body .list .item--06 img {
    width: 1.64rem;
  }
}
.main .loop .append {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .loop .append {
    margin: 0.54rem 0 0;
  }
}
.main .loop .append .detail {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 1rem;
  margin: 0 auto;
  position: relative;
  background: #004098;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .loop .append .detail {
    width: 4.1rem;
    height: 1.24rem;
    border-radius: 0.62rem;
    font-size: 0.27rem;
  }
}
.main .loop .append .detail::after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.27rem;
  background: currentColor;
  -webkit-mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
          mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .loop .append .detail::after {
    width: 0.11rem;
    right: 0.36rem;
  }
}

.gFooter {
  margin: 1rem 0 0;
  padding: 0.45rem 0;
  background: #96c3d0;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin: 0.8rem 0 0;
    padding: 0.4rem 0 1.75rem;
  }
}
.gFooter .wrap {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.12rem 0;
  max-width: 8.3rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .wrap {
    display: block;
    padding-left: 0.4rem;
  }
}
.gFooter .logo {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 1.95rem;
  font-size: 1px;
}
@media screen and (max-width: 750px) {
  .gFooter .logo {
    width: 3.49rem;
    margin: 0 auto;
  }
}
.gFooter .navigation {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
  font-size: 0.1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    margin: 0.3rem 0 0;
    padding: 0 1rem;
    font-size: 0.18rem;
  }
}
.gFooter .navigation ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.12rem 0;
  }
}
.gFooter .navigation li:nth-child(n+2) {
  margin-left: 0.04rem;
  border-left: 0.01rem solid currentColor;
  padding-left: 0.04rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation li:nth-child(n+2) {
    margin-left: 0.08rem;
    padding-left: 0.08rem;
  }
}
.gFooter .navigation a {
  text-decoration: underline;
}
.gFooter .copyright {
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: end;
  font-size: 0.07rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    justify-self: stretch;
    margin: 0.2rem 0 0;
    font-size: 0.14rem;
    text-align: center;
  }
}
.gFooter .pageTop {
  display: block;
  width: 0.82rem;
  position: fixed;
  bottom: 0.2rem;
  right: 0.4rem;
  z-index: 1;
  font-size: 1px;
}
@media screen and (max-width: 750px) {
  .gFooter .pageTop {
    width: 1.13rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .gFooter .pageTop {
    transition: opacity 0.4s;
  }
}
.gFooter .pageTop.off {
  pointer-events: none;
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */