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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@font-face {
  font-family: "FuturaT-Bold";
  src: url("../fonts/FuturaT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "a-otf-gothic-mb101-pr6n", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
[id] {
  scroll-margin-top: 6.25rem;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: clamp(12px, 1.3vw, 18px) clamp(16px, 2.4vw, 32px);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14px 16px;
  }
}

.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 1vw, 15px);
  margin-inline: auto;
}

.header__logo {
  color: #ffffff;
  font-family: "FuturaT-Bold";
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 7.875rem;
  }
}

.header.is-scrolled .header__logo {
  color: #000000;
}

.header__logo-link,
.header__logo img {
  color: #000000;
  display: block;
  width: 100%;
  height: auto;
}

/* トップページだけ白 */
.home .header__logo-link {
  color: #fff;
}

/* FVを過ぎたら黒 */
.home .header.is-scrolled .header__logo-link {
  color: #000;
}

.header__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1024px) {
  .header__label {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__label {
    display: block;
    font-size: 0.5rem;
  }
}
.header__label span {
  display: block;
  width: clamp(150px, 13.3vw, 182px);
  margin-top: 0.125rem;
  padding: 0.1875rem 0;
  border-radius: 12px;
  background-color: #313131;
  color: #ffffff;
  font-family: "Figtree";
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__label span {
    font-size: 0.5rem;
    width: 7.0625rem;
  }
}

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

.header__list {
  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;
  -webkit-column-gap: clamp(14px, 1.8vw, 25px);
     -moz-column-gap: clamp(14px, 1.8vw, 25px);
          column-gap: clamp(14px, 1.8vw, 25px);
}

.header__item {
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
  white-space: nowrap;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.4375rem;
  padding-left: clamp(6px, 1vw, 14px);
}
@media screen and (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}

.header__button {
  padding: clamp(14px, 1.4vw, 20px) clamp(22px, 2.4vw, 40px);
  font-size: clamp(13px, 1.1vw, 16px);
  white-space: nowrap;
}

.drawer__icon {
  cursor: pointer;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  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;
  top: 17px;
  right: 20px;
  width: 32px;
  height: 24px;
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.drawer__icon.is-scrolled .drawer__icon--bar {
  background-color: #000;
}

.drawer__icon.js-show .drawer__icon--bar {
  background-color: #fff !important;
}

/* トップページだけ白 */
.home .drawer__icon--bar {
  background-color: #fff;
}

/* FVを過ぎたら黒 */
.home .drawer__icon.is-scrolled .drawer__icon--bar {
  background-color: #000;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 11px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -11px;
}
.drawer__icon.js-show .drawer__icon--bar {
  background: #ffffff;
}

.drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 25rem;
  height: 100vh;
  height: 100svh;
  background: #231815;
}
@media screen and (max-width: 767px) {
  .drawer {
    width: 100%;
  }
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 10.75rem 40px;
  padding-left: 5rem;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
.drawer__list li a {
  color: #ffffff;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1rem;
  position: relative;
}
.drawer__list li a::before {
  content: "";
  background-color: #ffffff;
  width: 1.25rem;
  height: 1.2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1rem;
}

.main {
  -webkit-padding-before: rm(72);
          padding-block-start: rm(72);
  min-height: 100vh;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 rm(40);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 640px;
    padding: 0 rm(20);
  }
}

.inner__narrow {
  max-width: rm(800);
}
@media screen and (max-width: 767px) {
  .inner__narrow {
    padding: 0 rm(20);
    max-width: 600px;
  }
}

.footer {
  padding: 1.875rem 0 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4.25rem 0 3.125rem;
  }
}

.footer__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.footer__logo {
  margin: 0;
  color: #231815;
  font-family: "FuturaT-Bold";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 2.25rem;
  }
}

.footer__logo span {
  display: block;
  margin-top: 0rem;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__logo span {
    margin-top: 0.375rem;
    font-size: 0.5rem;
  }
}

.footer__copy {
  margin-top: 1.5625rem;
  color: #555;
  font-family: "kozuka-gothic-pr6n";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 2.625rem;
    font-size: 0.8125rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 9.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  padding: 6px 10px !important;
}

