@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=M+PLUS+1&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

input, button,
textarea, select {
  font: inherit;
  appearance: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
body.scroll_disable {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

#l-wrapper {
  overflow-x: hidden;
  position: relative;
  background: url(../images/bg_main.png);
  background-attachment: fixed;
}
@media (max-width: 767px) {
  #l-wrapper {
    background: none;
  }
  #l-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: url(../images/bg_main.png);
    background-size: 43.75rem auto;
    z-index: -1;
  }
}

.l-main {
  position: relative;
}

.l-side {
  z-index: 99;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 1024px) {
  .l-side {
    display: none;
  }
}
.l-side.is-foot {
  top: auto;
  transform: none;
  position: absolute;
  bottom: 0;
}
.l-side-ttl {
  font-size: 1.4285714286vw;
  padding-top: 0.7142857143vw;
  line-height: 1;
  margin-bottom: 0.7142857143vw;
  font-weight: 700;
  background: url(../images/bg_borderttl02.svg) no-repeat right top;
  background-size: 12.3571428571vw auto;
  height: 3.3571428571vw;
}
.l-side .thumb {
  overflow: hidden;
}
.l-side .thumb img {
  width: 12.8571428571vw;
  max-height: 21.25rem;
  display: block;
  transition: transform 0.2s ease;
  will-change: transform;
}
.l-side.__l {
  left: 10vw;
}
.l-side.__l .illust {
  position: absolute;
  width: 9.1428571429vw;
  left: -3.5714285714vw;
  bottom: -1.7857142857vw;
  z-index: 3;
}
.l-side.__r {
  right: 10vw;
}
.l-side.__r .illust {
  position: absolute;
  width: 8.6428571429vw;
  right: -4.6428571429vw;
  bottom: -3.5714285714vw;
  z-index: 3;
}
.l-side a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .l-side a:hover .thumb img {
    transform: scale(1.05);
  }
  .l-side a:hover:after {
    background-color: #FF7C80;
  }
}
.l-side a.up::after {
  transform: scale(1, -1);
}
.l-side a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-side a::after {
  content: "";
  position: absolute;
  bottom: -2.8571428571vw;
  left: 0;
  right: 0;
  margin: auto;
  mask: url(../images/icon_down.svg) no-repeat;
  mask-size: 100%;
  background-color: #000;
  width: 1vw;
  height: 1.1428571429vw;
  transition: background-color 0.2s ease;
}

.l-center {
  position: relative;
  max-width: 500px;
  margin: 0 auto 16.875rem;
}
@media (max-width: 767px) {
  .l-center {
    max-width: none;
    margin-bottom: 12.5rem;
  }
}

.l-contents {
  padding: 0 1.5625rem;
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 1.25rem;
  }
}

.wave {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 0;
  font-size: 0;
}
.wave .main_block {
  background-color: #fff;
  height: calc(100vh - 18.75rem);
}
@media (max-width: 767px) {
  .wave .main_block {
    height: 70vh;
  }
  .wave .main_block + svg {
    margin-top: -1px;
  }
}
.wave.middle {
  top: auto;
  bottom: 100%;
  width: 100%;
  transform: rotate(180deg);
}
.wave.middle svg {
  width: 300%;
  height: 6.25rem;
}
@media (max-width: 767px) {
  .wave.middle svg {
    height: 5rem;
  }
}
.wave.middle path {
  fill: #DEEBF7;
  animation: wave02 linear 4s infinite;
}
.wave.bottom {
  top: auto;
  bottom: 60%;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .wave.bottom {
    bottom: 100%;
  }
}
.wave svg {
  height: 15.625rem;
  width: 100%;
}
@media (max-width: 767px) {
  .wave svg {
    height: 6.25rem;
  }
}
.wave svg path {
  fill: #fff;
}

@keyframes wave {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes wave02 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-66.66%);
  }
}
.u-font-comic {
  font-family: "Comic Neue", cursive;
  letter-spacing: 0.05em;
}

.u-txt-c {
  text-align: center;
}

.u-border {
  border: 1px solid #202020;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.l-header {
  text-align: center;
  padding-top: 1.75rem;
  margin-bottom: 2.5rem;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 1000;
    padding: 1.25rem;
    margin-bottom: 0;
  }
}
.l-header img {
  width: 11.25rem;
}
@media (max-width: 767px) {
  .l-header img {
    width: 11.875rem;
  }
}

