@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1220px) {
  * {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  background-color: black;
  color: white;
}

img {
  height: auto;
}

a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: inherit;
  font-weight: inherit;
  font-size: 100%;
}

.word-wrap {
  display: inline-table;
  color: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
}

.header {
  width: 100%;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 1000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1220px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 10px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header.__short {
  height: 50px;
}
.header.__short .header__logo img {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header.__short .header__logo img {
    width: 160px;
  }
}

.header__logo {
  display: table;
}
.header__logo img {
  width: 300px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1220px) {
  .header__logo img {
    width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .header-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: calc(100vh - 48px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
}
.header-nav.--open {
  opacity: 1;
  visibility: visible;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header-nav__list {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 24px;
    background-color: rgba(0, 0, 0, 0.96);
  }
}

.header-nav__item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-nav__item:hover {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}

.header-nav__link {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  color: white;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .header-nav__link {
    display: block;
    width: 100%;
    padding: 24px 16px;
    text-align: center;
    font-size: 2.2rem;
  }
}

.header-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .header-nav__icon {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-nav__icon-link img {
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .header-nav__icon-link img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__icon-link img {
    width: 32px;
  }
}
.header-nav__icon-link:hover {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}

.c-hbg {
  display: none;
  width: 48px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-hbg {
    display: block;
  }
}
.c-hbg.--open .c-hbg__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(196deg);
          transform: translateY(-50%) rotate(196deg);
}
.c-hbg.--open .c-hbg__line:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.c-hbg.--open .c-hbg__line:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-196deg);
          transform: translateY(50%) rotate(-196deg);
}

.c-hbg__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-hbg__line:nth-of-type(1) {
  top: 0;
}
.c-hbg__line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-hbg__line:nth-of-type(3) {
  bottom: 0;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
    padding: 24px 0 80px;
  }
}

.fv__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv__link:hover + .fv__contents + img {
  opacity: 0.6;
}

.fv__contents {
  width: 40%;
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  .fv__contents {
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: auto;
    max-width: 70%;
    display: table;
    padding: 12px 32px 12px 16px;
    position: absolute;
    bottom: 10px;
    left: 16px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  }
}

.fv__tag {
  font-size: 1.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1220px) {
  .fv__tag {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__tag {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__tag {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #000;
  }
}

.fv__name {
  display: inline;
  font-size: 4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #fff;
  color: #000;
  line-height: 1.7;
  padding: 2px 16px;
}
@media screen and (max-width: 1220px) {
  .fv__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .fv__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__name {
    font-size: 1.5rem;
    padding: 2px 8px;
    background-color: #000;
    color: #fff;
  }
}

.fv__date {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1220px) {
  .fv__date {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__date {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__date {
    margin-top: 8px;
    color: #000;
  }
}
.fv__date span {
  font-size: 2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 1220px) {
  .fv__date span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__date span {
    font-size: 1.2rem;
    color: #000;
  }
}

.fv__img {
  width: 60%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1220px) {
  .slick-dots {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .slick-dots {
    max-width: calc(30% - 16px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: unset;
    right: 0;
    bottom: unset;
    top: calc(62.5vw + 8px);
    padding: 0 8px;
    gap: 8px;
  }
}
.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 4px;
    height: 4px;
  }
}
.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.slick-dots li button:before {
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: #808080;
  opacity: 1;
  border-radius: 100%;
  content: "";
}

.slick-dots li.slick-active button:before {
  background-color: #fff!important;
}

.p-top-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 1220px) {
  .p-top-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .p-top-section {
    margin-top: 136px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-section {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section {
    margin-top: 56px;
  }
}

.p-heading {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1220px) {
  .p-heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-heading {
    margin-bottom: 24px;
  }
}
.p-heading.--vertical {
  display: table;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-heading.--vertical {
    display: block;
    margin-bottom: 24px;
  }
}
.p-heading.--vertical .p-heading__link {
  position: relative;
  top: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-heading.--vertical .p-heading__link {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.p-heading__en {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 6rem;
}
@media screen and (max-width: 1220px) {
  .p-heading__en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-heading__en {
    font-size: 2.4rem;
  }
}

.p-heading__jp {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1220px) {
  .p-heading__jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-heading__jp {
    font-size: 1.2rem;
  }
}

.p-heading__link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1220px) {
  .p-heading__link {
    font-size: 1.6rem;
  }
}
.p-heading__link img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  left: 0;
}
@media screen and (max-width: 1220px) {
  .p-heading__link img {
    width: 32px;
  }
}
.p-heading__link:hover img {
  left: 10px;
}

.p-event__shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1220px) {
  .p-event__shelf {
    gap: 56px 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-event__shelf {
    gap: 32px 16px;
  }
}

.p-event-shelf__item {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 1220px) {
  .p-event-shelf__item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-event-shelf__item {
    width: calc((100% - 16px) / 2);
  }
}

.p-event-shelf__img-link {
  display: block;
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-event-shelf__img-link {
    margin-bottom: 16px;
  }
}
.p-event-shelf__img-link:before {
  position: absolute;
  content: "View more";
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
.p-event-shelf__img-link:hover {
  opacity: 1;
}
.p-event-shelf__img-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.p-event-shelf__img-link:hover img {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.p-event-shelf__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f5f5f5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-event-shelf__title {
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1220px) {
  .p-event-shelf__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-event-shelf__title {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}

.p-event-shelf__date {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-event-shelf__date {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}

.p-event-shelf__tag {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400!important;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  padding: 6px 12px;
  border: solid 1px;
}
@media screen and (max-width: 1220px) {
  .p-event-shelf__tag {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-event-shelf__tag {
    font-size: 1.1rem;
    padding: 4px 8px;
  }
}
.p-event-shelf__tag.cat-current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.p-event-shelf__tag.cat-upcoming {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.p-event-shelf__tag.cat-past {
  color: #fff;
  border-color: #fff;
  background-color: #000;
}

.p-artist-shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 48px;
}
@media screen and (max-width: 1220px) {
  .p-artist-shelf {
    gap: 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-shelf {
    gap: 32px 16px;
  }
}

.p-artist-shelf__item {
  display: block;
  width: calc((100% - 144px) / 4);
}
@media screen and (max-width: 1220px) {
  .p-artist-shelf__item {
    width: calc((100% - 96px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .p-artist-shelf__item {
    width: calc((100% - 16px) / 2);
  }
}

.p-artist-shelf__img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-artist-shelf__img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.p-artist-shelf__name {
  font-size: 2rem;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1220px) {
  .p-artist-shelf__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-shelf__name {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.p-service-shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.p-service-shelf__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 48px) / 3);
  height: 320px;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-service-shelf__item {
    height: 240px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-shelf__item {
    width: 100%;
    height: 120px;
  }
}
.p-service-shelf__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
}
.p-service-shelf__item:hover .p-service-shelf__title:before {
  right: -10px;
}

.p-service-shelf__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.p-service-shelf__contents {
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-service-shelf__title {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-service-shelf__title {
    padding-right: 32px;
  }
}
.p-service-shelf__title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow_next_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1220px) {
  .p-service-shelf__title:before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-shelf__title:before {
    width: 24px;
    height: 24px;
  }
}
.p-service-shelf__title span {
  color: #fff;
}

.p-service-shelf-title__jp {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1220px) {
  .p-service-shelf-title__jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-shelf-title__jp {
    font-size: 1.6rem;
  }
}

.p-service-shelf-title__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1220px) {
  .p-service-shelf-title__en {
    font-size: 1.4rem;
  }
}

.p-heading02 {
  text-align: center;
}

.p-heading02__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-heading02__en {
    font-size: 2.4rem;
  }
}

.p-heading02__jp {
  display: block;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-heading02__jp {
    font-size: 1.2rem;
    margin: 8px 0 24px;
  }
}

.p-paetner-shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1220px) {
  .p-paetner-shelf {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-paetner-shelf {
    gap: 32px 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-paetner-shelf {
    gap: 32px;
    padding: 0 16px;
  }
}

.p-paetner-shelf__item {
  width: calc((100% - 320px) / 5);
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .p-paetner-shelf__item {
    width: calc((100% - 192px) / 5);
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-paetner-shelf__item {
    width: calc((100% - 64px) / 3);
    height: 60px;
  }
}

.p-paetner-shelf__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-section.p-top-news {
  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;
}
@media screen and (max-width: 768px) {
  .p-top-section.p-top-news {
    display: block;
  }
}

.p-top-news-list {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-top-news-list {
    width: 100%;
  }
}

.p-top-news-list__item {
  border-top: solid 1px #444;
}
.p-top-news-list__item:last-of-type {
  border-bottom: solid 1px #444;
}

.p-top-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
  padding: 24px 56px 24px 8px;
}
@media screen and (max-width: 768px) {
  .p-top-news-list__link {
    gap: 8px;
    padding: 24px 32px 24px 8px;
  }
}
.p-top-news-list__link:hover .p-top-news-list__img {
  right: 0;
}
.p-top-news-list__link section {
  width: calc(100% - 112px);
}
@media screen and (max-width: 768px) {
  .p-top-news-list__link section {
    width: calc(100% - 88px);
  }
}

.p-top-news-list__date {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: white;
  font-size: 1.4rem;
  width: 80px;
}

.p-top-news-list__title {
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-top-news-list__img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer {
  padding: 140px 0 40px;
}
@media screen and (max-width: 1220px) {
  .footer {
    padding: 96px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 56px 0 16px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  display: block;
  width: 200px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 150px;
  }
}

.footer__logo-img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast; /* WebKit独自のアンチエイリアシング最適化 */
  shape-rendering: crispEdges; /* SVGの形状レンダリングをシャープに */
  text-rendering: geometricPrecision; /* テキストのレンダリング精度を向上 */
}

@media screen and (max-width: 768px) {
  .footer__logo-img {
    width: 100%;
    max-width: 150px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-nav__item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-nav__item:hover {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}

.footer-nav__link {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.footer__store-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 8px;
  padding: 0 24px;
  height: 46px;
  border: solid 1px white;
  background-color: white;
  color: black;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .footer__store-btn {
    margin-bottom: 24px;
  }
}
.footer__store-btn img {
  width: 22px;
}

.footer-sns-shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 112px;
}
@media screen and (max-width: 1220px) {
  .footer-sns-shelf {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sns-shelf {
    margin-bottom: 48px;
  }
}
.footer-sns-shelf .footer-sns-shelf__item:hover {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}
.footer-sns-shelf img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .footer-sns-shelf img {
    width: 30px;
  }
}

small {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  text-align: center;
}

.c-cta {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
  padding: 72px 0;
  margin-top: 160px;
}
@media screen and (max-width: 1220px) {
  .c-cta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .c-cta {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .c-cta {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta {
    margin-top: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 1040px;
}
@media screen and (max-width: 1220px) {
  .c-cta__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-heading.--cta {
  margin-bottom: 56px;
}
@media screen and (max-width: 1220px) {
  .p-heading.--cta {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-heading.--cta {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-heading.--cta > span {
    text-align: center;
    display: block;
  }
}

.c-cta .p-heading__en,
.c-cta .p-heading__jp,
.c-cta .p-heading__text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #fff;
}
.c-cta .p-heading__en {
  font-weight: 700;
}
.c-cta .p-heading__jp {
  font-weight: 600;
}
.c-cta .p-heading__text {
  font-weight: 400;
}

.p-heading__text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 1220px) {
  .p-heading__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-heading__text {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
    margin-top: 16px;
    line-height: 1.8;
  }
}

.c-cta-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-cta-btn-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-cta-btn-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  width: calc((100% - 24px) / 2);
  height: 80px;
  border: solid 1px #fff;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 1220px) {
  .c-cta-btn-list__item {
    height: 64px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta-btn-list__item {
    width: 80%;
    height: 64px;
  }
}
.c-cta-btn-list__item.--negative {
  background-color: #000;
  color: #fff;
}

.c-page-title {
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #444;
  margin-bottom: 96px;
}
@media screen and (max-width: 1220px) {
  .c-page-title {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-title {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title {
    height: 200px;
    margin-bottom: 56px;
  }
}

.c-page-title__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .c-page-title__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-page-title__en {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 5.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1220px) {
  .c-page-title__en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__en {
    font-size: 3.2rem;
  }
}

.c-page-title__jp {
  font-weight: 500;
  display: block;
  margin-top: 8px;
}

.c-page-title__breadcrumb {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .c-page-title__breadcrumb {
    margin-top: 32px;
  }
}

.c-page-title__breadcrumb-item,
.c-page-title__breadcrumb-link {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  position: relative;
}

.c-page-title__breadcrumb-item {
  padding-left: 12px;
}
.c-page-title__breadcrumb-item:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-page-title__breadcrumb-item:first-of-type {
  padding: 0;
}
.c-page-title__breadcrumb-item:first-of-type::before {
  display: none;
}

.c-single-ditails > *:last-child {
  margin-bottom: 0 !important;
}
.c-single-ditails h2 {
  font-weight: 600;
  font-size: 3.2rem;
  margin: 56px 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .c-single-ditails h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-single-ditails h2 {
    font-size: 2rem;
    margin: 40px 0 16px;
  }
}
.c-single-ditails h2 + * {
  margin-top: 0 !important;
}
.c-single-ditails h3 {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 56px 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .c-single-ditails h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-single-ditails h3 {
    font-size: 1.8rem;
    margin: 40px 0 16px;
  }
}
.c-single-ditails h3 + * {
  margin-top: 0 !important;
}
.c-single-ditails h4 {
  font-weight: 600;
  font-size: 2rem;
  margin: 56px 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .c-single-ditails h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-single-ditails h4 {
    margin: 40px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-single-ditails h4 {
    font-size: 1.6rem;
    margin: 40px 0 16px;
  }
}
.c-single-ditails h4 + * {
  margin-top: 0 !important;
}
.c-single-ditails p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-single-ditails p + p {
  margin-top: 1em;
}
.c-single-ditails a {
  text-decoration: underline;
}
.c-single-ditails > .wp-block-image {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-single-ditails > .wp-block-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.c-single-ditails > .wp-block-image > figure {
  max-width: 100%;
}
.c-single-ditails > .wp-block-gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 48px !important;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-single-ditails > .wp-block-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 32px !important;
  }
}
@media screen and (max-width: 640px) {
  .c-single-ditails > .wp-block-gallery {
    gap: 32px 24px !important;
  }
}
@media screen and (max-width: 480px) {
  .c-single-ditails > .wp-block-gallery {
    gap: 32px 16px !important;
  }
}
.c-single-ditails > .wp-block-gallery > figure {
  width: calc((100% - 144px) / 4) !important;
  display: block !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
@media screen and (max-width: 768px) {
  .c-single-ditails > .wp-block-gallery > figure {
    width: calc((100% - 48px) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  .c-single-ditails > .wp-block-gallery > figure {
    width: calc((100% - 24px) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  .c-single-ditails > .wp-block-gallery > figure {
    width: calc((100% - 16px) / 2) !important;
  }
}
.c-single-ditails > .wp-block-gallery > figure img {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
}
.c-single-ditails > .wp-block-columns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 48px !important;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-single-ditails > .wp-block-columns {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 32px !important;
  }
}
@media screen and (max-width: 640px) {
  .c-single-ditails > .wp-block-columns {
    gap: 32px 24px !important;
  }
}
@media screen and (max-width: 480px) {
  .c-single-ditails > .wp-block-columns {
    gap: 32px 16px !important;
  }
}
.c-single-ditails > .wp-block-columns > div {
  width: calc((100% - 144px) / 4) !important;
  display: block !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
@media screen and (max-width: 768px) {
  .c-single-ditails > .wp-block-columns > div {
    width: calc((100% - 48px) / 2) !important;
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
}
@media screen and (max-width: 640px) {
  .c-single-ditails > .wp-block-columns > div {
    width: calc((100% - 24px) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  .c-single-ditails > .wp-block-columns > div {
    width: calc((100% - 16px) / 2) !important;
  }
}
.c-single-ditails > .wp-block-columns > div > figure {
  width: 100% !important;
  margin: 0;
}
.c-single-ditails > .wp-block-columns > div > figure img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.c-single-ditails > .wp-block-columns > div > p {
  margin: 1em 0 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .c-single-ditails > .wp-block-columns > div > p {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .c-single-ditails .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
}


/* ロゴアニメテスト
---------------------------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-logo {
  opacity: 0;
  animation: 4s forwards 1s fade;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .loading-logo img {
    width: 200px;
  }
}

.p-service-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-service-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-service-wrap + .p-service-wrap {
  margin-top: 140px;
}
@media screen and (max-width: 1220px) {
  .p-service-wrap + .p-service-wrap {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-wrap + .p-service-wrap {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-wrap + .p-service-wrap {
    margin-top: 56px;
  }
}

.p-service-heading {
  height: 400px;
  background-image: url(../img/img_top-service01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 1220px) {
  .p-service-heading {
    height: 256px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-heading {
    height: 200px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-heading {
    height: 120px;
  }
}
.p-service-heading:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-service-heading.--event {
  background-image: url(../img/img_top-service02.webp);
}
.p-service-heading.--apparel {
  background-image: url(../img/img_top-service03.webp);
}

.p-service-heading__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 1040px;
}
@media screen and (max-width: 1220px) {
  .p-service-heading__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-service-heading__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 4.8rem;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .p-service-heading__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-heading__en {
    font-size: 2.4rem;
  }
}

.p-service-heading__jp {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-top: 8px;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .p-service-heading__jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-heading__jp {
    font-size: 1.4rem;
  }
}

.p-service-text {
  line-height: 1.8;
}

.p-about-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-about-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-about-wrap + .p-about-wrap {
  margin-top: 140px;
}
@media screen and (max-width: 1220px) {
  .p-about-wrap + .p-about-wrap {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-wrap + .p-about-wrap {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-wrap + .p-about-wrap {
    margin-top: 56px;
  }
}

.p-about-heading {
  font-family: "Playfair", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1220px) {
  .p-about-heading {
    font-size: 3.2rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1220px) {
  .p-about-heading {
    font-size: 2.4rem;
  }
}

.p-about-text {
  line-height: 1.8;
}

.p-about-name {
  text-align: right;
  margin-top: 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-about-name {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.p-about-name span {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-about-name span {
    font-size: 1.4rem;
  }
}

.p-about-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
}
@media screen and (max-width: 1220px) {
  .p-about-message {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-message {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-about-message__text-area {
  width: 100%;
}

.p-about-message__img {
  width: 500px;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1220px) {
  .p-about-message__img {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-message__img {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-message__img {
    width: 80%;
  }
}

.p-about-member-shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 48px;
}
@media screen and (max-width: 1220px) {
  .p-about-member-shelf {
    gap: 56px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-member-shelf {
    gap: 32px 16px;
  }
}

.p-about-member-shelf__item {
  width: calc((100% - 144px) / 4);
}
@media screen and (max-width: 1220px) {
  .p-about-member-shelf__item {
    width: calc((100% - 96px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .p-about-member-shelf__item {
    width: calc((100% - 32px) / 3);
  }
}

.p-about-member-shelf__img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-member-shelf__img {
    margin-bottom: 8px;
  }
}

.p-about-member-shelf__name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 1220px) {
  .p-about-member-shelf__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-member-shelf__name {
    font-size: 1.4rem;
  }
}

.p-about-member-shelf__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1.4rem;
  color: #757575;
}
@media screen and (max-width: 1220px) {
  .p-about-member-shelf__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-member-shelf__en {
    font-size: 1.2rem;
  }
}

.p-about-company-table__tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-top: solid 1px #444;
}
.p-about-company-table__tr:last-of-type {
  border-bottom: solid 1px #444;
}

.p-about-company-table__th {
  width: 200px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1220px) {
  .p-about-company-table__th {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-company-table__th {
    padding: 0 8px;
    width: calc(7em + 16px);
  }
}

.p-about-company-table__td {
  width: calc(100% - 200px);
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1220px) {
  .p-about-company-table__td {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-company-table__td {
    padding: 0 8px;
    width: calc(100% - (7em + 16px));
  }
}

.p-privacy-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-privacy-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-privacy-wrap + .p-privacy-wrap {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .p-privacy-wrap + .p-privacy-wrap {
    margin-top: 40px;
  }
}

.p-privacy-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1220px) {
  .p-privacy-heading {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1220px) {
  .p-privacy-heading {
    margin-bottom: 16px;
  }
}

.p-privacy-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-event-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-event-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-wrap {
    padding-top: 8px;
  }
}

.p-event-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
  row-gap: 8px;
}
@media screen and (max-width: 1220px) {
  .p-event-cat {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-cat {
    margin-bottom: 24px;
  }
}

.p-event-cat__list,
.p-event-cat__link {
  font-size: 1.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1220px) {
  .p-event-cat__list,
  .p-event-cat__link {
    font-size: 1.4rem;
  }
}

.p-event-cat__list {
  border-right: solid 1px #757575;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-event-cat__list {
    padding: 0 12px;
  }
}
.p-event-cat__list:first-of-type {
  border-left: solid 1px #757575;
}
.p-event-cat__list.--selected {
  font-weight: 600;
}

.p-event-cat__link {
  color: #ccc;
}

.p-event-single__tumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 750px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  display: block;
  margin: 0 auto 112px;
}
@media screen and (max-width: 1220px) {
  .p-event-single__tumb {
    max-height: 560px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-event-single__tumb {
    max-height: 480px;
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-single__tumb {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    max-height: unset;
    margin-bottom: 48px;
  }
}

.p-event-single__title-area {
  padding-bottom: 48px;
  border-bottom: solid 1px #444;
}

.p-event-single-headign {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .p-event-single-headign {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-event-single-headign {
    font-size: 2.4rem;
  }
}

.p-event-single-cat {
  padding: 0 12px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .p-event-single-cat {
    font-size: 1.2rem;
  }
}
.p-event-single-cat.cat-upcoming {
  background-color: #fff;
  border: solid 1px #757575;
  color: #757575;
}
.p-event-single-cat.cat-past {
  background-color: #757575;
  border: solid 1px #757575;
  color: #fff;
}

.p-event-single-date {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 16px;
}

.c-page-title__breadcrumb.--event-single {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-page-title__breadcrumb.--event-single {
    margin-bottom: 24px;
  }
}

.p-event-single__ditails {
  padding: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .p-event-single__ditails {
    padding-top: 48px;
  }
}
.p-event-single__ditails > *:first-child {
  margin-top: 0;
}

.p-event-single__other-event {
  margin-top: 140px;
  padding-top: 80px;
  border-top: solid 1px #444;
}
@media screen and (max-width: 1024px) {
  .p-event-single__other-event {
    margin-top: 96px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-single__other-event {
    margin-top: 56px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-single__other-event .p-event-shelf__item:last-of-type {
    display: none;
  }
}

.p-artist-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-artist-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-artist-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 96px;
}
@media screen and (max-width: 1220px) {
  .p-artist-list__item {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-artist-list__item {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-artist-list__item + .p-artist-list__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-artist-list__item + .p-artist-list__item {
    margin-top: 56px;
  }
}

.p-artist-list__img {
  width: 400px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1220px) {
  .p-artist-list__img {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .p-artist-list__img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__img {
    width: 50%;
  }
}

.p-artist-list__contents {
  width: calc(100% - 496px);
}
@media screen and (max-width: 1220px) {
  .p-artist-list__contents {
    width: calc(100% - 424px);
  }
}
@media screen and (max-width: 1024px) {
  .p-artist-list__contents {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__contents {
    width: 100%;
  }
}

.p-artist-list__name {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-artist-list__name {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__name {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.p-artist-list__text {
  line-height: 1.8;
  font-size: 1.4rem;
}

.p-artist-list__link-shelf {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-artist-list__link-shelf {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__link-shelf {
    margin-top: 24px;
  }
}

.p-artist-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 1.8rem;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-artist-list__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list__link {
    font-size: 1.8rem;
  }
}
.p-artist-list__link:hover img {
  left: 10px;
}
.p-artist-list__link img {
  position: relative;
  left: 0;
  width: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .p-artist-list__link img {
    width: 32px;
  }
}

.p-artist-list-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 96px;
}
@media screen and (max-width: 1220px) {
  .p-artist-list-small {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list-small {
    margin-top: 56px;
    gap: 24px 16px;
  }
}

.p-artist-list-small__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .p-artist-list-small__item {
    width: calc((100% - 16px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-artist-list-small__img {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1220px) {
  .p-artist-list-small__img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list-small__img {
    display: block;
    width: 60%;
  }
}

.p-artist-list-small__name {
  width: calc(100% - 96px);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 1220px) {
  .p-artist-list-small__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-list-small__name {
    display: table;
    width: auto;
    max-width: 90%;
  }
}

.p-artist-single-intro {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-artist-single-intro {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding-top: 40px;
  }
}

.p-artist-single-intro__contents {
  width: calc(100% - 580px);
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-artist-single-intro__contents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro__contents {
    width: 100%;
    padding-top: 0;
  }
}

.p-artist-single-intro__img {
  width: 500px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-artist-single-intro__img {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro__img {
    min-width: 250px;
    width: 80%;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  }
}

.p-artist-single-intro__text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 1220px) {
  .p-artist-single-intro__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1220px) {
  .p-artist-single-intro__text {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro__text {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.p-artist-single-intro__name {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 56px;
}
@media screen and (max-width: 1220px) {
  .p-artist-single-intro__name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-artist-single-intro__name {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro__name {
    margin-bottom: 16px;
  }
}

.p-artist-single-intro__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-artist-single-intro__icon {
  display: block;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .p-artist-single-intro__icon {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-intro__icon {
    width: 30px;
  }
}
.p-artist-single-intro__icon:hover {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}
.p-artist-single-intro__icon img {
  width: 100%;
}

.c-page-title__breadcrumb.--p-artist-single {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-page-title__breadcrumb.--p-artist-single {
    margin-top: 24px;
  }
}

.p-artist-single-article {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-artist-single-article {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-artist-single-article {
    margin-top: 56px;
  }
}

.p-news-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .p-news-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-news-shelf__link {
  display: block;
  border-bottom: solid 1px #444;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-news-shelf__link {
    padding: 32px 0;
  }
}
.p-news-shelf__link:first-of-type {
  padding-top: 0;
}

.p-news-shelf__sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.p-news-shelf__date,
.p-news-shelf__cat {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-news-shelf__date {
  font-size: 1.4rem;
  color: white;
}

.p-news-shelf__cat {
  height: 24px;
  padding: 0 12px;
  line-height: 1;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.p-news-shelf__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .p-news-shelf__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-shelf__title {
    margin-bottom: 8px;
  }
}

.p-news-shelf__text {
  font-size: 1.4rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-news-single-intro {
  padding-top: 120px;
  padding-bottom: 48px;
  border-bottom: solid 1px #444;
}
@media screen and (max-width: 1024px) {
  .p-news-single-intro {
    padding-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-single-intro {
    padding: 32px 0 24px;
  }
}

.p-news-single-intro__title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1220px) {
  .p-news-single-intro__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-single-intro__title {
    font-size: 2.4rem;
  }
}

.c-page-title__breadcrumb.--news-single {
  margin-top: 24px;
}

.p-news-single__contents {
  margin-top: 56px;
  padding-bottom: 96px;
  border-bottom: solid 1px #444;
}
@media screen and (max-width: 768px) {
  .p-news-single__contents {
    padding-bottom: 56px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 96px;
}
@media screen and (max-width: 1220px) {
  .wp-pagenavi {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 48px;
    gap: 8px 4px;
  }
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    margin-top: 32px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 1220px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    width: 32px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    width: 28px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1220px) {
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .first:before,
  .wp-pagenavi .last:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .first:before,
  .wp-pagenavi .last:before {
    width: 14px;
    height: 14px;
  }
}
.wp-pagenavi .previouspostslink:before {
  background-image: url(../img/arrow_prev.svg);
}
.wp-pagenavi .nextpostslink:before {
  background-image: url(../img/arrow_prev.svg);
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
}
.wp-pagenavi .first:before {
  background-image: url(../img/arrow_first.svg);
}
.wp-pagenavi .last:before {
  background-image: url(../img/arrow_first.svg);
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
}
.wp-pagenavi .current {
  border: solid 1px #fff;
}
.wp-pagenavi a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  opacity: 1;
}

.p-contact-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 1220px) {
  .p-contact-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-contact-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-contact-heading {
    margin-bottom: 24px;
  }
}

.p-contact-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-contact-text + .p-contact-text {
  margin-top: 1em;
}

.p-contact-thanks {
  padding-top: 120px;
}

.p-contact-thanks-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.p-contact-thanks-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}

.p-contact-thanks__btn {
  background-color: #000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  color: #fff;
  width: 240px;
  height: 56px;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact-form {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 56px;
  }
}
@media screen and (max-width: 640px) {
  .p-contact-form {
    margin-top: 48px;
  }
}

.p-contact-form__shelf + .p-contact-form__shelf {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__shelf + .p-contact-form__shelf {
    margin-top: 40px;
  }
}

.p-contact-form__th {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__th {
    margin-bottom: 16px;
  }
}
.p-contact-form__th p {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact-form__th p {
    font-size: 1.4rem;
  }
}
.p-contact-form__th .required {
  width: 51px;
  height: 28px;
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d81e1e;
  vertical-align: baseline;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__th .required {
    font-size: 1.2rem;
    width: 40px;
    height: 24px;
  }
}

.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-form__radio {
    gap: 16px 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-form__radio > span {
    min-width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .p-form__radio > span {
    min-width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 375px) {
  .p-form__radio > span {
    min-width: 100%;
  }
}

input[name=form_radio] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1px #ddd;
  background-color: #ddd;
  position: relative;
  vertical-align: sub;
  margin-right: 8px;
}
input[name=form_radio]:before {
  position: absolute;
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
input[name=form_radio]:checked:before {
  opacity: 1;
  visibility: visible;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 20px;
  font-size: 1.6rem;
  background-color: #ddd;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 1.4rem;
    padding: 16px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #757575;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #757575;
}

textarea {
  height: 240px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  textarea {
    height: 140px;
  }
}

.form__consent-shelf {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .form__consent-shelf {
    margin-top: 40px;
  }
}
.form__consent-shelf p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__consent-shelf .form__consent-link {
  text-decoration: underline;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: solid 1px #000;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
input[type=checkbox]:checked {
  background-color: #fff;
}
input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  input[type=checkbox]:checked:before {
    width: 16px;
  }
}

input[type=submit] {
  display: block;
  margin: 40px auto 0;
  padding: 18px 102px;
  background-color: #fff;
  border: solid 2px #fff;
  color: #000;
  font-size: 1.8rem;
}
input[type=submit]:disabled {
  background-color: #ddd;
  color: #aaa;
  border: solid 2px #ddd;
}
/*# sourceMappingURL=style.css.map */