@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

body {
  font-family:
    "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", serif;
  color: #052646;
}

:where(.wp-site-blocks) > * {
  margin-block-start: unset;
  margin-block-end: unset;
}

footer {
  margin-top: 0;
}
a {
  text-decoration: none;
}
#__header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
#__footer .__sns-icons {
  height: 48px;
}
#__footer .__sns-icons .wp-block-image {
  height: auto;
}

#__footer .__sns-icons img {
  height: 48px;

  object-fit: contain;
}
#top .mv-area .wp-block-cover {
  height: clamp(1px, calc(1085px / 750px * 100vw), 1085px);
}
#top .mv-area .cta.wp-block-cover {
  height: clamp(1px, calc(320px / 750px * 100vw), 720px);
  min-height: unset;
}
#youtube {
  /* margin-top: 60px; */
}

.wp-block-cover__inner-container.has-global-padding {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

#__header .__sp-only,
#__footer .__sp-only,
#vision .__sp-only,
#top .__sp-only,
#charity .__sp-only,
#youtube .__sp-only {
  display: block;
}
#__header .__pc-only,
#__footer .__pc-only,
#top .__pc-only,
#vision .__pc-only,
#charity .__pc-only,
#youtube .__pc-only {
  display: none;
}

/* 幅広  */
@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  #__header {
    /* display: block; */
    height: 110px;
  }
  #__footer .__sns-icons {
    height: 52px;
  }
  #__footer .__sns-icons .wp-block-image {
    height: auto;
  }

  #__footer .__sns-icons img {
    height: 52px;
    object-fit: contain;
  }
  .content-boder {
    border: solid 3px #cca960;
  }
  #top .mv-area .wp-block-cover {
    height: clamp(1px, calc(800px / 950px * 100vw), 800px);
  }
  #top .mv-area .cta.wp-block-cover {
    height: clamp(1px, calc(200px / 950px * 100vw), 200px);
    min-height: unset;
  }
  #vision .content-boder {
    margin-top: 64px !important;
  }
  #youtube {
    /* margin-top: 110px; */
  }
  #__footer .__pc-only,
  #top .__pc-only,
  #vision .__pc-only,
  #charity .__pc-only,
  #youtube .__pc-only {
    display: flex;
  }
  #__footer .__sp-only,
  #top .__sp-only,
  #vision .__sp-only,
  #charity .__sp-only,
  #youtube .__sp-only {
    display: none;
  }
}
#youtube .__gap-zero {
  gap: 0;
}
#top .cta .wp-block-cover__image-background.size-full,
#vision .cta .wp-block-cover__image-background.size-full,
#vision .cta .wp-block-cover__image-background.size-full,
#charity .cta .wp-block-cover__image-background.size-full,
#youtube .cta .wp-block-cover__image-background.size-full {
  object-fit: contain;
}

/* PC向けのCSS指定 600px以上 */
@media screen and (min-width: 600px) {
  #__header .__pc-only {
    display: flex;
  }
  #__header .__sp-only {
    display: none;
  }
}

/* カバー画像の調整 */
.__obj-contain img{
  object-fit: contain !important;
}