@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/en/KiwiMaru-Light.ttf") format("truetype");
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/KiwiMaru-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/KiwiMaru-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Hui";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/title/HuiFontP29.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #424242;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(66, 66, 66, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.l-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.fade-kv {
  opacity: 0;
  transform: translateY(0);
  /* ← 明示的にゼロにする */
  transition: opacity 2s ease;
  will-change: opacity;
  /* ← 最適化のために追加 */
}

.fade-kv.is-visible {
  opacity: 1;
}

.fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fade.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fade02 {
  transform: rotateY(-270deg);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.5, 1.71, 0.48, 0.61), opacity 1s ease-in-out;
}

.fade02.is-active {
  opacity: 1;
  transform: rotateY(0deg);
}

.fade03 {
  opacity: 0;
  scale: 0.6;
  transition: opacity 0.3s 0.5s ease, scale 0.3s 0.5s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  transform: translateY(20px);
}

.fade03.v2 {
  scale: 0.8;
  transition: opacity 0.5s 0.8s ease, scale 0.5s 0.8s cubic-bezier(0.44, 0.42, 0.24, 1.55);
}

.fade03.is-active {
  opacity: 1;
  scale: 1;
  transform: translateY(0);
}

.fade03.v2.is-active {
  opacity: 1;
  scale: 1;
  transform: translateY(0);
}

.fade04 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fade04.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fade05 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fade05.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fade06 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fade06.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fade07 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transform: rotate(30deg);
  transform-origin: left top;
}

.fade07.is-active {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}

.fade08 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transform-origin: right bottom;
  scale: 0.1;
}

.fade08.is-active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.fadev1 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fadev1.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadev2 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fadev2.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadev3 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fadev3.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadev4 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fadev4.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadev5 {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.fadev5.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-header__inner {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.l-header__inner h1 {
  width: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 26.6666666667vw;
  }
}

.l-header__inner h1 a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-header__inner h1 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__inner h1 a:hover {
    opacity: 0.7;
  }
}
.l-footer {
  padding-bottom: 10rem;
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    margin-top: 14.4vw;
    padding-bottom: 16vw;
  }
}

.l-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    column-gap: 6.9333333333vw;
  }
}

.l-footer__logo img {
  width: 35.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo img {
    width: 53.8666666667vw;
  }
}

.l-footer__logo p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1311;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo p {
    font-size: 4.2666666667vw;
  }
}

.l-footer .l-footer__txt01 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer .l-footer__txt01 {
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
  }
}

.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 64.4rem;
  margin: 0 auto;
  background: #00468f;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 2.8rem 2rem;
  transition: 0.3s;
  margin-top: 4.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__btn {
    width: 49.3333333333vw;
    margin-top: 5.3333333333vw;
    padding: 3.7333333333vw 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}

.l-footer__btn img {
  width: 3.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__btn img {
    width: 4vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__btn:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__btn:hover {
    opacity: 0.7;
  }
}
.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 10.8rem;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 14.1333333333vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}

.c-btn01 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40.8rem;
  padding: 2rem 3rem;
  border: 2px solid #9c3a67;
  border-radius: 0.6rem;
  background: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #9c3a67;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 100%;
    padding: 2.6666666667vw 4vw;
    font-size: 3.2vw;
    border-radius: 1.6vw;
    border: 0.5333333333vw solid #9c3a67;
  }
}

.c-btn01 img {
  width: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    width: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  width: fit-content;
  position: relative;
}

.c-title01 p {
  width: fit-content;
  line-height: 1.3;
  font-size: 5rem;
  font-family: "KiwiMaru", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #9c3a67;
  color: #ffff78;
  padding: 2rem 3rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 p {
    font-size: 4.8vw;
    padding: 2.6666666667vw 4.2666666667vw;
    border-radius: 1.6vw;
  }
}

.c-title01::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background: #efdfe7;
  border: 1px solid #9c3a67;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01::after {
    border-radius: 1.6vw;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    border: 0.2666666667vw solid #9c3a67;
  }
}

.c-title02 h2 {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h2 {
    font-size: 4.2666666667vw;
  }
}

.c-title02 img {
  width: 43.8rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 img {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}

.c-title03 {
  font-size: 20rem;
  font-family: "KiwiMaru", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #9c3a67;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    font-size: 25.3333333333vw;
  }
}

.c-title04 p {
  background: #9c3a67;
  color: #ffff78;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 p {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    letter-spacing: -0.05em;
  }
}

.c-title04 p:first-child {
  margin-top: 0;
}

.c-title05 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h3 {
    font-size: 4.2666666667vw;
  }
}

