.container--wide {
  max-width: 1350px !important;
}
.container--narrow {
  max-width: 1130px !important;
}

.lazyweb {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .lazyweb {
    padding-bottom: 52px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes stamp {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.main.diy {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .main.diy {
    padding-top: 30px;
  }
}

.diy-topic {
  width: 100%;
  padding-top: 118px;
  padding-bottom: 6.1%;
  background-image: url(../images/diy/topic/diy-topic-mainbg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .diy-topic {
    padding-bottom: 0;
    background-image: url(../images/diy/topic/diy-topic-mb-mainbg.png);
  }
}
.diy-topic__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .diy-topic__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .diy-topic__content-wrap {
    width: 100%;
    padding-top: 48px;
    order: 1;
  }
}
@media (max-width: 991px) {
  .diy-topic__title {
    display: flex;
    justify-content: center;
  }
}
.diy-topic__title-line {
  font-weight: 500;
  font-size: 50px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .diy-topic__title-line:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .diy-topic__title-line {
    font-size: 30px;
  }
}
.diy-topic__text {
  font-weight: 400;
  font-size: 18px;
  color: #555;
}
@media (max-width: 991px) {
  .diy-topic__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .diy-topic__text {
    font-size: 14px;
  }
}
.diy-topic__text-wrap {
  padding-top: 30px;
}
.diy-topic__btn {
  width: 130px;
  border-radius: 8px;
  background-color: #0084FF;
  transition: background-color 0.3s linear;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 991px) {
  .diy-topic__btn {
    margin: 0 auto;
  }
}
.diy-topic__btn:hover {
  background-color: #40A3FF;
}
.diy-topic__btn-wrap {
  padding-top: 35px;
}
.diy-topic__imgbox {
  width: 100%;
  position: relative;
  background-image: url(../images/diy/topic/diy-topic-gifbg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .diy-topic__imgbox {
    width: calc(100% + 40px);
    margin-left: -20px;
    background-image: url(../images/diy/topic/diy-topic-mb-gifbg.png);
    background-position: top left 8px;
  }
}
.diy-topic__imgbox-wrap {
  width: 58.35%;
}
@media (max-width: 991px) {
  .diy-topic__imgbox-wrap {
    width: 100%;
  }
}
.diy-topic__imgbox-main {
  width: 69%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-image: url(../images/diy/topic/diy-topic-gif.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-topic__imgbox-main::before {
  content: "";
  width: 100%;
  padding-top: 67%;
  display: block;
}
.diy-topic__imgbox-main--decoration {
  width: 22.7%;
  position: absolute;
  left: -14%;
  bottom: -16%;
  background-image: url(../images/diy/topic/diy-topic-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-topic__imgbox-main--decoration::before {
  content: "";
  width: 100px;
  padding-top: 77.58%;
  display: block;
}
.diy-topic__imgbox-shadow {
  width: 66.2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-48%, -50%, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.diy-topic__imgbox-shadow::before {
  content: "";
  width: 100%;
  padding-top: 69.65%;
  display: block;
}
.diy-topic__imgbox--decoration {
  width: 5.39%;
  position: absolute;
  right: 19%;
  bottom: -6.5%;
  background-color: #D2E9FF;
  border-radius: 50%;
}
.diy-topic__imgbox--decoration::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-rules {
  padding: 100px 0 65px;
}
@media (max-width: 991px) {
  .diy-rules {
    padding: 120px 0 50px;
  }
}
.diy-rules__titlebox-wrap {
  padding-bottom: 45px;
}
.diy-rules__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-rules__title {
    font-size: 25px;
  }
}
.diy-rules__subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.diy-rules__subtitle-wrap {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .diy-rules__subtitle-wrap {
    padding-top: 15px;
  }
}
.diy-rules__listbox-wrap {
  opacity: 0;
}
.diy-rules__listbox-wrap + .diy-rules__listbox-wrap {
  padding-top: 63px;
}
@media (max-width: 991px) {
  .diy-rules__listbox-wrap + .diy-rules__listbox-wrap {
    padding-top: 50px;
  }
}
.diy-rules__listbox-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 0.5s;
}
.diy-rules__listbox-titlewrap {
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .diy-rules__listbox-titlewrap {
    padding-bottom: 23px;
  }
}
.diy-rules__listbox-title {
  width: 134px;
  margin: 0 auto;
  background-color: #D7ECFF;
  border-radius: 8px;
  font-size: 18px;
  color: #0084FF;
  text-align: center;
  line-height: 34px;
}
.diy-rules__listbox-list {
  width: 100%;
  padding: 35px 65px;
  border-radius: 8px;
  background-color: #fff;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .diy-rules__listbox-list {
    padding: 32px 28px;
    flex-wrap: wrap;
  }
}
.diy-rules__listbox-itemwrap {
  width: 24.95%;
}
@media (max-width: 991px) {
  .diy-rules__listbox-itemwrap {
    width: 100%;
  }
  .diy-rules__listbox-itemwrap + .diy-rules__listbox-itemwrap {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .diy-rules__listbox-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.diy-rules__listbox-imgwrap {
  width: 100%;
}
@media (max-width: 991px) {
  .diy-rules__listbox-imgwrap {
    max-width: 274px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .diy-rules__listbox-imgwrap--mbshort {
    width: 100px;
  }
  .diy-rules__listbox-imgwrap--mbshort .diy-rules__listbox-img::before {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .diy-rules__listbox-imgwrap--mbshort {
    width: 82px;
  }
}
.diy-rules__listbox-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diy-rules__listbox-img::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 65.917%;
}
.diy-rules__listbox-img--searching {
  background-image: url(../images/diy/rules/diy-rules-top01.png);
  background-size: 50%;
}
@media (max-width: 991px) {
  .diy-rules__listbox-img--searching {
    background-size: cover;
  }
}
.diy-rules__listbox-img--learning {
  background-image: url(../images/diy/rules/diy-rules-top02.png);
  background-size: 50%;
}
@media (max-width: 991px) {
  .diy-rules__listbox-img--learning {
    background-size: cover;
  }
}
.diy-rules__listbox-img--savingbudget {
  background-image: url(../images/diy/rules/diy-rules-top03.png);
  background-size: 50%;
}
@media (max-width: 991px) {
  .diy-rules__listbox-img--savingbudget {
    background-size: cover;
  }
}
.diy-rules__listbox-img--fast {
  background-image: url(../images/diy/rules/diy-rules-bottom01.png);
}
.diy-rules__listbox-img--easy {
  background-image: url(../images/diy/rules/diy-rules-bottom02.png);
}
.diy-rules__listbox-img--highquality {
  background-image: url(../images/diy/rules/diy-rules-bottom03.png);
}
@media (max-width: 991px) {
  .diy-rules__listbox-contentwrap {
    max-width: 560px;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .diy-rules__listbox-contentwrap {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .diy-rules__listbox-contentwrap--inline {
    max-width: 220px;
    width: 100%;
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .diy-rules__listbox-contentwrap--inline .diy-rules__listbox-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .diy-rules__listbox-contentwrap--inline .diy-rules__listbox-content {
    font-size: 16px;
  }
}
.diy-rules__listbox-content {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-rules__listbox-content {
    font-size: 18px;
    text-align: center;
  }
}
.diy-rules__listbox-text {
  padding-top: 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media (max-width: 1200px) {
  .diy-rules__listbox-text .break {
    display: none;
  }
}
@media (max-width: 767px) {
  .diy-rules__listbox-text .break {
    display: unset;
  }
}
.diy-rules__btn {
  width: 130px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #0084FF;
  transition: background-color 0.3s linear;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 45px;
}
.diy-rules__btn:hover {
  background-color: #40A3FF;
}
.diy-rules__btn-wrap {
  padding-top: 40px;
}
.diy-ideal {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .diy-ideal {
    padding-top: 50px;
  }
}
.diy-ideal .common-button-wrap {
  padding: 40px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .diy-ideal .common-button-wrap {
    padding: 20px 0;
  }
}
.diy-ideal__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-ideal__title {
    font-size: 25px;
  }
}
.diy-ideal__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.diy-ideal__list-wrap {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .diy-ideal__list-wrap {
    padding-top: 60px;
  }
}
.diy-ideal__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .diy-ideal__item {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.diy-ideal__item-wrap {
  width: 100%;
  padding-left: 68px;
  opacity: 0;
}
@media (max-width: 991px) {
  .diy-ideal__item-wrap {
    padding-left: 0;
  }
}
.diy-ideal__item-wrap + .diy-ideal__item-wrap {
  padding-top: 125px;
}
@media (max-wioth: 991px) {
  .diy-ideal__item-wrap + .diy-ideal__item-wrap {
    padding-top: 110px;
  }
}
.diy-ideal__item-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 0.5s;
}
.diy-ideal__content {
  position: relative;
}
.diy-ideal__content-wrap {
  width: 46%;
}
@media (max-width: 991px) {
  .diy-ideal__content-wrap {
    width: 100%;
    padding-top: 26px;
    order: 1;
  }
}
.diy-ideal__content-decoration {
  position: absolute;
}
.diy-ideal__content-decoration--blue {
  width: 28px;
  position: absolute;
  left: 8%;
  top: -28%;
  background-image: url(../images/diy/ideal/diy-ideal-main01-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .diy-ideal__content-decoration--blue {
    right: 0;
    top: 25%;
  }
}
.diy-ideal__content-decoration--blue::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-ideal__content-decoration--yellow {
  width: 26px;
  position: absolute;
  right: 18.6%;
  top: -1%;
  background-image: url(../images/diy/ideal/diy-ideal-main02-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .diy-ideal__content-decoration--yellow {
    right: 0;
    top: -25%;
  }
}
@media (max-width: 991px) {
  .diy-ideal__content-decoration--yellow {
    top: -33%;
  }
}
.diy-ideal__content-decoration--yellow::before {
  content: "";
  width: 100%;
  padding-top: 110%;
  display: block;
}
.diy-ideal__content-decoration--green {
  width: 32px;
  position: absolute;
  right: 10%;
  bottom: -77%;
  background-image: url(../images/diy/ideal/diy-ideal-main03-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .diy-ideal__content-decoration--green {
    bottom: -30%;
  }
}
@media (max-width: 991px) {
  .diy-ideal__content-decoration--green {
    bottom: 115%;
    right: 0;
  }
}
.diy-ideal__content-decoration--green::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-ideal__content-titlewrap {
  position: relative;
  z-index: 1;
}
.diy-ideal__content-title {
  font-weight: 500;
  font-size: 26px;
  color: #333;
}
@media (max-width: 991px) {
  .diy-ideal__content-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .diy-ideal__content-title {
    font-size: 22px;
  }
}
.diy-ideal__content-textwrap {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.diy-ideal__content-text {
  font-size: 16px;
  color: #666;
}
@media (max-width: 991px) {
  .diy-ideal__content-text {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .diy-ideal__content-text .break {
    display: none;
  }
}
.diy-ideal__imgbox {
  position: relative;
}
.diy-ideal__imgbox-wrap {
  width: 47.83%;
}
@media (max-width: 991px) {
  .diy-ideal__imgbox-wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .diy-ideal__imgbox-wrap {
    width: 100%;
  }
}
.diy-ideal__img-main {
  width: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-ideal__img-main::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 58.53%;
}
.diy-ideal__img-main01 {
  background-image: url(../images/diy/ideal/diy-ideal-main01.png);
}
.diy-ideal__img-main02 {
  background-position: -3px center;
  background-image: url(../images/diy/ideal/diy-ideal-main02.png);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  .diy-ideal__img-main02 {
    margin-bottom: 35px;
    background-position: 5px center;
  }
}
.diy-ideal__img-main03 {
  background-image: url(../images/diy/ideal/diy-ideal-main03.png);
}
@media (max-width: 991px) {
  .diy-ideal__img-main03 {
    margin-bottom: 25px;
  }
}
.diy-ideal__img-decorationwrap {
  position: absolute;
}
.diy-ideal__img-decorationwrap--blue {
  width: 46%;
  right: -10px;
  bottom: 0px;
}
.diy-ideal__img-decorationwrap--blue .diy-ideal__img-decoration {
  background-image: url(../images/diy/ideal/diy-ideal-deco-blue.png);
}
.diy-ideal__img-decorationwrap--blue .diy-ideal__img-decoration::before {
  padding-top: 100%;
}
.diy-ideal__img-decorationwrap--yellow {
  width: 59.93%;
  left: -35px;
  bottom: -25px;
}
@media (max-width: 991px) {
  .diy-ideal__img-decorationwrap--yellow {
    left: -16px;
    bottom: -17px;
  }
}
.diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--01 {
  background-image: url(../images/diy/ideal/diy-ideal-deco-yellow.png);
}
.diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--01::before {
  padding-top: 85%;
}
.diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02 {
  width: 22.8%;
  position: absolute;
  left: -9%;
  bottom: 6%;
  background-image: url(../images/diy/ideal/diy-ideal-deco-yellow02.png);
}
@media (max-width: 991px) {
  .diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02 {
    left: 0;
    bottom: 0;
  }
}
.diy-ideal__img-decorationwrap--yellow .diy-ideal__img-decoration--02::before {
  padding-top: 41%;
}
.diy-ideal__img-decorationwrap--green {
  width: 58.71%;
  right: -15px;
  bottom: -6px;
}
.diy-ideal__img-decorationwrap--green .diy-ideal__img-decoration {
  background-image: url(../images/diy/ideal/diy-ideal-deco-green.png);
}
.diy-ideal__img-decorationwrap--green .diy-ideal__img-decoration::before {
  padding-top: 107.418%;
}
.diy-ideal__img-decoration {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-ideal__img-decoration::before {
  content: "";
  width: 100%;
  display: block;
}
.diy-management {
  padding-top: 114px;
  position: relative;
}
@media (max-width: 991px) {
  .diy-management {
    padding-top: 100px;
  }
}
.diy-management__bgc {
  width: 100%;
  position: relative;
  border-radius: 176px;
  background-color: #F6FBFF;
}
@media (max-width: 991px) {
  .diy-management__bgc {
    border-radius: 300px;
  }
}
@media (max-width: 767px) {
  .diy-management__bgc {
    border-radius: 999px;
  }
}
.diy-management__decoration {
  width: 32px;
  position: absolute;
  right: 16.6%;
  top: -4%;
  background-image: url(../images/diy/management/diy-management-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .diy-management__decoration {
    top: 3.2%;
  }
}
.diy-management__decoration::before {
  content: "";
  width: 100px;
  padding-top: 100%;
  display: block;
}
.diy-management__box {
  width: 100%;
  padding: 65px 0 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .diy-management__box {
    padding: 70px 0 85px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.diy-management__box-wrap {
  width: 100%;
}
.diy-management__img {
  width: 100%;
}
.diy-management__img-wrap {
  max-width: 317px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .diy-management__img-wrap {
    max-width: 343px;
  }
}
.diy-management__img-main {
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background-image: url(../images/diy/management/diy-management-main01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-management__img-main::before {
  content: "";
  width: 100%;
  padding-top: 66.374%;
  display: block;
}
.diy-management__img-sub {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/diy/management/diy-management-main02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-management__img-sub::before {
  content: "";
  width: 100%;
  padding-top: 66.374%;
  display: block;
}
@media (max-width: 991px) {
  .diy-management__content {
    padding: 0 40px;
  }
}
.diy-management__content-wrap {
  padding-left: 58px;
}
@media (max-width: 991px) {
  .diy-management__content-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.diy-management__title {
  font-weight: 500;
  font-size: 32px;
  color: #333;
}
@media (max-width: 991px) {
  .diy-management__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .diy-management__title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.diy-management__title-wrap {
  overflow: hidden;
}
.diy-management__text {
  font-size: 16px;
  color: #666;
}
@media (max-width: 991px) {
  .diy-management__text {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .diy-management__text .break {
    display: none;
  }
}
@media (max-width: 991px) {
  .diy-management__text-wrap {
    padding-top: 12px;
  }
}
.diy-tutorial {
  padding-top: 135px;
}
@media (max-width: 991px) {
  .diy-tutorial {
    padding-top: 100px;
  }
}
.diy-tutorial__title-line {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .diy-tutorial__title-line {
    font-size: 25px;
  }
}
.diy-tutorial__subtitle {
  padding-top: 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media (max-width: 991px) {
  .diy-tutorial__subtitle {
    padding-top: 15px;
  }
}
.diy-tutorial__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diy-tutorial__list-wrap {
  padding-top: 62px;
}
.diy-tutorial__item-wrap {
  width: 26.67%;
  padding-bottom: 18px;
  opacity: 0;
}
@media (max-width: 991px) {
  .diy-tutorial__item-wrap {
    width: 100%;
    padding-bottom: 36px;
  }
  .diy-tutorial__item-wrap:last-child {
    padding-bottom: 0;
  }
}
.diy-tutorial__item-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.5s;
}
.diy-tutorial__item-wrap:nth-child(1) {
  animation-delay: calc(1s * 0.5);
}
.diy-tutorial__item-wrap:nth-child(2) {
  animation-delay: calc(2s * 0.5);
}
.diy-tutorial__item-wrap:nth-child(3) {
  animation-delay: calc(3s * 0.5);
}
.diy-tutorial__item-imgboxwrap {
  width: 100%;
}
.diy-tutorial__item-imgwrap {
  padding-bottom: 14px;
}
.diy-tutorial__item-img {
  width: 66px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-tutorial__item-img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-tutorial__item-img--video {
  background-image: url(../images/diy/tutorial/diy-tutorial-img01.png);
}
.diy-tutorial__item-img--article {
  background-image: url(../images/diy/tutorial/diy-tutorial-img02.png);
}
.diy-tutorial__item-img--customerservice {
  background-image: url(../images/diy/tutorial/diy-tutorial-img03.png);
}
.diy-tutorial__item-imgtextwrap {
  width: 101px;
  height: 44px;
  margin: 0 auto;
  background-image: url(../images/diy/tutorial/diy-tutorial-textbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-tutorial__item-imgtext {
  position: relative;
  top: 9px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.diy-tutorial__item-textwrap {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .diy-tutorial__item-textwrap {
    padding-top: 22px;
  }
}
.diy-tutorial__item-text {
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media (max-width: 1300px) {
  .diy-tutorial__item-text .break {
    display: none;
  }
}
.diy-steps {
  width: 100%;
  padding-top: 152px;
  position: relative;
}
@media (max-width: 991px) {
  .diy-steps {
    padding-top: 76px;
    padding-bottom: 86px;
  }
}
.diy-steps__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/diy/steps/diy-steps-bg.png);
  background-position: center;
  background-size: 100% 821px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .diy-steps__bg {
    background-image: url(../images/diy/steps/diy-steps-mb-bg.png);
    background-size: 100% 100%;
  }
}
.diy-steps__decoration {
  width: 26px;
  position: absolute;
  left: 12.7%;
  top: 21.5%;
  background-image: url(../images/diy/steps/diy-steps-decoration.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-steps__decoration::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-steps__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-steps__title {
    font-size: 25px;
  }
}
.diy-steps__list {
  width: 100%;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diy-steps__list-wrap {
  padding: 60px 0 270px;
}
@media (max-width: 991px) {
  .diy-steps__list-wrap {
    padding: 55px 0 0;
  }
}
@media (max-width: 991px) {
  .diy-steps__item {
    padding: 0 40px;
  }
}
.diy-steps__item-wrap {
  width: 28%;
  opacity: 0;
}
@media (max-width: 991px) {
  .diy-steps__item-wrap {
    width: 100%;
  }
  .diy-steps__item-wrap + .diy-steps__item-wrap {
    padding-top: 70px;
  }
}
.diy-steps__item-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.5s;
}
.diy-steps__item-wrap:nth-child(1) {
  animation-delay: calc(1s * 0.5);
}
.diy-steps__item-wrap:nth-child(2) {
  animation-delay: calc(2s * 0.5);
}
.diy-steps__item-wrap:nth-child(3) {
  animation-delay: calc(3s * 0.5);
}
.diy-steps__img {
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-steps__img::before {
  content: "";
  width: 100%;
  padding-top: 61.075%;
  display: block;
}
.diy-steps__img--register {
  background-image: url(../images/diy/steps/diy-steps-img01.png);
}
.diy-steps__img--edit {
  background-image: url(../images/diy/steps/diy-steps-img02.png);
}
.diy-steps__img--release {
  background-image: url(../images/diy/steps/diy-steps-img03.png);
}
@media (max-width: 991px) {
  .diy-steps__img-wrap {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .diy-steps__img-wrap {
    width: 100%;
  }
}
.diy-steps__content {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .diy-steps__content {
    justify-content: center;
  }
}
.diy-steps__content-wrap {
  padding-top: 20px;
}
.diy-steps__left {
  align-self: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(1, 73, 140, 0.3);
}
@media (max-width: 767px) {
  .diy-steps__left {
    font-size: 56px;
  }
}
.diy-steps__left-wrap {
  padding-right: 20px;
}
.diy-steps__right-title {
  font-weight: 500;
  font-size: 25px;
  color: #333;
}
@media (max-width: 767px) {
  .diy-steps__right-title {
    font-size: 22px;
  }
}
.diy-steps__right-text {
  font-size: 16px;
  color: #666;
}
.diy-plan {
  margin-top: -40px;
}
@media (max-width: 991px) {
  .diy-plan {
    margin-top: 0;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .diy-plan {
    padding-top: 50px;
  }
}
.diy-plan__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-plan__title {
    font-size: 25px;
  }
}
.diy-plan__title-wrap {
  padding-bottom: 38px;
}
.diy-plan__table-wrap {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  .diy-plan__table-wrap {
    border: 0;
    filter: none;
  }
}
@media (max-width: 991px) {
  .diy-plan__table-titlewrap {
    padding-bottom: 14px;
  }
}
.diy-plan__table-title {
  background-color: #f7f7f7;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
  font-size: 25px;
  color: #333;
  text-align: center;
  line-height: 62px;
}
@media (max-width: 991px) {
  .diy-plan__table-title {
    background-color: transparent;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  .diy-plan__table-title {
    font-size: 18px;
  }
}
.diy-plan__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .diy-plan__list {
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #fff;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  }
}
.diy-plan__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  border-right: 1px solid #EEEEEE;
}
.diy-plan__item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #eee;
}
.diy-plan__item:last-child::after {
  display: none;
}
.diy-plan__item--recommend::before {
  content: "";
  width: 70px;
  height: 68px;
  display: block;
  position: absolute;
  top: -17px;
  right: 36px;
  background-image: url(../images/diy/plan/diy-plan-recommend.png);
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (max-width: 1200px) {
  .diy-plan__item--recommend::before {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .diy-plan__item--recommend::before {
    display: none;
  }
}
.diy-plan__item--recommend .diy-plan__item-detail::after {
  content: "";
  width: 70px;
  height: 68px;
  display: none;
  position: absolute;
  top: -15px;
  right: -80px;
  background-image: url(../images/diy/plan/diy-plan-recommend.png);
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (max-width: 991px) {
  .diy-plan__item--recommend .diy-plan__item-detail::after {
    display: block;
  }
}
.diy-plan__item--recommend.animate::before {
  animation-name: stamp;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.diy-plan__item--recommend.animate .diy-plan__item-detail::after {
  animation-name: stamp;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.diy-plan__item-wrap {
  width: 33.333%;
  padding: 47px 0 40px;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .diy-plan__item-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .diy-plan__item-wrap--mbhalf {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .diy-plan__item-wrap--mbline::after {
    content: "";
    width: 1px;
    height: calc(100% - 72px);
    background-color: #eee;
    position: absolute;
    bottom: 17px;
    right: 0;
  }
}
.diy-plan__item-titlewrap {
  width: 100%;
}
.diy-plan__item-title {
  font-weight: 500;
  font-size: 22px;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .diy-plan__item-title {
    background-color: #f7f7f7;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .diy-plan__item-title {
    font-size: 14px;
    line-height: 40px;
  }
}
.diy-plan__item-title span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .diy-plan__item-title span {
    font-size: 12px;
  }
}
.diy-plan__item-detailwrap {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .diy-plan__item-detailwrap {
    padding-top: 22px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.diy-plan__item-detail {
  position: relative;
}
.diy-plan__item-scorewrap {
  padding: 10px 0 24px;
}
@media (max-width: 991px) {
  .diy-plan__item-scorewrap {
    display: none;
  }
}
.diy-plan__item-score {
  display: flex;
  justify-content: center;
}
.diy-plan__item-scoreimg {
  width: 26px;
  background-image: url(../images/diy/plan/diy-plan-star.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-plan__item-scoreimg::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-plan__item-scoreimg + .diy-plan__item-scoreimg {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .diy-plan__item-textwrap {
    display: none;
  }
}
.diy-plan__item-text {
  font-size: 16px;
  color: #888;
  text-align: center;
}
.diy-plan__item-priceboxwrap {
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .diy-plan__item-priceboxwrap {
    padding-top: 0;
  }
}
.diy-plan__item-pricebox {
  text-align: center;
}
.diy-plan__item-price {
  font-family: Montserrat;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .diy-plan__item-price {
    font-size: 12px;
  }
}
.diy-plan__item-price--bold {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 767px) {
  .diy-plan__item-price--bold {
    font-size: 22px;
  }
}
.diy-plan__item-originalprice {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #888;
}
@media (max-width: 767px) {
  .diy-plan__item-originalprice {
    font-size: 12px;
  }
}
.diy-plan__item-originalprice::before {
  content: "";
  width: 105%;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.diy-plan__item-averageprice {
  font-size: 16px;
  color: #333;
}
@media (max-width: 767px) {
  .diy-plan__item-averageprice {
    font-size: 12px;
  }
}
.diy-plan__item-btnwrap {
  width: 100%;
  padding-top: 20px;
  align-self: flex-end;
}
@media (max-width: 991px) {
  .diy-plan__item-btnwrap {
    padding-top: 15px;
    padding-bottom: 18px;
  }
}
.diy-plan__item-btn {
  width: 114px;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  font-size: 15px;
  color: #0084FF;
  text-align: center;
  line-height: 43px;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .diy-plan__item-btn {
    width: 118px;
  }
}
@media (max-width: 767px) {
  .diy-plan__item-btn {
    font-size: 14px;
  }
}
.diy-plan__item-btn:hover {
  opacity: 0.7;
}
.diy-plan__item-btn--blue {
  background-color: #0084FF;
  border-color: #0084FF;
  color: #fff;
  transition: background-color 0.3s linear;
}
.diy-plan__item-btn--blue:hover {
  background-color: #40A3FF;
}
.diy-addon {
  padding-top: 70px;
}
.diy-addon__title {
  font-weight: 500;
  font-size: 25px;
  color: #333;
  text-align: center;
}
.diy-addon__img {
  width: 100%;
  background-image: url(../images/diy/addon/add-on-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .diy-addon__img {
    background-image: url(../images/diy/addon/add-on-mb.webp);
  }
}
.diy-addon__img::before {
  content: "";
  width: 100%;
  padding-top: 22.5%;
  display: block;
}
@media (max-width: 991px) {
  .diy-addon__img::before {
    padding-top: 65.68%;
  }
}
.diy-addon__img-wrap {
  width: 100%;
  padding-top: 30px;
}
.diy-addon__btn {
  width: 114px;
  margin: 0 auto;
  background-color: #0084FF;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  transition: opacity 0.3s linear;
}
.diy-addon__btn:hover {
  opacity: 0.7;
}
.diy-addon__btn-wrap {
  width: 100%;
  padding-top: 19px;
}
.diy-design {
  width: 100%;
  padding: 100px 0 135px;
}
@media (max-width: 1023px) {
  .diy-design {
    padding: 55px 0;
  }
}
.diy-design__titlebox {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .diy-design__titlebox {
    padding-bottom: 35px;
  }
}
.diy-design__titlebox-title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .diy-design__titlebox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .diy-design__titlebox-title {
    font-size: 30px;
  }
}
.diy-design__titlebox-text {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.diy-design__infobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .diy-design__infobox {
    flex-wrap: wrap;
  }
}
.diy-design__info {
  width: calc((100% - 110px) / 2);
}
@media (max-width: 991px) {
  .diy-design__info {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .diy-design__info {
    width: 100%;
  }
  .diy-design__info:nth-child(n+2) {
    padding-top: 45px;
  }
}
.diy-design__info-img {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.diy-design__info-img.animate {
  opacity: 1;
  visibility: visible;
}
.diy-design__info-img::before {
  content: "";
  width: 100%;
  padding-top: 88.75%;
  display: block;
}
.diy-design__info-img--self {
  background-image: url(../images/home/self_help_bg.png);
}
.diy-design__info-img--service {
  background-image: url(../images/home/design_service_bg.png);
}
@keyframes FloatingTip {
  0% {
    transform: translateX(-50%) translateY(0px);
  }
  100% {
    transform: translateX(-50%) translateY(-10px);
  }
}
.diy-design__info-tip {
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0084FF;
  border-radius: 21px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  animation-name: FloatingTip;
  animation-duration: 1.3s;
  animation-delay: 2.7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  transition: transform 0.3s linear;
}
.diy-design__info-tip::before {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  transform: translateX(-50%);
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #0084FF transparent transparent transparent;
}
.diy-design__info-text {
  padding-bottom: 35px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-design__info-text {
    padding-bottom: 25px;
  }
}
.diy-design__info-text span {
  display: inline;
}
@media (max-width: 991px) {
  .diy-design__info-text span {
    display: none;
  }
}
.diy-design__info-btn {
  width: 156px;
  height: 45px;
  padding: 8px 25px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
  text-align: center;
  transition: opacity 0.3s linear;
}
.diy-design__info-btn:hover {
  opacity: 0.7;
}
.diy-interface {
  width: 100%;
  padding: 120px 0 105px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .diy-interface {
    padding: 55px 0;
  }
}
.diy-interface .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .diy-interface .container {
    flex-wrap: wrap;
  }
}
.diy-interface__textbox {
  width: 44%;
  padding-right: 100px;
}
@media (max-width: 1279px) {
  .diy-interface__textbox {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .diy-interface__textbox {
    padding-right: 0;
    width: 100%;
    padding-top: 35px;
    order: 1;
    text-align: center;
  }
}
.diy-interface__textbox-title {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 38px;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .diy-interface__textbox-title {
    font-size: 30px;
  }
}
.diy-interface__textbox-subtitle {
  padding: 2px 10px;
  display: inline-block;
  background-color: #D7ECFF;
  font-weight: 400;
  font-size: 18px;
  color: #0084FF;
  text-align: center;
}
.diy-interface__textbox-content {
  padding-top: 25px;
  font-size: 16px;
  color: #666;
}
.diy-interface__imgbox {
  width: 56%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .diy-interface__imgbox {
    width: 100%;
  }
}
.diy-interface__imgbox-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diy-interface__imgbox-img--main {
  max-width: 675px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-image: url(../images/home/interface_img_main.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
@media (max-width: 1023px) {
  .diy-interface__imgbox-img--main {
    max-width: none;
  }
}
.diy-interface__imgbox-img--main::before {
  content: "";
  width: 100%;
  padding-top: 60.7%;
  display: block;
}
.diy-interface__imgbox-img--sub1 {
  width: 25.3%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  background-image: url(../images/home/interface_img_sub_1.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}
.diy-interface__imgbox-img--sub1::before {
  content: "";
  width: 100%;
  padding-top: 143%;
  display: block;
}
.diy-interface__imgbox-img--sub2 {
  width: 42.6%;
  position: absolute;
  left: 36px;
  top: 0;
  background-image: url(../images/home/interface_img_sub_2.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.diy-interface__imgbox-img--sub2::before {
  content: "";
  width: 100%;
  padding-top: 61.8%;
  display: block;
}
.diy-interface__imgbox-img--sub3 {
  width: 42.6%;
  position: absolute;
  left: 36px;
  top: 0;
  z-index: 3;
  background-image: url(../images/home/interface_img_sub_3.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.diy-interface__imgbox-img--sub3::before {
  content: "";
  width: 100%;
  padding-top: 61.8%;
  display: block;
}
.diy-interface__imgbox-img--sub4 {
  width: 17.77%;
  position: absolute;
  right: 11px;
  top: 14px;
  z-index: 4;
  background-image: url(../images/home/interface_img_sub_4.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.6s;
}
.diy-interface__imgbox-img--sub4::before {
  content: "";
  width: 100%;
  padding-top: 138.3%;
  display: block;
}
.diy-interface__imgbox-img--sub5 {
  width: 24.6%;
  position: absolute;
  right: 0;
  top: 136px;
  background-image: url(../images/home/interface_img_sub_5.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}
.diy-interface__imgbox-img--sub5::before {
  content: "";
  width: 100%;
  padding-top: 91.56%;
  display: block;
}
.diy-interface__imgbox-img--sub6 {
  width: 19.85%;
  position: absolute;
  left: 46px;
  bottom: 0;
  z-index: 4;
  background-image: url(../images/home/interface_img_sub_6.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.6s;
}
.diy-interface__imgbox-img--sub6::before {
  content: "";
  width: 100%;
  padding-top: 131.34%;
  display: block;
}
.diy-interface__imgbox.animate .diy-interface__imgbox-img {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.diy-management {
  width: 100%;
  padding: 105px 0 165px;
}
@media (max-width: 767px) {
  .diy-management {
    padding: 55px 0;
  }
}
.diy-management .container {
  display: flex;
  flex-wrap: wrap;
}
.diy-management__imgbox {
  width: 55%;
  padding-right: 90px;
  position: relative;
}
@media (max-width: 991px) {
  .diy-management__imgbox {
    width: 100%;
    padding-right: 0;
  }
}
.diy-management__imgbox-img {
  width: 96%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/management_img_main.png);
}
.diy-management__imgbox-img::before {
  content: "";
  width: 100%;
  padding-top: 75.5%;
  display: block;
}
.diy-management__imgbox-listwrap {
  position: absolute;
  right: -28px;
  bottom: -23px;
}
@media (max-width: 767px) {
  .diy-management__imgbox-listwrap {
    right: -14px;
    bottom: -11px;
  }
}
.diy-management__imgbox-list {
  max-width: 215px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .diy-management__imgbox-list {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .diy-management__imgbox-list {
    transform: scale(0.85);
    transform-origin: right bottom;
  }
}
@keyframes MovingTags {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10% {
    opacity: 0;
    transform: translateY(100%);
  }
  15% {
    opacity: 1;
  }
  20% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.diy-management__imgbox-item {
  padding: 7px 25px;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 0px 23.6331px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  color: #333;
  text-align: center;
  opacity: 0;
  animation-name: MovingTags;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@media (max-width: 767px) {
  .diy-management__imgbox-item {
    padding: 4px 18px 5px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .diy-management__imgbox-item {
    font-weight: 500;
  }
}
.diy-management__imgbox-item:nth-child(n+2) {
  margin-top: 8px;
}
.diy-management__imgbox-item:nth-child(1) {
  animation-delay: calc(.5 * 1s);
}
.diy-management__imgbox-item:nth-child(2) {
  animation-delay: calc(.5 * 2s);
}
.diy-management__imgbox-item:nth-child(3) {
  animation-delay: calc(.5 * 3s);
}
.diy-management__imgbox-item:nth-child(4) {
  animation-delay: calc(.5 * 4s);
}
.diy-management__textbox {
  width: 45%;
}
@media (max-width: 991px) {
  .diy-management__textbox {
    width: 100%;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
  }
}
.diy-management__textbox-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .diy-management__textbox-title {
    padding-bottom: 15px;
    font-size: 30px;
  }
}
.diy-management__textbox-subtitle {
  padding: 2px 10px;
  display: inline-block;
  background-color: #D7ECFF;
  font-weight: 400;
  font-size: 18px;
  color: #0084FF;
  text-align: center;
}
.diy-management__textbox-content {
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 991px) {
  .diy-management__textbox-content {
    max-width: 300px;
    padding-top: 20px;
    margin: 0 auto;
    justify-content: space-around;
  }
}
.diy-management__textbox-item {
  width: 100%;
  display: flex;
}
.diy-management__textbox-item:nth-child(n+2) {
  margin-top: 10px;
}
.diy-management__textbox-icon {
  width: 15px;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 6px;
  background-image: url(../images/home/icon_green_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diy-management__textbox-text {
  font-weight: 400;
  font-size: 15px;
  color: #666;
}
.diy-management__textbox-text p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
.diy-management__textbox-btn {
  margin: 20px 0 0 30px;
  padding: 9px 28px;
  background-color: #0084FF;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s linear;
}
@media (max-width: 991px) {
  .diy-management__textbox-btn {
    margin: 25px auto 0;
  }
}
.diy-management__textbox-btn:hover {
  background-color: #40A3FF;
}
.diy-blocks {
  width: 100%;
  padding: 125px 0 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .diy-blocks {
    padding: 55px 0;
  }
}
.diy-blocks .container {
  display: flex;
  flex-wrap: wrap;
}
.diy-blocks__textbox {
  width: 44%;
}
@media (max-width: 991px) {
  .diy-blocks__textbox {
    width: 100%;
    padding-top: 25px;
    order: 1;
    text-align: center;
  }
}
.diy-blocks__textbox-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .diy-blocks__textbox-title {
    padding-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
}
.diy-blocks__textbox-title span {
  display: none;
}
@media (max-width: 767px) {
  .diy-blocks__textbox-title span {
    display: inline;
  }
}
.diy-blocks__textbox-subtitle {
  padding: 2px 10px;
  display: inline-block;
  background-color: #D7ECFF;
  font-weight: 400;
  font-size: 18px;
  color: #0084FF;
  text-align: center;
}
.diy-blocks__textbox-content {
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .diy-blocks__textbox-content {
    max-width: 200px;
    margin: 0 auto;
  }
}
.diy-blocks__textbox-item {
  width: 100%;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
.diy-blocks__textbox-item:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .diy-blocks__textbox-item:nth-child(n+2) {
    margin-top: 5px;
  }
}
.diy-blocks__textbox-icon {
  width: 15px;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 6px;
  background-image: url(../images/home/icon_green_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diy-blocks__imgbox {
  width: 56%;
  position: relative;
}
@media (max-width: 991px) {
  .diy-blocks__imgbox {
    width: 100%;
  }
}
.diy-blocks__imgbox .block-image {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.diy-blocks__imgbox .block-image.animate {
  opacity: 1;
  visibility: visible;
}
.diy-blocks__imgbox .block-image.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .diy-blocks__imgbox .block-image.mb {
    display: block;
  }
}
.diy-blocks__imgbox-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .diy-blocks__imgbox-img {
    display: none;
  }
}
.diy-blocks__imgbox-img--main {
  width: 100%;
  background-image: url(../images/home/blocks_img_main.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.diy-blocks__imgbox-img--main::before {
  content: "";
  width: 100%;
  padding-top: 71%;
  display: block;
}
.diy-blocks__imgbox-img--sub1 {
  width: 52.7%;
  position: absolute;
  top: 16px;
  right: 0;
  background-image: url(../images/home/blocks_img_sub_1.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}
.diy-blocks__imgbox-img--sub1::before {
  content: "";
  width: 100%;
  padding-top: 39%;
  display: block;
}
.diy-blocks__imgbox-img--sub2 {
  width: 8.89%;
  position: absolute;
  top: 0;
  left: 289px;
  z-index: 1;
  background-image: url(../images/home/blocks_img_sub_2.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
.diy-blocks__imgbox-img--sub2::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.diy-blocks__imgbox-img--sub3 {
  width: 36.5%;
  position: absolute;
  top: 15px;
  left: 60px;
  background-image: url(../images/home/blocks_img_sub_3.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.diy-blocks__imgbox-img--sub3::before {
  content: "";
  width: 100%;
  padding-top: 143%;
  display: block;
}
.diy-blocks__imgbox-img--sub4 {
  width: 24.1%;
  position: absolute;
  top: 172px;
  left: 0;
  background-image: url(../images/home/blocks_img_sub_4.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}
.diy-blocks__imgbox-img--sub4::before {
  content: "";
  width: 100%;
  padding-top: 160%;
  display: block;
}
.diy-blocks__imgbox-img--sub5 {
  width: 67.8%;
  position: absolute;
  bottom: 0;
  right: 30px;
  background-image: url(../images/home/blocks_img_sub_5.png);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  transform: translate3d(0, 100, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}
.diy-blocks__imgbox-img--sub5::before {
  content: "";
  width: 100%;
  padding-top: 31%;
  display: block;
}
.diy-blocks__imgbox.animate .diy-blocks__imgbox-img {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.diy-contact__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .diy-contact__title {
    font-size: 25px;
  }
}
.diy-contact__label {
  width: 135px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #D7ECFF;
  font-size: 18px;
  color: #0084FF;
  text-align: center;
  line-height: 34px;
}
.diy-contact__label-wrap {
  padding-top: 12px;
}
@media (max-width: 991px) {
  .diy-contact__label-wrap {
    padding-top: 18px;
  }
}
.diy-contact__text {
  font-size: 18px;
  color: #444;
  text-align: center;
}
.diy-contact__text-wrap {
  padding-top: 42px;
}
@media (max-width: 991px) {
  .diy-contact__text-wrap {
    padding-top: 14px;
  }
}
.diy-contact__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .diy-contact__form {
    flex-wrap: wrap;
  }
}
.diy-contact__form-wrap {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .diy-contact__form-wrap {
    padding-top: 16px;
  }
}
.diy-contact__left {
  width: 100%;
}
.diy-contact__left-wrap {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .diy-contact__left-wrap {
    width: 100%;
  }
}
.diy-contact__right {
  width: 100%;
  display: flex;
}
.diy-contact__right-wrap {
  width: calc(50% - 8px);
  display: flex;
}
@media (max-width: 767px) {
  .diy-contact__right-wrap {
    width: 100%;
    padding-top: 16px;
  }
}
.diy-contact__row {
  width: 100%;
}
.diy-contact__row + .diy-contact__row {
  padding-top: 16px;
}
.diy-contact__input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #aaa;
  transition: border-color 0.3s linear;
}
.diy-contact__input:focus {
  border-color: #9ECBFF;
}
.diy-contact__textarea {
  width: 100%;
  height: 100%;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #aaa;
  transition: border-color 0.3s linear;
  resize: none;
}
@media (max-width: 991px) {
  .diy-contact__textarea {
    height: 200px;
  }
}
.diy-contact__textarea:focus {
  border-color: #9ECBFF;
}
.diy-contact__btn {
  width: 130px;
  margin: 0 auto;
  background-color: #0084FF;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  transition: background-color;
  cursor: pointer;
}
.diy-contact__btn:hover {
  background-color: #40A3FF;
}
.diy-contact__btn-wrap {
  padding-top: 34px;
  text-align: center;
}
@media (max-width: 991px) {
  .diy-contact__btn-wrap {
    padding-top: 20px;
  }
}
.diy-process {
  width: 100%;
  padding: 135px 0;
}
@media (max-width: 767px) {
  .diy-process {
    padding: 80px 0 84px;
  }
}
.diy-process__title {
  font-weight: 500;
  font-size: 38px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .diy-process__title {
    font-size: 25px;
  }
}
.diy-process__title-wrap {
  padding-bottom: 60px;
}
.diy-process__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-auto-rows: minmax(190px, auto);
}
@media (max-width: 1023px) {
  .diy-process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .diy-process__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.diy-process__item {
  position: relative;
}
.diy-process__item-wrap {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  outline: 5px solid #EBF5FF;
  border-radius: 4px;
  opacity: 0;
}
.diy-process__item-wrap.animate {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.5s;
}
.diy-process__item-wrap:nth-child(1) {
  animation-delay: calc(1s * 0.5);
}
.diy-process__item-wrap:nth-child(2) {
  animation-delay: calc(2s * 0.5);
}
.diy-process__item-wrap:nth-child(3) {
  animation-delay: calc(3s * 0.5);
}
.diy-process__item-wrap:nth-child(4) {
  animation-delay: calc(4s * 0.5);
}
.diy-process__item-wrap:nth-child(5) {
  animation-delay: calc(5s * 0.5);
}
.diy-process__number {
  width: 51px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.diy-process__number::before {
  content: "";
  width: 100%;
  padding-top: 121.56%;
  display: block;
}
.diy-process__number--1 {
  background-image: url(../images/diy/process/number_1.png);
}
.diy-process__number--2 {
  background-image: url(../images/diy/process/number_2.png);
}
.diy-process__number--3 {
  background-image: url(../images/diy/process/number_3.png);
}
.diy-process__number--4 {
  background-image: url(../images/diy/process/number_4.png);
}
.diy-process__number--5 {
  background-image: url(../images/diy/process/number_5.png);
}
.diy-process__number-wrap {
  position: absolute;
  left: -22px;
  top: -95px;
}
.diy-process__content-titlewrap {
  padding-bottom: 5px;
}
.diy-process__content-title {
  font-weight: 500;
  font-size: 22px;
  color: #333;
}
.diy-process__content-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.left-fixed-wrap {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 999;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  .left-fixed-wrap {
    display: none;
  }
}
.left-fixed-wrap .logo-wrap {
  padding: 10px 0;
}
.left-fixed-wrap .logo-wrap .logo {
  width: 100%;
}
.left-fixed-wrap .fixed-box .box {
  border: 1px solid rgba(29, 74, 163, 0.12);
  border-left: none;
  border-radius: 0px 12px 12px 0px;
  background-color: #FFFFFF;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap {
  padding: 0 15px;
  position: relative;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  padding: 15px 5px;
  cursor: pointer;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.anchor {
  border-bottom: 0.75px solid rgba(98, 133, 202, 0.2);
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text {
  position: relative;
  z-index: 2;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .text {
  color: #5E91DE;
  font-size: 15px;
  text-align: center;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .active-background {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 115%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  background-color: #1D4AA3;
  transform: translate3d(0, -50%, 0);
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.top svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .active-background {
  display: block;
}
.left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .text {
  color: #FFFFFF;
}

.mobile-fixed-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .mobile-fixed-wrap {
    display: block;
  }
}
.mobile-fixed-wrap .fixed-box .box {
  display: flex;
  background-color: #fff;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap {
  width: 25%;
  padding: 17px 0;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  border-right: 1px solid #EEEEEE;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text {
  text-align: center;
  font-size: 12px;
  color: #3297F4;
  position: relative;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .icon-wrap {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: none;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .icon-wrap {
  display: block;
}
.mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item:last-of-type .flex-item {
  border-right: none;
}