@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: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  color: #fff;
}
#mv .slideshow .slide_item .inner .note:nth-child(1) {
  left: 6.81vw;
}
#mv .slideshow .slide_item .inner .note:nth-child(2) {
  right: 6.81vw;
}
@media (max-width: 600px) {
  #mv {
    width: 100%;
    margin: 0 auto;
  }
  #mv .slideshow {
    padding-top: 0;
  }
  #mv .slideshow .slide_item .inner {
    position: static;
    padding-bottom: 10vw;
  }
  #mv .slideshow .slide_item .inner .note {
    font-size: 3.42vw;
    line-height: 1.9em;
    position: static;
    height: auto;
    width: auto;
    padding: 4.91vw 9.95vw;
    color: #231815;
  }
  #mv .slideshow .slide_item .inner .note:nth-child(2) {
    padding-top: calc(4.91vw - 1em);
  }
}
.mv__copy {
  position: absolute;
  color: #231815;
  top: 5.43vw;
  left: 3.57vw;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: calc(2.36vw * 0.77);
}
.mv__copy.active {
  opacity: 0;
}
@media (max-width: 600px) {
  .mv__copy {
    top: 5.44vw;
    left: 6.85vw;
    font-size: 6.27vw;
  }
}
.slick-slider {
  margin-bottom: 0;
}
.container {
  width: 69.25vw;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding: 0;
  }
}
.message {
  font-size: 1.08vw;
  line-height: 3.1293em;
  text-align: center;
  margin: 7.32vw 0 5.86vw;
}
@media (max-width: 600px) {
  .message {
    font-size: 3.38vw;
    line-height: 3em;
    text-align: center;
    margin: 0;
    padding: 10.77vw 0 0vw;
    background: #efeff0;
  }
  .message span {
    display: inline-block;
  }
  .message:nth-child(3) {
    padding-bottom: 12vw;
  }
}
.sonpo_content {
  position: relative;
  background: #f2f2f2;
  padding: 5.64vw 3.3vw 3.88vw;
}
.sonpo_content h2 {
  line-height: 0;
  width: 21.16vw;
  position: absolute;
  left: 0;
  top: 0;
}
.sonpo_content h2 img {
  width: 100%;
}
.sonpo_content .sonpo_item {
  margin-bottom: 2.57vw;
}
.sonpo_content .sonpo_item h3 {
  font-size: 1.48vw;
  line-height: 1em;
  margin-bottom: 1.98vw;
  font-weight: normal;
  position: relative;
  padding-left: 1.6vw;
}
.sonpo_content .sonpo_item h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4vw;
  height: 1.4vw;
  background: #231815;
  left: 0;
  top: 0;
  margin: auto;
}
.sonpo_content .sonpo_item h3 span {
  font-size: 1.08vw;
  margin-left: 2.27vw;
}
.sonpo_content .sonpo_item h3 span span {
  margin-left: 1em;
}
.sonpo_content .sonpo_item p {
  padding-left: 1.6vw;
}
.sonpo_content p {
  font-size: 1.08vw;
  line-height: 2.6em;
}
.sonpo_content p span {
  display: none;
}
.sonpo_content p br {
  display: none;
}
.sonpo_content > picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 14.94vw;
}
.sonpo_content > picture img {
  width: 100%;
}
@media (max-width: 600px) {
  .sonpo_content {
    background: #fff;
    padding: 15vw 3.3vw 15vw 0;
    margin-top: 12vw;
  }
  .sonpo_content h2 {
    width: 46.86vw;
  }
  .sonpo_content .sonpo_item {
    margin-bottom: 6vw;
  }
  .sonpo_content .sonpo_item h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding-left: 10vw;
    background: #f2f2f2;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 85vw;
  }
  .sonpo_content .sonpo_item h3:before {
    width: 3.4vw;
    height: 3.4vw;
    left: 5vw;
    top: 0.5em;
  }
  .sonpo_content .sonpo_item h3 span {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 0.5em;
  }
  .sonpo_content .sonpo_item h3 span span {
    display: none;
  }
  .sonpo_content .sonpo_item p {
    padding-left: 10vw;
  }
  .sonpo_content p {
    font-size: 3.38vw;
    line-height: 2.8752em;
  }
  .sonpo_content p span {
    display: block;
  }
  .sonpo_content p br {
    display: block;
  }
  .sonpo_content p.note {
    padding-left: 5vw;
  }
  .sonpo_content > picture {
    right: 2.66;
    top: -2vw;
    width: 27.54vw;
  }
}
