@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

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

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1130px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-page */
.l-page {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 4rem 0;
  }
}

/* l-post */
.l-post {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .l-post {
    width: 100%;
  }
}

/* l-section */
.l-section {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 4rem 0;
  }
}

/* l-sidebar */
.l-sidebar {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}

/* l-wrapper */
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
  }
}

/* breadcrumb */
.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  gap: 2.125rem;
}

.breadcrumb__item + .breadcrumb__item {
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  top: 10px;
  top: 0.625rem;
  left: -20px;
  left: -1.25rem;
  background: url(../img/common/nav-border.png) no-repeat center/contain;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* btn */
.btn {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
  border-radius: 6.25rem;
  padding: 12px 72px 8px 40px;
  padding: 0.75rem 4.5rem 0.5rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
    width: 21.875rem;
    max-width: 100%;
    padding-left: 1.875rem;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  right: 2.5rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .btn::after {
    right: 6.5rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: #323232;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding: 120px 20px;
  padding: 7.5rem 1.25rem;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__items {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.drawer__item + .drawer__item {
  margin-top: 22px;
  margin-top: 1.375rem;
}
.drawer__item a {
  display: inline-block;
}

.drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.drawer__sns-item a {
  display: block;
  width: 48px;
  width: 3rem;
}
.drawer__sns-item img {
  border-radius: 50%;
}

.drawer__btns {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.drawer__btn:first-child a {
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
}
.drawer__btn:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
}
.drawer__btn:nth-child(2) a {
  background: #000;
}
.drawer__btn a {
  display: block;
  width: 350px;
  width: 21.875rem;
  max-width: 100%;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  border-radius: 6.25rem;
  padding: 12px 64px 9px;
  padding: 0.75rem 4rem 0.5625rem;
  margin: 0 auto;
  position: relative;
}
.drawer__btn a::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 64px;
  right: 4rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

/* entitle */
.entitle {
  font-family: "Cinzel", serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.8;
  letter-spacing: -0.08em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .entitle {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}

.entitle--large {
  font-family: "Cinzel", serif;
  font-size: 128px;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: -0.08em;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .entitle--large {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}

/* event-card */
.event-card__inner {
  display: block;
}

.event-card__img img {
  aspect-ratio: 340/227;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.event-card__date {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 80px;
  min-width: 5rem;
}

.event-card__category span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #E30082;
  border-radius: 6.25rem;
  border: 1px solid #E30082;
  border: 0.0625rem solid #E30082;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.event-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-card__title {
    font-size: 1rem;
  }
}

/* fade */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.fade.active {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* footer */
.footer {
  padding-top: 50px;
  padding-top: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 4.375rem;
  }
}
.footer .l-inner {
  max-width: 1390px;
  max-width: 86.875rem;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .footer__units {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 21.875rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.625rem;
    gap: 0.625rem;
  }
}

.footer__link + .footer__link {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.footer__link a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    text-align: center;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  margin-left: -8px;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
    margin-left: 0;
  }
}

.footer__sns-item a {
  display: block;
  width: 48px;
  width: 3rem;
}

.footer__privacy {
  display: inline-block;
  color: #868686;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    margin-top: 0.75rem;
  }
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #868686;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__btns {
    margin-top: 3.125rem;
  }
}

.footer__btn:first-child a {
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
}
.footer__btn:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
}
.footer__btn:nth-child(2) a {
  background: #000;
}
.footer__btn a {
  display: block;
  width: 315px;
  width: 19.6875rem;
  max-width: 100%;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  border-radius: 6.25rem;
  padding: 14px 40px 9px;
  padding: 0.875rem 2.5rem 0.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__btn a {
    width: 21.875rem;
    margin: 0 auto;
    font-size: 1.375rem;
    padding: 0.75rem 4rem 0.5625rem;
  }
}
.footer__btn a::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  right: 2.5rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer__btn a::after {
    right: 4rem;
  }
}

.footer__text {
  font-family: "Cinzel", serif;
  font-size: 280px;
  font-size: 17.5rem;
  line-height: 0.7;
  letter-spacing: -0.08em;
  margin-top: 56px;
  margin-top: 3.5rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-bottom: -60px;
  margin-bottom: -3.75rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 4.5625rem;
    margin-bottom: 0;
    margin-left: -0.625rem;
  }
}

/* form */
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
  }
}
.form__item + .form__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__item-label {
  width: 41%;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .form__item-label {
    width: 100%;
    padding-top: 0;
  }
}
.form__item-label label {
  display: inline-block;
}
.form__item-label span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin-left: 16px;
  margin-left: 1rem;
}
.form__item-label span.required {
  border: 1px solid #E30082;
  border: 0.0625rem solid #E30082;
  color: #E30082;
}
.form__item-label span.optional {
  border: 1px solid #888;
  border: 0.0625rem solid #888;
  color: #888;
}

.form__item-input {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input textarea {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #909090;
  border: 0.0625rem solid #909090;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input textarea {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #909090;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #909090;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #909090;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input textarea::placeholder {
  color: #909090;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 56px;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
    height: 3.125rem;
  }
}
.form__item-input textarea {
  height: 200px;
  height: 12.5rem;
  resize: none;
}

.form__privacy {
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    text-align: center;
    line-height: 1.4;
    margin-top: 2rem;
  }
}
.form__privacy a {
  color: #E30082;
  text-decoration: underline;
}

.form__check {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__check {
    text-align: center;
    margin-top: 2rem;
  }
}
.form__check .wpcf7-list-item {
  margin-left: 0;
}
.form__check input[type=checkbox] + span {
  display: inline-block;
  font-weight: 700;
  padding-left: 32px;
  padding-left: 2rem;
  cursor: pointer;
  position: relative;
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__check input[type=checkbox] + span::before {
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #909090;
  border: 0.0625rem solid #909090;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  left: 0;
  top: 50%;
  border-radius: 0.125rem;
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 5px;
  left: 0.3125rem;
  top: 8px;
  top: 0.5rem;
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__check a {
  color: #0E4C95;
  text-decoration: underline;
}

.form__confirm {
  width: 308px;
  width: 19.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__confirm {
    margin: 2rem auto 0;
  }
}

.form__submit {
  width: 236px;
  width: 14.75rem;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin: 0 auto;
  }
  .form__submit .form__btn {
    padding-left: 6.25rem;
    background-position: center right 6.25rem;
  }
}

.form__btn-wrapper {
  max-width: 100%;
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .form__btn-wrapper {
    width: 21.875rem;
  }
}

.form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 140px;
  gap: 8.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__btns {
    display: block;
  }
}