.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000 !important;
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}

.page-head {
  background-color: #efefef;
  padding: 5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding: 5.75rem 0 3.125rem;
  }
}

.page-head__en {
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: clamp(2.25rem, 0.8083rem + 3.0035vw, 4.375rem);
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.page-head__ja {
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: clamp(0.875rem, 0.5358rem + 0.7067vw, 1.375rem);
  margin-top: 1.875rem;
  text-align: center;
}

.sns {
  padding: 6.875rem 0 7.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 4.375rem 0 5rem;
  }
}

.sns__inner {
  width: min(65rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sns__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.sns__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 980px) {
  .sns__contents {
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sns__contents {
    row-gap: 4.375rem;
  }
}

.sns-block {
  text-align: center;
}

.sns-block__title {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sns-block__title {
    font-size: 2.25rem;
  }
}

.sns-block__sub {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sns-block__sub {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.sns-block__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  width: 25.3125rem;
  margin: 2rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sns-block__account {
    width: 100%;
    max-width: 20.625rem;
    margin-top: 1.625rem;
  }
}

.sns-block__account img {
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .sns-block__account img {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.sns-block__account span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sns-block__account span {
    font-size: 0.875rem;
  }
}

.sns-block__feed {
  width: min(25.3125rem, 100%);
  min-height: 33.75rem;
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .sns-block__feed {
    width: 100%;
    max-width: 20.625rem;
    min-height: 27.5rem;
  }
}

.sns-block__button {
  margin-top: 1.875rem;
}

.sns-block__button a {
  display: inline-grid;
  place-items: center;
  min-width: 13rem;
  min-height: 2.25rem;
  padding-inline: 1.25rem;
  background-color: #3f8bd8;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sns-block__button a {
    min-width: 11.875rem;
    min-height: 2.125rem;
    font-size: 0.875rem;
  }
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
  padding-bottom: 0 !important;
}

/* Facebookフィード：本文・日付・リンク類を非表示 */
.cff-text,
.cff-post-text,
.cff-meta-wrap,
.cff-date,
.cff-author,
.cff-post-links,
.cff-share-container,
.cff-view-comments,
.cff-comments-box,
.cff-likebox {
  display: none !important;
}

/* 投稿カードの余白・線を調整 */
.cff-item {
  padding: 0 !important;
  margin-bottom: 12px !important;
  border: none !important;
  background: transparent !important;
}

/* 画像まわり */
.cff-photo,
.cff-photo-wrap,
.cff-media-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

/* 画像をきれいに表示 */
.cff-photo img,
.cff-media-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.facebook-plugin-wrap {
  width: min(25.3125rem, 100%);
  margin-inline: auto;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  max-width: 100% !important;
}

/* スマホ時 */
@media screen and (max-width: 767px) {
  .facebook-plugin-wrap {
    width: 100%;
    max-width: 420px;
  }
  .facebook-plugin-wrap .fb-page,
  .facebook-plugin-wrap .fb-page span,
  .facebook-plugin-wrap .fb-page iframe {
    width: 100% !important;
  }
}
.sns-block__feed {
  width: min(25.3125rem, 100%);
  height: 33.75rem;
  margin: 0.75rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sns-block__feed {
    width: 100%;
    max-width: 20.625rem;
    height: auto;
    min-height: 27.5rem;
  }
}

/* Instagram側 */
.sns-block__feed #sb_instagram {
  width: 100% !important;
}

/* Facebook側 */
.facebook-plugin-wrap {
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.sns__inner {
  width: min(65rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.sns__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 25.3125rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 980px) {
  .sns__contents {
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
}

.facebook-plugin-wrap {
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .facebook-plugin-wrap {
    overflow: hidden;
  }
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  border-radius: 0 !important;
}

.page-profile .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-profile .sns {
    display: block;
  }
}

.page-music .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-music .sns {
    display: block;
  }
}

.page-movie .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-movie .sns {
    display: block;
  }
}

.main-img {
  width: 100%;
  overflow: hidden;
}

.main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}