@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
}

html, body {
  overscroll-behavior: none; /* オーバースクロールを無効化 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

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

span {
  display: block;
}

picture {
  display: block;
}

.br-bp {
  display: none;
}
@media screen and (max-width: 800px) {
  .br-bp {
    display: block;
  }
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.stamprally-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: repeating-linear-gradient(45deg, #bde4f2, #bde4f2 30px, #daeef8 30px, #daeef8 60px);
}

.stamprally-mv {
  width: 100%;
  padding: 100px 40px 0;
}
@media screen and (max-width: 800px) {
  .stamprally-mv {
    padding: 100px 20px 0;
  }
}

.stamprally-mv__inner {
  max-width: 1560px;
  margin: 0 auto;
}
.stamprally-mv__inner .mv-logo__img-box {
  width: 64.1025641026%;
  margin: 0 auto;
}
.stamprally-mv__inner .mv-logo__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1013.65/436.803;
}
.stamprally-mv__inner .mv__period-wrapper {
  min-height: 80px;
  max-width: 900px;
  padding: 0 20px;
  background: #e94f5c;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
}
.stamprally-mv__inner .mv__period {
  color: #fff;
  font-size: clamp(18px, calc(0.9150326797vw + 14.431372549px), 32px);
  font-weight: bold;
  letter-spacing: 0.15em;
}
.stamprally-mv__inner .mv__week {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #e94f5c;
}
.stamprally-mv__inner .mv__week::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .stamprally-mv__inner .mv__week::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .stamprally-mv__inner .mv__week::before {
    width: 28px;
    height: 28px;
  }
}
.stamprally-mv__inner .mv__desc {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  margin: 100px auto 0;
}
@media screen and (max-width: 1000px) {
  .stamprally-mv__inner .mv__desc {
    margin: 60px auto 0;
  }
}
.stamprally-mv__inner .text-lp {
  display: inline-block;
  color: #ef90a0;
}

.apply {
  margin-top: 80px;
  width: 100%;
  background: #fff;
  padding: 140px 40px 100px;
}
@media screen and (max-width: 800px) {
  .apply {
    padding: 100px 20px 100px;
  }
}
.apply .apply__inner {
  max-width: 1560px;
  margin: 0 auto;
}
.apply .apply__definition-wrapper {
  display: flex;
  gap: 0 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .apply .apply__definition-wrapper {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply__definition-wrapper:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.apply .apply__definition-term {
  font-size: clamp(20px, calc(0.6535947712vw + 17.4509803922px), 30px);
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #ef90a0;
  border-radius: 5px;
  padding: 0 20px;
  min-width: 195px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
}
@media screen and (max-width: 1200px) {
  .apply .apply__definition-term {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply__definition-term {
    width: 100%;
  }
}
.apply .apply__definition-item {
  font-size: clamp(20px, calc(0.6535947712vw + 17.4509803922px), 30px);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: -0.1em;
}
.apply .apply__week {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.apply .apply__week::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  background: #333;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .apply .apply__week::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply__week::after {
    width: 28px;
    height: 28px;
  }
}
.apply .apply__award {
  margin-top: 120px;
}
.apply .apply__award-list {
  max-width: 1560px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .apply .apply__award-list {
    max-width: 600px;
    margin: 0 auto;
    gap: 60px;
  }
}
.apply .apply__award-item {
  position: relative;
  width: calc((100% - 80px) / 3);
  padding: 0 20px 20px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1400px) {
  .apply .apply__award-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .apply .apply__award-item {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply__award-item {
    padding: 0;
  }
}
.apply .apply__award-item--a {
  flex-grow: 1.5;
}
@media screen and (max-width: 1400px) {
  .apply .apply__award-item--a {
    flex-grow: 1;
  }
}
.apply .apply__award-item--b {
  width: calc(33% - 80px);
}
@media screen and (max-width: 1400px) {
  .apply .apply__award-item--b {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .apply .apply__award-item--b {
    width: 100%;
  }
}
.apply .apply__award-item--c {
  width: calc(33% - 80px);
}
@media screen and (max-width: 1400px) {
  .apply .apply__award-item--c {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .apply .apply__award-item--c {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply__content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 60px;
    padding: 0 20px 20px;
  }
}
.apply .apply-a1__img-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-a1__img-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-a1__img-wrapper {
    position: static;
    transform: translate(0, 0);
    display: flex;
    gap: 0 20px;
  }
}
.apply .apply-a1__img-box {
  max-width: 252px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .apply .apply-a1__img-box {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
}
.apply .apply-a1__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 252/160;
}
.apply .apply-a2__img-box {
  max-width: 252px;
}
@media screen and (max-width: 800px) {
  .apply .apply-a2__img-box {
    width: calc((100% - 20px) / 2);
  }
}
.apply .apply-a2__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 252/160;
}
.apply .apply-category {
  width: 210px;
}
.apply .apply-category-stamp {
  font-size: clamp(18px, calc(0.6535947712vw + 15.4509803922px), 28px);
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background: #333;
  text-align: center;
}
.apply .apply-category-title {
  background: #ef90a0;
  color: #fff;
  font-size: clamp(24px, calc(0.7843137255vw + 20.9411764706px), 36px);
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  height: 65px;
}
.apply .apply-category-title::first-letter {
  font-size: clamp(32px, calc(1.045751634vw + 27.9215686275px), 48px);
  letter-spacing: 0.15em;
  font-weight: bold;
}
.apply .text-box {
  margin-top: 40px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .apply .text-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .text-box {
    padding: 0;
  }
}
.apply .text-name {
  font-size: clamp(24px, calc(0.522875817vw + 21.9607843137px), 32px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .apply .text-name {
    margin-top: 10px;
  }
}
.apply .item {
  font-size: clamp(24px, calc(0.522875817vw + 21.9607843137px), 32px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .apply .item {
    margin-top: 10px;
  }
}
.apply .text-price {
  font-size: clamp(20px, calc(0.522875817vw + 17.9607843137px), 28px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .apply .text-price {
    margin-top: 10px;
  }
}
.apply .people {
  margin-top: 20px;
  font-size: clamp(32px, calc(1.3071895425vw + 26.9019607843px), 52px);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ef90a0;
}
.apply .first-letter {
  display: inline-block;
  font-size: clamp(38px, calc(1.6993464052vw + 31.3725490196px), 64px);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ef90a0;
}
.apply .apply-b__img-box {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-b__img-box {
    width: 300px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-b__img-box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.apply .apply-b__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 971/707;
}
.apply .apply-c__img-box {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-c__img-box {
    width: 300px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-c__img-box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.apply .apply-c__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1036/708;
}
.apply .apply-d__img-box {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-d__img-box {
    width: 300px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-d__img-box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.apply .apply-d__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 701/649;
}
.apply .apply-e__img-box {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-e__img-box {
    width: 300px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-e__img-box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.apply .apply-e__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 625/674;
}
.apply .apply-f__img-box {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .apply .apply-f__img-box {
    width: 300px;
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .apply .apply-f__img-box {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.apply .apply-f__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 563/663;
}
.apply .apply__award-item--g .text-box {
  padding: 0 20px;
}
.apply .apply__award-item--g {
  padding: 0 0 20px;
}
.apply .text-desc {
  font-size: clamp(22px, calc(0.3921568627vw + 20.4705882353px), 28px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.apply .apply-privacy {
  margin-top: 30px;
}
.apply .apply-privacy__note {
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
.apply .apply-privacy__heading {
  margin-top: 30px;
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
.apply .apply-privacy__text {
  margin-top: 20px;
  font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
}
.apply .stamp {
  margin-top: 120px;
  width: 100%;
  height: 144px;
  background: #e94f5c;
  border-radius: 30px;
  font-size: clamp(24px, calc(2.3529411765vw + 14.8235294118px), 60px);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.stamp::before {
  content: "";
  margin-right: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 27px solid #fff;
  border-right: 0;
  animation: contact 1.5s ease infinite normal backwards;
}
@media screen and (max-width: 1000px) {
  .stamp::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    margin-right: 20px;
  }
}

.stamp:hover {
  opacity: 0.6;
}

@keyframes contact {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  50.1% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
.ebetsu {
  margin-top: 80px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  .ebetsu {
    padding: 0 20px;
  }
}
.ebetsu .ebetsu__inner {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  border: 3px solid #f9bc20;
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  .ebetsu .ebetsu__inner {
    padding: 20px;
  }
}
.ebetsu .ebetsu__inner::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/ebetsu-icon.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 95.336px;
}
.ebetsu .ebetsu__list {
  display: flex;
  width: 100%;
  gap: 80px 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .ebetsu .ebetsu__list {
    flex-wrap: wrap;
    gap: 80px 60px;
  }
}
.ebetsu .ebetsu__item {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 1400px) {
  .ebetsu .ebetsu__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .ebetsu .ebetsu__item {
    width: 100%;
  }
}
.ebetsu .ebetsu-main__img-box {
  width: 100%;
}
.ebetsu .ebetsu-main__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 340/180;
  border-radius: 20px;
}
.ebetsu .ebetsu__text-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.ebetsu .ebetsu__list-name {
  margin-top: 20px;
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.ebetsu .ebetsu__list-sub-name {
  margin-bottom: 10px;
  font-size: clamp(16px, calc(0.3921568627vw + 14.4705882353px), 22px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.ebetsu .conditions {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1;
  background: #e94f5c;
  color: #fff;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}
.ebetsu .conditions::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
}
.ebetsu .conditions::after {
  position: absolute;
  top: 3px;
  left: -1px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-left: none;
  border-top: none;
}
.ebetsu .ebetsu__list-desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.ebetsu .ebetsu__list-desc-note {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
.ebetsu .ebetsu-sub__img-box {
  width: 113px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .ebetsu .ebetsu-sub__img-box {
    width: 35%;
    flex-shrink: 0;
  }
}
.ebetsu .ebetsu-sub__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/200;
  border-radius: 20px;
}
.ebetsu .ebetsu__list-name__desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.ebetsu .ebetsu__item5 .ebetsu-sub__img {
  -o-object-position: 50% 18%;
     object-position: 50% 18%;
}

.nopporo {
  margin-top: 80px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  .nopporo {
    padding: 0 20px;
  }
}
.nopporo .nopporo__inner {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  border: 3px solid #0087aa;
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  .nopporo .nopporo__inner {
    padding: 20px;
  }
}
.nopporo .nopporo__inner::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/nopporo-icon.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 95.336px;
}
.nopporo .nopporo__list {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .nopporo .nopporo__list {
    flex-wrap: wrap;
    gap: 80px 60px;
  }
}
.nopporo .nopporo__item {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 1400px) {
  .nopporo .nopporo__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .nopporo .nopporo__item {
    width: 100%;
  }
}
.nopporo .nopporo-main__img-box {
  width: 100%;
}
.nopporo .nopporo-main__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 348/180;
  border-radius: 20px;
}
.nopporo .nopporo__text-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.nopporo .nopporo__list-name {
  margin-top: 20px;
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .conditions {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1;
  background: #e94f5c;
  color: #fff;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}
.nopporo .conditions::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
}
.nopporo .conditions::after {
  position: absolute;
  top: 3px;
  left: -1px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-left: none;
  border-top: none;
}
.nopporo .nopporo__list-desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .nopporo-sub__img-box {
  width: 113px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .nopporo .nopporo-sub__img-box {
    width: 35%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1400px) {
  .nopporo .nopporo__item8 .nopporo-sub__img-box {
    width: 35%;
    flex-shrink: 0;
    min-width: 120px;
  }
}
.nopporo .nopporo-sub__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/200;
  border-radius: 20px;
}
.nopporo .nopporo__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nopporo .benefits {
  margin-top: 10px;
}
.nopporo .benefits__main {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .benefits__sub {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .nopporo__item9 .nopporo-img__wrapper {
  position: relative;
}
.nopporo .nopporo__item9 .nopporo-img__wrapper > .nopporo-sub__img-box {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
.nopporo .detail__access {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
}
.nopporo .detail__access::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(../img/access.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.nopporo .detail__open {
  margin-top: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .detail__open::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(../img/open.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.nopporo .detail__holiday {
  margin-top: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .detail__holiday::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(../img/holiday.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.nopporo .detail__tel {
  margin-top: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .detail__tel::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(../img/tel.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.nopporo .nopporo__list-desc-note {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
}
.nopporo .nopporo__list-lp {
  display: inline-block;
  color: #ef90a0;
}
.nopporo .nopporo__list-sub-desc1 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .nopporo__list-sub-desc2 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.nopporo .nopporo__list-name-desc {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}

.oasa {
  margin-top: 80px;
  width: 100%;
  padding: 0 40px 120px;
}
@media screen and (max-width: 800px) {
  .oasa {
    padding: 0 20px 120px;
  }
}
.oasa .oasa__inner {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  border: 3px solid #7bbe42;
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  .oasa .oasa__inner {
    padding: 20px;
  }
}
.oasa .oasa__inner::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/oasa-icon.png);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 95.336px;
}
.oasa .oasa__list {
  display: flex;
  width: 100%;
  gap: 80px 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .oasa .oasa__list {
    flex-wrap: wrap;
    gap: 80px 60px;
  }
}
.oasa .oasa__item {
  width: calc((100% - 180px) / 4);
}
@media screen and (max-width: 1400px) {
  .oasa .oasa__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .oasa .oasa__item {
    width: 100%;
  }
}
.oasa .oasa-main__img-box {
  width: 100%;
}
.oasa .oasa-main__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 340/180;
  border-radius: 20px;
}
.oasa .oasa__text-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.oasa .oasa__list-name {
  margin-top: 20px;
  font-size: clamp(18px, calc(0.3921568627vw + 16.4705882353px), 24px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.oasa .oasa__list-sub-name {
  margin-bottom: 10px;
  font-size: clamp(16px, calc(0.3921568627vw + 14.4705882353px), 22px);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.oasa .conditions {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1;
  background: #e94f5c;
  color: #fff;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}
.oasa .conditions::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
}
.oasa .conditions::after {
  position: absolute;
  top: 3px;
  left: -1px;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  border: 1px solid #333;
  border-left: none;
  border-top: none;
}
.oasa .oasa__list-desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.oasa .oasa__list-desc-note {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
.oasa .oasa-sub__img-box {
  width: 113px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .oasa .oasa-sub__img-box {
    width: 35%;
    flex-shrink: 0;
  }
}
.oasa .oasa-sub__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/200;
  border-radius: 20px;
}
.oasa .oasa__list-name__desc {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */