@charset "UTF-8";
/*!
Theme Name: DJ SHUNSUKE
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: DJ SHUNSUKE Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* ── 背景色 (Backgrounds) ── */
/* メイン背景：全体を包むクリーンな純白。余白を美しく見せる主役です。 */
/* サブ背景：右側の解説エリアなど、メインとわずかに境界をつけたい時の超極薄グレー。 */
/* ── 文字色 (Typography) ── */
/* メイン文字・ロゴ：真っ黒ではない、わずかに墨を感じる高級感のある黒。 */
/* サブ文字・日付・詳細：スケジュール詳細やコラム本文など、可読性の高い上品なグレー。 */
/* 補足文字：左端の「01 TOP」「02 ABOUT」などのナンバリングに使う、主張を抑えた薄いグレー。 */
/* ── 線・枠線 (Borders) ── */
/* 各セクションの区切り線、CONTACTの「CONTACT FORM」ボタンの枠線用。細く繊細な印象を与えます。 */
/* ── インタラクティブ (重なり・ホバー・アクセント) ── */
/* ボタンの背景や、ここぞという箇所を反転させて引き締めるためのアクセントブラック。 */
/* リンクや「VIEW ALL →」などにマウスを乗せた（ホバーした）ときの変化用カラー。 */
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

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

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 2.0625;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 8.5333333333vw;
    line-height: 2.0625;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

body {
  opacity: 0;
  pointer-events: none;
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 13.3333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 11.7333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 9.6vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content p {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.editor-content p strong {
  font-weight: normal;
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}
.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: blue;
  text-decoration: underline;
}
.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}
@media (max-width: 767px) {
  .editor-content blockquote {
    padding: 5.3333333333vw;
    border-radius: 0 8vw 8vw 0;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .common-main {
    margin-top: 14.4vw;
  }
}

.common-header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  color: #111111;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .common-header {
    height: 14.4vw;
  }
}
.common-header.open {
  background: #ffffff;
}
.common-header.is-active {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.05);
}
.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .common-header__inner {
    padding: 0 4vw;
  }
}
.common-header__logo {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .common-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .common-header__logo {
    font-size: 4.2666666667vw;
  }
}
.common-header__logo a {
  display: block;
  position: relative;
  width: 100%;
  color: #111111;
  text-decoration: none;
}
.common-header__toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
}
@media (max-width: 1024px) {
  .common-header__toggle {
    display: block;
    width: 24px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .common-header__toggle {
    width: 6.4vw;
    height: 4.2666666667vw;
    right: 4vw;
  }
}
.common-header__toggle.open span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.common-header__toggle.open span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.open span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.common-header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .common-header__toggle span {
    height: 0.4vw;
  }
}
.common-header__toggle span:first-of-type {
  top: 0;
}
.common-header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.common-header__toggle span:last-of-type {
  bottom: 0;
}
.common-header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .common-header__nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 40px 0;
    background-color: #ffffff;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .common-header__nav.open {
    display: flex;
  }
}
@media (max-width: 767px) {
  .common-header__nav {
    top: 14.4vw;
    height: calc(100vh - 14.4vw);
    padding: 8vw 0;
  }
}
.common-header__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .common-header__menu {
    display: block;
    width: 100%;
  }
}
.common-header__menu li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .common-header__menu li {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-right: 0;
  }
}
.common-header__menu li a {
  position: relative;
  color: #111111;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .common-header__menu li a {
    display: inline-block;
    padding: 20px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .common-header__menu li a {
    padding: 4vw 0;
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.common-header__menu li a:hover {
  color: #666666;
}
.common-header__menu li a:hover:after {
  width: 100%;
}
.common-header__menu li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #111111;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .common-header__menu li a:after {
    content: none;
  }
}
.common-header__sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .common-header__sns {
    margin-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .common-header__sns {
    padding-top: 5.3333333333vw;
  }
}
.common-header__sns a {
  color: #111111;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
.common-header__sns a:hover {
  color: #666666;
}
.common-header__sns a svg {
  display: block;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .common-header__sns a svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .common-header__sns a svg {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.common-footer {
  width: 100%;
  background: #ffffff;
}
.common-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  .common-footer__inner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 15px;
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .common-footer__inner {
    gap: 2.6666666667vw;
    padding: 8vw 4vw;
  }
}
.common-footer__copyright {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #111111;
  line-height: 1;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 5px;
    font-size: 2.6666666667vw;
  }
}
.common-footer__links {
  line-height: 1;
}
.common-footer__links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #111111;
  text-decoration: none;
  transition: color 0.3s;
}
.common-footer__links a:hover {
  color: #666666;
}
@media (max-width: 767px) {
  .common-footer__links a {
    font-size: 5px;
    font-size: 2.6666666667vw;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-column {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .archive-column {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .archive-column {
    padding: 10.6666666667vw 0 16vw;
  }
}
.archive-column__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .archive-column__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .archive-column__inner {
    padding: 0 5.3333333333vw;
  }
}
.archive-column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 60px 3%;
}
@media (max-width: 1024px) {
  .archive-column__list {
    gap: 40px 4%;
  }
}
@media (max-width: 767px) {
  .archive-column__list {
    gap: 8vw 0;
  }
}
.archive-column__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .archive-column__empty {
    padding: 16vw 0;
  }
}
.archive-column__empty p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.4);
  letter-spacing: 0.2em;
}
.archive-column__pagination {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .archive-column__pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .archive-column__pagination {
    margin-top: 10.6666666667vw;
  }
}

