@charset "utf-8";
#mv {
  width: 69.25vw;
  margin: 0 auto;
}
#mv .slideshow {
  height: 100%;
  padding-top: 4.4vw;
}
#mv .slideshow .slick-list {
  height: 100%;
}
#mv .slideshow .slick-track {
  height: 100%;
}
#mv .slideshow .slide_item {
  position: relative;
  height: 100%;
}
#mv .slideshow .slide_item picture {
  height: 100%;
}
#mv .slideshow .slide_item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
#mv .slideshow .slide_item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#mv .slideshow .slide_item .inner .note {
  font-size: 1.3vw;
  line-height: 2.6em;
  position: absolute;
  top: 11.79vw;
  height: fit-content;
  width: fit-content;
}
#mv .slideshow .slide_item .inner .note:nth-child(2) {
  left: 2.49vw;
}
@media (max-width: 600px) {
  #mv {
    width: 100%;
    margin: 0 auto;
  }
  #mv .slideshow {
    padding-top: 0;
  }
  #mv .slideshow .slide_item .inner {
    position: static;
  }
  #mv .slideshow .slide_item .inner .note {
    font-size: 3.42vw;
    line-height: 2.3334em;
    position: static;
    height: auto;
    width: auto;
    padding: 4.91vw 9.95vw 0;
    color: #231815;
    text-align: center;
  }
}
.mv__copy {
  position: absolute;
  color: #231815;
  top: 5.79vw;
  left: 2.49vw;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: 1.32vw;
}
.mv__copy.active {
  opacity: 0;
}
@media (max-width: 600px) {
  .mv__copy {
    position: static;
    top: 5.44vw;
    left: 6.85vw;
    font-size: 4.35vw;
    padding: 13vw 9.95vw 0;
    text-align: center;
  }
}
.slick-slider {
  margin-bottom: 0;
}
.container {
  width: 69.25vw;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
  }
}
.creca_content1 {
  padding-top: 8.35vw;
}
.creca_content1 h2 {
  font-size: 1.39vw;
  line-height: 1em;
  text-align: center;
  padding-bottom: 2.93vw;
  position: relative;
  margin-bottom: 6.81vw;
  font-weight: normal;
}
.creca_content1 h2:after {
  content: "";
  display: block;
  width: 24.6vw;
  height: 0.1vw;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.creca_content1 h2 br {
  display: none;
}
@media (max-width: 600px) {
  .creca_content1 {
    padding-top: 13vw;
  }
  .creca_content1 h2 {
    font-size: 4vw;
    line-height: 2em;
    margin-bottom: 10vw;
    display: none;
  }
  .creca_content1 h2:after {
    content: "";
    display: block;
    width: 24.6vw;
    height: 0.1vw;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .creca_content1 h2 br {
    display: inline;
  }
}
.message {
  font-size: 1.08vw;
  line-height: 2.1089em;
  text-align: center;
  background: #f2f2f2;
  padding: 5.06vw 0;
}
@media (max-width: 600px) {
  .message {
    font-size: 3.38vw;
    line-height: 2em;
    padding: 5.06vw 20px;
  }
  .message span {
    display: inline-block;
  }
}
.creca_content2 {
  padding-top: 11.86vw;
}
.creca_content2 h2 {
  line-height: 0;
  text-align: center;
  margin-bottom: 2.57vw;
}
.creca_content2 h2 img {
  width: 21.75vw;
}
.creca_content2 p {
  font-size: 1.08vw;
  line-height: 2.1089em;
  text-align: center;
}
.creca_content2 p br + br {
  display: none;
}
.creca_content2 picture {
  text-align: center;
  margin: 8.72vw 0 2.35vw;
}
.creca_content2 picture img {
  width: 27.6vw;
}
@media (max-width: 600px) {
  .creca_content2 {
    padding-top: 16vw;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 6vw;
  }
  .creca_content2 h2 {
    margin-bottom: 8vw;
  }
  .creca_content2 h2 img {
    width: 70vw;
  }
  .creca_content2 p {
    font-size: 3.38vw;
    line-height: 2em;
  }
  .creca_content2 p span {
    display: inline-block;
  }
  .creca_content2 p br + br {
    display: inline;
  }
  .creca_content2 picture {
    margin: 15vw 0 21vw;
  }
  .creca_content2 picture img {
    width: 70vw;
  }
}
