@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.onion {
  overflow: hidden;
}
.onion img.wow {
  visibility: hidden;
}
.onion .link {
  transition: 0.3s;
}
.onion .link:hover {
  opacity: 0.6 !important;
  transition: 0.3s;
}
.onion img {
  height: auto;
}
.onion .pkg {
  position: absolute;
}
.onion .relative {
  position: relative;
}
.onion .background-gradient {
  position: relative;
  background: linear-gradient(to bottom, #ffffff, rgb(254, 171, 0) 30% 70%);
  overflow: hidden;
}
.onion .l-content {
  margin: 0 auto;
}
.onion #background-animation-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
.onion .kv {
  width: 870px;
  height: 870px;
  margin: 46px auto 0;
  position: relative;
}
.onion .kv .text-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.onion .kv .text-circle.animated {
  animation: spin 120s infinite linear;
}
.onion .kv-logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 870px;
  z-index: 2;
}
.onion .kv-logo .img-logo {
  width: 433px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding-top: 10px;
  padding-left: 43px;
}
.onion .kv-logo .text-left {
  left: 142px;
  top: 65px;
  width: 150px;
  height: 370px;
  z-index: 3;
}
.onion .kv-logo .text-right {
  right: 124px;
  top: 48px;
  width: 80px;
  height: 420px;
  z-index: 3;
}
.onion .kv .kv-text-main {
  width: 870px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
}
.onion .kv .kv-text-main.animated {
  animation: 0.9s ease-in text-main 2.2s forwards;
}
.onion .kv .kv-text-main.animated::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/text-main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  animation: 0.8s linear text-main-2 2.9s forwards;
}
.onion .kv .kv-text-main img {
  width: 92%;
  height: 100%;
  object-fit: contain;
  padding-left: 32px;
}
.onion .product {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 0 35px;
  padding-left: 50px;
}
.onion .product .item {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  align-items: center;
}
.onion .product .item .img-product {
  max-width: 276px;
}
.onion .title {
  max-width: 710px;
  margin: 56px auto 30px;
}
.onion .lead .lead-img {
  width: 100%;
  max-width: 875px;
  text-align: center;
  margin: 0 auto;
}
.onion .lead .lead-img .oninon {
  right: 0;
  bottom: 0;
}
.onion .lead .lead-img .pkg_1 {
  right: -170px;
  bottom: 340px;
}
.onion .lead .lead-img .pkg_2 {
  left: -140px;
  bottom: 140px;
}
.onion .product-features {
  position: relative;
}
.onion .product-features .title {
  text-align: center;
  padding-top: 147px;
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
}
.onion .product-features .bg-text {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: center;
}
.onion .product-features .list-point {
  max-width: 1050px;
  margin: 0 auto;
}
.onion .product-features .list-point .point-item {
  border-radius: 30px;
  padding: 85px 0 40px;
  position: relative;
  text-align: center;
  background: #fff;
  border: 12px #f28900 solid;
  box-shadow: 8px 8px 0 0 #ffc54f;
}
.onion .product-features .list-point .point-item + .point-item {
  margin-top: 110px;
}
.onion .product-features .list-point .point-item-2 {
  padding-bottom: 70px;
  padding-top: 67px;
}
.onion .product-features .list-point .point-item .point-1 {
  top: -42px;
  left: -23px;
}
.onion .product-features .list-point .point-item .point-2 {
  top: -70px;
  right: -40px;
}
.onion .product-features .list-point .point-item .point-3 {
  top: -62px;
  left: -27px;
}
.onion .product-features .list-point .point-item .text {
  padding-top: 35px;
  padding-bottom: 15px;
}
.onion .product-features .list-point .point-item .point-title-1 {
  padding-left: 80px;
}
.onion .product-features .list-point .point-item .point-title-2 {
  margin-left: -40px;
}
.onion .product-features .list-point .point-item .point-img {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
.onion .product-features .list-point .point-item .point-img-2 {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
.onion .product-features .list-point .point-item .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-left: 100px;
}
.onion .product-features .list-point .note {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.onion .lineup {
  padding-bottom: 110px;
}
.onion .lineup .title {
  padding-top: 320px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.onion .lineup .bg-text {
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.onion .lineup-product {
  display: flex;
  gap: 40px 60px;
  justify-content: center;
  align-items: center;
}
.onion .lineup-item {
  text-align: center;
}
.onion .lineup-item .text {
  width: 330px;
}
.onion .lineup-item .text-2 {
  width: 295px;
}
.onion .lineup-item .lineup-link {
  display: block;
  padding-block: 25px;
}
.onion .lineup .btn-lineup {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.onion .common__social {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-top: 120px;
  list-style: none;
}
.onion .common__social li {
  width: 68px;
}
.onion .common__social li img {
  width: 100%;
}
.onion .common__social li.line {
  display: none;
}
.onion .oninon-pkg-1 {
  top: -9.72vw;
  left: 4.86vw;
}
.onion .oninon-pkg-2 {
  top: -8.36vw;
  right: -3.47vw;
}
.onion .oninon-pkg-2.animated {
  animation: roll-onion-left-to-right 3s forwards;
}
.onion .oninon-pkg-3 {
  top: 11.11vw;
  left: 9.236vw;
}
.onion .oninon-pkg-4 {
  bottom: -172px;
  right: 9.7222vw;
  transform: rotate(-69deg);
}
.onion .oninon-pkg-5 {
  bottom: -229px;
  right: 4.6528vw;
}
.onion .oninon-pkg-6 {
  bottom: -579px;
  left: -3.681vw;
  transform: rotate(183deg);
  width: 24%;
  max-width: 18%;
}
.onion .oninon-pkg-6.animated {
  animation: roll-onion-right-to-left 3s forwards;
}
.onion .oninon-pkg-7 {
  bottom: 262px;
  right: -414px;
  transform: rotate(145deg);
  width: 27%;
}
.onion .oninon-pkg-8 {
  bottom: -62px;
  left: -148px;
  transform: rotate(42deg);
}
.onion .oninon-pkg-9 {
  bottom: -82px;
  left: -74px;
}
.onion .oninon-pkg-10 {
  top: 425px;
  right: 1.1111vw;
  transform: rotate(61deg);
  width: 16%;
  z-index: 2;
}
.onion .oninon-pkg-10.animated {
  animation: roll-onion-left-to-right 3s forwards;
}
.onion .oninon-pkg-11 {
  top: 850px;
  left: 5vw;
  transform: rotate(198deg);
  width: 13.5%;
  z-index: 2;
}
.onion .oninon-pkg-11.animated {
  animation: roll-onion-right-to-left 3s forwards;
}
.onion .oninon-pkg-12 {
  bottom: 1090px;
  right: 3.125vw;
  transform: rotate(-20deg);
  z-index: 2;
}
.onion .oninon-pkg-13 {
  bottom: 740px;
  left: 2.9167vw;
  transform: rotate(103deg);
  width: 14.5%;
  z-index: 2;
}
.onion .oninon-pkg-14 {
  bottom: 230px;
  right: -8px;
  transform: rotate(-48deg);
  width: 16.5%;
  z-index: 2;
}
.onion .oninon-pkg-14.animated {
  animation: roll-onion-left-to-right 3s forwards;
}
.onion .oninon-pkg-15 {
  bottom: -140px;
  left: 4.0278vw;
  transform: rotate(-78deg);
  width: 13.5%;
  z-index: 2;
}
.onion .oninon-pkg-16 {
  bottom: -150px;
  left: 21.6667vw;
  transform: rotate(75deg);
  width: 7%;
  z-index: 2;
}
.onion .oninon-pkg-17 {
  top: 410px;
  right: 1.3194vw;
  transform: rotate(39deg);
  width: 10%;
  z-index: 2;
}
.onion .oninon-pkg-18 {
  top: 610px;
  right: 3.4722vw;
  transform: rotate(39deg);
  width: 13.8%;
  z-index: 2;
}
.onion .oninon-pkg-19 {
  bottom: 270px;
  left: -30px;
  transform: rotate(136deg);
  width: 22%;
  z-index: 2;
  max-width: 18%;
}
.onion .oninon-pkg-19.animated {
  animation: roll-onion-right-to-left 3s forwards;
}
.onion .ani-bubble {
  border-radius: 75px;
  height: 150px;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 0;
  opacity: 0.12;
  -webkit-animation: bubblemove 10s linear infinite;
  -moz-animation: bubblemove 10s linear infinite;
  animation: bubblemove 10s linear infinite;
}
@-webkit-keyframes bubblemove {
  from {
    top: 100%;
  }
  to {
    top: -600px;
  }
}
@-moz-keyframes bubblemove {
  from {
    top: 100%;
  }
  to {
    top: -600px;
  }
}
@keyframes bubblemove {
  from {
    top: 100%;
  }
  to {
    top: -600px;
  }
  /* This must be far enough off screen to allow the largest object to wander off with enough delay before restarting at the bottom, to be caught by the interval timer */
}

.common__social,
.mainContents,
.socialArea,
.footerArea {
  position: relative;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes roll-onion-left-to-right {
  0% {
    transform: translateX(-200%) rotate(0deg);
  }
  60% {
    transform: translateX(0) rotate(180deg);
  }
  100% {
    transform: translateX(-5%) rotate(173deg);
  }
}
@keyframes roll-onion-right-to-left {
  0% {
    transform: translateX(200%) rotate(0deg);
  }
  60% {
    transform: translateX(0) rotate(180deg);
  }
  100% {
    transform: translateX(5%) rotate(176deg);
  }
}
@keyframes text-main {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes text-main-2 {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .onion {
    overflow: hidden;
  }
  .onion .pkg {
    position: absolute;
  }
  .onion .relative {
    position: relative;
  }
  .onion .background-gradient {
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(254, 171, 0) 30% 70%);
    overflow: hidden;
  }
  .onion .l-content {
    margin: 0 auto;
  }
  .onion .kv {
    width: 60.4167vw;
    height: 60.4167vw;
    margin: 3.1944vw auto 0;
    position: relative;
  }
  .onion .kv .text-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .onion .kv .text-circle img {
    width: 60.417vw;
  }
  .onion .kv .text-circle.animated {
    animation: spin 120s infinite linear;
  }
  .onion .kv-logo {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 60.4167vw;
    z-index: 2;
  }
  .onion .kv-logo .img-logo {
    width: 30.0694vw;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding-top: 0.6944vw;
    padding-left: 2.9861vw;
  }
  .onion .kv-logo .text-left {
    left: 9.8611vw;
    top: 4.5139vw;
    width: 10.4167vw;
    height: 25.6944vw;
    z-index: 3;
  }
  .onion .kv-logo .text-right {
    right: 8.6111vw;
    top: 3.3333vw;
    width: 5.5556vw;
    height: 29.1667vw;
    z-index: 3;
  }
  .onion .kv .kv-text-main {
    width: 60.4167vw;
    position: relative;
    z-index: 2;
  }
  .onion .kv .kv-text-main img {
    width: 92%;
    height: 100%;
    object-fit: contain;
    padding-left: 2.2222vw;
  }
  .onion .title img {
    width: 49.306vw;
  }
  .onion .product {
    margin-top: 2.7778vw;
    display: flex;
    justify-content: center;
    gap: 0 35px;
    padding-left: 3.4722vw;
  }
  .onion .product .item {
    display: flex;
    flex-direction: column;
    gap: 1.0417vw 0;
    align-items: center;
  }
  .onion .product .item .img-product {
    max-width: 19.1667vw;
  }
  .onion .title {
    max-width: 49.3056vw;
    margin: 3.8889vw auto 30px;
    width: 49.3056vw;
  }
  .onion .lead .lead-img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .onion .lead .lead-img .content {
    width: 100%;
  }
  .onion .lead .lead-img .oninon {
    right: 0;
    bottom: 0;
    width: 16.0417vw;
  }
  .onion .lead .lead-img .pkg_1 {
    right: -11.8056vw;
    bottom: 23.6111vw;
    width: 10.2083vw;
  }
  .onion .lead .lead-img .pkg_2 {
    width: 14.7917vw;
    left: -9.7222vw;
    bottom: 9.7222vw;
  }
  .onion .product-features {
    position: relative;
  }
  .onion .product-features .title {
    text-align: center;
    padding-top: 10.2083vw;
    padding-bottom: 2.0833vw;
    z-index: 2;
    position: relative;
  }
  .onion .product-features .title img {
    width: 17.153vw;
  }
  .onion .product-features .bg-text {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    text-align: center;
  }
  .onion .product-features .bg-text img {
    width: 100%;
  }
  .onion .product-features .list-point {
    max-width: 72.9167vw;
    margin: 0 auto;
  }
  .onion .product-features .list-point img {
    width: 100%;
  }
  .onion .product-features .list-point .point-item {
    border-radius: 30px;
    padding: 5.9028vw 0 40px;
    position: relative;
    text-align: center;
    background: #fff;
    border: 12px #f28900 solid;
    box-shadow: 0.5556vw 8px 0 0 #ffc54f;
  }
  .onion .product-features .list-point .point-item + .point-item {
    margin-top: 7.6389vw;
  }
  .onion .product-features .list-point .point-item-2 {
    padding-bottom: 4.8611vw;
    padding-top: 4.6528vw;
  }
  .onion .product-features .list-point .point-item .point-1 {
    top: -2.9167vw;
    left: -1.5972vw;
    width: 15.2778vw;
  }
  .onion .product-features .list-point .point-item .point-2 {
    top: -4.8611vw;
    right: -2.7778vw;
    width: 13.8889vw;
  }
  .onion .product-features .list-point .point-item .point-3 {
    top: -4.3056vw;
    width: 15.2778vw;
    left: -1.875vw;
  }
  .onion .product-features .list-point .point-item .text {
    padding-top: 2.4306vw;
    padding-bottom: 1.0417vw;
    width: 37.2222vw;
  }
  .onion .product-features .list-point .point-item .point-title {
    margin: 0 auto;
  }
  .onion .product-features .list-point .point-item .point-title-1 {
    padding-left: 5.5556vw;
    width: 46.25vw;
  }
  .onion .product-features .list-point .point-item .point-title-2 {
    width: 55.5556vw;
  }
  .onion .product-features .list-point .point-item .point-title-3 {
    width: 24.6528vw;
  }
  .onion .product-features .list-point .point-item .point-img {
    display: flex;
    gap: 0 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .onion .product-features .list-point .point-item .point-img-2 {
    display: flex;
    gap: 0 30px;
    justify-content: center;
  }
  .onion .product-features .list-point .point-item .point-img-2 .img-1,
  .onion .product-features .list-point .point-item .point-img-2 .img-2 {
    width: 22.9167vw;
  }
  .onion .product-features .list-point .point-item .point-img img {
    width: 26.7361vw;
  }
  .onion .product-features .list-point .point-item .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-left: 6.9444vw;
  }
  .onion .product-features .list-point .point-item .content .img-1 {
    width: 9.5833vw;
  }
  .onion .product-features .list-point .point-item .content .text {
    width: 19.8611vw;
  }
  .onion .product-features .list-point .point-item .content .img-2 {
    width: 16.875vw;
  }
  .onion .product-features .list-point .note {
    margin-top: 1.3889vw;
    font-size: 1.1111vw;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  .onion .lineup {
    padding-bottom: 7.6389vw;
  }
  .onion .lineup .title {
    padding-top: 22.2222vw;
    padding-bottom: 2.0833vw;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
  }
  .onion .lineup .title img {
    width: 30.069vw;
  }
  .onion .lineup .bg-text {
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
  }
  .onion .lineup .bg-text img {
    width: 100%;
  }
  .onion .lineup-product {
    display: flex;
    gap: 2.7778vw 60px;
    justify-content: center;
    align-items: center;
  }
  .onion .lineup-product img {
    width: 100%;
  }
  .onion .lineup-item {
    width: 20.833vw;
    text-align: center;
  }
  .onion .lineup-item .text {
    width: 22.9167vw;
  }
  .onion .lineup-item .text-2 {
    width: 20.833vw;
  }
  .onion .lineup-item .lineup-link {
    display: block;
    padding-block: 1.7361vw;
  }
  .onion .lineup .btn-lineup {
    display: block;
    text-align: center;
    margin-top: 3.4722vw;
  }
  .onion .lineup .btn-lineup img {
    width: 41.667vw;
  }
  .onion .common__social {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-top: 8.3333vw;
    list-style: none;
  }
  .onion .common__social li {
    width: 4.7222vw;
  }
  .onion .common__social li img {
    width: 100%;
  }
  .onion .common__social li.line {
    display: none;
  }
  .onion .oninon-pkg-1 {
    top: -9.72vw;
    left: 1.86vw;
    width: 14.097vw;
  }
  .onion .oninon-pkg-2 {
    top: -17.36vw;
    right: -3.47vw;
    width: 21.181vw;
  }
  .onion .oninon-pkg-2.animated {
    animation: roll-onion-left-to-right 3s forwards;
  }
  .onion .oninon-pkg-3 {
    top: 11.11vw;
    left: 6.236vw;
    width: 9.931vw;
  }
  .onion .oninon-pkg-4 {
    bottom: -11.9444vw;
    right: 9.7222vw;
    width: 14.097vw;
    transform: rotate(-69deg);
  }
  .onion .oninon-pkg-5 {
    bottom: -15.9028vw;
    width: 8.056vw;
    right: 4.6528vw;
  }
  .onion .oninon-pkg-6 {
    bottom: -40.2083vw;
    left: -3.681vw;
    transform: rotate(183deg);
    width: 24%;
    max-width: 18%;
  }
  .onion .oninon-pkg-6.animated {
    animation: roll-onion-right-to-left 3s forwards;
  }
  .onion .oninon-pkg-7 {
    bottom: 9.375vw;
    right: -26.25vw;
    transform: rotate(145deg);
    width: 32%;
  }
  .onion .oninon-pkg-8 {
    bottom: -4.3056vw;
    left: -10.2778vw;
    transform: rotate(42deg);
  }
  .onion .oninon-pkg-9 {
    bottom: -5.6944vw;
    left: -5.1389vw;
  }
  .onion .oninon-pkg-10 {
    top: 29.5139vw;
    right: 1.1111vw;
    transform: rotate(61deg);
    width: 16%;
    z-index: 2;
  }
  .onion .oninon-pkg-10.animated {
    animation: roll-onion-left-to-right 3s forwards;
  }
  .onion .oninon-pkg-11 {
    top: 59.0278vw;
    left: 5vw;
    transform: rotate(198deg);
    width: 13.5%;
    z-index: 2;
  }
  .onion .oninon-pkg-11.animated {
    animation: roll-onion-right-to-left 3s forwards;
  }
  .onion .oninon-pkg-12 {
    bottom: 75.6944vw;
    right: 3.125vw;
    transform: rotate(-20deg);
    z-index: 2;
  }
  .onion .oninon-pkg-13 {
    bottom: 51.3889vw;
    left: 2.9167vw;
    transform: rotate(103deg);
    width: 14.5%;
    z-index: 2;
  }
  .onion .oninon-pkg-14 {
    bottom: 15.9722vw;
    right: -0.5556vw;
    transform: rotate(-48deg);
    width: 16.5%;
    z-index: 2;
  }
  .onion .oninon-pkg-14.animated {
    animation: roll-onion-left-to-right 3s forwards;
  }
  .onion .oninon-pkg-15 {
    bottom: -9.7222vw;
    left: 4.0278vw;
    transform: rotate(-78deg);
    width: 13.5%;
    z-index: 2;
  }
  .onion .oninon-pkg-16 {
    bottom: -10.4167vw;
    left: 21.6667vw;
    transform: rotate(75deg);
    width: 7%;
    z-index: 2;
  }
  .onion .oninon-pkg-17 {
    top: 28.4722vw;
    right: 1.3194vw;
    transform: rotate(39deg);
    width: 10%;
    z-index: 2;
  }
  .onion .oninon-pkg-18 {
    top: 42.3611vw;
    right: 3.4722vw;
    transform: rotate(39deg);
    width: 13.8%;
    z-index: 2;
  }
  .onion .oninon-pkg-19 {
    bottom: 18.75vw;
    left: -2.0833vw;
    transform: rotate(136deg);
    width: 22%;
    z-index: 2;
  }
  .onion .oninon-pkg-19.animated {
    animation: roll-onion-right-to-left 3s forwards;
  }
  .onion .ani-bubble {
    border-radius: 75px;
    height: 10.4167vw;
    position: absolute;
    top: 100%;
    width: 10.4167vw;
    z-index: 0;
    opacity: 0.12;
    -webkit-animation: bubblemove 10s linear infinite;
    -moz-animation: bubblemove 10s linear infinite;
    animation: bubblemove 10s linear infinite;
  }
  @-webkit-keyframes bubblemove {
    from {
      top: 100%;
    }
    to {
      top: -41.6667vw;
    }
  }
  @-moz-keyframes bubblemove {
    from {
      top: 100%;
    }
    to {
      top: -41.6667vw;
    }
  }
  @keyframes bubblemove {
    from {
      top: 100%;
    }
    to {
      top: -41.6667vw;
    }
  }
}
@media screen and (max-width: 767px) {
  .onion .background-gradient {
    background: linear-gradient(to bottom, #ffffff, rgb(254, 171, 0) 15% 85%);
  }
  .onion .kv {
    width: 100%;
    height: 100%;
    margin: 10.77vw auto 0;
    position: relative;
  }
  .onion .kv .text-circle {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
  }
  .onion .kv .text-circle img {
    width: 100%;
  }
  .onion .kv-logo {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
  }
  .onion .kv-logo .img-logo {
    width: 48vw;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding-top: 0;
    padding-left: 0;
  }
  .onion .kv-logo .text-left {
    left: 17.0667vw;
    top: 6.6667vw;
    width: 16vw;
    height: 40.5333vw;
    z-index: 3;
  }
  .onion .kv-logo .text-right {
    right: 16.2667vw;
    top: 4.2667vw;
    width: 8vw;
    height: 46.6667vw;
    z-index: 3;
  }
  .onion .kv .kv-text-main {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .onion .kv .kv-text-main img {
    width: 91%;
    height: 100%;
    object-fit: contain;
    padding-left: 1.8667vw;
  }
  .onion .product {
    margin-top: 29.3333vw;
    display: flex;
    justify-content: center;
    gap: 0 4vw;
    padding-inline: 5.3333vw;
  }
  .onion .product .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2.6667vw 0;
    align-items: center;
  }
  .onion .product .item.animated {
    animation-delay: 4s !important;
  }
  .onion .product .item .img-product {
    max-width: 37.3333vw;
    width: 100%;
  }
  .onion .product .item img {
    width: 100%;
  }
  .onion .title {
    max-width: 68.5333vw;
    margin: 22.9333vw auto 2.933vw;
    z-index: 2;
  }
  .onion .title img {
    width: 100%;
  }
  .onion .lead .lead-img {
    width: 116vw;
    max-width: none;
    text-align: center;
    margin: 0 auto;
  }
  .onion .lead .lead-img .content {
    margin-left: -16vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .onion .lead .lead-img .oninon {
    width: 30.6667vw;
    right: 21.3333vw;
    bottom: -10.667vw;
  }
  .onion .lead .lead-img .pkg_1 {
    width: 17.3333vw;
    left: auto;
    bottom: auto;
    top: -30.933vw;
    right: 18.4vw;
  }
  .onion .lead .lead-img .pkg_2 {
    width: 28.5333vw;
    left: 1.0667vw;
    bottom: -16vw;
  }
  .onion .product-features {
    position: relative;
  }
  .onion .product-features .title {
    width: 44vw;
    text-align: center;
    padding-top: 24.5333vw;
    padding-bottom: 13.3333vw;
    z-index: 2;
    position: relative;
  }
  .onion .product-features .bg-text {
    left: 0;
    top: 13.3333vw;
    z-index: 0;
    text-align: center;
  }
  .onion .product-features .bg-text img {
    width: 100vw;
  }
  .onion .product-features .list-point {
    margin: 0 20px;
    max-width: 100%;
  }
  .onion .product-features .list-point .point-item {
    border-radius: 10px;
    padding: 13.8667vw 0 8vw;
    border: 6px #f28900 solid;
    box-shadow: 4px 4px 0 0 #ffc54f;
  }
  .onion .product-features .list-point .point-item + .point-item {
    margin-top: 23.4667vw;
  }
  .onion .product-features .list-point .point-item-2 {
    padding-bottom: 8vw;
  }
  .onion .product-features .list-point .point-item .point-1 {
    top: -17.067vw;
    left: -1.867vw;
  }
  .onion .product-features .list-point .point-item .point-1 img {
    width: 29.3333vw;
    max-width: 180px;
  }
  .onion .product-features .list-point .point-item .point-2 {
    top: -16.267vw;
    right: -1.867vw;
  }
  .onion .product-features .list-point .point-item .point-2 img {
    width: 29.3333vw;
    max-width: 180px;
  }
  .onion .product-features .list-point .point-item .point-3 {
    left: -6px;
  }
  .onion .product-features .list-point .point-item .point-3 img {
    width: 29.3333vw;
    max-width: 180px;
  }
  .onion .product-features .list-point .point-item .text {
    padding-top: 3.4667vw;
    padding-bottom: 4vw;
    width: 59vw;
  }
  .onion .product-features .list-point .point-item .point-title-1 {
    width: 51.733vw;
    padding-left: 0;
  }
  .onion .product-features .list-point .point-item .point-title-2 {
    margin-left: 2.6667vw;
    margin-top: -6.667vw;
  }
  .onion .product-features .list-point .point-item .point-title-2 img {
    width: 68vw;
  }
  .onion .product-features .list-point .point-item .point-title-3 {
    margin-left: -1.067vw;
    width: 100%;
    margin-top: 0vw;
  }
  .onion .product-features .list-point .point-item .point-title-3 img {
    width: 69.3333vw;
  }
  .onion .product-features .list-point .point-item .point-img {
    display: block;
    padding-bottom: 90.667vw;
    position: relative;
  }
  .onion .product-features .list-point .point-item .point-img .img-1,
  .onion .product-features .list-point .point-item .point-img .img-2 {
    position: absolute;
  }
  .onion .product-features .list-point .point-item .point-img .img-1 {
    width: 52vw;
    top: -0.667vw;
    left: 5.333vw;
  }
  .onion .product-features .list-point .point-item .point-img .img-2 {
    bottom: 4.8vw;
    right: 6.133vw;
    width: 50.4vw;
  }
  .onion .product-features .list-point .point-item .point-img-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 8vw;
    justify-content: center;
    align-items: center;
  }
  .onion .product-features .list-point .point-item .point-img-2 .img-1,
  .onion .product-features .list-point .point-item .point-img-2 .img-2 {
    width: 53.3333vw;
  }
  .onion .product-features .list-point .point-item .point-img-2 .text {
    width: 60vw;
  }
  .onion .product-features .list-point .point-item .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5.333vw;
    margin-left: 0;
    align-items: end;
  }
  .onion .product-features .list-point .point-item .content .text {
    width: 100%;
    order: 1;
  }
  .onion .product-features .list-point .point-item .content .text img {
    width: 72vw;
  }
  .onion .product-features .list-point .point-item .content .img {
    order: 2;
    width: 50%;
  }
  .onion .product-features .list-point .point-item .content .img.img-1 {
    width: 26.6667vw;
  }
  .onion .product-features .list-point .point-item .content .img.img-2 {
    width: 40vw;
  }
  .onion .product-features .list-point .note {
    margin-top: -2.133vw;
    font-size: 16px;
  }
  .onion .lineup {
    padding-bottom: 56.5333vw;
  }
  .onion .lineup .title {
    padding-top: 24vw;
    padding-bottom: 6.6667vw;
  }
  .onion .lineup .title img {
    width: 80vw;
  }
  .onion .lineup .bg-text {
    bottom: 11.6667vw;
  }
  .onion .lineup .bg-text img {
    width: 89vw;
  }
  .onion .lineup-product {
    display: flex;
    gap: 8vw 16vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .onion .lineup-product .img img {
    width: 61.3333vw;
  }
  .onion .lineup-item {
    text-align: center;
  }
  .onion .lineup-item .text {
    width: 64vw;
  }
  .onion .lineup-item .lineup-link {
    padding-block: 2.6667vw;
    padding-bottom: 5.3333vw;
  }
  .onion .lineup-item .lineup-link img {
    width: 70.9333vw;
  }
  .onion .lineup .btn-lineup {
    text-align: center;
    margin-top: 12.2667vw;
    margin-inline: 5.3333vw;
  }
  .onion .lineup .btn-lineup img {
    width: 100%;
  }
  .onion .mainContents ul {
    margin: 0;
  }
  .onion .common__wrapper {
    background: url("../img/common/bg_wrraper_sp.png") repeat-x 0 100%;
    background-size: 46.9333vw 70px;
  }
  .onion .common__social {
    gap: 0 0;
    padding-inline-start: 0;
    margin-top: 10.6666666667vw !important;
  }
  .onion .common__social li {
    width: 16.5333333333vw;
    margin-right: 5.3333333333vw;
  }
  .onion .common__social li.fb {
    margin-right: 5.3333333333vw;
  }
  .onion .common__social li.line {
    display: block;
    margin-right: 0;
  }
  .onion .oninon-pkg-1 {
    top: -29.72vw;
    left: -5.14vw;
    width: 27vw;
  }
  .onion .oninon-pkg-1.animated {
    animation-delay: 4s !important;
  }
  .onion .oninon-pkg-2 {
    top: auto;
    right: auto;
    width: 44vw;
    left: -23vw;
    bottom: -50vw;
    transform: rotate(180deg);
    max-width: 260px;
  }
  .onion .oninon-pkg-3 {
    top: -31vw;
    left: auto;
    width: 20vw;
    right: 6vw;
  }
  .onion .oninon-pkg-3.animated {
    animation-delay: 4s !important;
  }
  .onion .oninon-pkg-4 {
    bottom: -39.556vw;
    right: -29.2778vw;
    transform: rotate(-211deg);
    width: 42vw;
  }
  .onion .oninon-pkg-5 {
    display: none;
  }
  .onion .oninon-pkg-6 {
    display: none;
  }
  .onion .oninon-pkg-7 {
    display: none;
  }
  .onion .oninon-pkg-8 {
    bottom: -27vw;
    left: 49vw;
    transform: rotate(3deg);
    width: 16vw;
  }
  .onion .oninon-pkg-9 {
    bottom: -25vw;
    left: 40vw;
    transform: rotate(45deg);
    width: 15vw;
  }
  .onion .oninon-pkg-10 {
    top: 123.3333vw;
    right: -14.8889vw;
    transform: rotate(61deg);
    width: 33vw;
    z-index: 2;
  }
  .onion .oninon-pkg-11 {
    top: 208.6667vw;
    left: -3vw;
    transform: rotate(198deg);
    width: 25vw;
    z-index: 2;
  }
  .onion .oninon-pkg-12 {
    bottom: 218.6667vw;
    right: 3.125vw;
    transform: rotate(-20deg);
    z-index: 2;
    width: 15vw;
  }
  .onion .oninon-pkg-13 {
    bottom: 166.3333vw;
    left: -5.0833vw;
    transform: rotate(103deg);
    width: 23.5%;
    z-index: 2;
  }
  .onion .oninon-pkg-14 {
    bottom: 76.3333vw;
    right: -11vw;
    transform: rotate(-59deg);
    width: 28vw;
    z-index: 2;
  }
  .onion .oninon-pkg-15 {
    bottom: -28vw;
    left: -5.9722vw;
    transform: rotate(-90deg);
    width: 24vw;
    z-index: 2;
  }
  .onion .oninon-pkg-16 {
    bottom: -34vw;
    left: 27.6667vw;
    transform: rotate(75deg);
    width: 12vw;
    z-index: 2;
  }
  .onion .oninon-pkg-17 {
    top: 139.3333vw;
    right: -9.6806vw;
    transform: rotate(41deg);
    width: 16vw;
    z-index: 2;
  }
  .onion .oninon-pkg-18 {
    top: 162.6667vw;
    right: -9.5278vw;
    transform: rotate(36deg);
    width: 26vw;
    z-index: 2;
  }
  .onion .oninon-pkg-19 {
    bottom: 6vw;
    left: -7vw;
    transform: rotate(126deg);
    width: 42vw;
    z-index: 2;
    max-width: 100%;
  }
}