.c-title05 img {
  width: 14.8rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 img {
    width: 22.9333333333vw;
    margin-top: 1.6vw;
  }
}

.c-title06 {
  font-size: 5rem;
  font-family: "KiwiMaru", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.1em;
  color: #9c3a67;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}

.c-title06::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.6rem;
  border-radius: 10rem;
  background: #ffffb4;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06::after {
    height: 2.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}

.c-title06.v2::after {
  background: #ffffff;
}

.c-title-movie {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-movie {
    column-gap: 1.3333333333vw;
  }
}

.c-title-movie img {
  width: 3.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-movie img {
    width: 4.2666666667vw;
  }
}

.c-title-movie p {
  font-size: 7.5rem;
  color: #9c3a67;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-movie p {
    font-size: 8vw;
  }
}

.c-title-movie.white p {
  color: #ffffff;
}

.c-title07 {
  font-size: 11.8rem;
  color: #9c3a67;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .c-title07 {
    font-size: 9.6vw;
  }
}

.c-title08-wrap {
  position: relative;
  width: fit-content;
}

.c-title08 {
  padding-left: 4rem;
  position: relative;
  width: fit-content;
  transform: rotate(0deg);
}
@media only screen and (max-width: 47.9375em) {
  .c-title08 {
    padding-left: 3.7333333333vw;
  }
}

.c-title08 p {
  background: #f5f5b4;
  padding: 1.2rem 2rem;
  font-size: 7.2rem;
  color: #00468f;
  width: fit-content;
  font-family: "Hui", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-title08 p {
    font-size: 5.6vw;
    padding: 1.6vw 2.6666666667vw;
  }
}

.c-title08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 100%;
  background: #00468f;
}
@media only screen and (max-width: 47.9375em) {
  .c-title08::after {
    width: 3.7333333333vw;
  }
}

.c-title08-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 98%;
  height: 100%;
  background: #d2deeb;
}
@media only screen and (max-width: 47.9375em) {
  .c-title08-wrap::before {
    left: 1.6vw;
    width: 95%;
  }
}

.c-title08.fade05.is-active {
  transform: rotate(-2deg);
  transform-origin: left center;
}

.c-title08-arrow {
  width: 28rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title08-arrow {
    width: 34.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.c-txt01 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}

.c-txt02 {
  font-size: 2.8rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 4.2666666667vw;
  }
}

.c-txt02.center {
  text-align: center;
}

.c-box01__head {
  background: #ffffb4;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  padding: 6rem 2rem 8rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__head {
    border-top-right-radius: 3.7333333333vw;
    border-top-left-radius: 3.7333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}

.c-box01__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/home/head-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-box01__head-wrap {
  position: relative;
  z-index: 1;
}

.c-box01__head .c-title03 {
  margin-top: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__head .c-title03 {
    margin-top: -4.2666666667vw;
  }
}

.c-box01__head p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: -2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__head p {
    font-size: 3.2vw;
    margin-top: -2.6666666667vw;
    letter-spacing: -0.09em;
  }
}

.c-box01 {
  background: #efdfe7;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01 {
    border-radius: 3.7333333333vw;
  }
}

.c-box01__body {
  padding: 0 4rem 8rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}

.c-box01__body-img01 {
  width: 47rem;
  margin: 0 auto;
  margin-top: -5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-img01 {
    width: 64vw;
    margin-top: -5.3333333333vw;
  }
}

.c-box01__body .c-title04 {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body .c-title04 {
    margin-top: 5.3333333333vw;
  }
}

.c-box01__body-content {
  margin-top: 7.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-content {
    margin-top: 12.2666666667vw;
  }
}

.c-box01__body-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 8px solid #ffffff;
  border-radius: 2rem;
  padding: 2rem 2rem 2rem 6rem;
  position: relative;
  height: 23.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-item {
    flex-wrap: wrap;
    row-gap: 1.6vw;
    height: auto;
    border: 2.1333333333vw solid #ffffff;
    padding: 5.3333333333vw;
  }
}

.c-box01__body-item h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #9c3a67;
  background: #efdfe7;
  padding: 0 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-item h3 {
    font-size: 4.2666666667vw;
    width: max-content;
    padding: 0 2.6666666667vw;
    top: -4.8vw;
  }
}

.c-box01__body-item p {
  font-size: 1.8rem;
  font-weight: 500;
  width: 60%;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-item p {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}

.c-box01__body-item-img01 {
  width: 36%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-item-img01 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-box01__body-item:nth-child(3) .c-box01__body-item-img01 {
    width: 66%;
    margin: 0 auto;
  }
}

.c-box01__body-x {
  width: 6.9rem;
  margin: 3.5rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__body-x {
    width: 10.6666666667vw;
    margin: 5.8666666667vw auto 7.4666666667vw;
  }
}

.c-box01__content02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content02 {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 3.2vw;
  }
}

.c-box02__content02-left {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  margin-left: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__content02-left {
    margin: 0 auto;
    column-gap: 1.3333333333vw;
  }
}

.c-box02__content02-left img {
  width: 3.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__content02-left img {
    width: 4.2666666667vw;
  }
}

.c-box02__content02-left p {
  font-size: 7.4rem;
  font-family: "futura-pt", sans-serif;
  color: #9c3a67;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__content02-left p {
    font-size: 8vw;
  }
}

.c-box02__content02-right {
  position: relative;
  width: 56%;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__content02-right {
    width: 100%;
  }
}

.c-box02__content02-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5rem;
}

@media all and (min-width: 64.0625em) {
  .c-box02__content02-right:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box02__content02-right:hover {
    opacity: 0.7;
  }
}
.c-box01__content03 {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content03 {
    margin-top: 10.6666666667vw;
  }
}

.c-box01__content03-link {
  margin-top: 3.4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content03-link {
    margin-top: 2.6666666667vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-box01__content03-link a {
  display: block;
  width: 32%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content03-link a {
    width: 100%;
  }
}

.c-box01__content03-link a.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 64.0625em) {
  .c-box01__content03-link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box01__content03-link a:hover {
    opacity: 0.7;
  }
}
.c-box02__item01 {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item01 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.c-box02__item02 {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item02 {
    margin-top: 5.3333333333vw;
    display: flex;
    flex-direction: column-reverse;
  }
}

.c-box02__item03 {
  position: relative;
  margin-top: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item03 {
    margin-top: 5.3333333333vw;
    flex-direction: column-reverse;
    row-gap: 2.6666666667vw;
  }
}

.c-box02__item-left {
  width: 59.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-left {
    width: 83.7333333333vw;
    margin-left: 5.3333333333vw;
    margin-top: -5.3333333333vw;
  }
}

.c-box02__item-left img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-left img {
    border-radius: 5.3333333333vw;
  }
}

.c-box02__item02 .c-box02__item-left {
  margin-left: auto;
}

.c-box02__item-right {
  max-width: 59.5rem;
  width: 54%;
  min-height: 36rem;
  background: #efdfe7;
  padding: 6rem 2rem;
  border-radius: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right {
    max-width: none;
    width: 83.7333333333vw;
    padding: 5.3333333333vw;
    min-height: 72vw;
  }
}

.c-box02__item-right-wrap {
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right-wrap {
    width: 100%;
  }
}

.c-box02__item-right h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border-radius: 1rem;
  color: #9c3a67;
  padding: 1rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right h3 {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
    border-radius: 1.6vw;
    text-align: center;
  }
}

.c-box02__item-right p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box02__item01 .c-box02__item-right {
  position: absolute;
  right: 0;
  top: -7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item01 .c-box02__item-right {
    position: relative;
    top: auto;
    right: auto;
  }
}

.c-box02__item02 .c-box02__item-right {
  position: absolute;
  left: 0;
  top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item02 .c-box02__item-right {
    position: relative;
    left: auto;
    top: auto;
  }
}

.c-box02__item-right-wrap div {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right-wrap div {
    flex-wrap: wrap;
    row-gap: 4.2666666667vw;
  }
}

.c-box02__item-right-wrap div p {
  width: 58%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right-wrap div p {
    width: 100%;
    letter-spacing: -0.05em;
  }
}

.c-box02__item-right-wrap div span {
  width: 42%;
  height: 16rem;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffff78;
  background: #9c3a67;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-right-wrap div span {
    margin: 0 auto;
    width: 53.3333333333vw;
    height: 14.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
    padding: 2.6666666667vw;
  }
}

.c-box02__item03 .c-box02__item-left {
  width: 41.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item03 .c-box02__item-left {
    width: 50.1333333333vw;
    margin-left: 0;
    margin-top: 0;
  }
}

.c-box02__item-left,
.c-box02__item-right {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

/* 表示用クラス */
.c-box02__item-left.is-show,
.c-box02__item-right.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 右側は少し遅らせる */
.c-box02__item-right {
  transition-delay: 0.3s;
}

.c-box03__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9c3a67;
  border-top-right-radius: 1.4rem;
  border-top-left-radius: 1.4rem;
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__head {
    padding: 2.1333333333vw 2.6666666667vw;
    border-top-right-radius: 3.2vw;
    border-top-left-radius: 3.2vw;
  }
}