.archive-schedule {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .archive-schedule {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .archive-schedule {
    padding: 10.6666666667vw 0 16vw;
  }
}
.archive-schedule__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .archive-schedule__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .archive-schedule__inner {
    padding: 0 5.3333333333vw;
  }
}
.archive-schedule__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}
.archive-schedule__empty {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.archive-schedule__empty p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #666666;
}

.archive-works {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .archive-works {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .archive-works {
    padding: 10.6666666667vw 0 16vw;
  }
}
.archive-works__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .archive-works__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .archive-works__inner {
    padding: 0 5.3333333333vw;
  }
}
.archive-works__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 60px 3%;
}
@media (max-width: 1024px) {
  .archive-works__list {
    gap: 40px 4%;
  }
}
@media (max-width: 767px) {
  .archive-works__list {
    gap: 8vw 0;
  }
}
.archive-works__empty {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .archive-works__empty {
    padding: 16vw 0;
  }
}
.archive-works__empty p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.4);
  letter-spacing: 0.2em;
}
.archive-works__pagination {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .archive-works__pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .archive-works__pagination {
    margin-top: 10.6666666667vw;
  }
}

/* layout > single
============================================================================================================ */
.single-post.single-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .single-post.single-wrapper {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .single-post.single-wrapper {
    padding: 10.6666666667vw 0 16vw;
  }
}
.single-post__inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .single-post__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .single-post__inner {
    padding: 0 5.3333333333vw;
  }
}
.single-post__container {
  width: 100%;
}
.single-post__header {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-post__header {
    margin-bottom: 6.6666666667vw;
  }
}
.single-post__date {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-post__date {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.single-post__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #111111;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.single-post__cat {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.single-post__cat .c-card__label {
  position: static;
  background-color: transparent;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.6);
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-post__cat .c-card__label {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 3.2vw;
  }
}
.single-post__thumb {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-post__thumb {
    margin-bottom: 9.3333333333vw;
  }
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post__body {
  width: 100%;
}
.single-post__tags {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px dashed rgba(224, 224, 224, 0.4);
}
@media (max-width: 767px) {
  .single-post__tags {
    margin-top: 10.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.single-post__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 12px 16px;
}
@media (max-width: 767px) {
  .single-post__tag-list {
    gap: 2.1333333333vw 3.2vw;
  }
}
.single-post__tag-link {
  display: block;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .single-post__tag-link {
    font-size: 3.2vw;
  }
}
.single-post__tag-link:hover {
  color: #111111;
}
.single-post__related {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .single-post__related {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .single-post__related {
    margin-top: 16vw;
  }
}
.single-post__related .c-section-header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-post__related .c-section-header {
    margin-bottom: 6.6666666667vw;
  }
}
.single-post__related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 60px 3%;
}
@media (max-width: 1024px) {
  .single-post__related-list {
    gap: 40px 4%;
  }
}
@media (max-width: 767px) {
  .single-post__related-list {
    gap: 8vw 0;
  }
}
.single-post__footer {
  margin-top: 80px;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .single-post__footer {
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .single-post__footer {
    margin-top: 10.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.single-post__back {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .single-post__back {
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.single-post__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .single-post__back::before {
    width: 3.2vw;
  }
}
.single-post__back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
  width: 6px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .single-post__back::after {
    width: 1.3333333333vw;
  }
}
.single-post__back:hover {
  color: rgba(17, 17, 17, 0.6);
}
.single-post__back:hover::before, .single-post__back:hover::after {
  background-color: rgba(17, 17, 17, 0.6);
}
.single-post__back:hover::before {
  transform: translateY(-50%) translateX(-4px);
}

/* layout > single schedule
============================================================================================================ */
.single-schedule.single-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .single-schedule.single-wrapper {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .single-schedule.single-wrapper {
    padding: 10.6666666667vw 0 16vw;
  }
}
.single-schedule__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .single-schedule__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .single-schedule__inner {
    padding: 0 5.3333333333vw;
  }
}
.single-schedule__header {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-schedule__header {
    margin-bottom: 6.6666666667vw;
  }
}
.single-schedule__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #111111;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .single-schedule__title {
    font-size: 5.3333333333vw;
  }
}
.single-schedule__container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: normal;
  flex-direction: row;
  gap: 60px;
}
@media (max-width: 1024px) {
  .single-schedule__container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .single-schedule__container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: normal;
    flex-direction: column;
    gap: 8vw;
  }
}
.single-schedule__thumb {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-schedule__thumb {
    width: 100%;
  }
}
.single-schedule__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-schedule__content {
  flex-grow: 1;
  width: 100%;
}
.single-schedule__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-schedule__table {
    margin-bottom: 8vw;
  }
}
.single-schedule__table tr {
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
}
.single-schedule__table th,
.single-schedule__table td {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #111111;
}
@media (max-width: 767px) {
  .single-schedule__table th,
  .single-schedule__table td {
    padding: 3.7333333333vw 0;
    font-size: 3.4666666667vw;
  }
}
.single-schedule__table th {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .single-schedule__table th {
    width: 24vw;
  }
}
.single-schedule__table td {
  font-weight: 500;
  white-space: pre-wrap;
}
.single-schedule__detail {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-schedule__detail {
    margin-bottom: 8vw;
  }
}
.single-schedule__btn-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-schedule__btn-wrap {
    margin-top: 8vw;
  }
}
.single-schedule__btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 54px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 27px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .single-schedule__btn {
    max-width: 100%;
    height: 12.8vw;
    line-height: 12.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.single-schedule__btn:hover {
  background-color: #111111;
  color: #ffffff;
}
.single-schedule__related {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .single-schedule__related {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .single-schedule__related {
    margin-top: 16vw;
  }
}
.single-schedule__related .c-section-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-schedule__related .c-section-header {
    margin-bottom: 5.3333333333vw;
  }
}
.single-schedule__related-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}
.single-schedule__footer {
  margin-top: 80px;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .single-schedule__footer {
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .single-schedule__footer {
    margin-top: 10.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.single-schedule__back {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .single-schedule__back {
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.single-schedule__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .single-schedule__back::before {
    width: 3.2vw;
  }
}
.single-schedule__back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
  width: 6px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .single-schedule__back::after {
    width: 1.3333333333vw;
  }
}
.single-schedule__back:hover {
  color: rgba(17, 17, 17, 0.6);
}
.single-schedule__back:hover::before, .single-schedule__back:hover::after {
  background-color: rgba(17, 17, 17, 0.6);
}
.single-schedule__back:hover::before {
  transform: translateY(-50%) translateX(-4px);
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin: 71px 0 25px;
}
@media (max-width: 767px) {
  .page-contact__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin: 21.3333333333vw 0 16vw;
  }
}

.page.confirm .page-contact__intro {
  text-align: center;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact__intro {
    margin-bottom: 26.6666666667vw;
  }
}

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 260px;
  margin: 0 auto 41px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 105.0666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.page.thanks .page-contact__intro {
  text-align: center;
  line-height: 2.2857142857;
  margin-bottom: 69px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__intro {
    line-height: 2.0714285714;
    margin-bottom: 26.6666666667vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .form__row {
    align-items: flex-start;
  }
}
.form__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 16vw;
  }
}
.form__row.kinds .form__col:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__row.content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .form__row.content {
    margin-top: 16vw;
  }
}
.form__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  width: 173px;
}
@media (max-width: 767px) {
  .form__col:first-of-type {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
  width: 411px;
}
@media (max-width: 767px) {
  .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 7.4666666667vw;
    width: 100%;
  }
}
.form__note {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .form__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8vw;
  }
}
.form__note a {
  color: blue;
  text-decoration: underline;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 26.6666666667vw;
  }
}
.form__btn-col.submit {
  margin-top: 0;
}
.form__btn-col.back {
  margin-top: 0;
}
.form__btn-col.back:before {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

/* layout > page privacy
============================================================================================================ */
.page-privacy.single-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .page-privacy.single-wrapper {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .page-privacy.single-wrapper {
    padding: 10.6666666667vw 0 16vw;
  }
}
.page-privacy__inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .page-privacy__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-privacy__inner {
    padding: 0 5.3333333333vw;
  }
}
.page-privacy__container {
  width: 100%;
}
.page-privacy__lead {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-privacy__lead {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.page-privacy__section {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-privacy__section {
    margin-bottom: 8vw;
  }
}
.page-privacy__section:last-of-type {
  margin-bottom: 0;
}
.page-privacy__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #111111;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-privacy__subtitle {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page-privacy__text {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}
@media (max-width: 767px) {
  .page-privacy__text {
    font-size: 3.4666666667vw;
  }
}
.page-privacy__footer {
  margin-top: 80px;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-privacy__footer {
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-privacy__footer {
    margin-top: 10.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.page-privacy__back {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .page-privacy__back {
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.page-privacy__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .page-privacy__back::before {
    width: 3.2vw;
  }
}
.page-privacy__back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
  width: 6px;
  height: 1px;
  background-color: #111111;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .page-privacy__back::after {
    width: 1.3333333333vw;
  }
}
.page-privacy__back:hover {
  color: rgba(17, 17, 17, 0.6);
}
.page-privacy__back:hover::before, .page-privacy__back:hover::after {
  background-color: rgba(17, 17, 17, 0.6);
}
.page-privacy__back:hover::before {
  transform: translateY(-50%) translateX(-4px);
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 92px 0 0;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 35.2vw 0 0;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  color: black;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 22px;
    font-size: 11.7333333333vw;
    margin-bottom: 12.5333333333vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: black;
  line-height: 1;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 19px;
    font-size: 10.1333333333vw;
    line-height: 1.7105263158;
    margin-bottom: 18.6666666667vw;
  }
}
.page-404__icn {
  max-width: 155px;
  margin: 0 auto 21px;
}
@media (max-width: 767px) {
  .page-404__icn {
    max-width: 68.8vw;
    margin-bottom: 14.4vw;
  }
}
.page-404__info {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 489px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-404__info {
    font-size: 15px;
    font-size: 8vw;
    max-width: 167.7333333333vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* module
============================================================================ */
/* module > Page Title
============================================================================ */
.c-card {
  width: 31.333%;
}
@media (max-width: 1024px) {
  .c-card {
    width: 48%;
  }
  .c-card:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-card {
    width: 100%;
  }
  .c-card:last-of-type {
    display: block;
  }
}
.c-card__link {
  display: block;
  text-decoration: none;
  color: #111111;
  height: 100%;
}
.c-card__link:hover .c-card__img-wrap img {
  transform: scale(1.04);
}
.c-card__link:hover .c-card__btn .line {
  width: 40px;
}
.c-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.c-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-card__label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  color: #111111;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-card__label {
    font-size: 2.4vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.c-card__body {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .c-card__body {
    padding-top: 3.2vw;
  }
}
.c-card__date {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-card__date {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-card__title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 3.7333333333vw;
  }
}
.c-card__excerpt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-card__excerpt {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.c-card__excerpt:empty {
  display: none;
}
.c-card__btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  margin-top: 15px;
  gap: 12px;
}
@media (max-width: 767px) {
  .c-card__btn {
    margin-top: 3.2vw;
    gap: 2.6666666667vw;
  }
}
.c-card__btn .text {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #111111;
}
@media (max-width: 767px) {
  .c-card__btn .text {
    font-size: 2.6666666667vw;
  }
}
.c-card__btn .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #111111;
  transition: width 0.3s ease;
}

.c-card-schedule {
  width: 100%;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
}
.c-card-schedule__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  padding: 22px 10px;
  text-decoration: none;
  color: #111111;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-card-schedule__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
    flex-direction: row;
    padding: 4vw 1.3333333333vw;
    position: relative;
  }
}
.c-card-schedule__link:hover {
  background-color: rgba(17, 17, 17, 0.02);
}
.c-card-schedule__link:hover .c-card-schedule__arrow {
  transform: translateX(5px);
}
.c-card-schedule__date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 18%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .c-card-schedule__date {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .c-card-schedule__date {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}
.c-card-schedule__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 45%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .c-card-schedule__title {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .c-card-schedule__title {
    width: 85%;
    font-size: 3.4666666667vw;
    padding-right: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.c-card-schedule__place {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #111111;
  width: 33%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .c-card-schedule__place {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-card-schedule__place {
    width: 85%;
    font-size: 3.2vw;
    color: #666666;
    margin-top: 1.0666666667vw;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.c-card-schedule__arrow {
  width: 18px;
  height: 8px;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-card-schedule__arrow {
    position: absolute;
    right: 1.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-card-schedule__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 1px;
  background-color: #111111;
}
.c-card-schedule__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}

.c-editor {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
}
@media (max-width: 767px) {
  .c-editor {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.c-editor p {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-editor p:last-child {
  margin-bottom: 0;
}
.c-editor h2, .c-editor h3, .c-editor h4, .c-editor h5, .c-editor h6 {
  font-family: "Jost", sans-serif;
  color: #111111;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em;
  text-transform: uppercase;
}
.c-editor h2:first-child, .c-editor h3:first-child, .c-editor h4:first-child, .c-editor h5:first-child, .c-editor h6:first-child {
  margin-top: 0;
}
.c-editor h2 {
  font-size: 24px;
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
}
@media (max-width: 767px) {
  .c-editor h2 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.c-editor h3 {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-editor h3 {
    font-size: 4.8vw;
  }
}
.c-editor h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .c-editor h4 {
    font-size: 4.2666666667vw;
  }
}
.c-editor ul, .c-editor ol {
  margin: 1.5em 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .c-editor ul, .c-editor ol {
    padding-left: 4.2666666667vw;
  }
}
.c-editor ul li, .c-editor ol li {
  margin-bottom: 0.5em;
}
.c-editor ul li:last-child, .c-editor ol li:last-child {
  margin-bottom: 0;
}
.c-editor ul {
  list-style-type: square;
}
.c-editor ol {
  list-style-type: decimal;
}
.c-editor a {
  color: #111111;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.c-editor a:hover {
  opacity: 0.7;
}
.c-editor img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}

.c-filter {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .c-filter {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-filter {
    margin-bottom: 8vw;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .c-filter::-webkit-scrollbar {
    display: none;
  }
}
.c-filter__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1024px) {
  .c-filter__list {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-filter__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    gap: 5.3333333333vw;
    padding: 0 1.0666666667vw;
  }
}
.c-filter__item {
  display: block;
}
.c-filter__link {
  display: block;
  position: relative;
  padding: 6px 0;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .c-filter__link {
    font-size: 3.2vw;
    padding: 1.0666666667vw 0;
  }
}
.c-filter__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: width 0.3s ease;
}
.c-filter__link:hover {
  color: #111111;
}
.c-filter__link.is-active {
  color: #111111;
}
.c-filter__link.is-active::after {
  width: 100%;
}

.c-form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.c-form__item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .c-form__item {
    margin-bottom: 5.3333333333vw;
  }
}
.c-form__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-form__label {
    font-size: 3.4666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-form__control {
  width: 100%;
}
.c-form__control input[type=text],
.c-form__control input[type=email],
.c-form__control select,
.c-form__control textarea {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 14px 15px;
  font-size: 14px;
  color: #111111;
  font-family: inherit;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-form__control input[type=text],
  .c-form__control input[type=email],
  .c-form__control select,
  .c-form__control textarea {
    padding: 3.2vw 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.c-form__control input[type=text]:focus,
.c-form__control input[type=email]:focus,
.c-form__control select:focus,
.c-form__control textarea:focus {
  outline: none;
  border-color: #111111;
  background-color: #ffffff;
}
.c-form__control input[type=text]::-moz-placeholder, .c-form__control input[type=email]::-moz-placeholder, .c-form__control select::-moz-placeholder, .c-form__control textarea::-moz-placeholder {
  color: #b0b0b0;
}
.c-form__control input[type=text]::placeholder,
.c-form__control input[type=email]::placeholder,
.c-form__control select::placeholder,
.c-form__control textarea::placeholder {
  color: #b0b0b0;
}
.c-form__control select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23333333' d='M5 6L0 1h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .c-form__control select {
    background-position: right 3.2vw center;
  }
}
.c-form__control textarea {
  height: 200px;
  resize: vertical;
}
@media (max-width: 767px) {
  .c-form__control textarea {
    height: 40vw;
  }
}
.c-form__control input[type=file] {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 14px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-form__control input[type=file] {
    padding: 2.6666666667vw 3.2vw;
    font-size: 3.2vw;
  }
}
.c-form__privacy {
  margin-top: 30px;
  font-size: 14px;
  color: #111111;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-form__privacy {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    align-items: flex-start;
  }
}
.c-form__privacy input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .c-form__privacy input[type=checkbox] {
    width: 4vw;
    height: 4vw;
    margin-top: 1.6vw;
  }
}
.c-form__privacy a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-form__privacy a:hover {
  text-decoration: none;
}
.c-form__submit-wrap {
  margin-top: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-form__submit-wrap {
    margin-top: 9.3333333333vw;
  }
}
.c-form__submit-wrap .wpcf7-spinner {
  display: none;
}
.c-form__submit {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 27px;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 767px) {
  .c-form__submit {
    max-width: 64vw;
    height: 12.2666666667vw;
    line-height: 11.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.c-form__submit:hover {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.c-form__submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .wpcf7-list-item label {
    gap: 2.1333333333vw;
  }
}

.wpcf7-not-valid-tip {
  color: #dd4b39;
  font-size: 12px;
  display: block;
  margin-top: 6px;
  text-align: left;
}

.wpcf7-response-output {
  margin: 35px auto 0 auto !important;
  max-width: 700px;
  padding: 15px !important;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}

/* module > btn
============================================================================ */
.btn__more {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  width: 261px;
  padding: 15px 0;
  margin: 50px auto 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0.05em;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn__more {
    font-size: 13px;
    font-size: 6.9333333333vw;
    width: 116vw;
    padding-bottom: 10.6666666667vw;
    margin-top: 22.6666666667vw;
  }
}
.btn__more:hover {
  opacity: 1;
}

/*  module > breadcrumbs
============================================================================================================ */
.c-row-mix {
  width: 100%;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
}
.c-row-mix__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  padding: 20px 10px;
  text-decoration: none;
  color: #111111;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-row-mix__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    padding: 3.7333333333vw 1.3333333333vw;
    position: relative;
  }
}
.c-row-mix__link:hover {
  background-color: rgba(17, 17, 17, 0.02);
}
.c-row-mix__link:hover .c-row-mix__play-icon {
  background-color: #111111;
}
.c-row-mix__link:hover .c-row-mix__play-icon::after {
  border-left-color: #ffffff;
}
.c-row-mix__play-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #111111;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-row-mix__play-icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 3.2vw;
  }
}
.c-row-mix__play-icon::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #111111;
  transition: border-left-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-row-mix__play-icon::after {
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1.3333333333vw solid #111111;
  }
}
.c-row-mix__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 45%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .c-row-mix__title {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .c-row-mix__title {
    width: calc(100% - 16vw);
    font-size: 3.4666666667vw;
    padding-right: 0;
  }
}
.c-row-mix__date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #111111;
  width: 20%;
}
@media (max-width: 1024px) {
  .c-row-mix__date {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .c-row-mix__date {
    width: auto;
    font-size: 2.9333333333vw;
    color: #666666;
    margin-left: 8.5333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.c-row-mix__platform {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #111111;
  width: 25%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .c-row-mix__platform {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .c-row-mix__platform {
    width: auto;
    font-size: 2.9333333333vw;
    color: #666666;
    margin-left: 4vw;
    margin-top: 1.0666666667vw;
  }
}
.c-row-mix__external-icon {
  width: 14px;
  height: 14px;
  position: relative;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-row-mix__external-icon {
    position: absolute;
    right: 1.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-row-mix__external-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.c-row-mix__external-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140%;
  height: 1px;
  background-color: #111111;
  transform: rotate(-45deg);
  transform-origin: right top;
}

/* module > pagination （WP-Pagenavi）
============================================================================ */
.c-pagination {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 10.6666666667vw;
  }
}
.c-pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 8px;
  clear: both;
}
.c-pagination .wp-pagenavi a,
.c-pagination .wp-pagenavi span {
  display: inline-block;
  min-width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  background-color: transparent;
  border: 1px solid rgba(224, 224, 224, 0.4);
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-pagination .wp-pagenavi a,
  .c-pagination .wp-pagenavi span {
    min-width: 9.6vw;
    height: 9.6vw;
    line-height: 9.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-pagination .wp-pagenavi a:hover,
.c-pagination .wp-pagenavi span.current {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
  opacity: 1;
}
.c-pagination .wp-pagenavi span.pages,
.c-pagination .wp-pagenavi span.extend {
  display: none;
}
.c-pagination .wp-pagenavi .previouspostslink,
.c-pagination .wp-pagenavi .nextpostslink {
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
@media (max-width: 767px) {
  .c-pagination .wp-pagenavi .previouspostslink,
  .c-pagination .wp-pagenavi .nextpostslink {
    background-size: 1.8666666667vw 2.6666666667vw;
  }
}
.c-pagination .wp-pagenavi .previouspostslink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='none' stroke='%23111111' stroke-width='1.5' d='M7 1L2 6l5 5'/%3E%3C/svg%3E");
}
.c-pagination .wp-pagenavi .previouspostslink:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' d='M7 1L2 6l5 5'/%3E%3C/svg%3E");
}
.c-pagination .wp-pagenavi .nextpostslink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='none' stroke='%23111111' stroke-width='1.5' d='M1 1l5 5-5 5'/%3E%3C/svg%3E");
}
.c-pagination .wp-pagenavi .nextpostslink:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' d='M1 1l5 5-5 5'/%3E%3C/svg%3E");
}

.c-page-header {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .c-page-header {
    padding: 95px 0 22px;
  }
}
@media (max-width: 767px) {
  .c-page-header {
    padding: 20vw 0 4vw;
  }
}
.c-page-header__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .c-page-header__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-page-header__inner {
    padding: 0 5.3333333333vw;
  }
}
.c-page-header__title {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #111111;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-page-header__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
}

.c-section-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  margin-bottom: 40px;
  border-bottom: 1px solid #111111;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .c-section-header {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.c-section-header__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #111111;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-section-header__title {
    font-size: 4.2666666667vw;
  }
}
.c-section-header__viewall {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-section-header__viewall {
    font-size: 2.6666666667vw;
  }
}
.c-section-header__viewall:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* module > top
============================================================================ */
.top-column,
.top-works {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .top-column,
  .top-works {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .top-column,
  .top-works {
    padding: 13.3333333333vw 0;
  }
}
.top-column__inner,
.top-works__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top-column__inner,
  .top-works__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-column__inner,
  .top-works__inner {
    padding: 0 5.3333333333vw;
  }
}
.top-column__grid,
.top-works__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 40px 3%;
}
@media (max-width: 1024px) {
  .top-column__grid,
  .top-works__grid {
    gap: 30px 4%;
  }
}
@media (max-width: 767px) {
  .top-column__grid,
  .top-works__grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: normal;
    flex-direction: column;
    gap: 9.3333333333vw 0;
  }
}

.top-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 600px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-hero {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
    min-height: 0;
  }
}
.top-hero__inner {
  position: static;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .top-hero__inner {
    padding: 60px 20px 40px;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .top-hero__inner {
    padding: 10.6666666667vw 4vw 8vw;
  }
}
.top-hero__text-area {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .top-hero__text-area {
    width: 100%;
  }
}
.top-hero__sub-title {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #111111;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-hero__sub-title {
    font-size: 2.6666666667vw;
  }
}
.top-hero__main-title {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 150px;
  font-weight: 400;
  color: #111111;
  line-height: 0.9;
  margin-left: -10px;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-hero__main-title {
    font-size: 110px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .top-hero__main-title {
    font-size: 22.6666666667vw;
    margin-left: -1.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.top-hero__lead {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #666666;
}
.top-hero__visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-hero__visual::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .top-hero__visual {
    position: relative;
    width: 100%;
    height: 55vh;
  }
  .top-hero__visual::after {
    display: none;
  }
}
.top-hero__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-hero__img-pc {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .top-hero__img-pc {
    display: none;
  }
}
.top-hero__img-sp {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .top-hero__img-sp {
    display: block;
  }
}
.top-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 3;
}
@media screen and (max-width: 1260px) {
  .top-hero__scroll {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .top-hero__scroll {
    display: none;
  }
}
.top-hero__scroll .scroll-text {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #a0a0a0;
  line-height: 1;
}
.top-hero__scroll .scroll-line {
  position: relative;
  width: 1px;
  height: 45px;
  background: rgba(224, 224, 224, 0.3);
  overflow: hidden;
}
.top-hero__scroll .scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a0a0a0;
  animation: scrollLineAnim 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

@keyframes scrollLineAnim {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.top-about {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .top-about {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .top-about {
    padding: 16vw 0;
  }
}
.top-about__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: normal;
  flex-direction: row;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .top-about__inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .top-about__inner {
    padding: 0 5.3333333333vw;
    gap: 9.3333333333vw;
  }
}
.top-about__visual {
  width: 42%;
}
@media (max-width: 1024px) {
  .top-about__visual {
    width: 100%;
    max-width: 480px;
  }
}
.top-about__visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__content {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .top-about__content {
    width: 100%;
    max-width: 600px;
    padding-top: 0;
  }
}
.top-about__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #111111;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-about__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .top-about__title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-about__profile {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
  color: #666666;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-about__profile {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.top-about__profile p {
  margin-bottom: 1.8em;
}
.top-about__profile p:last-child {
  margin-bottom: 0;
}
.top-about__sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  gap: 24px;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .top-about__sns {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .top-about__sns {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top-about__sns a {
  color: #111111;
  display: inline-block;
  line-height: 1;
  transition: color 0.3s;
}
.top-about__sns a:hover {
  color: #666666;
}
.top-about__sns a svg {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .top-about__sns a svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.top-schedule {
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .top-schedule {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .top-schedule {
    padding: 16vw 0;
  }
}
.top-schedule__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top-schedule__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-schedule__inner {
    padding: 0 5.3333333333vw;
  }
}
.top-schedule__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}

.top-mix {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .top-mix {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .top-mix {
    padding: 13.3333333333vw 0;
  }
}
.top-mix__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top-mix__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-mix__inner {
    padding: 0 5.3333333333vw;
  }
}
.top-mix__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}

.top-contact {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .top-contact {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .top-contact {
    padding: 13.3333333333vw 0;
  }
}
.top-contact__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .top-contact__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-contact__inner {
    padding: 0 5.3333333333vw;
  }
}
.top-contact__body {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-contact__body {
    margin-top: 6.6666666667vw;
  }
}
.top-contact__intro {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .top-contact__intro {
    font-size: 3.4666666667vw;
    line-height: 2;
    margin-bottom: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */