@charset "UTF-8";
/* scss構成
abstracts
	_variables		独自のカラーやフォント
	_mixins			レスポンシブ用の設定
base
	_theme-override	テーマの上書き
	_grid			汎用グリッドシステム　↓ へ
	_page			ページ固有設定
	_part			各部位固有設定
	_pic_media		メディア表示　↓ へ
	_utility		独自のクラス（カラムブロック、　）
components
	_custom-button
	_custom-card
	_mod_common		共通の小技
*/
/* コンポーネントをインポート */
/***** 共通 *****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*** 色 ***/
/* Lightning */
/* 通常色 */
.Red {
  color: #dc3545;
}

.Orange {
  color: #ffa536;
}

.Blue {
  color: #4267b2;
}

.Green {
  color: #28a745;
}

.Black {
  color: #222;
}

.White {
  color: #fff;
}

/* 背景色 */
.BG-key-light-10, header#site-header .site-body,
.site-header .site-body,
.post-name-home .site-body,
.post-name-concept .site-body,
.post-name-thoughts .site-body {
  background-color: color-mix(in srgb, var(--vk-color-primary) 10%, #fff) !important;
}

.BG-key-light-30 {
  background-color: color-mix(in srgb, var(--vk-color-primary) 30%, #fff) !important;
}

.BG-custom-1 {
  background-color: color-mix(in srgb, var(--vk-color-custom-1) 10%, #fff) !important;
}

.BG-White {
  background-color: #fff !important;
}

/* scss構成
abstracts
	_variables		独自のカラーやフォント
	_mixins			レスポンシブ用の設定
base
	_theme-override	テーマの上書き
	_grid			汎用グリッドシステム　↓ へ
	_page			ページ固有設定
	_part			各部位固有設定
	_pic_media		メディア表示　↓ へ
	_utility		独自のクラス（カラムブロック、　）
components
	_custom-button
	_custom-card
	_mod_common		共通の小技
*/
/* コンポーネントをインポート */
/* scss構成
abstracts
	_variables		独自のカラーやフォント
	_mixins			レスポンシブ用の設定
base
	_theme-override	テーマの上書き
	_grid			汎用グリッドシステム　↓ へ
	_page			ページ固有設定
	_part			各部位固有設定
	_pic_media		メディア表示　↓ へ
	_utility		独自のクラス（カラムブロック、　）
components
	_custom-button
	_custom-card
	_mod_common		共通の小技
*/
/* コンポーネントをインポート */
/********** 表示 **********/
@media screen and (max-width: 767px) {
  .PC {
    display: none !important;
  }
}

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

.DispNone_entry-meta .entry-meta {
  display: none !important;
}

.Img_brt1,
.Img_brt1 img {
  -webkit-filter: brightness(90%) !important;
  filter: brightness(90%) !important;
}

.Img_brt2,
.Img_brt2 img {
  -webkit-filter: brightness(80%) !important;
  filter: brightness(80%) !important;
}

.Img_brt3,
.Img_brt3 img {
  -webkit-filter: brightness(70%) !important;
  filter: brightness(70%) !important;
}

/********** 横幅＆幅 **********/
@media screen and (min-width: 768px) {
  .Wid_50p_tb {
    width: 50%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .Wid_75p_tb {
    width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .Wid_80p_sp {
    width: 80% !important;
  }
}

/********** マージン **********/
@media screen and (max-width: 767px) {
  .MT_2_sp {
    margin-top: 2rem !important;
  }
}

/********** 位置 **********/
@media screen and (max-width: 767px) {
  .Hrz_l_sp {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .Hrz_c_sp {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
  }
}

@media screen and (max-width: 767px) {
  .Hrz_r_sp {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    position: static !important;
  }
}

/********** FLEX **********/
@media screen and (max-width: 767px) {
  .FLX_cr_sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.CLM_menu {
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .CLM_menu .wp-block-column {
    margin-bottom: 1px;
  }
}
.CLM_menu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  will-change: transform;
}
.CLM_menu a picture, .CLM_menu a img {
  display: block;
  width: 100%;
  height: auto;
}
.CLM_menu a img {
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.CLM_menu a p {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin: 0 !important;
  pointer-events: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.CLM_menu a:hover img {
  -webkit-filter: brightness(98%);
          filter: brightness(98%);
}

.PAGE_cover {
  width: 100%;
  margin-bottom: 40px;
}
.PAGE_cover a, .PAGE_cover picture, .PAGE_cover img {
  display: block;
  width: 100%;
  height: auto;
}
.PAGE_cover .cover-page-title {
  font-size: 1.75rem;
  color: #333333;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 40px 0 20px 0 !important;
  position: relative;
  z-index: 1;
}
.PAGE_cover.Wid_max {
  position: relative;
  width: 100%;
}
.PAGE_cover.Wid_max picture {
  display: block;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.PAGE_cover.Wid_max picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body:has(.PAGE_cover) .page-header,
body:has(.PAGE_cover) .subSection,
body:has(.PAGE_cover) .site-body-sub-section,
body:has(.PAGE_cover) #breadcrumb {
  display: none !important;
}
body:has(.PAGE_cover) .site-body {
  padding-top: 0 !important;
}
body:has(.PAGE_cover) .breadcrumb {
  display: block;
  margin: 2rem 0;
  border: none;
}

.GRD_pc {
  --grd-cols: 12;
}
@media screen and (max-width: 767px) {
  .GRD_pc .wp-block-columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px !important;
  }
  .GRD_pc .wp-block-columns.FLX_cr_sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .GRD_pc .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .GRD_pc .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(var(--grd-cols), minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  .GRD_pc .wp-block-column {
    grid-column: span 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .GRD_pc .span-1 {
    grid-column: span 1 !important;
  }
  .GRD_pc .offset-1 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 1) !important;
  }
  .GRD_pc .span-2 {
    grid-column: span 2 !important;
  }
  .GRD_pc .offset-2 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 2) !important;
  }
  .GRD_pc .span-3 {
    grid-column: span 3 !important;
  }
  .GRD_pc .offset-3 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 3) !important;
  }
  .GRD_pc .span-4 {
    grid-column: span 4 !important;
  }
  .GRD_pc .offset-4 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 4) !important;
  }
  .GRD_pc .span-5 {
    grid-column: span 5 !important;
  }
  .GRD_pc .offset-5 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 5) !important;
  }
  .GRD_pc .span-6 {
    grid-column: span 6 !important;
  }
  .GRD_pc .offset-6 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 6) !important;
  }
  .GRD_pc .span-7 {
    grid-column: span 7 !important;
  }
  .GRD_pc .offset-7 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 7) !important;
  }
  .GRD_pc .span-8 {
    grid-column: span 8 !important;
  }
  .GRD_pc .offset-8 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 8) !important;
  }
  .GRD_pc .span-9 {
    grid-column: span 9 !important;
  }
  .GRD_pc .offset-9 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 9) !important;
  }
  .GRD_pc .span-10 {
    grid-column: span 10 !important;
  }
  .GRD_pc .offset-10 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 10) !important;
  }
  .GRD_pc .span-11 {
    grid-column: span 11 !important;
  }
  .GRD_pc .offset-11 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 11) !important;
  }
  .GRD_pc .span-12 {
    grid-column: span 12 !important;
  }
  .GRD_pc .offset-12 {
    margin-left: calc((100% + 20px) / var(--grd-cols) * 12) !important;
  }
}

.GRD_pc.cols-12 {
  --grd-cols: 12 !important;
}

.GRD_pc.cols-6 {
  --grd-cols: 6 !important;
}

/********** 事例 **********/
.Obj_fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.Not_header header,
.Not_header .page-header,
.Not_header .subSection,
.Not_header .site-body-sub-section,
.Not_header #breadcrumb,
.Not_header .footer-nav {
  display: none !important;
}

/* ぼかす */
.Effect_text_blur1 {
  text-shadow: 2px 2px 2px #000;
}

.Effect_text_blur2 {
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

/***** サイト全体 *****/
.container.site-footer-copyright p:nth-last-child(1) {
  display: none;
}

.page-header {
  min-height: 4rem;
}
.page-header .page-header-title {
  font-size: 1.6rem;
}

body, .Sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .site-title, .Serif {
  font-family: "Noto Serif JP", serif !important;
}

#cta1 > div:first-child {
  background-image: none !important;
}

.Form_kakunin {
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-policy {
  text-align: center;
  font-size: 80%;
}

#global-nav,
#breadcrumb,
.footer-nav,
#vk-mobile-nav-menu-btn {
  display: none;
}

/***** ページ固有設定 *****/
.post-name-event20260710 .ticket p {
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .post-name-event20260710 .ticket p {
    padding-left: 0;
  }
}

/*** レイアウト ***/
.Article-header picture {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/*** レスポンシブ制御 ***//*# sourceMappingURL=style.css.map */