.mobile {
  display: none;
}
.bg-light-red {
  background-color: #ffecd9;
}
.color-dark-red {
  color: #ea957f;
}
.top-header .bg-dote {
  max-width: 213px;
  margin: 0 auto;
}
.bg-dote {
  position: relative;
  overflow: hidden;
}
.bg-dote::after {
  content: "";
  position: absolute;
  background: url("../../img/bg-dote.png") center no-repeat;
  bottom: -1px;
  width: 400px;
  height: 30px;
  left: 0px;
  z-index: 1;
  background-size: cover;
}

header#header.bg-dote {
  overflow: visible;
}

header#header.bg-dote::after {
  width: 100%;
  height: 45px;
  bottom: -10px;
}
#header .layer-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
#footer {
  padding: 80px 0px;
}
#footer.bg-dote {
  overflow: visible;
}
#footer.bg-dote::after {
  width: 100%;
  height: 35px;
  top: -10px;
  z-index: 99;
}
.box-white {
  position: relative;
  background-color: #fff;
  /* background: url('../../img/bg-white.png') center no-repeat; */
  padding: 30px 60px;
  display: grid;
  grid-template-columns: 321px 1fr;
  gap: 40px;
  align-items: center;
  background-size: 100% auto;
}
.wrapper-box .top,
.wrapper-box .bottom {
  position: relative;
}
.wrapper-box .top::before,
.wrapper-box .top::after,
.wrapper-box .bottom::before,
.wrapper-box .bottom::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 3;
  background-color: #ffecd9;
  border-radius: 50%;
}
.wrapper-box .top::before {
  left: -10px;
  top: -10px;
}

.wrapper-box .top::after {
  right: -10px;
  top: -10px;
}

.wrapper-box .bottom::after {
  bottom: -10px;
  right: -10px;
}

.wrapper-box .bottom::before {
  left: -10px;
  bottom: -10px;
}

.footer-bottom {
  margin-top: 100px;
}
.icon-rusk {
  position: absolute;
}
img.rusk-1.icon-rusk {
  top: 40px;
  left: 320px;
  max-width: 78px;
}

img.rusk-2.icon-rusk {
  max-width: 250px;
  right: 130px;
  top: -74px;
}

img.rusk-3.icon-rusk {
  max-width: 140px;
  left: 60%;
  transform: translateX(-50%);
  z-index: 7;
  top: 70px;
}

img.rusk-4.icon-rusk {
  max-width: 250px;
  top: 170px;
  left: 75px;
}

img.rusk-5.icon-rusk {
  max-width: 76px;
  top: 170px;
  right: 35px;
}

img.rusk-6.icon-rusk {
  max-width: 150px;
  top: 40%;
  transform: translateY(-40%);
  left: 50px;
}

img.rusk-7.icon-rusk {
  max-width: 90px;
  top: 40%;
  transform: translateY(-40%);
  left: 400px;
}

img.rusk-8.icon-rusk {
  max-width: 250px;
  right: 25px;
  top: 35%;
  transform: translateY(-35%);
}
.layer-2 {
  position: relative;
}
.layer-2 .center {
  margin: 40px 30px;
}
/* @keyframes floating {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(-5px) rotate(-2deg);
  }
  75% {
    transform: translateY(-15px) rotate(1deg);
  }
}

.layer-1 img {
  will-change: transform;
  transition: transform 0.3s ease-out;
}

.layer-1 img.floating-animation {
  animation-timing-function: ease-in-out;
} */
.line-center {
  max-width: 112px;
  margin: 0 auto;
}

.header-bottom .tit-sm {
  font-size: 35px;
  font-weight: bold;
}

.header-bottom .tit-lg {
  font-size: 70px;
  font-weight: bold;
}

.header-bottom .thumb-header {
  max-width: 347px;
  margin: 0 auto;
}

.header-bottom .desc-header-bottom {
  font-size: 22px;
}
.header-bottom {
  margin-top: 20px;
}
header#header {
  padding-bottom: 130px;
}
.box-white .right .tit-box-right {
  font-size: 20px;
  font-weight: bold;
}

.box-white .right .detail-box {
  font-size: 16px;
  padding: 20px 0px;
  border-top: 1px solid #ea957f;
  border-bottom: 1px solid #ea957f;
  margin-top: 10px;
}

.box-white .right .detail-box span:first-child {
  margin-right: 10px;
}
.footer-bottom .logo-ft {
  max-width: 400px;
  margin: 0 auto;
}
.footer-bottom p {
  font-size: 12px;
  color: #ea957f;
}
@media screen and (max-width: 997px) {
}

@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .box-white {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 10px;
  }
  .top-header .bg-dote {
    max-width: 160px;
    z-index: 8;
  }
  .line-center {
    max-width: 87px;
  }
  .layer-2 .center {
    margin: 70px 0px 20px;
  }
  .header-bottom .tit-sm {
    font-size: 21px;
  }
  .header-bottom .tit-lg {
    font-size: 47px;
  }
  .header-bottom .thumb-header {
    max-width: 250px;
  }
  .header-bottom .desc-header-bottom {
    font-size: 16px;
    text-align: left;
  }
  .box-white .right .tit-box-right {
    font-size: 18px;
  }
  #footer {
    padding: 70px 0;
  }
  .footer-bottom {
    margin-top: 50px;
  }
  img.rusk-1.icon-rusk {
    top: -18px;
    left: 15px;
    max-width: 78px;
  }
  img.rusk-2.icon-rusk {
    max-width: 105px;
    right: -29px;
    top: -25px;
  }
  .top-header .bg-dote:after {
    display: none;
  }
  img.rusk-3.icon-rusk {
    max-width: 88px;
    left: 39%;
    top: 155px;
  }
  img.rusk-5.icon-rusk,
  img.rusk-8.icon-rusk {
    display: none;
  }
  img.rusk-7.icon-rusk {
    max-width: 70px;
    top: 32%;
    left: auto;
    right: -30px;
  }
  img.rusk-6.icon-rusk {
    max-width: 60px;
    top: 33%;
    left: 40px;
  }
  img.rusk-4.icon-rusk {
    max-width: 100px;
    top: 145px;
    left: -35px;
  }
}
@media screen and (max-width: 475px) {
}

@media screen and (max-width: 375px) {
}
