@charset "UTF-8";
/* モノクロ */
/* 暖色 */
/* 寒色 */
/* 茶色 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
#wpadminbar {
  position: relative !important;
}

.debug-bar-maximized #querylist {
  z-index: 9999;
}

/* ベース */
:root {
  --main-gutter: 30px;
  /* モノクロ */
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #231815;
  --color-black-rgb: 35, 24, 21;
  --color-gray: #dfdfdf;
  --color-gray-rgb: 223, 223, 223;
  --color-gray-bg: #f9f9f9;
  /* 赤 */
  --color-red: #e76a76;
  --color-red-rgb: 231, 106, 118;
  /* 黄色 */
  --color-yellow: #fff100;
  --color-yellow-rgb: 255, 241, 0;
  /* 橙 */
  --color-orange: #ef8153;
  --color-orange-rgb: 239, 129, 83;
  /* 桃 */
  --color-pink: #f4c4d9;
  --color-pink-rgb: 244, 196, 217;
  /* 紫 */
  --color-purple: #d1b1d0;
  --color-purple-rgb: 209, 177, 208;
  /* 緑 */
  --color-green: #5cbdc0;
  --color-green-rgb: #5cbdc0;
  --color-green-light: #84b3b4;
  /* 青 */
  --color-blue: #2734f1;
  --color-blue-rgb: #2734f1;
  --color-blue-dark: #738ea7;
  --color-blue-bg: #8aceee;
  /* 青 */
  --color-tsuru: #009e36;
  --color-tsuru-rgb: 0, 158, 54;
  --color-tsuru-sub: #00ca47;
  --color-tsuru-sub-rgb: 0, 158, 54;
  --color-jcf: #234fa1;
  --color-jcf-rgb: 35, 78, 159;
  --color-jcf-sub: #00ca47;
  --color-jcf-sub-rgb: 0, 158, 54;
  /* 茶色 */
  --color-brown: #c5a46d;
  --color-brown-rgb: 197, 164, 109;
  /* ベージュ */
  --color-baige: #f5b99b;
  --color-baige-rgb: 245, 185, 155;
  /* 金 */
  --color-gold: #d9c480;
  --color-gold-rgb: 217, 196, 128;
  --color-uno: #5a1a80;
  --color-coffee: #7f3c20;
  --color-arth: #22ab3b;
  --color-drink: #9db927;
  --color-stage: #fff100;
  --color-kids: #e5027b;
  --color-food: #e7404b;
  --color-truck: #f29700;
  --color-craft: #2fa2cb;
  --color-japan: #91753d;
  --color-arimatsu: #e7ce49;
}

@font-face {
  font-family: "gobold";
  src: url("../fonts/Gobold Bold.woff2") format("woff2"), url("../fonts/Gobold Bold.woff") format("woff");
  font-display: swap;
}
/* @font-face {
  font-family: "Corporate-Logo-Bold";
  src: url("../fonts/Corporate-Logo-Bold-ver3.woff2") format("woff2"), url("../fonts/Corporate-Logo-Bold-ver3.woff") format("woff");
} */
@font-face {
  font-family: "corporate-logo-bold";
  src: url("../fonts/Corporate-Logo-Bold-ver3.woff") format("woff");
  font-display: swap;
}
.pc_none, .sp {
  display: none;
}
@media only screen and (max-width: 860px) {
  .pc_none, .sp {
    display: block;
  }
}

@media only screen and (max-width: 860px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .pc_contents {
    display: none;
  }
}

.sp_contents {
  display: none;
}
@media only screen and (max-width: 860px) {
  .sp_contents {
    display: block;
  }
}

.no_link {
  display: none;
}

:root {
  font-size: 62.5%;
}
@media only screen and (max-width: 860px) {
  :root {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

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

svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style: none;
}

dt {
  font-weight: normal;
}

body {
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--color-black);
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 860px) {
  body {
    max-width: none;
    min-width: auto;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 860px) {
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

.el_preload {
  display: none;
}

.height100 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* layout */
.archive_contents {
  position: relative;
  z-index: 5;
}

.ly_main_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.ly_main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ly_sec {
  padding: 50px 0;
}
@media only screen and (max-width: 860px) {
  .ly_sec {
    padding: 6% 0;
  }
}

.tsuru {
  background-color: var(--color-white);
}

.ly_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 860px) {
  .ly_inner {
    padding: 0 4%;
  }
}

.ly_tsuru {
  position: relative;
  z-index: 5;
}
.ly_tsuru .bl_footer {
  z-index: 5;
}
.ly_tsuru_wrap {
  position: relative;
}
.ly_tsuru_wrap::after, .ly_tsuru_wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ly_tsuru_wrap::after {
  top: 0;
  bottom: 50%;
  background-image: url(../img/tsuruma/bg_lt.webp);
}
.ly_tsuru_wrap::before {
  top: 50%;
  bottom: 0;
  background-image: url(../img/tsuruma/bg_rb.webp);
}

.ly_tsuruSec {
  padding: 2.9282576867vw 0;
}
@media only screen and (max-width: 860px) {
  .ly_tsuruSec {
    padding: 8vw 0;
  }
}

.bl_header {
  padding: 2%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  color: var(--color-black);
  backdrop-filter: blur(20px);
}
@media only screen and (max-width: 860px) {
  .bl_header {
    padding: 0;
  }
}
.bl_header_inner {
  text-align: right;
}

.bl_gnav {
  display: inline-block;
  margin-left: auto;
  font-size: 20px;
  line-height: 1;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 860px) {
  .bl_gnav {
    display: none;
    background-color: var(--color-green);
    height: 100vh;
    padding: 50px 4vw;
    min-width: 45vw;
    text-align: left;
    top: -50px;
    position: relative;
  }
}
.bl_gnav img {
  vertical-align: middle;
}
.bl_gnav a {
  display: inline-block;
}
.bl_gnav_insta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .bl_gnav_insta {
    justify-content: flex-start;
  }
}
.bl_gnav_insta a {
  display: block;
  width: 20px;
}
.bl_gnav_insta a img {
  width: 100%;
  height: auto;
}
.bl_gnav_list {
  margin-top: 1em;
}
.bl_gnav_list li {
  margin-top: 0.5em;
}
@media only screen and (max-width: 860px) {
  .bl_gnav_list li {
    margin-top: 1em;
  }
}

.has_children {
  position: relative;
}

.bl_children {
  position: absolute;
  top: 99%;
  right: 0;
  white-space: nowrap;
  background-color: var(--color-green);
  padding: 0.5em 1em 1em;
  box-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.2);
}
.bl_children li {
  margin-top: 0.5em;
}
@media only screen and (max-width: 860px) {
  .bl_children {
    position: relative;
    top: auto;
    right: auto;
    white-space: normal;
    margin-top: 1em;
  }
}

.el_spMenu {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 100;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .el_spMenu {
    display: block;
  }
}
.el_spMenu span {
  position: absolute;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 50%;
  bottom: 50%;
  background-color: #000000;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.el_spMenu span:nth-of-type(1) {
  bottom: calc(50% - 8px);
}
.el_spMenu span:nth-of-type(3) {
  bottom: calc(50% + 8px);
}
.el_spMenu.is_active span:nth-of-type(1) {
  bottom: calc(50% - 8px);
  transform: translate(50%, -50%);
  rotate: -45deg;
}
.el_spMenu.is_active span:nth-of-type(2) {
  opacity: 0;
}
.el_spMenu.is_active span:nth-of-type(3) {
  bottom: calc(50% + 8px);
  transform: translate(50%, 50%);
  rotate: 45deg;
}
.el_spMenu__wht span {
  background-color: var(--color-white);
}
.el_spMenu__wht.is_active span {
  background-color: var(--color-black);
}

.bl_footer {
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  color: var(--color-black);
}
@media only screen and (max-width: 860px) {
  .bl_footer {
    padding: 4%;
    margin-top: 8%;
  }
}
.bl_footer > * {
  width: 32%;
}
@media only screen and (max-width: 1200px) {
  .bl_footer > * {
    width: 100%;
  }
}
.bl_footer__tsuru {
  color: var(--color-tsuru);
  fill: var(--color-tsuru);
}
.bl_footer__jcf {
  color: var(--color-white);
  fill: var(--color-white);
}
.bl_footer_nav {
  font-size: 20px;
  line-height: 1;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 860px) {
  .bl_footer_nav {
    display: none;
  }
}
.bl_footer_nav_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 0.5em;
  column-gap: 1em;
  height: 6em;
  margin-top: 1em;
}
.bl_footer_nav_list a {
  display: inline-block;
}
.bl_footer_nav_insta {
  width: 1em;
  display: block;
}
.bl_footer_nav_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.bl_footer_logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bl_footer_logo_txt {
  font-size: 1.2rem;
  margin: 0.5em auto;
  display: block;
}
.bl_footer_logo_img {
  max-width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bl_footer_copy {
  align-self: flex-end;
  font-size: 12px;
  height: 1em;
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .bl_footer_copy {
    text-align: center;
    margin-top: 1em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_footer_copy img {
  height: 100%;
  width: auto;
}
.bl_footer_copy_svg {
  height: 100%;
  width: auto;
}
.bl_footer__tsuru .bl_footer_nav_list {
  height: 4em;
}
.bl_footer_nav_list__3row {
  height: 4em;
}

.bl_pager {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  font-family: var(--color-gold);
}
.bl_pager_num {
  color: var(--color-black);
  width: 1.5em;
  height: 1.5em;
  background-color: var(--color-white);
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  letter-spacing: 0;
}

/* component */
.el_btn {
  background-color: var(--color-tsuru);
  color: var(--color-white);
  display: inline-block;
  padding: 0.6em 0.7em 0.5em;
  border-radius: 5px;
  line-height: 1;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
.el_arrowBtn {
  display: inline-block;
  padding: 0.6em 5em 0.5em;
  border: 1px solid var(--color-black);
  position: relative;
  font-size: 2.4rem;
}
.el_arrowBtn::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 0.5em;
  width: 3em;
  left: 0;
  bottom: 50%;
  transform: translate(-50%, 50%);
  transition: all ease 0.3s;
}
.el_arrowBtn:hover::before {
  left: 5%;
}

.el_more {
  display: inline-block;
  text-align: center;
  padding: 0.5em 2em;
  border: 3px solid var(--color-black);
  border-radius: 5em;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  color: var(--color-black);
}

.el_label {
  background-color: var(--color-yellow);
  padding: 0.5em 1em;
  color: var(--color-tsuru);
  font-weight: bold;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
}

.el_tsuruTtl {
  text-align: center;
  max-width: 100%;
  margin-bottom: 62px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .el_tsuruTtl {
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.el_yearHeading {
  text-align: center;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 3.4rem;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding: 0.5em;
}

.el_pageHeading {
  text-align: center;
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 3.2rem;
}

.el_pageSubHeading {
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 3.4rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.el_pageSubHeading {
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 3.4rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.el_hedingLink {
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-align: right;
}

.el_center {
  text-align: center;
}

.el_jcfArchiveHeading {
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 5rem;
  margin-bottom: 1em;
  color: var(--color-white);
  text-align: center;
}

/* component */
.bl_entrance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: calc(var(--vh, 1vh) * 100);
}
.bl_entrance_heading {
  font-family: "gobold", "Oswald", "corporate-logo-bold", corporate-logo-bold, sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: center;
  color: var(--color-black);
  display: inline-block;
  overflow: hidden;
}
.bl_entrance_heading_wrap {
  text-align: center;
}
.bl_entrance_heading span {
  letter-spacing: 1em;
  margin-right: -1em;
}
@media only screen and (max-width: 860px) {
  .bl_entrance_heading {
    font-size: 3rem;
  }
}
.bl_entrance_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.bl_post {
  font-size: 1.6rem;
}
.bl_post img {
  max-width: 100%;
  height: auto;
}
.bl_post_list {
  background-color: var(--color-green-light);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 1%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 50px;
  column-gap: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .bl_post_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 860px) {
  .bl_post_list {
    grid-template-columns: repeat(2, 1fr);
    width: 92%;
    padding: 5%;
    column-gap: 10px;
    row-gap: 30px;
  }
}
.bl_post_list__not {
  display: block;
}
.bl_post_list_not {
  font-size: 1.6rem;
}
.bl_post_ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-top: 1em;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 860px) {
  .bl_post_ttl {
    font-size: 12px;
    line-height: 1.5;
  }
}

.entry-box {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.entry-more {
  display: inline-block;
  padding: 1em 8em;
  background-color: var(--color-white);
  color: var(--color-green);
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.entry-loading {
  font-size: 18px;
  font-weight: bold;
}

.js_ajaxItem {
  opacity: 0;
  transition: all ease 0.3s;
}
.js_ajaxItem.is_show {
  opacity: 1;
}

.js_loadBtn.is_hide {
  display: none;
}

.js_load.is_hide {
  display: none;
}

.post_content {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.post_content p {
  margin-bottom: 1.5em;
}

.bl_postNav {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: bold;
}
@media only screen and (max-width: 860px) {
  .bl_postNav {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_postNav_item {
  position: relative;
}
.bl_postNav_item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  left: 0.25em;
}
.bl_postNav_item__prev {
  border-right: 1px solid var(--color-white);
}
@media only screen and (max-width: 860px) {
  .bl_postNav_item__prev {
    border-right: 0 none;
    border-bottom: 1px solid var(--color-white);
  }
}
.bl_postNav_item__next::after {
  left: auto;
  transform: translateY(50%) rotate(135deg);
  right: 0.25em;
}
.bl_postNav_link {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  column-gap: 15px;
  padding: 30px;
}
.bl_postNav_link__next {
  grid-template-columns: 1fr 100px;
}
.bl_postNav_link__next .bl_postNav_img {
  order: 2;
}
.bl_postNav_link__next .bl_postNav_box {
  text-align: right;
}
.bl_postNav_txt {
  font-size: 80%;
  font-weight: normal;
  margin-top: 1em;
}
/*# sourceMappingURL=maps/common.css.map */