@media (min-width: 1200px) {
  .mbp2,
  .mbp3,
  .mbp4,
  .mbp5,
  .mbp6,
  .mbp7 {
    display: none;
  }
  .p1 {
    height: 62.375rem;
    color: white;
    text-align: center;
  }
  .p1 br {
    display: none;
  }
  .text1 {
    font-family: ClearSans-Bold;
    font-size: 3.125rem;
    font-weight: 700;
  }
  .text2 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
  .text3 {
    font-family: ClearSans;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .p1-text1 {
    font-family: ClearSans-Bold;
    font-size: 4.125rem;
    font-weight: 700;
  }
  .p1-text1 span {
    display: inline-block;
    width: 14.75rem;
    height: 3.125rem;
    background: #ffffff;
    border-radius: 1.875rem 0 1.375rem 1.875rem;
    opacity: 0.8;
    font-family: ClearSans;
    font-size: 2.125rem;
    color: #000000;
    font-weight: 400;
    margin-left: 1.5rem;
    line-height: 3.125rem;
  }
  .p1 > .flex {
    align-items: center;
    margin: 6.375rem 0 1.375rem;
  }
  .p1 .text2 {
    width: 83.75rem;
  }
  .p1-link {
    background: #ff6b00;
    border-radius: 1.875rem;
    width: 10.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.375rem;
    color: inherit;
  }
  .p1-link i {
    font-size: 0.8rem;
  }
  .p2 {
    padding: 8rem 0 0 19.625rem;
    height: 60rem;
    position: relative;
  }
  .fs48 {
    font-size: 3rem;
  }
  .p2 .text1 {
    margin-bottom: 1.875rem;
  }
  .p2 .text3:nth-child(4),
  .p2 .text3:nth-child(6) {
    margin: 3.5rem 0;
  }
  .p2 img {
    position: absolute;
    opacity: 0;
    transition: opacity 1s, transform 1s;
  }
  .p2 img:nth-child(7) {
    width: 22.375rem;
    top: 24rem;
    left: 55.25rem;
    z-index: 2;
    transform: translateY(3rem);
  }
  .p2 img:nth-child(8) {
    width: 30.5rem;
    top: 46.75rem;
    left: 49rem;
    transition-delay: 1s;
  }
  .p2 img:nth-child(9) {
    width: 22.75rem;
    top: 8.75rem;
    left: 74.25rem;
    transform: translateY(-3rem);
  }
  .p2 img:nth-child(10) {
    width: 22.75rem;
    top: 33.625rem;
    left: 74.25rem;
    transition-delay: 1s;
  }
  .p2.is-show img {
    opacity: 1;
    transform: translateY(0);
  }
  .p3 {
    background: #f5f5f5;
    text-align: center;
  }
  .p3 .text1 {
    margin: 7rem 0 5.25rem;
  }
  .p3-1,
  .p3-2 {
    width: 115.625rem;
    height: 58.75rem;
    margin-bottom: 4rem;
  }
  .p3-1 {
    padding-top: 3.5rem;
  }
  .p3-2 {
    padding-top: 5rem;
  }
  .p3 .text2 {
    width: 73.75rem;
    color: black;
  }
  .p4 {
    height: 60rem;
    background: #010407;
    color: white;
  }
  .p4 video {
    height: 100%;
  }
  .p4-text {
    padding: 12.125rem 0 0 2.25rem;
  }
  .p4 .text3,
  .p4 .text2 {
    width: 31rem;
  }
  .p4 .text2:nth-child(2) {
    margin: 1.875rem 0 5.875rem;
  }
  .p5 {
    background-color: #f5f5f5;
    padding: 3.625rem 2.125rem 2.5rem;
  }
  .p5 .text2 {
    margin: 1.875rem 0 1.25rem;
  }
  .p5 .text3 {
    width: 85.5rem;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .p6 {
    padding: 4.625rem 0;
  }
  .p6 .flex-between {
    width: 87.5rem;
  }
  .p6-item {
    width: 43.25rem;
    height: 22.25rem;
    background-size: cover;
    padding: 1.125rem 0 0 2.25rem;
    margin-bottom: 1rem;
  }
  .p6 .text1 {
    margin-bottom: 3.375rem;
  }
  .p7 {
    background-color: #f5f5f5;
    padding: 6.25rem 0 5rem;
  }
  .p7 img {
    width: 89.25rem;
  }
  .p7 .text1 {
    margin-bottom: 2.75rem;
  }
}
@media (max-width: 1199px) {
  .p1 {
    height: calc(100vw * 1300 / 750);
    color: white;
    padding: calc(100vw * 96 / 750) calc(100vw * 50 / 750) 0;
    align-items: flex-start;
  }
  .p1 .text2 {
    color: white;
    margin: calc(100vw * 16 / 750) 0 calc(100vw * 48 / 750);
  }
  .p1 .p1-link {
    padding: calc(100vw * 8 / 750) calc(100vw * 44 / 750);
    text-align: center;
    font-size: calc(100vw * 28 / 750);
    line-height: calc(100vw * 48 / 750);
    align-items: center;
    justify-content: center;
    display: inline-block;
    background: #ff6b00;
    border-radius: calc(100vw * 42 / 750);
    color: white;
  }
  .p1 .p1-link .arrow::after,
  .p1 .p1-link .arrow::before {
    background: white;
  }
  .arrow {
    display: inline-block;
    position: relative;
    transform: rotateZ(135deg);
    margin-left: calc(100vw * 16 / 750);
    width: calc(100vw * 18 / 750);
    height: calc(100vw * 18 / 750);
  }
  .arrow::after {
    content: '';
    display: inline-block;
    width: calc(100vw * 18 / 750);
    height: calc(100vw * 4 / 750);
    position: absolute;
    top: 0;
    left: 0;
  }
  .arrow::before {
    content: '';
    display: inline-block;
    height: calc(100vw * 18 / 750);
    width: calc(100vw * 4 / 750);
    position: absolute;
    top: 0;
    left: 0;
  }
  .p1-text1 {
    font-family: ClearSans-Bold;
    font-size: calc(100vw * 60 / 750);
    line-height: calc(100vw * 78 / 750);
    font-weight: 700;
  }
  .p1-text1 span {
    opacity: 0.8;
    display: inline-block;
    font-family: ClearSans;
    font-size: calc(100vw * 28 / 750);
    color: #000000;
    font-weight: 400;
    background: #ffffff;
    border-radius: calc(100vw * 24 / 750) 0 calc(100vw * 18 / 750) calc(100vw * 24 / 750);
    width: calc(100vw * 188 / 750);
    height: calc(100vw * 40 / 750);
    line-height: calc(100vw * 40 / 750);
    text-align: center;
  }
  .text1 {
    font-family: ClearSans-Bold;
    font-size: calc(100vw * 52 / 750);
    font-weight: 700;
  }
  .text2 {
    font-size: calc(100vw * 30 / 750);
    color: #232222;
    line-height: calc(100vw * 42 / 750);
  }
  .text3 {
    font-family: ClearSans-Light;
    font-size: calc(100vw * 28 / 750);
    line-height: calc(100vw * 36 / 750);
  }
  .mbp2 {
    position: relative;
    padding: 0 calc(100vw * 48 / 750);
    height: calc(100vw * 1300 / 750);
  }
  .mbp2 .text1 {
    text-align: center;
    margin: calc(100vw * 80 / 750) 0;
  }
  .mbp2 .text2 {
    width: calc(100vw * 304 / 750);
    margin-bottom: calc(100vw * 48 / 750);
  }
  .mbp2 .text2 span {
    font-size: calc(100vw * 48 / 750);
  }
  .mbp2 img {
    position: absolute;
    opacity: 0;
    transition: transform 1s, opacity 1s;
  }
  .mbp2 img:nth-child(3) {
    width: calc(100vw * 308 / 750);
    top: calc(100vw * 818 / 750);
    left: calc(100vw * 84 / 750);
    z-index: 2;
    transform: translateY(48px);
  }
  .mbp2 img:nth-child(4) {
    width: calc(100vw * 404 / 750);
    bottom: 0;
    left: calc(100vw * 8 / 750);
    transition-delay: 1s;
  }
  .mbp2 img:nth-child(5) {
    width: calc(100vw * 314 / 750);
    top: calc(100vw * 650 / 750);
    left: calc(100vw * 346 / 750);
    transform: translateY(calc(100vw * -48 / 750));
  }
  .mbp2 img:nth-child(6) {
    width: calc(100vw * 312 / 750);
    top: calc(100vw * 992 / 750);
    left: calc(100vw * 346 / 750);
    transition-delay: 1s;
  }
  .mbp2.on img {
    opacity: 1;
    transform: translateY(0);
  }
  .mbp3 {
    padding: calc(100vw * 72 / 750) 0 calc(100vw * 30 / 750);
    background: #f5f5f5;
  }
  .mbp3 .text2 {
    width: calc(100vw * 660 / 750);
  }
  .mbp3 .text2:nth-child(2) {
    margin: calc(100vw * 20 / 750) 0;
  }
  .mbp3 .text2:nth-child(4) {
    margin: calc(100vw * 60 / 750) 0 calc(100vw * 20 / 750);
  }
  .mbp3 img {
    width: calc(100vw * 690 / 750);
  }
  .p2,
  .p3,
  .p4,
  .p5,
  .p6,
  .p7 {
    display: none;
  }
  .mbp4 {
    background-color: black;
    height: calc(100vw * 1300 / 750);
    color: white;
    padding-top: calc(100vw * 120 / 750);
    position: relative;
  }
  .mbp4 .text2 {
    color: white;
    margin: calc(100vw * 26 / 750) 0 calc(100vw * 44 / 750);
    width: calc(100vw * 660 / 750);
  }
  .mbp4 .text3 {
    width: calc(100vw * 660 / 750);
    padding-left: calc(100vw * 40 / 750);
    margin-bottom: calc(100vw * 40 / 750);
  }
  .mbp4 img {
    position: absolute;
    bottom: 0;
  }
  .mbp4 .bfdoc::before {
    background-color: white;
  }
  .bfdoc {
    position: relative;
  }
  .bfdoc::before {
    content: '';
    width: calc(100vw * 8 / 750);
    height: calc(100vw * 8 / 750);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: calc(100vw * 14 / 750);
    left: calc(100vw * 8 / 750);
  }
  .mbp5 {
    background: #f5f5f5;
    padding-top: calc(100vw * 76 / 750);
    height: calc(100vw * 1300 / 750);
  }
  .mbp5 .text2 {
    width: calc(100vw * 622 / 750);
    margin: calc(100vw * 26 / 750) 0;
  }
  .mbp5 .text3 {
    width: calc(100vw * 660 / 750);
    padding-left: calc(100vw * 40 / 750);
    margin-bottom: calc(100vw * 40 / 750);
  }
  .mbp5 .bfdoc::before {
    background-color: black;
  }
  .mbp5 img {
    width: calc(100vw * 690 / 750);
  }
  .mbp6 .text1 {
    margin: calc(100vw * 84 / 750) 0 calc(100vw * 50 / 750);
  }
  .mbp6 .text2 {
    width: calc(100vw * 690 / 750);
    height: calc(100vw * 356 / 750);
    margin-bottom: calc(100vw * 16 / 750);
    padding: calc(100vw * 18 / 750) 0 0 calc(100vw * 30 / 750);
    background-size: cover;
  }
  .mbp7 {
    background: #f5f5f5;
    padding: calc(100vw * 100 / 750) 0 calc(100vw * 110 / 750);
  }
  .mbp7 .text1 {
    margin-bottom: calc(100vw * 64 / 750);
  }
  .mbp7-box {
    width: calc(100vw * 692 / 750);
    position: relative;
    overflow-x: scroll;
    height: calc(100vw * 690 / 750);
    flex-wrap: nowrap;
  }
  .mbp7-box img {
    height: calc(100vw * 690 / 750);
  }
  .mbp7-box img:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}