.c-box03__head h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffff78;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__head h3 {
    text-align: center;
    font-size: 4.2666666667vw;
  }
}

.c-box03__body {
  background: #efdfe7;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  padding: 2rem 6% 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body {
    border-bottom-left-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}

.c-box03__body02 {
  background: #efdfe7;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  padding: 6rem 6% 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02 {
    border-bottom-left-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}

.c-box03__body03 {
  background: #9c3a67;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  padding: 6rem 6% 6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body03 {
    border-bottom-left-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}

.c-box03__body03-wrap {
  position: relative;
  z-index: 2;
}

.c-box03__content {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__content {
    margin-top: 8vw;
    flex-wrap: wrap;
    row-gap: 9.0666666667vw;
  }
}

.c-box03__item {
  width: 47%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item {
    width: 100%;
  }
}

.c-box03__item-title h4 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item-title h4 {
    font-size: 4.2666666667vw;
  }
}

.c-box03__item a {
  display: block;
  margin-top: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item a {
    margin-top: 2.1333333333vw;
  }
}

.c-box03__item p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box03__item02 {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02 {
    flex-wrap: wrap;
    row-gap: 4vw;
    margin-top: 9.6vw;
  }
}

.c-box03__item02:first-child {
  margin-top: 0;
}

.c-box03__item02-img {
  width: 27%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02-img {
    width: 100%;
  }
}

.c-box03__item02-img img {
  border-radius: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02-img img {
    border-radius: 3.2vw;
  }
}

.c-box03__item02-txt {
  width: 70%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02-txt {
    width: 100%;
  }
}

.c-box03__item02 div.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-box03__item02-txt h4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #9c3a67;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02-txt h4 {
    font-size: 4.2666666667vw;
  }
}

.c-box03__item02-txt p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item02-txt p {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    line-height: 1.8;
  }
}

.c-box03__body02-btn-wrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02-btn-wrap {
    margin-top: 10.6666666667vw;
  }
}

.c-box03__body02-btn-wrap-head {
  background: #ffffb4;
  padding: 0.6rem 2rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02-btn-wrap-head {
    padding: 1.0666666667vw 2.6666666667vw;
    border-radius: 1.6vw;
  }
}

.c-box03__body02-btn-wrap h3 {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #9c3a67;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02-btn-wrap h3 {
    font-size: 4.2666666667vw;
  }
}

.c-box03__body02-btn-wrap h3::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 100%;
  width: 0.2rem;
  height: 2.2rem;
  margin-left: 1rem;
  background: #9c3a67;
  transform: rotate(15deg);
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02-btn-wrap h3::after {
    top: 1.3333333333vw;
    width: 0.5333333333vw;
    height: 4vw;
    margin-left: 0.8vw;
  }
}

.c-box03__body02-btn-wrap h3::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 100%;
  width: 0.2rem;
  height: 2.2rem;
  margin-right: 1.4rem;
  background: #9c3a67;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02-btn-wrap h3::before {
    top: 1.6vw;
    width: 0.5333333333vw;
    height: 4vw;
    margin-right: 1.8666666667vw;
  }
}

.c-box03__body02 .c-btn01 {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__body02 .c-btn01 {
    margin-top: 5.3333333333vw;
  }
}

.c-box03__item03 {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03 {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    flex-direction: column-reverse;
  }
}

.c-box03__item03:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.c-box03__item03 div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.c-box03__item03-img {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03-img {
    width: 100%;
  }
}

.c-box03__item03-txt {
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03-txt {
    width: 100%;
  }
}

.c-box03__item03 div.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-box03__item03-txt h4 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #9c3a67;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03-txt h4 {
    font-size: 4.2666666667vw;
    text-align: center;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 0;
  }
}

.c-box03__item03-txt p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item03-txt p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box03__item03:first-child {
  margin-top: 0;
}

.c-box03__movie {
  display: block;
  width: 45.6rem;
  margin: 0 auto;
  margin-top: 6rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__movie {
    width: 67.7333333333vw;
    margin-top: 9.0666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-box03__movie:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box03__movie:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 64.0625em) {
  .c-box03__item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box03__item a:hover {
    opacity: 0.7;
  }
}
.c-box04 {
  position: relative;
}

.c-box04__content {
  position: relative;
  max-width: 982px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content {
    max-width: none;
    margin: 0 5.3333333333vw;
  }
}

.c-box04__content-head {
  position: relative;
}

.c-box04__content-head .c-txt02 {
  width: fit-content;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-head .c-txt02 {
    margin-top: 2.6666666667vw;
  }
}

.c-box04__content-head .arrow01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-head .arrow01 {
    width: 1.6vw;
  }
}

