@charset "UTF-8";
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
html {
  font-size: 4.1025641vw;
}
@media (min-width: 768px) {
  html {
    font-size: 1.1vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 2560px) {
  html {
    font-size: 115%;
  }
}

body {
  font-family: YakuHanJP_Noto, "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

* {
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

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

img {
  width: 100%;
  height: auto;
}

a:focus-visible {
  outline: #005fcc solid 0.125rem;
}

[hidden] {
  display: none !important;
}

main {
  overflow: hidden;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.c-button1 {
  color: #fff;
  border: 0.1875rem solid #0606b0;
  background: #ff0211;
  border-radius: 1.75rem 0 1.75rem 1.75rem;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1.6;
  display: grid;
  padding: 1.25rem 0.625rem;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.02em;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .c-button1 {
    border-radius: 1.875rem 0 1.875rem 0;
  }
}
@media (min-width: 768px) {
  .c-button1:hover {
    background: #ff6770;
  }
}
.c-button1::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../img/icon_arrow2_1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .c-button1::after {
    width: 1.3125rem;
    height: 1.4375rem;
  }
}
.c-button1:hover::after {
  translate: 0.5rem 0;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.c-button2 {
  color: #fff;
  border: 0.1875rem solid #0606b0;
  background: #ff0211;
  border-radius: 10rem;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1.6;
  display: grid;
  padding: 1rem 0.9375rem;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.02em;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0.1875rem 0.1875rem 0 #0606b0;
}
@media (min-width: 768px) {
  .c-button2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .c-button2:hover {
    background: #ff6770;
  }
}
.c-button2::after {
  display: block;
  content: "";
  width: 1.3125rem;
  height: 1.4375rem;
  background-image: url("../img/icon_arrow2_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-button2:hover::after {
  translate: 0.5rem 0;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.c-button3 {
  display: grid;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10rem;
  height: 5rem;
  border: 0.1875rem solid #121266;
  box-shadow: 0.1875rem 0.1875rem 0 #121266;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .c-button3 {
    height: 7.5rem;
    box-shadow: 0.375rem 0.375rem 0 #121266;
  }
}
@media (min-width: 768px) {
  .c-button3:hover {
    translate: 0.1875rem 0.1875rem;
    box-shadow: 0 0 0 #121266;
    background: #4dc9ff;
  }
}
.c-button3.-x img {
  width: 2.625rem;
}
@media (min-width: 768px) {
  .c-button3.-x img {
    width: 3.4375rem;
  }
}

.c-button3.-facebook img {
  width: 3.5rem;
}
@media (min-width: 768px) {
  .c-button3.-facebook img {
    width: 4.625rem;
  }
}

.c-button3.-line img {
  width: 3.125rem;
}
@media (min-width: 768px) {
  .c-button3.-line img {
    width: 4.5rem;
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.c-button4 {
  text-decoration: none;
  height: 3.4722222222vw;
  width: 12.6388888889vw;
  font-size: 0.9375rem;
  border: 1px solid #a6a6a6;
  background: black;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-button4:hover {
  opacity: 0.5;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-loading1.-loaded {
  opacity: 0;
  pointer-events: none;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-nav1 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
}
.p-nav1:has(.p-nav1__button1[aria-expanded=true]) {
  pointer-events: all;
}

.p-nav1__button1 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #ff0211;
  border-radius: 0.375rem;
  width: 3rem;
  height: 3rem;
  border: none;
  cursor: pointer;
  z-index: 1;
  pointer-events: all;
}
@media (min-width: 768px) {
  .p-nav1__button1 {
    width: 4.5rem;
    height: 4.5rem;
    top: 0.75rem;
    right: 0.75rem;
  }
}
.p-nav1__button1 > span:nth-of-type(3), .p-nav1__button1 > span:nth-of-type(2), .p-nav1__button1 > span:nth-of-type(1) {
  width: 50%;
  height: 0.1875rem;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 10rem;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-nav1__button1 > span:nth-of-type(1) {
  translate: 0 -0.5rem;
}
.p-nav1__button1[aria-expanded=true] > span:nth-of-type(1) {
  translate: 0;
  rotate: 32deg;
}

.p-nav1__button1[aria-expanded=true] > span:nth-of-type(2) {
  display: none;
}

.p-nav1__button1 > span:nth-of-type(3) {
  translate: 0 0.5rem;
}
.p-nav1__button1[aria-expanded=true] > span:nth-of-type(3) {
  translate: 0;
  rotate: -32deg;
}

.p-nav1__wrap1 {
  background: #fff;
  margin: 0 0 0 1.25rem;
  padding: 0.8125rem 1.875rem 2.125rem 1.875rem;
  border-radius: 0 0 0 3.75rem;
  border-left: 0.1875rem solid #0606b0;
  border-bottom: 0.1875rem solid #0606b0;
  display: grid;
  gap: 1.0625rem;
  position: relative;
  box-shadow: 0 0.375rem 0 #0606b0;
  pointer-events: none;
  opacity: 0;
  translate: 0 -1rem;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .p-nav1__wrap1 {
    width: 30rem;
    padding: 2.1875rem 3.75rem 2.25rem 3.75rem;
  }
}
.p-nav1__button1[aria-expanded=true] + .p-nav1__wrap1 {
  pointer-events: auto;
  opacity: 1;
  translate: 0;
}

.p-nav1__title1 {
  color: #0606b0;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.p-nav1__list1 > li {
  border-top: 0.0625rem solid #0606b0;
}
.p-nav1__list1 > li:first-child {
  border: none;
}
.p-nav1__list1 > li > a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .p-nav1__list1 > li > a {
    padding: 1.375rem 0rem;
  }
}
.p-nav1__list1 > li > a img {
  width: auto;
  height: 2.375rem;
}
.p-nav1__list1 > li > a::after {
  display: block;
  content: "";
  width: 0.8125rem;
  height: 0.9375rem;
  background-image: url("../img/icon_arrow1_1.svg");
  mask-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .p-nav1__list1 > li > a::after {
    width: 0.9375rem;
    height: 1.125rem;
  }
}
@media (min-width: 768px) {
  .p-nav1__list1 > li > a:hover::after {
    translate: 0 0.25rem;
  }
}

.p-nav1__list2 {
  margin: 0 0 0 0.8125rem;
  padding: 0 0 1.25rem;
  display: grid;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-nav1__list2 {
    margin: 0 0 0 0.8125rem;
    padding: 0 0 1.375rem;
  }
}
.p-nav1__list2 > li > a {
  text-decoration: none;
  color: #0606b0;
  font-weight: 700;
  line-height: 1.4;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .p-nav1__list2 > li > a {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-nav1__list2 > li > a:hover {
    opacity: 0.5;
  }
}
.p-nav1__list2 > li > a img {
  width: auto;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .p-nav1__list2 > li > a img {
    height: 1.375rem;
  }
}

.p-nav1__layer1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  display: none;
}
.p-nav1:has(.p-nav1__button1[aria-expanded=true]) .p-nav1__layer1 {
  display: block;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-kv1 {
  position: relative;
  width: 24.375rem;
  height: 41.25rem;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-kv1 {
    width: 100%;
    height: 48.75rem;
  }
}

@media (min-width: 768px) {
  .p-kv1__human1 {
    position: absolute;
    top: 0.25rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 79.375rem;
    height: 37.6875rem;
  }
}
.p-kv1__human1 img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.p-kv1__human1 img:nth-of-type(1) {
  width: 10.0625rem;
  top: 7.875rem;
  left: 0;
}
@media (min-width: 768px) {
  .p-kv1__human1 img:nth-of-type(1) {
    width: 23.4375rem;
    top: 1.1875rem;
    left: 8.1875rem;
  }
}
.p-kv1__human1 img:nth-of-type(2) {
  width: 10.1875rem;
  top: 3.1875rem;
  left: 7.8125rem;
}
@media (min-width: 768px) {
  .p-kv1__human1 img:nth-of-type(2) {
    width: 21.125rem;
    top: 0rem;
    left: 30.75rem;
  }
}
.p-kv1__human1 img:nth-of-type(3) {
  width: 11.375rem;
  top: 10.5625rem;
  left: 15.9375rem;
}
@media (min-width: 768px) {
  .p-kv1__human1 img:nth-of-type(3) {
    width: 26.5rem;
    top: 4.4375rem;
    left: 52.875rem;
  }
}

.p-kv1__title1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 17.875rem;
  margin: auto;
  width: 22.375rem;
}
@media (min-width: 768px) {
  .p-kv1__title1 {
    width: 37.5rem;
    top: 18rem;
  }
}

.p-kv1__date1 {
  position: absolute;
  top: 25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 22.125rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-kv1__date1 {
    width: 42.4375rem;
    top: 32.375rem;
  }
}

.p-kv1__button1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
  width: 5.1875rem;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .p-kv1__button1 {
    width: 1.75rem;
    left: initial;
    bottom: 5.75rem;
    right: 2rem;
  }
}
@media (min-width: 768px) {
  .p-kv1__button1:hover {
    translate: 0 0.5rem;
  }
}
.p-kv1__button1.-loaded {
  animation: p-kv1__button1 2s ease-out infinite;
}
@keyframes p-kv1__button1 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 1rem);
  }
}

.p-kv1__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-kv1__bg1 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-kv1__bg1 picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.p-kv1__bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-kv1__bg2 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-kv1__bg2 picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-about1 {
  position: relative;
  background-color: #3024e0;
  background-image: url("../img/about1_bg1_1.webp");
  background-size: cover;
  background-position: center;
  padding: 5rem 1.25rem;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about1 {
    padding: 6.25rem;
    background-attachment: fixed;
    background-image: url("../img/about1_bg1_1_desktop.webp");
  }
}

.p-about1__inner1 {
  background: #fff;
  border: 0.25rem solid #4dc9ff;
  border-radius: 2.5rem;
  padding: 2.5rem 0.75rem;
}
@media (min-width: 768px) {
  .p-about1__inner1 {
    border-radius: 3.75rem;
    border-width: 0.3125rem;
    width: 77.5rem;
    margin: auto;
    padding: 5.3125rem 8.3125rem 6.25rem 8.3125rem;
  }
}

@media (min-width: 768px) {
  .p-about1__title1 {
    width: 39.5625rem;
    margin: auto;
  }
}

.p-about1__text1 {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1em;
}
@media (min-width: 768px) {
  .p-about1__text1 {
    margin: 2.3125rem 0 0;
    gap: 2.3em;
  }
}
.p-about1__text1 > p {
  font-size: 1.1875rem;
  color: #121266;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-about1__text1 > p {
    font-size: 1.5rem;
  }
}

.p-about1__img1 {
  position: absolute;
  top: 0.625rem;
  left: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-about1__img1 {
    width: 83.125rem;
    right: 0;
    top: 10.375rem;
    margin: auto;
  }
}

.p-about1__img2 {
  display: none;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-enjoy1 {
  margin: 3.5rem 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-enjoy1 {
    margin: 4.75rem 0 0;
  }
}

.p-enjoy1__header1 {
  padding: 0 1.0625rem;
}
@media (min-width: 768px) {
  .p-enjoy1__header1 {
    width: 67.125rem;
    padding: 0;
    margin: auto;
  }
}

.p-enjoy1__title1 {
  width: 17.625rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-enjoy1__title1 {
    width: 26.5rem;
    margin: auto;
  }
}

.p-enjoy1__list1 {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-enjoy1__list1 {
    margin: 1rem 0 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .p-enjoy1__list1 > li {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media (min-width: 768px) {
  .p-enjoy1__list1 > li:hover {
    translate: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .p-enjoy1__list1 > li > a {
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) {
  .p-enjoy1__list1 > li > a::before {
    display: block;
    content: "";
    width: 100%;
    height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3024e0;
    z-index: -1;
    border-radius: 1.875rem;
    border: 0.1875rem solid #121266;
    box-shadow: 0.375rem 0.375rem 0 #121266;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-enjoy1__list1 > li > a:hover::before {
    background: #aca7f3;
  }
}

.p-enjoy1__wrap1 {
  margin: 5.5625rem -0.25rem 0;
}
@media (min-width: 768px) {
  .p-enjoy1__wrap1 {
    margin: 7.1875rem auto 0;
    width: 100%;
    max-width: 90rem;
  }
}

.p-enjoy1__unit1 {
  position: relative;
  border-radius: 3.75rem 3.75rem 0 0;
  border: 0.25rem solid #0606b0;
  border-bottom: none;
  padding: 3.5625rem 1.25rem 10rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1 {
    margin: 0 -0.3125rem;
    border-width: 0.3125rem;
    padding: 4.6875rem 6.25rem 21.875rem;
  }
}

.p-enjoy1__unit1__number1 {
  width: 4.1875rem;
  position: absolute;
  top: -1.6875rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__number1 {
    width: 5.875rem;
    left: 6.25rem;
    top: -2.375rem;
  }
}

.p-enjoy1__unit1__title1 {
  position: relative;
  z-index: 1;
  width: 21.8125rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__title1 {
    position: relative;
    z-index: 2;
    width: 35.8125rem;
  }
}

.p-enjoy1__unit1__text1 {
  position: relative;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1em;
  padding: 1.5rem 0 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__text1 {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
  }
}
.p-enjoy1__unit1__text1 > p {
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #121266;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__text1 > p {
    font-size: 1.5rem;
  }
}
.p-enjoy1__unit1__text1::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #121266;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-enjoy1__unit1__slider1 {
  margin: 2.5rem 0 0;
  border-radius: 1.875rem 1.875rem 1.875rem 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 {
    position: absolute;
    top: 7.8125rem;
    right: 0;
    margin: 0;
    width: 55rem;
    height: 37.5rem;
    border-radius: 1.875rem 0 0 0;
  }
}
.p-enjoy1__unit1__slider1 .swiper {
  border-radius: 1.875rem 1.875rem 1.875rem 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper {
    border-radius: 1.875rem 0 0 0;
  }
}
.p-enjoy1__unit1__slider1 .swiper-button-prev,
.p-enjoy1__unit1__slider1 .swiper-button-next {
  top: 0;
  bottom: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10rem;
  background: #3024e0;
  border: 0.1875rem solid #121266;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: auto;
  box-shadow: 0.125rem 0.125rem 0 #121266;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-button-prev,
  .p-enjoy1__unit1__slider1 .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-button-prev:hover,
  .p-enjoy1__unit1__slider1 .swiper-button-next:hover {
    translate: 0.125rem 0.125rem;
    box-shadow: 0 0 0 #121266;
  }
}
.p-enjoy1__unit1__slider1 .swiper-button-prev::after,
.p-enjoy1__unit1__slider1 .swiper-button-next::after {
  display: none;
}
.p-enjoy1__unit1__slider1 .swiper-button-prev::before,
.p-enjoy1__unit1__slider1 .swiper-button-next::before {
  position: relative;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.8125rem;
  background-image: url("../img/icon_arrow3_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-button-prev::before,
  .p-enjoy1__unit1__slider1 .swiper-button-next::before {
    width: 0.5625rem;
    height: 0.9375rem;
  }
}
.p-enjoy1__unit1__slider1 .swiper-button-prev {
  left: -0.5rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-button-prev {
    left: 1rem;
  }
}
.p-enjoy1__unit1__slider1 .swiper-button-prev::before {
  rotate: 180deg;
}
.p-enjoy1__unit1__slider1 .swiper-button-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-button-next {
    right: 1rem;
  }
}
.p-enjoy1__unit1__slider1 .swiper-pagination {
  width: auto;
  background: #fff;
  bottom: -0.125rem;
  border-radius: 0 1rem 0 0;
  padding: 1rem 0.75rem 0.5rem 0.75rem;
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-pagination {
    padding: 1rem 1.25rem 0.5rem 0.75rem;
  }
}
.p-enjoy1__unit1__slider1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__slider1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-enjoy1__unit1__img1 {
  width: 5.875rem;
  position: absolute;
  top: -2.75rem;
  right: 4.75rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__img1 {
    width: 10.9375rem;
    top: -3.8125rem;
    right: 5rem;
  }
}

.p-enjoy1__unit1__img2 {
  width: 3.875rem;
  position: absolute;
  top: 10.4375rem;
  right: 2.5rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit1__img2 {
    width: 6rem;
    right: inherit;
    left: 21.875rem;
    top: 39.5625rem;
  }
}

.p-enjoy1__unit2 {
  position: relative;
  background: #3024e0;
  background-image: url("../img/enjoy1_bg1_1.webp");
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 3.5625rem 1.25rem 10rem;
  margin: -5rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2 {
    display: grid;
    grid-template-columns: 38.75rem 1fr;
    grid-template-rows: auto 1fr;
    margin: -5.3125rem -0.3125rem 0;
    padding: 4.375rem 8.125rem 12.5rem 6.25rem;
    gap: 0 5rem;
    background-attachment: fixed;
  }
}

.p-enjoy1__unit2__number1 {
  width: 4.1875rem;
  position: absolute;
  top: -1.6875rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__number1 {
    width: 6.375rem;
    left: 50rem;
    top: -2.5rem;
  }
}

.p-enjoy1__unit2__title1 {
  position: relative;
  z-index: 1;
  width: 19.4375rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__title1 {
    width: 31.875rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-enjoy1__unit2__text1 {
  position: relative;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1em;
  padding: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__text1 {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
    grid-column: 2/3;
    grid-row: 2/3;
    align-content: flex-start;
  }
}
.p-enjoy1__unit2__text1 > p {
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__text1 > p {
    font-size: 1.5rem;
  }
}
.p-enjoy1__unit2__text1::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-enjoy1__unit2__img1 {
  margin: 2.5rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__img1 {
    margin: 0.625rem 0 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.p-enjoy1__unit2__img2 {
  width: 3.5rem;
  position: absolute;
  top: -1.375rem;
  right: 6.9375rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__img2 {
    width: 4.25rem;
    top: -2.625rem;
    left: 7rem;
  }
}

.p-enjoy1__unit2__img3 {
  width: 5.125rem;
  position: absolute;
  top: 8.875rem;
  right: 2.5rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit2__img3 {
    width: 6.0625rem;
    top: inherit;
    bottom: 13.125rem;
    right: 6.6875rem;
  }
}

.p-enjoy1__unit3 {
  position: relative;
  background: #fff;
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 3.5625rem 1.25rem 10rem;
  margin: -5rem 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3 {
    margin: -7.5rem -0.3125rem 0;
    padding: 4.375rem 6.625rem 22rem 6.25rem;
    display: grid;
    grid-template-columns: 28.875rem 38.375rem;
    grid-template-rows: auto auto 1fr;
    justify-content: space-between;
  }
}

.p-enjoy1__unit3__number1 {
  width: 4.1875rem;
  position: absolute;
  top: -1.6875rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__number1 {
    width: 6.3125rem;
    top: -2.5rem;
    left: 6.25rem;
  }
}

.p-enjoy1__unit3__title1 {
  position: relative;
  width: 15.375rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__title1 {
    width: 25.0625rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.p-enjoy1__unit3__text1 {
  position: relative;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1em;
  padding: 1.5rem 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__text1 {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-enjoy1__unit3__text1 > p {
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #121266;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__text1 > p {
    font-size: 1.5rem;
  }
}
.p-enjoy1__unit3__text1 > p > span {
  background: #fff;
  display: block;
}
.p-enjoy1__unit3__text1::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #121266;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-enjoy1__unit3__button1 {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__button1 {
    z-index: 2;
    margin: 2rem 0 0;
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: flex-start;
  }
}
.p-enjoy1__unit3__button1 img {
  width: auto;
  height: 1.5625rem;
  margin: auto;
}

.p-enjoy1__unit3__wrap1 {
  margin: 3.875rem 0 0;
  display: grid;
  gap: 2.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__wrap1 {
    grid-column: 2/3;
    grid-row: 1/4;
    margin: 2.875rem 0 0;
    gap: 3.375rem;
  }
}

.p-enjoy1__unit3__subUnit1 {
  position: relative;
}
.p-enjoy1__unit3__subUnit1.-type2 {
  z-index: -1;
}

.p-enjoy1__unit3__subUnit1__inner1 {
  position: relative;
  border: 0.1875rem solid #0606b0;
  border-radius: 1.875rem;
  box-shadow: 0.375rem 0.375rem 0 #0606b0;
  padding: 1.875rem 1.875rem 4.375rem;
  margin: 0 1.625rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__inner1 {
    margin: 0;
    padding: 2rem 4.6875rem 4.0625rem;
  }
}
.p-enjoy1__unit3__subUnit1.-type1 .p-enjoy1__unit3__subUnit1__inner1 {
  background: #ffc4f2;
}
.p-enjoy1__unit3__subUnit1.-type2 .p-enjoy1__unit3__subUnit1__inner1 {
  background: #548bff;
}
.p-enjoy1__unit3__subUnit1.-type3 .p-enjoy1__unit3__subUnit1__inner1 {
  background: #fef17f;
}

.p-enjoy1__unit3__subUnit1__text1 {
  height: 3.6875rem;
  position: absolute;
  top: -1.875rem;
  left: 1.25rem;
}
.p-enjoy1__unit3__subUnit1__text1 img {
  width: auto;
  height: 100%;
}

.p-enjoy1__unit3__subUnit1__title1 {
  color: #0606b0;
  text-align: center;
}

.p-enjoy1__unit3__subUnit1__mainLabel1 img {
  width: auto;
  height: 4.625rem;
  margin: auto;
}

.p-enjoy1__unit3__subUnit1__subLabel1 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.6;
}
.p-enjoy1__unit3__subUnit1.-type2 .p-enjoy1__unit3__subUnit1__subLabel1 {
  color: #fff;
}

.p-enjoy1__unit3__subUnit1__text2 {
  margin: 1.25rem 0 0;
  display: grid;
  gap: 1em;
}
.p-enjoy1__unit3__subUnit1__text2 > p {
  color: #121266;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__text2 > p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-enjoy1__unit3__subUnit1.-type2 .p-enjoy1__unit3__subUnit1__text2 > p {
  color: #fff;
}

.p-enjoy1__unit3__subUnit1__year1 {
  position: absolute;
  top: -1.875rem;
  right: -1.25rem;
  width: 3.125rem;
  height: calc(100% + 2.5rem + 1.6875rem);
  z-index: -1;
  padding: 2.875rem 0 0 0;
  clip-path: polygon(50% 1.5rem, 100% 0%, 99% calc(100% - 1.5rem), 50% 100%, 0 calc(100% - 1.5rem), 0 0);
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__year1 {
    width: 3.75rem;
    padding: 3.75rem 0 0 0;
    right: -3.75rem;
    height: calc(100% + 3.125rem + 1.6875rem);
  }
}
.p-enjoy1__unit3__subUnit1.-type1 .p-enjoy1__unit3__subUnit1__year1 {
  background: #ff00a4;
}

.p-enjoy1__unit3__subUnit1.-type2 .p-enjoy1__unit3__subUnit1__year1 {
  background: #0052f6;
}

.p-enjoy1__unit3__subUnit1.-type3 .p-enjoy1__unit3__subUnit1__year1 {
  background: #ff9900;
}

.p-enjoy1__unit3__subUnit1__year1 > span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  rotate: 90deg;
  display: block;
  white-space: nowrap;
}

.p-enjoy1__unit3__subUnit1__button1 {
  position: absolute;
  right: 0;
  bottom: -0.1875rem;
  width: calc(100% + 0.375rem);
  margin: 0 -0.1875rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__button1 {
    width: 25rem;
  }
}

.p-enjoy1__unit3__img1 {
  position: absolute;
  top: -1.4375rem;
  right: 3.125rem;
  width: 5rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__img1 {
    width: 8.625rem;
    top: -2.25rem;
    right: 21.875rem;
  }
}

.p-enjoy1__unit3__img2 {
  position: absolute;
  top: 7.875rem;
  right: 0.75rem;
  width: 6rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__img2 {
    display: none;
  }
}

.p-enjoy1__unit3__img3 {
  display: none;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__img3 {
    display: block;
    position: absolute;
    top: 4rem;
    left: 6.625rem;
    width: 41.5625rem;
  }
}

.p-enjoy1__unit3__img4 {
  display: none;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__img4 {
    display: block;
    position: absolute;
    top: 22.3125rem;
    left: 6.25rem;
    width: 40.8125rem;
    z-index: 2;
  }
}

.p-enjoy1__unit3__subUnit1__img1 {
  position: absolute;
  top: -2.625rem;
  left: -1.9375rem;
  width: 5.5rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img1 {
    display: none;
  }
}

.p-enjoy1__unit3__subUnit1__img2 {
  position: absolute;
  top: -3.8125rem;
  left: 0.0625rem;
  width: 4.5rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img2 {
    display: none;
  }
}

.p-enjoy1__unit3__subUnit1__img3 {
  position: absolute;
  top: -1.75rem;
  right: 1.125rem;
  width: 4.875rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img3 {
    display: none;
  }
}

.p-enjoy1__unit3__subUnit1__img4 {
  position: absolute;
  top: 15.6875rem;
  left: -2.3125rem;
  width: 3.3125rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img4 {
    display: none;
  }
}

.p-enjoy1__unit3__subUnit1__img5 {
  position: absolute;
  bottom: -2.5rem;
  left: 11.6875rem;
  width: 4.125rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img5 {
    display: none;
  }
}

.p-enjoy1__unit3__subUnit1__img6 {
  position: absolute;
  bottom: -3.125rem;
  left: 3.1875rem;
  width: 5.4375rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit3__subUnit1__img6 {
    display: none;
  }
}

.p-enjoy1__unit4 {
  position: relative;
  background: #3024e0;
  background-image: url("../img/enjoy1_bg1_1.webp");
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 3.5625rem 1.25rem 5rem;
  margin: -5rem 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4 {
    display: grid;
    grid-template-columns: 38.5rem 1fr;
    grid-template-rows: auto 1fr;
    margin: -14.125rem -0.3125rem 0;
    padding: 4.375rem 7.6875rem 4.75rem 6.25rem;
    gap: 0 5.25rem;
    background-attachment: fixed;
  }
}

.p-enjoy1__unit4__number1 {
  width: 4.1875rem;
  position: absolute;
  top: -1.6875rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__number1 {
    width: 6.5rem;
    left: 50rem;
    top: -2.5rem;
  }
}

.p-enjoy1__unit4__title1 {
  position: relative;
  z-index: 1;
  width: 19.4375rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__title1 {
    width: 32.25rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-enjoy1__unit4__text1 {
  position: relative;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1em;
  padding: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__text1 {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-enjoy1__unit4__text1 > p {
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__text1 > p {
    font-size: 1.5rem;
  }
}
.p-enjoy1__unit4__text1::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #fff;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-enjoy1__unit4__img1 {
  margin: 2.5rem 0 0;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__img1 {
    margin: 0.625rem 0 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.p-enjoy1__unit4__img2 {
  width: 6.375rem;
  position: absolute;
  top: -2.5625rem;
  right: 1.4375rem;
}
@media (min-width: 768px) {
  .p-enjoy1__unit4__img2 {
    width: 8.8125rem;
    top: -3.625rem;
    left: 29.75rem;
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-campaign1 {
  margin: 5rem 0 0;
}
@media (min-width: 768px) {
  .p-campaign1 {
    width: 67.5rem;
    margin: 7rem auto 0;
  }
}

.p-campaign1__title1 {
  width: 15.0625rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-campaign1__title1 {
    width: 22.5rem;
  }
}

.p-campaign1__inner1 {
  margin: 2.5rem 0 0;
}
@media (min-width: 768px) {
  .p-campaign1__inner1 {
    margin: 3rem 0 0;
  }
}

.p-campaign1__wrap2 {
  background: #ffde04;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .p-campaign1__wrap2 {
    display: grid;
    grid-template-columns: 1fr 22.5rem;
    align-items: center;
    padding: 1.75rem 3.125rem;
  }
}

.p-campaign1__text2 {
  color: #0606b0;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-campaign1__text2 {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-campaign1__button1 {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .p-campaign1__button1 {
    margin: 0;
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-access1 {
  margin: 5rem 0 0;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .p-access1 {
    margin: 7rem 0 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-access1__inner1 {
    max-width: 67.5rem;
    margin: auto;
  }
}

.p-access1__title1 {
  width: 18.625rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-access1__title1 {
    width: 27.6875rem;
  }
}

.p-access1__table1 {
  margin: 2.5rem 0 0;
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .p-access1__table1 {
    margin: 3rem 0 0;
  }
}
@media (min-width: 768px) {
  .p-access1__table1 tbody tr {
    border-top: 1px solid #0606b0;
  }
}
@media (min-width: 768px) {
  .p-access1__table1 tbody tr:has(td[colspan]) {
    border: none;
  }
}
.p-access1__table1 tbody th,
.p-access1__table1 tbody td {
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody th,
  .p-access1__table1 tbody td {
    display: table-cell;
  }
}
.p-access1__table1 tbody th {
  padding: 1.25rem 0 0.75rem;
  border-top: 0.0625rem solid #0606b0;
  color: #0606b0;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody th {
    font-size: 1.25rem;
    padding: 2.0625rem 0;
    border: none;
    vertical-align: top;
  }
}
.p-access1__table1 tbody td {
  color: #121266;
  padding: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody td {
    padding: 2.0625rem 0;
    width: 43.5625rem;
  }
}
.p-access1__table1 tbody td[colspan] {
  padding: 0 0 1.25rem;
  border-bottom: 0.0625rem solid #0606b0;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody td[colspan] {
    padding: 0 0 2.0625rem;
  }
}
.p-access1__table1 tbody td > * + * {
  margin: 0.5rem 0 0;
}
.p-access1__table1 tbody td > p {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody td > p {
    font-size: 1rem;
  }
}
.p-access1__table1 tbody td > p > b {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-access1__table1 tbody td > p > b {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-access1__map1 {
  aspect-ratio: 350/480;
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-access1__map1 {
    aspect-ratio: 1080/480;
  }
}
.p-access1__map1 iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-mercariOshikatsu1 {
  margin: 5rem 0 0;
}
@media (min-width: 768px) {
  .p-mercariOshikatsu1 {
    margin: 7rem 0 0;
  }
}

@media (min-width: 768px) {
  .p-mercariOshikatsu1__inner1 {
    max-width: 67.5rem;
    margin: auto;
  }
}

.p-mercariOshikatsu1__title1 {
  width: 20.6875rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-mercariOshikatsu1__title1 {
    width: 31.0625rem;
  }
}

.p-mercariOshikatsu1__text1 {
  margin: 2rem 0 0;
  padding: 0 1.25rem;
  display: grid;
  gap: 1em;
}
.p-mercariOshikatsu1__text1 > p {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.01em;
  color: #121266;
}
@media (min-width: 768px) {
  .p-mercariOshikatsu1__text1 {
    margin: 2.5rem 0 0;
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 0;
  }
}

.p-mercariOshikatsu1__wrap1 {
  margin: 2.5rem 0 0;
  display: grid;
  gap: 1.5rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .p-mercariOshikatsu1__wrap1 {
    gap: 2.5rem;
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-sns1 {
  margin: 5rem 0 0;
}
@media (min-width: 768px) {
  .p-sns1 {
    margin: 7rem 0 0;
  }
}

.p-sns1__title1 {
  width: 13.625rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-sns1__title1 {
    width: 15.5625rem;
  }
}

.p-sns1__wrap1 {
  background: #3024e0;
  padding: 5.75rem 1.25rem 3.25rem;
  margin: -4.375rem 0 0;
}
@media (min-width: 768px) {
  .p-sns1__wrap1 {
    padding: 7.5rem 0;
  }
}

.p-sns1__list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .p-sns1__list1 {
    width: 48rem;
    margin: auto;
    gap: 1.5rem;
  }
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
.p-footer1 {
  margin: 5rem 0 0;
  padding: 0 2.1875rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-footer1 {
    margin: 8.4375rem 0 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-footer1__inner1 {
    width: 70rem;
    margin: auto;
  }
}

.p-footer1__button1 {
  width: 8rem;
  margin: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .p-footer1__button1 {
    width: 1.75rem;
    position: absolute;
    right: 2rem;
    top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .p-footer1__button1:hover {
    translate: 0 -0.5rem;
  }
}

.p-footer1__logo1 {
  margin: 4.5rem 0 0;
  text-align: center;
  display: grid;
  gap: 0.875rem;
  color: #ff0211;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-footer1__logo1 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.6;
    gap: 0.75rem;
  }
}
.p-footer1__logo1 img {
  width: 13.9375rem;
  margin: auto;
}
@media (min-width: 768px) {
  .p-footer1__logo1 img {
    width: 15.0625rem;
  }
}

.p-footer1__download1 {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .p-footer1__download1 {
    margin: 8.125rem 0 0;
  }
}

.p-footer1__download1__main1 {
  background: #f40a12;
  color: #fff;
  padding: 1.125rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__main1 {
    padding: 2.5rem;
    display: flex;
    align-items: center;
    gap: 4.1875rem;
  }
}

.p-footer1__download1__head1 {
  display: grid;
  align-items: center;
  grid-template-columns: 3.625rem 1fr;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__head1 {
    grid-template-columns: 5.8125rem 1fr;
    gap: 1.9375rem;
  }
}

@media (min-width: 768px) {
  .p-footer1__download1__head1__icon1 {
    width: 5.8125rem;
  }
}

.p-footer1__download1__head1__title1 span {
  display: block;
}

.p-footer1__download1__head1__title1 span:nth-of-type(1) {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__head1__title1 span:nth-of-type(1) {
    font-size: 1.1875rem;
  }
}

.p-footer1__download1__head1__title1 span:nth-of-type(2) {
  font-size: 1.1875rem;
  margin: 0.125rem 0 0;
}
@media (min-width: 768px) {
  .p-footer1__download1__head1__title1 span:nth-of-type(2) {
    font-size: 1.75rem;
    margin: 0;
  }
}

.p-footer1__download1__download1 {
  margin: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .p-footer1__download1__download1 {
    margin: 0;
    display: flex;
    gap: 1.25rem;
  }
}

.p-footer1__download1__download1__unit1:nth-last-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__unit1:nth-last-of-type(1) {
    display: block;
  }
}

.p-footer1__download1__download1__title1 {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__title1 {
    font-size: 0.875rem;
  }
}

.p-footer1__download1__download1__list1 {
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__list1 {
    margin: 0.75rem 0 0;
    gap: 0.875rem;
    display: inline-flex;
  }
}

.p-footer1__download1__download1__list1 > li > a {
  display: grid;
  height: 2.625rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__list1 > li > a {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__list1 > li > a:hover {
    opacity: 0.5;
  }
}

.p-footer1__download1__download1__list1 > li > a > img {
  width: auto;
  height: 2.625rem;
  max-width: inherit;
}
@media (min-width: 768px) {
  .p-footer1__download1__download1__list1 > li > a > img {
    height: 3.125rem;
  }
}

.p-footer1__download1__list1 {
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0;
}
@media (min-width: 768px) {
  .p-footer1__download1__list1 {
    margin: 1.3125rem 0 0;
  }
}

.p-footer1__download1__list1 > li {
  position: relative;
  font-size: 0.5625rem;
  padding: 0 0 0 0.5625rem;
}
@media (min-width: 768px) {
  .p-footer1__download1__list1 > li {
    font-size: 0.75rem;
    padding: 0 0 0 0.75rem;
  }
}

.p-footer1__download1__list1 > li::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-footer1__copy1 {
  padding: 1.875rem 0;
  background: #f3f3f3;
  margin: 1.25rem -2.1875rem 0;
}
@media (min-width: 768px) {
  .p-footer1__copy1 {
    margin: 1.25rem 0 0;
  }
}
.p-footer1__copy1 > small {
  font-size: 0.625rem;
  text-align: center;
  display: block;
  line-height: 1;
  margin: 0;
}

/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* FontFamily
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/* Easing
/* ------------------------------------------------- */
@media (min-width: 768px) {
  .u-d-md-none {
    display: none;
  }
}