@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

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

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, figure, button {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  height: auto;
}

@font-face {
  font-family: "SubFontForKanji";
  src: local("Noto Sans JP"), url("https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.70.woff2") format("woff2");
  unicode-range: U+7947;
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  color: #7C5D8D;
}

:root {
  --scrollbar: 0;
}

body.is-non-scroll {
  overflow-y: hidden;
}

.l-header-domain-nav {
  -webkit-padding-before: 14px;
          padding-block-start: 14px;
  -webkit-padding-after: 17px;
          padding-block-end: 17px;
  background-image: url("../img/common/bg_washi.png");
  background-repeat: repeat;
  background-position: 0 0;
}
@media screen and (max-width: 1280px) {
  .l-header-domain-nav {
    padding-block: 12px;
    padding-inline: 25px;
  }
}
.l-header-domain-nav-list {
  display: flex;
  flex-flow: row;
  justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1280px) {
  .l-header-domain-nav-list {
    flex-flow: column;
    row-gap: 5px;
  }
}
.l-header-domain-nav-list__link {
  display: block;
  -webkit-padding-before: 12px;
          padding-block-start: 12px;
  -webkit-padding-after: 13px;
          padding-block-end: 13px;
  -webkit-padding-start: 58px;
          padding-inline-start: 58px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  background-color: #fff;
  background-image: url("../img/common/arrow_right_purple2.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .l-header-domain-nav-list__link {
    font-size: 1.2rem;
    -webkit-padding-before: 7px;
            padding-block-start: 7px;
    -webkit-padding-after: 9px;
            padding-block-end: 9px;
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
    -webkit-padding-end: 5px;
            padding-inline-end: 5px;
    background-size: 20px auto;
    background-position: left 12px center;
  }
}
.l-header-domain-nav .-pc {
  display: block;
}
@media screen and (max-width: 1280px) {
  .l-header-domain-nav .-pc {
    display: none;
  }
}
.l-header-domain-nav .-sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header-domain-nav .-sp {
    display: block;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 104px;
  background-color: #fff;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1721px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
  }
}
.l-header .l-header__logo {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
@media screen and (max-width: 1721px) {
  .l-header .l-header__logo {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__logo img {
    width: 108px;
  }
}
.l-header .l-header__logo a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.l-header .l-header__logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1721px) {
  .l-header .l-header__content-wrap {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #E8DFEE;
    width: 100%;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__content-wrap {
    top: 64px;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
}
.l-header .l-header__content-wrap.is-show {
  display: block;
}
.l-header .l-header__content {
  height: 100%;
  display: flex;
  flex-flow: row-reverse;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1721px) {
  .l-header .l-header__content {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__content {
    padding-inline: 14px;
  }
}
.l-header .l-header__content-tops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-padding-end: 128px;
          padding-inline-end: 128px;
}
@media screen and (max-width: 1721px) {
  .l-header .l-header__content-tops {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "tel" "language" "sns";
    row-gap: 16px;
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    height: auto;
  }
  .l-header .l-header__content-tops .l-header-language {
    grid-area: language;
  }
  .l-header .l-header__content-tops .l-header-tel {
    grid-area: tel;
  }
  .l-header .l-header__content-tops .l-header-sns {
    grid-area: sns;
  }
}

@media screen and (min-width: 1722px) {
  .l-header-language {
    position: relative;
  }
  .l-header-language__drop {
    display: none;
    position: absolute;
    top: 40px;
    left: 1px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #767676;
    width: 132px;
  }
  .l-header-language__drop.is-show {
    display: block;
  }
}
.l-header-language__btn {
  display: flex;
  align-items: center;
  -webkit-padding-end: 11px;
          padding-inline-end: 11px;
  height: 29px;
  background-color: #fff;
  background-image: url("../img/common/arrow_pulldown.svg");
  background-repeat: no-repeat;
  background-position: right bottom 8px;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 1721px) {
  .l-header-language__btn {
    display: none;
  }
}
.l-header-language__btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_language_purple.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 8px;
}
.l-header-language__btn button {
  border: 0;
}
.l-header-language__list {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 1721px) {
  .l-header-language__list {
    flex-flow: row;
    justify-content: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
@media screen and (min-width: 1722px) {
  .l-header-language__list > li {
    padding-block: 6px;
  }
}
.l-header-language__list > li a {
  display: inline-block;
  position: relative;
  height: 20px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto, 0;
}
.l-header-language__list > li a::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  display: inline-block;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.l-header-language__list > li a.-eng {
  width: 63px;
  background-image: url("../img/common/text_lang_eng.svg"), url("../img/common/text_lang_eng_over.svg");
}
.l-header-language__list > li a.-zt {
  width: 76px;
  background-image: url("../img/common/text_lang_zt.svg"), url("../img/common/text_lang_zt_over.svg");
}
.l-header-language__list > li a.-zh {
  width: 76px;
  background-image: url("../img/common/text_lang_zh.svg"), url("../img/common/text_lang_zh_over.svg");
}
.l-header-language__list > li a.-ko {
  width: 59px;
  background-image: url("../img/common/text_lang_ko.svg"), url("../img/common/text_lang_ko_over.svg");
}
.l-header-language__list > li a:hover {
  background-size: 0, auto;
}

.l-header-tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-header-tel {
    border-right: none;
    justify-content: center;
  }
}
.l-header-tel span {
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  font-size: 1.2rem;
}
.l-header-tel .-sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header-tel .-sp {
    display: block;
  }
}

.l-header-sns {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
@media screen and (max-width: 1721px) {
  .l-header-sns {
    display: flex;
    flex-flow: row;
    justify-content: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding-block: 8px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.l-header-sns__icons {
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  align-items: center;
  line-height: 0;
}
@media screen and (max-width: 1721px) {
  .l-header-sns__icons {
    justify-content: center;
  }
}
.l-header-sns__icons a {
  display: block;
  width: 29px;
}
.l-header-sns__icons a img {
  width: 100%;
}
.l-header-sns__icons a:hover {
  opacity: 0.8;
}

.l-header-user {
  position: absolute;
  top: 65px;
  right: 28px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .l-header-user {
    align-items: center;
    position: static;
    height: 32px;
    width: 100%;
    background-color: #FBF9EB;
  }
}
@media screen and (max-width: 768px) {
  .l-header-user {
    justify-content: flex-start;
  }
}
.l-header-user span {
  display: inline-block;
  padding-inline: 15px;
  background-color: #FBF9EB;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .l-header-user span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-user.-pc {
    display: none;
  }
}
.l-header-user.-sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header-user.-sp {
    display: flex;
  }
}

.l-header-sp-language {
  display: none;
  position: absolute;
  top: 0;
  right: 200px;
  z-index: 0;
  border: none;
  background-color: #DB3232;
  background-image: url("../img/common/icon_language.svg");
  background-repeat: no-repeat;
  background-position: top 30px center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1721px) {
  .l-header-sp-language {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-sp-language {
    right: 130px;
    width: 65px;
    height: 65px;
    background-position: top 16px center;
  }
}
.l-header-sp-language span {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header-sp-language span {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-header-sp-language:hover {
    opacity: 0.8;
  }
}

.l-header-sp-login {
  display: none;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 0;
  border: none;
  background-color: #7C5D8D;
  background-image: url("../img/common/icon_login.svg");
  background-repeat: no-repeat;
  background-position: top 30px center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1721px) {
  .l-header-sp-login {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-sp-login {
    right: 65px;
    width: 65px;
    height: 65px;
    background-position: top 16px center;
  }
}
.l-header-sp-login span {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header-sp-login span {
    font-size: 1rem;
  }
}
.l-header-sp-login span::after {
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank_white.svg");
}
.l-header-sp-login.-logout {
  background-image: url("../img/common/icon_logout.svg");
}
@media (hover: hover) {
  .l-header-sp-login:hover {
    opacity: 0.8;
  }
}

.l-header-sp-close {
  display: none;
}
@media screen and (max-width: 1721px) {
  .l-header-sp-close {
    display: block;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1721px) {
  .l-header-official {
    max-width: 151px;
  }
  .l-header-official img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1722px) {
  .l-header-official {
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
  }
  .l-header-official-btn {
    display: block;
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .l-header-official-btn:hover img {
    -webkit-animation: bounceMove 2s infinite;
            animation: bounceMove 2s infinite;
  }
  .l-header-official-btn.-spring {
    background-image: url("../img/common/tsukumon_bg_spring.png");
  }
  .l-header-official-btn.-spring:hover {
    background-image: url("../img/common/tsukumon_bg_spring_over.png");
  }
  .l-header-official-btn.-summer {
    background-image: url("../img/common/tsukumon_bg_summer.png");
  }
  .l-header-official-btn.-summer:hover {
    background-image: url("../img/common/tsukumon_bg_summer_over.png");
  }
  .l-header-official-btn.-autumn {
    background-image: url("../img/common/tsukumon_bg_autumn.png");
  }
  .l-header-official-btn.-autumn:hover {
    background-image: url("../img/common/tsukumon_bg_autumn_over.png");
  }
  .l-header-official-btn.-winter {
    background-image: url("../img/common/tsukumon_bg_winter.png");
  }
  .l-header-official-btn.-winter:hover {
    background-image: url("../img/common/tsukumon_bg_winter_over.png");
  }
}
.l-header-official .-pc {
  display: block;
}
@media screen and (max-width: 1721px) {
  .l-header-official .-pc {
    display: none;
  }
}
.l-header-official .-sp {
  display: none;
}
@media screen and (max-width: 1721px) {
  .l-header-official .-sp {
    display: block;
  }
}

@-webkit-keyframes bounceMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounceMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1721px) {
  .l-header-nav {
    display: block;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    height: auto;
  }
}

.l-header-nav-global-list {
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1721px) {
  .l-header-nav-global-list {
    width: auto;
    flex-direction: column;
    border-top: 1px solid #3B2746;
  }
}
.l-header-nav-global-list__link {
  position: relative;
  z-index: 501;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #3B2746;
}
@media screen and (max-width: 1721px) {
  .l-header-nav-global-list__link {
    padding-block: 20px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    background-image: url("../img/common/arrow2_right_purple.svg");
    background-repeat: no-repeat;
    background-position: left 2px center;
    border-bottom: 1px solid #3B2746;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav-global-list__link {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
    background-position: left 4px center;
    background-size: 8px auto;
    font-size: 1.8rem;
  }
}
.l-header-nav-global-list__link::before {
  content: "";
  display: inline-block;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/arrow_right_purple.svg"), url("../img/common/arrow_right_purple3.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto, 0;
}
@media screen and (max-width: 1721px) {
  .l-header-nav-global-list__link::before {
    display: none;
  }
}
.l-header-nav-global-list__link.-blank::after {
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
}
@media screen and (max-width: 1721px) {
  .l-header-nav-global-list__link.-sp-none {
    display: none;
  }
}
.l-header-nav-global-list__link:hover {
  color: #3B2746;
  text-decoration: underline;
}
.l-header-nav-global-list__link:hover::before {
  background-size: 0, auto;
}

.l-header-hamburger-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border: none;
  background-color: #3B2746;
  background-image: url("../img/common/icon_line.svg");
  background-repeat: no-repeat;
  background-position: top 30px center;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
@media screen and (max-width: 1721px) {
  .l-header-hamburger-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-hamburger-btn {
    width: 65px;
    height: 65px;
    background-position: top 16px center;
  }
}
.l-header-hamburger-btn__label {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header-hamburger-btn__label {
    font-size: 1rem;
  }
}
.l-header-hamburger-btn.is-active {
  background-image: url("../img/common/icon_close.svg");
}
@media (hover: hover) {
  .l-header-hamburger-btn:hover {
    opacity: 0.8;
  }
}

.l-container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1320px;
}

.l-footer {
  position: relative;
  padding-block: 40px;
  background-image: url("../img/common/bg_washi.png");
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: 32px;
  }
}
.l-footer::before {
  position: absolute;
  top: -55px;
  left: 14px;
  content: "";
  display: block;
  width: 475px;
  height: 83px;
  background-image: url("../img/common/footer_bg1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .l-footer::before {
    display: none;
  }
}
.l-footer::after {
  position: absolute;
  top: -158px;
  right: 165px;
  content: "";
  display: block;
  width: 309px;
  height: 186px;
  background-image: url("../img/common/footer_bg2.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 1710px) {
  .l-footer::after {
    display: none;
  }
}
.l-footer :where(.l-header-language__list) {
  flex-flow: row;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("../img/common/arrow2_right_purple.svg");
  background-repeat: no-repeat;
  background-position: left top 0.4em;
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
}
@media screen and (max-width: 768px) {
  .l-footer :where(.l-header-language__list) {
    background-position: left top 0.5em;
  }
}
.l-footer :where(.l-header-language__list) > li {
  padding-block: 0px;
}

.l-footer-column {
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
}
@media screen and (max-width: 1280px) {
  .l-footer-column {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-column {
    row-gap: 16px;
  }
}

.l-footer-logo {
  line-height: 0;
}
@media screen and (max-width: 1280px) {
  .l-footer-logo {
    display: flex;
    align-items: center;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-logo {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-logo__logo {
    width: 100%;
    height: 48px;
    background-image: url("../img/common/footer_bg2_sp_2x.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 210px 48px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-logo__logo img {
    position: relative;
    top: 7px;
    width: 106px;
  }
}
.l-footer-logo__content {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer-logo__content {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-logo__content img {
    width: 335px;
  }
}

.l-footer-links-list {
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-margin-before: 7px;
          margin-block-start: 7px;
}
@media screen and (max-width: 1280px) {
  .l-footer-links-list {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-links-list {
    row-gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-links-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-links-list .c-small-btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-links-list.-pc {
    display: none;
  }
}
.l-footer-links-list.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer-links-list.-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

@media screen and (max-width: 1280px) {
  .l-footer-links-wrap {
    padding-inline: 20px;
  }
}

.l-footer-link {
  display: grid;
  row-gap: 11px;
}
@media screen and (max-width: 1280px) {
  .l-footer-link {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-link {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 8px;
  }
}
.l-footer-link > li {
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("../img/common/arrow2_right_purple.svg");
  background-repeat: no-repeat;
  background-position: left top 0.6em;
}
@media screen and (max-width: 768px) {
  .l-footer-link > li {
    background-position: left top 0.5em;
  }
}
.l-footer-link > li > a {
  display: inline-block;
  font-weight: 700;
  color: #333;
}
.l-footer-link > li > a:hover {
  color: #7C5D8D;
  text-decoration: underline;
}
.l-footer-link > li > a.-blank::after {
  content: "";
  display: inline-block;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.l-footer-link + .c-small-btn {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.l-footer-pagetop {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-inline: auto;
  padding-inline: 24px;
}

.l-footer-pagetop-btn {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 32px;
  z-index: 50;
  width: 62px;
  height: 62px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.l-footer-pagetop-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background-color: #7C5D8D;
  background-image: url("../img/common/pagetop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn::before {
    width: 50px;
    height: 50px;
    background-size: 17px auto;
  }
}
.l-footer-pagetop-btn span {
  display: block;
  -webkit-padding-before: 66px;
          padding-block-start: 66px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn span {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
}
.l-footer-pagetop-btn.is-show {
  opacity: 1;
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}
.l-footer-pagetop-btn.is-fixed {
  position: fixed;
  right: 20px;
  bottom: 32px;
}
.l-footer-pagetop-btn:hover::before {
  background-color: #3B2746;
}

.l-footer-copyright {
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  font-size: 1.4rem;
  text-align: center;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .l-footer-copyright {
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    font-size: 1rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#0048C5;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.js-acc__panel {
  display: none;
}
.js-acc__panel.is-open {
  display: block;
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}

.c-page-heading {
  padding-block: 32px;
  padding-inline: 20px;
  background-color: #E8DFEE;
  color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .c-page-heading {
    padding-block: 24px;
  }
}
.c-page-heading__heading {
  margin-inline: auto;
  max-width: 1200px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .c-page-heading__heading {
    font-size: 2.4rem;
  }
}

.c-heading-icon {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading-icon {
    font-size: 2.4rem;
  }
}
.c-heading-icon::after {
  content: attr(data-eng) " ";
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #DB3232;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-heading-icon::after {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    font-size: 1rem;
  }
}
.c-heading-icon__icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading-icon__icon img {
    width: auto;
    height: 24px;
  }
}
.c-heading-icon.-horizontal {
  text-align: left;
}
.c-heading-icon.-horizontal .c-heading-icon__icon {
  display: inline-block;
  position: relative;
  top: 3px;
}
.c-heading-icon + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .c-heading-icon + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-heading-style-a {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  border-bottom: 3px solid #BDADC6;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading-style-a {
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    font-size: 1.8rem;
  }
}
.c-heading-style-a + * {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-a + * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.c-heading-style-b {
  padding-block: 18px;
  padding-inline: 16px;
  background-color: #E8DFEE;
  width: 100%;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b {
    padding-block: 20px;
    padding-inline: 20px;
    font-size: 2rem;
  }
}
.c-heading-style-b.-column {
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b.-column {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.c-heading-style-b.-column .c-heading-style-b__tag {
  display: flex;
  flex-shrink: 0;
  flex-flow: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b.-column .c-heading-style-b__tag {
    flex-flow: row;
  }
}
.c-heading-style-b.-column .c-heading-style-b__text {
  display: block;
}
.c-heading-style-b + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-heading-style-c {
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: 3px solid #BDADC6;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-c {
    font-size: 1.8rem;
  }
}
.c-heading-style-c .p-tag {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.c-heading-style-c + * {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.c-heading-style-d {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-d {
    font-size: 1.8rem;
  }
}
.c-heading-style-d + * {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}

.c-heading-style-e {
  padding-block: 18px;
  padding-inline: 18px;
  background-color: #FBF9EB;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading-style-e {
    padding-block: 16px;
    padding-inline: 16px;
    font-size: 1.8rem;
  }
}
.c-heading-style-e + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-e + * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.c-heading-style-f {
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: 1px solid #7F7F7F;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-f {
    font-size: 1.6rem;
  }
}
.c-heading-style-f + * {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.c-section-box {
  width: 100%;
}
.c-section-box.-inner-level1 + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-inner-level1 + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.c-section-box.-inner-level1 + .c-btn-wrap {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-inner-level1 + .c-btn-wrap {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.c-section-box + * {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-section-box + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.c-section-border {
  -webkit-padding-after: 48px;
          padding-block-end: 48px;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  .c-section-border {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}
.c-section-border.-non-border {
  -webkit-padding-after: 0;
          padding-block-end: 0;
  border-bottom: none;
}
.c-section-border + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .c-section-border + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.c-content-wrap {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
  -webkit-padding-after: 178px;
          padding-block-end: 178px;
}
@media screen and (max-width: 768px) {
  .c-content-wrap {
    -webkit-padding-after: 70px;
            padding-block-end: 70px;
  }
}

.c-text-box p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.c-text-box.-right {
  text-align: right;
}
.c-text-box.-center {
  text-align: center;
}
.c-text-box.-large {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-text-box.-large {
    font-size: 1.6rem;
  }
}
.c-text-box + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.c-catch-copy {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-catch-copy {
    font-size: 1.8rem;
  }
}
.c-catch-copy + * {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 768px) {
  .c-catch-copy + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-topic-path {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .c-topic-path {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.c-topic-path__list {
  margin-inline: auto;
  max-width: 1200px;
}
.c-topic-path__list > li {
  display: inline-block;
  font-size: 1.4rem;
}
.c-topic-path__list > li::before {
  display: inline-block;
  content: "";
  background-image: url("../img/common/arrow_right_purple4.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 10px;
}
.c-topic-path__list > li:first-child::before {
  display: none;
}
.c-topic-path__list > li a {
  color: #333;
  text-decoration: underline;
}
.c-topic-path__list > li a:hover {
  text-decoration: none;
}
.c-topic-path + .c-section-box {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .c-topic-path + .c-section-box {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.c-pager {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pager {
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
  }
}
.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.c-pager__list > li .nav {
  display: inline-block;
  padding-block: 12px;
  padding-inline: 14px;
  border-radius: 10px;
  background-color: #DBDBDB;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pager__list > li .nav {
    padding-block: 8px;
    padding-inline: 0;
    width: 52px;
    font-size: 1.6rem;
  }
}
.c-pager__list > li a.nav {
  background-color: #7C5D8D;
  color: #fff;
  transition: all 0.3s ease;
}
.c-pager__list > li a.nav:hover {
  background-color: #3B2746;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-pager__list > li:nth-child(2) {
    width: calc(100% - 120px);
  }
}
.c-pager__num-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-pager__num-list {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.c-pager__num-list .number {
  display: inline-block;
  padding-block: 4px;
  min-width: 32px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #7C5D8D;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-pager__num-list .number {
    padding-block: 2px;
    border-radius: 6px;
    min-width: 28px;
  }
}
.c-pager__num-list .number.-current {
  border-color: #fff;
}
.c-pager__num-list .number:hover {
  border-width: 3px;
}
.c-pager__num-list .ellipsis {
  line-height: 0;
}
.c-pager__num-list .ellipsis img {
  vertical-align: middle;
}
.c-pager + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-pager :where(.p-search-sort__link) {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-pager :where(.p-search-sort__link) {
    position: static;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.c-btn-wrap .c-basic-btn {
  margin-inline: auto;
}
.c-btn-wrap.-mt-small {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-mt-small {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-btn-wrap.-flex {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-flex {
    flex-direction: column;
    row-gap: 32px;
  }
}
.c-btn-wrap.-flex .c-basic-btn {
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-flex .c-basic-btn {
    margin-inline: auto;
  }
}
.c-btn-wrap.-three {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-three {
    flex-direction: column;
    row-gap: 8px;
  }
  .c-btn-wrap.-three .c-basic-btn {
    width: 100%;
  }
}
.c-btn-wrap.-five {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  .c-btn-wrap.-five {
    flex-wrap: wrap;
    row-gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-five {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .c-btn-wrap.-five .c-basic-btn {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-five .c-basic-btn {
    width: calc(50% - 2.5px);
  }
}
.c-btn-wrap.-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-navigation {
    flex-direction: column;
    row-gap: 8px;
  }
}
.c-btn-wrap.-navigation .c-basic-btn {
  margin-inline: unset;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1280px) {
  .c-btn-wrap.-navigation .c-basic-btn {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-navigation .c-basic-btn {
    width: 100%;
  }
}
.c-btn-wrap + .p-info-box, .c-btn-wrap + .c-image-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-btn-wrap + .c-section-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap + .c-section-box {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.c-small-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 28px 14px;
  border-radius: 20px;
  width: 225px;
  min-height: 32px;
  border: none;
  background-color: #fff;
  color: #7C5D8D;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-small-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  width: 12px;
  height: 100%;
  background-image: url("../img/common/arrow_right_purple.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
.c-small-btn:hover {
  background-color: #7C5D8D;
  color: #fff;
}
.c-small-btn:hover::before {
  background-image: url("../img/common/arrow_right_white.svg");
}

.c-link-image {
  display: block;
  color: #333;
  transition: all 0.3s ease;
}
.c-link-image img {
  border-radius: 30px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-link-image img {
    border-radius: 20px;
  }
}
.c-link-image__link {
  display: block;
  -webkit-padding-before: 2px;
          padding-block-start: 2px;
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background-image: url("../img/common/arrow_right_purple2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 28px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-link-image__link {
    min-height: 20px;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 26px;
            padding-inline-start: 26px;
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
    background-size: 20px 20px;
    font-size: 1.6rem;
  }
}
.c-link-image__price {
  display: block;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 2.4rem;
  color: #7C5D8D;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-link-image__price {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    font-size: 1.6rem;
  }
}
.c-link-image__price span {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-link-image__price span {
    font-size: 2.4rem;
  }
}
.c-link-image__text {
  display: block;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-link-image__text {
    font-size: 1.4rem;
  }
}
.c-link-image:hover {
  opacity: 0.8;
}

.c-link-text {
  text-decoration: underline;
  color: #7C5D8D;
}
.c-link-text:hover {
  text-decoration: none;
}
.c-link-text.-arrow::before {
  content: "";
  display: inline-block;
  margin-inline: 8px;
  width: 6px;
  height: 10px;
  background-image: url("../img/common/arrow2_right_purple.svg");
  background-repeat: no-repeat;
}
.c-link-text.-blank::after {
  content: "";
  display: inline-block;
  margin-inline: 4px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.c-link-text.-pdf::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_pdf_purple.svg");
  background-repeat: no-repeat;
}

.c-link-text-wrap.-width1 {
  width: 402px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-link-text-wrap.-width1 {
    width: 295px;
  }
}

.c-list > li {
  position: relative;
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
}
@media screen and (max-width: 768px) {
  .c-list > li {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.c-list > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65rem;
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .c-list > li::before {
    top: 0.5rem;
    width: 14px;
    height: 14px;
  }
}

.c-note-list > li {
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
  -webkit-margin-start: 1.2em;
          margin-inline-start: 1.2em;
}
.c-note-list > li::before {
  display: inline-block;
  margin-left: -1.2em;
  content: "※";
  width: 1.2em;
}
.c-note-list + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-note-list + * {
    margin-top: 16px;
  }
}

.c-basic-table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #E8DFEE;
  width: 100%;
}
.c-basic-table thead tr th {
  padding-block: 8px;
  background-color: #E8DFEE;
  border-left: 1px solid #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-basic-table thead tr th:first-child {
  border-left: none;
}
.c-basic-table tr th.-cell-yellow {
  padding-block: 8px;
  border: 1px solid #CBCBCB;
  border-top: none;
  border-bottom: none;
  background-color: #FBF9EB;
  font-size: 1.4rem;
}
.c-basic-table tr td {
  padding-block: 8px;
  border: 1px solid #CBCBCB;
  border-top: none;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-basic-table tr td {
    font-size: 1.5rem;
  }
}
.c-basic-table tr td.-left {
  padding-inline: 8px;
  text-align: left;
}
.c-basic-table tr.-cell-yellow td {
  background-color: #FBF9EB;
  color: #DB3232;
}
.c-basic-table.-style1 th:first-child {
  width: 50%;
}
.c-basic-table.-style2 th:first-child {
  width: 90px;
}
.c-basic-table.-style3 thead th:nth-child(1) {
  width: 90px;
}
@media screen and (max-width: 1000px) {
  .c-basic-table.-style3 thead th:nth-child(1) {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style3 thead th:nth-child(1) {
    width: 30px;
  }
}
.c-basic-table.-style3 thead th:nth-child(2) {
  width: 84px;
}
@media screen and (max-width: 1000px) {
  .c-basic-table.-style3 thead th:nth-child(2) {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style3 thead th:nth-child(2) {
    width: 60px;
  }
}
.c-basic-table.-style3 thead th:nth-child(3) {
  width: 123px;
}
@media screen and (max-width: 1000px) {
  .c-basic-table.-style3 thead th:nth-child(3) {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style3 thead th:nth-child(3) {
    width: 76px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style3 thead th:nth-child(4) {
    width: 100px;
  }
}
.c-basic-table.-style3 thead th:nth-child(6), .c-basic-table.-style3 thead th:nth-child(7) {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .c-basic-table.-style3 thead th:nth-child(6), .c-basic-table.-style3 thead th:nth-child(7) {
    width: 140px;
  }
}
.c-basic-table.-style4 {
  table-layout: auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style4 {
    width: 100%;
  }
}
.c-basic-table.-style4 td:nth-child(2) {
  width: 98px;
}
.c-basic-table + .c-btn-wrap {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-basic-table + .c-btn-wrap {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
.c-basic-table + .c-basic-table2 {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
.c-basic-table + .p-info-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-basic-table + .c-basic-table {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.c-basic-table2 {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-basic-table2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table2 tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table2 tr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table2 tr:last-child td {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.c-basic-table2 tr th {
  padding-block: 14px;
  padding-inline: 16px;
  border-bottom: 1px solid #fff;
  width: 294px;
  background-color: #E8DFEE;
}
@media screen and (max-width: 768px) {
  .c-basic-table2 tr th {
    display: block;
    padding-block: 10px;
    padding-inline: 10px;
    width: 100%;
    text-align: left;
  }
}
.c-basic-table2 tr td {
  padding-block: 14px;
  padding-inline: 16px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-basic-table2 tr td {
    display: block;
    padding-block: 8px 16px;
    padding-inline: 0;
  }
}
.c-basic-table2 + .c-btn-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-basic-table2 + .p-info-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-basic-table2 + .c-section-box.-inner-level1 {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

@media screen and (max-width: 768px) {
  .c-table-sp-scroll {
    overflow-x: scroll;
  }
  .c-table-sp-scroll .c-basic-table.-style3 {
    width: 800px;
  }
}
.c-table-sp-scroll + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.c-large-photo-content {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .c-large-photo-content {
    flex-direction: column;
  }
}
.c-large-photo-content__image {
  width: 62.5%;
}
@media screen and (max-width: 1280px) {
  .c-large-photo-content__image {
    width: 100%;
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
.c-large-photo-content__image img {
  border-radius: 0 30px 30px 0;
  max-width: 100%;
  width: 100%;
}
.c-large-photo-content__content {
  -webkit-margin-start: -110px;
          margin-inline-start: -110px;
  padding-block: 56px;
  padding-inline: 64px;
  border-radius: 30px 0 0 30px;
  background-color: #fff;
  width: 43.125%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1700px) {
  .c-large-photo-content__content {
    -webkit-margin-before: 85px;
            margin-block-start: 85px;
  }
}
@media screen and (max-width: 1280px) {
  .c-large-photo-content__content {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .c-large-photo-content__content {
    padding-block: 24px 0;
    padding-inline: 20px;
  }
}

.c-image-box img {
  max-width: 100%;
  height: auto;
}
.c-image-box.-center {
  text-align: center;
}
.c-image-box + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .c-image-box + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-image-box + .c-btn-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-image-box + .c-btn-wrap {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

picture.c-image-box {
  display: block;
}

.c-image-and-content {
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.c-image-and-content__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 315px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.c-image-and-content__image > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image > a {
    display: inline;
    width: auto;
    height: auto;
  }
}
.c-image-and-content__image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.c-image-and-content__image.-ratio-3_2 img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-and-content__image :where(.c-btn-wrap) {
  width: 100%;
}
.c-image-and-content__image :where(.c-note-list) {
  text-align: left;
}
.c-image-and-content__content {
  width: calc(100% - 315px - 32px);
}
@media screen and (max-width: 768px) {
  .c-image-and-content__content {
    width: 100%;
  }
}
.c-image-and-content.-right-image {
  flex-direction: row-reverse;
}
.c-image-and-content.-half-image {
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media screen and (max-width: 1280px) {
  .c-image-and-content.-half-image {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.c-image-and-content.-half-image .c-image-and-content__image {
  width: 582px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .c-image-and-content.-half-image .c-image-and-content__image {
    width: 100%;
  }
}
.c-image-and-content.-half-image .c-image-and-content__content {
  width: calc(100% - 582px - 36px);
}
@media screen and (max-width: 1280px) {
  .c-image-and-content.-half-image .c-image-and-content__content {
    width: 100%;
  }
}
.c-image-and-content.-half-image.-has-btn {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-image-and-content.-half-image.-has-btn {
    row-gap: 32px;
  }
}
.c-image-and-content.-half-image.-has-btn .c-image-and-content__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-image-and-content.-half-image.-has-btn .c-image-and-content__image {
    align-items: flex-start;
  }
}
.c-image-and-content + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-input-textbox {
  padding-block: 10px;
  padding-inline: 16px;
  border: none;
  border-radius: 0;
  width: 100%;
  background-color: #E8DFEE;
  font-size: 2rem;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-input-textbox {
    padding-block: 7px;
    font-size: 1.8rem;
  }
}
.c-input-textbox.-width1 {
  width: 402px;
}
@media screen and (max-width: 768px) {
  .c-input-textbox.-width1 {
    width: 100%;
  }
}
.c-input-textbox.-width2 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .c-input-textbox.-width2 {
    width: 100%;
  }
}
.c-input-textbox::-webkit-input-placeholder {
  color: #333;
}
.c-input-textbox::-ms-input-placeholder {
  color: #333;
}
.c-input-textbox::placeholder {
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-input-textbox::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-input-textbox::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-input-textbox::placeholder {
    font-size: 1.4rem;
  }
}

.c-input-textbox2 {
  padding-block: 7px;
  padding-inline: 16px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #7F7F7F;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-input-textbox2 {
    padding-block: 6px;
  }
}
.c-input-textbox2.-width1 {
  width: 68px;
}
.c-input-textbox2.-width2 {
  width: calc(100% - 84px);
}
.c-input-textbox2.-width3 {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .c-input-textbox2.-width3 {
    width: 100%;
  }
}
.c-input-textbox2.-width4 {
  width: 100px;
}
@media screen and (max-width: 374px) {
  .c-input-textbox2.-width4 {
    width: 80px;
  }
}
.c-input-textbox2.-width6 {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .c-input-textbox2.-width6 {
    width: calc(100% - 36px);
  }
}
.c-input-textbox2.-width7 {
  width: 56px;
}
.c-input-select {
  display: inline-block;
  position: relative;
  border-radius: 0;
  background-color: #E8DFEE;
}
.c-input-select select {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-block: 10px;
  padding-inline: 16px;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-input-select select {
    font-size: 1.4rem;
    padding-inline: 12px;
  }
}
.c-input-select select::-ms-expand {
  display: none;
}
.c-input-select::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: inline-block;
  top: 0;
  right: 10px;
  width: 24px;
  height: 100%;
  background-image: url("../img/common/arrow_bottom_purple2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-input-select::after {
    right: 8px;
    width: 20px;
    background-size: 20px 20px;
  }
}
.c-input-select.-width1 {
  width: 197px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width1 {
    width: 116px;
  }
}
.c-input-select.-width2 {
  width: 197px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width2 {
    width: 76px;
  }
}
.c-input-select.-width3 {
  width: 402px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width3 {
    width: 100%;
  }
}
.c-input-select.-width4 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width4 {
    width: 100%;
  }
}
.c-input-select.-width5 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width5 {
    width: 129px;
  }
}
.c-input-select.-width6 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width6 {
    width: 241px;
  }
}
.c-input-select.-bg-white {
  background-color: #fff;
}
.c-input-select.-bg-white select {
  -webkit-padding-end: 28px;
          padding-inline-end: 28px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-bg-white select {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
}
.c-input-select.-bg-white::after {
  right: 0;
}

.c-input-select2 {
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 1px solid #7F7F7F;
  background-color: #fff;
}
.c-input-select2 select {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-block: 7px;
  padding-inline: 16px;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-input-select2 select {
    font-size: 1.4rem;
  }
}
.c-input-select2 select::-ms-expand {
  display: none;
}
.c-input-select2::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: inline-block;
  top: 0;
  right: 8px;
  width: 8px;
  height: 100%;
  background-image: url("../img/common/arrow_pulldown.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-input-select2.-width1 {
  width: 128px;
}
.c-input-select2.-width2 {
  width: 218px;
}

.c-input-checkbox {
  display: inline-block;
  text-align: left;
}
.c-input-checkbox__text {
  position: relative;
  display: inline-block;
  -webkit-padding-start: 46px;
          padding-inline-start: 46px;
  padding-block: 2px;
  width: auto;
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-input-checkbox__text {
    padding-block: 6px;
    -webkit-padding-start: 42px;
            padding-inline-start: 42px;
    font-size: 1.4rem;
  }
}
.c-input-checkbox__text::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #7C5D8D;
}
.c-input-checkbox__text::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 11px;
  height: 17px;
  border-right: 3px solid #7C5D8D;
  border-bottom: 3px solid #7C5D8D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-input-checkbox__input {
  -webkit-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
}
.c-input-checkbox__input:checked + .c-input-checkbox__text::before {
  border-color: #7C5D8D;
}
.c-input-checkbox__input:checked + .c-input-checkbox__text::after {
  opacity: 1;
}
.c-input-checkbox__input + .c-input-checkbox__text::before {
  background-color: #fff;
}
.c-input-checkbox:hover .c-input-checkbox__text {
  color: #7C5D8D;
}

.c-form-parts-text {
  display: inline-block;
  padding-inline: 12px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form-parts-text {
    font-size: 1.4rem;
  }
}
.c-form-parts-text.-style1 {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  width: 46px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form-parts-text.-style1 {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    padding-inline: 0;
    width: 37px;
  }
}
@media screen and (max-width: 768px) {
  .c-form-parts-text.-style2 {
    padding-inline: 8px 0;
  }
}
.c-form-parts-text.-style3 {
  padding-inline: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form-parts-text.-style3 {
    font-size: 1.4rem;
  }
}
.c-form-parts-text.-style3 + * {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.c-form-parts-text.-style4 {
  padding-inline: 0;
  width: 84px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form-parts-text.-style4 {
    font-size: 1.4rem;
  }
}
.c-form-parts-text.-style4 + * {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.c-form-parts-text.-style5 {
  padding-inline: 0;
  width: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form-parts-text.-style5 {
    font-size: 1.4rem;
  }
}
.c-form-parts-text.-style5 + * {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

* + .c-form-parts-text.-style3 {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
}
.c-form-parts-list.-style1 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-form-parts-list.-style1 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.c-form-parts-list.-style2 {
  row-gap: 8px;
}
.c-form-parts-list.-style2 > li {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-form-parts-list.-style3 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.c-require-text {
  color: #DB3232;
  font-size: 1.4rem;
}

.c-form-text {
  margin-block: 8px;
  font-size: 1.4rem;
}
.c-step-flow {
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-step-flow {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }
}
.c-step-flow > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 64px;
  background-color: #DBDBDB;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #7F7F7F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-step-flow > li {
    padding-block: 8px;
    height: auto;
    width: calc(50% - 3px);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-step-flow > li br {
    display: none;
  }
}
.c-step-flow > li.-current {
  background-color: #7C5D8D;
  color: #fff;
}
.c-step-flow + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.c-modal-group__prev, .c-modal-group__next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C5D8D;
  border: none;
  background-color: transparent;
}
.c-modal-group__prev::after, .c-modal-group__next::after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.c-modal-group__prev.-disabled, .c-modal-group__next.-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.c-modal-group__prev {
  left: -36px;
}
.c-modal-group__prev::after {
  content: "prev";
}
.c-modal-group__next {
  right: -36px;
}
.c-modal-group__next::after {
  content: "next";
}

.c-modal {
  display: block;
}
:where(:has(.c-modal__content.-image-only)) .c-modal {
  text-align: center;
}
.c-modal[aria-hidden=true] {
  display: none;
}
.c-modal [tabindex] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.96);
  z-index: 110;
}
.c-modal [role=dialog] {
  background-color: #fff;
  max-width: 1280px;
  width: calc(100% - 80px);
  height: calc(100dvh - 160px);
  margin: 80px auto;
  padding: 16px;
  position: relative;
}
.c-modal__content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.c-modal__content.-image-only {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
}
.c-modal__close-button {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  margin-inline: auto;
}

.c-modal-trigger {
  position: relative;
  z-index: 1;
}
.c-modal-trigger__zoom-button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
}

.c-news-list {
  position: relative;
  z-index: 3;
  border-top: 1px solid #CBCBCB;
}
.c-news-list > li {
  padding-block: 12px;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  .c-news-list > li {
    font-size: 1.6rem;
  }
}
.c-news-list__content {
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("../img/common/arrow2_right_purple.svg");
  background-repeat: no-repeat;
  background-position: left top 0.6em;
}
@media screen and (max-width: 768px) {
  .c-news-list__content {
    background-position: left top 0.4em;
  }
}
.c-news-list__content a {
  text-decoration: underline;
  color: #7C5D8D;
}
.c-news-list__content a.-blank::after {
  content: "";
  display: inline-block;
  margin-inline: 4px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.c-news-list__content a:hover {
  text-decoration: none;
}
.c-news-list + * {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-news-list + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.c-faq {
  position: relative;
}
.c-faq__heading-wrap {
  position: relative;
  border-radius: 10px;
  background-color: #FBF9EB;
  display: flex;
  width: 100%;
}
.c-faq__heading-wrap:hover .c-faq__heading {
  color: #7C5D8D;
  text-decoration: underline;
}
.c-faq__heading {
  padding-block: 20px;
  padding-inline: 64px 8px;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-faq__heading {
    padding-block: 16px;
    -webkit-padding-start: 52px;
            padding-inline-start: 52px;
    font-size: 1.6rem;
  }
}
.c-faq__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 32px;
  height: 32px;
  background-image: url("../img/common/icon_faq1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-faq__heading::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.c-faq__heading.-trigger {
  cursor: pointer;
}
.c-faq__button {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  background-image: url("../img/common/arrow_top_purple3.svg"), url("../img/common/arrow_bottom_purple3.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0, auto;
  width: 52px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq__button {
    width: 36px;
    background-size: 0, 20px;
  }
}
.c-faq__button.is-show {
  background-size: auto, 0;
}
@media screen and (max-width: 768px) {
  .c-faq__button.is-show {
    background-size: 20px, 0;
  }
}
.c-faq__answer {
  position: relative;
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  padding-inline: 64px 20px;
}
@media screen and (max-width: 768px) {
  .c-faq__answer {
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    padding-inline: 52px 16px;
  }
}
.c-faq__answer::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 20px;
  width: 32px;
  height: 32px;
  background-image: url("../img/common/icon_faq2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-faq__answer::before {
    top: 24px;
    left: 16px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.c-faq__answer p + p {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.c-faq__answer a:not([class]) {
  text-decoration: underline;
}
.c-faq__answer a:not([class]):hover {
  text-decoration: none;
}
.c-faq__answer.-acc {
  display: none;
}
.c-faq__answer.is-show {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.c-faq + .c-faq {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (max-width: 768px) {
  .c-faq + .c-faq {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-faq + .c-info-box {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}

.c-purple-text {
  color: #7C5D8D;
}

.c-red-text {
  color: #DB3232;
}

.c-weight-text.-medium {
  font-weight: 500;
}
.c-weight-text.-bold {
  font-weight: 700;
}
.c-weight-text.-black {
  font-weight: 900;
}

.c-cookie-box {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 375px;
  padding: 32px;
  background-color: #fff;
  z-index: 1010;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cookie-box {
    width: 100%;
    padding-block: 16px;
  }
}
.c-cookie-box.is-active {
  display: block;
}
.c-cookie-box__text p + p {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__text {
    font-size: 1.2rem;
  }
}
.c-cookie-box__button-close {
  padding: 0;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: transparent;
  border: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.c-cookie-box__button-close img {
  display: block;
}
.c-cookie-box__button-ok {
  width: 100%;
  background-color: #DB3232;
  color: #fff;
  border: none;
  font-weight: bold;
  padding-block: 17px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__button-ok {
    font-size: 1.2rem;
    padding-block: 16px;
    margin-top: 24px;
  }
}
.c-cookie-box__button-ok:hover {
  opacity: 0.8;
}

.c-basic-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 50px 28px;
  border-radius: 50px;
  width: 402px;
  min-height: 67px;
  height: 100%;
  border: 1px solid #7C5D8D;
  background-color: #7C5D8D;
  color: #fff;
  font-family: "SubFontForKanji", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-basic-btn {
    width: 295px;
    min-height: 52px;
    font-size: 1.6rem;
  }
}
.c-basic-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 28px;
  height: 100%;
  background-image: url("../img/common/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-basic-btn::before {
    width: 20px;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-btn .lang-text {
    height: 15px;
  }
}
.c-basic-btn.-mini {
  padding-inline: 48px 30px;
  width: 200px;
  min-height: 53px;
  font-size: 1.6rem;
}
.c-basic-btn.-mini::before {
  left: 16px;
  width: 24px;
  background-size: 24px auto;
}
.c-basic-btn.-back {
  padding-inline: 40px 30px;
  width: 336px;
  border: 2px solid #7F7F7F;
  background-color: #fff;
  font-size: 1.8rem;
  color: #7F7F7F;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-back {
    padding-inline: 40px 24px;
    width: 280px;
    font-size: 1.6rem;
  }
}
.c-basic-btn.-back::before {
  width: 20px;
  background-image: url("../img/common/arrow_left_gray.svg"), url("../img/common/arrow_left_purple2.svg");
  background-size: auto, 0;
}
.c-basic-btn.-back:hover:not([disabled]) {
  border-color: #7C5D8D;
  background-color: #fff;
  color: #7C5D8D;
}
.c-basic-btn.-back:hover:not([disabled])::before {
  background-size: 0, auto;
}
.c-basic-btn.-back-close {
  padding-inline: 40px 30px;
  width: 336px;
  border: 2px solid #7F7F7F;
  background-color: #fff;
  font-size: 1.8rem;
  color: #7F7F7F;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-back-close {
    padding-inline: 40px 24px;
    width: 280px;
    font-size: 1.6rem;
  }
}
.c-basic-btn.-back-close::before {
  width: 20px;
  background-image: url("../img/common/arrow_icon_close3.svg"), url("../img/common/arrow_icon_close3_purple.svg");
  background-size: auto, 0;
}
.c-basic-btn.-back-close:hover:not([disabled]) {
  border-color: #7C5D8D;
  background-color: #fff;
  color: #7C5D8D;
}
.c-basic-btn.-back-close:hover:not([disabled])::before {
  background-size: 0, auto;
}
.c-basic-btn.-gray {
  padding-inline: 40px 30px;
  border: 2px solid #CBCBCB;
  background-color: #CBCBCB;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-gray {
    padding-inline: 40px 24px;
  }
}
.c-basic-btn.-gray::before {
  width: 28px;
  background-image: url("../img/common/arrow_icon_close2.svg");
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-gray::before {
    width: 20px;
  }
}
.c-basic-btn.-gray:hover:not([disabled]) {
  border-color: #A8A8A8;
  background-color: #A8A8A8;
}
.c-basic-btn.-down {
  padding-inline: 40px 30px;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-down {
    padding-inline: 40px 24px;
  }
}
.c-basic-btn.-down::before {
  width: 20px;
  background-image: url("../img/common/arrow_bottom_white.svg");
}
.c-basic-btn.-small {
  width: 336px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-small {
    width: 280px;
    font-size: 1.6rem;
  }
}
.c-basic-btn.-close {
  padding-inline: 32px 0;
  text-align: left;
  width: 124px;
  min-height: auto;
  height: 44px;
  font-size: 1.6rem;
}
.c-basic-btn.-close::before {
  left: 20px;
  width: 20px;
  background-image: url("../img/common/arrow_bottom_white.svg");
}
.c-basic-btn.-close.is-show::before {
  background-image: url("../img/common/arrow_icon_close.svg");
}
.c-basic-btn.-zoom::after {
  content: "";
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_zoom.svg");
}
.c-basic-btn.-blank::after {
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  width: 13px;
  height: 12px;
  background-image: url("../img/common/icon_blank_white.svg");
}
.c-basic-btn.-pdf::after {
  content: "";
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon_pdf.svg");
}
.c-basic-btn.-narrow {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-narrow {
    padding-inline: 32px 22px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-narrow::before {
    left: 10px;
    width: 16px;
    background-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-sp-narrow {
    padding-inline: 32px 22px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-sp-narrow::before {
    left: 10px;
    width: 16px;
    background-size: 16px;
  }
}
.c-basic-btn.-text-narrow {
  padding-inline: 42px 32px;
  letter-spacing: -0.05em;
}
.c-basic-btn.-full {
  width: 100%;
}
.c-basic-btn:disabled {
  opacity: 0.1;
  cursor: default;
}
.c-basic-btn:hover:not([disabled]) {
  background-color: #3B2746;
}

.p-top-keyword-slider-wrap {
  position: relative;
  background-color: #E8DFEE;
  padding-inline: 20px;
}

.p-top-keyword-slider-wrap2 {
  position: relative;
  margin-inline: auto;
  max-width: 1400px;
  padding-inline: 44px;
}
@media screen and (max-width: 768px) {
  .p-top-keyword-slider-wrap2 {
    padding-inline: 0;
  }
}

.p-top-keyword-slider {
  position: relative;
  padding-block: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-keyword-slider {
    -webkit-padding-after: 23px;
            padding-block-end: 23px;
  }
}
.p-top-keyword-slider__slide {
  width: auto;
  display: inline-block;
  padding-block: 5px;
  padding-inline: 10px;
  background-color: #fff;
  font-size: 1.4rem;
  color: #DB3232;
}
@media screen and (max-width: 768px) {
  .p-top-keyword-slider__slide {
    padding-inline: 8px;
    font-size: 1.2rem;
  }
}
.p-top-keyword-slider__slide span {
  display: inline-block;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: #333;
}
.p-top-keyword-slider__slide:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-top-keyword-slider-nav {
    display: none;
  }
}
.p-top-keyword-slider-nav__arrow-btn {
  position: absolute;
  top: 20px;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #7C5D8D;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-keyword-slider-nav__arrow-btn.-next {
  right: 0;
  background-image: url("../img/common/arrow3_right_white.svg");
}
.p-top-keyword-slider-nav__arrow-btn.-prev {
  left: 0;
  background-image: url("../img/common/arrow3_left_white.svg");
}
.p-top-keyword-slider-nav__arrow-btn:hover:not([disabled]) {
  background-color: #3B2746;
}
.p-top-keyword-slider-nav__arrow-btn.swiper-button-lock, .p-top-keyword-slider-nav__arrow-btn.swiper-button-disabled {
  display: block;
  background-color: #CBCBCB;
  cursor: default;
}

.p-top-keyword-slider-scrollbar {
  display: none;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-keyword-slider-scrollbar {
    display: block;
  }
}
.p-top-keyword-slider-scrollbar .swiper-scrollbar-drag {
  position: relative;
  top: -1px;
  height: 4px;
  background: #3B2746;
  border-radius: 4px;
}

.p-top-mv-slider-wrap {
  position: relative;
  height: 494px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 832px) {
  .p-top-mv-slider-wrap {
    height: 326px;
  }
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider-wrap {
    height: 206px;
  }
}

.p-top-mv-slider {
  position: relative;
}
.p-top-mv-slider__slide {
  display: block;
  position: relative;
  width: 832px;
  text-align: center;
  transition: opacity 0.2s;
}
@media screen and (max-width: 832px) {
  .p-top-mv-slider__slide {
    max-width: 520px;
  }
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider__slide {
    max-width: 320px;
  }
}
.p-top-mv-slider__slide img {
  height: auto;
  border-radius: 30px;
  max-width: 100%;
  width: 100%;
}
.p-top-mv-slider__slide:hover {
  opacity: 0.8;
}
.p-top-mv-slider__slide-inner {
  opacity: 0.4;
  position: relative;
  margin-inline: auto;
  -webkit-padding-before: 36px;
          padding-block-start: 36px;
  width: 704px;
  transition: all 0.3s ease;
}
:where(.swiper-slide-active) .p-top-mv-slider__slide-inner {
  opacity: 1;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  width: 832px;
}
@media screen and (max-width: 832px) {
  .p-top-mv-slider__slide-inner {
    max-width: 484px;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
  }
  :where(.swiper-slide-prev) .p-top-mv-slider__slide-inner {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
  :where(.swiper-slide-next) .p-top-mv-slider__slide-inner {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  :where(.swiper-slide-active) .p-top-mv-slider__slide-inner {
    max-width: 520px;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider__slide-inner {
    max-width: 256px;
    -webkit-padding-before: 18px;
            padding-block-start: 18px;
  }
  :where(.swiper-slide-active) .p-top-mv-slider__slide-inner {
    max-width: 320px;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.p-top-mv-slider__slide-catch {
  position: absolute;
  top: 44px;
  left: 0;
  padding-block: 12px;
  padding-inline: 24px;
  display: inline-block;
  background-color: #7C5D8D;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider__slide-catch {
    left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-mv-slider__slide-catch {
    top: 20px;
    left: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider__slide-catch {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 1.4rem;
  }
}

.p-top-mv-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  max-width: 892px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 832px) {
  .p-top-mv-slider-nav {
    max-width: 582px;
  }
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider-nav {
    max-width: 352px;
  }
}
.p-top-mv-slider-nav__pagination {
  display: flex;
  flex-direction: row;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.p-top-mv-slider-nav__pagination.swiper-pagination-bullets {
  width: auto;
}
.p-top-mv-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background-color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-nav__pagination .swiper-pagination-bullet {
    flex-shrink: 0;
  }
}
.p-top-mv-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #7C5D8D;
  background-color: transparent;
}
.p-top-mv-slider-nav__sp-wrap {
  width: 100%;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-nav__sp-wrap {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.p-top-mv-slider-nav__pause {
  width: 18px;
  height: 18px;
  border: none;
  background-color: #7C5D8D;
  background-image: url("../img/common/icon_pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .p-top-mv-slider-nav__pause {
    left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-nav__pause {
    position: static;
  }
}
.p-top-mv-slider-nav__pause.is-play {
  background-image: url("../img/common/icon_play.svg");
}
.p-top-mv-slider-nav__arrow-btn {
  position: absolute;
  bottom: 229px;
  border: none;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background-color: #7C5D8D;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 832px) {
  .p-top-mv-slider-nav__arrow-btn {
    bottom: 140px;
  }
}
@media screen and (max-width: 520px) {
  .p-top-mv-slider-nav__arrow-btn {
    bottom: 100px;
    width: 32px;
    height: 32px;
    background-size: 8px;
  }
}
.p-top-mv-slider-nav__arrow-btn.-next {
  right: 0;
  background-image: url("../img/common/arrow3_right_white.svg");
}
.p-top-mv-slider-nav__arrow-btn.-prev {
  left: 0;
  background-image: url("../img/common/arrow3_left_white.svg");
}
.p-top-mv-slider-nav__arrow-btn:hover {
  background-color: #3B2746;
}

@media screen and (max-width: 768px) {
  .p-search-area-wrap {
    margin-inline: -20px;
  }
}

.p-search-area {
  position: relative;
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
  -webkit-padding-before: 25px;
          padding-block-start: 25px;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  margin-inline: auto;
  padding-inline: 100px;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-search-area {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
@media screen and (max-width: 900px) {
  .p-search-area {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-search-area {
    padding-block: 24px 41px;
    padding-inline: 20px;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-search-area::before {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
  content: "";
  display: block;
  width: 227px;
  height: 77px;
  background-image: url("../img/top/search_bg_top.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-search-area::before {
    display: none;
  }
}
.p-search-area::after {
  position: absolute;
  bottom: 27px;
  left: 13px;
  z-index: 2;
  content: "";
  display: block;
  width: 150px;
  height: 73px;
  background-image: url("../img/top/search_bg_bottom.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-search-area::after {
    left: 0;
    bottom: 0;
    width: 90px;
    height: 53px;
    background-position: right top;
    background-size: auto 53px;
  }
}
.p-search-area__content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-block: 40px;
  padding-inline: 40px;
  max-width: 1200px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-search-area__content {
    padding-block: 32px;
    padding-inline: 16px;
  }
}
.p-search-area__heading {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-search-area__heading {
    font-size: 2.4rem;
  }
}
.p-search-area__heading::before {
  content: "";
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 27px;
  height: 28px;
  background-image: url("../img/common/icon_search.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-search-area__heading::before {
    position: relative;
    top: 5px;
    width: 24px;
    background-size: 24px auto;
  }
}
.p-search-area__forms {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 1400px) {
  .p-search-area__forms {
    flex-direction: column;
    row-gap: 24px;
    width: 544px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-search-area__forms {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: auto;
  }
}
.p-search-area__btn {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.p-search-area.-detail {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  margin-inline: auto;
  padding-inline: 0;
  max-width: none;
  width: 100%;
}
.p-search-area.-detail::before, .p-search-area.-detail::after {
  display: none;
}
.p-search-area.-detail .p-search-area__content {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__content {
    padding-inline: 20px;
  }
}
.p-search-area.-detail .p-search-area__content :has(.c-input-checkbox) .c-input-checkbox {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__content :has(.c-input-checkbox) .c-input-checkbox {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-search-area.-detail .p-search-area__close-btn {
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__close-btn {
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-search-area.-detail .p-search-area__text {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 1.8rem;
  }
}
.p-search-area.-detail .p-search-area__panel {
  display: none;
}
.p-search-area.-detail .p-search-area__panel.is-show {
  display: block;
}
.p-search-area.-detail .p-search-area__columns {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
}
@media screen and (max-width: 1280px) {
  .p-search-area.-detail .p-search-area__columns {
    grid-template-columns: 1fr;
    margin-inline: auto;
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__columns {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    row-gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail .p-search-area__btn {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}
.p-search-area.-detail .p-search-area__btn .p-search-area__btn-wrap {
  position: relative;
  width: 402px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .p-search-area.-detail .p-search-area__btn .p-search-area__btn-wrap {
    width: 100%;
  }
}
.p-search-area.-detail .p-search-area__btn .p-search-area__btn-text {
  position: absolute;
  top: 20px;
  left: 422px;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
  .p-search-area.-detail .p-search-area__btn .p-search-area__btn-text {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    position: static;
    text-align: center;
  }
}
.p-search-area.-detail + * {
  -webkit-margin-before: 72px;
          margin-block-start: 72px;
}
@media screen and (max-width: 768px) {
  .p-search-area.-detail + * {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.p-search-box {
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-search-box {
    flex-direction: column;
    row-gap: 8px;
  }
}
.p-search-box.-full {
  width: 100%;
}
.p-search-box__label {
  -webkit-padding-before: 12px;
          padding-block-start: 12px;
  width: 135px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-search-box__label {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    font-size: 1.6rem;
  }
}
.p-search-box__label::before {
  position: relative;
  top: 5px;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left top;
}
.p-search-box__label.-date::before {
  background-image: url("../img/common/icon_date.svg");
}
.p-search-box__label.-keyword::before {
  background-image: url("../img/common/icon_keyword.svg");
}
.p-search-box__label.-stop::before {
  background-image: url("../img/common/icon_stop.svg");
}
.p-search-box__label.-price::before {
  background-image: url("../img/common/icon_price.svg");
}
.p-search-box__label.-meal::before {
  background-image: url("../img/common/icon_meal.svg");
}
.p-search-box__label.-start::before {
  background-image: url("../img/common/icon_start.svg");
}
.p-search-box__label.-goal::before {
  background-image: url("../img/common/icon_goal.svg");
}
.p-search-box__label.-time::before {
  background-image: url("../img/common/icon_time.svg");
}
.p-search-box__label.-theme::before {
  background-image: url("../img/common/icon_theme.svg");
}
.p-search-box__label.-course::before {
  background-image: url("../img/common/icon_course2.svg");
}
.p-search-box__content p {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 1.2rem;
}
.p-search-box__content p a {
  text-decoration: underline;
}
.p-search-box__content p a:hover {
  text-decoration: none;
}
.p-search-box__content.-has-pulldown {
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.p-top-course-section {
  position: relative;
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
  padding-inline: 20px;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  background-image: url("../img/top/course_bg_ougi_left.png"), url("../img/common/bg_washi.png");
  background-repeat: no-repeat, repeat;
  background-position: left top 130px, left top;
}
@media screen and (max-width: 768px) {
  .p-top-course-section {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    background-image: none, url("../img/common/bg_washi.png");
  }
}
.p-top-course-section::before {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 360px;
  height: 106px;
  background-image: url("../img/top/course_bg_right.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-top-course-section::before {
    display: none;
  }
}

.p-course-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-inline: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-course-column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 8px;
  }
}
.p-course-column :where(.c-link-image) {
  line-height: 0;
}
.p-course-column :where(.c-link-image) img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-course-column :where(.c-link-image) img {
    border-radius: 8px;
  }
}

.p-recommend-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
  margin-inline: auto;
  max-width: 1832px;
}
@media screen and (max-width: 768px) {
  .p-recommend-column {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.p-top-about-section {
  padding-block: 72px;
}
@media screen and (max-width: 768px) {
  .p-top-about-section {
    padding-block: 24px 50px;
    -webkit-margin-before: -49px;
            margin-block-start: -49px;
  }
}
.p-top-about-section :where(.c-basic-btn) + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-about-section :where(.c-basic-btn) + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.p-top-recommend-section {
  position: relative;
  padding-block: 64px 96px;
  padding-inline: 20px;
  background-image: url("../img/common/bg_washi.png");
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-section {
    padding-block: 0 137px;
    -webkit-margin-before: -9px;
            margin-block-start: -9px;
  }
}
.p-top-recommend-section::before {
  position: absolute;
  top: -23px;
  left: 21px;
  z-index: 2;
  content: "";
  display: block;
  width: 314px;
  height: 326px;
  background-image: url("../img/top/recommend_bg_left.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-section::before {
    display: none;
  }
}
.p-top-recommend-section::after {
  position: absolute;
  bottom: -210px;
  right: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 384px;
  height: 310px;
  background-image: url("../img/top/course_bg_ougi_right.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-section::after {
    display: none;
  }
}
.p-top-recommend-section :where(.c-link-image) img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-section :where(.c-link-image) img {
    border-radius: 30px;
  }
}

.p-top-sns-section {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1550px) {
  .p-top-sns-section.-tiktok {
    width: calc(50% - 20px);
  }
  .p-top-sns-section.-instagram {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1551px) {
  .p-top-sns-section.-tiktok {
    width: 518px;
  }
  .p-top-sns-section.-instagram {
    width: 448px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-sns-section.-youtube {
    width: 512px;
  }
}
.p-top-sns-section-wrap {
  width: 100%;
  max-width: 1622px;
  padding-inline: 20px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-top-sns-section-wrap {
    flex-flow: column;
    padding-inline: 0px;
  }
}
.p-top-sns-section__head {
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  align-items: flex-end;
  margin-inline: auto;
  max-width: 1240px;
}
@media screen and (max-width: 999px) {
  .p-top-sns-section__head {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__head {
    justify-content: space-between;
  }
}
.p-top-sns-section__head-heading a:hover {
  text-decoration: underline;
}
.p-top-sns-section__head-link {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__head-link {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
    font-size: 1.4rem;
  }
}
.p-top-sns-section__head-link::before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  width: 6px;
  height: 10px;
  background-image: url("../img/common/arrow2_right_red.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__head-link::before {
    top: 0;
  }
}
.p-top-sns-section__head-link:hover {
  text-decoration: underline;
}
.p-top-sns-section__content {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__content {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-top-tiktok-slider-wrap {
  position: relative;
}

.p-top-tiktok-slider {
  position: relative;
  width: 100%;
  line-height: 0;
}
.p-top-tiktok-slider__slide {
  display: block;
  position: relative;
  width: 162px;
  text-align: center;
  transition: opacity 0.2s;
}
.p-top-tiktok-slider__slide img {
  height: auto;
  border-radius: 30px;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 162/288;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-tiktok-slider__slide:hover {
  opacity: 0.8;
}

.p-top-tiktok-slider-nav {
  position: relative;
  z-index: 2;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-top-tiktok-slider-nav {
    padding-inline: 20px;
  }
}
.p-top-tiktok-slider-nav__arrow {
  display: flex;
  gap: 16px;
}
.p-top-tiktok-slider-nav__arrow-btn {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #DB3232;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-tiktok-slider-nav__arrow-btn.-next {
  background-image: url("../img/common/arrow3_right_white.svg");
  background-size: 9px auto;
}
.p-top-tiktok-slider-nav__arrow-btn.-prev {
  background-image: url("../img/common/arrow3_left_white.svg");
  background-size: 9px auto;
}
.p-top-tiktok-slider-nav__arrow-btn:hover {
  background-color: #B71313;
}
.p-top-tiktok-slider-nav__pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
  justify-content: left;
}
.p-top-tiktok-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 14px;
  height: 14px;
  background-color: #DB3232;
}
@media screen and (max-width: 768px) {
  .p-top-tiktok-slider-nav__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.p-top-tiktok-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #DB3232;
  background-color: transparent;
}

.p-top-instagram-slider-wrap {
  position: relative;
}

.p-top-instagram-slider {
  position: relative;
  width: 100%;
  line-height: 0;
}
.p-top-instagram-slider__slide {
  display: block;
  position: relative;
  width: 216px;
  text-align: center;
  transition: opacity 0.2s;
}
.p-top-instagram-slider__slide img {
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 216/288;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-instagram-slider__slide:hover {
  opacity: 0.8;
}

.p-top-instagram-slider-nav {
  position: relative;
  z-index: 2;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-top-instagram-slider-nav {
    padding-inline: 20px;
  }
}
.p-top-instagram-slider-nav__arrow {
  display: flex;
  gap: 16px;
}
.p-top-instagram-slider-nav__arrow-btn {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #DB3232;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-instagram-slider-nav__arrow-btn.-next {
  background-image: url("../img/common/arrow3_right_white.svg");
  background-size: 9px auto;
}
.p-top-instagram-slider-nav__arrow-btn.-prev {
  background-image: url("../img/common/arrow3_left_white.svg");
  background-size: 9px auto;
}
.p-top-instagram-slider-nav__arrow-btn:hover {
  background-color: #B71313;
}
.p-top-instagram-slider-nav__pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
  justify-content: left;
}
.p-top-instagram-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 14px;
  height: 14px;
  background-color: #DB3232;
}
@media screen and (max-width: 768px) {
  .p-top-instagram-slider-nav__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.p-top-instagram-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #DB3232;
  background-color: transparent;
}

.p-top-youtube-slider-wrap {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-top-youtube-slider-wrap {
    padding-inline: 20px;
  }
}

.p-top-youtube-slider {
  position: relative;
  width: 100%;
  line-height: 0;
}
.p-top-youtube-slider__slide {
  display: block;
  position: relative;
  width: 512px;
  text-align: center;
  transition: opacity 0.2s;
}
.p-top-youtube-slider__slide img {
  height: auto;
  border-radius: 30px;
  max-width: 100%;
  width: 100%;
}
.p-top-youtube-slider__slide:hover {
  opacity: 0.8;
}

.p-top-youtube-slider-nav {
  position: relative;
  z-index: 2;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-top-youtube-slider-nav__arrow {
  display: flex;
  gap: 16px;
}
.p-top-youtube-slider-nav__arrow-btn {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #DB3232;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-youtube-slider-nav__arrow-btn.-next {
  background-image: url("../img/common/arrow3_right_white.svg");
  background-size: 9px auto;
}
.p-top-youtube-slider-nav__arrow-btn.-prev {
  background-image: url("../img/common/arrow3_left_white.svg");
  background-size: 9px auto;
}
.p-top-youtube-slider-nav__arrow-btn:hover {
  background-color: #B71313;
}
.p-top-youtube-slider-nav__pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 8px;
  justify-content: left;
}
.p-top-youtube-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 14px;
  height: 14px;
  background-color: #DB3232;
}
@media screen and (max-width: 768px) {
  .p-top-youtube-slider-nav__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.p-top-youtube-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #DB3232;
  background-color: transparent;
}

.p-sns-area {
  padding-block: 40px 72px;
}
@media screen and (max-width: 768px) {
  .p-sns-area {
    padding-block: 40px;
  }
}
.p-sns-area__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-sns-area__heading {
    font-size: 1.8rem;
  }
}
.p-sns-area__icons {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-sns-area__icons {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.p-sns-area__icons > li a {
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-sns-area__icons > li a img {
    width: 32px;
    height: auto;
  }
}
.p-sns-area__icons > li a:hover {
  opacity: 0.8;
}

.p-top-news-section {
  position: relative;
  padding-block: 64px;
  padding-inline: 20px;
  background-image: url("../img/common/bg_washi.png");
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-top-news-section {
    padding-block: 58px 40px;
  }
}
.p-top-news-section::before {
  position: absolute;
  top: -122px;
  right: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 359px;
  height: 392px;
  background-image: url("../img/top/news_bg_ougi_right.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 1280px) {
  .p-top-news-section::before {
    background-size: 200px auto;
    background-position: right top;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-section::before {
    top: 0;
    width: 158px;
    height: 115px;
    background-image: url("../img/top/news_bg_ougi_right_sp_2x.png");
    background-size: 158px 115px;
  }
}
.p-top-news-section::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 304px;
  height: 198px;
  background-image: url("../img/top/news_bg_left.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 1680px) {
  .p-top-news-section::after {
    display: none;
  }
}
.p-top-news-section__inner {
  margin-inline: auto;
  max-width: 1200px;
}
.p-top-news-section__head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-news-section__head .c-heading-icon + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .p-top-news-section__head .c-basic-btn {
    display: none;
  }
}
.p-top-news-section__content {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-news-section__content {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-top-info-section {
  padding-block: 56px 80px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-info-section {
    padding-block: 24px 56px;
  }
}
.p-top-info-section__inner {
  margin-inline: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 24px));
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-info-section__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.p-pamphlet-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 28px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-pamphlet-list {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    row-gap: 16px;
  }
}
.p-pamphlet-list > li {
  width: 123px;
}
@media screen and (max-width: 768px) {
  .p-pamphlet-list > li {
    width: calc((100% - 17px) / 2);
  }
}
.p-pamphlet-list > li a {
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
.p-pamphlet-list > li a img {
  max-width: 100%;
  width: 100%;
}
.p-pamphlet-list > li a:hover {
  opacity: 0.8;
}

.p-banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-banner-list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }
}
.p-banner-list > li a {
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
.p-banner-list > li a img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.p-banner-list > li a:hover {
  opacity: 0.8;
}

.p-search-text-box {
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #FBF9EB;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-search-text-box {
    padding-block: 20px;
    padding-inline: 20px;
    font-size: 1.8rem;
  }
}
.p-search-text-box span {
  font-size: 2.4rem;
}
.p-search-text-box + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-search-text-box + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-search-sort {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-search-sort {
    flex-direction: column;
    row-gap: 14px;
  }
}
.p-search-sort__text {
  font-size: 2rem;
  font-weight: 700;
}
.p-search-sort__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-search-sort__content {
    flex-direction: row;
  }
}
.p-search-sort__content :where(.c-input-select) select {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-search-sort__content :where(.c-input-select) select {
    font-size: 1.6rem;
  }
}
.p-search-sort__label {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  background-image: url("../img/common/icon_sort.svg");
  background-repeat: no-repeat;
  background-position: left top 2px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-search-sort__label {
    padding-block: 4px;
    -webkit-padding-start: 26px;
            padding-inline-start: 26px;
    background-size: 20px 26px;
    background-position: left top 3px;
    font-size: 1.6rem;
  }
}
.p-search-sort__link {
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-search-sort__link {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.p-search-sort__link span,
.p-search-sort__link a {
  display: inline-block;
  padding-block: 4px;
  padding-inline: 6px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-search-sort__link span,
  .p-search-sort__link a {
    padding-block: 2px;
  }
}
.p-search-sort__link span {
  background-color: #7C5D8D;
  color: #fff;
}
.p-search-sort__link a {
  background-color: #DBDBDB;
  transition: all 0.3s ease;
}
.p-search-sort__link a:hover {
  background-color: #3B2746;
  color: #fff;
}
.p-search-sort__link p > * + * {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}
.p-search-sort + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-search-sort + .c-pager {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 768px) {
  .p-search-sort + .c-pager {
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
  }
}

.p-course-tag {
  display: inline-block;
  padding-block: 4px;
  padding-inline: 6px;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-course-description__price {
  font-weight: 700;
}
.p-course-description__price dd {
  color: #7C5D8D;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-course-description__price dd {
    line-height: 1.2;
  }
}

.p-attention-box {
  padding-block: 40px;
  padding-inline: 40px;
  border: solid 4px #DB3232;
  background-color: #FBF9EB;
  font-size: 3.2rem;
  font-weight: 700;
  color: #DB3232;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-attention-box {
    padding-block: 20px;
    padding-inline: 20px;
    border-width: 2px;
    font-size: 1.7rem;
  }
}
.p-attention-box > p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-attention-box .c-note-list {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-attention-box .c-note-list {
    font-size: 1.4rem;
  }
}
.p-attention-box .c-link-text {
  color: #DB3232;
}
.p-attention-box .c-link-text.c-purple-text {
  color: #7C5D8D;
}
.p-attention-box.-normal {
  padding-block: 24px;
  padding-inline: 24px;
  font-size: 2.6rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-attention-box.-normal {
    padding-block: 20px;
    padding-inline: 20px;
    font-size: 1.8rem;
  }
}
.p-attention-box + .p-info-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-attention-box + .c-section-box {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .p-attention-box + .c-section-box {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-attention-box + .p-attention-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-info-box {
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #FBF9EB;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-info-box {
    padding-block: 20px;
    padding-inline: 20px;
  }
}
.p-info-box__heading {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-info-box__heading {
    font-size: 2rem;
  }
}
.p-info-box__heading.-point::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 32px;
  height: 25px;
  background-image: url("../img/common/icon_point.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-info-box__heading.-point::before {
    width: 28px;
    height: 22px;
    background-size: 28px 22px;
  }
}
.p-info-box__heading + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.p-info-box__heading2 {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-info-box__heading2 {
    text-align: center;
  }
}
.p-info-box__heading2 a {
  text-decoration: underline;
}
.p-info-box__heading2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-info-box__heading2.-sp-left {
    text-align: left;
  }
}
.p-info-box__text {
  font-weight: 500;
}
.p-info-box__text + .p-info-box__heading2 {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.p-info-box.-center {
  text-align: center;
}
.p-info-box__note {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  padding-block: 16px;
  padding-inline: 16px;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-info-box__note {
    font-size: 1.2rem;
  }
}
.p-info-box__note.-number {
  font-size: 1.8rem;
}
.p-info-box__note.-number strong {
  font-size: 3.2rem;
  color: #DB3232;
}
@media screen and (max-width: 768px) {
  .p-info-box__note.-number strong {
    display: block;
    line-height: 1.4;
    font-size: 2.8rem;
  }
}
.p-info-box__note + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.p-info-box + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-info-box + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-info-white-box {
  padding-block: 24px;
  padding-inline: 24px;
  border: solid 1px #7F7F7F;
  background-color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info-white-box {
    padding-block: 20px;
    padding-inline: 20px;
    text-align: left;
  }
}
.p-info-white-box__label {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #7C5D8D;
}
.p-info-white-box .c-btn-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-info-white-box .c-btn-wrap {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.p-info-white-box + .c-btn-wrap {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-info-white-box + .c-btn-wrap {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.p-tag-wrap + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.p-tag {
  display: inline-block;
  padding-block: 4px;
  padding-inline: 8px;
  border: 1px solid #7C5D8D;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.p-price-table-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-price-table-wrap {
    flex-direction: column;
    row-gap: 24px;
  }
}
.p-price-table-wrap section {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .p-price-table-wrap section {
    width: 100%;
  }
}
.p-price-table-wrap section:first-child:last-child {
  width: 100%;
}

.p-stop-table-wrap__box + .p-stop-table-wrap__box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-padding-before: 48px;
          padding-block-start: 48px;
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  .p-stop-table-wrap__box + .p-stop-table-wrap__box {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}

.p-schedule {
  display: grid;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    row-gap: 16px;
  }
}
.p-schedule > li {
  position: relative;
}
.p-schedule > li::before {
  position: absolute;
  left: 164px;
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #7C5D8D;
}
@media screen and (max-width: 768px) {
  .p-schedule > li::before {
    left: 73px;
  }
}
.p-schedule > li:first-child::before {
  top: 24px;
  height: 100%;
}
.p-schedule > li:last-child::before {
  height: 24px;
}

.p-schedule-box {
  display: flex;
  padding-block: 16px;
  padding-inline: 16px;
  background-color: #FBF9EB;
}
.p-schedule-box__time {
  position: relative;
  top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-schedule-box__time {
    width: 48px;
    font-size: 1.6rem;
  }
}
.p-schedule-box__content {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: calc(100% - 167px);
}
@media screen and (max-width: 768px) {
  .p-schedule-box__content {
    width: calc(100% - 48px - 28px);
  }
}
.p-schedule-box__content-label {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-schedule-box__content-label::before {
  position: absolute;
  left: -26px;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #7C5D8D;
  border-radius: 50%;
}

.p-schedule-column {
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 1280px) {
  .p-schedule-column {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .p-schedule-column {
    row-gap: 8px;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-schedule-column__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 134px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-schedule-column__image {
    width: 194px;
    height: 129px;
  }
}
.p-schedule-column__image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.p-schedule-column__text {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-schedule-column__text {
    width: 100%;
  }
}
.p-schedule-column__tag {
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .p-schedule-column__tag {
    width: 100%;
  }
}

.p-calendar {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  margin-inline: auto;
  max-width: 643px;
}
.p-calendar .month > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.p-calendar .month > ul > li.prev span,
.p-calendar .month > ul > li.prev a, .p-calendar .month > ul > li.next span,
.p-calendar .month > ul > li.next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 48px;
  border-radius: 10px;
  background-color: #DBDBDB;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-calendar .month > ul > li.prev span,
  .p-calendar .month > ul > li.prev a, .p-calendar .month > ul > li.next span,
  .p-calendar .month > ul > li.next a {
    width: 80px;
    font-size: 1.8rem;
  }
}
.p-calendar .month > ul > li.prev a, .p-calendar .month > ul > li.next a {
  background-color: #7C5D8D;
  color: #fff;
  transition: all 0.3s ease;
}
.p-calendar .month > ul > li.prev a:hover, .p-calendar .month > ul > li.next a:hover {
  background-color: #3B2746;
}
.p-calendar .month > ul > li.current {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-calendar + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-calendar-box {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-calendar-box {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
.p-calendar-box table {
  width: 100%;
  table-layout: fixed;
  border: 2px solid #CBCBCB;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-calendar-box table {
    border-width: 1px;
  }
}
.p-calendar-box table tr th {
  padding-block: 8px;
  border: 2px solid #CBCBCB;
  background-color: #FBF9EB;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-calendar-box table tr th {
    border-width: 1px;
    font-size: 1.6rem;
  }
}
.p-calendar-box table tr td {
  padding-block: 8px;
  border: 2px solid #CBCBCB;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-calendar-box table tr td {
    border-width: 1px;
    font-size: 1.6rem;
  }
}
.p-calendar-box table tr td span {
  display: block;
}
.p-calendar-box table tr td a {
  display: block;
  color: #1D3994;
  text-decoration: underline;
}
.p-calendar-box table tr td.sat {
  background-color: #E8F3FF;
  color: #D71B29;
}
.p-calendar-box table tr td.sat a {
  color: #D71B29;
}
.p-calendar-box table tr td.sun {
  background-color: #FEE9F1;
  color: #D71B29;
}
.p-calendar-box table tr td.sun a {
  color: #D71B29;
}
.p-calendar-box table tr td.current {
  outline: 3px solid #D71B29;
  outline-offset: -4px;
}
@media screen and (max-width: 768px) {
  .p-calendar-box table tr td.current {
    outline-offset: -2px;
  }
}
.p-calendar-box table tr td a:hover {
  text-decoration: none;
}

.p-calendar-note {
  margin-inline: auto;
  padding-block: 12px 16px;
  padding-inline: 16px;
  max-width: 643px;
  border: 1px solid #CBCBCB;
}
.p-calendar-note__label {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-calendar-note__label {
    font-size: 1.8rem;
  }
}
.p-calendar-note__label::before {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.p-calendar-note__description {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .p-calendar-note__description {
    flex-direction: column;
    text-align: center;
  }
}
.p-calendar-note__description dd {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-calendar-note__description dd {
    justify-content: center;
  }
}
.p-calendar-note__text {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  text-align: center;
  font-size: 1.8rem;
}

.p-fixed-btns {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  display: none;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-fixed-btns {
    bottom: 100px;
  }
}
.p-fixed-btns > li a {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 20px 0 0 20px;
  background-color: rgb(219, 50, 50);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-fixed-btns > li a {
    width: 56px;
  }
}
.p-fixed-btns > li a.-btn1 {
  height: 146px;
  background-image: url("../img/common/fixed_btn1.svg");
}
@media screen and (max-width: 768px) {
  .p-fixed-btns > li a.-btn1 {
    background-size: 32px auto;
  }
}
.p-fixed-btns > li a.-btn2 {
  height: 131px;
  background-image: url("../img/common/fixed_btn2.svg");
}
@media screen and (max-width: 768px) {
  .p-fixed-btns > li a.-btn2 {
    background-size: 21px auto;
  }
}
.p-fixed-btns > li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-fixed-btns > li a:hover {
  background-color: #B71313;
}
.p-fixed-btns.is-show {
  display: grid;
  -webkit-animation: fadeIn 0.4s forwards;
          animation: fadeIn 0.4s forwards;
}

.p-modal-domain.c-modal [role=dialog] {
  max-width: 1200px;
  padding: 0;
  margin-block: auto;
  border-radius: 30px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-modal-domain.c-modal [role=dialog] {
    width: calc(100% - 32px);
  }
}
.p-modal-domain__inner {
  width: 100%;
  -webkit-padding-before: 68px;
          padding-block-start: 68px;
  -webkit-padding-after: 74px;
          padding-block-end: 74px;
  padding-inline: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__inner {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
    padding-inline: 24px;
    text-align: left;
  }
}
.p-modal-domain__heading {
  color: #DB3232;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__heading {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-modal-domain__text {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  font-weight: 700;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__text {
    font-size: 1.6rem;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.p-modal-domain__text-sub {
  font-size: 1.6rem;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__text-sub {
    font-size: 1.4rem;
  }
}
.p-modal-domain__list {
  max-width: 880px;
  margin-inline: auto;
  -webkit-margin-before: 34px;
          margin-block-start: 34px;
  display: flex;
  flex-flow: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__list {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.p-modal-domain__close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 28px;
  height: 28px;
  background-image: url("../img/common/icon_close_purple.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-modal-domain__close-button {
    top: 24px;
    right: 24px;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
}
.p-modal-domain__trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-modal-domain :where(.c-basic-btn) {
    text-align: left;
    padding-block: 14px;
  }
}
.p-modal-domain :where(.c-modal__content):focus-visible {
  outline: none;
}

.u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-show-only.-pc {
    display: none;
  }
}
.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-show-only.-sp {
    display: block;
  }
}

.u-br-show-only.-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br-show-only.-pc {
    display: none;
  }
}
.u-br-show-only.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-show-only.-sp {
    display: inline;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-mt4 {
  -webkit-margin-before: 4px !important;
          margin-block-start: 4px !important;
}

.u-mt8 {
  -webkit-margin-before: 8px !important;
          margin-block-start: 8px !important;
}

.u-mt12 {
  -webkit-margin-before: 12px !important;
          margin-block-start: 12px !important;
}

.u-mt16 {
  -webkit-margin-before: 16px !important;
          margin-block-start: 16px !important;
}

.u-mt20 {
  -webkit-margin-before: 20px !important;
          margin-block-start: 20px !important;
}

.u-mt24 {
  -webkit-margin-before: 24px !important;
          margin-block-start: 24px !important;
}

.u-mt28 {
  -webkit-margin-before: 28px !important;
          margin-block-start: 28px !important;
}

.u-mt32 {
  -webkit-margin-before: 32px !important;
          margin-block-start: 32px !important;
}

.u-mt36 {
  -webkit-margin-before: 36px !important;
          margin-block-start: 36px !important;
}

.u-mt40 {
  -webkit-margin-before: 40px !important;
          margin-block-start: 40px !important;
}

.u-mt44 {
  -webkit-margin-before: 44px !important;
          margin-block-start: 44px !important;
}

.u-mt48 {
  -webkit-margin-before: 48px !important;
          margin-block-start: 48px !important;
}

.u-mt52 {
  -webkit-margin-before: 52px !important;
          margin-block-start: 52px !important;
}

.u-mt56 {
  -webkit-margin-before: 56px !important;
          margin-block-start: 56px !important;
}

.u-mt60 {
  -webkit-margin-before: 60px !important;
          margin-block-start: 60px !important;
}

.u-mt64 {
  -webkit-margin-before: 64px !important;
          margin-block-start: 64px !important;
}

.u-mt68 {
  -webkit-margin-before: 68px !important;
          margin-block-start: 68px !important;
}

.u-mt72 {
  -webkit-margin-before: 72px !important;
          margin-block-start: 72px !important;
}

.u-mt76 {
  -webkit-margin-before: 76px !important;
          margin-block-start: 76px !important;
}

.u-mt80 {
  -webkit-margin-before: 80px !important;
          margin-block-start: 80px !important;
}

.u-text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-sp-only-link {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .u-sp-only-link {
    pointer-events: auto;
    text-decoration: underline;
    color: #7C5D8D;
    font-weight: bold;
  }
  .u-sp-only-link:hover {
    text-decoration: none;
  }
}