@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

.tk-din-2014{
  font-weight: 100 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* font */
@font-face {
  font-family: "NotoSansCJKjp-DemiLight";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.otf") format("opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -ms-grid-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  color: #111111;
  display: -ms-grid;
  display: grid;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.875rem;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  line-height: 2.3571428571;
  min-height: 100vh;
  overflow-x: clip;
}

body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

body > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

body > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img.full-size {
  width: 100%;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  width: 100%;
}

/* ヘッダー */
.header {
  background: rgba(255, 255, 255, 0.8);
  height: clamp(60px, 4.1666666667vw, 80px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header__inner {
  -ms-grid-columns: 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  height: 100%;
  margin-inline: auto;
  width: min(90%, 1440px);
}

.header__title {
  font-size: clamp(1.25rem, 1.9791666667vw, 2.375rem);
  letter-spacing: 0.05em;
}

@media not all and (min-width: 768px), print {
  .gnav {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: none;
    height: calc(100vh - 60px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (min-width: 768px), print {
  .gnav__list {
    display: flex;
  }
}

.gnav__link {
  display: block;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0.75em;
}
@media not all and (min-width: 768px), print {
  .gnav__link {
    border-bottom: 1px solid rgba(209, 209, 209, 0.4392156863);
  }
}

.header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  padding: 15px;
  position: relative;
}
.header-menu-button__lines {
  display: block;
  height: 20px;
  position: relative;
  width: 30px;
}
.header-menu-button__line {
  background-color: #111;
  display: block;
  height: 0;
  left: 0;
  padding-top: 2px;
  position: absolute;
  width: 100%;
}
.header-menu-button__line--top {
  -webkit-animation: line1-off 0.6s forwards;
  animation: line1-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--top {
  -webkit-animation: line1-on 0.6s forwards;
  animation: line1-on 0.6s forwards;
}

.header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
  transition: all 0.2s 0.2s;
}
.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.header-menu-button__line--bottom {
  -webkit-animation: line2-off 0.6s forwards;
  animation: line2-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--bottom {
  -webkit-animation: line2-on 0.6s forwards;
  animation: line2-on 0.6s forwards;
}

@-webkit-keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
/* フッター */
.footer {
  font-family: "NotoSansCJKjp-DemiLight";
  padding: 60px;
}

.copyright {
  letter-spacing: 0.05em;
}

.container {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner {
  margin-inline: auto;
  max-width: 1000px;
}

.main-contents {
  margin-bottom: 40px;
  margin-top: clamp(70px, 7.3958333333vw, 142px);
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: clamp(30px, 2.6041666667vw, 50px) clamp(40px, 3.8541666667vw, 74px);
}

@media screen and (min-width: 768px), print {
  .grid--pc4col {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px), print {
  .grid--pc3col {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px), print {
  .grid--pc2col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 見出しパーツ */
.heading {
  font-size: clamp(1.625rem, 2.5vw, 3rem);
  letter-spacing: 0.049em;
  line-height: 1.3333333333;
  padding-bottom: 0.3125em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heading::after {
  background-color: currentColor;
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 0.0833333333em;
  left: 0.2708333333em;
  position: absolute;
  width: 30px;
}
.heading.--center {
  margin-inline: auto;
}
.heading.--center::after {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

/* ボタンパーツ */
.btn {
  cursor: pointer;
  display: block;
  width: 100%;
}

.btn-default {
  display: inline-block;
  font-family: "NotoSansCJKjp-DemiLight";
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.btn-default::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  width: clamp(50px, 3.8541666667vw, 74px);
}

.btn-link {
  margin-inline: auto;
  margin-top: clamp(50px, 4.1666666667vw, 80px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fixd-btn {
  background-color: #000000;
  bottom: 5px;
  position: fixed;
  right: 0;
  z-index: 10;
}
.fixd-btn .btn {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: clamp(1.125rem, 1.5625vw, 1.875rem);
  justify-content: center;
  min-height: 3em;
  width: clamp(250px, 22.2395833333vw, 417px);
}

/* トップページ */
.mv {
  margin-bottom: 65px;
  margin-inline: auto;
  position: relative;
  width: 90vw;
}

.mv__contents {
  -webkit-transform: translateX(-50%);
  left: 29%;
  position: absolute;
  top: 41%;
  transform: translateX(-50%);
}
@media not all and (min-width: 768px), print {
  .mv__contents {
    left: 50%;
    width: 90%;
  }
}

@media not all and (min-width: 768px), print {
  .mv__img {
    height: 80svh;
  }
  .mv__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
}

.mv__copy {
  color: #ffffff;
  font-size: clamp(1.625rem, 3.0729166667vw, 3.6875rem);
  letter-spacing: 0.05em;
  line-height: 1.3559322034;
}

.mv__detail {
  color: #d1d1d1;
  display: flex;
  font-family: "NotoSansCJKjp-DemiLight";
  gap: 23px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.mv__detail .date {
  font-size: clamp(0.9375rem, 1.1458333333vw, 1.375rem);
  line-height: 1.1818181818;
}
.mv__detail .place {
  font-size: clamp(0.75rem, 0.9375vw, 1.125rem);
  line-height: 1.4444444444;
}

.top-news-row {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .top-news-row {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px), print {
  .top-news .news-lists {
    width: 80%;
  }
}

.news__link {
  border-bottom: 1px solid #aaaaaa;
  display: block;
  padding-block: 7px;
}

.news__date {
  font-size: 0.9375rem;
}

.top-event {
  margin-top: clamp(40px, 4.375vw, 84px);
}

.top-archive {
  margin-top: clamp(60px, 5.2083333333vw, 100px);
}

.contact .form-area {
  margin-inline: auto;
  margin-top: clamp(70px, 5.5208333333vw, 106px);
}
.contact .btn {
  margin-inline: auto;
}

.cta {
  margin-top: clamp(90px, 6.7708333333vw, 160px);
}
@media screen and (min-width: 768px), print {
  .cta {
    align-items: baseline;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.cta .form-area {
  flex: 1;
}
@media screen and (min-width: 768px), print {
  .cta .form__btn {
    margin-left: 160px;
  }
}
@media not all and (min-width: 768px), print {
  .cta .form__btn .btn {
    margin-inline: auto;
  }
}

/* about */
.about-intro {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: clamp(50px, 4.1666666667vw, 80px);
  max-width: 1140px;
  position: relative;
}
.about-intro::before {
  -webkit-transform: translateX(-50%);
  background-color: #aaaaaa;
  content: "";
  height: 110%;
  left: calc(50% + 30px);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}
@media not all and (min-width: 768px), print {
  .about-intro::before {
    height: 1px;
    left: 50%;
    top: 50%;
    width: 95%;
  }
}
@media screen and (min-width: 768px), print {
  .about-intro {
    flex-direction: row;
    justify-content: space-between;
  }
}
.about-intro p {
  letter-spacing: 0.07em;
}
.about-intro p + p {
  margin-top: 1.2857142857em;
}

.about-intro__ja {
  color: #333;
}
@media screen and (min-width: 768px), print {
  .about-intro__ja {
    width: 47.3684210526%;
  }
}

.about-intro__en {
  color: #777;
}
@media screen and (min-width: 768px), print {
  .about-intro__en {
    width: 41.2280701754%;
  }
}

.about-gallery {
  height: clamp(500px, 133.3333333333vw, 600px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px), print {
  .about-gallery {
    height: clamp(700px, 66.9270833333vw, 2500px);
  }
}

.about-gallery__image {
  position: absolute;
}
.about-gallery__image img {
  will-change: transform, opacity;
}

/* アニメーション画像の配置 */
.about-gallery__image[data-num="1"] {
  left: 5.208%;
  top: 12.109%;
  width: 32vw;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="1"] {
    left: 5.208%;
    top: 12.109%;
    width: 23.4375%;
  }
}

.about-gallery__image[data-num="2"] {
  left: 40%;
  top: 12.5%;
  width: 21.3333333333vw;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="2"] {
    left: 34.895%;
    width: 13.28125%;
  }
}

.about-gallery__image[data-num="3"] {
  right: 1.3333333333%;
  top: 26.6666666667%;
  width: 34.5833%;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="3"] {
    right: 10.781%;
    top: 18.75%;
  }
}

.about-gallery__image[data-num="4"] {
  left: 0%;
  top: 48.4375%;
  width: 53.3333333333%;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="4"] {
    width: 44.84375%;
  }
}

.about-gallery__image[data-num="5"] {
  bottom: 13.3333333333%;
  right: 0%;
  width: 24%;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="5"] {
    bottom: 5.21875%;
    width: 17.34375%;
  }
}

.about-gallery__image[data-num="6"] {
  bottom: 8%;
  right: 32%;
  width: 15.625%;
}
@media screen and (min-width: 768px), print {
  .about-gallery__image[data-num="6"] {
    bottom: 0;
    right: 21.6145%;
  }
}

/* archive event一覧 */
.entries {
  margin-top: 60px;
}

.entry {
  text-align: center;
}

.entry__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.entrie__title {
  font-size: clamp(1.0625rem, 1.0416666667vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-top: 17px;
}

.entry__meta {
  font-family: "NotoSansCJKjp-DemiLight";
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin-top: 13px;
}

/* 個別詳細ページ */
.post__eyecatch {
  margin-bottom: 30px;
  margin-top: clamp(60px, 4.1666666667vw, 80px);
}
.post__eyecatch img {
  -o-object-fit: cover;
  aspect-ratio: 1000/622;
  object-fit: cover;
  width: 100%;
}

.post-header__meta {
  font-family: "NotoSansCJKjp-DemiLight";
  font-size: clamp(1.0625rem, 1.0416666667vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: clamp(50px, 3.90625vw, 75px);
}

.post-header__place {
  margin-top: 0.55em;
}

.post-header__data {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.25em;
}

.post__body p {
  color: #333;
}
.post__body p + * {
  margin-top: 27px;
}

.post__body hr {
  border: 1px solid #aaaaaa;
  margin-block: 40px;
}
.post__body .wp-block-video {
  margin: clamp(70px, 5.2083333333vw, 100px) 0 1em;
}
.post__body video {
  aspect-ratio: 1000/563;
  height: 100%;
  width: 100%;
}
.post__body .wp-block-gallery {
  -ms-grid-columns: 1fr 1px 1fr;
  display: -ms-grid !important;
  display: grid !important;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-block: clamp(60px, 5.1041666667vw, 98px) clamp(80px, 5.625vw, 108px);
}
@media screen and (min-width: 768px), print {
  .post__body .wp-block-gallery {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.post__body .wp-block-gallery figure {
  height: 100%;
}
.post__body .wp-block-gallery img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}

/* form */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  font-family: inherit;
  font-size: 16px;
  padding: 6px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus,
input[type=checkbox]:focus + span {
  box-shadow: 0 0 5px rgba(104, 111, 103, 0.7);
  outline: none;
}

.form-area {
  max-width: 800px;
}

.form__item {
  margin-top: clamp(20px, 1.8229166667vw, 35px);
}
@media screen and (min-width: 768px), print {
  .form__item {
    display: flex;
  }
}

.form__title {
  flex-shrink: 0;
  width: 160px;
}

.form__body {
  width: 100%;
}

.form__btn {
  margin-top: 54px;
}
.form__btn .btn {
  background-color: #111111;
  color: #ffffff;
  font-size: 1rem;
  padding: 14px;
  width: 175px;
}

@media not all and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc {
    display: none !important;
  }
}

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

.is-sp-menu-opened .gnav {
  display: block;
}

.is-sp-menu-opened html {
  min-height: 100vh;
}

.is-sp-menu-opened body {
  height: 100%;
  position: fixed;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/style.css.map */

.post-header__meta{
  margin-bottom: 40px;
}










.event__flyer{
  margin-bottom: 40px;
}
.event__youtube{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.event__youtube iframe{
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 768px) {
.event__youtube{
  margin-bottom: 30px;
}
.event__youtube iframe{
  height: 250px;
}
}



.mv__img{
  height: 80vh;
}
.mv__img img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.mv__contents{
  left: 36%!important;
}
#load{
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mv__contents{
    left: 50%!important;
  } 
}