.form__btn {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 6.25rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center right 40px/20px;
  background: url(../img/common/arrow-icon01.png) no-repeat center right 2.5rem/1.25rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__btn {
    background-position: center right 3.75rem;
    padding: 1.25rem 3.75rem;
  }
}

.form__back-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__back-wrapper {
    margin-top: 1rem;
  }
}

.form__back-btn {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}

.wpcf7-spinner {
  display: none;
}

.form__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .form__text {
    text-align: center;
    font-size: 1rem;
  }
}

.form__confirm-area {
  display: none;
}
.form__confirm-area .form__items {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .form__confirm-area .form__items {
    margin-top: 1rem;
  }
}
.form__confirm-area .form__item {
  border-bottom: 1px solid #E9E9E9;
  border-bottom: 0.0625rem solid #E9E9E9;
  padding: 30px 0;
  padding: 1.875rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form__confirm-area .form__item {
    padding: 1.25rem 0;
  }
}
.form__confirm-area .form__item-label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #888;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .form__confirm-area .form__item-label {
    font-size: 1rem;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.form-error {
  color: red;
}

/* gnav */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 16px;
  gap: 1rem;
}

.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  height: inherit;
}

.gnav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gnav__link {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  padding: 0.625rem 0;
  line-height: 1;
  white-space: nowrap;
  opacity: 1 !important;
}
.gnav__link:hover, .gnav__link:focus-visible {
  opacity: 1;
}
.gnav__link:hover .gnav__text .gnav__split, .gnav__link:focus-visible .gnav__text .gnav__split {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.gnav__link:hover .gnav__hover .gnav__split, .gnav__link:focus-visible .gnav__hover .gnav__split {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gnav__text,
.gnav__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav__hover {
  position: absolute;
  left: 0;
  top: 10px;
  top: 0.625rem;
}

.gnav__split {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.36s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: -webkit-transform 0.36s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.36s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.36s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.36s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.gnav__hover .gnav__split {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

@media (prefers-reduced-motion: reduce) {
  .gnav__split {
    -webkit-transition: none;
    transition: none;
  }
}
.gnav__btn {
  text-align: center;
  display: block;
  width: 136px;
  width: 8.5rem;
  max-width: 100%;
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
  border-radius: 6.25rem;
  padding: 7px;
  padding: 0.4375rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 25px;
  top: 1.5625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 10px;
  top: 0.625rem;
}
.hamburger__border:nth-child(3) {
  top: 20px;
  top: 1.25rem;
}

/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  height: 6.25rem;
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 3.875rem;
  }
}

.header--single {
  color: #000;
}
.header--single .gnav__btn {
  color: #fff;
}
.header--single .header__cart img:first-child {
  display: none;
}
.header--single .header__cart img:nth-child(2) {
  display: block;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  gap: 16px;
  gap: 1rem;
  padding: 0 50px;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    gap: 0.5rem;
    padding: 0 1.25rem;
  }
}

.header__title {
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 0.9;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 1rem;
  }
}
.header__title a {
  display: block;
}

.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__menu {
    display: block;
    width: 4.75rem;
    max-width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 0.875rem;
    color: #fff;
    border-radius: 6.25rem;
    margin-left: auto;
    background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
    padding: 0.1875rem;
    position: relative;
    z-index: 100;
  }
}

.header__cart {
  display: block;
  width: 32px;
  width: 2rem;
  max-width: 100%;
  position: relative;
  z-index: 100;
}
.header__cart img:nth-child(2) {
  display: none;
}

/* list */
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
  border-bottom: 0.0625rem solid #E9E9E9;
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .list__item {
    display: block;
    padding: 1.5625rem 0;
  }
}

.list__item-title {
  width: 37%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .list__item-title {
    width: 100%;
  }
}

.list__item-text {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .list__item-text {
    width: 100%;
    margin-top: 0.625rem;
  }
}

/* main */
.main {
  overflow: hidden;
}

.main--auto {
  overflow: unset;
}

/* menu */
.menu {
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 1.25rem 0;
  }
}
.menu .l-inner {
  max-width: 1390px;
  max-width: 86.875rem;
}

.menu__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .menu__units {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu__unit + .menu__unit {
    margin-top: 1.25rem;
  }
}
.menu__unit:first-child, .menu__unit:nth-child(2) {
  width: calc(50% - 1.5625rem);
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child, .menu__unit:nth-child(2) {
    width: 100%;
  }
}
.menu__unit:first-child .menu__unit-inner, .menu__unit:nth-child(2) .menu__unit-inner {
  padding: 48px 48px 160px;
  padding: 3rem 3rem 10rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-inner, .menu__unit:nth-child(2) .menu__unit-inner {
    padding: 1.625rem 1.25rem 5.8125rem;
  }
}
.menu__unit:first-child .menu__unit-inner::before, .menu__unit:nth-child(2) .menu__unit-inner::before {
  width: 100px;
  width: 6.25rem;
  height: 64px;
  height: 4rem;
  right: 48px;
  right: 3rem;
  bottom: 48px;
  bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-inner::before, .menu__unit:nth-child(2) .menu__unit-inner::before {
    width: 4rem;
    height: 2.5625rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.menu__unit:first-child .menu__unit-inner::after, .menu__unit:nth-child(2) .menu__unit-inner::after {
  bottom: 70px;
  bottom: 4.375rem;
  right: 82px;
  right: 5.125rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-inner::after, .menu__unit:nth-child(2) .menu__unit-inner::after {
    bottom: 2.1875rem;
    right: 2.625rem;
  }
}
.menu__unit:first-child .menu__unit-subtitle, .menu__unit:nth-child(2) .menu__unit-subtitle {
  font-size: 72px;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-subtitle, .menu__unit:nth-child(2) .menu__unit-subtitle {
    font-size: 3.5rem;
  }
}
.menu__unit:first-child .menu__unit-title, .menu__unit:nth-child(2) .menu__unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-title, .menu__unit:nth-child(2) .menu__unit-title {
    font-size: 1rem;
  }
}
.menu__unit:first-child .menu__unit-text, .menu__unit:nth-child(2) .menu__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-text, .menu__unit:nth-child(2) .menu__unit-text {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.menu__unit:first-child .menu__unit-inner {
  background: url(../img/common/menu-bg01_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .menu__unit:first-child .menu__unit-inner {
    background: url(../img/common/menu-bg01_sp.jpg) no-repeat center/cover;
  }
}
.menu__unit:nth-child(2) .menu__unit-inner {
  background: url(../img/common/menu-bg02.jpg) no-repeat center/cover;
}
.menu__unit:nth-child(3) {
  width: 100%;
}
.menu__unit:nth-child(3) .menu__unit-inner {
  text-align: center;
  background: url(../img/common/menu-bg03.png) no-repeat center/cover;
  padding: 120px 20px 270px;
  padding: 7.5rem 1.25rem 16.875rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-inner {
    text-align: left;
    padding: 1.625rem 1.25rem 5.8125rem;
  }
}
.menu__unit:nth-child(3) .menu__unit-inner::before {
  width: 160px;
  width: 10rem;
  height: 100px;
  height: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 120px;
  bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-inner::before {
    width: 4rem;
    height: 2.5625rem;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.menu__unit:nth-child(3) .menu__unit-inner::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 160px;
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-inner::after {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 2.1875rem;
    right: 2.625rem;
  }
}
.menu__unit:nth-child(3) .menu__unit-subtitle {
  font-size: 128px;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-subtitle {
    font-size: 3.5rem;
  }
}
.menu__unit:nth-child(3) .menu__unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-title {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.menu__unit:nth-child(3) .menu__unit-text {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .menu__unit:nth-child(3) .menu__unit-text {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.menu__unit-inner {
  display: block;
  color: #fff;
  height: 100%;
  position: relative;
}
.menu__unit-inner::before, .menu__unit-inner::after {
  position: absolute;
  content: "";
}
.menu__unit-inner::before {
  border-radius: 62.5rem;
  background: rgba(255, 255, 255, .4);
}
.menu__unit-inner::after {
  width: 32px;
  width: 2rem;
  height: 19px;
  height: 1.1875rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .menu__unit-inner::after {
    width: 1.3125rem;
    height: 0.75rem;
  }
}

.menu__unit-subtitle {
  font-family: "Cinzel", serif;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.menu__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 48px;
  margin-top: 3rem;
}

/* mv */
.mv {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 200px 0 60px;
  padding: 12.5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 6.875rem 0 3.125rem;
  }
}
.mv > .l-inner {
  max-width: 1250px;
  max-width: 78.125rem;
}
.mv.p-0 {
  padding: 0;
}

.mv__wrapper {
  height: 100vh;
  position: relative;
}

.mv__header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
  top: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__header {
    top: 6.875rem;
  }
}

.mv__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1rem;
  }
}

.mv__subtitle {
  font-family: "Cinzel", serif;
  font-size: 180px;
  font-size: 11.25rem;
  line-height: 0.8;
  letter-spacing: -0.08em;
  margin-top: 16px;
  margin-top: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 4rem;
  }
}

.mv__inner {
  width: 1080px;
  width: 67.5rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv__breadcrumb {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__breadcrumb {
    margin-top: 3.125rem;
  }
}
.mv__breadcrumb.absolute {
  position: absolute;
  right: 0;
  top: 440px;
  top: 27.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mv__breadcrumb.absolute {
    position: static;
    margin-top: 3rem;
  }
}

.mv__img-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__img-wrapper {
    -webkit-transform: unset;
            transform: unset;
  }
}

.mv__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mv__imgs {
    gap: 0.8125rem;
  }
}

.mv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mv__img.left {
  width: 280px;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .mv__img.left {
    width: 5.625rem;
  }
}
.mv__img.center {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 440px;
  width: 27.5rem;
  margin-right: 75px;
  margin-right: 4.6875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__img.center {
    width: 8.9375rem;
    margin-right: 0;
  }
}
.mv__img.center img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__img.right {
  width: 200px;
  width: 12.5rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .mv__img.right {
    width: 5.625rem;
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news */
.news__item {
  border-bottom: 1px solid #323232;
  border-bottom: 0.0625rem solid #323232;
}
.news__item + .news__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.news__item-inner {
  display: block;
  padding: 0 80px 32px 16px;
  padding: 0 5rem 2rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__item-inner {
    padding: 0 2.5rem 2rem 0;
  }
}
.news__item-inner::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 19px;
  height: 1.1875rem;
  right: 16px;
  right: 1rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .news__item-inner::after {
    width: 1.5rem;
    height: 0.875rem;
    right: 0;
  }
}

.news__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-date {
  display: inline-block;
  font-family: "Cinzel", serif;
  min-width: 87px;
  min-width: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    font-size: 0.875rem;
    min-width: 4.875rem;
  }
}

.news__item-category span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #E30082;
  border-radius: 6.25rem;
  border: 1px solid #E30082;
  border: 0.0625rem solid #E30082;
  padding: 0 12px;
  padding: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .news__item-category span {
    font-size: 0.875rem;
  }
}

.news__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    font-size: 1rem;
    -webkit-line-clamp: 3;
  }
}

/* pagination */
.pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 2rem;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  min-width: 40px;
  min-width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.pagination .current {
  color: #E30082;
  border-radius: 50%;
  border: 1px solid #E30082;
  border: 0.0625rem solid #E30082;
}
.pagination .dots {
  border: none;
  width: unset;
  min-width: unset;
}
.pagination .prev {
  background: url(../img/common/back-icon.png) no-repeat center/20px;
  background: url(../img/common/back-icon.png) no-repeat center/1.25rem;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    background-size: 1rem;
    margin-right: 0.5rem;
  }
}
.pagination .next {
  background: url(../img/common/arrow-icon02.png) no-repeat center/20px;
  background: url(../img/common/arrow-icon02.png) no-repeat center/1.25rem;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    background-size: 1rem;
    margin-left: 0.5rem;
  }
}

/* post */
.post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #E30082;
  border-bottom: 1px solid #E30082;
  border-bottom: 0.0625rem solid #E30082;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
.post h3 {
  font-size: 20px;
  font-size: 1.25rem;
  background: #E9E9E9;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
}
.post h4, .post h5, .post h6 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 74px;
  padding-left: 4.625rem;
  position: relative;
}
.post h4::before, .post h5::before, .post h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  top: 0.625rem;
  width: 64px;
  width: 4rem;
  height: 1px;
  height: 0.0625rem;
  background: #000;
}
.post p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.post p:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.post p a {
  color: #E30082;
  text-decoration: underline;
}
.post figure:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.post ul:not(:last-child), .post ol:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.post ul li {
  padding-left: 25px;
  padding-left: 1.5625rem;
  background: url(../img/common/check-icon.png) no-repeat left top/20px;
  background: url(../img/common/check-icon.png) no-repeat left top/1.25rem;
  position: relative;
}
.post li {
  line-height: 1.8;
}
/* search */
.search {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .search {
    margin-top: 6.25rem;
  }
}
.search .entitle, .search .title {
  color: #fff;
}

.search__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .search__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    margin-top: 2rem;
  }
}

.search__link a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #323232;
  line-height: 1.4;
  padding: 32px;
  padding: 2rem;
  position: relative;
}
.search__link a::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  right: 2rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

/* sidebar */
.sidebar {
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sidebar {
    position: static;
  }
}

.sidebar__subtitle {
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: -0.08em;
}

.sidebar__links {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .sidebar__links {
    margin-top: 0.625rem;
  }
}

.sidebar__link + .sidebar__link {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.sidebar__link.current a {
  color: #E30082;
}
.sidebar__link.current a::before {
  background: #E30082;
}
.sidebar__link a {
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}
.sidebar__link a::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  left: 8px;
  left: 0.5rem;
  top: 10px;
  top: 0.625rem;
  background: #000;
  border-radius: 50%;
}

/* slider */
.slider .event-card__header {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .slider .event-card__header {
    margin-top: 1rem;
  }
}
.slider .event-card__title {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .slider .event-card__title {
    margin-top: 0.75rem;
  }
}

.slider__item-wrapper {
  margin-right: calc(50% - 50vw);
}

.slider__items {
  display: none;
}
.slider__items.slick-initialized {
  display: block;
}

.slider__item {
  width: 400px;
  width: 25rem;
  margin: 0 20px;
  margin: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .slider__item {
    width: 20rem;
    margin: 0 0.5rem;
  }
}

.slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .slider__footer {
    display: block;
  }
}

.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.slider__nav-arrow {
  display: block;
  width: 56px;
  width: 3.5rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 6.25rem;
  border: 1px solid #E30082;
  border: 0.0625rem solid #E30082;
  overflow: hidden;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  position: relative;
}
.slider__nav-arrow::before, .slider__nav-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  height: 14px;
  height: 0.875rem;
  right: 12px;
  right: 0.75rem;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.slider__nav-arrow::after {
  opacity: 0;
  -webkit-transform: translateX(-2.375rem) translateY(-50%);
          transform: translateX(-2.375rem) translateY(-50%);
}
.slider__nav-arrow:hover {
  opacity: 1;
  border-color: #E30082;
}

.slider__nav-prev {
  background: url(../img/common/prev-icon.png) no-repeat center/24px;
  background: url(../img/common/prev-icon.png) no-repeat center/1.5rem;
}

.slider__nav-next {
  background: url(../img/common/next-icon.png) no-repeat center/24px;
  background: url(../img/common/next-icon.png) no-repeat center/1.5rem;
}

@media screen and (max-width: 767px) {
  .slider__btn {
    margin: 2rem auto 0;
  }
}

/* subtitle */
/* title */
.title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1rem;
  }
}

/* about */
.about {
  background: url(../img/about/about-bg_pc.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    background: url(../img/about/about-bg_sp.png) no-repeat center/cover;
    padding-bottom: 3.75rem;
  }
}
.about::after {
  position: absolute;
  content: "NIGIOTO CHOIR";
  font-family: "Cinzel", serif;
  font-size: 205px;
  font-size: 12.8125rem;
  color: rgba(233, 233, 233, .12);
  line-height: 1;
  letter-spacing: -0.08em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  bottom: 3.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .about::after {
    display: block;
    content: "NIGIOTO\a CHOIR";
    white-space: pre-line;
    text-align: left;
    line-height: 0.75;
    font-size: 6.5625rem;
    bottom: -0.625rem;
  }
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__inner {
    display: block;
  }
}

.about__body {
  width: 59.5%;
}
@media screen and (max-width: 767px) {
  .about__body {
    width: 100%;
    margin-top: 2rem;
  }
}

.about__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .about__subtitle {
    font-size: 1.75rem;
  }
}

.about__texts {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__texts {
    margin-top: 2rem;
  }
}

.about__text {
  line-height: 1.8;
}
.about__text + .about__text {
  margin-top: 16px;
  margin-top: 1rem;
}

/* movie */
.movie .l-section {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .movie .l-section {
    padding-top: 2.25rem;
  }
}

.movie__slider {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .movie__slider {
    margin-top: 2rem;
  }
  .movie__slider .slider__btn::after {
    right: 5rem;
  }
}

.movie__item {
  width: 464px;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .movie__item {
    width: 20rem;
  }
}

.movie__item-inner {
  display: block;
}

/* philosophy */
.philosophy {
  color: #fff;
  background: url(../img/about/philosophy-bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .philosophy {
    background: url(../img/about/philosophy-bg_sp.png) no-repeat center/cover;
  }
}

.philosophy__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 120px;
  gap: 5rem 7.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .philosophy__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}

.philosophy__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .philosophy__item-title {
    font-size: 1.75rem;
  }
}

.philosophy__item-text {
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .philosophy__item-text {
    margin-top: 1rem;
  }
}

/* project */
.project__slider {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .project__slider {
    margin-top: 2rem;
  }
}

/* timeline */
.timeline__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .timeline__header {
    display: block;
  }
}

.timeline__units {
  height: 1160px;
  height: 72.5rem;
  margin-top: 48px;
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timeline__units {
    margin-top: 2rem;
  }
}
.timeline__units::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 180px;
  height: 11.25rem;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
}
.timeline__units.active {
  height: auto;
  overflow: auto;
}
.timeline__units.active::after {
  display: none;
}

.timeline__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 48px;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timeline__unit {
    display: block;
    padding-left: 2rem;
  }
}
.timeline__unit::before, .timeline__unit::after {
  position: absolute;
  content: "";
}
.timeline__unit::before {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: #E30082;
  border-radius: 50%;
  left: 0;
  top: 20px;
  top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .timeline__unit::before {
    top: 0.9375rem;
  }
}
.timeline__unit + .timeline__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .timeline__unit + .timeline__unit {
    margin-top: 2rem;
  }
}
.timeline__unit:not(:last-child)::after {
  width: 1px;
  width: 0.0625rem;
  height: calc(100% + 2.5rem);
  top: 20px;
  top: 1.25rem;
  left: 8px;
  left: 0.5rem;
  background: #E30082;
}

.timeline__unit-year {
  min-width: 164px;
  min-width: 10.25rem;
  font-family: "Cinzel", serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.08em;
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .timeline__unit-year {
    font-size: 3rem;
    min-width: unset;
  }
}

.timeline__items {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .timeline__items {
    padding-top: 0;
    margin-top: 1.5rem;
  }
}

.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .timeline__item {
    display: block;
  }
}
.timeline__item + .timeline__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.timeline__item-body {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .timeline__item-body {
    width: 100%;
  }
}

.timeline__item-date {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.timeline__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .timeline__item-title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.timeline__item-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .timeline__item-text {
    margin-top: 0.75rem;
  }
}

.timeline__item-img {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .timeline__item-img {
    width: 100%;
    margin-top: 0.75rem;
  }
}

.timeline__more-wrapper {
  text-align: center;
}

.timeline__more {
  background: #000;
}
.timeline__more::after {
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  background: url(../img/common/more-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .timeline__more::after {
    width: 1rem;
    height: 0.625rem;
    background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  .timeline__btn {
    margin-top: 2rem;
  }
  .timeline__btn::after {
    right: 7.625rem;
  }
}

/* company */
.company .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

@media screen and (max-width: 767px) {
  .company__list .list__item:first-child {
    padding-top: 0;
  }
}

/* contact */
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    display: block;
  }
}

.contact__flow {
  width: 20%;
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .contact__flow {
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .contact__flow-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}

.contact__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  color: #888;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contact__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__flow-item + .contact__flow-item {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__flow-item + .contact__flow-item {
    margin-top: 0;
  }
}
.contact__flow-item + .contact__flow-item::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 16px;
  height: 1rem;
  left: 18px;
  left: 1.125rem;
  top: -24px;
  top: -1.5rem;
  background: #888;
}
@media screen and (max-width: 767px) {
  .contact__flow-item + .contact__flow-item::before {
    width: 2rem;
    height: 0.0625rem;
    top: 0.75rem;
    left: -3rem;
  }
}
.contact__flow-item.current {
  color: #E30082;
}
.contact__flow-item.current span {
  background: #E30082;
}
.contact__flow-item span {
  display: inline-block;
  text-align: center;
  width: 36px;
  width: 2.25rem;
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background: #888;
  border-radius: 6.25rem;
  padding: 5px 5px 3px;
  padding: 0.3125rem 0.3125rem 0.1875rem;
}

.contact__content {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .contact__content {
    width: 100%;
    margin-top: 4rem;
  }
}

/* thanks */
.thanks__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}

.thanks__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 1.6;
  }
}

.thanks__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 124px 20px 40px;
  padding: 1.25rem 7.75rem 1.25rem 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    margin-top: 2rem;
    padding: 1.25rem 9.625rem 1.25rem 4.375rem;
  }
  .thanks__btn::after {
    right: 4.375rem;
  }
}

/* event-archive */
.event-archive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .event-archive__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

/* event-single */
/* music */
.music {
  background: #000;
}
.music .pagination {
  color: #fff;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .music .pagination {
    margin-top: 2.5rem;
  }
}
.music .pagination .prev {
  background: url(../img/common/back-icon02.png) no-repeat center/20px;
  background: url(../img/common/back-icon02.png) no-repeat center/1.25rem;
}
.music .pagination .next {
  background: url(../img/common/arrow-icon01.png) no-repeat center/20px;
  background: url(../img/common/arrow-icon01.png) no-repeat center/1.25rem;
}
.music .l-page {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .music .l-page {
    padding-top: 1.5rem;
  }
}

.music__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  gap: 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .music__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.875rem;
  }
}

.music__item-inner {
  display: block;
}

.music__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .music__item-title {
    font-size: 1rem;
  }
}