.p-op {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 7vw;
}
@media (max-width: 767px) {
  .p-op {
    height: 100svh;
  }
}
.p-op-moominlogo {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-op-moominlogo {
    margin-bottom: 2.8125rem;
  }
}
.p-op-moominlogo img {
  width: 23.75rem;
}
@media (max-width: 767px) {
  .p-op-moominlogo img {
    width: 18.125rem;
  }
}
.p-op-x {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-op-x {
    margin-bottom: 2.8125rem;
  }
  .p-op-x img {
    width: 1.625rem;
  }
}
.p-op-logo {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .p-op-logo {
    margin-bottom: 0;
  }
}
.p-op-logo img {
  width: 24.1875rem;
}
@media (max-width: 767px) {
  .p-op-logo img {
    width: 18.75rem;
  }
}
.p-op-tm {
  text-align: right;
  line-height: 1;
}
.p-op-tm img {
  width: 10.1875rem;
}
@media (max-width: 767px) {
  .p-op-tm img {
    width: 8.5625rem;
  }
}
.p-op-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1rem 1rem 1rem;
  position: absolute;
}
@media (max-width: 767px) {
  .p-op-bottom {
    padding: 0 0.625rem 0.625rem 0.625rem;
  }
}
.p-op-txt {
  color: #F9F9F9;
  font-size: 12.25vw;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
  margin-bottom: -0.1em;
}
@media (max-width: 767px) {
  .p-op-txt {
    position: fixed;
    writing-mode: sideways-rl;
    top: 0;
    left: -0.625rem;
    bottom: auto;
    font-size: 12.5svh;
  }
}

.p-mv {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-mv {
    align-items: flex-start;
    padding-top: 9.375rem;
  }
}
.p-mv > img {
  height: 55vh;
  max-height: 26.9375rem;
}
@media (max-width: 767px) {
  .p-mv > img {
    height: auto;
    width: 16.9375rem;
  }
}
.p-mv-moominlogo {
  margin-bottom: 1.125rem;
}
.p-mv-moominlogo img {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .p-mv-moominlogo img {
    width: 10.375rem;
  }
}
.p-mv-x {
  margin-bottom: 1.125rem;
}
.p-mv-x img {
  width: 1.5625rem;
}
.p-mv-logo {
  margin-bottom: 1.125rem;
}
@media (max-width: 767px) {
  .p-mv-logo {
    margin-bottom: 1.5625rem;
  }
}
.p-mv-logo img {
  width: 13.75rem;
}
@media (max-width: 767px) {
  .p-mv-logo img {
    width: 11.625rem;
  }
}
.p-mv-illust {
  position: relative;
}
.p-mv-illust img {
  width: 24.375rem;
}
@media (max-width: 767px) {
  .p-mv-illust img {
    width: 16.25rem;
  }
}
.p-mv-tm {
  width: 9.375rem;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 1.25rem;
}
@media (max-width: 767px) {
  .p-mv-tm {
    width: 7.125rem;
    right: -1.25rem;
  }
}