.c-box04__content-head .arrow01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleY(1);
  transform-origin: bottom;
  /* ←ここ重要（上から消える） */
  transition: transform 1s ease;
}

.c-box04__content-head .arrow01.is-active::after {
  transform: scaleY(0);
}

.c-box04-bg01 {
  position: absolute;
  width: 50rem;
  right: -4rem;
  top: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-bg01 {
    width: 36.8vw;
    right: -6.9333333333vw;
    top: 13.3333333333vw;
  }
}

.c-box04-bg02 {
  position: absolute;
  width: 63.2rem;
  right: -4rem;
  top: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-bg02 {
    width: 46.6666666667vw;
    right: -7.4666666667vw;
    top: 10.6666666667vw;
  }
}

.c-box04-bg03 {
  position: absolute;
  width: 59.2rem;
  left: -24rem;
  top: 54rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-bg03 {
    width: 43.7333333333vw;
    left: -10.6666666667vw;
    top: 77.3333333333vw;
  }
}

.c-box04-img01 {
  position: absolute;
  top: 15rem;
  right: 5rem;
  width: 26.9rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-img01 {
    top: 14.4vw;
    right: 0;
    width: 25.6vw;
  }
}

.c-box04__content-img {
  width: 63.4rem;
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-img {
    width: 72vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box04__content .c-txt02 {
  width: fit-content;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content .c-txt02 {
    margin-top: 4.8vw;
  }
}

.c-box05 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05 {
    column-gap: 4.2666666667vw;
  }
}

.c-box05__item {
  width: 13.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item {
    width: 19.7333333333vw;
  }
}

.c-box05__item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-box06 {
  background: #ffffb4;
  padding: 6rem 6%;
  border-radius: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}

.c-box06__left {
  width: 58%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__left {
    width: 100%;
  }
}

.c-box06__right {
  width: 36%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__right {
    width: 100%;
  }
}

.c-box06__title {
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__title {
    margin-bottom: 3.7333333333vw;
  }
}

.c-box06__title h4 {
  font-size: 2.8rem;
  font-weight: 500;
  background: #ffffff;
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  margin-top: 1rem;
  width: fit-content;
  color: #9c3a67;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__title h4 {
    font-size: 4.2666666667vw;
    padding: 1.6vw 2.1333333333vw;
    border-radius: 1.6vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box06__title h4:first-child {
  margin-top: 0;
}

.c-box07 {
  position: relative;
  display: flex;
  background: #efdfe7;
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07 {
    flex-wrap: wrap;
    border-radius: 3.7333333333vw;
  }
}

.c-box07__left,
.c-box07__right {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__left,
.c-box07__right {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-box07__left {
    height: 65.6vw;
  }
}

.c-box07__left img {
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__left img {
    border-top-left-radius: 3.7333333333vw;
    border-top-right-radius: 3.7333333333vw;
    border-bottom-left-radius: 0;
    object-position: top center;
  }
}

.c-box07__right {
  padding: 4rem 5%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right {
    padding: 5.3333333333vw;
  }
}

.c-box07__right h3 {
  background: #ffff78;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #9c3a67;
  padding: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right h3 {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw;
  }
}

.c-box07__right h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #ffff78;
  border-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right h3::after {
    top: 99%;
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 2.1333333333vw solid #ffff78;
  }
}

.c-box07__right h4 {
  background: #ffffff;
  color: #9c3a67;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 1.6rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right h4 {
    font-size: 3.2vw;
    padding: 1.6vw 1.6vw;
    text-align: center;
    margin-top: 5.3333333333vw;
  }
}

.c-box07__right h5 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right h5 {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.c-box07__right h5 strong {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__right h5 strong {
    font-size: 4.2666666667vw;
  }
}

.c-box07__txt01 {
  margin-top: 2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__txt01 {
    margin-top: 3.7333333333vw;
  }
}

.c-box07__txt01 p {
  margin-top: 2.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4rem;
  position: relative;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__txt01 p {
    font-size: 3.2vw;
    padding-left: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box07__txt01 p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 100%;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__txt01 p::after {
    width: 1.3333333333vw;
  }
}

.c-box07__txt01 p:first-child {
  margin-top: 0;
}

.c-box08__item {
  margin-top: 7rem;
  display: flex;
  column-gap: 5%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item {
    column-gap: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.c-box08__item:first-child {
  margin-top: 0;
}

.c-box08__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11.4rem;
  min-height: 11.4rem;
  width: 11.4rem;
  height: 11.4rem;
  font-size: 5.5rem;
  color: #9c3a67;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #efdfe7;
  border-radius: 100%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item span {
    min-width: 10.4vw;
    width: 10.4vw;
    min-height: 10.4vw;
    height: 10.4vw;
    font-size: 4.8vw;
  }
}

.c-box08__item span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 98%;
  height: 0;
  width: 0rem;
  border-left: 1px dashed #000;
  z-index: -1;
  transition: height 0.8s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item span::after {
    border-left: 0.2666666667vw dashed #000;
  }
}

.c-box08__item:last-child span::after {
  content: none;
}

.c-box08__item.is-active span::after {
  height: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item.is-active span::after {
    height: 58.6666666667vw;
  }
}

.c-box08__item span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  bottom: 100%;
  background-image: url(../../assets/images/common/arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;
  /* 線のあと */
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item span::before {
    width: 2.6666666667vw;
    height: 2.1333333333vw;
  }
}

.c-box08__item.is-active span::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.c-box08__item:first-child span::before {
  content: none;
}

.c-box08__item div h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #9c3a67;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item div h3 {
    font-size: 4.2666666667vw;
  }
}

.c-box08__item div p {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08__item div p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box09 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09 {
    margin-top: 10.6666666667vw;
  }
}

.c-box09:first-child {
  margin-top: 0;
}

.c-box09__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-box09__title h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #ffff78;
  background: #9c3a67;
  padding: 1rem;
  width: 40.8rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__title h3 {
    font-size: 4.2666666667vw;
    width: 43.7333333333vw;
    padding: 2.1333333333vw;
    border-radius: 1.6vw;
  }
}