.music__item-release {
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .music__item-release {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.music__item-more-wrapper {
  text-align: right;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .music__item-more-wrapper {
    text-align: left;
  }
}

.music__item-more {
  display: inline-block;
  font-family: "Cinzel", serif;
  color: #E30082;
  background: url(../img/common/arrow-icon03.png) no-repeat center right 8px/14px;
  background: url(../img/common/arrow-icon03.png) no-repeat center right 0.5rem/0.875rem;
  border-bottom: 1px solid #E30082;
  border-bottom: 0.0625rem solid #E30082;
  padding: 4px 30px 4px 8px;
  padding: 0.25rem 1.875rem 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .music__item-more {
    width: 100%;
    font-size: 0.9375rem;
    padding: 0.25rem 1.5625rem;
    background-position: center right 1.25rem;
  }
}

/* news-archive */
.news-archive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

/* news-single */
.news-single {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding-top: 5.375rem;
  }
  .news-single .l-page {
    padding-top: 2rem;
  }
}

.news-single__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.5rem;
  }
}

.news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Serif JP", serif;
  color: #E30082;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__header {
    font-size: 0.875rem;
  }
}

.news-single__date {
  display: inline-block;
}

.news-single__category {
  margin-left: 33px;
  margin-left: 2.0625rem;
  position: relative;
}
.news-single__category::after {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 14px;
  height: 0.875rem;
  background: #E30082;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
  left: -1.0625rem;
}
.news-single__category span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.news-single__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__img {
    margin-top: 1rem;
  }
}

.news-single__post {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-single__post {
    margin-top: 3rem;
  }
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0;
}
.news-single__post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #E30082;
  border-bottom: 1px solid #E30082;
  border-bottom: 0.0625rem solid #E30082;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h2 {
    font-size: 1.25rem;
    margin-top: 3rem;
  }
}
.news-single__post h3 {
  font-size: 20px;
  font-size: 1.25rem;
  background: #E9E9E9;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h3 {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}
.news-single__post h4 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 56px;
  padding-left: 3.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-single__post h4 {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.news-single__post h4::before {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 40px;
  width: 2.5rem;
  left: 0;
  top: 15px;
  top: 0.9375rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .news-single__post h4::before {
    top: 0.75rem;
  }
}
.news-single__post h5, .news-single__post h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h5, .news-single__post h6 {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.news-single__post p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .news-single__post p {
    line-height: 1.6;
  }
}
.news-single__post p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-single__post p a {
  color: #E30082;
  text-decoration: underline;
}
.news-single__post figure:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-single__post ul:not(:first-child), .news-single__post ol:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-single__post ul li {
  background: url(../img/common/check-icon.png) no-repeat left top 5px/20px;
  background: url(../img/common/check-icon.png) no-repeat left top 0.3125rem/1.25rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .news-single__post ul li {
    background-position: left top 0.125rem;
  }
}
.news-single__post ol {
  margin-left: 1.8em;
}
.news-single__post ol li {
  list-style: decimal-leading-zero;
}
.news-single__post ol li::marker {
  font-family: "Noto Serif JP", serif;
  color: #E30082;
}
.news-single__post li {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .news-single__post li {
    line-height: 1.4;
  }
}
.news-single__post li:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__post li:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.news-single__post table {
  border: 1px solid #888;
  border: 0.0625rem solid #888;
}
.news-single__post table:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-single__post table tr:not(:first-child) {
  border-top: 1px solid #888;
  border-top: 0.0625rem solid #888;
}
.news-single__post table td {
  border: none;
  line-height: 1.8;
  padding: 12px 26px;
  padding: 0.75rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .news-single__post table td {
    line-height: 1.4;
    padding: 0.75rem 1.25rem;
  }
}
.news-single__post table td:first-child {
  text-align: center;
  width: 20%;
  font-weight: 500;
  background: #E9E9E9;
  vertical-align: middle;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .news-single__post table td:first-child {
    width: 30%;
  }
}

.news-single__btn {
  text-align: center;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-single__btn .btn {
    width: 18.5rem;
  }
  .news-single__btn .btn::after {
    right: 2.5rem;
  }
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* privacy */
.privacy .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

.privacy__list-item + .privacy__list-item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-item + .privacy__list-item {
    margin-top: 3rem;
  }
}

.privacy__list-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .privacy__list-title {
    font-size: 1.5rem;
  }
}

.privacy__list-text {
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-text {
    line-height: 1.6;
    margin-top: 1.25rem;
  }
}

/* career */
.career__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .career__header {
    display: block;
    margin-top: 3rem;
  }
}

.career__img {
  width: 48vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .career__img {
    width: 100vw;
  }
}
.career__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career__texts {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .career__texts {
    width: 100%;
    margin-top: 1rem;
  }
}

.career__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .career__text {
    line-height: 1.6;
  }
}
.career__text + .career__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.career__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .career__footer {
    display: block;
    margin-top: 3rem;
  }
}

.career__subimg {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .career__subimg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: 1.25rem;
  }
}

.career__item-wrapper {
  width: 66.5%;
}
@media screen and (max-width: 767px) {
  .career__item-wrapper {
    width: 100%;
    margin-top: 3rem;
  }
}

.career__items {
  height: 900px;
  height: 56.25rem;
  overflow: hidden;
  position: relative;
}
.career__items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 180px;
  height: 11.25rem;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
}
.career__items.active {
  height: auto;
  overflow: auto;
}
.career__items.active::after {
  display: none;
}

.career__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-left: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .career__item {
    display: block;
    padding-left: 1.875rem;
  }
}
.career__item::before, .career__item::after {
  position: absolute;
  content: "";
}
.career__item::before {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: #E30082;
  border-radius: 50%;
  left: 0;
  top: 20px;
  top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .career__item::before {
    top: 0.9375rem;
  }
}
.career__item + .career__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .career__item + .career__item {
    margin-top: 2rem;
  }
}
.career__item:not(:last-child)::after {
  width: 1px;
  width: 0.0625rem;
  height: calc(100% + 2.5rem);
  top: 20px;
  top: 1.25rem;
  left: 8px;
  left: 0.5rem;
  background: #E30082;
}

.career__item-year {
  min-width: 164px;
  min-width: 10.25rem;
  font-family: "Cinzel", serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.08em;
  background: linear-gradient(85.06deg, #E30082 0%, #6A1988 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .career__item-year {
    font-size: 3rem;
    min-width: unset;
  }
}

.career__item-body {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .career__item-body {
    padding-top: 0;
    margin-top: 1.5rem;
  }
}

.career__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .career__item-title {
    font-size: 1.125rem;
  }
}
.career__item-title:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .career__item-title:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.career__item-text {
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .career__item-text {
    line-height: 1.6;
  }
}

.career__more-wrapper {
  text-align: center;
}

.career__more {
  background: #000;
}
.career__more::after {
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  background: url(../img/common/more-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .career__more::after {
    width: 1rem;
    height: 0.625rem;
    background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
  }
}

/* discography */
.discography .l-section {
  padding: 60px 0;
  padding: 3.75rem 0;
}

.discography__link {
  display: block;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .discography__link {
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0;
  }
}

.discography__slider {
  margin-top: 48px;
  margin-top: 3rem;
}

.discography__item {
  width: 464px;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .discography__item {
    width: 20rem;
  }
}

.discography__item-inner {
  display: block;
}

/* message */
/* profile */
.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    display: block;
  }
}

.profile__body {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .profile__body {
    width: 100%;
  }
}

.profile__enname {
  font-family: "Cinzel", serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.8;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .profile__enname {
    font-size: 3rem;
  }
}

.profile__name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .profile__name {
    margin-top: 2rem;
  }
}

.profile__texts {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .profile__texts {
    margin-top: 2rem;
  }
}

.profile__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .profile__text {
    line-height: 1.6;
  }
}
.profile__text + .profile__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.profile__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .profile__subtitle {
    margin-top: 2rem;
  }
}

.profile__subtext {
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .profile__subtext {
    margin-top: 0.5rem;
  }
}

.profile__img {
  width: 48vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .profile__img {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
  }
}
.profile__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .profile__img img {
    height: auto;
  }
}

/* sound */
.sound {
  color: #fff;
  background: url(../img/profile/sound-bg_pc.png) no-repeat center/cover;
  margin: 80px 0 200px;
  margin: 5rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .sound {
    background: url(../img/profile/sound-bg_sp.png) no-repeat center/cover;
    margin: 0 0 25rem;
  }
  .sound .l-section {
    padding-bottom: 12.5rem;
  }
}

.sound__inner {
  position: relative;
}

.sound__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sound__title {
    font-size: 1.75rem;
  }
}

.sound__text {
  width: 480px;
  width: 30rem;
  max-width: 100%;
  line-height: 1.8;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sound__text {
    line-height: 1.6;
    margin-top: 2rem;
  }
}

.sound__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -130px;
  right: -8.125rem;
  width: 61%;
}
@media screen and (max-width: 767px) {
  .sound__img {
    width: 21.875rem;
    max-width: 100%;
    top: unset;
    bottom: -33.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* text-reveal */
.text-reveal__line {
  display: block;
  overflow: hidden;
}

.text-reveal__char-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.text-reveal__char-wrap--space {
  width: 0.28em;
}

.text-reveal__char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.text-reveal.is-active .text-reveal__char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .text-reveal__char {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
/* top-about */
.top-about {
  color: #fff;
  background: url(../img/top/top-about-bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-about {
    background: url(../img/top/top-about-bg_sp.png) no-repeat center/cover;
    margin-bottom: 25rem;
  }
}
.top-about .l-section {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-about .l-section {
    padding: 4rem 0 12.5rem;
  }
}

.top-about__inner {
  position: relative;
}

.top-about__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-about__subtitle {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-top: 2rem;
  }
}

.top-about__texts {
  width: 480px;
  width: 30rem;
  max-width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}

.top-about__text + .top-about__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-about__text + .top-about__text {
    margin-top: 1rem;
  }
}

.top-about__btn {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin-top: 2rem;
  }
}

.top-about__img {
  position: absolute;
  top: -160px;
  top: -10rem;
  right: -130px;
  right: -8.125rem;
  width: 61%;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    width: 21.875rem;
    max-width: 100%;
    top: unset;
    bottom: -33.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* top-discography */
.top-discography {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .top-discography {
    text-align: center;
  }
}
.top-discography .l-inner {
  max-width: 1365px;
  max-width: 85.3125rem;
}

.top-discography__wrapper {
  height: 100vh;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}

.top-discography__header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.top-discography__subtitle {
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-discography__subtitle {
    text-align: center;
    font-size: 0.75rem;
  }
}

.top-discography__entitle {
  font-family: "Cinzel", serif;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 0.8;
  letter-spacing: -0.08em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-discography__entitle {
    font-size: 5.5rem;
  }
}

.top-discography__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-discography__titles {
    display: block;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top-discography__btn {
    width: 13.875rem;
    margin-top: 2rem;
  }
  .top-discography__btn::after {
    right: 2.5rem;
  }
}

.top-discography__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .top-discography__content {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.top-discography__img {
  position: absolute;
  opacity: 0;
}

.top-discography__img01 {
  width: 560px;
  width: 35rem;
  top: 650px;
  top: 40.625rem;
  left: -10px;
  left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img01 {
    width: 15rem;
    left: 0;
    top: 25rem;
  }
}

.top-discography__img02 {
  width: 360px;
  width: 22.5rem;
  top: 760px;
  top: 47.5rem;
  right: -10px;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img02 {
    width: 10.9375rem;
    top: 44.0625rem;
    right: 0;
  }
}

.top-discography__img03 {
  width: 560px;
  width: 35rem;
  top: 1080px;
  top: 67.5rem;
  right: 90px;
  right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img03 {
    width: 16.875rem;
    right: unset;
    left: 1.875rem;
    top: 53.4375rem;
  }
}

.top-discography__img04 {
  width: 400px;
  width: 25rem;
  top: 1550px;
  top: 96.875rem;
  left: 270px;
  left: 16.875rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img04 {
    width: 10rem;
    left: 0;
    top: 66.875rem;
  }
}

.top-discography__img05 {
  width: 560px;
  width: 35rem;
  top: 1780px;
  top: 111.25rem;
  right: -10px;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img05 {
    width: 15rem;
    top: 80rem;
    right: 0;
  }
}

.top-discography__img06 {
  width: 560px;
  width: 35rem;
  top: 2170px;
  top: 135.625rem;
  left: -10px;
  left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .top-discography__img06 {
    width: 15rem;
    left: 1.875rem;
    top: 99.375rem;
  }
}

/* top-event */
.top-event .l-section {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-event .l-section {
    padding-bottom: 2.25rem;
  }
}

.top-event__slider {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-event__slider {
    margin-top: 2rem;
  }
}

/* top-menu */
/* top-mv */
.top-mv {
  color: #fff;
  background: url(../img/top/top-mv-bg_pc.png) no-repeat center/cover;
  overflow: hidden;
  padding: 150px 0 50px;
  padding: 9.375rem 0 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    background: url(../img/top/top-mv-bg_sp.png) no-repeat center/cover;
    padding: 8.125rem 0 5rem;
  }
}
.top-mv .l-inner {
  max-width: 1400px;
  max-width: 87.5rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-animation: topMvContentFadeIn 0.75s ease 0.7s forwards;
          animation: topMvContentFadeIn 0.75s ease 0.7s forwards;
}
.top-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  -webkit-animation: topMvFlash 1s linear forwards;
          animation: topMvFlash 1s linear forwards;
  will-change: opacity;
}

.top-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top-mv__inner {
    display: block;
  }
}