.p-section01 {
  margin: 5.625rem 0;
}
@media (max-width: 767px) {
  .p-section01 {
    margin-bottom: 4.375rem;
  }
}
.p-section01-head {
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  border-top: 2px solid #202020;
  background-color: #fff;
  border-radius: 1.625rem 1.625rem 0 0;
  display: flex;
  gap: 1.875rem;
  align-items: flex-end;
  font-weight: 700;
  padding: 0 0 2.5rem 2.9375rem;
}
@media (max-width: 767px) {
  .p-section01-head {
    border-radius: 1.25rem 1.25rem 0 0;
    gap: 0.875rem;
    padding: 0 0 1.875rem 1.625rem;
  }
}
.p-section01-head h2 {
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-section01-head h2 {
    font-size: 1.875rem;
  }
}
.p-section01-head__illust {
  width: 5.4375rem;
  margin-top: -3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-section01-head__illust {
    width: 4.125rem;
    margin-top: -1.875rem;
  }
  .p-section01-head__illust img {
    width: auto;
    height: 5.625rem;
  }
}
.p-section01-minitote {
  position: relative;
  background-color: #ffe5ff;
  padding: 3.75rem 2.5rem 10rem;
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
}
@media (max-width: 767px) {
  .p-section01-minitote {
    padding: 2.5rem 1.875rem 10rem 1.875rem;
  }
}
.p-section01-minitote::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 9.375rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FFE5FF 0%, #E6F0FA 100%);
}
.p-section01-tote {
  position: relative;
  background-color: #DEEBF7;
  padding: 3.125rem 2.5rem 3.75rem 2.5rem;
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  border-radius: 0 0 1.625rem 1.625rem;
}
@media (max-width: 767px) {
  .p-section01-tote {
    padding: 1.25rem 1.875rem 2.5rem 1.875rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
.p-section01-tote .c-box-desc span {
  background-color: #DEEBF7;
}

.p-section02 {
  margin-bottom: 5.625rem;
}
@media (max-width: 767px) {
  .p-section02 {
    margin-bottom: 4.375rem;
  }
}
.p-section02-head {
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  border-top: 2px solid #202020;
  background-color: #fff;
  border-radius: 1.625rem 1.625rem 0 0;
  display: flex;
  gap: 1.875rem;
  align-items: flex-end;
  font-weight: 700;
  padding: 0 0 2.5rem 2.9375rem;
}
@media (max-width: 767px) {
  .p-section02-head {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 0 0 1.875rem 1.625rem;
    gap: 0.875rem;
  }
}
.p-section02-head h2 {
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-section02-head h2 {
    font-size: 1.875rem;
  }
}
.p-section02-head__illust {
  width: 5.4375rem;
  margin-top: -1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-section02-head__illust {
    width: 4.125rem;
    margin-top: -1.875rem;
  }
  .p-section02-head__illust img {
    width: auto;
    height: 5.625rem;
  }
}
.p-section02-body {
  padding: 3.75rem 2.5rem;
  border-radius: 0 0 1.625rem 1.625rem;
  background-color: #ffe5ff;
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
}
@media (max-width: 767px) {
  .p-section02-body {
    padding: 2.5rem 1.875rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.p-section03 {
  border: 2px solid #202020;
  padding: 4.375rem 2.5rem;
  background-color: #fff;
  border-radius: 1.625rem;
  margin-bottom: 5.625rem;
}
@media (max-width: 767px) {
  .p-section03 {
    padding: 3.125rem 1.875rem;
    border-radius: 1.25rem;
    margin-bottom: 4.375rem;
  }
}
.p-section03-ttl {
  text-align: center;
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .p-section03-ttl {
    margin-bottom: 1.25rem;
  }
  .p-section03-ttl img {
    width: 10.625rem;
  }
}
.p-section03-ttlsub {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3.125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-section03-ttlsub {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-section03-ttllogo {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .p-section03-ttllogo {
    margin-bottom: 1.25rem;
    margin-top: 2.8125rem;
  }
}
.p-section03-ttllogo img {
  width: 17.5rem;
}
@media (max-width: 767px) {
  .p-section03-ttllogo img {
    width: 13.125rem;
  }
}
.p-section03-box {
  margin: 0 -0.5625rem;
  background: url(../images/icon_plus.svg) no-repeat left top, url(../images/icon_plus.svg) no-repeat left bottom, url(../images/icon_plus.svg) no-repeat right top, url(../images/icon_plus.svg) no-repeat right bottom;
  background-size: 1.125rem auto, 1.125rem auto, 1.125rem auto, 1.125rem auto;
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .p-section03-box {
    padding: 0.75rem 0.5rem;
    background-size: 0.875rem auto, 0.875rem auto, 0.875rem auto, 0.875rem auto;
  }
}
.p-section03-box > div {
  padding: 1.875rem 1.5625rem;
  background-color: #f8edea;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-section03-box > div {
    padding: 1.25rem 0.9375rem;
  }
}

.p-section04 {
  border: 2px solid #202020;
  padding: 4.375rem 2.5rem;
  background-color: #deebf7;
  border-radius: 1.625rem;
}
@media (max-width: 767px) {
  .p-section04 {
    padding: 3.125rem 1.875rem;
    border-radius: 1.25rem;
  }
}
.p-section04-ttl {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .p-section04-ttl {
    font-size: 1.875rem;
    margin-bottom: 1.5625rem;
  }
}
.p-section04-img {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .p-section04-img {
    margin-bottom: 2.5rem;
  }
}
.p-section04-btn {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-section04-btn {
    margin-bottom: 2.8125rem;
  }
}
.p-section04-illust {
  text-align: center;
}
.p-section04-illust img {
  width: 20.1875rem;
}

.p-episode {
  margin-bottom: 3.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-episode {
    margin-bottom: 2.5rem;
  }
}
.p-episode-ttl {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 400;
  background: url(../images/bg_borderttl.svg) no-repeat center top;
  background-size: 100% auto;
  height: 2.875rem;
  width: 17.6875rem;
  margin: 0 auto 0.9375rem;
  padding-top: 0.3125rem;
}
@media (max-width: 767px) {
  .p-episode-ttl {
    font-size: 1rem;
    height: 2.125rem;
    width: 13.1875rem;
    margin-bottom: 0.625rem;
  }
}
.p-episode-slide {
  margin: 0 -2.5rem 0.625rem 0;
  overflow-x: auto;
}
.p-episode-slide:hover {
  cursor: url(../images/icon_cursor.svg), auto;
}
@media (max-width: 767px) {
  .p-episode-slide {
    margin: 0 -1.875rem 0.625rem 0;
  }
}
.p-episode-slide img {
  max-width: none;
  height: 15.625rem;
}
@media (max-width: 767px) {
  .p-episode-slide img {
    height: 11.25rem;
  }
}
.p-episode-scroll {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
.p-episode-scroll span {
  display: inline-block;
  position: relative;
  padding-right: 0.9375rem;
}
.p-episode-scroll span::after {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  mask: url(../images/icon_right.svg) no-repeat;
  mask-size: 100%;
  background-color: #000;
  width: 0.5rem;
  height: 0.5625rem;
}

.p-slide {
  position: relative;
  overflow: hidden;
  width: 17.5rem;
  aspect-ratio: 2/3;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-slide {
    max-width: 13.125rem;
  }
}
.p-slide-wrap {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-slide-wrap {
    margin-bottom: 1.875rem;
  }
}
.p-slide-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0.4375rem 0.4375rem 0 #202020;
  margin: 0 0.4375rem 0.4375rem;
}
.p-slide-item:last-child {
  z-index: 10;
}
.p-slide-item.active img {
  animation: imgslide 1s cubic-bezier(0.26, 0.01, 0.08, 1.1) both;
}
.p-slide-item img {
  width: 100%;
}
.p-slide-arrow {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  mask: url(../images/icon_right.svg) no-repeat;
  mask-size: 100% 100%;
  background-color: #000;
  width: 1.1875rem;
  height: 1.3125rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
  .p-slide-arrow {
    width: 0.875rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .p-slide-arrow:hover {
    background-color: #FF7C80;
  }
}
.p-slide-arrow.right {
  right: 0;
  transform: translateY(-50%);
}
.p-slide-arrow.left {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

@keyframes imgslide {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
.p-illust-slide01 {
  position: absolute;
  bottom: -1.25rem;
  right: -2.1875rem;
  z-index: 99;
  width: 10.71875rem;
}
@media (max-width: 767px) {
  .p-illust-slide01 {
    width: 7.25rem;
    right: -1.25rem;
  }
}

.p-illust-slide02 {
  position: absolute;
  bottom: -1.5625rem;
  right: -2.1875rem;
  z-index: 99;
  width: 7.3125rem;
}
@media (max-width: 767px) {
  .p-illust-slide02 {
    width: 6.6875rem;
    right: -1.5625rem;
    bottom: -1.5625rem;
  }
}

.p-illust-slide03 {
  position: absolute;
  bottom: -0.9375rem;
  right: -1.875rem;
  z-index: 99;
  width: 9rem;
}
@media (max-width: 767px) {
  .p-illust-slide03 {
    width: 6.875rem;
    right: -1.875rem;
  }
}

.p-illust-ship {
  position: absolute;
  width: 11.25rem;
  left: 1.125rem;
  top: -8.75rem;
  z-index: 10;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  .p-illust-ship {
    width: 8.125rem;
    top: -6.875rem;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-10%);
  }
}
.c-ttl-deco {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .c-ttl-deco {
    font-size: 1.25rem;
    margin-bottom: 1.625rem;
  }
}
.c-ttl-deco::before {
  content: "";
  background: url(../images/illust_deco01.png) no-repeat;
  background-size: 100%;
  width: 1.1875rem;
  height: 1.5625rem;
}
@media (max-width: 767px) {
  .c-ttl-deco::before {
    width: 0.875rem;
    height: 1.1875rem;
  }
}
.c-ttl-deco::after {
  content: "";
  background: url(../images/illust_deco02.png) no-repeat;
  background-size: 100%;
  width: 1.1875rem;
  height: 1.5625rem;
}
@media (max-width: 767px) {
  .c-ttl-deco::after {
    width: 0.875rem;
    height: 1.1875rem;
  }
}

.c-box-desc {
  border: 1px solid #202020;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 1.625rem;
  background-color: #fff;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-bottom: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-box-desc {
    margin-bottom: 2.5rem;
    padding: 1.25rem;
  }
}
.c-box-desc span {
  position: absolute;
  background-color: #ffe5ff;
}
.c-box-desc span:first-child {
  top: 0;
  left: -1px;
  width: 1px;
  height: 0.375rem;
}
.c-box-desc span:nth-child(2) {
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 0.375rem;
}
.c-box-desc span:nth-child(3) {
  top: 0.375rem;
  right: -1px;
  width: 1px;
  height: 0.375rem;
}
.c-box-desc span:nth-child(4) {
  bottom: -1px;
  right: 0.375rem;
  width: 0.625rem;
  height: 1px;
}
.c-box-desc span:nth-child(5) {
  bottom: -1px;
  right: 2.1875rem;
  width: 0.625rem;
  height: 1px;
}

.c-btn-type01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background-color: #FF7C80;
  border: 2px solid #202020;
  box-shadow: 0.1875rem 0.1875rem 0 #202020;
  padding: 0.625rem;
  text-decoration: none;
  min-width: 12.5rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (any-hover: hover) {
  .c-btn-type01:hover {
    background-color: #fff;
    color: #FF7C80;
  }
  .c-btn-type01:hover .arrow::after {
    background-color: #FF7C80;
  }
}
.c-btn-type01.black {
  background-color: #202020;
  box-shadow: 0.1875rem 0.1875rem 0 #BEBEBE;
}
@media (any-hover: hover) {
  .c-btn-type01.black:hover {
    background-color: #fff;
    color: #202020;
  }
  .c-btn-type01.black:hover .arrow::after {
    background-color: #202020;
  }
}
.c-btn-type01 .arrow {
  display: block;
  position: relative;
}
.c-btn-type01 .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.6875rem;
  background-color: #fff;
  mask: url(../images/icon_right.svg) no-repeat;
  mask-size: 100%;
}

.c-txt-spec {
  font-size: 0.875rem;
  border-top: 1px dashed #DCDCDC;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.l-bottom {
  padding: 0 1.25rem 1.25rem 1.25rem;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .l-bottom {
    padding: 0 0.625rem 1rem 0.625rem;
  }
}
.l-bottom-inner {
  position: relative;
  z-index: 1;
}
.l-bottom-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .l-bottom-logos {
    display: block;
    text-align: center;
  }
}
.l-bottom-logos > div:first-child {
  text-align: right;
}
@media (max-width: 767px) {
  .l-bottom-logos > div:first-child {
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .l-bottom-logos > div:first-child img {
    width: 13.5625rem;
  }
}
@media (max-width: 767px) {
  .l-bottom-logos > div:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .l-bottom-logos > div:nth-child(2) img {
    width: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .l-bottom-logos > div:nth-child(3) {
    margin-bottom: 1.5rem;
  }
  .l-bottom-logos > div:nth-child(3) img {
    width: 15.1875rem;
  }
}
@media (max-width: 767px) {
  .l-bottom-logos > div:nth-child(4) img {
    width: 9.375rem;
  }
}
.l-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .l-bottom-btns {
    display: block;
    text-align: center;
    max-width: 13.75rem;
    margin: 0 auto;
  }
}
.l-bottom-btns > div {
  flex: 0 1 13.75rem;
}
@media (max-width: 767px) {
  .l-bottom-btns > div:first-child {
    margin-bottom: 1.25rem;
  }
}
.l-bottom-btns .c-btn-type01 {
  min-width: 0;
  display: block;
  font-size: 1.0625rem;
}
.l-bottom-tm {
  text-align: right;
  margin-top: 4rem;
}
.l-bottom-tm img {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .l-bottom-tm img {
    width: 9.375rem;
  }
}

.l-footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  padding: 1.25rem;
  font-weight: 300;
}
.l-footer-copyright {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}