.product-guide {
  margin-bottom: 12rem;
}
.product-guide_inner {
  max-width: 128rem;
}
.product-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10rem;
}
.product-guide__item {
  width: calc(33.333% - 10rem);
  margin-left: 10rem;
  position: relative;
  padding-top: 4.8rem;
}
.product-guide__item--ugai .product-guide__catch {
  width: 20.4rem;
}
.product-guide__item--ugai .product-guide__image {
  width: 16.4rem;
}
.product-guide__item--ugai .product-guide__logo-image {
  width: 19.3rem;
}
.product-guide__item--ugai .product-guide__logo-image:last-of-type {
  margin-top: 1rem;
  width: 21.3rem;
}
.product-guide__item--ugaic {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.product-guide__item--ugaic .product-guide__catch {
  width: 20.4rem;
}
.product-guide__item--ugaic .product-guide__blob svg {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.product-guide__item--ugaic .product-guide__image {
  width: 10rem;
}
.product-guide__item--ugaic .product-guide__logo-image {
  width: 20.4rem;
}
.product-guide__item--ugaiclear {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.product-guide__item--ugaiclear .product-guide__catch {
  width: 20.4rem;
}
.product-guide__item--ugaiclear .product-guide__blob svg {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.product-guide__item--ugaiclear .product-guide__image {
  width: 17.1rem;
}
.product-guide__item--ugaiclear .product-guide__logo-image {
  width: 24.9rem;
}
.product-guide__catch {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-guide__thumb {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-guide__blob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.product-guide__blob svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: lineupBlob 4s ease-in-out infinite;
          animation: lineupBlob 4s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.product-guide__image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-guide__logo {
  margin-top: 2rem;
  margin-bottom: 2.4rem;
}
.product-guide__logo-image {
  margin: 0 auto;
}
.product-guide__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-main);
}
.product-guide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .product-guide {
    margin-bottom: 10rem;
  }
  .product-guide__list {
    margin-left: auto;
    margin-right: auto;
    margin-top: -9.5rem;
    width: 59.8rem;
  }
  .product-guide__item {
    width: 100%;
    margin-left: 0;
    margin-top: 9.5rem;
    padding-top: 6rem;
  }
  .product-guide__item:nth-of-type(2n+1) {
    margin-top: 9.5rem;
  }
  .product-guide__item--ugai {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .product-guide__item--ugai .product-guide__catch {
    width: 32.7rem;
  }
  .product-guide__item--ugai .product-guide__image {
    width: 29.1rem;
  }
  .product-guide__item--ugai .product-guide__logo-image {
    width: 33.9rem;
  }
  .product-guide__item--ugai .product-guide__logo-image:last-of-type {
    margin-top: 1rem;
    width: 37.5rem;
  }
  .product-guide__item--ugaic {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .product-guide__item--ugaic .product-guide__catch {
    width: 32.7rem;
  }
  .product-guide__item--ugaic .product-guide__image {
    width: 14.9rem;
  }
  .product-guide__item--ugaic .product-guide__logo-image {
    width: 42.8rem;
  }
  .product-guide__item--ugaiclear {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .product-guide__item--ugaiclear .product-guide__catch {
    width: 32.7rem;
  }
  .product-guide__item--ugaiclear .product-guide__image {
    width: 31.1rem;
  }
  .product-guide__item--ugaiclear .product-guide__logo-image {
    width: 43.8rem;
  }
  .product-guide__logo {
    margin-top: 3.8rem;
    margin-bottom: 2.2rem;
  }
  .product-guide__text {
    font-size: 2.4rem;
  }
  .product-guide__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
  }
}
@-webkit-keyframes lineupBlob {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.04, 0.96) rotate(-1deg);
            transform: scale(1.04, 0.96) rotate(-1deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg);
            transform: scale(0.97, 1.03) rotate(1deg);
  }
  75% {
    -webkit-transform: scale(1.03, 0.98) rotate(-0.5deg);
            transform: scale(1.03, 0.98) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes lineupBlob {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.04, 0.96) rotate(-1deg);
            transform: scale(1.04, 0.96) rotate(-1deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg);
            transform: scale(0.97, 1.03) rotate(1deg);
  }
  75% {
    -webkit-transform: scale(1.03, 0.98) rotate(-0.5deg);
            transform: scale(1.03, 0.98) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
}
.product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
  margin-bottom: 11rem;
}
.product-main__slide {
  width: 50%;
}
.product-main__slide-image {
  border-radius: 4rem;
}
.product-main__slide-thumbnail {
  margin-top: 2rem;
}
.product-main__slide-thumbnail-image {
  border-radius: 2rem;
}
.product-main__body {
  padding-left: 8rem;
  width: 50%;
  color: var(--color-main);
}
.product-main__label {
  color: #fff;
  background-color: var(--color-orange);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 0 1rem;
}
.product-main__name {
  font-weight: 700;
  font-size: 5.6rem;
}
.product-main__name.is-narrow {
  letter-spacing: -0.06em;
}
.product-main__name.is-narrow02 {
  letter-spacing: -0.02em;
}
.product-main__tags {
  font-size: 0;
  line-height: 1;
  margin-left: -0.7rem;
  margin-bottom: 3.5rem;
}
.product-main__tag {
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  border: 1px solid var(--color-main);
  padding: 0.3rem 0.5rem;
  margin-left: 0.7rem;
}
.product-main__desc {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.product-main__type {
  margin-top: 6rem;
}
.product-main__type-list {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.product-main__type-image {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.product-main__type-caption {
  font-weight: 700;
  font-size: 1.8rem;
}
.product-main__type-count {
  font-weight: 500;
  font-size: 1.4rem;
}
.product-main__item {
  margin-top: 4.5rem;
}
.product-main__item-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-orange);
  margin-bottom: 2.5rem;
}
.product-main__item-text {
  margin-top: -2.5rem;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.product-main__item-btn {
  margin-top: 3rem;
  width: 48rem;
}
.product-main__item-note {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.product-main__btns-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.product-main__btns-item {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .product-main {
    padding-top: 0;
    margin-bottom: 9rem;
  }
  .product-main__slide {
    width: 100%;
  }
  .product-main__slide-thumbnail {
    margin-top: 3rem;
  }
  .product-main__body {
    padding-left: 0;
    margin-top: 7rem;
    width: 100%;
  }
  .product-main__label {
    font-size: 2.2rem;
  }
  .product-main__name {
    margin-bottom: 2rem;
  }
  .product-main__tags {
    margin-left: -0.7rem;
    margin-bottom: 4rem;
  }
  .product-main__tag {
    font-size: 1.7rem;
    padding: 0.3rem 0.5rem;
    margin-left: 0.7rem;
  }
  .product-main__desc {
    font-size: 2.4rem;
  }
  .product-main__type {
    margin-top: 6rem;
  }
  .product-main__type-image {
    margin-bottom: 1.5rem;
  }
  .product-main__type-caption {
    font-size: 2.4rem;
  }
  .product-main__type-caption {
    font-size: 2rem;
  }
  .product-main__item {
    margin-top: 5.5rem;
  }
  .product-main__item-title {
    font-size: 2.6rem;
  }
  .product-main__item-text {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .product-main__item-btn {
    margin-top: 3.5rem;
    width: 56rem;
  }
}
.product-features {
  margin-bottom: 8rem;
}
.product-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-features__item {
  width: calc(33.333% - 5rem);
  margin-left: 5rem;
}
.product-features__item-image {
  margin-bottom: 2rem;
}
.product-features__item-body {
  padding: 0 4rem;
}
.product-features__item-title {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.product-features__item-text {
  color: var(--color-main);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .product-features {
    margin-bottom: 9rem;
  }
  .product-features__list {
    margin-top: -6rem;
    margin-left: 0;
  }
  .product-features__item {
    width: 100%;
    margin-left: 0;
    margin-top: 6rem;
  }
  .product-features__item-image {
    margin-bottom: 3.5rem;
  }
  .product-features__item-body {
    padding: 0 6rem;
  }
  .product-features__item-title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .product-features__item-text {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}
.p-product-effect {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .p-product-effect {
    margin-bottom: 11rem;
  }
}
.product-scene {
  margin-top: 10rem;
}
.product-scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -2rem;
}
.product-scene__item {
  width: calc(25% - 2rem);
  margin-left: 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
  display: block;
}
.product-scene__body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.4rem;
}
.product-scene__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
.product-scene__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .product-scene__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -3rem;
    margin-top: -3rem;
  }
  .product-scene__item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .product-scene__body {
    height: 11.7rem;
  }
  .product-scene__text {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
}
.product-movie__iframe {
  overflow: hidden;
  border-radius: 4rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.product-movie__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product-movie__body {
  padding: 2rem 3.5rem 0;
  color: var(--color-main);
}
.product-movie__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-movie__body {
    padding: 3rem 0 0;
  }
  .product-movie__title {
    font-size: 2.4rem;
  }
}
#ugaip {
  border-top: 1px solid var(--color-main);
  padding-top: 12rem;
  margin-top: 12rem;
}