@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

[class*="swiper"]:focus {
  outline: none;
}

/* 葉っぱ
----------------------------------*/
.leaves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

@media all and (max-width: 639px) {
  .leaves-container {
    overflow: hidden;
  }
}

.leaf {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-animation: animate-leaf 8s linear, sway 10s ease-in-out infinite alternate;
          animation: animate-leaf 8s linear, sway 10s ease-in-out infinite alternate;
}

.leaf-1 {
  position: absolute;
  width: 47px;
  height: 37px;
  background: url(../img/leaf01.png) no-repeat;
  background-size: contain;
}

.leaf-2 {
  width: 44px;
  height: 52px;
  background: url(../img/leaf02.png) no-repeat;
  background-size: contain;
  -webkit-animation: animate-leaf 8s linear, sway2 10s ease-in-out infinite alternate;
          animation: animate-leaf 8s linear, sway2 10s ease-in-out infinite alternate;
}

.leaf-3 {
  width: 48px;
  height: 39px;
  background: url(../img/leaf03.png) no-repeat;
  background-size: contain;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg) translateX(400px);
            transform: rotate(1080deg) translateX(400px);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg) translateX(400px);
            transform: rotate(1080deg) translateX(400px);
  }
}

@-webkit-keyframes sway2 {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg) translateX(-400px);
            transform: rotate(1080deg) translateX(-400px);
  }
}

@keyframes sway2 {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg) translateX(-400px);
            transform: rotate(1080deg) translateX(-400px);
  }
}

@-webkit-keyframes animate-leaf {
  0% {
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    -webkit-transform: rotate(1080deg) translateX(-200px);
            transform: rotate(1080deg) translateX(-200px);
  }
}

@keyframes animate-leaf {
  0% {
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    -webkit-transform: rotate(1080deg) translateX(-200px);
            transform: rotate(1080deg) translateX(-200px);
  }
}

/* 文字エリア
----------------------------------*/
.content-wrapper .content {
  position: absolute;
  z-index: 10;
  top: -30%;
  left: 18%;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.content-wrapper .contents__sub {
  position: absolute;
  left: 20%;
  bottom: 350px;
  z-index: 10;
  width: 60%;
  max-width: 440px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-animation: logo-anime 1s ease 3.2s forwards;
          animation: logo-anime 1s ease 3.2s forwards;
}

.content-wrapper .contents__kuma {
  position: absolute;
  bottom: 190px;
  left: 60px;
  z-index: 10;
  width: 320px;
}

.content-wrapper .contents__risu {
  position: absolute;
  width: 234px;
  height: 207px;
  top: 100px;
  right: 6%;
  z-index: 10;
}

.content-wrapper .content-title {
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Hina Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.content-wrapper .content-text {
  margin: 4rem 0;
  color: #503e2d;
  font-family: "Hina Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  line-height: 1.6;
}

.content-wrapper .content-text .marker {
  font-size: 4.4rem;
}

.content-wrapper .content-text .marker span {
  font-size: 6rem;
}

@media all and (max-width: 1680px) {
  .content-wrapper .content {
    top: 22%;
    bottom: auto;
  }
  .content-wrapper .content-title {
    font-size: 2.2rem;
  }
  .content-wrapper .content-text {
    margin: 4rem 0;
  }
  .content-wrapper .content-text .marker {
    font-size: 3rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 4.5rem;
  }
  .content-wrapper .contents__sub {
    left: 23%;
    bottom: 40%;
    z-index: 10;
    width: 60%;
    max-width: 310px;
  }
}

@media all and (max-width: 1420px) {
  .content-wrapper .content {
    top: 24%;
  }
  .content-wrapper .contents__kuma {
    bottom: 16%;
    left: 40px;
    width: 200px;
  }
  .content-wrapper .contents__sub {
    left: 20%;
    bottom: 30%;
    width: 60%;
    max-width: 280px;
  }
  .content-wrapper .content-title {
    font-size: 2rem;
  }
  .content-wrapper .content-text {
    margin: 6% 0 0;
  }
  .content-wrapper .content-text .marker {
    font-size: 2.8rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 4rem;
  }
}

@media all and (max-width: 1367px) {
  .content-wrapper .contents__risu {
    width: 200px;
    height: 177px;
    top: 100px;
    right: 2%;
  }
}

@media all and (max-width: 1200px) {
  .content-wrapper .content {
    top: 24%;
    left: 16%;
  }
  .content-wrapper .contents__sub {
    bottom: 32%;
  }
  .content-wrapper .contents__risu {
    width: 140px;
    top: 90px;
    right: 9%;
  }
  .content-wrapper .content-title {
    font-size: 1.6rem;
  }
  .content-wrapper .content-text {
    margin: 6% 0 0;
  }
  .content-wrapper .content-text .marker {
    font-size: 2.2rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 3rem;
  }
}

@media all and (max-height: 780px) {
  .content-wrapper .contents__kuma {
    bottom: -30px;
  }
  .content-wrapper .contents__sub {
    bottom: 60px;
  }
  .content-wrapper .content {
    top: 30%;
  }
}

@media all and (max-width: 896px) {
  .content-wrapper .content {
    top: 24%;
    left: 70px;
  }
  .content-wrapper .contents__sub {
    max-width: 210px;
    bottom: 40%;
    left: 20%;
  }
  .content-wrapper .contents__kuma {
    bottom: 33%;
    left: 10px;
    width: 140px;
  }
  .content-wrapper .contents__risu {
    width: 140px;
    top: auto;
    right: 5%;
    bottom: 0;
  }
  .content-wrapper .content-title {
    font-size: 1.6rem;
  }
  .content-wrapper .content-text {
    margin: 6% 0 0;
  }
  .content-wrapper .content-text .marker {
    font-size: 2.2rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 3rem;
  }
}

@media all and (max-width: 639px) {
  .content-wrapper .content {
    top: -120px;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .content-wrapper .content-title {
    font-size: 1.5rem;
    color: #fff;
  }
  .content-wrapper .content-text {
    margin: 15px 0 0;
    color: #fff;
  }
  .content-wrapper .content-text .marker {
    font-size: 1.6rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 2rem;
  }
  .content-wrapper .contents__sub {
    bottom: 20px;
    left: 20px;
    width: 70px;
  }
  .content-wrapper .contents__kuma {
    bottom: 20px;
    left: 20px;
    width: 70px;
  }
  .content-wrapper .contents__risu {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 10px;
    bottom: auto;
  }
}

@media all and (max-width: 450px) {
  .content-wrapper .content-title {
    font-size: 1.2rem;
  }
  .content-wrapper .content-text {
    margin: 15px 0 0;
    color: #fff;
  }
  .content-wrapper .content-text .marker {
    font-size: 1.5rem;
  }
  .content-wrapper .content-text .marker span {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes logo-anime {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes logo-anime {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 画像
----------------------------------*/
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ボタン
----------------------------------*/
#slideshow .swiper-button-prev,
#slideshow .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

#slideshow .swiper-button-prev:before,
#slideshow .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

#slideshow .swiper-button-prev:after,
#slideshow .swiper-button-next:after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

#slideshow .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#slideshow .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#slideshow .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/* すらいど！
----------------------------------*/
#slideshow {
  margin: 0 auto;
  position: relative;
  height: 1220px;
  background-color: #DEDEDE;
  z-index: 1;
}

#slideshow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1300px;
  top: -80px;
  left: 0;
  right: 0;
  background: url(../img/slide-bg.png) no-repeat;
  background-size: cover;
  z-index: 10;
  pointer-events: none;
}

@media all and (max-width: 1680px) {
  #slideshow {
    height: 150vh;
  }
  #slideshow:before {
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
  }
}

@media all and (max-width: 1420px) {
  #slideshow {
    height: 120vh;
    max-height: 980px;
  }
}

@media all and (max-width: 1420px) {
  #slideshow {
    height: 100vh;
  }
}

@media all and (max-width: 639px) {
  #slideshow {
    height: 45vh;
    margin-top: 300px;
  }
  #slideshow:before {
    background: url(../img/slide-bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #slideshow:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    top: -300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #604C3F;
  }
}

@media all and (max-width: 450px) {
  #slideshow {
    height: 280px;
    max-height: 280px;
    margin-top: 300px;
  }
  #slideshow:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    top: -300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #604C3F;
  }
}

#slideshow .swiper .swiper-wrapper {
  max-width: 830px;
  width: 50%;
  height: 96%;
  margin: 0 auto;
  position: absolute;
  bottom: -4%;
  right: 6%;
  z-index: 1;
}

#slideshow .swiper .slide-media {
  width: 830px;
  height: 100vh;
  max-height: 1080px;
}

@media all and (max-width: 1680px) {
  #slideshow .swiper .swiper-wrapper {
    right: 20px;
    bottom: -100px;
  }
}

@media all and (max-width: 1420px) {
  #slideshow .swiper .swiper-wrapper {
    max-width: 850px;
    width: 65%;
    height: 100%;
    bottom: -10%;
    right: -5%;
  }
  #slideshow .swiper .slide-media {
    max-width: 860px;
    width: 50%;
    height: 90vh;
  }
}

@media all and (max-width: 1367px) {
  #slideshow .swiper .swiper-wrapper {
    right: -10%;
  }
  #slideshow .swiper .slide-media {
    height: 90vh;
  }
}

@media all and (max-height: 880px) {
  #slideshow .swiper .slide-media {
    height: 140vh;
  }
}

@media all and (max-width: 1200px) {
  #slideshow .swiper .swiper-wrapper {
    right: -6%;
    width: 55%;
  }
  #slideshow .swiper .slide-media {
    height: 90vh;
  }
}

@media all and (max-width: 896px) {
  #slideshow .swiper .slide-media {
    height: 80vh;
  }
}

@media all and (max-width: 639px) {
  #slideshow .swiper .swiper-wrapper {
    width: 90%;
    height: 100%;
    bottom: 0%;
    right: 0px;
    left: 0;
    margin: 0 auto;
  }
  #slideshow .swiper .slide-media {
    height: 38vh;
    width: 100%;
  }
}

@media all and (max-width: 450px) {
  #slideshow .swiper .slide-media {
    max-height: 240px;
    width: 100%;
  }
}

#slideshow .slide-media img {
  -webkit-transition: 3s;
  transition: 3s;
}

#slideshow .swiper-slide {
  overflow: hidden;
}

#slideshow .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 10;
}

#slideshow .swiper-slide[class*="-active"] .slide-media.clip img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#slideshow .swiper-slide[class*="-prev"] .slide-media img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  mix-blend-mode: darken;
  opacity: 0;
}

#slideshow .swiper-slide[class*="-next"] .slide-media img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  mix-blend-mode: darken;
  opacity: 0;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* カウント数字
----------------------------------*/
#slideshow .content-button {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  color: #503e2d;
}

#slideshow .content-button:before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}

#slideshow .content.anm-started .content-button {
  pointer-events: auto;
}

#slideshow .fraction {
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  font-family: "Yomogi", cursive;
  font-weight: 300;
}

#slideshow .fraction .total {
  vertical-align: 0.5em;
}

#slideshow .fraction .total::before {
  content: " / ";
}

#slideshow .fraction .current {
  font-size: 3.2rem;
  display: inline-block;
  overflow: hidden;
  width: 6rem;
}

#slideshow .num {
  display: inline-block;
}

#slideshow .fraction .current .num.anm-started {
  -webkit-animation: mv-fraction 1s var(--easing);
          animation: mv-fraction 1s var(--easing);
}

#slideshow .fraction .total {
  vertical-align: 0.5em;
}

#slideshow .marker {
  position: relative;
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

#slideshow .marker:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #e1e1e1;
}

@media all and (max-width: 639px) {
  #slideshow .fraction {
    display: none;
  }
}

#slideshow .anm-started .marker {
  -webkit-animation: mv-marker 1s 0.5s both;
          animation: mv-marker 1s 0.5s both;
}

#slideshow .anm-started .marker::after {
  -webkit-animation: mv-markerBg 1s 0.5s both;
          animation: mv-markerBg 1s 0.5s both;
}

#slideshow .anm-started .content-text .marker,
#slideshow .anm-started .content-text .marker::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#slideshow .anm-started .content-link .marker,
#slideshow .anm-started .content-link .marker::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#slideshow .anm-finished .marker {
  -webkit-animation: mv-markerHide 0.5s both;
          animation: mv-markerHide 0.5s both;
}

#slideshow .anm-finished .marker::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

/*　あにめーしょん
----------------------------------*/
@-webkit-keyframes mv-marker {
  60%,
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mv-marker {
  60%,
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@-webkit-keyframes mv-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes mv-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@-webkit-keyframes mv-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes mv-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@-webkit-keyframes mv-fraction {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}

@keyframes mv-fraction {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}
