@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(54, 65, 59, 0.17);
  font-weight: 700;
  text-align: center;
  color: #0a4325;
}

.mvCatch {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  opacity: 0;
  filter: blur(8px);
  animation: blurFadeIn 1.2s linear forwards;
  animation-delay: 0.3s;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  pointer-events: none;
}

.p-mv {
  position: relative;
  overflow: hidden;
}

/* Swiper土台 */
.mv-swiper {
  height: 100%;
}
.mv-swiper .swiper-wrapper,
.mv-swiper .swiper-slide {
  height: 100%;
}
.mv-swiper .swiper-slide {
  overflow: hidden;
  /* 拡大時のはみ出しを隠す */
}
.mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  will-change: transform;
}
.mv-swiper .swiper-slide {
  /* “表示中だけ”ゆっくり拡大 */
}
.mv-swiper .swiper-slide-active img {
  animation: mvZoom 7s linear both;
}

@keyframes mvZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
#mv {
  width: 100%;
}
#mv .mvCatch {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  opacity: 0;
  filter: blur(8px);
  animation: blurFadeIn 1.2s linear forwards;
  animation-delay: 0.3s;
}

#slideCtrl-mv button {
  border: none;
  outline: none;
  border-color: transparent;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  line-height: 0;
}

#okotoba .okotoba_inner .okotoba_tittle {
  color: #0a4325;
}
#okotoba .okotoba_inner #bible {
  color: #0a4325;
}
#information .heading h2 {
  font-weight: 600;
  font-family: "Cormorant Infant", serif;
  color: #0a4325;
  position: relative;
}
#information .linkWrap .ichiranLink {
  color: #0a4325;
  font-weight: 700;
  position: relative;
}
#information .sns_area {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 30px auto 0;
}
#information .sns_area img {
  height: 48px;
}

#education .educationInner .educationTextWrap h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
#education .educationInner .educationTextWrap p {
  color: #fff;
  line-height: 2.2;
}
#education .educationInner .educationTextWrap .linkWrap .link {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#vie .vieInner .vieTextWrap h2 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#vie .vieInner .vieTextWrap p {
  line-height: 2.2;
}
#vie .vieInner .vieTextWrap .linkWrap .link {
  color: #0a4325;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#traditionnel {
  background-color: #ebe9e6;
}
#traditionnel .traditionnelInner .traditionnelTextWrap h2 {
  color: #1b1b1b;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
#traditionnel .traditionnelInner .traditionnelTextWrap p {
  color: #1b1b1b;
  line-height: 2.2;
}
#traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link {
  color: #0a4325;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#film .h2en {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#film h2 {
  font-weight: 400;
  text-align: center;
  color: #fff;
}
#film .movieListWrap .movieFist iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#film .movieListWrap .movieFist a {
  display: block;
  position: relative;
}
#film .movieListWrap .movieList li a {
  display: block;
  position: relative;
}

.loopText {
  border-bottom: 1px solid #1a3326;
  background-color: #fff;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.loopText > div {
  display: flex;
  flex-shrink: 0;
  animation: slide 50s linear infinite;
}
#nyushi h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
#nyushi .nyushiLinkList li a {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
}
#nyushi .nyushiLinkList li a p {
  font-weight: 700;
  color: #0a4325;
}
#nyushi .btnWrap .eventBtn {
  background-color: #fcd0ca;
  color: #1a3326;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  position: relative;
}
#nyushi .lineBnr a {
  display: inline-block;
}

#journal {
  background-color: #faeae8;
  position: relative;
}
#journal .journalHead p {
  font-weight: 700;
}
#journal .journalList .dots-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#journal .journalList .dots-wrap li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: #faeae8;
  border: 1px solid #202020;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  transition: all 0.3s;
}
#journal .journalList .journalItem {
  display: block;
  position: relative;
  background-color: #fff;
}
#journal .journalList .journalItem a {
  display: block;
}
#journal .journalList .journalItem figure img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#journal .journalList .journalItem .textWrap {
  border-top: #000 solid 1px;
}
#journal .journalList .journalItem .ymdCat {
  display: flex;
  align-items: center;
}
#journal .journalList .journalItem .ymd {
  color: #484742;
  font-family: "Jost", sans-serif;
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#journal .journalList .journalItem .cat {
  border-radius: 11px;
  background-color: #ffe8e6;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #945249;
  margin-left: 12px;
}
#journal .journalList .journalItem p {
  font-weight: 700;
  line-height: 1.5;
}
#journal #slideCtrl button {
  border: none;
  outline: none;
  border-color: transparent;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
#journal .linkWrap .link {
  color: #000;
  font-weight: 600;
}

#btmLink .btmLinkList li a {
  color: #0a4325;
  font-weight: 700;
  position: relative;
}
#btmLink .lineBnr a {
  display: inline-block;
}

.commonBtn {
  background-color: transparent;
}

.bgm-player {
  position: fixed;
  z-index: 100;
}
.bgm-player button {
  border: none;
  outline: none;
  border-color: transparent;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  line-height: 0;
}
.bgm-player .bgm-hidden {
  display: none;
}

@media screen and (max-width: 1023px) {
  #header {
    position: absolute;
    background-color: transparent;
    border-bottom: none;
  }
  #header.open {
    position: fixed;
  }
  #header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  }
  #header.active #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 207px;
    height: 45px;
    aspect-ratio: 276/66;
  }
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  .btn {
    width: 100%;
    max-width: 295px;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
    padding: 10px 35px;
    margin: 0 auto;
  }
  .btn:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
  }
  .mvCatch {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
  }
  .p-mv {
    position: relative;
    overflow: hidden;
    height: 60vh;
  }
  /* Swiper土台 */
  .mv-swiper {
    height: 100%;
  }
  .mv-swiper .swiper-wrapper,
  .mv-swiper .swiper-slide {
    height: 100%;
  }
  .mv-swiper .swiper-slide {
    overflow: hidden;
    /* 拡大時のはみ出しを隠す */
  }
  .mv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    will-change: transform;
  }
  .mv-swiper .swiper-slide {
    /* “表示中だけ”ゆっくり拡大 */
  }
  .mv-swiper .swiper-slide-active img {
    animation: mvZoom 7s linear both;
  }
  @keyframes mvZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  #mv {
    height: 450px;
    background: url(../images/home/mv_sp.webp) no-repeat center/cover;
    display: flex;
    align-items: center;
    padding-left: 18px;
  }
  #mv .mvCatch {
    font-size: 28px;
  }
  #slideCtrl-mv {
    width: 90vw;
    margin: 0 auto;
    height: 0;
    position: relative;
  }
  #slideCtrl-mv .ctrlBtn-mv {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: -90px;
    right: 0px;
    cursor: pointer;
    z-index: 100;
  }
  #slideCtrl-mv .ctrlBtn-mv span {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #slideCtrl-mv .ctrlBtn-mv span.play {
    display: none;
    background-image: url(../images/home/btn_play.svg);
  }
  #slideCtrl-mv .ctrlBtn-mv span.pause {
    background-image: url(../images/home/btn_pause.svg);
  }
  #slideCtrl-mv .ctrlBtn-mv.is-paused .pause {
    display: none;
  }
  #slideCtrl-mv .ctrlBtn-mv.is-paused .play {
    display: block;
  }
  #okotoba {
    width: calc(100% - 40px);
    margin: 0 auto 0;
    border: 2px solid #1a3326;
    padding: 3px 3px;
    margin-top: -48px;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  #okotoba .okotoba_inner {
    border: 1px solid #1a3326;
    height: 86px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 700;
    background-image: url(../images/home/kotoba_1_sp.webp), url(../images/home/kotoba_2_sp.webp);
    background-repeat: no-repeat;
    background-position: left, right;
    background-size: auto 100%;
    padding: 10px;
  }
  #okotoba .okotoba_inner .okotoba_tittle {
    font-size: 12px;
    flex: none;
  }
  #okotoba .okotoba_inner #bible {
    font-size: 11px;
    line-height: 1.25;
  }
  #okotoba .okotoba_inner #quote {
    display: block;
    font-size: 10px;
    color: #626d67;
    position: relative;
    padding-left: 34px;
    margin-top: 3px;
  }
  #okotoba .okotoba_inner #quote:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #626d67;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #information {
    padding: 50px 0 55px;
  }
  #information .informationInner {
    padding: 0 18px;
  }
  #information .heading h2 {
    font-size: 21px;
    padding-left: 42px;
  }
  #information .heading h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
  }
  #information .linkWrap {
    margin-top: 25px;
    text-align: right;
  }
  #information .linkWrap .ichiranLink {
    font-size: 14px;
    padding-right: 35px;
  }
  #information .linkWrap .ichiranLink:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 13px auto;
    border-radius: 50%;
    border: 1px solid #0a4325;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
  }
  #information .informationList {
    margin-top: 15px;
  }
  #information .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #information .sns_area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px auto 0;
  }
  #information .sns_area img {
    height: 48px;
  }
  #information .sns_area {
    flex-wrap: wrap;
    justify-content: center;
  }
  #information .sns_area p {
    width: 100%;
    text-align: center;
  }
  #education {
    background: url(../images/home/education_bg_sp.webp) no-repeat center/cover;
    padding-top: 35px;
    position: relative;
    padding-bottom: 110px;
  }
  #education .educationInner {
    padding: 0 18px;
  }
  #education .educationInner figure {
    text-align: center;
  }
  #education .educationInner .educationTextWrap {
    padding-top: 75px;
    position: relative;
  }
  #education .educationInner .educationTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_education.svg) no-repeat center/cover;
    width: calc(100% - 0px);
    max-width: 336px;
    height: auto;
    aspect-ratio: 693/145;
    position: absolute;
    left: -10px;
    top: 16px;
  }
  #education .educationInner .educationTextWrap h2 {
    font-size: 22px;
  }
  #education .educationInner .educationTextWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head_white.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -32px;
  }
  #education .educationInner .educationTextWrap p {
    font-size: 14px;
    margin-top: 15px;
  }
  #education .educationInner .educationTextWrap .linkWrap {
    margin-top: 20px;
    text-align: right;
  }
  #education .educationInner .educationTextWrap .linkWrap .link {
    position: relative;
    font-size: 17px;
    padding-right: 55px;
  }
  #education .educationInner .educationTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    border: 1px solid #fff;
    background-size: 14px auto;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: calc(50% - 21px);
  }
  #education .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #vie {
    background-image: url(../images/home/vie_bg_sp_top.webp), url(../images/home/vie_bg_sp_bottom.webp);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100% 150px, 100% 200px;
    padding: 80px 0 140px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #vie .vieInner {
    padding: 0 18px;
  }
  #vie .vieInner figure {
    text-align: center;
  }
  #vie .vieInner .vieTextWrap {
    padding-top: 37px;
    position: relative;
  }
  #vie .vieInner .vieTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_schoollife.svg) no-repeat center/cover;
    width: calc(100% + 46px);
    height: auto;
    aspect-ratio: 771/134;
    position: absolute;
    left: 5px;
    top: -10px;
    max-width: 385px;
  }
  #vie .vieInner .vieTextWrap h2 {
    position: relative;
    font-size: 22px;
  }
  #vie .vieInner .vieTextWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -32px;
  }
  #vie .vieInner .vieTextWrap p {
    font-size: 14px;
    margin-top: 15px;
  }
  #vie .vieInner .vieTextWrap .linkWrap {
    margin-top: 20px;
    text-align: right;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link {
    position: relative;
    font-size: 17px;
    padding-right: 55px;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    border: 1px solid #0a4325;
    background-size: 14px auto;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: calc(50% - 21px);
  }
  #vie .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #traditionnel {
    margin-top: -190px;
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  #traditionnel .traditionnelInner {
    padding: 0 18px;
  }
  #traditionnel .traditionnelInner figure {
    text-align: center;
  }
  #traditionnel .traditionnelInner figure img {
    max-width: 215px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap {
    padding-top: 45px;
    position: relative;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_traditional.svg) no-repeat center/cover;
    width: calc(100% + 60px);
    height: auto;
    aspect-ratio: 797/134;
    position: absolute;
    left: -10px;
    top: 0px;
    max-width: 400px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap h2 {
    font-size: 22px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -32px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap p {
    font-size: 14px;
    margin-top: 15px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap {
    margin-top: 20px;
    text-align: right;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link {
    position: relative;
    font-size: 17px;
    padding-right: 55px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    border: 1px solid #0a4325;
    background-size: 14px auto;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: calc(50% - 21px);
  }
  #traditionnel .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #film {
    background-color: #15271e;
    position: relative;
    padding: 14px 0 18px;
  }
  #film:before {
    content: "";
    display: inline-block;
    background: url(../images/home/film_bg_sp.webp) no-repeat center/cover;
    width: 156px;
    height: 44px;
    position: absolute;
    top: -24px;
    left: calc(50% - 78px);
    z-index: 4;
  }
  #film:after {
    content: "";
    display: block;
    background-color: #1e3228;
    width: 100%;
    height: 168px;
    position: absolute;
    left: 0;
    top: calc(50% - 84px);
  }
  #film .filmInner {
    border: 1px solid #6a7d73;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 25px 10px 30px;
  }
  #film .filmInner:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6a7d73;
    position: absolute;
    top: -6px;
    left: 0;
  }
  #film .filmInner:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6a7d73;
    position: absolute;
    bottom: -6px;
    left: 0;
  }
  #film .h2en {
    font-size: 22px;
  }
  #film h2 {
    font-size: 12px;
    margin-top: 13px;
  }
  #film .movieListWrap {
    margin-top: 25px;
  }
  #film .movieListWrap .movieFist iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #film .movieListWrap .movieFist a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_youtube.webp) no-repeat center/cover;
    width: 36px;
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 18px);
  }
  #film .movieListWrap .movieList {
    margin-top: 5px;
    display: flex;
    gap: 5px;
  }
  #film .movieListWrap .movieList li {
    flex: 1;
  }
  #film .movieListWrap .movieList li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_youtube.webp) no-repeat center/cover;
    width: 24px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 12px);
  }
  .loopText {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .loopText > div span {
    display: inline-block;
    margin: 0 7px;
    width: 90vw;
    height: auto;
  }
  #nyushi {
    padding: 45px 12px 55px;
    background: url(../images/home/nyushi_bg_pc.webp) no-repeat center/cover;
  }
  #nyushi h2 {
    font-size: 20px;
  }
  #nyushi .nyushiLinkList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px 20px;
  }
  #nyushi .nyushiLinkList li {
    width: calc(50% - 10px);
  }
  #nyushi .nyushiLinkList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    padding: 5px;
  }
  #nyushi .nyushiLinkList li a:before {
    content: "";
    display: block;
    border: 1px solid #0a4325;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #nyushi .nyushiLinkList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 10px auto;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #0a4325;
  }
  #nyushi .nyushiLinkList li a figure img {
    height: 55px;
  }
  #nyushi .nyushiLinkList li a p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
  }
  #nyushi .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #nyushi .btnWrap .eventBtn {
    gap: 20px;
    border: 3px solid #fff;
    padding: 18px 45px 18px 18px;
    font-size: 14px;
    justify-content: center;
  }
  #nyushi .btnWrap .eventBtn img {
    width: 21px;
  }
  #nyushi .btnWrap .eventBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 10px auto;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    border: 1px solid #0a4325;
  }
  #nyushi .lineBnr {
    margin-top: 40px;
    text-align: center;
  }
  #journal {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  #journal .journalHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 5px;
  }
  #journal .journalHead img {
    width: 145px;
    padding-left: 10px;
  }
  #journal .journalHead p {
    font-size: 12px;
    width: calc(100% - 145px);
  }
  #journal .journalList {
    margin-top: 25px;
    width: 100vw;
  }
  #journal .journalList .slick-track {
    display: flex;
  }
  #journal .journalList .slick-track .slick-slide {
    padding: 0 2.5vw;
    width: 60vw;
    height: auto;
  }
  #journal .journalList .slick-track .slick-slide > div {
    height: 100%;
  }
  #journal .journalList .slide-arrow {
    width: 10px;
    height: 10px;
    background: url(../images/common/slide_arrow.svg) no-repeat center/cover;
    position: absolute;
    cursor: pointer;
    bottom: -30px;
  }
  #journal .journalList .prev-arrow {
    left: 18px;
    transform: scale(-1, 1);
  }
  #journal .journalList .next-arrow {
    left: 173px;
  }
  #journal .journalList .dots-wrap {
    position: absolute;
    left: 5vw;
    bottom: -29px;
  }
  #journal .journalList .dots-wrap li button {
    width: 7px;
    height: 7px;
    margin: 0 9px;
  }
  #journal .journalList .dots-wrap li.slick-active button {
    background: url(../images/home/slider_active.svg) no-repeat center/cover;
    border: none;
    border-radius: 0;
    width: 10px;
    height: 10px;
  }
  #journal .journalList .journalItem {
    border-bottom: #000 solid 1px;
    height: 100%;
  }
  #journal .journalList .journalItem a {
    width: 100%;
    height: 100%;
  }
  #journal .journalList .journalItem figure {
    display: block;
    width: 55vw;
    height: 65vw;
    overflow: hidden;
  }
  #journal .journalList .journalItem figure img {
    width: 55vw;
    height: 65vw;
  }
  #journal .journalList .journalItem .textWrap {
    border-top: #000 solid 1px;
    padding: 5vw;
  }
  #journal .journalList .journalItem .ymdCat {
    display: flex;
    align-items: center;
  }
  #journal .journalList .journalItem .ymd {
    font-size: 12px;
  }
  #journal .journalList .journalItem .cat {
    width: 95px;
    height: 22px;
    font-size: 10px;
    padding: 0px;
  }
  #journal .journalList .journalItem p {
    font-size: 14px;
    margin-top: 8px;
    width: 45vw;
  }
  #journal #slideCtrl {
    width: 90vw;
    margin: 0 auto;
    height: 0;
    position: relative;
  }
  #journal #slideCtrl #ctrlBtn {
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    cursor: pointer;
  }
  #journal #slideCtrl #ctrlBtn span {
    display: block;
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #journal #slideCtrl #ctrlBtn span.play {
    display: none;
    background-image: url(../images/home/btn_play.webp);
  }
  #journal #slideCtrl #ctrlBtn span.pause {
    background-image: url(../images/home/btn_pause.webp);
  }
  #journal #slideCtrl #ctrlBtn.stoped span.pause {
    display: none;
  }
  #journal #slideCtrl #ctrlBtn.stoped span.play {
    display: block;
  }
  #journal .linkWrap {
    margin-top: 80px;
    padding-right: 13px;
    text-align: center;
  }
  #journal .linkWrap .link {
    position: relative;
    font-size: 14px;
    padding: 14px 55px 14px 40px;
    border: 1px solid #000;
    border-radius: 50px;
  }
  #journal .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center;
    width: 30px;
    height: 42px;
    position: absolute;
    right: 15px;
    top: calc(50% - 21px);
    background-size: 16px auto;
  }
  #btmLink {
    padding: 50px 0 40px;
  }
  #btmLink .btmLinkList li:last-of-type a {
    border-bottom: 1px solid #0a4325;
  }
  #btmLink .btmLinkList li a {
    display: block;
    font-size: 14px;
    padding: 15px 40px 15px 15px;
    border-top: 1px solid #0a4325;
    border-left: 1px solid #0a4325;
    border-right: 1px solid #0a4325;
  }
  #btmLink .btmLinkList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 10px auto;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    border: 1px solid #0a4325;
  }
  #btmLink .lineBnr {
    margin-top: 40px;
    text-align: center;
  }
  #btmLink .lineBnr a {
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  }
  #instagram .instaList {
    display: flex;
    flex-wrap: wrap;
  }
  #instagram .instaList img {
    width: 33.3333333333%;
  }
  #instagram .instaList img:nth-of-type(9) {
    display: none;
  }
  .commonBtn {
    background-color: transparent;
  }
  .bgm-player {
    position: fixed;
    z-index: 100;
    padding-left: 20px;
    bottom: 20px;
  }
  .bgm-player button {
    border: none;
    outline: none;
    border-color: transparent;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    line-height: 0;
  }
  .bgm-player img {
    width: 128px;
  }
  .bgm-player .bgm-hidden {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    padding-top: 0;
  }
  #header {
    background-color: transparent;
  }
  #header.white #logo {
    display: inline-block;
    background: url(../images/common/logo_tate_white.svg) no-repeat center/cover;
    width: 179px;
    height: 132px;
    position: absolute;
    left: 35px;
    top: 25px;
  }
  #header.white #logo img {
    visibility: hidden;
  }
  #header.on #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 276px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 16px;
  }
}
@media print and (max-width: 1144px), screen and (min-width: 1024px) and (max-width: 1144px) {
  #header.on #logo {
    width: 170px;
    height: 36px;
    left: 10px;
    top: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  #header.active #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 276px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 16px;
  }
}
@media print and (max-width: 1144px), screen and (min-width: 1024px) and (max-width: 1144px) {
  #header.active #logo {
    width: 170px;
    height: 36px;
    left: 10px;
    top: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .btn {
    width: 100%;
    max-width: 244px;
    height: 64px;
    border-radius: 32px;
    font-size: 19px;
    padding: 10px 40px;
    transition: 0.3s;
  }
  .btn:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: calc(50% - 7px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  .btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 27px;
    top: calc(50% - 3.5px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .btn:hover {
    background-color: #e3fcf9;
  }
  .btn:hover:before {
    opacity: 1;
  }
  .btn:hover:after {
    opacity: 0;
  }
  .mvCatch {
    font-size: 60px;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .p-mv {
    position: relative;
    overflow: hidden;
    height: 78vh;
  }
}
@media print, screen and (min-width: 1024px) {
  /* Swiper土台 */
  .mv-swiper {
    height: 100%;
  }
  .mv-swiper .swiper-wrapper,
  .mv-swiper .swiper-slide {
    height: 100%;
  }
  .mv-swiper .swiper-slide {
    overflow: hidden;
    /* 拡大時のはみ出しを隠す */
  }
  .mv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    will-change: transform;
  }
  .mv-swiper .swiper-slide {
    /* “表示中だけ”ゆっくり拡大 */
  }
  .mv-swiper .swiper-slide-active img {
    animation: mvZoom 7s linear both;
  }
  @keyframes mvZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  #mv {
    height: 100vh;
    background: url(../images/home/mv_pc.webp) no-repeat center/cover;
    display: flex;
    align-items: center;
  }
  #mv .mvCatch {
    font-size: 66px;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #slideCtrl-mv {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
    height: 0;
    position: relative;
  }
  #slideCtrl-mv .ctrlBtn-mv {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: -110px;
    right: 0;
    cursor: pointer;
    z-index: 100;
  }
  #slideCtrl-mv .ctrlBtn-mv span {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #slideCtrl-mv .ctrlBtn-mv span.play {
    display: none;
    background-image: url(../images/home/btn_play.svg);
  }
  #slideCtrl-mv .ctrlBtn-mv span.pause {
    background-image: url(../images/home/btn_pause.svg);
  }
  #slideCtrl-mv .ctrlBtn-mv.is-paused .pause {
    display: none;
  }
  #slideCtrl-mv .ctrlBtn-mv.is-paused .play {
    display: block;
  }
  #okotoba {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    border: 2px solid #1a3326;
    padding: 5px 6px;
    margin-top: -65px;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  #okotoba .okotoba_inner {
    border: 1px solid #1a3326;
    padding: 5px 6px;
    height: 86px;
    display: flex;
    align-items: center;
    gap: 80px;
    font-weight: 700;
    background-image: url(../images/home/kotoba_1_pc.webp), url(../images/home/kotoba_2_pc.webp);
    background-repeat: no-repeat;
    background-position: left, right;
  }
  #okotoba .okotoba_inner .okotoba_tittle {
    font-size: 16px;
    padding-left: 45px;
    min-width: 150px;
  }
  #okotoba .okotoba_inner #bible {
    font-size: 16px;
    line-height: 1.2;
  }
  #okotoba .okotoba_inner #quote {
    display: block;
    font-size: 14px;
    color: #626d67;
    position: relative;
    padding-left: 63px;
    margin-top: 5px;
  }
  #okotoba .okotoba_inner #quote:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 1px;
    background-color: #626d67;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #information {
    padding: 50px 0 80px;
  }
  #information .informationInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 7vw;
  }
  #information .heading {
    flex: none;
    padding-left: 60px;
  }
  #information .heading h2 {
    font-size: 32px;
    padding-left: 60px;
  }
  #information .heading h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
  }
  #information .linkWrap {
    margin-top: 40px;
    text-align: right;
  }
  #information .linkWrap .ichiranLink {
    font-size: 15px;
    padding-right: 48px;
    transition: 0.5s;
  }
  #information .linkWrap .ichiranLink:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 14px auto;
    border-radius: 50%;
    border: 1px solid #0a4325;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    transition: 0.5s;
  }
  #information .linkWrap .ichiranLink:hover {
    opacity: 0.6;
  }
  #information .linkWrap .ichiranLink:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 14px auto;
    background-color: #0a4325;
  }
  #information .informationList {
    flex: 1;
  }
  #information .btnWrap {
    text-align: right;
    margin-top: 50px;
  }
  #information .sns_area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px auto 0;
  }
  #information .sns_area img {
    height: 48px;
  }
  #information .sns_area img:hover {
    opacity: 0.6;
  }
  #information .sns_area {
    justify-content: flex-end;
    max-width: 1280px;
  }
  #education {
    background: url(../images/home/education_bg_pc.webp) no-repeat center/cover;
    padding-top: 86px;
    position: relative;
    padding-bottom: 150px;
  }
  #education .educationInner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left: 10vw;
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin: 0 auto;
  }
  #education .educationInner figure {
    width: 50%;
  }
  #education .educationInner .educationTextWrap {
    width: 50%;
    padding-right: 70px;
    padding-left: 40px;
    position: relative;
  }
  #education .educationInner .educationTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_education.svg) no-repeat center/cover;
    width: calc(50vw - 120px);
    max-width: 693px;
    height: auto;
    aspect-ratio: 693/145;
    position: absolute;
    right: 120px;
    top: -120px;
  }
  #education .educationInner .educationTextWrap h2 {
    font-size: 40px;
  }
  #education .educationInner .educationTextWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head_white.svg) no-repeat center/cover;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -27px;
    top: -45px;
  }
  #education .educationInner .educationTextWrap p {
    margin-top: 30px;
  }
  #education .educationInner .educationTextWrap .linkWrap {
    margin-top: 50px;
  }
  #education .educationInner .educationTextWrap .linkWrap .link {
    position: relative;
    font-size: 20px;
    padding-right: 75px;
    transition: 0.5s;
  }
  #education .educationInner .educationTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-color: transparent;
    border: 1px solid #fff;
    background-size: 16px auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    transition: 0.5s;
  }
  #education .educationInner .educationTextWrap .linkWrap .link:hover {
    opacity: 0.6;
  }
  #education .educationInner .educationTextWrap .linkWrap .link:hover:after {
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-color: #fff;
    background-size: 16px auto;
  }
  #education .btnWrap {
    margin-top: 50px;
  }
  #vie {
    background-image: url(../images/home/vie_bg_pc_top.webp), url(../images/home/vie_bg_pc_bottom.webp);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100% 340px;
    padding: 160px 0 0;
    margin-top: -200px;
    position: relative;
    z-index: 2;
  }
  #vie .vieInner {
    display: flex;
    align-items: center;
    padding-right: 10vw;
    max-width: 1600px;
    margin: 0 auto;
  }
  #vie .vieInner figure {
    width: 50%;
    text-align: right;
  }
  #vie .vieInner .vieTextWrap {
    width: 50%;
    padding-right: 30px;
    text-align: right;
    position: relative;
  }
  #vie .vieInner .vieTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_schoollife.svg) no-repeat center/cover;
    width: calc(50vw - 20px);
    max-width: 771px;
    height: auto;
    aspect-ratio: 771/134;
    position: absolute;
    left: 10px;
    top: -100px;
  }
  #vie .vieInner .vieTextWrap h2 {
    font-size: 40px;
  }
  #vie .vieInner .vieTextWrap h2 span {
    display: inline-block;
    position: relative;
  }
  #vie .vieInner .vieTextWrap h2 span:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -27px;
    top: -45px;
  }
  #vie .vieInner .vieTextWrap p {
    margin-top: 30px;
  }
  #vie .vieInner .vieTextWrap .linkWrap {
    margin-top: 50px;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link {
    position: relative;
    font-size: 20px;
    padding-right: 75px;
    transition: 0.5s;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-color: #fff;
    background-size: 16px auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    transition: 0.5s;
    border: 1px solid #0a4325;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link:hover {
    opacity: 0.6;
  }
  #vie .vieInner .vieTextWrap .linkWrap .link:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 16px auto;
    background-color: #0a4325;
  }
  #vie .btnWrap {
    margin-top: 50px;
  }
  #traditionnel {
    margin-top: -190px;
    padding-top: 190px;
    padding-bottom: 55px;
  }
  #traditionnel .traditionnelInner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left: 10vw;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  #traditionnel .traditionnelInner figure {
    width: 50%;
    text-align: right;
    transform: translateY(-80px);
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap {
    width: 50%;
    padding-right: 70px;
    padding-left: 40px;
    position: relative;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/home/txt_traditional.svg) no-repeat center/cover;
    width: 50vw;
    max-width: 797px;
    height: auto;
    aspect-ratio: 797/134;
    position: absolute;
    right: 0px;
    top: -80px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap h2 {
    font-size: 40px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_head.svg) no-repeat center/cover;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -27px;
    top: -45px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap p {
    margin-top: 30px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap {
    margin-top: 50px;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link {
    position: relative;
    font-size: 20px;
    padding-right: 75px;
    transition: 0.5s;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 16px auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    transition: 0.5s;
    border: 1px solid #0a4325;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link:hover {
    opacity: 0.6;
  }
  #traditionnel .traditionnelInner .traditionnelTextWrap .linkWrap .link:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 16px auto;
    background-color: #0a4325;
  }
  #traditionnel .btnWrap {
    margin-top: 50px;
  }
  #film {
    background-color: #15271e;
    position: relative;
    padding: 27px 0 33px;
  }
  #film:before {
    content: "";
    display: inline-block;
    background: url(../images/home/film_bg_pc.webp) no-repeat center/cover;
    width: 313px;
    height: 78px;
    position: absolute;
    top: -50px;
    left: calc(50% - 156px);
    z-index: 4;
  }
  #film:after {
    content: "";
    display: block;
    background-color: #1e3228;
    width: 100%;
    height: 260px;
    position: absolute;
    left: 0;
    top: calc(50% - 95px);
  }
  #film .filmInner {
    border: 1px solid #6a7d73;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-top: 35px;
    padding-bottom: 85px;
  }
  #film .filmInner:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6a7d73;
    position: absolute;
    top: -10px;
    left: 0;
  }
  #film .filmInner:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6a7d73;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  #film .h2en {
    font-size: 44px;
  }
  #film h2 {
    font-size: 16px;
    margin-top: 25px;
  }
  #film .movieListWrap {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 90%;
    max-width: 1064px;
  }
  #film .movieListWrap .movieFist {
    width: calc(75% - 2px);
  }
  #film .movieListWrap .movieFist iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #film .movieListWrap .movieFist a {
    transition: 0.5s;
  }
  #film .movieListWrap .movieFist a:hover {
    opacity: 0.5;
  }
  #film .movieListWrap .movieFist a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_youtube.webp) no-repeat center/cover;
    width: 71px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 35px);
  }
  #film .movieListWrap .movieList {
    width: calc(25% - 3px);
  }
  #film .movieListWrap .movieList li + li {
    margin-top: 5px;
  }
  #film .movieListWrap .movieList li a {
    transition: 0.5s;
  }
  #film .movieListWrap .movieList li a:hover {
    opacity: 0.5;
  }
  #film .movieListWrap .movieList li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_youtube.webp) no-repeat center/cover;
    width: 43px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 21px);
  }
  .loopText {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .loopText > div span {
    display: inline-block;
    margin: 0 18px;
    width: 60vw;
    height: auto;
  }
  #nyushi {
    padding: 90px 0 115px;
    background: url(../images/home/nyushi_bg_pc.webp) no-repeat center/cover;
  }
  #nyushi h2 {
    font-size: 36px;
  }
  #nyushi .nyushiLinkList {
    display: flex;
    margin-top: 50px;
    gap: 34px;
  }
  #nyushi .nyushiLinkList li {
    flex: 1;
  }
  #nyushi .nyushiLinkList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    padding: 15px;
    transition: 0.5s;
  }
  #nyushi .nyushiLinkList li a:before {
    content: "";
    display: block;
    border: 1px solid #0a4325;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #nyushi .nyushiLinkList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 12px auto;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: 0.5s;
    border: 1px solid #0a4325;
  }
  #nyushi .nyushiLinkList li a:hover {
    box-shadow: none;
    opacity: 0.6;
  }
  #nyushi .nyushiLinkList li a:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 12px auto;
    background-color: #0a4325;
  }
  #nyushi .nyushiLinkList li a figure img {
    height: 80px;
  }
  #nyushi .nyushiLinkList li a p {
    margin-top: 15%;
  }
  #nyushi .btnWrap {
    margin-top: 58px;
  }
  #nyushi .btnWrap .eventBtn {
    justify-content: center;
    gap: 20px;
    border: 6px solid #fff;
    padding: 26px 60px;
    max-width: 768px;
    margin: 0 auto;
    font-size: 22px;
    transition: 0.5s;
  }
  #nyushi .btnWrap .eventBtn img {
    width: 36px;
  }
  #nyushi .btnWrap .eventBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 12px auto;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 28px;
    top: calc(50% - 11px);
    transition: 0.5s;
    border: 1px solid #0a4325;
  }
  #nyushi .btnWrap .eventBtn:hover {
    box-shadow: none;
    opacity: 0.6;
  }
  #nyushi .btnWrap .eventBtn:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 12px auto;
    background-color: #0a4325;
  }
  #nyushi .lineBnr {
    margin-top: 40px;
    text-align: center;
  }
  #nyushi .lineBnr a {
    transition: 0.5s;
  }
  #nyushi .lineBnr a:hover {
    box-shadow: none;
    opacity: 0.6;
  }
  #nyushi .lineBnr a img {
    max-width: 676px;
  }
  #journal {
    padding-bottom: 100px;
  }
  #journal .journalHead {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    height: 246px;
  }
  #journal .journalHead img {
    width: 372px;
    position: absolute;
    top: -110px;
  }
  #journal .journalHead p {
    text-align: right;
    font-size: 18px;
    padding-bottom: 60px;
    position: absolute;
    top: 110px;
    right: 0;
  }
  #journal .journalList {
    display: flex;
    margin-top: -9px;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #journal .journalList .slick-track {
    display: flex;
  }
  #journal .journalList .slick-track .slick-slide {
    height: auto;
  }
  #journal .journalList .slick-track .slick-slide > div {
    height: 100%;
  }
  #journal .journalList .slick-slide {
    margin: 0 13px;
    width: 300px;
  }
  #journal .journalList .slide-arrow {
    width: 32px;
    height: 32px;
    background: url(../images/common/slide_arrow.svg) no-repeat center/cover;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 16px);
  }
  #journal .journalList .slide-arrow:hover {
    opacity: 0.5;
  }
  #journal .journalList .prev-arrow {
    left: -52px;
    transform: scale(-1, 1);
  }
  #journal .journalList .next-arrow {
    right: -52px;
  }
  #journal .journalList .dots-wrap {
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  #journal .journalList .dots-wrap li button {
    width: 10px;
    height: 10px;
    margin: 0 9px;
  }
  #journal .journalList .dots-wrap li.slick-active button {
    background: url(../images/home/slider_active.svg) no-repeat center/cover;
    border: none;
    border-radius: 0;
    width: 12px;
    height: 12px;
  }
  #journal .journalList .journalItem {
    transition: 0.5s;
    height: 100%;
    border-bottom: #000 solid 1px;
  }
  #journal .journalList .journalItem:hover {
    opacity: 0.6;
  }
  #journal .journalList .journalItem figure img {
    width: 100%;
    height: 280px;
  }
  #journal .journalList .journalItem .textWrap {
    border-top: #000 solid 1px;
    padding: 20px;
  }
  #journal .journalList .journalItem .ymdCat {
    display: flex;
    align-items: center;
  }
  #journal .journalList .journalItem .ymd {
    font-size: 14px;
  }
  #journal .journalList .journalItem .cat {
    width: 95px;
    height: 22px;
    font-size: 12px;
    padding: 8px;
  }
  #journal .journalList .journalItem p {
    font-size: 22px;
    margin-top: 10px;
  }
  #journal #slideCtrl {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    height: 0;
    position: relative;
  }
  #journal #slideCtrl #ctrlBtn {
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 29px;
    cursor: pointer;
  }
  #journal #slideCtrl #ctrlBtn span {
    display: block;
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #journal #slideCtrl #ctrlBtn span.play {
    display: none;
    background-image: url(../images/home/btn_play.webp);
  }
  #journal #slideCtrl #ctrlBtn span.pause {
    background-image: url(../images/home/btn_pause.webp);
  }
  #journal #slideCtrl #ctrlBtn.stoped span.pause {
    display: none;
  }
  #journal #slideCtrl #ctrlBtn.stoped span.play {
    display: block;
  }
  #journal .linkWrap {
    margin-top: 70px;
    text-align: center;
    padding-right: 10px;
  }
  #journal .linkWrap .link {
    position: relative;
    font-size: 18px;
    padding: 18px 60px 18px 40px;
    transition: 0.5s;
    border: 1px solid #000;
    border-radius: 50px;
  }
  #journal .linkWrap .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center;
    background-size: 16px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: calc(50% - 30px);
    transition: 0.5s;
  }
  #journal .linkWrap .link:hover {
    opacity: 0.6;
  }
  #btmLink {
    padding: 100px 0;
  }
  #btmLink .btmLinkList {
    display: flex;
  }
  #btmLink .btmLinkList li {
    flex: 1;
  }
  #btmLink .btmLinkList li:last-of-type a {
    border-right: 1px solid #0a4325;
  }
  #btmLink .btmLinkList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    height: 100px;
    padding: 15px 40px 15px 15px;
    border-top: 1px solid #0a4325;
    border-left: 1px solid #0a4325;
    border-bottom: 1px solid #0a4325;
    transition: 0.5s;
  }
  #btmLink .btmLinkList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 12px auto;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
    transition: 0.5s;
    border: 1px solid #0a4325;
  }
  #btmLink .btmLinkList li a:hover {
    color: #fff;
    background-color: #0a4325;
  }
  #btmLink .btmLinkList li a:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 12px auto;
    background-color: #0a4325;
    border: 1px solid #fff;
  }
  #btmLink .lineBnr {
    margin-top: 40px;
    text-align: center;
  }
  #btmLink .lineBnr a {
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
    transition: 0.5s;
  }
  #btmLink .lineBnr a:hover {
    box-shadow: none;
    opacity: 0.6;
  }
  #btmLink .lineBnr a img {
    max-width: 676px;
  }
  #instagram .instaList {
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  #instagram .instaList:hover {
    opacity: 0.7;
  }
  #instagram .instaList img {
    width: 20%;
  }
  .commonBtn {
    background-color: transparent;
  }
  .bgm-player {
    position: fixed;
    z-index: 100;
    padding-left: 15px;
    bottom: 15px;
  }
  .bgm-player button {
    border: none;
    outline: none;
    border-color: transparent;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    line-height: 0;
  }
  .bgm-player img {
    width: 128px;
  }
  .bgm-player .bgm-hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .p-mv {
    position: relative;
    overflow: hidden;
  }
  /* Swiper土台 */
  .mv-swiper {
    height: 100%;
  }
  .mv-swiper .swiper-wrapper,
  .mv-swiper .swiper-slide {
    height: 100%;
  }
  .mv-swiper .swiper-slide {
    overflow: hidden;
    /* 拡大時のはみ出しを隠す */
  }
  .mv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    will-change: transform;
  }
  .mv-swiper .swiper-slide {
    /* “表示中だけ”ゆっくり拡大 */
  }
  .mv-swiper .swiper-slide-active img {
    animation: mvZoom 7s linear both;
  }
  @keyframes mvZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  #information .sns_area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px auto 0;
  }
  #information .sns_area img {
    height: 48px;
  }
  #film .movieListWrap .movieFist iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #journal .journalList .journalItem .textWrap {
    border-top: #000 solid 1px;
  }
  #journal .journalList .journalItem .ymdCat {
    display: flex;
    align-items: center;
  }
  .commonBtn {
    background-color: transparent;
  }
  .bgm-player {
    position: fixed;
    z-index: 100;
  }
  .bgm-player button {
    border: none;
    outline: none;
    border-color: transparent;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    line-height: 0;
  }
  .bgm-player .bgm-hidden {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .p-mv {
    position: relative;
    overflow: hidden;
  }
  /* Swiper土台 */
  .mv-swiper {
    height: 100%;
  }
  .mv-swiper .swiper-wrapper,
  .mv-swiper .swiper-slide {
    height: 100%;
  }
  .mv-swiper .swiper-slide {
    overflow: hidden;
    /* 拡大時のはみ出しを隠す */
  }
  .mv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    will-change: transform;
  }
  .mv-swiper .swiper-slide {
    /* “表示中だけ”ゆっくり拡大 */
  }
  .mv-swiper .swiper-slide-active img {
    animation: mvZoom 7s linear both;
  }
  @keyframes mvZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  #information .sns_area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px auto 0;
  }
  #information .sns_area img {
    height: 48px;
  }
  #film .movieListWrap .movieFist iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #journal .journalList .journalItem .textWrap {
    border-top: #000 solid 1px;
  }
  #journal .journalList .journalItem .ymdCat {
    display: flex;
    align-items: center;
  }
  .commonBtn {
    background-color: transparent;
  }
  .bgm-player {
    position: fixed;
    z-index: 100;
  }
  .bgm-player button {
    border: none;
    outline: none;
    border-color: transparent;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    line-height: 0;
  }
  .bgm-player .bgm-hidden {
    display: none;
  }
}
@media print, screen and (min-width: 1201px) {
  .p-mv {
    position: relative;
    overflow: hidden;
  }
  /* Swiper土台 */
  .mv-swiper {
    height: 100%;
  }
  .mv-swiper .swiper-wrapper,
  .mv-swiper .swiper-slide {
    height: 100%;
  }
  .mv-swiper .swiper-slide {
    overflow: hidden;
    /* 拡大時のはみ出しを隠す */
  }
  .mv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    will-change: transform;
  }
  .mv-swiper .swiper-slide {
    /* “表示中だけ”ゆっくり拡大 */
  }
  .mv-swiper .swiper-slide-active img {
    animation: mvZoom 7s linear both;
  }
  @keyframes mvZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  #information .sns_area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 30px auto 0;
  }
  #information .sns_area img {
    height: 48px;
  }
  #film .movieListWrap .movieFist iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #journal .journalList .journalItem .textWrap {
    border-top: #000 solid 1px;
  }
  #journal .journalList .journalItem .ymdCat {
    display: flex;
    align-items: center;
  }
  .commonBtn {
    background-color: transparent;
  }
  .bgm-player {
    position: fixed;
    z-index: 100;
  }
  .bgm-player button {
    border: none;
    outline: none;
    border-color: transparent;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    line-height: 0;
  }
  .bgm-player .bgm-hidden {
    display: none;
  }
}
/*# sourceMappingURL=map/home.css.map */
