@media screen and (max-width: 1140px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body .vessel {
    background-color: #E8F0EC;
    padding-bottom: 0.8vw;
    overflow: hidden;
  }
  body .vessel .banner {
    background-image: url("../image/head-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    width: 100%;
    height: 104vw;
    animation: bannerAnis 12s linear infinite;
  }
  body .vessel .banner .banner-logos {
    position: absolute;
    left: 1.8vw;
    top: 3.4vw;
    width: 65.1vw;
  }
  body .vessel .banner .banner-adorn {
    position: absolute;
    left: 0vw;
    top: 32vw;
    width: 54.1vw;
  }
  body .vessel .banner .banner-title {
    position: absolute;
    left: 59vw;
    top: 13vw;
    width: 30vw;
    z-index: 1;
  }
  body .vessel .banner .banner-cloud-left-1 {
    position: absolute;
    left: 0vw;
    top: 13.5vw;
    width: 23.4vw;
  }
  body .vessel .banner .banner-cloud-right-1 {
    position: absolute;
    right: -1vw;
    top: 58.2vw;
    width: 18.4vw;
  }
  body .vessel .banner .banner-cloud-right-2 {
    position: absolute;
    right: -6vw;
    top: 40.4vw;
    width: 43vw;
    display: none;
  }
  body .vessel .banner .infos {
    display: none;
  }
  body .vessel .banner .units {
    display: none;
  }
  body .vessel .banner .infos-mobile {
    display: flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 56vw;
    left: 4vw;
    width: 92vw;
  }
  body .vessel .banner .infos-mobile .item {
    display: flex;
    color: #377A6C;
    margin-bottom: calc(100vw * 12 / 750);
    font-size: calc(100vw * 24 / 750);
  }
  body .vessel .banner .infos-mobile .item .key {
    white-space: nowrap;
    margin-right: calc(100vw * 12 / 750);
    font-weight: 700;
  }
  body .vessel .banner .infos-mobile .item:nth-child(1) {
    align-items: center;
  }
  body .vessel .banner .infos-mobile .item:nth-child(1) .key {
    color: #000000;
  }
  body .vessel .banner .infos-mobile .item:nth-child(1) .val {
    font-weight: 700;
    font-size: calc(100vw * 26 / 750);
  }
  body .vessel .banner .infos-mobile .item:nth-child(2) {
    align-items: center;
  }
  body .vessel .banner .infos-mobile .item:nth-child(2) .key {
    color: #000000;
  }
  body .vessel .banner .infos-mobile .item:nth-child(2) .val {
    color: #000000;
  }
  body .vessel .banner .infos-mobile .item:nth-child(3) {
    margin-top: 6vw;
    font-size: calc(100vw * 22 / 750);
  }
  body .vessel .banner .infos-mobile .item:nth-child(4) {
    font-size: calc(100vw * 22 / 750);
  }
  @keyframes bannerAnis {
    0%, 100% {
      background-size: 100% 100%;
    }
    50% {
      background-size: 110% 110%;
    }
  }
  body .vessel .content {
    width: 98vw;
    margin: 0 auto;
    background: transparent;
    border-radius: 0px;
    padding: 0vw 4vw;
    padding-bottom: 14vw;
  }
  body .vessel .content .content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10vw;
    margin-bottom: 4vw;
  }
  body .vessel .content .content-title img {
    width: calc(100vw * 30 / 750);
    margin-right: calc(100vw * 12 / 750);
  }
  body .vessel .content .content-title span {
    color: #303733;
    font-size: calc(100vw * 30 / 750);
  }
  body .vessel .content .content-title.last {
    padding-top: 2.8vw;
  }
  body .vessel .content .content-texts {
    display: flex;
    flex-direction: column;
    padding: 6vw 0vw;
    border-top: 1px dashed #929a88;
    border-bottom: 1px dashed #929a88;
    position: relative;
  }
  body .vessel .content .content-texts p {
    color: #303733;
    font-size: calc(100vw * 25 / 750);
    line-height: 1.75;
    margin-bottom: 0.8vw;
    text-indent: 2em;
  }
  body .vessel .content .content-texts p:last-of-type {
    margin-bottom: 0vw;
  }
  body .vessel .content .content-texts .svgs svg {
    width: calc(100vw * 20 / 1920);
    height: calc(100vw * 20 / 1920);
  }
  body .vessel .content .content-texts .svgs svg:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(90deg) translateX(-50%) translateY(12%);
  }
  body .vessel .content .content-texts .svgs svg:nth-child(2) {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(-90deg) translateX(50%) translateY(12%);
  }
  body .vessel .content .content-texts .svgs svg:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: rotate(90deg) translateX(50%) translateY(12%);
  }
  body .vessel .content .content-texts .svgs svg:nth-child(4) {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(-90deg) translateX(-50%) translateY(12%);
  }
  body .vessel .content .content-links {
    background-image: url("../image/vr.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16vw;
    margin-top: 8vw;
    padding-bottom: 2.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: ease 0.5s;
  }
  body .vessel .content .content-links img {
    width: 22vw;
    transition: ease 0.4s;
  }
  body .vessel .content .content-video {
    border: 1px dashed #929a88;
    border-radius: 4px;
    padding: 1vw;
    line-height: 0;
    overflow: hidden;
  }
  body .vessel .content .content-video video {
    width: 100%;
  }
  body .vessel .content .content-lists {
    padding-top: 10vw;
  }
  body .vessel .content .content-lists .options {
    background: #e0eae5;
    height: 11vw;
    display: flex;
    position: relative;
  }
  body .vessel .content .content-lists .options li {
    position: relative;
    z-index: 1;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: calc(100vw * 26 / 750);
    font-weight: 700;
    cursor: pointer;
    transition: ease 0.4s;
  }
  body .vessel .content .content-lists .options li span {
    margin-right: calc(100vw * 24 / 1920);
  }
  body .vessel .content .content-lists .options li.pitch {
    color: #FFFFFF;
  }
  body .vessel .content .content-lists .options .pitch-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    transition: ease 0.4s;
  }
  body .vessel .content .content-lists .options .pitch-img.pitch-p {
    display: none;
  }
  body .vessel .content .content-lists .options .pitch-img.pitch-m {
    display: block;
  }
  body .vessel .content .content-lists .content-lists-items:last-child {
    display: none;
  }
  body .vessel .content .content-lists .content-lists-items .introduce {
    position: relative;
    margin: 6vw 0vw;
  }
  body .vessel .content .content-lists .content-lists-items .introduce p {
    color: #303733;
    font-size: calc(100vw * 25 / 750);
    line-height: 1.75;
    margin-bottom: 0.8vw;
    text-indent: 2em;
  }
  body .vessel .content .content-lists .content-lists-items .introduce p:last-child {
    margin-bottom: 0vw;
  }
  body .vessel .content .content-lists .content-lists-items .relicList {
    display: flex;
    flex-wrap: wrap;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6vw;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .image {
    width: 80vw;
    height: 80vw;
    border-radius: 80vw;
    border: 1px dashed #DBE9E3;
    position: relative;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .image::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #DBE9E3;
    width: 74vw;
    height: 74vw;
    border-radius: 74vw;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .image img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos {
    margin-top: 4vw;
    display: flex;
    align-items: center;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-title {
    display: none;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts {
    border-left: unset;
    margin-left: 0vw;
    padding-left: 0vw;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts p {
    font-size: calc(100vw * 25 / 750);
    line-height: 2;
    color: #222925;
    display: flex;
    align-items: center;
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts p span {
    display: block;
    font-weight: 700;
    margin-right: calc(100vw * 10 / 750);
  }
  body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts p span img {
    height: calc(100vw * 36 / 750);
    margin-bottom: calc(100vw * 4 / 750);
  }
  body .vessel .content .content-cloud img:nth-child(1) {
    position: absolute;
    left: -1vw;
    top: 6.2vw;
    width: 22vw;
    opacity: 0.6;
  }
  body .vessel .content .content-cloud img:nth-child(2) {
    display: none;
  }
  body .vessel .content .content-cloud img:nth-child(3) {
    position: absolute;
    right: 0vw;
    bottom: 4vw;
    width: 24vw;
    opacity: 0.45;
  }
}