/* ----------------------------------------------------------------
  共通スタイル：フォントなど
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP";
  font-size: 1.6em;
  line-height: 1.88;
  color: #1a1a1a;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
ul,
li {
  padding: 0;
  margin: 0;
}
a {
  color: #4169e1;
  transition: all 0.15s ease-out;
  opacity: 1;
}
a:visited {
  color: #4169e1;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
li {
  list-style-type: none;
}

/* ----------------------------------------------------------------
  共通スタイル：見出し・レイアウトなど
-----------------------------------------------------------------*/
.site-main {
  margin-top: 4rem;
  overflow: hidden;
}
.site-container {
  max-width: 930px;
  margin: 0 auto;
}
.contents {
  margin-bottom: 6rem;
}
.contents__ttl {
  margin-bottom: 4rem;
  text-align: center;
}
.contents__ttl img {
  height: 4rem;
}
.contents__ttl span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 1rem;
  background-color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}
.btn i {
  position: relative;
  left: 1rem;
  transition: all 0.1s ease-out;
}
.btn:hover i {
  left: 1.5rem;
}

a.underline {
  background-image: linear-gradient(180deg, transparent 95%, #000000 95%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.2s;
  text-decoration: none;
}
a.underline:hover {
  background-size: 0 100%;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-bottom: 6rem;
  }
  .site-container {
    padding: 0 3rem;
  }
  .contents__ttl img {
    height: 3rem;
  }
  .btn {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

/* ----------------------------------------------------------------
  ヘッダー .site-header
-----------------------------------------------------------------*/

/* .loading */
.loading {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  transition: all 1s;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
}

.site-header {
  position: relative;
}
.site-header__ttl {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("../images/mv.png");
}
.site-header__img {
  margin-top: 4rem;
  width: calc(45vw);
}

/* .glb-nav */
.glb-nav {
  padding: 4rem 0 2rem 0;
}
.glb-nav__list {
  display: flex;
  justify-content: center;
}
.glb-nav__list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-right: 1px dotted #1a1a1a;
}
.glb-nav__list li:last-child {
  border-right: none;
}

.glb-nav__list li a {
  position: relative;
  display: block;
  margin: 0 2rem;
  padding: 1rem 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
  letter-spacing: 3px;
}
.glb-nav__list li a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #1a1a1a;
  height: 1px;
  transition: all 0.3s;
}
.glb-nav__list li a:hover:after {
  width: 100%;
}

.home .glb-nav__list li.m-top:after,
.diarys .glb-nav__list li.m-diarys:after,
.single-post .glb-nav__list li.m-diarys:after,
.news .glb-nav__list li.m-news:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: yellow;
  z-index: -1;
}

/* .trigger */
.trigger,
.trigger__line {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.trigger {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.trigger__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 22px;
}
.trigger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
}
.trigger.-active .trigger__line {
  /* background-color: #ffffff; */
}
.trigger__line:nth-of-type(1) {
  top: 0;
}
.trigger__line:nth-of-type(2) {
  top: 10px;
}
.trigger__line:nth-of-type(3) {
  bottom: 0;
}
.trigger.-active .trigger__line:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg);
}
.trigger.-active .trigger__line:nth-of-type(2) {
  opacity: 0;
}
.trigger.-active .trigger__line:nth-of-type(3) {
  bottom: 0;
  transform: translateY(-10px) rotate(315deg);
}

/* .glb-nav-sp */
.glb-nav-sp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 98;
  transition: all 0.5s;
  transform: translateX(-100%);
}
.glb-nav-sp.-active {
  transform: translateX(0);
}
.glb-nav-sp li {
  margin-bottom: 1rem;
}
.glb-nav-sp li a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .glb-nav {
    padding: 0 !important;
  }
  .trigger {
    display: flex;
  }
  .glb-nav__list {
    display: none;
  }
}

/* ----------------------------------------------------------------
  フッター .site-footer
-----------------------------------------------------------------*/

.site-footer-img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/mv.png");
  /* opacity: 0.6; */
}
.site-footer-info {
  padding: 4rem 0;
  font-size: 1.2rem;
}
.copyright {
  text-align: center;
  letter-spacing: 1px;
}

/* .site-to-top */
.site-to-top {
  position: fixed;
  bottom: 100px;
  right: -55px;
  width: 55px;
  z-index: 10;
  transition: right 1s cubic-bezier(0.4, 0.1, 0.01, 0.99) 0s;
  writing-mode: vertical-rl;
}
.-js-visible.site-to-top {
  right: 0;
}
.site-to-top__link {
  display: block;
  padding: 1rem;
  background-color: yellow;
  border: 1px solid #000000;
  text-decoration: none;
}
.site-to-top__link:hover {
  opacity: 0.6;
}

.site-to-top__link i {
  position: relative;
  top: 0;
  margin-bottom: 0.4rem;
  transition: all 0.2s ease-out;
}
.site-to-top__link:hover i {
  top: -0.5rem;
}

@media screen and (max-width: 768px) {
  .site-footer-img {
    height: 200px;
  }
}

/* ----------------------------------------------------------------
  ヘッダー（トップ） .site-header-home
-----------------------------------------------------------------*/

.site-header-home {
  position: relative;
  height: 100%;
}
.site-header-home__img {
  margin-top: 4rem;
  width: calc(20vw);
}

.site-mv {
}
.site-header-home__ttl {
  position: absolute;
  top: 0;
}
.site-header-home__summary {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
}
.site-header-home__ttl-sp {
  display: none;
}

.mv {
  width: 100%;
  height: auto;
}
.mv__frame {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: calc(100% * 1079 / 2000);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/mv_bg.gif");
}
.mv__parts {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.mv-light {
  width: 100%;
  top: 0;
  padding-top: calc(100% * 1079 / 2000);
  background-image: url("../images/mv_light.gif");
  opacity: 0.4;
  z-index: 2;
}

.mv-lighthouse {
  top: calc(91 * 100vw / 2000);
  left: calc(812 * 100vw / 2000);
  width: calc(289 * 100vw / 2000);
  height: calc((289 * 100vw / 2000) * (381 / 289));
  background-image: url("../images/mv_lighthouse.png");
  /* animation: rubberBand 1s linear infinite; */
}

.mv-matsuge {
  top: calc(586 * 100vw / 2000);
  left: calc(440 * 100vw / 2000);
  width: calc(244 * 100vw / 2000);
  height: calc((244 * 100vw / 2000) * (289 / 244));
  background-image: url("../images/mv_matsuge.png");
  animation: r1 4s linear infinite;
}

.mv-cap {
  top: calc(760 * 100vw / 2000);
  left: calc(234 * 100vw / 2000);
  width: calc(247 * 100vw / 2000);
  height: calc((247 * 100vw / 2000) * (279 / 247));
  background-image: url("../images/mv_cap.gif");
  animation: r2 4.5s linear infinite;
}

.mv-tanuki {
  top: calc(835 * 100vw / 2000);
  left: calc(547 * 100vw / 2000);
  width: calc(166 * 100vw / 2000);
  height: calc((166 * 100vw / 2000) * (201 / 166));
  background-image: url("../images/mv_tanuki.png");
  /* animation: r2 4.5s linear infinite; */
}

.mv-hideo {
  top: calc(642 * 100vw / 2000);
  left: calc(1275 * 100vw / 2000);
  width: calc(277 * 100vw / 2000);
  height: calc((277 * 100vw / 2000) * (238 / 277));
  background-image: url("../images/mv_hideo.gif");
  animation: r2 4.2s linear infinite;
}

.mv-sakana {
  top: calc(422 * 100vw / 2000);
  left: calc(1145 * 100vw / 2000);
  width: calc(141 * 100vw / 2000);
  height: calc((141 * 100vw / 2000) * (159 / 141));
  background-image: url("../images/mv_sakana.gif");
  animation: r1 3.8s linear infinite;
}

@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(10deg);
  }
  95% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes r2 {
  0% {
    transform: rotate(0deg);
  }
  65% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 576px) {
  .site-header-home {
    width: 100%;
    overflow: hidden;
  }
  .site-header-home__ttl {
    display: none;
  }
  .site-header-home__ttl-sp {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .mv {
    padding-top: 100px;
    padding-bottom: 100px;
    transform: scale(1.8);
  }
  .site-header-home {
    height: auto;
  }
}

/* .site-summary  */
.site-summary {
  display: flex;
  align-items: center;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.site-summary__body {
  padding-left: 6rem;
}

.site-summary h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.site-summary p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.site-summary__img img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .site-summary {
    flex-direction: column;
    width: 100%;
  }
  .site-summary h2 br,
  .site-summary p br {
    display: none;
  }
  .site-summary__img {
    display: none;
  }
  .site-summary__body {
    padding: 0 3rem !important;
  }
}

/* .post */
.c-diarys .post {
  margin: 2rem 1rem;
}

.swiper-custom-parent {
  position: relative;
}
.swiper-custom-parent .swiper-button-prev,
.swiper-custom-parent .swiper-button-next {
  color: #e98094;
  outline: none;
  opacity: 1;
  transition: all 0.15s ease-out;
}
.swiper-custom-parent .swiper-button-prev {
  left: -50px !important;
}
.swiper-custom-parent .swiper-button-next {
  right: -50px !important;
}
.swiper-custom-parent .swiper-button-prev:hover,
.swiper-custom-parent .swiper-button-next:hover {
  opacity: 0.6;
}
.posts.swiper-container-horizontal {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.posts.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.posts.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.posts.swiper-container-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e98094;
}

.post_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #1a1a1a;
  border-radius: 1rem;
  transition: all 0.15s ease-out;
  background-color: #ffffff;
}
.post_inner:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.post__link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.post__masthead {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem 1rem;
  min-height: 72px;
}

.post__ttl {
  width: calc(100% - 60px);
  padding-right: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #e98094 !important;
}

.post-writer {
  position: absolute;
  top: -10px;
  right: 1rem;
  width: 60px;
}
.post-writer__img {
  margin-bottom: 0.4rem;
  border-radius: 50%;
  border: 4px solid #e98094;
  vertical-align: bottom;
  transition: 0.5s;
  transform: rotateZ(0deg);
}
.post_inner:hover .post-writer__img {
  transform: rotateZ(360deg);
}

.post-writer__name {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: 900;
}
.post__body {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.post__img {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* transition: all 0.2s ease-out; */
}
.post__img > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.post__img > div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.post_inner:hover .post__img {
  /* transform: scale(1.1); */
}

.post__tags {
  position: absolute;
  bottom: 0;
  padding: 1.5rem 1rem;
  z-index: 2;
  font-size: 0px;
}
.post__tags li {
  display: inline-block;
  margin: 0 0.3rem 0.8rem;
}
.post__tags a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.post__tags a:before {
  content: "#";
}

.post__footer {
  position: relative;
}
.post-icon-new {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100px;
  height: 31px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/icon_post-new.png");
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
}
.post-date {
  padding: 0.5rem 1rem;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.post-date i {
  margin-right: 0.4rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .swiper-custom-parent .swiper-button-prev,
  .swiper-custom-parent .swiper-button-next {
    display: none;
  }
  .c-diarys .posts {
    overflow: visible;
  }
  .c-diarys .posts .swiper-wrapper {
    display: block;
  }
  .c-diarys .post {
    margin: 0 0 2.5rem;
  }
  .posts .swiper-pagination {
    display: none;
  }
}

/* ----------------------------------------------------------------
  トップ .home
-----------------------------------------------------------------*/

/* .c-peoples */
.c-peoples.contents {
  margin-bottom: 8rem;
}
.swiper-container {
  width: 100%;
}

/* .plates */
.plates {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.plate__inner {
  padding: 0 1.5rem;
}
.plate p {
  padding: 1rem 2rem 1rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/plate.png");
  cursor: pointer;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.1s ease-out;
}
.plate.swiper-slide-thumb-active p {
  background-image: url("../images/plate_active.png");
}
.plate p:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .plate p {
    font-size: 1.3rem;
  }
}

/* .peoples */
.peoples .swiper-slide {
  opacity: 0.4;
}
.peoples .swiper-slide-active {
  opacity: 1;
}

.people__masthead {
}
.people__body {
  text-align: center;
}
.swiper-slide .people__body {
  display: none;
}
.swiper-slide-active .people__body {
  display: block;
}
.people__name {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.people__intro {
  font-size: 1.5rem;
  font-weight: 500;
}
.people__link {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .people__name {
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }
  .people__intro {
    font-size: 1.4rem;
  }
}

/* .c-diarys */
.c-diarys {
  background-color: #f2f2f2;
  padding-bottom: 6rem;
}
.c-diarys .contents__ttl {
  position: relative;
  margin-bottom: 2rem;
  top: -20px;
}
.c-diarys .contents__footer {
  margin-top: 20px;
}
.diarys-tags {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 1rem auto 4rem;
  text-align: center;
}
.diarys-tags h3 {
  width: 150px;
}
.diarys-tags h3 i {
  margin-right: 0.4rem;
}
.diarys-tags ul {
  width: calc(100% - 150px);
  text-align: left;
}
.diarys-tags ul li {
  display: inline-block;
  margin-right: 1.4rem;
}
.diarys-tags ul li a {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 500;
}

.diarys-link {
  text-align: center;
}

.swiper-pagination {
  bottom: 0 !important;
}


@media screen and (max-width: 768px) {
  .diarys-tags {
    flex-direction: column;
  }
  .diarys-tags h3 {
    width: 100%;
  }
  .diarys-tags ul {
    width: 100%;
    text-align: center;
  }
  .diarys-tags ul li a {
    font-size: 1.2rem;
  }
}

/* .c-map */
.c-map {
  position: relative;
  height: 500px;
}
.c-map .contents__ttl {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 1;
}
.c-map .eapps-google-maps {
}

/* .c-news */
.c-news__ttl {
  margin-bottom: 1rem !important;
}
.news-list__item {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/news-line.svg");
  background-size: contain;
}
.news-list__item span {
  display: inline-block;
  margin-right: 2rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #000000;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.news-list__item a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .news-content {
    width: 92% !important;
    padding: 2rem 2rem !important;
  }
  .news-list__item {
    display: block;
    background: none !important;
    border-bottom: 1px dotted #1a1a1a;
  }
  .news-list__item span {
    padding: 0.2rem 0.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .news-list__item a {
    display: block;
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

/* .c-fisheye */
.c-fisheye.contents {
  margin-bottom: 8rem;
}
.fisheye {
  position: relative;
}
.c-fisheye__ttl {
  margin-bottom: 2rem;
}
.fisheye {
  position: relative;
  /* height: 375px; */
}
.fisheye-cap {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
}
.fisheye-sakana {
  position: absolute;
  bottom: -60px;
  left: 10%;
  width: 250px;
  height: 226px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/c-fisheye_sakana.png");
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fisheye-sakana {
    bottom: -30px;
    width: 125px;
    height: 113px;
  }
}

/* .c-board */
.c-board.contents {
  margin-bottom: 4rem;
}
.c-board__inner {
  display: flex;
  margin: 0 3%;
  padding: 3rem;
  background-color: #8dc5d5;
  z-index: -1;
}
.c-board__top {
  position: relative;
  bottom: -10px;
}
.c-board__top img {
  vertical-align: bottom;
}
.c-board__bottom {
  position: relative;
  top: -40px;
}
.c-board__ttl {
  width: 60px;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 2px;
}
.c-board__ttl i {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.c-board__insta {
  width: calc(100% - 60px);
}
.eapps-instagram-feed-container {
  background-color: #8dc5d5;
}

@media screen and (max-width: 768px) {
  .c-board.contents {
    margin-bottom: 4rem;
  }
  .c-board .site-container {
    max-width: 100%;
    padding: 0 !important;
  }
  .c-board__top,
  .c-board__bottom {
    display: none;
  }
  .eapps-instagram-feed-container {
    background-color: #ffffff;
  }
  .c-board__inner {
    flex-direction: column-reverse;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
  }
  .c-board__insta {
    width: 100% !important;
  }
  .c-board__ttl {
    width: 100% !important;
    margin-bottom: 1rem;
    writing-mode: horizontal-tb;
    color: #1a1a1a;
    font-size: 1.8rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .c-board__ttl:after {
    content: "（Instagram）";
  }
  .c-board__ttl i {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

/* .c-omikuji */
.omikuji-start,
.omikuji-stop {
  display: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.omikuji-start.-js-visible,
.omikuji-stop.-js-visible {
  display: block;
}
.omikuji-start:hover,
.omikuji-stop:hover {
  transform: scale(1.02);
}
.omikuji-start:active,
.omikuji-stop:active {
  transform: scale(1);
}
.omikuji-result {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
}
.omikuji-result__btn {
  position: relative;
  top: -100px;
  width: 100%;
  text-align: center;
}
.omikuji-result__btn span {
  font-size: 2rem;
  cursor: pointer;
}
.omikuji-result__btn span:hover {
  opacity: 0.8;
}
.omikuji-result__btn span.btn:hover i {
  left: 1rem;
}
.omikuji-result__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.omikuji-result__txt span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 3.2rem;
  font-weight: 900;
}
.omikuji-result__txt span.where {
  background-image: linear-gradient(transparent 60%, #f4b8c3 60%);
}
.omikuji-result__txt span.what {
  background-image: linear-gradient(transparent 60%, #4cbcd7 60%);
}
.omikuji-result__txt span.fortune {
  background-image: linear-gradient(transparent 60%, #e6f47f 60%);
}
.omikuji-result.-js-visible {
  display: block;
}

@media screen and (max-width: 768px) {
  .omikuji-result__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .omikuji-result__txt span {
    margin-bottom: 2rem;
    display: block;
    font-size: 2.4rem;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
  みんなの日記 .post
-----------------------------------------------------------------*/
.entry-header__inner {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.entry-header__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.entry__meta {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 4rem 0 4rem 250px;
  max-width: 930px;
}
.entry__date {
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 2px;
}
.entry__ttl {
  color: #ffffff;
  line-height: 1.2;
}
.entry__tags {
  margin-top: 2rem;
}
.entry__tags ul li {
  display: inline-block;
}
.entry__tags ul li a {
  color: #ffffff;
  margin-right: 1rem;
  font-size: 1.4rem;
  font-style: italic;
}
.entry__tags ul li a:before {
  content: "#";
}
.entry-wrapper {
  display: flex;
  padding-bottom: 12rem;
}
.entry .entry-wrapper {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .entry-header__inner {
    height: 400px;
  }
  .entry__ttl {
    font-size: 2.4rem;
  }
  .entry__meta {
    bottom: 0;
    padding: 0 2rem 3rem 0 !important;
  }
  .entry__date {
    font-size: 1.4rem;
  }
  .entry-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 0 !important;
  }
  .entry-sidebar {
    padding-top: 2rem !important;
    padding-bottom: 6rem !important;
    width: 100% !important;
    /* background-color: #f2f2f2; */
  }
  .entry-content {
    width: 100% !important;
    margin-top: 0;
    padding-top: 4rem;
  }
  .entry__tags {
    margin-top: 1rem;
  }
  .entry__tags ul {
    font-size: 0;
  }
  .entry__tags ul li {
    margin-top: 0.5rem;
    line-height: 1;
  }
  .entry__tags ul li a {
    font-size: 1.2rem;
  }
}

/* .entry-sidebar */
.entry-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-top: 4rem;
  width: 250px;
  align-self: baseline;
}
.entry-sidebar h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #e98094;
  letter-spacing: 2px;
}
.entry-sidebar h3 i {
  margin-right: 0.4rem;
}
.entry-sidebar a {
  text-decoration: none;
  color: #1a1a1a !important;
}

.menu-peoples ul li {
  margin-top: 0.6rem;
}
.menu-peoples ul li a {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: all 0.1s ease-out;
}
.menu-peoples ul li a span {
  font-size: 1.2rem;
  font-weight: 700;
}
.menu-peoples ul li a.-current {
  opacity: 1;
}
.menu-peoples ul li a.-current span {
  background-image: linear-gradient(transparent 60%, #f4b8c3 60%);
}
.menu-peoples img {
  margin-right: 0.6rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #e98094;
}
.menu-peoples ul li a.-current img {
  width: 80px;
  height: 80px;
}
.diarys .menu-peoples ul li a {
  opacity: 1;
}
.diarys .menu-peoples ul li a img {
  width: 80px;
  height: 80px;
}
.diarys .menu-peoples ul li a span {
  background-image: linear-gradient(transparent 60%, #f4b8c3 60%);
}
.menu-peoples ul li a:hover {
  opacity: 0.5;
  transform: scale(1.05);
}
.menu-tags {
  margin-top: 4rem;
  padding-right: 4rem;
}
.menu-tags li {
  display: inline-block;
  margin-right: 0.8rem;
}
.menu-tags a {
  font-size: 1.2rem;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .menu-peoples {
    display: none;
  }
  .menu-tags {
    margin-top: 0;
    padding: 0;
  }
  .menu-tags__ttl {
    color: #1a1a1a !important;
    text-align: center;
  }
  .menu-tags li {
    display: inline-block;
  }
}

/* .entry-content */
.entry-content {
  width: calc(100% - 250px);
  margin-top: 0;
  padding-top: 4rem;
}
.entry-content__ttl {
  margin-bottom: 4.2rem;
  padding: 1rem 2rem;
  letter-spacing: 2px;
  font-size: 2.4rem;
  line-height: 1;
  background-image: linear-gradient(transparent 60%, #f4b8c3 60%);
}

.post-navigation {
  margin-top: 6rem !important;
}
.post-navigation a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.post-navigation a .nav-subtitle {
  /* text-decoration: none; */
}
.post-navigation a .nav-subtitle i {
  font-size: 3rem;
}
.post-navigation a .nav-title {
  padding: 0 1rem;
}

/* コンテンツエディタ .wp-edit-area */
.wp-edit-area > *:first-child {
  margin-top: 0 !important;
}
.wp-edit-area > h2 {
  margin-top: 6rem;
}
.wp-edit-area > h2:before {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  margin-bottom: 6rem;
  background: #000000;
}
.wp-edit-area > h3 {
  margin-top: 6rem;
}
.wp-edit-area > p {
  margin-top: 6rem;
}
.wp-edit-area > .smb-balloon {
  margin-top: 6rem;
}
.wp-edit-area > p + p {
  margin-top: 2rem;
}
.wp-edit-area > h3 + p {
  margin-top: 2rem;
}
.wp-edit-area > h3 + .smb-balloon {
  margin-top: 4rem;
}
.wp-edit-area > .smb-balloon + p {
  margin-top: 4rem;
}
.wp-edit-area > .smb-balloon + .smb-balloon {
  margin-top: 2rem;
}
.wp-edit-area > p + .smb-balloon {
  margin-top: 4rem;
}

/* .smb-balloon */
.wp-edit-area .smb-balloon__name {
  max-width: 60px;
  white-space: normal;
}

/* .smb-index */
.smb-index {
  margin-top: 6rem !important;
}
.smb-index .smb-accordion__item__title__label {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.smb-index .smb-accordion__item__body {
  padding: 2rem 3rem 3rem 3rem;
  background-color: #eeeeee;
}
.smb-index .smb-step__item__title {
  margin-bottom: 0;
}
.smb-index .smb-step__item__title a {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: 400;
}

/* .wp-edit-area > p strong {
  background-image: linear-gradient(transparent 60%, #fffe00 60%);
  font-size: 1.8rem;
}
.wp-edit-area > p em {
  background-image: linear-gradient(transparent 60%, #affcf7 60%);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
} */

.wp-edit-area .wp-block-image,
.wp-edit-area .wp-block-gallery,
.wp-edit-area .wp-block-group {
  margin-top: 6rem;
}
.wp-edit-area .wp-block-image figcaption,
.wp-edit-area .wp-block-gallery figcaption {
  margin-top: 0.4rem;
  color: #333;
  font-size: 1.2rem;
}
.wp-block-quote {
  margin: 2rem 0 0 0 !important;
  padding: 2.8rem;
  border: #eaeaea solid 1px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
}
.wp-block-media-text {
  margin-top: 6rem;
  padding: 2.8rem;
  border: #eaeaea solid 1px;
  background-color: #f2f2f2;
}
.wp-block-media-text h2 {
  margin-bottom: 1rem;
}
.wp-block-media-text p {
  font-size: 1.3rem;
}
.wp-block-group.info {
  padding: 2.8rem;
  border: #1a1a1a solid 1px;
  /* background-color: #f2f2f2; */
  font-size: 1.4rem;
}
.wp-block-group.info p {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .post-navigation {
    margin-top: 4rem !important;
  }
  .wp-edit-area > h2 {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  .wp-edit-area > h2:before {
    margin-bottom: 4rem;
  }
  .wp-edit-area > h3 {
    margin-top: 4rem;
  }
  .wp-edit-area > p {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  .wp-edit-area > .smb-balloon {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  /* .wp-edit-area > p + p {
    margin-top: 2rem;
  }
  .wp-edit-area > h3 + p {
    margin-top: 2rem;
  } */
  /* .wp-edit-area > p strong {
    font-size: 1.5rem;
  } */
  .wp-edit-area .wp-block-image,
  .wp-edit-area .wp-block-gallery,
  .wp-edit-area .wp-block-group {
    margin-top: 4rem;
  }
  .wp-block-media-text {
    margin-top: 4rem;
    padding: 1.8rem;
  }
  .wp-block-media-text__content {
    padding: 0 !important;
  }
  .wp-block-media-text h2 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
    padding-top: 0.8rem;
  }

  /* .smb-balloon */
  .wp-edit-area .smb-balloon__name {
    max-width: 100%;
    white-space: nowrap;
  }

  /* .smb-index */
  .smb-index {
    margin-top: 4rem !important;
  }
}

/* .entry-footer */
.entry-footer {
}
.entry-footer .people {
  max-width: 600px;
  margin: 0 auto 6rem;
}
.author__ttl {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/news-line.svg);
  color: #e98094;
}
.author__ttl i {
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------------------------
  回覧板 .news
-----------------------------------------------------------------*/
.news-wrapper {
  position: relative;
}
.news-body {
  background-image: url(../images/news_bg-m.png);
  background-size: contain;
}
.news-content {
  position: relative;
  top: -20px;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 3rem;
}
.news-header {
  max-height: 162px;
  height: calc(213 * 100vw / 1458);
  background-image: url(../images/news_bg-t.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
.news-footer {
  max-height: 84px;
  height: calc(132 * 100vw / 1458);
  background-image: url(../images/news_bg-b.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.news-date {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #1a1a1a;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: 500;
}
.news__ttl {
  margin-bottom: 4rem;
  line-height: 1.4;
}

/* コンテンツエディタ .wp-edit-area */
@media screen and (max-width: 768px) {
  .news .news__ttl {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------
  アーカイブページ .archive
-----------------------------------------------------------------*/
.archive .c-map {
  margin-bottom: 0;
}
