@charset "UTF-8";
/* 使用フォント */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@font-face {
  font-family: "Utsukushifont";
  src: url("../fonts/Utsukushifont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* 共通 */
.sp_img > figure {
  width: 100%;
}
.sp_img > figure > img {
  min-width: 100%;
  max-width: 100%;
}

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

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

.snsarea {
  display: flex;
}

.sns {
  display: flex;
  width: 29px;
  height: 29px;
  margin: 7.25px;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
}

/* レイアウト */
body {
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
}

#layout-header,
#layout-body,
#layout-footer {
  width: 100%;
  overflow-x: hidden;
  container-type: inline-size;
}

@media print, screen and (min-width: 1201px) {
  .innerwrap {
    max-width: 1200px;
    margin: auto;
    padding-inline: 50px;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  .innerwrap {
    max-width: 1200px;
    margin: auto;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 768px) {
  .innerwrap {
    width: 96%;
    margin: auto;
  }
}

#fixd_header {
  font-family: "Utsukushifont", "游明朝", YuMincho serif;
}
#fixd_header #globalmenu a {
  color: #808080;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #fixd_header .sitename {
    width: 16.8%;
    margin-block: 56px 38px;
  }
  #fixd_header .sitename img {
    width: 100%;
  }
  #g-nav {
    display: flex;
    align-items: center;
  }
  #globalmenu {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sitename {
    line-height: 1;
  }
  .sitename img {
    width: 100%;
  }
  .sitename a {
    color: #212529 !important;
  }
  .keyVisual {
    width: 100vw;
    margin: 0px calc(50% - 50vw);
  }
  .keyVisual img {
    width: 100%;
    height: auto;
  }
}
.mainblock .sec-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  color: #fa817e;
  font-size: 1.4em;
  margin: 0.8em auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .mainblock > .sec {
    margin-block: 4.5em 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mainblock > .sec {
    margin-block: 3rem;
  }
}
.mainblock > .sec:first-child {
  margin-top: initial;
}
.mainblock > .sec:last-child {
  margin-bottom: initial;
}
.mainblock .block-index {
  width: 100%;
}
.mainblock .excerpt-text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainblock .category,
.mainblock .entry-time {
  white-space: nowrap;
}
.mainblock .entry-excerpt > a {
  display: flex;
  align-items: center;
  gap: 1em;
}

#layout-footer {
  background-color: #998675;
}
#layout-footer .sitename img {
  width: 100%;
}
#layout-footer .snsarea {
  flex: 1;
  align-items: flex-end;
  align-items: center;
}
#layout-footer .sns {
  margin-top: 4%;
}
@media print, screen and (min-width: 769px) {
  #layout-footer .innerwrap {
    display: flex;
    gap: 1em;
  }
  #layout-footer .innerwrap::before {
    content: "";
    display: block;
    flex: 1;
  }
  #layout-footer .sitename {
    width: 16.8%;
    padding-block: 22px 44px;
  }
}
@media screen and (max-width: 768px) {
  #layout-footer .innerwrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #layout-footer .sitename {
    width: 45.8%;
    padding-block: 22px;
  }
  #layout-footer .snsarea {
    margin-bottom: 20px;
  }
}

.copyright {
  background-color: #998675;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  padding-bottom: 0.5em;
}

/*メニュー*/
@media print, screen and (min-width: 769px) {
  #fixd_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #layout-header {
    padding-top: 50px;
  }
  #fixd_header {
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
  #fixd_header.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  #fixd_header.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .wrap {
    position: relative;
  }
  #overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  #overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 8px 8px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    height: 3px;
    border-radius: 2px;
    background-color: #ff5984;
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
  }
}
.menu li {
  list-style-type: none;
}
.menu li > a {
  display: block;
  width: 100%;
  padding: 10px 10px;
}
.menu li > a span {
  display: block;
}
.menu li.menu-item-has-children ul.sub-menu {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #globalmenu {
    display: flex;
    justify-content: center;
    gap: 2.8em;
    margin-right: 0.8em;
  }
  #globalmenu li > a {
    padding: 10px 0px;
  }
  li.menu-item-has-children {
    position: relative;
  }
  li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #999;
  }
}
@media screen and (max-width: 768px) {
  #globalmenu {
    -webkit-margin-before: 5em;
            margin-block-start: 5em;
  }
  .menu li > a {
    line-height: 2;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: auto;
    right: -120%;
    width: 70%;
    min-height: 100vh;
    background: #fff;
    transition: all 0.6s;
    height: 100%;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav .menu-item-has-children > a:first-of-type {
    position: relative;
    padding-right: 2em;
  }
  #g-nav .menu-item-has-children > a.open:first-of-type {
    color: #212529;
  }
  #g-nav .menu-item-has-children > a:after,
#g-nav .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #212529;
    transition: 0.2s;
  }
  #g-nav .menu-item-has-children > a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #g-nav .menu-item-has-children > a.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  #g-nav .menu-item-has-children > a.open:after {
    background: transparent;
  }
}
@media screen and (min-width: 769px) {
  div.tothetop {
    position: fixed;
    right: 2%;
    bottom: 0%;
    z-index: 1500;
  }
  div.tothetop a {
    display: block;
    margin: 0;
    background: url(../images/scrolltop_pc.png);
    width: 48px;
    aspect-ratio: 1/1;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.3;
  }
  div.tothetop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  div.tothetop {
    position: fixed;
    right: 2%;
    bottom: 1%;
    z-index: 1500;
  }
  div.tothetop a {
    display: block;
    margin: 0;
    background: url(../images/scrolltop_sp.png);
    width: 48px;
    aspect-ratio: 1/1;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.3;
  }
  div.tothetop a:hover {
    opacity: 1;
  }
}
.modaal-outer-wrapper {
  max-width: 1160px;
  max-height: 90%;
  width: 80%;
  height: fit-conten;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.modaal-inner-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 0 !important;
}

.modaal-wrapper {
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  background: #cfcfcf;
}

@media screen and (max-width: 768px) {
  .modaal-outer-wrapper {
    width: 98%;
  }
}
/*=========================
アコーディオン（JS)
===========================*/
@media screen and (max-width: 768px) {
  .accordion-header {
    width: 100%;
    cursor: pointer;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .accordion-item.active .accordion-content {
    padding: 10px;
    max-height: 100%;
  }
}