.top-mv__title {
  font-family: "Prata", serif;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 3.125rem;
  }
}

.top-mv__news {
  width: 27%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__news {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.5625rem;
  }
}

.top-mv__news-item + .top-mv__news-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.top-mv__news-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.top-mv__news-item-date {
  display: inline-block;
  min-width: 80px;
  min-width: 5rem;
  font-family: "Cinzel", serif;
}

.top-mv__news-item-title {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-mv__news-item-title .text-reveal__line {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.top-mv__news-item-title .text-reveal__char {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.top-mv__slider {
  margin-top: 32px;
  margin-top: 2rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
  -webkit-animation: topMvSliderFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.8s forwards;
          animation: topMvSliderFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2.8s forwards;
  will-change: opacity, transform;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__slider {
    margin-top: 3.5rem;
  }
}
.top-mv__slider .slick-list {
  height: inherit;
}
.top-mv__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-mv__slider-item {
  margin: 0 16px;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item {
    margin: 0 0.5625rem;
  }
}

.top-mv__slider-item01 {
  width: 335px;
  width: 20.9375rem;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item01 {
    width: 11.875rem;
  }
}

.top-mv__slider-item02 {
  width: 223px;
  width: 13.9375rem;
  margin-bottom: auto;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item02 {
    width: 6.25rem;
    margin-top: 1.875rem;
  }
}

.top-mv__slider-item03 {
  width: 335px;
  width: 20.9375rem;
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item03 {
    width: 11.875rem;
    margin-top: 1.875rem;
  }
}

.top-mv__slider-item04 {
  width: 450px;
  width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item04 {
    width: 15rem;
  }
}

.top-mv__slider-item05 {
  width: 335px;
  width: 20.9375rem;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-item05 {
    width: 11.875rem;
    margin-bottom: 1.25rem;
  }
}

@-webkit-keyframes topMvFlash {
  0% {
    opacity: 0;
    background: #fff;
  }
  5% {
    opacity: 1;
    background: #fff;
  }
  12% {
    opacity: 0.95;
    background: #f9edf4;
  }
  42% {
    opacity: 0.78;
    background: #ee8fc1;
  }
  66% {
    opacity: 0.56;
    background: #BD1A69;
  }
  84% {
    opacity: 0.22;
    background: #BD1A69;
  }
  100% {
    opacity: 0;
    background: #BD1A69;
  }
}

@keyframes topMvFlash {
  0% {
    opacity: 0;
    background: #fff;
  }
  5% {
    opacity: 1;
    background: #fff;
  }
  12% {
    opacity: 0.95;
    background: #f9edf4;
  }
  42% {
    opacity: 0.78;
    background: #ee8fc1;
  }
  66% {
    opacity: 0.56;
    background: #BD1A69;
  }
  84% {
    opacity: 0.22;
    background: #BD1A69;
  }
  100% {
    opacity: 0;
    background: #BD1A69;
  }
}
@-webkit-keyframes topMvContentFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes topMvContentFadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes topMvSliderFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes topMvSliderFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-mv .l-inner {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .top-mv::before {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .top-mv__slider {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
/* top-news */
.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    display: block;
  }
}

.top-news__titles {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-news__titles {
    width: 100%;
    display: block;
  }
}

.top-news__btn-wrapper {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .top-news__btn-wrapper {
    text-align: center;
    margin-top: 2rem;
  }
}

.top-news__body {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .top-news__body {
    width: 100%;
    margin-top: 2rem;
  }
}

/* top-profile */
.top-profile {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-profile {
    padding-bottom: 3.75rem;
  }
}
.top-profile::after {
  position: absolute;
  content: "SOUL SINGER";
  font-family: "Cinzel", serif;
  font-size: 270px;
  font-size: 16.875rem;
  color: #E9E9E9;
  line-height: 1;
  letter-spacing: -0.08em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-profile::after {
    text-align: center;
    content: "SOUL\aSINGER";
    white-space: pre-line;
    line-height: 0.8;
    font-size: 8.4375rem;
    bottom: -0.625rem;
  }
}

.top-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-profile__inner {
    display: block;
  }
}

.top-profile__img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .top-profile__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.top-profile__body {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .top-profile__body {
    width: 100%;
    margin-top: 2rem;
  }
}

.top-profile__name {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.top-profile__texts {
  margin-top: 32px;
  margin-top: 2rem;
}

.top-profile__text + .top-profile__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.top-profile__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-profile__footer {
    display: block;
  }
}

.top-profile__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-profile__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-profile__sns-item a {
  display: block;
  width: 48px;
  width: 3rem;
}
.top-profile__sns-item img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .top-profile__btn-wrapper {
    text-align: center;
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */
