@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@font-face {
  font-family: "CAKELAN";
  src: url("../fonts/CAKELAN.woff") format("woff"), url("../fonts/CAKELAN.ttf") format("truetype"), url("../fonts/CAKELAN.otf") format("opentype");
  font-display: swap;
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  word-break: break-all;
  font-size: 13.3333333333px;
}
@media (max-width: 500px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Kaisei Tokumin", serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}

@media (max-width: 1129px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1130px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

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

.fixed-circle-area {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1130px) {
  .fixed-circle-area {
    right: calc(50% - 475px);
    transform: translateX(50%);
  }
}
.fixed-circle-area.is-show {
  opacity: 1;
  visibility: visible;
}

#container {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  background: #fff;
  position: relative;
  z-index: 10;
}

main {
  position: relative;
}

.fix-movie {
  width: 100%;
  max-width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fix-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  position: relative;
}

.inner {
  width: 33.5rem;
  margin: 0 auto;
  position: relative;
}

.all_svg {
  display: none;
}

.u-font-cakelan {
  font-family: "CAKELAN", sans-serif;
}

.u-color-pink {
  color: #ff87a5;
}

.l-header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-inline: 20px 30px;
  letter-spacing: 0;
}
.l-header.is-change::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  mix-blend-mode: difference;
  transition: all 0.5s ease;
  z-index: -1;
}
.l-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
  transition: opacity 0.4s ease;
}
.l-header__logo h1 {
  width: 120px;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header .l-header-hb {
  width: 50px;
  height: 100%;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.l-header .l-header-hb__inner {
  width: 50px;
  height: 22px;
  position: relative;
}
.l-header .l-header-hb__inner span {
  width: 100%;
  height: 3px;
  background: #32c0ff;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.l-header .l-header-hb__inner span:nth-of-type(1) {
  top: 0;
}
.l-header .l-header-hb__inner span:nth-of-type(2) {
  top: 9.5px;
}
.l-header .l-header-hb__inner span:nth-of-type(3) {
  top: 19px;
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(1) {
  top: 9.5px;
  transform: rotate(22deg);
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header-hb.is-active .l-header-hb__inner span:nth-of-type(3) {
  top: 9.5px;
  transform: rotate(-22deg);
}
.l-header__nav {
  width: 100%;
  max-width: 500px;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.4s ease;
  padding-block: 80px 2rem;
  overflow: auto;
  overscroll-behavior: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.l-header__nav::-webkit-scrollbar {
  display: none;
}
.l-header__nav.is-active {
  top: 0;
}
.l-header__nav .l-header-nav-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__nav .l-header-nav-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-header__nav .l-header-nav-inner {
  width: 100%;
  min-height: calc(100% + 0.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  position: relative;
  z-index: 10;
}
.l-header__nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-header__nav ul li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding: 1.3rem 2.8rem;
}
.l-header__nav ul li a span {
  font-size: 1.8rem;
  color: #ff87a5;
  display: inline-block;
  margin-right: 1rem;
  font-family: "CAKELAN", sans-serif;
}
.l-header__nav-contact {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-inline: 3rem;
}

/* footer */
.l-footer {
  background: #fff;
  padding-block: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__logo {
  width: 13.5rem;
}
.l-footer p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title h2 .u-font-cakelan {
  font-size: 3.6rem;
  line-height: 1.2222222222;
}

/* fv */
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.mv__title {
  text-align: center;
}
.mv__title h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #9664aa;
  font-weight: bold;
}
.mv__title h2 span {
  font-size: 2.1rem;
}
.mv__items {
  display: flex;
  justify-content: center;
  column-gap: 0.8rem;
  margin-top: 1rem;
}
.mv__item {
  width: 7.5rem;
  height: 7.5rem;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
.mv__item p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.mv__item:nth-of-type(1) {
  background: #ffa0c8;
}
.mv__item:nth-of-type(2) {
  background: #e4a8ca;
}
.mv__item:nth-of-type(3) {
  background: #a0ebff;
}
.mv__anno {
  text-align: center;
  margin-top: 0.8rem;
}
.mv__anno p {
  font-size: 1.35rem;
  color: #9664aa;
  font-weight: bold;
}
.mv__explanation {
  width: 100%;
  height: 8rem;
  display: grid;
  place-content: center;
  background: #ff87a5;
  text-align: center;
  color: #fff;
  margin-top: 1.4rem;
}
.mv__explanation p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "DotGothic16", sans-serif;
  letter-spacing: 0.2em;
}

.contact-form {
  letter-spacing: 0.1em;
}
.contact-form__items {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.contact-form__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.contact-form__item dt span {
  color: #a80c0c;
}
.contact-form__item dd input,
.contact-form__item dd textarea {
  width: 100%;
  height: 4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  padding-inline: 1.6rem;
  color: #333;
}
.contact-form__item dd textarea {
  height: 29rem;
  padding: 1rem 1.6rem;
}
.contact-form__item dd .error {
  color: #a80c0c;
  font-size: 1.2rem;
  display: none;
}
.contact-form__item.is-error dd .error {
  display: block;
}
.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  column-gap: 1rem;
}
.contact-form__submit .submit-button button {
  width: 20rem;
  height: 4.5rem;
  border: 0.1rem solid #333;
  border-radius: 3rem;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Yusei Magic", sans-serif;
}
.contact-form__submit .submit-button button[type=button] {
  width: 10rem;
}
@media (any-hover: hover) {
  .contact-form__submit .submit-button button:hover {
    background: #333;
    color: #fff;
  }
}

/* button */
.c-button {
  width: 30rem;
  height: 4.5rem;
  border-radius: 3rem;
  background: #fff;
  color: #333;
  border: 0.2rem solid #333;
  display: grid;
  place-content: center;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Yusei Magic", sans-serif;
}
@media (any-hover: hover) {
  .c-button:hover {
    background: #333;
    color: #fff;
  }
}

.c-button-back {
  width: 20rem;
  height: 4.8rem;
  border: 0.1rem solid #333;
  border-radius: 3rem;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .c-button-back:hover {
    background: #333;
    color: #fff;
  }
}

.c-circle-button {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #ff87a5;
  border: 0.2rem solid #ff87a5;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (any-hover: hover) {
  .c-circle-button:hover {
    background: #fff;
    color: #ff87a5;
  }
}
.c-circle-button[data-mod=fixed] {
  width: 12rem;
  height: 12rem;
}

.c-pc-bg {
  width: 100%;
  height: 100dvh;
  background: #fee;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 3rem;
}
.c-pc-bg__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-pc-bg__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pc-bg__contents {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.c-pc-bg__contents .inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-end;
}
.c-pc-bg__nav ul {
  display: flex;
  flex-direction: column;
}
.c-pc-bg__nav ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding: 13px 20px;
}
.c-pc-bg__nav ul li a span {
  font-size: 18px;
  color: #ff87a5;
  display: inline-block;
  margin-right: 10px;
  font-family: "CAKELAN", sans-serif;
}

#top .worries {
  padding-top: 6.6rem;
  position: relative;
  background: #fff;
}
#top .worries__deco-bg {
  width: 9.9rem;
  position: absolute;
  top: 0;
  right: 0;
}
#top .worries__contents {
  margin-top: 4rem;
}
#top .worries__list {
  position: relative;
}
#top .worries__list ul {
  width: 27rem;
  border-top: 0.1rem solid #ff46b4;
}
#top .worries__list ul li {
  height: 7.5rem;
  padding-left: 2.6rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #ff46b4;
  color: #ff87a5;
  font-family: "DotGothic16", sans-serif;
}
#top .worries__character {
  width: 11.15rem;
  position: absolute;
  top: -1.2rem;
  right: 3.7rem;
}
#top .worries__text {
  text-align: center;
  margin-top: 3.2rem;
}
#top .worries__text p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ff87a5;
}
#top .plan {
  height: 81rem;
  background-image: url(../img/plan-bg.png);
  background-image: url(../img/plan-bg.webp);
  background-size: cover;
  padding-top: 14.6rem;
  color: #fff;
}
#top .plan__contents {
  margin-top: 4.4rem;
}
#top .plan__text {
  display: flex;
  justify-content: center;
}
#top .plan__text p {
  width: 8.6rem;
}
#top .plan__items {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
}
#top .plan__item {
  width: 30rem;
  height: 5.25rem;
  background: #fff;
  color: #ff87a5;
  border-radius: 3rem;
  border: 0.23rem solid #ffa0c8;
  display: grid;
  place-content: center;
}
#top .plan__item p {
  font-family: "DotGothic16", sans-serif;
}
#top .correspondence {
  padding-top: 5rem;
  background: #fff;
}
#top .correspondence__contents {
  margin-top: 4.8rem;
}
#top .correspondence__items {
  display: grid;
  grid-template-columns: repeat(2, 16.6rem);
  justify-content: center;
  row-gap: 3.2rem;
}
#top .correspondence .correspondence-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .correspondence .correspondence-item__image {
  width: 13rem;
}
#top .correspondence .correspondence-item__name {
  text-align: center;
}
#top .correspondence .correspondence-item__name p {
  font-family: "Yusei Magic", sans-serif;
}
#top .correspondence__text {
  text-align: center;
  margin-top: 4rem;
}
#top .correspondence__text p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ff87a5;
}
#top .correspondence__anno {
  margin-top: 1rem;
  text-align: center;
}
#top .correspondence__anno p {
  font-size: 1.2rem;
  line-height: 2.25;
}
#top .please {
  padding-top: 6rem;
  background: #fff;
}
#top .please__contents {
  margin-top: 1rem;
}
#top .please .please-item {
  position: relative;
}
#top .please .please-item__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6.5rem;
  padding-left: 2.4rem;
}
#top .please .please-item__name-en {
  height: 1.94rem;
}
#top .please .please-item__name-en img {
  width: auto;
  height: 100%;
}
#top .please .please-item__name-ja p {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
  font-family: "Yusei Magic", sans-serif;
}
#top .please .please-item:nth-of-type(1) .please-item__contents {
  padding-top: 9.5rem;
}
#top .please .please-item:nth-of-type(2) {
  margin-top: -5.3rem;
}
#top .please .please-item:nth-of-type(2) .please-item__contents {
  padding-top: 7.5rem;
}
#top .please .please-item:nth-of-type(3) {
  margin-top: -6.9rem;
}
#top .please .please-item:nth-of-type(3) .please-item__contents {
  padding-top: 9rem;
}
#top .please .please-item:nth-of-type(4) {
  margin-top: -6.1rem;
}
#top .please .please-item:nth-of-type(4) .please-item__contents {
  padding-top: 8.5rem;
}
#top .please__anno {
  margin-top: 3rem;
  text-align: center;
}
#top .please__anno p {
  font-size: 1.2rem;
  line-height: 2.25;
}
#top .achievements {
  padding-top: 6.4rem;
  padding-bottom: 7rem;
  background: #fff;
}
#top .achievements__contents {
  margin-top: 2.4rem;
}
#top .achievements__list {
  position: relative;
}
#top .achievements__list ul li {
  padding-block: 2.2rem;
  padding-left: 2.8rem;
  transform: skewY(-5.4deg);
}
#top .achievements__list ul li p {
  line-height: 1;
  font-family: "DotGothic16", sans-serif;
  letter-spacing: 0.1em;
}
#top .achievements__list ul li:nth-of-type(1) {
  background: #ffa0c8;
}
#top .achievements__list ul li:nth-of-type(2) {
  background: #edccff;
  margin-top: -0.1rem;
}
#top .achievements__list ul li:nth-of-type(3) {
  margin-top: -0.1rem;
  background: #a0ebff;
}
#top .achievements__character {
  width: 17.5rem;
  position: absolute;
  top: 3.4rem;
  right: 0;
}
#top .achievements__anno {
  margin-left: 3.8rem;
  margin-top: 2.6rem;
}
#top .achievements__anno p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-indent: -1em;
}
#top .real-event {
  height: 99.3rem;
  background-image: url(../img/real-event-bg.png);
  background-image: url(../img/real-event-bg.webp);
  background-size: cover;
  padding-top: 10rem;
  color: #fff;
}
#top .real-event__image {
  margin-top: 3.2rem;
}
#top .real-event__contents {
  margin-top: 5.4rem;
  color: #333;
  text-align: center;
}
#top .real-event__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 3.2rem 2.8rem;
  row-gap: 8.8rem;
  position: relative;
}
#top .real-event__items::before, #top .real-event__items::after {
  content: "";
  width: 7.4rem;
  height: 0.225rem;
  background: #ff87a5;
  position: absolute;
  top: 50%;
  left: 50%;
}
#top .real-event__items::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#top .real-event__items::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#top .real-event__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
#top .real-event__item p {
  font-family: "Yusei Magic", sans-serif;
}
#top .real-event__item p:has(img) {
  height: 3.44rem;
}
#top .real-event__item p:has(img) img {
  width: auto;
  height: 100%;
}
#top .real-event__anno {
  margin-top: 3.2rem;
  width: 33rem;
  height: 5.2rem;
  background: #fff;
  border-radius: 3rem;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
#top .real-event__anno p {
  letter-spacing: 0.1em;
}
#top .recommendation {
  padding-top: 9rem;
  padding-bottom: 7.4rem;
  background: #fff;
}
#top .recommendation__contents {
  margin-top: 3rem;
  padding-right: 0.6rem;
}
#top .recommendation__info {
  margin-top: 6.2rem;
  padding-inline: 3rem;
}
#top .recommendation__info dl {
  display: flex;
  padding-block: 1rem;
  border-bottom: 0.1rem solid #231815;
}
#top .recommendation__info dl dt {
  width: 7rem;
}
#top .recommendation__info dl dt p {
  width: 4.8rem;
  text-align: justify;
  text-align-last: justify;
}
#top .recommendation__info dl dd {
  flex: 1;
}

.contact__head {
  text-align: center;
  padding-block: 4.8rem 5rem;
  background-image: url(../img/contact-head-bg.jpg);
  background-image: url(../img/contact-head-bg.webp);
  background-size: cover;
  color: #fff;
}
.contact__text {
  margin-top: 1.4rem;
}
.contact__text p {
  font-size: 1.2rem;
  line-height: 2.25;
  color: #333;
}
.contact__link {
  margin-top: 3.6rem;
  display: flex;
  justify-content: center;
}
.contact__top-back {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.contact__contents {
  padding-block: 3rem 2rem;
  background: #fff;
}

#contact-thanks .contact {
  padding-block: 0 6rem;
}
#contact-thanks .contact__head {
  padding-top: 10rem;
}
#contact-thanks .contact__text {
  text-align: justify;
  margin-top: 3rem;
}
#contact-thanks .contact__text p {
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */