@charset "UTF-8";
/* Dela Gothic One */
@font-face {
  font-display: swap;
  font-family: "Dela Gothic One";
  src: url("../../assets/fonts/DelaGothicOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Rounded Mplus 1c */
@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  src: url("../../assets/fonts/MPLUSRounded1c-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  src: url("../../assets/fonts/MPLUSRounded1c-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  src: url("../../assets/fonts/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  src: url("../../assets/fonts/MPLUSRounded1c-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Noto Sans JP */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Mplus 1p */
@font-face {
  font-display: swap;
  font-family: "M PLUS 1p";
  src: url("../../assets/fonts/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* フォント変数指定 */
/* SPファースト */
html {
  font-size: 16px;
}
@media (max-width: 414px) {
  html {
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2158054711vw;
  }
}
@media (min-width: 1316px) {
  html {
    font-size: 16px;
  }
}

/* フォントウェイトとフォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4f1e00;
  line-height: 1;
}

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

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */
.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */
/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */
iframe {
  border: none;
}

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

ul,
ol {
  padding: 0;
}

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

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

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

article > * + * {
  margin-top: 1em;
}

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

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 85.375rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.about {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .about__inner {
    padding-inline: 1.5625rem;
    max-width: 85.375rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about__section-title {
  max-width: 21.3125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .about__section-title {
    max-width: 45.3125rem;
    margin-top: 6.25rem;
  }
}

.about__container {
  margin-top: 2.1875rem;
  background-color: #ffffff;
  border-top: 0.25rem solid #138b3b;
  border-bottom: 0.25rem solid #138b3b;
}
@media screen and (min-width: 768px) {
  .about__container {
    margin-top: 3.75rem;
    border: 0.5rem solid #138b3b;
    border-radius: 1.875rem;
  }
}

.about__wrapper-01 {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  max-width: 34.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__wrapper-01 {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    max-width: none;
  }
}

.about__wrapper-02 {
  padding: 1.25rem;
  background-color: #ffb727;
  border-top: 0.25rem solid #138b3b;
  border-bottom: 0.25rem solid #138b3b;
}
@media screen and (min-width: 768px) {
  .about__wrapper-02 {
    border-top: 0.5rem solid #138b3b;
    border-bottom: 0.5rem solid #138b3b;
  }
}

.about__wrapper-03 {
  padding-top: 3.125rem;
  padding-bottom: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .about__wrapper-03 {
    padding-top: 9.375rem;
    padding-bottom: 4.375rem;
    padding-inline: 4.6875rem;
  }
}

.about__intro-text {
  font-size: 0.9375rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f1e00;
  line-height: 1.5;
  width: 87%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__intro-text {
    font-size: 1.5rem;
    width: 76%;
  }
}

.about__top-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4375rem;
  width: 100%;
  max-width: 18.6875rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .about__top-items {
    flex-direction: row;
    gap: 3.125rem;
    max-width: 53.625rem;
  }
}

.about__top-item-product {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f1e00;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about__top-item-product {
    font-size: 2rem;
    margin-top: 1.25rem;
  }
}

.about__top-item-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about__top-item-category-wrapper {
    margin-top: 1.25rem;
  }
}

.about__top-item-category {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #231815;
  background-color: #ffffff;
  border: 1px solid #231815;
  padding: 0.625rem 0.3125rem;
  max-width: 8.75rem;
  width: 100%;
  text-align: center;
}
.about__top-item-age {
  font-size: 1rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  background-color: #ff6f29;
  padding: 0.75rem 0.3125rem;
  border-radius: 100vh;
  max-width: 6.25rem;
  width: 100%;
  text-align: center;
}
.about__effect {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__effect {
    margin-top: 1.875rem;
  }
}

.about__effect-heading {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  line-height: 1.4375;
  text-shadow: 0.0625rem 0.0625rem 0 #138b3b, -0.0625rem -0.0625rem 0 #138b3b, -0.0625rem 0.0625rem 0 #138b3b, 0.0625rem -0.0625rem 0 #138b3b, 0px 0.0625rem 0 #138b3b, 0.0625rem 0px 0 #138b3b, 0px -0.0625rem 0 #138b3b, -0.0625rem 0px 0 #138b3b, 0.125rem 0.125rem 0 #138b3b, -0.125rem -0.125rem 0 #138b3b, -0.125rem 0.125rem 0 #138b3b, 0.125rem -0.125rem 0 #138b3b, 0px 0.125rem 0 #138b3b, 0.125rem 0px 0 #138b3b, 0px -0.125rem 0 #138b3b, -0.125rem 0px 0 #138b3b, 0.0625rem 0.125rem 0 #138b3b, -0.0625rem -0.125rem 0 #138b3b, -0.0625rem 0.125rem 0 #138b3b, 0.0625rem -0.125rem 0 #138b3b, 0.125rem 0.0625rem 0 #138b3b, -0.125rem -0.0625rem 0 #138b3b, -0.125rem 0.0625rem 0 #138b3b, 0.125rem -0.0625rem 0 #138b3b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__effect-heading {
    font-size: 3rem;
    text-shadow: 0.125rem 0.125rem 0 #138b3b, -0.125rem -0.125rem 0 #138b3b, -0.125rem 0.125rem 0 #138b3b, 0.125rem -0.125rem 0 #138b3b, 0px 0.125rem 0 #138b3b, 0.125rem 0px 0 #138b3b, 0px -0.125rem 0 #138b3b, -0.125rem 0px 0 #138b3b, 0.25rem 0.25rem 0 #138b3b, -0.25rem -0.25rem 0 #138b3b, -0.25rem 0.25rem 0 #138b3b, 0.25rem -0.25rem 0 #138b3b, 0px 0.25rem 0 #138b3b, 0.25rem 0px 0 #138b3b, 0px -0.25rem 0 #138b3b, -0.25rem 0px 0 #138b3b, 0.125rem 0.25rem 0 #138b3b, -0.125rem -0.25rem 0 #138b3b, -0.125rem 0.25rem 0 #138b3b, 0.125rem -0.25rem 0 #138b3b, 0.25rem 0.125rem 0 #138b3b, -0.25rem -0.125rem 0 #138b3b, -0.25rem 0.125rem 0 #138b3b, 0.25rem -0.125rem 0 #138b3b;
  }
}

.about__effect-text {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  line-height: 1.4666666667;
  background-color: #138b3b;
  border-radius: 100vh;
  padding: 1.1875rem 0;
  margin-top: -1.375rem;
  max-width: 25.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__effect-text {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 2.03125rem 0;
    margin-top: -2.0625rem;
    max-width: 53.9375rem;
  }
}

.about__icon {
  margin: 2.3125rem auto 0;
  width: 100%;
  max-width: 22.59375rem;
}
@media screen and (min-width: 768px) {
  .about__icon {
    margin: 2.9375rem auto 0;
    max-width: 40rem;
  }
}

.about__icon-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.625rem; /* 左右の余白 */
}
@media screen and (min-width: 768px) {
  .about__icon-items {
    column-gap: 1.5625rem; /* 左右の余白 */
  }
}

.about__icon-item {
  width: 100%;
  filter: drop-shadow(0.125rem 0.125rem 0 #4f1e00);
}
@media screen and (min-width: 768px) {
  .about__icon-item {
    filter: drop-shadow(0.25rem 0.25rem 0 #4f1e00);
  }
}

.about__icon-item-text {
  font-size: 1.25rem;
  font-weight: 900;
  color: #4f1e00;
  text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about__icon-item-text {
    font-size: 2.25rem;
    margin-top: 0.75rem;
  }
}

.about__icon-text {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about__icon-text {
    font-size: 2.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .about__icon-text-01 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .about__icon-text-02 {
    font-size: 3rem;
  }
}

.about__heading {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  line-height: 1.04;
  text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
  background-color: #138b3b;
  border: 0.1875rem solid #4f1e00;
  filter: drop-shadow(0.125rem 0.125rem 0 #f0c328);
  padding: 0.9375rem 0;
  max-width: 22.125rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 100vh;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 2.5rem;
    text-shadow: 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.25rem 0.25rem 0 #ffffff, -0.25rem -0.25rem 0 #ffffff, -0.25rem 0.25rem 0 #ffffff, 0.25rem -0.25rem 0 #ffffff, 0px 0.25rem 0 #ffffff, 0.25rem 0px 0 #ffffff, 0px -0.25rem 0 #ffffff, -0.25rem 0px 0 #ffffff, 0.125rem 0.25rem 0 #ffffff, -0.125rem -0.25rem 0 #ffffff, -0.125rem 0.25rem 0 #ffffff, 0.125rem -0.25rem 0 #ffffff, 0.25rem 0.125rem 0 #ffffff, -0.25rem -0.125rem 0 #ffffff, -0.25rem 0.125rem 0 #ffffff, 0.25rem -0.125rem 0 #ffffff;
    filter: drop-shadow(0.25rem 0.25rem 0 #f0c328);
    border: 0.3125rem solid #4f1e00;
    padding: 2.6875rem 0;
    max-width: 72.1875rem;
  }
}

.about__heading-01 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .about__heading-01 {
    font-size: 2rem;
  }
}

.about__bottom-item-wrapper {
  margin-top: 1.0625rem;
  padding-bottom: 0.625rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-wrapper {
    max-width: 75rem;
    width: 100%;
    margin-top: 3.125rem;
    margin-inline: auto;
    filter: drop-shadow(0.375rem 0.375rem 0 #f0c328);
    border: 0.3125rem solid #4f1e00;
    padding: 4.375rem 4.375rem;
    border-radius: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .about__bottom-items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.125rem; /* 上下の余白 */
    column-gap: 2.5rem; /* 左右の余白 */
    border-radius: 3.125rem;
  }
}

.about__bottom-item {
  background-color: #ffffff;
  border-radius: 0.9375rem;
  border: 0.1875rem solid #4f1e00;
  filter: drop-shadow(0.1875rem 0.1875rem 0 #f0c328);
  padding: 1.875rem 1.5625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__bottom-item {
    filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

.about__bottom-item-inner {
  height: 100%;
}

.about__bottom-item-product {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c2a55;
  line-height: 1.5;
  text-align: center;
  min-height: 3.375rem;
}

.about__bottom-item-product-small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c2a55;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-product-small {
    font-size: 1rem;
  }
}

.about__bottom-item-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-category-wrapper {
    gap: 0.625rem;
  }
}

.about__bottom-item-category {
  font-size: 1rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c2a55;
  background-color: #ffffff;
  border: 0.0625rem solid #1c2a55;
  padding: 0.3125rem 0;
  max-width: 7.25rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-category {
    font-size: 1.25rem;
    padding: 0.59375rem 0;
    max-width: 9.25rem;
  }
}

.about__bottom-item-age {
  font-size: 1rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  background-color: #ff6f29;
  padding: 0.375rem 0;
  border-radius: 100vh;
  max-width: 6.25rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-age {
    font-size: 0.875rem;
    padding: 0.4375rem 0;
  }
}

.about__bottom-item-img {
  width: 83.3%;
  max-width: 21.875rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__bottom-item-img {
    width: 100%;
  }
}

.about__bottom-item-effect {
  background-color: #138b3b;
  border-radius: 0.625rem;
  padding: 0.375rem 1.25rem;
  width: 100%;
  max-width: 18.75rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}
.about__bottom-item-effect-text {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
.about__bottom-item-subject {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c2a55;
  line-height: 1.4545454545;
  margin-top: 0.625rem;
}

.about__bottom-item-info {
  font-size: 1rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1c2a55;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.anchor-link {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .anchor-link {
    max-width: 73.9375rem;
  }
}

.anchor-link__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem; /* 左右の余白 */
}
@media screen and (min-width: 768px) {
  .anchor-link__items {
    column-gap: 3.75rem; /* 左右の余白 */
  }
}

.anchor-link__item {
  width: 100%;
}

.anchor-link__item a {
  display: block;
  width: 100%;
  transition: all 0.3s;
  filter: drop-shadow(0.125rem 0.125rem 0 #4f1e00);
}
@media screen and (min-width: 768px) {
  .anchor-link__item a {
    filter: drop-shadow(0.25rem 0.25rem 0 #4f1e00);
  }
}

.anchor-link__item a:hover {
  filter: drop-shadow(0.125rem 0.125rem 0 #4f1e00) brightness(1.3);
}
@media screen and (min-width: 768px) {
  .anchor-link__item a:hover {
    filter: drop-shadow(0.25rem 0.25rem 0 #4f1e00) brightness(1.3);
  }
}

/* MVアニメーション -------------------------- */
.js-mv__text-01,
.js-mv__text-02 {
  clip-path: inset(0% 0% 100% 0%);
}

.js-movie-title,
.js-mv-chara-01,
.js-mv-chara-02,
.js-mv-chara-03 {
  opacity: 0;
  visibility: hidden;
}

/* MVアニメーション ここまで ----------------- */
/* 各セクションのマスクアニメーション -------------------------- */
.js-mask {
  mask-image: linear-gradient(90deg, #ffffff 0% 50%, transparent 100%);
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  mask-position: 200% 0%;
}

.js-mask.is-open {
  animation: mask 1s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* 各セクションのマスクアニメーション ここまで ----------------- */
/* ---------- 画像のマスクアニメーション -------------------------- */
.js-mask-image {
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-size: 300% 300%;
  mask-repeat: no-repeat;
  mask-position: 150% 150%;
}

.js-mask-image.is-open {
  animation: maskImg 1s linear forwards;
}

@keyframes maskImg {
  0% {
    mask-position: 250% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 画像のマスクアニメーション ここまで ----------------- */
.apply {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .apply {
    margin-top: 6.5625rem;
  }
}

.apply__period {
  position: relative;
  padding: 2.0625rem 0;
  --clip-after: inset(0% 0% 0% 100%);
  --clip-before: inset(0% 100% 0% 0%);
}
@media screen and (min-width: 768px) {
  .apply__period {
    padding: 5.125rem 0;
  }
}

.apply__period::before,
.apply__period::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 7rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .apply__period::before,
  .apply__period::after {
    height: 16.0625rem;
  }
}

.apply__period::before {
  background-color: #0182b1;
  transform: translate(-50%, -50%) rotate(3deg);
  clip-path: var(--clip-before);
}

.apply__period::after {
  background-color: #01d5e6;
  transform: translate(-50%, -50%) rotate(-3deg);
  clip-path: var(--clip-after);
}

/* 『第1弾の応募は7月31日(木)17:00まで!』のマスク */
.apply__period-text {
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
}

.apply__period-text {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  text-align: center;
  transform: rotate(-3deg);
  text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .apply__period-text {
    font-size: 6rem;
    text-shadow: 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.25rem 0.25rem 0 #ffffff, -0.25rem -0.25rem 0 #ffffff, -0.25rem 0.25rem 0 #ffffff, 0.25rem -0.25rem 0 #ffffff, 0px 0.25rem 0 #ffffff, 0.25rem 0px 0 #ffffff, 0px -0.25rem 0 #ffffff, -0.25rem 0px 0 #ffffff, 0.125rem 0.25rem 0 #ffffff, -0.125rem -0.25rem 0 #ffffff, -0.125rem 0.25rem 0 #ffffff, 0.125rem -0.25rem 0 #ffffff, 0.25rem 0.125rem 0 #ffffff, -0.25rem -0.125rem 0 #ffffff, -0.25rem 0.125rem 0 #ffffff, 0.25rem -0.125rem 0 #ffffff;
  }
}

.apply__period-text-small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .apply__period-text-small {
    font-size: 4rem;
  }
}

.apply__intro {
  position: relative;
  width: 24.625rem;
  height: 15.9375rem;
  margin-top: 1.875rem;
  margin-inline: auto;
  padding-top: 7.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__intro {
    width: 58.5625rem;
    height: 34.8125rem;
    margin-top: 3.0625rem;
    padding-top: 16.6875rem;
  }
}

.apply__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/apply/frame-apply-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .apply__intro::before {
    background-image: url(../../assets/images/apply/frame-apply-pc.png);
  }
}

.apply__intro-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .apply__intro-text {
    font-size: 3rem;
  }
}

.apply__section-title {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .apply__section-title {
    margin-top: 8.125rem;
  }
}

.apply__intro-text-small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .apply__intro-text-small {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .apply__inner {
    padding-inline: 1.5625rem;
    max-width: 85.375rem;
    width: 100%;
    margin-inline: auto;
  }
}

.apply__container {
  position: relative;
  border-top: 0.25rem solid #e502ad;
  border-bottom: 0.25rem solid #e502ad;
  padding: 1.875rem 0.9375rem 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .apply__container {
    border: 0.5rem solid #e502ad;
    border-radius: 1.875rem;
    padding: 5rem 9.375rem;
    margin-top: 5rem;
  }
}

.apply__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .apply__container::before {
    border-radius: 1.875rem;
    overflow: hidden;
  }
}

.apply__period-info {
  text-align: center;
}

.apply__period-heading {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  line-height: 1.4375;
  text-shadow: 0.125rem 0.125rem 0 #d504a8, -0.125rem -0.125rem 0 #d504a8, -0.125rem 0.125rem 0 #d504a8, 0.125rem -0.125rem 0 #d504a8, 0px 0.125rem 0 #d504a8, 0.125rem 0px 0 #d504a8, 0px -0.125rem 0 #d504a8, -0.125rem 0px 0 #d504a8, 0.25rem 0.25rem 0 #d504a8, -0.25rem -0.25rem 0 #d504a8, -0.25rem 0.25rem 0 #d504a8, 0.25rem -0.25rem 0 #d504a8, 0px 0.25rem 0 #d504a8, 0.25rem 0px 0 #d504a8, 0px -0.25rem 0 #d504a8, -0.25rem 0px 0 #d504a8, 0.125rem 0.25rem 0 #d504a8, -0.125rem -0.25rem 0 #d504a8, -0.125rem 0.25rem 0 #d504a8, 0.125rem -0.25rem 0 #d504a8, 0.25rem 0.125rem 0 #d504a8, -0.25rem -0.125rem 0 #d504a8, -0.25rem 0.125rem 0 #d504a8, 0.25rem -0.125rem 0 #d504a8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__period-heading {
    font-size: 3rem;
  }
}

.apply__notes-heading {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  line-height: 1.4375;
  text-shadow: 0.125rem 0.125rem 0 #d504a8, -0.125rem -0.125rem 0 #d504a8, -0.125rem 0.125rem 0 #d504a8, 0.125rem -0.125rem 0 #d504a8, 0px 0.125rem 0 #d504a8, 0.125rem 0px 0 #d504a8, 0px -0.125rem 0 #d504a8, -0.125rem 0px 0 #d504a8, 0.25rem 0.25rem 0 #d504a8, -0.25rem -0.25rem 0 #d504a8, -0.25rem 0.25rem 0 #d504a8, 0.25rem -0.25rem 0 #d504a8, 0px 0.25rem 0 #d504a8, 0.25rem 0px 0 #d504a8, 0px -0.25rem 0 #d504a8, -0.25rem 0px 0 #d504a8, 0.125rem 0.25rem 0 #d504a8, -0.125rem -0.25rem 0 #d504a8, -0.125rem 0.25rem 0 #d504a8, 0.125rem -0.25rem 0 #d504a8, 0.25rem 0.125rem 0 #d504a8, -0.25rem -0.125rem 0 #d504a8, -0.25rem 0.125rem 0 #d504a8, 0.25rem -0.125rem 0 #d504a8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__notes-heading {
    top: -2.375rem;
    font-size: 3rem;
  }
}

.apply__period-info-text {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  letter-spacing: 0.02em;
  background-color: #d504a8;
  border-radius: 100vh;
  padding: 1.1875rem 0;
  margin-top: -1.375rem;
  max-width: 22.125rem;
  width: 100%;
  text-align: center;
  text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .apply__period-info-text {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 2.03125rem 0;
    margin-top: -2.0625rem;
    max-width: 62.5rem;
    text-shadow: 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.25rem 0.25rem 0 #ffffff, -0.25rem -0.25rem 0 #ffffff, -0.25rem 0.25rem 0 #ffffff, 0.25rem -0.25rem 0 #ffffff, 0px 0.25rem 0 #ffffff, 0.25rem 0px 0 #ffffff, 0px -0.25rem 0 #ffffff, -0.25rem 0px 0 #ffffff, 0.125rem 0.25rem 0 #ffffff, -0.125rem -0.25rem 0 #ffffff, -0.125rem 0.25rem 0 #ffffff, 0.125rem -0.25rem 0 #ffffff, 0.25rem 0.125rem 0 #ffffff, -0.25rem -0.125rem 0 #ffffff, -0.25rem 0.125rem 0 #ffffff, 0.25rem -0.125rem 0 #ffffff;
  }
}

.apply__period-info-text-small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .apply__period-info-text-small {
    font-size: 1.5rem;
  }
}

.apply__period-info-notes {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__period-info-notes {
    margin-top: 1.5625rem;
  }
}

.apply__period-info-notes-text {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  padding: 0.3125rem;
  background-color: #e10036;
}
@media screen and (min-width: 768px) {
  .apply__period-info-notes-text {
    font-size: 1rem;
  }
}

.apply__step {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .apply__step {
    margin-top: 5rem;
  }
}

.apply__step-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .apply__step-items {
    row-gap: 4.625rem;
  }
}

.apply__step-item {
  position: relative;
  text-align: center;
}

.apply__step-item:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/icon-arrow-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4375rem;
  height: 1.28125rem;
}
@media screen and (min-width: 768px) {
  .apply__step-item:nth-child(n+2):before {
    top: -3.125rem;
    width: 2.125rem;
    height: 1.875rem;
  }
}

.apply__step-item-heading {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.78125rem 0.625rem;
  background-color: #7c138b;
}
@media screen and (min-width: 768px) {
  .apply__step-item-heading {
    font-size: 2.25rem;
    padding: 0.84375rem 0.625rem;
  }
}

.apply__step-item-text {
  font-size: 1rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #231815;
  line-height: 1.4;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__step-item-text {
    font-size: 1.5rem;
  }
}

.apply__step-item-main-img {
  max-width: 22.125rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .apply__step-item-main-img {
    max-width: 33.1875rem;
  }
}

.apply__notes {
  position: relative;
  padding: 1.875rem 0.625rem;
  border-radius: 0.625rem;
  background-color: #d504a8;
  margin-top: 3.5rem;
  max-width: 34.375rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .apply__notes {
    padding: 3.6875rem 3.125rem 3.125rem;
    border-radius: 3.125rem;
    max-width: none;
  }
}

.apply__notes-item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .apply__notes-item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.apply__notes-item-text {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .apply__notes-item-text {
    font-size: 1.25rem;
  }
}

.apply__notes-item-link {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
}

.apply__notes-item-link:hover {
  opacity: 0.6;
}

.apply__notes-item-text-lists {
  margin-left: 1em;
}

.apply__notes-item-text-list {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .apply__notes-item-text-list {
    font-size: 1.25rem;
  }
}

.apply__notes-item-link {
  padding-left: 1em;
}

.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff050;
  z-index: -5;
}

.btn-apply {
  display: inline-block;
  position: fixed;
  bottom: -1px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .btn-apply {
    bottom: 3.125rem;
    left: auto;
    right: 0;
    right: -100%;
    width: max-content;
  }
}

.btn-apply__link {
  position: relative;
  display: inline-block;
  padding: 1.375rem 0;
  text-align: center;
  width: 100%;
  border-top: 0.1875rem solid #ffffff;
  border-bottom: 0.1875rem solid #ffffff;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-apply__link {
    width: 31.875rem;
    border-left: 0.1875rem solid #ffffff;
    border-radius: 100vh 0 0 100vh;
    overflow: hidden;
  }
}

.btn-apply__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(173.57% 50% at 50% 50%, #f3d23d 0%, #e70a12 100%);
}
.btn-apply__link:hover {
  filter: brightness(1.1);
}

.btn-apply__text {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #391600;
  letter-spacing: 0.03em;
  padding-left: 3rem;
  text-shadow: 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.25rem 0.25rem 0 #ffffff, -0.25rem -0.25rem 0 #ffffff, -0.25rem 0.25rem 0 #ffffff, 0.25rem -0.25rem 0 #ffffff, 0px 0.25rem 0 #ffffff, 0.25rem 0px 0 #ffffff, 0px -0.25rem 0 #ffffff, -0.25rem 0px 0 #ffffff, 0.125rem 0.25rem 0 #ffffff, -0.125rem -0.25rem 0 #ffffff, -0.125rem 0.25rem 0 #ffffff, 0.125rem -0.25rem 0 #ffffff, 0.25rem 0.125rem 0 #ffffff, -0.25rem -0.125rem 0 #ffffff, -0.25rem 0.125rem 0 #ffffff, 0.25rem -0.125rem 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .btn-apply__text {
    font-size: 2.5rem;
    padding-left: 3.25rem;
    padding-right: 0;
  }
}

.btn-apply__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/icon-arrow-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.375rem;
  height: 2.375rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .btn-apply__text::before {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.btn-apply__text-small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .btn-apply__text-small {
    font-size: 1.5rem;
  }
}

/* ----- ボタンタイプ共通設定 ここから ----- */
.btn {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}
.btn__text {
  display: inline-block;
  transition: all 0.3s;
}

/* ----- 『X』ボタン ここから ----- */
.btn-01 {
  position: relative;
  width: 100%;
  max-width: 19rem;
  border-radius: 100vh;
  background-color: #000000;
  border: 2px solid #000000;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .btn-01 {
    border: 4px solid #000000;
    max-width: 50rem;
    padding: 1.625rem 0;
  }
}

.btn-01:hover {
  background-color: #ffffff;
  border: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .btn-01:hover {
    border: 4px solid #000000;
  }
}

.btn-01::before {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/icon-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6875rem;
  height: 1.6875rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-01::before {
    right: 1.125rem;
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

.btn-01:hover::before {
  background-image: url(../../assets/images/common/icon-arrow-white.svg);
}

@media (any-hover: hover) {
  .btn-01:hover::before {
    background-image: url(../../assets/images/common/icon-arrow-white.svg);
    animation: moveArrow 0.5s infinite ease-out;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  @keyframes moveArrow {
    0% {
      right: 2.5rem;
      opacity: 1;
    }
    100% {
      right: 1.125rem;
      opacity: 0;
    }
  }
}
.btn__text-01 {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  padding-left: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .btn__text-01 {
    font-size: 2.5rem;
    padding-left: 5.4375rem;
  }
}

.btn-01:hover .btn__text-01 {
  color: #000000;
}

.btn__text-01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.btn__text-01::before {
  left: 0;
  mask-image: url(../../assets/images/common/icon-x.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.6875rem;
  height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .btn__text-01::before {
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

.btn-01:hover .btn__text-01::before {
  background-color: #000000;
}

/* ----- 『X』ボタン ここまで ----- */
/* ----- 『間違い探しにチャレンジ!』ボタン ここから ----- */
.btn-02 {
  display: inline-block;
  max-width: 90.3381642512vw;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-02 {
    max-width: 47.34375vw;
    filter: drop-shadow(0.3125vw 0.3125vw 0px #4f1e00);
  }
}

.btn-02 img {
  transition: all 0.3s;
}

.btn-02:hover img {
  filter: brightness(1.3);
}

/* ----- 『間違い探しにチャレンジ!』ボタン ここまで ----- */
.campaign {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .campaign {
    margin-top: 9.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__inner {
    padding-inline: 1.5625rem;
    max-width: 85.375rem;
    width: 100%;
    margin-inline: auto;
  }
}

.campaign__area-01 {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .campaign__area-01 {
    margin-top: 4.625rem;
  }
}

.campaign__area-02 {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .campaign__area-02 {
    margin-top: 6.25rem;
  }
}

.campaign__bg {
  position: relative;
  border-top: 0.125rem solid #973a00;
  border-bottom: 0.125rem solid #973a00;
  padding: 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign__bg {
    border: 0.25rem solid #973a00;
    border-radius: 1.875rem;
    padding: 2.5rem 2.5rem;
  }
}

.campaign__bg.campaign__bg-01 {
  margin-top: -3.4375rem;
}
@media screen and (min-width: 768px) {
  .campaign__bg.campaign__bg-01 {
    margin-top: -6.375rem;
  }
}

.campaign__bg.campaign__bg-02 {
  margin-top: -3.4375rem;
}
@media screen and (min-width: 768px) {
  .campaign__bg.campaign__bg-02 {
    margin-top: -6.375rem;
  }
}

.campaign__bg::before,
.campaign__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .campaign__bg::before,
  .campaign__bg::after {
    border-radius: 1.875rem;
    overflow: hidden;
  }
}

.campaign__bg::before {
  background-color: #ffffff;
}

.campaign__bg.campaign__bg-01::after {
  background-image: url(../../assets/images/campaign/campaign-bg-a-pc.jpg);
  opacity: 0.8;
}

html.webp .campaign__bg.campaign__bg-01::after {
  background-image: url(../../assets/images/campaign/campaign-bg-a-pc.webp);
}

.campaign__bg.campaign__bg-02::after {
  background-image: url(../../assets/images/campaign/campaign-bg-b-pc.jpg);
  opacity: 0.8;
}

html.webp .campaign__bg.campaign__bg-02::after {
  background-image: url(../../assets/images/campaign/campaign-bg-b-pc.webp);
}

.campaign__container {
  position: relative;
}

.campaign__container.campaign__container-01 {
  border: 0.125rem solid #f0c328;
}
@media screen and (min-width: 768px) {
  .campaign__container.campaign__container-01 {
    border: 0.1875rem solid #f0c328;
  }
}

.campaign__container.campaign__container-02 {
  border: 0.125rem solid #7fec4d;
}
@media screen and (min-width: 768px) {
  .campaign__container.campaign__container-02 {
    border: 0.1875rem solid #7fec4d;
  }
}

.campaign__container::before,
.campaign__container::after {
  content: "";
  position: absolute;
  top: -0.125rem;
  mask-image: url(../../assets/images/campaign/deco-campaign-deco.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .campaign__container::before,
  .campaign__container::after {
    top: -0.1875rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}

.campaign__container.campaign__container-01::before,
.campaign__container.campaign__container-01::after {
  background-color: #f0c328;
}

.campaign__container.campaign__container-02::before,
.campaign__container.campaign__container-02::after {
  background-color: #7fec4d;
}

.campaign__container::before {
  left: -0.125rem;
}
@media screen and (min-width: 768px) {
  .campaign__container::before {
    left: -0.1875rem;
  }
}

.campaign__container::after {
  right: -0.125rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .campaign__container::after {
    right: -0.1875rem;
  }
}

.campaign__wrapper {
  position: relative;
}

.campaign__wrapper::before,
.campaign__wrapper::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .campaign__wrapper::before,
  .campaign__wrapper::after {
    bottom: -0.1875rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}

.campaign__wrapper-01::before,
.campaign__wrapper-01::after {
  background-color: #f0c328;
}

.campaign__wrapper-02::before,
.campaign__wrapper-02::after {
  background-color: #7fec4d;
}

.campaign__wrapper::before,
.campaign__wrapper::after {
  mask-image: url(../../assets/images/campaign/deco-campaign-deco.svg);
}

.campaign__wrapper::before {
  right: -0.125rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .campaign__wrapper::before {
    right: -0.125rem;
  }
}

.campaign__wrapper::after {
  left: -0.125rem;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .campaign__wrapper::after {
    left: -0.125rem;
  }
}

.campaign__body {
  position: relative;
}

.campaign__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.campaign__body-inner-01 {
  max-width: 34.375rem;
  width: 100%;
  margin-inline: auto;
  padding: 4.25rem 0.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__body-inner-01 {
    max-width: 52.75rem;
    padding: 6.125rem 1.25rem 4.0625rem;
  }
}

.campaign__body-inner-02 {
  max-width: 34.375rem;
  width: 100%;
  margin-inline: auto;
  padding: 4.25rem 0.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__body-inner-02 {
    max-width: 65rem;
    padding: 6.125rem 1.25rem 4.0625rem;
  }
}

.campaign__heading {
  position: relative;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
.campaign__heading-01 {
  max-width: 23.75rem;
}
@media screen and (min-width: 768px) {
  .campaign__heading-01 {
    max-width: 78rem;
  }
}

.campaign__heading-02 {
  max-width: 23.75rem;
}
@media screen and (min-width: 768px) {
  .campaign__heading-02 {
    max-width: 62.5rem;
  }
}

.campaign__intro-text-01 {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #4f1e00;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .campaign__intro-text-01 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.campaign__intro-text-02 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4f1e00;
  line-height: 1.5;
}
.campaign__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign__items {
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.campaign__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.campaign__item-text {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  padding: 0.28125rem 0.625rem;
  background-color: #973a00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__item-text {
    font-size: 2.25rem;
    padding: 0.5rem 0.625rem;
  }
}

.campaign__item-img {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .campaign__item-img {
    margin-top: 0.625rem;
  }
}

.campaign__item-img-02 {
  margin-top: 0.9375rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign__item-img-02 {
    margin-top: 2.625rem;
    max-width: 40rem;
  }
}

.campaign__bottom-a {
  margin-top: 1.875rem;
  margin-inline: auto;
  border: 1px solid #fc8624;
  padding: 0.8125rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .campaign__bottom-a {
    margin-top: 3.125rem;
    padding: 1.875rem 1.25rem;
    width: 100%;
  }
}

.campaign__bottom-b {
  margin-top: 1.875rem;
  margin-inline: auto;
  border: 1px solid #46ba11;
  padding: 0.8125rem 0.5625rem;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign__bottom-b {
    margin-top: 3.125rem;
    padding: 1.875rem 1.25rem;
    width: 100%;
    max-width: 50.25rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__notes-text-wrapper {
    padding-inline: 1.875rem;
  }
}

.campaign__notes-text-wrapper-02 {
  margin-top: 1.25rem;
}

.campaign__notes-text {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #e43e28;
  line-height: 1.5;
}
.campaign__notes-text-info,
.campaign__notes-text-02 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4f1e00;
  line-height: 1.1875;
}
.campaign__notes-text:nth-child(n+2) {
  margin-top: 0.3125rem;
}

.campaign__notes-text-03 {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #75361b;
  line-height: 1.2142857143;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .campaign__notes-text-03 {
    font-size: 1rem;
    text-align: center;
  }
}

.campaign__table-wrapper-02.campaign__table-wrapper-02-a {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .campaign__table-wrapper-02.campaign__table-wrapper-02-a {
    margin-top: 1.5625rem;
  }
}

.campaign__table-02 {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  column-gap: 0.625rem; /* 左右の余白 */
  align-items: flex-start;
}

.campaign__table-02:nth-child(n+2) {
  margin-top: 0.625rem;
}

.campaign__table-02 dt {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 0.28125rem 0;
  text-align: center;
}

.campaign__table-02-a dt {
  background-color: #fc8624;
}

.campaign__table-02-b dt {
  background-color: #46ba11;
}

.campaign__table-02 dd {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
}

.campaign__table-02-a dd {
  color: #fc8624;
}

.campaign__table-02-b dd {
  color: #46ba11;
}

.campaign__img-b {
  width: 100%;
  margin-top: 0.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign__img-b {
    width: 100%;
    max-width: 47.1875rem;
    margin-top: 3.125rem;
  }
}

.campaign__overview {
  border: 1px solid #80ec4e;
  margin-top: 0.9375rem;
  margin-inline: auto;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .campaign__overview {
    margin-top: 3.125rem;
    padding: 1.875rem;
  }
}

.campaign__overview-title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4f1e00;
  padding: 0.21875rem 0.375rem;
  background-color: #80ec4e;
}
@media screen and (min-width: 768px) {
  .campaign__overview-title {
    font-size: 1rem;
    padding: 0.25rem 0.125rem;
  }
}

.campaign__overview-text-items {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .campaign__overview-text-items {
    margin-top: 0.625rem;
  }
}

.campaign__overview-text-item {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4f1e00;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .campaign__overview-text-item {
    font-size: 1rem;
  }
}

.footer {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__logo-top-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.875rem; /* 左右の余白 */
  max-width: 23.375rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo-top-wrapper {
    column-gap: 3.125rem; /* 左右の余白 */
    max-width: 71.875rem;
  }
}

.footer__logo-bottom {
  max-width: 10.8125rem;
  width: 100%;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer__logo-bottom {
    max-width: 17.1875rem;
    margin: 1.875rem auto 0;
  }
}

.footer__logo-link {
  display: block;
  transition: all 0.3s;
}

.footer__logo-link:hover {
  filter: brightness(1.1) drop-shadow(0 0 10px #ff6f29);
}
@media screen and (min-width: 768px) {
  .footer__logo-link:hover {
    transform: scale(1.05);
  }
}

@media (any-hover: hover) {
  .footer__logo-link:hover {
    filter: brightness(1.1) drop-shadow(0 0 10px #ff6f29);
  }
}
.footer__sns {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-top: 7rem;
  }
}

.footer__sns-wrapper {
  max-width: 23.875rem;
  width: 100%;
  border-radius: 1.875rem;
  border: 0.25rem solid #4f1e00;
  background-color: #ffffff;
  padding: 1.25rem 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer__sns-wrapper {
    max-width: 82.25rem;
    width: 92.3%;
    padding: 5rem 0;
    border: 0.5rem solid #4f1e00;
  }
}

.footer__sns-text {
  font-size: 0.9375rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4f1e00;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__sns-text {
    font-size: 2rem;
  }
}

.footer__sns-btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__sns-btn {
    margin-top: 3.75rem;
  }
}

.footer__bottom {
  position: relative;
  background-color: #a660a3;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 6.25rem;
  }
}

.footer__copyright-wrapper {
  position: relative;
  padding: 2.0625rem 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright-wrapper {
    padding: 2.375rem 0;
  }
}

.footer__copyright-wrapper::before,
.footer__copyright-wrapper::after {
  content: "";
  position: absolute;
  top: -3.0625rem;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.125rem;
  height: 3.125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer__copyright-wrapper::before,
  .footer__copyright-wrapper::after {
    top: -6.1875rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.footer__copyright-wrapper::before {
  left: 0;
  background-image: url(../../assets/images/common/footer-bg-left.png);
}

.footer__copyright-wrapper::after {
  right: 0;
  background-image: url(../../assets/images/common/footer-bg-right.png);
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.header {
  position: absolute;
  z-index: 1;
  padding-top: 2.4154589372vw;
  padding-left: 2.4154589372vw;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 0.5208333333vw;
    padding-left: 1.0416666667vw;
  }
}

.header__logo {
  width: 16.1835748792vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 7.7604166667vw;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100000;
  background-color: #fff050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.loading__circle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ffffff;
  clip-path: circle(0% at 50% 50%);
  animation: loadingAnimation 1.5s ease-in-out forwards;
}

@keyframes loadingAnimation {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
.loading__stripe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.loading__stripe {
  height: 14.2857142857%;
  transform: translateX(-100%);
  opacity: 0;
}

.loading__stripe:nth-child(1) {
  background-color: #fff050;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.5s;
}

.loading__stripe:nth-child(2) {
  background-color: #ffb727;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.7s;
}

.loading__stripe:nth-child(3) {
  background-color: #fff050;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.5s;
}

.loading__stripe:nth-child(4) {
  background-color: #ffb727;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.7s;
}

.loading__stripe:nth-child(5) {
  background-color: #fff050;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.5s;
}

.loading__stripe:nth-child(6) {
  background-color: #ffb727;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.7s;
}

.loading__stripe:nth-child(7) {
  background-color: #fff050;
  animation: stripeAnimation 0.8s ease-in-out forwards;
  animation-delay: 1.5s;
}

@keyframes stripeAnimation {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.loading-fadeout {
  opacity: 0;
}

.loading-hidden {
  display: none;
}

.mv {
  position: relative;
  height: 150.4830917874vw;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 51.1979166667vw;
  }
}

.mv::before,
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/mv/mv-deco-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 36.231884058vw;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .mv::before,
  .mv::after {
    background-image: url(../../assets/images/mv/mv-deco-pc.png);
    height: 25.2083333333vw;
  }
}

.mv__container {
  position: relative;
  height: 100%;
}

.mv__container::before,
.mv__container::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
}

.mv__container::before {
  top: 40.5797101449vw;
  left: 50%;
  background-image: url(../../assets/images/mv/mv-bg-sp-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 247.8260869565vw;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .mv__container::before {
    top: 25.78125vw;
    height: 93.0208333333vw;
    background-image: url(../../assets/images/mv/mv-bg-pc-01.png);
  }
}

html.webp .mv__container::before {
  background-image: url(../../assets/images/mv/mv-bg-sp-01.webp);
}
@media screen and (min-width: 768px) {
  html.webp .mv__container::before {
    background-image: url(../../assets/images/mv/mv-bg-pc-01.webp);
  }
}

.mv__container::after {
  top: 21.0144927536vw;
  left: 47.5%;
  background-image: url(../../assets/images/mv/mv-shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 42.0289855072vw;
  z-index: -1;
  animation: shadowAnime 3.5s ease-in-out infinite;
  will-change: transform;
  transition: 1.5s ease-in;
  opacity: var(--after-opacity, 0); /* GSAPでアニメーション */
}
@media screen and (min-width: 768px) {
  .mv__container::after {
    left: 48.5%;
    top: 10.5208333333vw;
    width: 58.6458333333vw;
    height: 24.6614583333vw;
  }
}

@keyframes shadowAnime {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.02);
  }
}
html.webp .mv__container::after {
  background-image: url(../../assets/images/mv/mv-shadow.webp);
}

.mv__main-logo {
  position: absolute;
  top: 2.4154589372vw;
  left: 50.7%;
  transform: translateX(-50%);
  width: 49.7584541063vw;
}
@media screen and (min-width: 768px) {
  .mv__main-logo {
    left: 50%;
    top: 1.5625vw;
    width: 26.8229166667vw;
  }
}

.mv__shinchan {
  position: absolute;
  top: 38.1642512077vw;
  left: 50.8%;
  transform: translateX(-50%);
  width: 38.8888888889vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv__shinchan {
    left: 50.4%;
    top: 17.7083333333vw;
    width: 22.8125vw;
  }
}

.mv__characters {
  position: absolute;
  top: 25.1207729469vw;
  left: 46.5%;
  transform: translateX(-50%);
  width: 71.7391304348vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv__characters {
    left: 47.9%;
    top: 11.09375vw;
    width: 42.1354166667vw;
  }
}

.mv__vehicle {
  position: absolute;
  top: 18.115942029vw;
  left: 50%;
  transform: translateX(-50%);
  width: 88.8888888889vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__vehicle {
    left: 50%;
    top: 8.8541666667vw;
    width: 52.0833333333vw;
  }
}

.mv__vehicle img {
  animation: vehicleAnime 3.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes vehicleAnime {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.mv__text-left {
  position: absolute;
  top: 14.0096618357vw;
  left: 2.1739130435vw;
  width: 17.6328502415vw;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mv__text-left {
    top: 1.6666666667vw;
    left: 1.9791666667vw;
    width: 19.5833333333vw;
  }
}

.mv__text-right {
  position: absolute;
  top: 15.9420289855vw;
  right: -0.4830917874vw;
  width: 15.2173913043vw;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mv__text-right {
    top: 1.7708333333vw;
    right: 8.125vw;
    width: 14.0625vw;
  }
}

.mv__movie-title {
  position: absolute;
  top: 120.2898550725vw;
  left: 50%;
  transform: translateX(-50%);
  width: 66.4251207729vw;
}
@media screen and (min-width: 768px) {
  .mv__movie-title {
    top: 41.7708333333vw;
    left: auto;
    transform: none;
    right: 0.5208333333vw;
    width: 22.65625vw;
  }
}

.mv__period {
  position: relative;
  top: 67.8743961353vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mv__period {
    top: 35.9375vw;
  }
}

.mv__period-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4830917874vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv__period-top {
    column-gap: 0.2604166667vw;
  }
}

.mv__period-top-text {
  width: 5.7971014493vw;
  filter: drop-shadow(0.125rem 0.125rem 0 #4f1e00);
}
@media screen and (min-width: 768px) {
  .mv__period-top-text {
    width: 2.8125vw;
    filter: drop-shadow(0.25rem 0.25rem 0 #4f1e00);
  }
}

.mv__period-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 0.7246376812vw;
  z-index: 3;
  margin-top: 1.690821256vw;
}
@media screen and (min-width: 768px) {
  .mv__period-bottom {
    column-gap: 0.46875vw;
    margin-top: 1.25vw;
  }
}

.mv__period-bottom-text {
  width: 9.1787439614vw;
  filter: drop-shadow(0.125rem 0.125rem 0 #4f1e00);
}
@media screen and (min-width: 768px) {
  .mv__period-bottom-text {
    width: 4.1666666667vw;
    filter: drop-shadow(0.25rem 0.25rem 0 #4f1e00);
  }
}

.mv__period-bottom-text:nth-child(even) {
  margin-top: 1.2077294686vw;
}
@media screen and (min-width: 768px) {
  .mv__period-bottom-text:nth-child(even) {
    margin-top: 0.78125vw;
  }
}

.mv__period-bg {
  position: relative;
  border-radius: 100vh;
  border: 1px solid #4f1e00;
  background-color: #f0c328;
  box-shadow: 0.125rem 0.125rem 0px 0px #4f1e00;
  width: 90.3381642512vw;
  margin: -5.3140096618vw auto 0;
  padding: 8.9371980676vw 0 5.3140096618vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__period-bg {
    width: 52.2916666667vw;
    margin: -2.7604166667vw auto 0;
    padding: 3.8541666667vw 0 2.2395833333vw;
  }
}

.mv__period-date {
  width: 58.2125603865vw;
  margin-left: 12.3188405797vw;
}
@media screen and (min-width: 768px) {
  .mv__period-date {
    width: 45.3125vw;
    margin-left: 3.4375vw;
  }
}

.mv__goods-img {
  position: absolute;
  top: 58%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 104.1062801932vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv__goods-img {
    top: 16%;
    left: 49.6%;
    width: 67.7083333333vw;
  }
}

.quiz {
  margin-top: 4.8309178744vw;
  padding-bottom: 12.077294686vw;
}
@media screen and (min-width: 768px) {
  .quiz {
    margin-top: 3.6458333333vw;
    padding-bottom: 12.6041666667vw;
  }
}

.quiz__text-image {
  width: 94.2028985507vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .quiz__text-image {
    width: 37.7604166667vw;
  }
}

.quiz__text-wrapper {
  margin-top: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .quiz__text-wrapper {
    margin-top: 1.5625vw;
  }
}

.quiz__text-01 {
  font-size: 3.6231884058vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 0.2415458937vw 0.2415458937vw 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quiz__text-01 {
    font-size: 1.6666666667vw;
    text-shadow: 0.15625vw 0.15625vw 0px rgba(0, 0, 0, 0.25);
  }
}

.quiz__movie-img {
  position: relative;
  max-width: 86.9565217391vw;
  width: 100%;
  border: 0.7246376812vw solid #00b5c2;
  border-radius: 1.2077294686vw;
  margin-top: 7.2463768116vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .quiz__movie-img {
    max-width: 40.15625vw;
    border: 0.2604166667vw solid #00b5c2;
    border-radius: 0.5208333333vw;
    margin-top: 2.0833333333vw;
  }
}

.quiz__movie-img img {
  border-radius: 0.7246376812vw;
  aspect-ratio: 761/392;
}
@media screen and (min-width: 768px) {
  .quiz__movie-img img {
    border-radius: 0.2604166667vw;
  }
}

.quiz__btn-wrapper {
  margin-top: 7.2463768116vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quiz__btn-wrapper {
    margin-top: 3.90625vw;
  }
}

.quiz__text-02-wrapper {
  margin-top: 4.8309178744vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quiz__text-02-wrapper {
    margin-top: 2.6041666667vw;
  }
}

.quiz__text-02 {
  display: inline-block;
  font-size: 2.8985507246vw;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  padding: 1.2077294686vw 1.2077294686vw;
  background-color: #e10036;
}
@media screen and (min-width: 768px) {
  .quiz__text-02 {
    font-size: 0.8333333333vw;
    font-weight: 800;
    padding: 0.5208333333vw 1.0416666667vw;
  }
}

.section-title {
  text-align: center;
}

.section-title__wrapper {
  padding: 0.3125rem 1.875rem;
  margin-inline: auto;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper {
    padding: 0.75rem 1.875rem;
  }
}

.section-title-campaign {
  background-image: linear-gradient(180deg, #00d6e7 0%, #0081af 100%);
}

.section-title-apply {
  background-image: linear-gradient(180deg, #d504a8 0%, #7b138b 100%);
}

.section-title__text {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  color: #ffffff;
  text-shadow: 0.0625rem 0.0625rem 0 #4f1e00, -0.0625rem -0.0625rem 0 #4f1e00, -0.0625rem 0.0625rem 0 #4f1e00, 0.0625rem -0.0625rem 0 #4f1e00, 0px 0.0625rem 0 #4f1e00, 0.0625rem 0px 0 #4f1e00, 0px -0.0625rem 0 #4f1e00, -0.0625rem 0px 0 #4f1e00, 0.125rem 0.125rem 0 #4f1e00, -0.125rem -0.125rem 0 #4f1e00, -0.125rem 0.125rem 0 #4f1e00, 0.125rem -0.125rem 0 #4f1e00, 0px 0.125rem 0 #4f1e00, 0.125rem 0px 0 #4f1e00, 0px -0.125rem 0 #4f1e00, -0.125rem 0px 0 #4f1e00, 0.0625rem 0.125rem 0 #4f1e00, -0.0625rem -0.125rem 0 #4f1e00, -0.0625rem 0.125rem 0 #4f1e00, 0.0625rem -0.125rem 0 #4f1e00, 0.125rem 0.0625rem 0 #4f1e00, -0.125rem -0.0625rem 0 #4f1e00, -0.125rem 0.0625rem 0 #4f1e00, 0.125rem -0.0625rem 0 #4f1e00;
}
@media screen and (min-width: 768px) {
  .section-title__text {
    font-size: 6rem;
    text-shadow: 0.125rem 0.125rem 0 #4f1e00, -0.125rem -0.125rem 0 #4f1e00, -0.125rem 0.125rem 0 #4f1e00, 0.125rem -0.125rem 0 #4f1e00, 0px 0.125rem 0 #4f1e00, 0.125rem 0px 0 #4f1e00, 0px -0.125rem 0 #4f1e00, -0.125rem 0px 0 #4f1e00, 0.25rem 0.25rem 0 #4f1e00, -0.25rem -0.25rem 0 #4f1e00, -0.25rem 0.25rem 0 #4f1e00, 0.25rem -0.25rem 0 #4f1e00, 0px 0.25rem 0 #4f1e00, 0.25rem 0px 0 #4f1e00, 0px -0.25rem 0 #4f1e00, -0.25rem 0px 0 #4f1e00, 0.125rem 0.25rem 0 #4f1e00, -0.125rem -0.25rem 0 #4f1e00, -0.125rem 0.25rem 0 #4f1e00, 0.125rem -0.25rem 0 #4f1e00, 0.25rem 0.125rem 0 #4f1e00, -0.25rem -0.125rem 0 #4f1e00, -0.25rem 0.125rem 0 #4f1e00, 0.25rem -0.125rem 0 #4f1e00;
  }
}

/* 前へ次への矢印カスタマイズ 共通部分------------- */
.swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.3s ease;
  top: auto;
  bottom: -4rem;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  width: 100%;
  height: 100%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../assets/images/about/swiper-arrow-left.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../assets/images/about/swiper-arrow-right.svg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  filter: grayscale(1);
  opacity: 1;
}

/* 前へ次への矢印カスタマイズ 共通部分 ここまで ------------- */
/* 前へ次への矢印カスタマイズ 7つのトラベルミン®シリーズスライド ------------- */
.swiper-button-prev-about,
.swiper-button-next-about {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev-about,
  .swiper-button-next-about {
    display: none;
  }
}

.swiper-button-prev-about {
  right: calc(50% + 6.25rem);
  left: auto;
}

.swiper-button-next-about {
  left: calc(50% + 6.25rem);
}

/* 前へ次への矢印カスタマイズ 7つのトラベルミン®シリーズスライド ここまで ------------- */
/* ページネーションドット部分カスタマイズ共通 ここから ------------- */
/* ページネーションの基本スタイル */
.swiper-pagination.swiper-pagination-about {
  bottom: -2.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-about {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #b8b8b8;
  opacity: 1;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  position: relative;
  background-color: #138b3b;
  width: 0.9375rem;
  height: 0.9375rem;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.46875rem;
}

/* ページネーションドット部分カスタマイズ共通 ここまで ------------- */
/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
.text-green_138b3b {
  color: #138b3b;
}

.text-pink_d230aa {
  color: #d230aa;
}

.text-orange_fe7d23 {
  color: #fe7d23;
}

.text-orange_ff6200 {
  color: #ff6200;
}

.text-red_e70a12 {
  color: #e70a12;
}

.text-red_e70b12 {
  color: #e70b12;
}

.text-red_ff0000 {
  color: #ff0000;
}

/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

/* 全てのテキストを大文字に変換 */
.text-uppercase {
  text-transform: uppercase;
}

/* ---------- フォントの大文字・小文字の設定 ここまで ---------- */
/* ---------- フォントウェイトの設定 ここから ---------- */
/* ---------- フォントウェイトの設定 ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
.top-footer {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .top-footer {
    margin-top: 6.25rem;
  }
}

/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 414px以下で改行 */
@media screen and (min-width: 414px) {
  .br-414-less {
    display: none;
  }
}

/* 500px以下で改行 */
@media screen and (min-width: 500px) {
  .br-500-less {
    display: none;
  }
}

/* 768px以下で改行 */
@media screen and (min-width: 768px) {
  .br-768-less {
    display: none;
  }
}

/* 768px以上で改行 */
.br-768-more {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-768-more {
    display: block;
  }
}

/* 1000px以下で改行 */
@media screen and (min-width: 768px) {
  .br-1000-less {
    display: none;
  }
}

/* 1000px以上で改行 */
.br-1000-more {
  display: none;
}
@media screen and (min-width: 1000px) {
  .br-1000-more {
    display: block;
  }
}

/* 1480px以上で改行 */
.br-1480-more {
  display: none;
}
@media screen and (min-width: 1480px) {
  .br-1480-more {
    display: block;
  }
}

/* 1920px以上で改行 */
.br-1920-more {
  display: none;
}
@media screen and (min-width: 1920px) {
  .br-1920-more {
    display: block;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここから ---------- */
/* PCのとき非表示 */
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

/* SPのとき非表示 */
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

/* SPのとき非表示（インライン要素ver） */
.sp-none-inline-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none-inline-block {
    display: inline-block;
  }
}

/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここまで ---------- */
/* ---------- margin-topの設定 | ここから ---------- */
.mt-pc-1 {
  margin-top: 0.0625rem;
}

.mt-pc-2 {
  margin-top: 0.125rem;
}

.mt-pc-3 {
  margin-top: 0.1875rem;
}

.mt-pc-4 {
  margin-top: 0.25rem;
}

.mt-pc-5 {
  margin-top: 0.3125rem;
}

.mt-pc-6 {
  margin-top: 0.375rem;
}

.mt-pc-7 {
  margin-top: 0.4375rem;
}

.mt-pc-8 {
  margin-top: 0.5rem;
}

.mt-pc-9 {
  margin-top: 0.5625rem;
}

.mt-pc-10 {
  margin-top: 0.625rem;
}

.mt-pc-11 {
  margin-top: 0.6875rem;
}

.mt-pc-12 {
  margin-top: 0.75rem;
}

.mt-pc-13 {
  margin-top: 0.8125rem;
}

.mt-pc-14 {
  margin-top: 0.875rem;
}

.mt-pc-15 {
  margin-top: 0.9375rem;
}

.mt-pc-16 {
  margin-top: 1rem;
}

.mt-pc-17 {
  margin-top: 1.0625rem;
}

.mt-pc-18 {
  margin-top: 1.125rem;
}

.mt-pc-19 {
  margin-top: 1.1875rem;
}

.mt-pc-20 {
  margin-top: 1.25rem;
}

.mt-pc-21 {
  margin-top: 1.3125rem;
}

.mt-pc-22 {
  margin-top: 1.375rem;
}

.mt-pc-23 {
  margin-top: 1.4375rem;
}

.mt-pc-24 {
  margin-top: 1.5rem;
}

.mt-pc-25 {
  margin-top: 1.5625rem;
}

.mt-pc-26 {
  margin-top: 1.625rem;
}

.mt-pc-27 {
  margin-top: 1.6875rem;
}

.mt-pc-28 {
  margin-top: 1.75rem;
}

.mt-pc-29 {
  margin-top: 1.8125rem;
}

.mt-pc-30 {
  margin-top: 1.875rem;
}

.mt-pc-31 {
  margin-top: 1.9375rem;
}

.mt-pc-32 {
  margin-top: 2rem;
}

.mt-pc-33 {
  margin-top: 2.0625rem;
}

.mt-pc-34 {
  margin-top: 2.125rem;
}

.mt-pc-35 {
  margin-top: 2.1875rem;
}

.mt-pc-36 {
  margin-top: 2.25rem;
}

.mt-pc-37 {
  margin-top: 2.3125rem;
}

.mt-pc-38 {
  margin-top: 2.375rem;
}

.mt-pc-39 {
  margin-top: 2.4375rem;
}

.mt-pc-40 {
  margin-top: 2.5rem;
}

.mt-pc-41 {
  margin-top: 2.5625rem;
}

.mt-pc-42 {
  margin-top: 2.625rem;
}

.mt-pc-43 {
  margin-top: 2.6875rem;
}

.mt-pc-44 {
  margin-top: 2.75rem;
}

.mt-pc-45 {
  margin-top: 2.8125rem;
}

.mt-pc-46 {
  margin-top: 2.875rem;
}

.mt-pc-47 {
  margin-top: 2.9375rem;
}

.mt-pc-48 {
  margin-top: 3rem;
}

.mt-pc-49 {
  margin-top: 3.0625rem;
}

.mt-pc-50 {
  margin-top: 3.125rem;
}

.mt-pc-51 {
  margin-top: 3.1875rem;
}

.mt-pc-52 {
  margin-top: 3.25rem;
}

.mt-pc-53 {
  margin-top: 3.3125rem;
}

.mt-pc-54 {
  margin-top: 3.375rem;
}

.mt-pc-55 {
  margin-top: 3.4375rem;
}

.mt-pc-56 {
  margin-top: 3.5rem;
}

.mt-pc-57 {
  margin-top: 3.5625rem;
}

.mt-pc-58 {
  margin-top: 3.625rem;
}

.mt-pc-59 {
  margin-top: 3.6875rem;
}

.mt-pc-60 {
  margin-top: 3.75rem;
}

.mt-pc-61 {
  margin-top: 3.8125rem;
}

.mt-pc-62 {
  margin-top: 3.875rem;
}

.mt-pc-63 {
  margin-top: 3.9375rem;
}

.mt-pc-64 {
  margin-top: 4rem;
}

.mt-pc-65 {
  margin-top: 4.0625rem;
}

.mt-pc-66 {
  margin-top: 4.125rem;
}

.mt-pc-67 {
  margin-top: 4.1875rem;
}

.mt-pc-68 {
  margin-top: 4.25rem;
}

.mt-pc-69 {
  margin-top: 4.3125rem;
}

.mt-pc-70 {
  margin-top: 4.375rem;
}

.mt-pc-71 {
  margin-top: 4.4375rem;
}

.mt-pc-72 {
  margin-top: 4.5rem;
}

.mt-pc-73 {
  margin-top: 4.5625rem;
}

.mt-pc-74 {
  margin-top: 4.625rem;
}

.mt-pc-75 {
  margin-top: 4.6875rem;
}

.mt-pc-76 {
  margin-top: 4.75rem;
}

.mt-pc-77 {
  margin-top: 4.8125rem;
}

.mt-pc-78 {
  margin-top: 4.875rem;
}

.mt-pc-79 {
  margin-top: 4.9375rem;
}

.mt-pc-80 {
  margin-top: 5rem;
}

.mt-pc-81 {
  margin-top: 5.0625rem;
}

.mt-pc-82 {
  margin-top: 5.125rem;
}

.mt-pc-83 {
  margin-top: 5.1875rem;
}

.mt-pc-84 {
  margin-top: 5.25rem;
}

.mt-pc-85 {
  margin-top: 5.3125rem;
}

.mt-pc-86 {
  margin-top: 5.375rem;
}

.mt-pc-87 {
  margin-top: 5.4375rem;
}

.mt-pc-88 {
  margin-top: 5.5rem;
}

.mt-pc-89 {
  margin-top: 5.5625rem;
}

.mt-pc-90 {
  margin-top: 5.625rem;
}

.mt-pc-91 {
  margin-top: 5.6875rem;
}

.mt-pc-92 {
  margin-top: 5.75rem;
}

.mt-pc-93 {
  margin-top: 5.8125rem;
}

.mt-pc-94 {
  margin-top: 5.875rem;
}

.mt-pc-95 {
  margin-top: 5.9375rem;
}

.mt-pc-96 {
  margin-top: 6rem;
}

.mt-pc-97 {
  margin-top: 6.0625rem;
}

.mt-pc-98 {
  margin-top: 6.125rem;
}

.mt-pc-99 {
  margin-top: 6.1875rem;
}

.mt-pc-100 {
  margin-top: 6.25rem;
}

.mt-pc-101 {
  margin-top: 6.3125rem;
}

.mt-pc-102 {
  margin-top: 6.375rem;
}

.mt-pc-103 {
  margin-top: 6.4375rem;
}

.mt-pc-104 {
  margin-top: 6.5rem;
}

.mt-pc-105 {
  margin-top: 6.5625rem;
}

.mt-pc-106 {
  margin-top: 6.625rem;
}

.mt-pc-107 {
  margin-top: 6.6875rem;
}

.mt-pc-108 {
  margin-top: 6.75rem;
}

.mt-pc-109 {
  margin-top: 6.8125rem;
}

.mt-pc-110 {
  margin-top: 6.875rem;
}

.mt-pc-111 {
  margin-top: 6.9375rem;
}

.mt-pc-112 {
  margin-top: 7rem;
}

.mt-pc-113 {
  margin-top: 7.0625rem;
}

.mt-pc-114 {
  margin-top: 7.125rem;
}

.mt-pc-115 {
  margin-top: 7.1875rem;
}

.mt-pc-116 {
  margin-top: 7.25rem;
}

.mt-pc-117 {
  margin-top: 7.3125rem;
}

.mt-pc-118 {
  margin-top: 7.375rem;
}

.mt-pc-119 {
  margin-top: 7.4375rem;
}

.mt-pc-120 {
  margin-top: 7.5rem;
}

.mt-pc-121 {
  margin-top: 7.5625rem;
}

.mt-pc-122 {
  margin-top: 7.625rem;
}

.mt-pc-123 {
  margin-top: 7.6875rem;
}

.mt-pc-124 {
  margin-top: 7.75rem;
}

.mt-pc-125 {
  margin-top: 7.8125rem;
}

.mt-pc-126 {
  margin-top: 7.875rem;
}

.mt-pc-127 {
  margin-top: 7.9375rem;
}

.mt-pc-128 {
  margin-top: 8rem;
}

.mt-pc-129 {
  margin-top: 8.0625rem;
}

.mt-pc-130 {
  margin-top: 8.125rem;
}

.mt-pc-131 {
  margin-top: 8.1875rem;
}

.mt-pc-132 {
  margin-top: 8.25rem;
}

.mt-pc-133 {
  margin-top: 8.3125rem;
}

.mt-pc-134 {
  margin-top: 8.375rem;
}

.mt-pc-135 {
  margin-top: 8.4375rem;
}

.mt-pc-136 {
  margin-top: 8.5rem;
}

.mt-pc-137 {
  margin-top: 8.5625rem;
}

.mt-pc-138 {
  margin-top: 8.625rem;
}

.mt-pc-139 {
  margin-top: 8.6875rem;
}

.mt-pc-140 {
  margin-top: 8.75rem;
}

.mt-pc-141 {
  margin-top: 8.8125rem;
}

.mt-pc-142 {
  margin-top: 8.875rem;
}

.mt-pc-143 {
  margin-top: 8.9375rem;
}

.mt-pc-144 {
  margin-top: 9rem;
}

.mt-pc-145 {
  margin-top: 9.0625rem;
}

.mt-pc-146 {
  margin-top: 9.125rem;
}

.mt-pc-147 {
  margin-top: 9.1875rem;
}

.mt-pc-148 {
  margin-top: 9.25rem;
}

.mt-pc-149 {
  margin-top: 9.3125rem;
}

.mt-pc-150 {
  margin-top: 9.375rem;
}

.mt-pc-151 {
  margin-top: 9.4375rem;
}

.mt-pc-152 {
  margin-top: 9.5rem;
}

.mt-pc-153 {
  margin-top: 9.5625rem;
}

.mt-pc-154 {
  margin-top: 9.625rem;
}

.mt-pc-155 {
  margin-top: 9.6875rem;
}

.mt-pc-156 {
  margin-top: 9.75rem;
}

.mt-pc-157 {
  margin-top: 9.8125rem;
}

.mt-pc-158 {
  margin-top: 9.875rem;
}

.mt-pc-159 {
  margin-top: 9.9375rem;
}

.mt-pc-160 {
  margin-top: 10rem;
}

.mt-pc-161 {
  margin-top: 10.0625rem;
}

.mt-pc-162 {
  margin-top: 10.125rem;
}

.mt-pc-163 {
  margin-top: 10.1875rem;
}

.mt-pc-164 {
  margin-top: 10.25rem;
}

.mt-pc-165 {
  margin-top: 10.3125rem;
}

.mt-pc-166 {
  margin-top: 10.375rem;
}

.mt-pc-167 {
  margin-top: 10.4375rem;
}

.mt-pc-168 {
  margin-top: 10.5rem;
}

.mt-pc-169 {
  margin-top: 10.5625rem;
}

.mt-pc-170 {
  margin-top: 10.625rem;
}

.mt-pc-171 {
  margin-top: 10.6875rem;
}

.mt-pc-172 {
  margin-top: 10.75rem;
}

.mt-pc-173 {
  margin-top: 10.8125rem;
}

.mt-pc-174 {
  margin-top: 10.875rem;
}

.mt-pc-175 {
  margin-top: 10.9375rem;
}

.mt-pc-176 {
  margin-top: 11rem;
}

.mt-pc-177 {
  margin-top: 11.0625rem;
}

.mt-pc-178 {
  margin-top: 11.125rem;
}

.mt-pc-179 {
  margin-top: 11.1875rem;
}

.mt-pc-180 {
  margin-top: 11.25rem;
}

.mt-pc-181 {
  margin-top: 11.3125rem;
}

.mt-pc-182 {
  margin-top: 11.375rem;
}

.mt-pc-183 {
  margin-top: 11.4375rem;
}

.mt-pc-184 {
  margin-top: 11.5rem;
}

.mt-pc-185 {
  margin-top: 11.5625rem;
}

.mt-pc-186 {
  margin-top: 11.625rem;
}

.mt-pc-187 {
  margin-top: 11.6875rem;
}

.mt-pc-188 {
  margin-top: 11.75rem;
}

.mt-pc-189 {
  margin-top: 11.8125rem;
}

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

.mt-pc-192 {
  margin-top: 12rem;
}

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
/* ---------- margin-topの設定 | ここまで ---------- */
/* ---------- URLを折り返す | ここから ---------- */
.url-wrap {
  word-break: break-all;
}

/* ---------- URLを折り返す | ここまで ---------- *//*# sourceMappingURL=style.css.map */