html,
body {
  margin: 0;
  padding: 0;
}

span.title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
span.sm {
  font-size: 24px;
}

.d1 {
  background: url("img/bgc.png");
  max-height: 1228px;
  height: 1228px;
  width: 1600px;
  max-width: 1600px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.t1 h1 {
  border-right: 4px solid #fff;
  color: #fff;
  font-size: 65px;
  padding: 0 25px;
  text-align: right;
  text-transform: uppercase;
}

.t1 h2 {
  color: #fff;
  font-size: 49px;
  padding: 0 25px;
  font-weight: 500;
}

.t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
}

.mob {
  display: none;
}

.d2 {
  text-align: center;
  height: 375px;
  max-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1600px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.d2 p {
  font-size: 26px;
}

.d3 {
  background-color: #ccaaa1;
  height: 1000px;
  max-height: 1000px;
  display: flex;
}

.d3 > div {
  width: 1600px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.d3 span {
  color: #fff;
  text-align: center;
  display: block;
  padding: 50px 0;
  line-height: 1.3;
  font-weight: 500;
}

.d3 p {
  color: #fff;
  font-size: 25px;
}

.d3 .flex > img {
  margin-right: 150px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d3 p {
  line-height: 1.4;
}

.d4 span {
  text-align: center;
  display: block;
  padding: 50px 0 0;
  line-height: 1.3;
}

.d4 {
  width: 1600px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.d4 img {
  margin: 40px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .d3 {
    display: inline-flex;
  }
  .d4 > .flex {
    display: inline-block;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .d1 {
    background: url(img/bgc.png);
    max-height: 578px;
    height: 578px;
    width: unset;
    max-width: unset;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .t1 {
    padding: 22px 0 32px;
  }
  .t1 h1 {
    font-size: 18px;
    padding: 0 12px;
  }
  .t1 h2 {
    font-size: 18px;
    padding: 0 12px;
    line-height: 1.05;
  }
  .d1 .mob {
    width: 85%;
    max-width: 100%;
    height: 100%;
    display: block;
  }
  .t2 {
    padding-top: unset;
  }
  .t2 .des {
    display: none;
  }
  .t2 .mob {
    display: block;
  }
  .d2 {
    width: unset;
    max-width: unset;
    padding: 0 22px;
  }
  span.title {
    font-size: 24px;
    padding: 50px 18px;
  }
  span.sm {
    font-size: 21px;
    padding: 14px 18px;
  }
  .d2 p {
    font-size: 22px;
  }
  .d3 .des {
    display: none;
  }
  .d3 .flex > img {
    margin-right: unset;
  }
  .d3 {
    height: unset;
    max-height: unset;
  }
  .d3 > div {
    width: 100%;
    max-width: 100%;
  }
  .flex {
    display: block;
    text-align: center;
  }
  .flex > div {
    padding: 14px;
  }
  .d3 p {
    font-size: 20px;
  }
  .d3 .mob {
    width: 55%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
  }
  .d4 {
    width: unset;
    max-width: unset;
  }
  .d4 img {
    width: 45%;
    max-width: 100%;
    height: 100%;
    margin: 40px 40px 25px;
  }
}

@media all and (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }
  .d1 {
    background: url(img/bgm.png);
    max-height: 435px;
    height: 435px;
    width: unset;
    max-width: unset;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .t1 {
    padding: 22px 0 32px;
    display: inline-flex;
  }
  .t1 h1 {
    font-size: 18px;
    padding: 0 12px;
  }
  .t1 h2 {
    font-size: 18px;
    padding: 0 12px;
    line-height: 1.05;
  }
  .d1 .mob {
    width: 85%;
    max-width: 100%;
    height: 100%;
    display: block;
  }
  .t2 {
    padding-top: unset;
  }
  .t2 .des {
    display: none;
  }
  .t2 .mob {
    display: block;
  }
  .d2 {
    width: unset;
    max-width: unset;
    padding: 0 22px;
  }
  span.title {
    font-size: 24px;
    padding: 50px 18px;
  }
  span.sm {
    font-size: 21px;
    padding: 14px 18px;
  }
  .d2 p {
    font-size: 22px;
  }
  .d3 .des {
    display: none;
  }
  .d3 .flex > img {
    margin-right: unset;
  }
  .d3 {
    height: unset;
    max-height: unset;
  }
  .d3 > div {
    width: 100%;
    max-width: 100%;
  }
  .flex {
    display: block;
    text-align: center;
  }
  .flex > div {
    padding: 14px;
  }
  .d3 p {
    font-size: 20px;
  }
  .d3 .mob {
    width: 55%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
  }
  .d4 {
    width: unset;
    max-width: unset;
  }
  .d4 img {
    width: 45%;
    max-width: 100%;
    height: 100%;
    margin: 40px 40px 25px;
  }
}
