@charset "UTF-8";
@media screen and (max-width: 1130px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1060px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}
body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  color: #2e2e2e;
  letter-spacing: 0.16em;
  font-size: 16px;
}

body.post,
body.page {
  margin-bottom: 0;
}

body.menu-active {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.05em;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.6s;
    opacity: 1;
  }
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
a:visited {
  color: #000;
}

ol,
ul,
li,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

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;
}

/*****************************************
class
******************************************/
/*
font
******************************************/
.ff-js-400 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ff-js-400 {
    top: 2px;
  }
}
.ff-js-600 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ff-js-600 {
    top: 2px;
  }
}
.ff-js-700 {
  font-family: "Josefin Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ff-js-700 {
    top: 2px;
  }
}
.ff-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ff-inter-400 {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
}

.ff-inter-500 {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
}

.ff-inter-600 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
}

.ff-inter-lighter {
  font-family: "Inter", sans-serif;
  font-weight: lighter;
  position: relative;
}

.fc-white {
  color: #fff !important;
}

/* footer-content.php */
.footer {
  background: #0f0f10;
  color: #f3f3f3;
  padding: 72px 0 48px;
}
.footer a {
  color: inherit;
}
.footer__box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer__brand {
  margin-bottom: 40px;
}
.footer__logo {
  font-size: 28px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.footer__tagline {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #b9b9b9;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding: 16px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9fa1a6;
  margin-bottom: 12px;
}
.footer__list {
  display: flex;
  gap: 10px;
}
.footer__list a {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #f3f3f3;
}
.footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  font-size: 12px;
  color: #9fa1a6;
}
.footer__links {
  display: flex;
  gap: 16px;
}
.footer__links a {
  color: #9fa1a6;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 56px 0 40px;
  }
  .footer__cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__links {
    flex-wrap: wrap;
  }
}

/* header-content.php */
.header {
  background: rgba(255, 255, 255, 0.92);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__logo {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.header__nav {
  display: flex;
  gap: 24px;
}
.header__link {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #111111;
}
.header__btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #111111;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.header__sp {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.92);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__menu {
  width: 32px;
  height: 24px;
  display: grid;
  gap: 6px;
}
.header__menu span {
  display: block;
  height: 2px;
  background: #111111;
}
.header__menu.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__sp-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 72px 24px 24px;
  background: #ffffff;
  z-index: 99;
  flex-direction: column;
  gap: 16px;
}
.header__sp-panel.is-open {
  display: flex;
}
.header__sp-link {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #111111;
}
.header__sp-cta {
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: none;
  }
  .header__sp {
    display: flex;
  }
}