.mv .mv_inner {
  display: inline-block;
}

.mv .h1 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .mv .h1 {
    margin-bottom: 30px;
  }
}

.mv .h1 span {
  display: block;
}

.mv .h1 span:first-child {
  font-size: 4.2rem;
}

@media screen and (max-width: 799px) {
  .mv .h1 span:first-child {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 549px) {
  .mv .h1 span:first-child {
    font-size: 6.34146vw;
  }
}

.mv .h1 span:nth-child(2) {
  font-size: 3.6rem;
}

@media screen and (max-width: 799px) {
  .mv .h1 span:nth-child(2) {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 549px) {
  .mv .h1 span:nth-child(2) {
    font-size: 5.36585vw;
  }
}

.mv .h1 span:nth-child(3) {
  margin-bottom: 10px;
  font-size: 2.6rem;
}

@media screen and (max-width: 799px) {
  .mv .h1 span:nth-child(3) {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 549px) {
  .mv .h1 span:nth-child(3) {
    font-size: 4.63415vw;
  }
}

.mv .h1 span:nth-child(4) {
  font-size: 2rem;
}

@media screen and (max-width: 799px) {
  .mv .h1 span:nth-child(4) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 549px) {
  .mv .h1 span:nth-child(4) {
    font-size: 3.41463vw;
  }
}

.mv .mv_top_text .text {
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .mv .mv_top_text .text {
    margin-bottom: 30px;
  }
}

.mv .mv_bottom_text {
  margin-top: 50px;
}

@media screen and (max-width: 799px) {
  .mv .mv_bottom_text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 799px) {
  .mv .mv_bottom_text .text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 549px) {
  .mv .mv_bottom_text .text {
    font-size: 2.92683vw;
  }
}

.art_work .work_list {
  padding-left: 50px;
  padding-right: 50px;
}

.art_work .work_list .credit {
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}

@media screen and (max-width: 549px) {
  .art_work .work_list .credit {
    font-size: 2.43902vw;
  }
}

@media screen and (max-width: 799px) {
  .art_work .work_list {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 549px) {
  .art_work .work_list {
    width: 100%;
  }
}

.art_work .work_list .slick-arrow {
  position: absolute;
  top: 40%;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (max-width: 799px) {
  .art_work .work_list .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

.art_work .work_list .slick-next {
  right: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.art_work .work_list .slick-prev {
  left: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.art_work .work_list li {
  display: block;
  max-width: 600px;
}

.art_work .work_list li a {
  margin: 0 120px;
  display: block;
  transition: all 0.2s;
}

@media screen and (max-width: 799px) {
  .art_work .work_list li a {
    margin: 0 0px;
  }
}

.art_work .work_list li a:hover {
  opacity: 0.7;
}

.art_work .work_list li a img {
  height: 380px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .art_work .work_list li a img {
    height: 65vw;
    margin: 0 auto;
  }
}

.material_you .youtube {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.material_you .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 799px) {
  .material_you .youtube {
    max-width: 60%;
    max-width: 300px;
    margin-bottom: 40px;
  }
}

.material_you .youtube a {
  transition: all 0.2s;
  display: block;
  position: relative;
}

.material_you .youtube a:hover {
  opacity: 0.7;
}

.material_you .youtube a:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("https://station-museum.com/assets/img/top/play_btn.png") no-repeat center center/contain;
}

@media screen and (max-width: 799px) {
  .material_you .youtube a:before {
    width: 13vw;
    height: 13vw;
    max-width: 60px;
    max-height: 60px;
  }
}

.material_you .youtube img {
  width: 100%;
}

.google_pixel .phone_img {
  max-width: 850px;
  margin: 50px auto 0;
}

@media screen and (max-width: 799px) {
  .google_pixel .phone_img {
    margin-top: 40px;
  }
}

.google_pixel .phone_img img {
  width: 100%;
}

.h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 799px) {
  .h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 549px) {
  .h2 {
    font-size: 5.36585vw;
  }
}

.section_text {
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .section_text {
    margin-bottom: 30px;
  }
}