/* Generated by less 3.11.1 */
/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
html {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
  overflow: scroll;
}
#menu-checkbox {
  display: none;
}
#menu-burger {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 100;
}
#menu-burger img {
  width: 40px;
}
#menu-burger .open,
#menu-burger .close {
  position: absolute;
  top: 0;
  left: 0;
}
#menu-burger .open {
  -webkit-filter: drop-shadow(0 0 2px #000);
          filter: drop-shadow(0 0 2px #000);
}
#menu-burger .close {
  display: none;
}
#menu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#menu-area ul {
  display: grid;
  gap: 20px;
}
#menu-area ul li a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#menu-area ul li a:hover {
  opacity: 0.5;
}
#menu-checkbox:checked ~ #menu-area {
  opacity: 1;
  pointer-events: auto;
  white-space: nowrap;
}
#menu-checkbox:checked ~ #menu-burger .open {
  display: none;
}
#menu-checkbox:checked ~ #menu-burger .close {
  display: inline-block;
}
header {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
}
header.news {
  background-image: url(../img/index_about_img.jpg);
}
header.page {
  background-image: url(../img/index_about2_img_01.jpg);
}
header.articles {
  background-image: url(../img/index_about2_img_02.jpg);
}
header.movie {
  background-image: url(../img/index_movie_01_img.jpg);
}
@media (max-width: 1040px) {
  header {
    position: relative !important;
    width: 100% !important;
  }
}
header h1 {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header h1 img {
  width: 100%;
  max-width: 190px;
}
header h2 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8em;
}
@media (min-width: 350px) {
  header h2 {
    font-size: calc(20px  +  10  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  header h2 {
    font-size: 30px;
  }
}
header .sns {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
header .sns ul {
  display: grid;
  gap: 20px;
}
header .sns ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .sns ul li a:hover {
  opacity: 0.5;
}
header .sns ul li a img {
  width: 40px;
}
header .fuwasara {
  position: absolute;
  bottom: 50px;
  left: 100px;
  right: 100px;
}
header .fuwasara .test {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
}
header .fuwasara .ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
header .fuwasara .ttl-en {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
header .fuwasara .calendar {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  header .fuwasara .calendar {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
header .fuwasara .calendar .item {
  display: grid;
  gap: 5px;
}
header .fuwasara .calendar .item .fluffiness,
header .fuwasara .calendar .item .snowfall,
header .fuwasara .calendar .item .rainfall {
  font-size: 14px;
}
header .fuwasara .calendar .item .fluffiness span,
header .fuwasara .calendar .item .snowfall span,
header .fuwasara .calendar .item .rainfall span {
  display: inline-block;
  margin-left: 0.5em;
}
header .fuwasara .calendar .item .fluffiness span {
  font-weight: bold;
  font-size: 18px;
}
header .fuwasara .desc {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.6em;
}
header .fuwasara .desc-en {
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 640px) {
  header .fuwasara {
    left: 20px;
    right: 20px;
  }
  header .fuwasara .test {
    font-size: 10px;
    margin-bottom: 10px;
  }
  header .fuwasara .ttl {
    font-size: 16px;
  }
  header .fuwasara .ttl-en {
    font-size: 13px;
  }
  header .fuwasara .calendar {
    gap: 10px 5px;
  }
  header .fuwasara .calendar .item .fluffiness {
    font-size: 12px;
  }
  header .fuwasara .calendar .item .snowfall,
  header .fuwasara .calendar .item .rainfall {
    display: none;
  }
  header .fuwasara .desc {
    font-size: 12px;
  }
  header .fuwasara .desc-en {
    font-size: 10px;
  }
}
@media (max-height: 830px) {
  header .fuwasara .test {
    font-size: 10px;
    margin-bottom: 10px;
  }
  header .fuwasara .ttl {
    font-size: 16px;
  }
  header .fuwasara .ttl-en {
    font-size: 13px;
  }
  header .fuwasara .calendar {
    gap: 10px 5px;
  }
  header .fuwasara .calendar .item .fluffiness {
    font-size: 12px;
  }
  header .fuwasara .calendar .item .snowfall,
  header .fuwasara .calendar .item .rainfall {
    display: none;
  }
  header .fuwasara .desc {
    font-size: 12px;
  }
  header .fuwasara .desc-en {
    font-size: 10px;
  }
}
.wrap {
  width: 50%;
  margin-left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 1040px) {
  .wrap {
    width: 100% !important;
    margin-left: 0;
  }
}
.more {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #000;
  color: #fff;
  padding: 0.7em 2em;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.more:hover {
  opacity: 0.5;
}
section.about > .img {
  width: 100%;
  aspect-ratio: 1;
}
section.about > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
section.about .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  section.about .inner {
    padding: 40px 20px;
  }
}
section.about .inner > .img {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 40px 0;
}
section.about .inner > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about h2 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
section.about .h2-en {
  color: #333;
  line-height: 1.6em;
  margin-bottom: 20px;
}
section.about hr {
  width: 120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
section.about p {
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 30px;
}
section.about .p-en {
  color: #333;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 30px;
}
section.about .graf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  section.about .graf {
    grid-template-columns: 1fr;
  }
}
section.about .graf img {
  width: 100%;
}
section.about .graf figcaption {
  line-height: 1.8em;
}
section.about .graf figcaption .ja {
  font-size: 16px;
  margin-bottom: 20px;
}
section.about .graf figcaption .en {
  font-size: 13px;
}
section.news .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  section.news .inner {
    padding: 40px 20px;
  }
}
section.news h2 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
section.news .h2-ja {
  color: #333;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.news hr {
  width: 120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
section.news ul {
  display: grid;
  margin-bottom: 40px;
}
section.news ul li {
  border-top: 1px solid #000;
}
section.news ul li:last-child {
  border-bottom: 1px solid #000;
}
section.news ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 1em 0;
  line-height: 1.4em;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.news ul li a time {
  font-weight: bold;
}
section.news ul li a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
section.news ul li a:hover {
  opacity: 0.5;
}
section.article .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  section.article .inner {
    padding: 40px 20px;
  }
}
section.article article {
  margin-bottom: 50px;
}
section.article article .post {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
section.article article .post .ja {
  font-weight: bold;
}
section.article article .post .en {
  font-size: 0.7em;
}
section.article article .name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.6em;
  gap: 1em;
  margin-bottom: 20px;
}
section.article article .name .ja {
  font-weight: bold;
}
section.article article .name .en {
  font-size: 0.7em;
}
section.article article .thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
section.article article .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.article .prev-next {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
section.article .prev-next a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.article .prev-next a:hover {
  opacity: 0.5;
}
section.movie {
  background-color: #f3f3f3;
}
section.movie .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  section.movie .inner {
    padding: 40px 20px;
  }
}
section.movie h2 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
section.movie .h2-ja {
  color: #333;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.movie ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  section.movie ul {
    grid-template-columns: 1fr;
  }
}
section.movie ul li:first-child {
  grid-column: 1/3;
}
@media (max-width: 640px) {
  section.movie ul li:first-child {
    grid-column: 1/2;
  }
}
section.movie ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.movie ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.movie ul li a:hover {
  opacity: 0.5;
}
section.movie ul li a::after {
  content: "";
  background-image: url(../img/common_movie_play.svg);
  background-size: 50px 50px;
  background-position: center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.movie ul li h3 {
  font-size: 11px;
  line-height: 1.4em;
}
section.articles {
  background-color: #f3f3f3;
}
section.articles .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  section.articles .inner {
    padding: 40px 20px;
  }
}
section.articles h2 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
section.articles .h2-ja {
  color: #333;
  line-height: 1.6em;
  margin-bottom: 30px;
}
section.articles hr {
  width: 120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
section.articles ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  section.articles ul {
    grid-template-columns: 1fr;
  }
}
section.articles ul li a {
  display: block;
  background-color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
section.articles ul li a:hover {
  opacity: 0.5;
}
section.articles ul li a .img {
  width: 100%;
  aspect-ratio: 3/2;
}
section.articles ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.articles ul li a .txt {
  padding: 30px;
}
section.articles ul li a .txt .post {
  font-size: 10px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
section.articles ul li a .txt .post-en {
  font-size: 8px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
section.articles ul li a .txt .name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
section.articles ul li a .txt .name .ja {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
section.articles ul li a .txt .name .en {
  font-size: 12px;
  color: #333;
  letter-spacing: 0.1em;
}
section.articles ul li a .txt .content {
  font-size: 12px;
  line-height: 1.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
footer {
  background-color: #333;
  color: #fff;
}
footer .inner {
  padding: 40px;
}
@media (max-width: 640px) {
  footer .inner {
    padding: 40px 20px;
  }
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img {
  width: 150px;
}
@media (max-width: 640px) {
  footer .logo {
    text-align: center;
  }
}
footer .sns {
  margin-bottom: 20px;
}
footer .sns ul {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
          align-items: center;
}
footer .sns ul li a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .sns ul li a:hover {
  opacity: 0.5;
}
footer .sns ul li a img {
  width: 35px;
}
@media (max-width: 640px) {
  footer .sns ul {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
footer .bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
footer .bottom address {
  font-size: 12px;
  line-height: 1.6em;
}
footer .bottom address a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .bottom address a:hover {
  opacity: 0.5;
}
footer .bottom .nav ul {
  display: grid;
  gap: 10px;
  font-size: 12px;
}
footer .bottom .nav ul a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .bottom .nav ul a:hover {
  opacity: 0.5;
}
@media (max-width: 640px) {
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  footer .bottom address {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
footer small {
  display: block;
  background-color: #4D4D4D;
  text-align: center;
  font-size: 12px;
  padding: 1em;
}
.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  grid-gap: 1em;
}
.pagination a,
.pagination span {
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.pagination .current {
  cursor: not-allowed;
  opacity: 0.5;
}
body.articles,
body.movie {
  background-color: #f3f3f3;
}