.c-box09__title .c-btn01 {
  margin: 0;
  width: 25.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__title .c-btn01 {
    width: 32.2666666667vw;
    padding: 2.6666666667vw;
  }
}

.c-box09__slide {
  display: block;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .c-box09__slide:hover .c-box09__slide-img {
    border: 4px solid #9c3a67;
    border-bottom: 0;
  }

  .c-box09__slide:hover .c-box09__slide-img img {
    transform: scale(1.2);
  }
}
@media print {
  .c-box09__slide:hover .c-box09__slide-img {
    border: 4px solid #9c3a67;
    border-bottom: 0;
  }

  .c-box09__slide:hover .c-box09__slide-img img {
    transform: scale(1.2);
  }
}
.c-box09__slide-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-wrap {
    margin-top: 4vw;
  }
}

.swiper02 {
  padding-left: 6%;
}
@media only screen and (max-width: 47.9375em) {
  .swiper02 {
    padding-left: 5.3333333333vw;
  }
}

.c-box09__slide-img {
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-img {
    border-top-right-radius: 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
  }
}

.c-box09__slide-img img {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-img img {
    border-top-right-radius: 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
  }
}

.c-box09__slide-txt {
  background: #9c3a67;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 3rem;
  color: #ffffff;
  min-height: 20rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-txt {
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
    min-height: 34.6666666667vw;
  }
}

.c-box09__slide-txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  color: #9c3a67;
  background: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-txt span {
    font-size: 3.2vw;
    padding: 0.8vw 2.1333333333vw;
    border-radius: 0.8vw;
  }
}

.c-box09__slide-txt p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09__slide-txt p {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
}

.c-img01 {
  position: relative;
}

.c-img01__img01 {
  position: absolute;
  width: 60rem;
  top: 12rem;
  left: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01__img01 {
    width: 58.6666666667vw;
    top: 10.6666666667vw;
    left: 0;
  }
}

.c-img01__img02 {
  position: absolute;
  width: 64rem;
  top: 10rem;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01__img02 {
    width: 58.6666666667vw;
    top: 8vw;
  }
}

.c-img01__img03 {
  position: absolute;
  width: 46rem;
  top: 12rem;
  left: 59rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01__img03 {
    width: 48vw;
    top: 16vw;
    left: 43.7333333333vw;
  }
}

.c-img01__img04 {
  position: absolute;
  width: 46rem;
  top: 19rem;
  left: 59rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01__img04 {
    width: 48vw;
    top: 16vw;
    left: 45.3333333333vw;
  }
}

.c-img01__img05 {
  position: absolute;
  width: 46rem;
  top: 16rem;
  left: 62rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01__img05 {
    width: 48vw;
    top: 16vw;
    left: 50.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    margin-top: 1.6vw;
  }
}

.p-home__mv-txt {
  width: 41.6666666667vw;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    width: 49.0666666667vw;
  }
}

.p-home__mv-img {
  margin-top: -6.5%;
}

.p-home__sec01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec01-wrap {
  position: relative;
}

.p-home__bg01 {
  position: absolute;
  width: 63.2rem;
  top: -3rem;
  left: -19rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg01 {
    width: 46.6666666667vw;
    left: -10.6666666667vw;
    top: 40vw;
  }
}

.p-home__bg02 {
  position: absolute;
  width: 59rem;
  top: 30rem;
  right: -26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg02 {
    width: 43.4666666667vw;
    top: 61.3333333333vw;
    right: -8vw;
  }
}

.p-home__sec01-content {
  position: relative;
  z-index: 1;
}

.p-home__sec01-img01 {
  width: 41.5rem;
  margin: 0 auto;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img01 {
    width: 46.6666666667vw;
    margin-top: 8vw;
  }
}

.p-home__sec01-item01 {
  margin-top: 30rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item01 {
    margin-top: 21.3333333333vw;
  }
}

.p-home__sec01-item01-wrap {
  position: relative;
}

.p-home__sec01-item01-wrap .arrow01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item01-wrap .arrow01 {
    width: 1.6vw;
  }
}

.p-home__sec01-item01-wrap .arrow01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleY(1);
  transform-origin: bottom;
  /* ←ここ重要（上から消える） */
  transition: transform 1s ease;
}

.p-home__sec01-item01-wrap .arrow01.is-active::after {
  transform: scaleY(0);
}

.p-home__sec01-item01 .c-txt02 {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item01 .c-txt02 {
    margin-top: 2.6666666667vw;
  }
}

.p-home__bg03 {
  position: absolute;
  width: 63rem;
  right: -6rem;
  top: -2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg03 {
    width: 46.6666666667vw;
    right: -8vw;
    top: -2.6666666667vw;
  }
}

.p-home__sec01-img02 {
  position: absolute;
  width: 21.4rem;
  right: 8rem;
  top: -13rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-img02 {
    width: 25.3333333333vw;
    right: 0;
    top: 0;
  }
}

