@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.c-form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

/* Font-Family
================= */
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Inner
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: max(4.2666666667vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(1.6666666667vw, 10px);
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: #000;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

.l-footer {
  background: #fff;
  padding: 2.1875rem 0 calc(2.1875rem + 60px);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 2.1875rem;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.l-footer__contact {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__contact p + p {
  margin-top: 0.2em;
}
.l-footer__contact .l-footer__tel {
  pointer-events: auto;
}

.l-footer__banner {
  max-width: 300px;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-footer__logo {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 96px;
  width: 6rem;
  margin-inline: auto;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.l-footer__teiju-logo {
  width: 144.599px;
  width: 9.03745rem;
  height: auto;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1010px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-wrapper {
  width: 100%;
  background: #ef9295;
}

.l-center {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-center {
    max-width: 375px;
  }
}

.l-side {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-side {
    display: block;
    position: fixed;
    top: 0;
    width: calc(50vw - 187.5px);
    height: 100vh;
    overflow: hidden;
    background-color: #fff000;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .l-side--left {
    left: 0;
    background-image: url(../images/side-img_left.png);
    background-position: right center;
  }
  .l-side__content {
    position: absolute;
    right: 4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3125rem;
    width: 20.74338125rem;
    max-width: calc(50vw - 187.5px - 4.375rem);
    padding-left: 0.625rem;
  }
  .l-side__logo {
    width: 100%;
  }
  .l-side__entry {
    display: block;
    width: 16.25rem;
    max-width: 100%;
  }
  .l-side__entry img {
    width: 100%;
    height: auto;
  }
  .l-side--right {
    right: 0;
    background-image: url(../images/side-img_right.png);
    background-position: left center;
  }
}
.p-section--access {
  padding-block: 38px 25px;
  padding-block: 2.375rem 1.5625rem;
}

.p-access__heading {
  margin: 0;
  text-align: center;
}
.p-access__heading img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.p-access__map {
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 326/118;
  background-color: rgba(255, 255, 255, .15);
}
.p-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-access__address {
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-style: normal;
  color: #fff;
}
.p-access__venue, .p-access__hall {
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: 700;
  line-height: 1.22165926;
}
.p-access__postal {
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.54103333;
}

.p-section--banner {
  padding: 42px 0 40px;
  padding: 2.625rem 0 2.5rem;
  background: #fef9d7;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-banner__group + .p-banner__group {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d4397;
  letter-spacing: 0.11em;
  line-height: 1.3;
}
.p-banner__title::before, .p-banner__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 4px;
  min-width: 0.25rem;
  height: 1px;
  background: currentColor;
}
.p-banner__title-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
}
.p-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
.p-banner__link {
  display: block;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-banner__link:hover {
  opacity: 0.8;
}
.p-banner__link:focus-visible {
  outline: 2px solid #4d4397;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}
.p-banner__link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-section--booth {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-booth__card {
  position: relative;
  padding: 23px 27px 20px;
  padding: 1.4375rem 1.6875rem 1.25rem;
  background-color: #fff;
  border-radius: 1rem;
}
.p-booth__card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon-booth.svg) no-repeat center/contain;
  z-index: 1;
}
.p-booth__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-booth__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-booth__label {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-booth__label img {
  display: block;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  height: auto;
  margin-inline: auto;
}
.p-booth__lead {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.15326154;
  letter-spacing: 0.02em;
  color: #a76f47;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-booth__heading {
  margin: 0;
}
.p-booth__heading img {
  display: block;
  height: 22.915px;
  height: 1.4321875rem;
  width: auto;
}
.p-booth__lead + .p-booth__heading {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-booth__sub {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.15326154;
  color: #a76f47;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-booth__block + .p-booth__rule {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-booth__rule {
  margin: 0 4px;
  margin: 0 0.25rem;
  border: 0;
  border-top: 1px solid #a76f47;
}
.p-booth__rule + .p-booth__block {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-booth__tags {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2077;
  color: #a76f47;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-section--company {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-company__heading {
  text-align: center;
}
.p-company__body {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
}
.p-company__imagemap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 263px;
  max-width: 16.4375rem;
  line-height: 0;
}
.p-company__imagemap > img {
  width: 100%;
  height: auto;
}
.p-company__map {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-company__map-hit {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}
.p-company__map-hit:focus-visible {
  outline: 2px solid #fff;
  outline: 0.125rem solid #fff;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
.p-company__map-hit:nth-child(1) {
  inset: 0.4505% 37.3814% 91.2162% 6.2619%;
}
.p-company__map-hit:nth-child(2) {
  inset: 11.9369% 40.0379% 79.6171% 5.1233%;
}
.p-company__map-hit:nth-child(3) {
  inset: 23.3108% 45.7306% 68.2432% 6.8311%;
}
.p-company__map-hit:nth-child(4) {
  inset: 35.8108% 8.3491% 56.4189% 6.6414%;
}
.p-company__map-hit:nth-child(5) {
  inset: 52.5901% 40.2279% 44.1441% 6.4497%;
}
.p-company__map-hit:nth-child(6) {
  inset: 56.8694% 10.0607% 39.5261% 6.2619%;
}
.p-company__map-hit:nth-child(7) {
  inset: 61.4865% 51.0427% 35.1351% 6.4497%;
}
.p-company__map-hit:nth-child(8) {
  inset: 69.0315% 41.556% 23.3108% 7.7799%;
}
.p-company__map-hit:nth-child(9) {
  inset: 79.5045% 44.5911% 11.4865% 7.0209%;
}
.p-company__map-hit:nth-child(10) {
  inset: 91.7793% 0.9488% 0.3378% 6.8311%;
}

.p-section--entry {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 50px 0;
  padding: 3.125rem 0;
  background-color: #ffffbf;
}

.p-entry__heading {
  margin: 0;
  text-align: center;
}
.p-entry__heading img {
  display: block;
  width: 100%;
  max-width: 193.262px;
  max-width: 12.07891875rem;
  height: auto;
  margin-inline: auto;
}
.p-entry__body {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.p-entry__action {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}
.p-entry__action a {
  display: inline-block;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-entry__action a:hover {
  opacity: 0.8;
}

.p-section--event {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.p-event__slider-wrap {
  position: relative;
  margin-top: 18px;
  margin-top: 1.125rem;
  overflow: hidden;
  margin-right: -25px;
  margin-right: -1.5625rem;
}
.p-event .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-event__slide {
  height: auto;
}
.p-event__slide figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-event__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__content {
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: center;
}

.p-section--info {
  padding-top: 26px;
  padding-top: 1.625rem;
}

.p-info__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  gap: 1.1875rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-info__btn {
  display: block;
  width: 100%;
}
.p-info__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.p-info__date {
  margin: 0;
  width: 100%;
  max-width: 290px;
}
.p-info__date img {
  width: 100%;
  height: auto;
  display: block;
}
.p-info__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1.6;
  letter-spacing: 0.045em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-fixed-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 360px;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-fixed-entry a {
  display: block;
}
.p-fixed-entry a img {
  width: 100%;
  height: auto;
  display: block;
}
/*
@media screen and (min-width: 768px) {
  .p-fixed-entry {
    display: none;
  }
}
*/

.p-section--join {
  margin-top: 29px;
  margin-top: 1.8125rem;
  background-color: #ffffbf;
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-join {
  margin-inline: auto;
}
.p-join__heading {
  margin: 0;
  text-align: center;
}
.p-join__body {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-join__block + .p-join__block {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
.p-join__imagemap {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}
.p-join__hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-join__map-hit {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}
.p-join__map-hit:focus-visible {
  outline: 2px solid #fff;
  outline: 0.125rem solid #fff;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(1) {
  inset: 43.8596% 69.3252% 35.9649% 6.4417%;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(2) {
  inset: 67.5439% 69.1718% 13.5965% 6.5945%;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(3) {
  inset: 46.4912% 41.2577% 36.8421% 35.8896%;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(4) {
  inset: 69.7368% 41.5644% 14.0351% 36.5031%;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(5) {
  inset: 46.0526% 7.362% 36.4035% 64.4172%;
}
.p-join__imagemap--izumo .p-join__map-hit:nth-child(6) {
  inset: 68.8596% 12.8834% 16.1404% 64.2638%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(1) {
  inset: 36.3322% 70.3988% 50.8651% 7.0552%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(2) {
  inset: 54.3253% 69.7853% 32.526% 7.2074%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(3) {
  inset: 72.3183% 69.9387% 15.2249% 7.0552%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(4) {
  inset: 35.6391% 41.5644% 51.211% 35.2761%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(5) {
  inset: 54.6713% 41.7178% 32.1799% 35.2761%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(6) {
  inset: 71.9723% 41.2577% 15.2249% 34.9693%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(7) {
  inset: 37.7163% 12.7301% 50.519% 64.7239%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(8) {
  inset: 55.0173% 7.2086% 32.872% 64.1104%;
}
.p-join__imagemap--iwami .p-join__map-hit:nth-child(9) {
  inset: 71.2803% 13.0368% 15.2249% 64.4172%;
}
.p-join__imagemap--oki .p-join__map-hit:nth-child(1) {
  inset: 45.8515% 61.0429% 37.9913% 16.1043%;
}
.p-join__imagemap--oki .p-join__map-hit:nth-child(2) {
  inset: 67.6856% 55.6748% 14.8472% 15.9509%;
}
.p-join__imagemap--oki .p-join__map-hit:nth-child(3) {
  inset: 45.8515% 27.3926% 37.1179% 50%;
}


@-webkit-keyframes p-mv-lead-before-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
  58% {
    opacity: 1;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  76% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  92% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes p-mv-lead-before-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
  58% {
    opacity: 1;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  76% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  92% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-mv__lead {
  position: relative;
}
.p-mv__lead img {
  width: 190.103px;
  width: 11.881475rem;
  margin-inline: auto;
}
.p-mv__lead::before {
  content: "";
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 50px;
  left: 2rem;
  width: 68.638px;
  width: 4.289925rem;
  height: 29.969px;
  height: 1.87306875rem;
  background: url(../images/mv-lead--anime.png) no-repeat center/contain;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation:
    p-mv-lead-before-pop 0.72s cubic-bezier(0.33, 1, 0.68, 1) both,
    p-mv-lead-before-float 3s ease-in-out 0.72s infinite;
          animation:
    p-mv-lead-before-pop 0.72s cubic-bezier(0.33, 1, 0.68, 1) both,
    p-mv-lead-before-float 3s ease-in-out 0.72s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-mv__lead::before {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* ポップ後にゆらゆら */
@-webkit-keyframes p-mv-lead-before-float {
  0%   { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
  25%  { -webkit-transform: translateY(-6px) rotate(2deg); transform: translateY(-6px) rotate(2deg); }
  50%  { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
  75%  { -webkit-transform: translateY(5px) rotate(-2deg); transform: translateY(5px) rotate(-2deg); }
  100% { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
}
@keyframes p-mv-lead-before-float {
  0%   { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
  25%  { -webkit-transform: translateY(-6px) rotate(2deg); transform: translateY(-6px) rotate(2deg); }
  50%  { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
  75%  { -webkit-transform: translateY(5px) rotate(-2deg); transform: translateY(5px) rotate(-2deg); }
  100% { -webkit-transform: translateY(0) rotate(0deg);   transform: translateY(0) rotate(0deg); }
}
.p-mv__logo {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-mv__about {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-mv__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.37829231;
  text-align: center;
  font-weight: 700;
  color: #4d4397;
}
.p-mv__date {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-present {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-present__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-present__mission-lead {
  position: relative;
  width: 320px;
  width: 20rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-inline: auto;
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: bold;
  line-height: 1.36428148;
  text-align: center;
  color: #e4007f;
}
.p-present__mission-lead::before, .p-present__mission-lead::after {
  content: "";
  position: absolute;
  bottom: -3px;
  bottom: -0.1875rem;
  width: 1.5px;
  height: 25px;
  height: 1.5625rem;
  background-color: #e4007f;
}
.p-present__mission-lead::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-present__mission-lead::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-present__mission-box {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 1em 2em;
  background-color: #fffbd0;
  border-radius: 12px;
}
.p-present__mission-list {
  margin: 0;
}
.p-present__mission-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #004097;
}
.p-present__mission-title:nth-child(n+2) {
  margin-top: 1em;
}
.p-present__mission-title::before, .p-present__mission-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #004097;
}
.p-present__mission-title + .p-present__mission-title {
  margin-top: 20px;
}
.p-present__mission-text {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #e4007f;
}
.p-present__note {
  margin-top: 1em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  color: #4d4d4d;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */
