#container {
  border-bottom: 1px solid #000;
}

#view {
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  #view {
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #view {
    padding-bottom: 12.7vw;
  }
}
#view .wrap01 {
  padding-top: 115px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  #view .wrap01 {
    padding-top: 9.6vw;
    padding-bottom: 11.7vw;
  }
}
@media screen and (max-width: 768px) {
  #view .wrap01 {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 16.7vw;
  }
}
#view .wrap01 .txt01 {
  width: 462px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #view .wrap01 .txt01 {
    width: 38.5vw;
  }
}
@media screen and (max-width: 768px) {
  #view .wrap01 .txt01 {
    width: 61.6vw;
  }
}
#view .wrap01 .img01 {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #view .wrap01 .img01 {
    width: 75.8vw;
    margin-top: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  #view .wrap01 .img01 {
    width: 93.3vw;
    margin-top: 8vw;
  }
}
#view .view_box {
  position: relative;
}
#view .view_box + .view_box {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #view .view_box + .view_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_box + .view_box {
    margin-top: 12vw;
  }
}
#view .view_box .v_txt01 {
  font-size: 11px;
  font-weight: 900;
  font-family: bebas-neue, Noto Sans JP, sans-serif;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #view .view_box .v_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_box .v_txt01 {
    font-size: 2.3vw;
  }
}
#view .view_box .view_content {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #view .view_box .view_content {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_box .view_content {
    margin-top: 1.3vw;
    overflow-x: scroll;
  }
}
#view .view_box .view_content .view_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #view .view_box .view_content .view_img {
    width: 160vw;
  }
}
#view .view_box .arrow_left,
#view .view_box .arrow_right {
  display: none;
}
@media screen and (max-width: 768px) {
  #view .view_box .arrow_left,
  #view .view_box .arrow_right {
    display: block;
    width: 1.7vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    touch-action: none;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  #view .view_box .arrow_left {
    left: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_box .arrow_right {
    right: 3.3vw;
  }
}
#view .view_box .click_txt {
  display: none;
}
@media screen and (max-width: 768px) {
  #view .view_box .click_txt {
    display: block;
    position: absolute;
    bottom: -2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 2.5vw;
    text-align: center;
    white-space: nowrap;
  }
}
#view .view_note {
  margin-top: 20px;
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  #view .view_note {
    margin-top: 1.7vw;
    padding-right: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_note {
    margin-top: 12vw;
    padding-right: 4.53vw;
  }
}
#view .view_note .view_note_txt {
  font-size: 10px;
  text-align: right;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  #view .view_note .view_note_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #view .view_note .view_note_txt {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3vw;
    text-align: left;
  }
}/*# sourceMappingURL=style_view.css.map */