.p-home__sec02 {
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec02-wrap {
  position: relative;
}

.p-home__bg09 {
  position: absolute;
  width: 50rem;
  left: -26rem;
  top: 96rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg09 {
    width: 36.8vw;
    left: -18.6666666667vw;
    top: 98.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__bg10 {
    position: absolute;
    width: 46.6666666667vw;
    right: -10.6666666667vw;
    top: 269.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__bg11 {
    position: absolute;
    width: 36.8vw;
    left: -17.6vw;
    top: 177rem;
  }
}

.p-home__sec03 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec03 .c-img01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 .c-img01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec03-wrap {
  position: relative;
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap {
    margin-top: 16vw;
  }
}

.p-home__sec03-wrap-content {
  position: relative;
  max-width: 982px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap-content {
    max-width: none;
    margin: 0 5.3333333333vw;
  }
}

.p-home__sec03-wrap-head {
  position: relative;
}

.p-home__sec03-wrap-head .arrow01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap-head .arrow01 {
    width: 1.6vw;
  }
}

.p-home__sec03-wrap-head .arrow01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleY(1);
  transform-origin: bottom;
  /* ←ここ重要（上から消える） */
  transition: transform 1s ease;
}

.p-home__sec03-wrap-head .arrow01.is-active::after {
  transform: scaleY(0);
}

.p-home__sec03-wrap-img01 {
  position: absolute;
  width: 23.4rem;
  right: 4rem;
  top: -14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap-img01 {
    width: 22.9333333333vw;
    right: 0;
    top: 12.2666666667vw;
  }
}

.p-home__sec03-wrap-img02 {
  width: 56rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap-img02 {
    width: 80vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec03-bg01 {
  position: absolute;
  top: -2rem;
  right: -13rem;
  width: 59rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-bg01 {
    top: 13.3333333333vw;
    right: -8vw;
    width: 43.7333333333vw;
  }
}

.p-home__sec03-bg02 {
  position: absolute;
  top: 47rem;
  left: -20rem;
  width: 50rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-bg02 {
    top: 74.6666666667vw;
    left: -8vw;
    width: 36.8vw;
  }
}

.p-home__sec03-wrap .c-txt02 {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap .c-txt02 {
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec03 .c-box02 {
  margin-top: 22.6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 .c-box02 {
    margin-top: 8vw;
  }
}

.p-home__sec03 .c-box03 {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 .c-box03 {
    margin-top: 11.2vw;
  }
}

.p-home__sec04 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec04 .c-img01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-img01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec04 .c-box04 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-box04 {
    margin-top: 13.3333333333vw;
  }
}

.p-home__sec04 .c-box03 {
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-box03 {
    margin-top: 8vw;
  }
}

.p-home__sec04 .c-box05 {
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-box05 {
    margin-top: 12.8vw;
  }
}

.p-home__sec04 .c-box06 {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-box06 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05 {
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05 .c-img01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-img01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec05 .c-box04 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-box04 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05 .c-box07 {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-box07 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec05 .c-box08 {
  margin-top: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-box08 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05 .c-box03 {
  margin-top: 7rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-box03 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05 .c-box03 .p-home__bg04 {
  position: absolute;
  width: 50rem;
  left: -38rem;
  top: 22rem;
  z-index: -1;
}

.p-home__sec05 .c-box03__body02 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-home__slide01 {
  position: absolute;
  top: 28rem;
  left: 0;
  width: 100%;
  opacity: 0.35;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__slide01 {
    top: 40.5333333333vw;
  }
}

.p-home__sec06 {
  margin-top: 11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec06 .c-img01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 .c-img01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec07 {
  background: #efdfe7;
  padding: 10rem 0 13rem;
  position: relative;
  margin-top: -2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 {
    margin-top: 0;
    padding: 10.6666666667vw 0;
  }
}

.p-home__sec07 .l-container {
  position: relative;
}

.p-home__sec07 .c-box09__wrap {
  margin-top: 11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 .c-box09__wrap {
    margin-top: 9.0666666667vw;
  }
}

.p-home__bg05 {
  position: absolute;
  width: 59rem;
  top: 2rem;
  right: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg05 {
    width: 43.7333333333vw;
    top: 2.6666666667vw;
    right: -8vw;
  }
}

.p-home__bg06 {
  position: absolute;
  width: 50rem;
  bottom: 3rem;
  left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg06 {
    width: 36.8vw;
    left: -8vw;
    bottom: 5.3333333333vw;
  }
}

.p-home__sec08 {
  background: #ffffb4;
  padding: 14rem 0 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 {
    padding: 10.6666666667vw 0 26.6666666667vw;
  }
}

.p-home__sec08-wrap {
  position: relative;
}

.p-home__sec08-content {
  position: relative;
  z-index: 1;
}

.p-home__sec08 .c-title06-wrap {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 .c-title06-wrap {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec08-img01 {
  width: 57.6rem;
  margin: 0 auto;
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-img01 {
    width: 66.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.p-home__bg07 {
  position: absolute;
  width: 59rem;
  right: -11rem;
  top: -10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg07 {
    width: 43.4666666667vw;
    right: -6.9333333333vw;
    top: -8vw;
  }
}

.p-home__bg08 {
  position: absolute;
  width: 73.2rem;
  left: -18rem;
  top: 38rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__bg08 {
    width: 46.6666666667vw;
    left: -8vw;
    top: 45.3333333333vw;
  }
}

.p-home__sec09-banner {
  display: block;
  position: relative;
  margin-top: -24rem;
  overflow: hidden;
  border-radius: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-banner {
    margin-top: -18.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.p-home__sec09-banner .p-home__sec09-banner-img {
  transition: 0.5s;
}

.p-home__sec09-banner-txt {
  position: absolute;
  top: 6%;
  left: 3%;
  width: 80%;
}

.p-home__sec09-banner .c-btn01 {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background: #ffff78;
  width: 29.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-banner .c-btn01 {
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 38.4vw;
    padding: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__sec09-banner:hover .p-home__sec09-banner-img {
    transform: scale(1.1);
  }

  .p-home__sec09-banner .c-btn01:hover {
    opacity: 1;
  }
}
@media print {
  .p-home__sec09-banner:hover .p-home__sec09-banner-img {
    transform: scale(1.1);
  }

  .p-home__sec09-banner .c-btn01:hover {
    opacity: 1;
  }
}
.p-home__sec05 .l-container {
  position: relative;
}

.p-home__sec05-bg01,
.p-home__sec05-bg02,
.p-home__sec05-bg03 {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-bg01 {
    width: 36.8vw;
    left: -10.6666666667vw;
    top: 456vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-bg02 {
    width: 46.6666666667vw;
    right: -10.6666666667vw;
    top: 722.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-bg03 {
    width: 36.8vw;
    left: -24vw;
    top: 342rem;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */