@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --zIndex: 100;
  --zIndex-header: calc(var(--zIndex) * 2);
  --zIndex-stamp: calc(var(--zIndex) * 3);
  --zIndex-footer: calc(var(--zIndex) * 4);
  --zIndex-headerStamp: calc(var(--zIndex) * 5);
  --fontFamily-base: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --lineHeight-base: 1.5;
  --fontSize-base: 1.7rem;
  --fontWeight-base: 400;
  --fontWeight-regular: 400;
  --fontWeight-medium: 500;
  --fontWeight-semiBold: 600;
  --fontWeight-bold: 700;
  --fontColor-base: #333333;
}

/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1056px) {
  html {
    font-size: 0.946969697vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: var(--fontFamily-base);
  font-size: var(--fontSize-base);
  font-weight: var(--fontWeight-base);
  line-height: var(--lineHeight-base);
  color: var(--fontColor-base);
}

a {
  text-decoration: none;
}

img, picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  width: 100%;
  height: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__logo {
  width: 33.5rem;
  max-width: 100%;
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.l-header__lead {
  width: 24.8rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header__lead {
    width: 11.4rem;
  }
}
.l-header__ttl {
  width: 59.8rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header__ttl {
    width: 19.5rem;
  }
}
.l-header--fixed {
  height: 9rem;
  position: fixed;
  top: -9rem;
  left: 0;
  z-index: var(--zIndex-header);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../../assets/images/fixed_header_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .l-header--fixed {
    height: 5.9rem;
    top: -5.9rem;
    background-image: url(../../assets/images/fixed_header_bg_sp.jpg);
  }
}
.l-header--fixed.fixed {
  background-color: #fff;
  top: 0;
}
.l-header--fixed .l-header__inner {
  max-width: 92.8rem;
  padding: 0 1rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header--fixed .l-header__logo {
  width: 28.2rem;
}
@media screen and (max-width: 750px) {
  .l-header--fixed .l-header__logo {
    width: 15.2rem;
  }
}

/* l-headerStamp */
.l-headerStamp {
  width: 100%;
  height: 9rem;
  position: fixed;
  top: -9rem;
  left: 0;
  z-index: var(--zIndex-headerStamp);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .l-headerStamp {
    height: 6rem;
  }
}
.l-headerStamp__inner {
  height: 100%;
  max-width: 105.6rem;
  margin: 0 auto;
}
.l-headerStamp.fixed {
  top: 0;
}

/* l-content */
.l-content {
  position: relative;
}
.l-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.l-content--mv::before {
  background-color: #FDEDDC;
  opacity: 0.5;
  z-index: -2;
}
.l-content--mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #EBF6F6;
  opacity: 0.5;
  z-index: -1;
}
.l-content--balance::before {
  background-color: #FDEDDC;
  opacity: 0.5;
}
.l-content--dondon::before {
  background-color: #EBF6F6;
  opacity: 0.5;
}
.l-content--stamp::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2FA7D2), color-stop(90%, #005FA0));
  background: linear-gradient(180deg, #2FA7D2 10%, #005FA0 90%);
  opacity: 0.3;
}
.l-content--footer::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E66A03), color-stop(90%, #C7010B));
  background: linear-gradient(180deg, #E66A03 10%, #C7010B 90%);
  opacity: 0.3;
}
.l-content__inner {
  max-width: 105.6rem;
  margin: 0 auto;
}

/* l-footer */
.l-footer {
  position: relative;
  z-index: var(--zIndex-footer);
}
.l-footer__img {
  width: 18.2rem;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .l-footer__img {
    width: 12.2rem;
    left: auto;
    top: -0.2rem;
    right: 0.4rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-footer__bg {
  padding-bottom: 2.2rem;
  background: url(../../assets/images/footer_bg.jpg) center top/cover;
}
@media screen and (max-width: 750px) {
  .l-footer__bg {
    padding-bottom: 1.4rem;
    background-image: url(../../assets/images/footer_bg_sp.jpg);
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 93.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__infoArea {
  width: 38.4rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-footer__infoArea {
    padding-top: 0;
    margin: 1.6rem 2rem 0 auto;
  }
}
.l-footer__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__ttl {
  width: 39.8rem;
  max-width: 100%;
  -webkit-transform: translateY(-1.6rem);
          transform: translateY(-1.6rem);
}
@media screen and (max-width: 750px) {
  .l-footer__ttl {
    width: 26.6rem;
    margin-left: 2rem;
  }
}
.l-footer__txt {
  max-width: 29.8rem;
  margin-left: 4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__txt {
    max-width: 19.8rem;
    margin-top: -0.4rem;
    margin-left: 4.6rem;
  }
}
.l-footer__note {
  max-width: 20.9rem;
  margin: 0.6rem 0 0 9rem;
}
@media screen and (max-width: 750px) {
  .l-footer__note {
    max-width: 13.4rem;
    margin: 0.4rem 0 0 8rem;
  }
}
.l-footer__priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4rem;
  gap: 1.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__priceArea {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
}
.l-footer__price {
  width: 17.6rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-footer__price {
    width: 16rem;
    margin-left: 2rem;
  }
}
.l-footer__target {
  width: 17.8rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-footer__target {
    width: 16rem;
  }
}
.l-footer__brandTtl {
  max-width: 31rem;
  margin: 1.4rem 0 1.4rem 3rem;
}
@media screen and (max-width: 750px) {
  .l-footer__brandTtl {
    max-width: 21.6rem;
    margin-left: 12.2rem;
  }
}
.l-footer__brandTxt {
  max-width: 21rem;
  margin: 2.2rem 0 0 8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__brandTxt {
    max-width: 15.6rem;
    margin-top: 1rem;
    margin-left: 15rem;
  }
}
.l-footer__company {
  max-width: 28rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__company {
    max-width: 21rem;
    margin-top: 1.4rem;
  }
}
.l-footer__contactLead {
  max-width: 21rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__contactLead {
    max-width: 15.4rem;
    margin-top: 1.4rem;
  }
}
.l-footer__contactTel {
  max-width: 16.9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__contactTel {
    max-width: 12.4rem;
    margin-top: 0.6rem;
  }
}
.l-footer__opening {
  max-width: 18.6rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__opening {
    max-width: 13.6rem;
    margin-top: 0.6rem;
  }
}
.l-footer__recycleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
  margin-left: 4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__recycleArea {
    margin: 1rem 0 0 11.2rem;
  }
}
.l-footer__made {
  max-width: 27.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__made {
    max-width: 20.2rem;
  }
}
.l-footer__plastic {
  max-width: 4.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__plastic {
    max-width: 3.2rem;
  }
}
.l-footer__logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.764rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList {
    gap: 0.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2rem;
  }
}
.l-footer__logoList li:nth-child(1) {
  width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(1) {
    width: 3.6rem;
  }
}
.l-footer__logoList li:nth-child(2) {
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(2) {
    width: 3.8rem;
  }
}
.l-footer__logoList li:nth-child(3) {
  width: 5.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(3) {
    width: 3.4rem;
  }
}
.l-footer__logoList li:nth-child(4) {
  width: 6.4rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(4) {
    width: 4.2rem;
  }
}
.l-footer__logoList li:nth-child(5) {
  width: 5.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(5) {
    width: 3.4rem;
  }
}
.l-footer__logoList li:nth-child(6) {
  width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__logoList li:nth-child(6) {
    width: 3.6rem;
  }
}
.l-footer__chara {
  display: none;
}
@media screen and (max-width: 750px) {
  .l-footer__chara {
    display: block;
    width: 11rem;
    position: absolute;
    bottom: 4.2rem;
    left: 0;
  }
}
.l-footer__copyright {
  padding: 1rem 0;
  background-color: #333333;
}
.l-footer__copyrightTxt {
  max-width: 30rem;
  margin: 0 auto;
}

/* c-site */
/* p-mv */
.p-mv {
  padding-top: 12rem;
  aspect-ratio: 1056/820;
  background: url(../../assets/images/mv_bg.jpg) no-repeat center bottom/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-mv {
    aspect-ratio: 375/598;
    background-image: url(../../assets/images/mv_bg_sp.jpg);
  }
}
.p-mv__lead {
  max-width: 40.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-mv__lead {
    max-width: 25.4rem;
  }
}
.p-mv__copy {
  max-width: 100.8rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-mv__copy {
    max-width: 34.6rem;
    margin-top: 1rem;
  }
}
.p-mv__character1 {
  width: 25.4rem;
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 45rem);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-mv__character1 {
    width: 15.7rem;
    bottom: -0.8rem;
    left: calc(50% - 30rem);
  }
}
.p-mv__character1.is-animated {
  -webkit-animation: arcEntranceLeft 0.8s linear forwards;
          animation: arcEntranceLeft 0.8s linear forwards;
}
@-webkit-keyframes arcEntranceLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translateX(-100px) rotate(0deg);
            transform: rotate(0deg) translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(180deg) translateX(-100px) rotate(-180deg);
            transform: rotate(180deg) translateX(-100px) rotate(-180deg);
  }
}
@keyframes arcEntranceLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translateX(-100px) rotate(0deg);
            transform: rotate(0deg) translateX(-100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(180deg) translateX(-100px) rotate(-180deg);
            transform: rotate(180deg) translateX(-100px) rotate(-180deg);
  }
}
.p-mv__character2 {
  width: 25.4rem;
  position: absolute;
  bottom: -2rem;
  left: calc(50% + 20rem);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-mv__character2 {
    width: 15.7rem;
    bottom: -0.8rem;
    left: calc(50% + 14rem);
  }
}
.p-mv__character2.is-animated {
  -webkit-animation: arcEntranceRight 0.8s linear forwards 0.2s;
          animation: arcEntranceRight 0.8s linear forwards 0.2s;
}
@-webkit-keyframes arcEntranceRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
            transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-180deg) translateX(100px) rotate(180deg);
            transform: rotate(-180deg) translateX(100px) rotate(180deg);
  }
}
@keyframes arcEntranceRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
            transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-180deg) translateX(100px) rotate(180deg);
            transform: rotate(-180deg) translateX(100px) rotate(180deg);
  }
}
.p-mv__message {
  max-width: 26.4rem;
  margin: 2rem auto 0;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
@media screen and (max-width: 750px) {
  .p-mv__message {
    max-width: 14.6rem;
    margin-top: 7rem;
  }
}
.p-mv__message.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

/* p-howto */
.p-howto__header {
  padding: 0.4rem 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 -4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 -4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 750px) {
  .p-howto__header {
    padding-bottom: 0;
  }
}
.p-howto__header--balance {
  background: url(../../assets/images/balance_header_bg.jpg) no-repeat center bottom/cover;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.25));
}
.p-howto__header--dondon {
  padding: 0.8rem 0 0;
  background: url(../../assets/images/dondon_header_bg.jpg) no-repeat center bottom/cover;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
  .p-howto__header--dondon {
    background-image: url(../../assets/images/dondon_header_bg_sp.jpg);
  }
}
.p-howto__ttl--balance {
  max-width: 53rem;
  margin: 0 auto;
  position: relative;
  left: 0.8rem;
}
@media screen and (max-width: 750px) {
  .p-howto__ttl--balance {
    max-width: 37rem;
    left: initial;
  }
}
.p-howto__ttl--dondon {
  max-width: 58rem;
  margin: 0 auto;
  position: relative;
  left: -1.2rem;
}
@media screen and (max-width: 750px) {
  .p-howto__ttl--dondon {
    max-width: 37rem;
    left: initial;
  }
}
.p-howto__body {
  padding: 3.2rem 0;
}
.p-howto__body--balance {
  background: url(../../assets/images/balance_bg.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 750px) {
  .p-howto__body--balance {
    background-image: url(../../assets/images/balance_bg_sp.jpg);
  }
}
.p-howto__body--dondon {
  background: url(../../assets/images/dondon_bg.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 750px) {
  .p-howto__body--dondon {
    background-image: url(../../assets/images/dondon_bg_sp.jpg);
  }
}
.p-howto__lead--balance {
  max-width: 28.9rem;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-howto__lead--balance {
    max-width: 28rem;
  }
}
.p-howto__lead--dondon {
  max-width: 32.3rem;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-howto__lead--dondon {
    max-width: 28rem;
  }
}
.p-howto__subttl {
  max-width: 16rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-howto__subttl {
    margin-top: 2rem;
  }
}
.p-howto__start {
  max-width: 67.5rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-howto__start {
    max-width: 26.7rem;
  }
}
.p-howto__swiperArea {
  padding-bottom: 3rem;
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea {
    padding: 0 1rem 3.2rem;
  }
}
.p-howto__swiperArea .swiper-slide {
  -webkit-transform: translate(7rem, 5.4rem) scale(0.7);
          transform: translate(7rem, 5.4rem) scale(0.7);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea .swiper-slide {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.p-howto__swiperArea .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-howto__swiperArea .swiper-slide.swiper-slide-active .p-howto__txtArea {
  -webkit-animation: scaleIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
          animation: scaleIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea .swiper-slide.swiper-slide-active .p-howto__txtArea {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translate(-5rem, 0) scale(0);
            transform: translate(-5rem, 0) scale(0);
  }
  to {
    -webkit-transform: translate(-5rem, 0) scale(1);
            transform: translate(-5rem, 0) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translate(-5rem, 0) scale(0);
            transform: translate(-5rem, 0) scale(0);
  }
  to {
    -webkit-transform: translate(-5rem, 0) scale(1);
            transform: translate(-5rem, 0) scale(1);
  }
}
.p-howto__swiperArea .swiper-slide.swiper-slide-next {
  -webkit-transform: translate(-2rem, 5.4rem) scale(0.7);
          transform: translate(-2rem, 5.4rem) scale(0.7);
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea .swiper-slide.swiper-slide-next {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.p-howto__swiperArea .swiper-slide.swiper-slide-next + .swiper-slide {
  -webkit-transform: translate(-6.8rem, 5.4rem) scale(0.7);
          transform: translate(-6.8rem, 5.4rem) scale(0.7);
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea .swiper-slide.swiper-slide-next + .swiper-slide {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.p-howto__swiperArea .swiper-slide.swiper-slide-prev {
  -webkit-transform: translate(2rem, 5.4rem) scale(0.7);
          transform: translate(2rem, 5.4rem) scale(0.7);
}
@media screen and (max-width: 750px) {
  .p-howto__swiperArea .swiper-slide.swiper-slide-prev {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@media screen and (max-width: 750px) {
  .p-howto__imgArea {
    max-width: 23.3rem;
    margin: 0 auto;
  }
}
.p-howto__imgArea img {
  width: 100%;
  -webkit-box-shadow: 0 4px 20px 0 #977F66;
          box-shadow: 0 4px 20px 0 #977F66;
}
.p-howto__txtArea {
  width: 33.5rem;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-howto__txtArea {
    margin: 0 auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-howto__swiper-pagination {
  bottom: 0 !important;
}
.p-howto__swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.4rem !important;
  background: #BEBEBE;
  opacity: 1;
}
.p-howto__swiper-pagination--balance .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B81E23;
}
.p-howto__swiper-pagination--dondon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #254A9E;
}
.p-howto__swiper-button {
  width: 5.2rem;
  height: 5.2rem;
  top: 38%;
}
.p-howto__swiper-button::after {
  content: "";
}
.p-howto__swiper-button--nextBalance {
  background: url(../../assets/images/slider_arrow_right.png) no-repeat center center/cover;
}
.p-howto__swiper-button--prevBalance {
  background: url(../../assets/images/slider_arrow_left.png) no-repeat center center/cover;
}
.p-howto__swiper-button--nextDondon {
  background: url(../../assets/images/slider_arrow_right_blue.png) no-repeat center center/cover;
}
.p-howto__swiper-button--prevDondon {
  background: url(../../assets/images/slider_arrow_left_blue.png) no-repeat center center/cover;
}
.p-howto__note {
  max-width: 18rem;
  margin: 1.6rem auto 0;
}

/* p-stamp */
.p-stamp {
  position: relative;
  z-index: var(--zIndex-stamp);
}
.p-stamp__body {
  background: url(../../assets/images/stamp_bg.jpg) center top/cover;
  padding-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-stamp__body {
    background-image: url(../../assets/images/stamp_bg_sp.jpg);
    padding-bottom: 4rem;
  }
}
.p-stamp__lead {
  max-width: 53rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-stamp__lead {
    max-width: 24rem;
  }
}
.p-stamp__scrollArea {
  -webkit-transform: translateY(-1.4rem);
          transform: translateY(-1.4rem);
}
@media screen and (max-width: 750px) {
  .p-stamp__scrollArea {
    overflow: scroll;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 750px) {
  .p-stamp__scrollItem {
    width: 61.2rem;
  }
}
.p-stamp__message {
  max-width: 11.4rem;
  margin: 1.6rem auto 0;
  position: absolute;
  top: 15.6rem;
  right: 4rem;
}
@media screen and (max-width: 750px) {
  .p-stamp__message {
    max-width: 33.5rem;
    margin-top: 1.4rem;
    position: initial;
    top: initial;
    right: initial;
  }
}
.p-stamp__list {
  max-width: 94.7rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .p-stamp__list {
    max-width: 33.5rem;
  }
}
.p-stamp__note {
  max-width: 27rem;
  margin: -0.6rem 6rem 0 auto;
}
@media screen and (max-width: 750px) {
  .p-stamp__note {
    max-width: 28rem;
    margin: 1.4rem auto 0;
  }
}

/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}