@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

html {
  /* font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
  /* font-size: 62.5%; */
  /* line-height: 1.8; */
  /* height: 100%; */
  /* word-break: break-word; */
  /* color: #333; */
  /* background-color: var(--color-base); */
  /* -webkit-appearance: none; */
  /* -webkit-tap-highlight-color: transparent; */
}

body {
  /* font-size: 1.6rem;
  margin: 0; */
}

/* *, */
/* *::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

/* img {
  border: 0;
  margin: 0;
} */

/* figure {
  margin: 0;
} */

/* p {
  margin: 0;
  padding: 0;
} */

a {
  text-decoration: none;
  /* color: #333; */
}

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

.slide {
  position: relative;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.mv01 .slide-media {
  /* height: 800px; */
  height: 650px;
}

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

.mv01 {
  margin-bottom: 0rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  /* font-family: "Noto Sans JP", sans-serif; */
  /* font-family: "M PLUS 2", sans-serif; */
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  /* right: 8rem; */
  /* bottom: 15%; */
  left: -12rem;
  top: 10%;
  margin-left: 16rem;
  /* text-align: right; */
  color: #1b1b1b;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  /* color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
}

.mv01 .slide-title.slide-title-white {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

/* こじまんの屋根裏部屋用  ここから　*/
  /* .mv01 .yaneura-area {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    height: 100%;
  } */

  .yaneura-figure-area {
    /* width: 30%;
    height: 38.88%; */
    display: block;
    position: absolute;
    right: 8rem;
    bottom: 12%;
  }
  .swiper-slide[class*=-active] .yaneura-figure-area {
    -webkit-animation: mv01-fadeIn 3s 0.5s var(--easing) both;
            animation: mv01-fadeIn 3s 0.5s var(--easing) both;
  }

  .yaneura-figure-area img {
    width: 100%;
    max-width: 324px;
    height: auto;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .yaneura-figure-area .yaneura-title {
    font-size: .8em;
    text-align: center;
    margin-top: -5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: "Sawarabi Gothic", sans-serif;
  } 

  /*1023px以下*/
  @media screen and (max-width: 1023px){
    /*必要ならばここにコードを書く*/
    .yaneura-figure-area {
      right: 4rem;
      bottom: 10%;
    }
    .yaneura-figure-area img {
      width: 80%;
    }
  }

  /*834px以下*/
  @media screen and (max-width: 834px){
    /*必要ならばここにコードを書く*/
    .yaneura-figure-area {
      right: 5rem;
      bottom: 6%;
    }
  }

  /*480px以下*/
  @media screen and (max-width: 480px){
    /*必要ならばここにコードを書く*/
    .yaneura-figure-area {
      right: -4rem;
      bottom: 6%;
    }
    .yaneura-figure-area img {
      width: 60%;
    }
  }

/* こじまんの屋根裏部屋用 ここまで*/


@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .mv01 {
    margin-bottom: 0rem;
  }
  .mv01 .slide-media {
    /* height: 70vh; */
    height: 60vh;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none;
  }
  .mv01 .slide-title {
    font-size: 2.2rem;
    /* font-size: 2rem; */
    /* right: 4rem;
    margin-left: 6rem; */
  }
}
/*# sourceMappingURL=styles.css.map */