@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
figure, figcaption, nav, section {
  display: block;
}
#awa_wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
#awa_wrapper img {
  border: 0;
  vertical-align: bottom;
}
#awa_wrapper ul, #awa_wrapper ol, #awa_wrapper li {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
:root {
  --font-size10: clamp(8px, 0.73vw, 10px);
  --font-size14: clamp(12px, 1.02vw, 14px);
  --font-size16: clamp(14px, 1.17vw, 16px);
  --font-size18: clamp(16px, 1.31vw, 18px);
  --font-size20: clamp(18px, 1.46vw, 20px);
  --font-size22: clamp(19px, 1.61vw, 22px);
  --font-size24: clamp(21px, 1.75vw, 24px);
  --font-size26: clamp(23px, 1.90vw, 26px);
  --font-size28: clamp(25px, 2.04vw, 28px);
  --font-size30: clamp(27px, 2.19vw, 30px);
  --font-size32: clamp(28px, 2.34vw, 32px);
  --font-size33: clamp(29px, 2.41vw, 33px);
  --font-size34: clamp(30px, 2.48vw, 34px);
  --font-size36: clamp(32px, 2.63vw, 36px);
  --font-size37: clamp(33px, 2.70vw, 37px);
  --font-size39: clamp(35px, 2.85vw, 39px);
  --font-size54: clamp(48px, 3.95vw, 54px);
  --font-size56: clamp(50px, 4.09vw, 56px);
  --font-size60: clamp(54px, 4.39vw, 60px);
}
/* =========================================================
　◆wrapper
========================================================= */
#awa_wrapper *, #awa_wrapper *:before, #awa_wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#awa_wrapper {
  margin: 0 auto;
  color: #000000;
  font-size: var(--font-size16);
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
  -webkit-text-size-adjust: none;
  min-width: 1100px;
  padding-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url("../images/bg.png?20250330");
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (min-width: 2501px) {
  #awa_wrapper {
    background-image: url("../images/bg.png?20250330");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #awa_wrapper {
    min-width: auto;
    min-width: initial;
    background-image: url("../images/sp/bg.png?20250330");
    background-size: 100% auto;
  }
}
/* =========================================================
　◆LINK
========================================================= */
#awa_wrapper .tel a {
  color: #000 !important;
  text-decoration: none;
}
/* =========================================================
◆KVアニメーション
========================================================= */
#awa_wrapper .image01, #awa_wrapper .image02, #awa_wrapper .image03, #awa_wrapper .image04, #awa_wrapper .image05, #awa_wrapper .main .text {
  opacity: 0;
}
.zoomin {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 0.5s forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.scaledown {
  animation: scaleDown 0.4s cubic-bezier(0.77, 0, 0.175, 1) 1.2s forwards;
}
@keyframes scaleDown {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fadein {
  animation: fadeIn 0.6s 0s forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slidein {
  animation: slideIn 0.6s 1s forwards;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideup {
  animation: slideUp 0.6s 1s forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideleft {
  animation: slideleft 0.3s 0.8s forwards;
}
@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideright {
  animation: slideright 0.6s 1s forwards;
}
@keyframes slideright {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* =========================================================
　◆TOP
========================================================= */
#awa_wrapper {
  margin: 0 auto;
  position: relative;
}
#awa_wrapper img {
  width: 100%;
}
#awa_wrapper .structure {
  max-width: 1366px;
  margin: 0 auto;
}
#awa_wrapper .main {
  max-width: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
#awa_wrapper .kv {
  background-image: url("../images/kv_bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#awa_wrapper .kv-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0;
}
#awa_wrapper .kv-inner:before {
  content: "";
  display: block;
  padding-top: 39.9707174%;
}
#awa_wrapper .kv .image01 {
  position: absolute;
  top: 3.6630036%;
  left: 1.4641288%;
  width: 9.6632503%;
  z-index: 1;
}
#awa_wrapper .kv .image02 {
  position: absolute;
  top: 30.7692307%;
  left: 59.5168374%;
  width: 20.3513909%;
  z-index: 2;
}
#awa_wrapper .kv .image03 {
  position: absolute;
  top: -4.029304%;
  left: 42.1669106%;
  width: 39.238653%;
  z-index: 3;
}
#awa_wrapper .kv .image04 {
  position: absolute;
  top: -4.2124542%;
  left: 8.0527086%;
  width: 44.3631039%;
  z-index: 2;
}
#awa_wrapper .kv .image05 {
  position: absolute;
  top: 76.3736263%;
  left: 80.0878477%;
  width: 14.6412884%;
  z-index: 4;
}
#awa_wrapper .kv .text {
  position: absolute;
  bottom: 2%;
  left: 1.0980966%;
  color: #000000;
  font-size: var(--font-size10);
  z-index: 5;
}
#awa_wrapper .sub-text {
  position: relative;
  background-color: #087cc3;
  z-index: 6;
}
#awa_wrapper .sub-text .note {
  margin: 0 2.2455089% 0;
  font-size: var(--font-size16);
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 0.5% 0;
}
#awa_wrapper .howto {
  position: relative;
}
#awa_wrapper .howto .ttl {
  max-width: 1366px;
  padding-top: min(3.6603221%, 50px);
  position: relative;
}
#awa_wrapper .howto h3 {
  margin: 0 10.9809663%;
  font-size: var(--font-size39);
  color: #016eb9;
  font-weight: 900;
  border: solid 3px #016eb9;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05em;
  text-indent: 0.05em;
  background-color: #ffffff;
}
#awa_wrapper .howto h3 span {
  font-size: var(--font-size30);
}
#awa_wrapper .howto .ttl-image {
  margin-left: 9.5168374%;
  margin-right: 1.0980966%;
  margin-top: -4.25%;
  position: relative;
}
#awa_wrapper .howto .detail {
  display: flex;
  justify-content: center;
  margin: 0.9516837% 10.9809663% 0;
}
#awa_wrapper .howto .detail dl {
  width: calc(100% / 3);
  text-align: center;
  font-size: var(--font-size30);
  font-weight: 500;
  margin-right: 0.9%;
}
#awa_wrapper .howto .detail dl:last-child {
  margin-right: 0;
}
#awa_wrapper .howto .detail dt {
  color: #ffffff;
  padding: 24px 0;
  background-color: #087cc3;
}
#awa_wrapper .howto .detail dd {
  border: none;
  padding: 24px 0;
  background-color: #ffffff;
}
#awa_wrapper .howto .detail-note {
  margin: 0 10.9809663% 0;
  line-height: 1.6;
  margin-top: calc(24px - (((1.6 * 20px) - 20px) / 2));
  font-size: var(--font-size20);
  font-weight: 500;
}
#awa_wrapper .howto .contact {
  margin: 0 10.9809663% 0;
  margin-top: calc(53px - (((1.6 * 20px) - 20px) / 2));
}
#awa_wrapper .howto .contact .contact-ttl {
  padding: 0.4392386% 0 0.8784773%;
  background-color: #087cc3;
}
#awa_wrapper .howto .contact .contact-ttl h4 {
  font-size: var(--font-size24);
  line-height: 1.5;
  color: #ffffff;
  background-image: url("../images/howto_note_illust.png?20250330");
  background-repeat: no-repeat;
  background-position: left 2.8142589% bottom;
  background-size: 9.380863% auto;
  padding-top: calc(40px - (((1.5 * 24px) - 24px) / 2));
  padding-bottom: calc(30px - (((1.5 * 24px) - 24px) / 2));
}
#awa_wrapper .howto .contact .contact-ttl h4 p {
  padding-left: 16.6041275%;
}
#awa_wrapper .howto .contact .inner {
  border: none;
  background-color: #ffffff;
  padding: 1.8761726% 2.8142589% 2.8142589%;
}
#awa_wrapper .howto .contact .inner .lead {
  font-size: var(--font-size22);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding-bottom: calc(30px - (((1.3 * 22px) - 22px) / 2));
}
#awa_wrapper .howto .contact .inner .contact-text {
  display: flex;
}
#awa_wrapper .howto .contact .inner .contact-text li {
  width: calc(100% / 2);
  margin-right: 1.68%;
  border: solid 1px #989898;
}
#awa_wrapper .howto .contact .inner .contact-text li:last-child {
  margin-left: 1.68%;
  margin-right: 0;
}
#awa_wrapper .howto .contact .inner .contact-text li dl {
  text-align: center;
}
#awa_wrapper .howto .contact .inner .contact-text li dt {
  color: #d7000f;
  font-size: var(--font-size26);
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 5.6% 1.8761726% 2%;
}
#awa_wrapper .howto .contact .inner .contact-text li dd {
  padding: 1.8761726% 4.5% 4.5%;
}
#awa_wrapper .howto .contact .inner .contact-text li dd .btn {
  font-size: var(--font-size32);
  font-weight: 700;
  padding: 24px 0;
  display: block;
  background-color: #d7000f;
  color: #fff;
  margin-top: 2%;
  text-decoration: none;
  background-image: url("../images/icon_target.png?20250330");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16.5px 16px;
  border: solid 1px #d7000f;
  transition: all 0.5s ease;
}
#awa_wrapper .howto .contact .inner .contact-text li dd .btn:hover {
  border: solid 1px #d7000f;
  background-color: #fff;
  color: #d7000f;
  background-image: url("../images/icon_target_on.png?20250330");
}
#awa_wrapper .howto .contact .inner .contact-text li dd .tel {
  font-size: var(--font-size60);
  font-weight: 700;
}
#awa_wrapper .howto .contact .inner .contact-text li dd .note {
  font-size: var(--font-size16);
  line-height: 1.25;
  padding-top: calc(16px - (((1.25 * 16px) - 16px) / 2));
}
#awa_wrapper .howto .accordion {
  margin: 3.660% 10.9809663% 0;
}
#awa_wrapper .howto .accordion .acc-ttl {
  font-size: var(--font-size36);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 3% 2.8142589% 2.8142589%;
  margin-top: 4.69%;
  background-color: #087cc3;
  position: relative;
}
#awa_wrapper .howto .accordion .acc-inner {
  margin: 0;
  padding: 3.337% 2.8142589% 2.8142589% 2.8142589%;
  border: none;
  background-color: #ffffff;
}
#awa_wrapper .howto .accordion .acc-inner .lead {
  text-align: center;
  font-size: var(--font-size28);
  letter-spacing: -0.05em;
  margin-bottom: 0;
  line-height: 1.64;
}
#awa_wrapper .howto .accordion .acc-inner .lead span {
  color: #fff;
  font-weight: 700;
  background-color: #d7000f;
  padding: 0 10px;
  margin: 0 5px;
}
#awa_wrapper .howto .accordion .acc-inner .step {
  display: flex;
  margin-top: 3.337%;
}
#awa_wrapper .howto .accordion .acc-inner .step li {
  width: calc(100% / 2);
  margin-right: 1.68%;
  padding: 1.87%;
  background-color: #f1f1f1;
}
#awa_wrapper .howto .accordion .acc-inner .step li:last-child {
  margin-left: 1.68%;
  margin-right: 0;
}
#awa_wrapper .howto .accordion .acc-inner .step li figcaption {
  font-size: var(--font-size20);
  text-align: center;
  line-height: 1.4;
  padding-top: 1.87%;
  font-weight: 500;
}
#awa_wrapper .howto .accordion .acc-inner .step li figcaption span {
  font-size: var(--font-size24);
  font-weight: 700;
  color: #d7000f;
}
#awa_wrapper .howto .accordion .acc-inner .note {
  text-align: right;
  font-size: var(--font-size20);
  color: #d7000f;
  margin-top: 1.40%;
}
#awa_wrapper .howto .accordion .acc-inner .attention {
  margin: 2.814% 0 0;
  border: solid 1px #989898;
  padding: 3.28% 0 4.22%;
}
#awa_wrapper .howto .accordion .acc-inner .attention .lead {
  font-size: var(--font-size33);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image {
  display: flex;
  padding: 0 1.87%;
  margin-top: 3.337%;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li {
  width: calc(100% / 2);
  padding-right: 1.87%;
  padding-top: 2.345%;
  padding-bottom: 2.345%;
  border-right: 1px solid #989898;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li:last-child {
  width: calc(100% / 2);
  padding-right: 0;
  padding-left: 1.87%;
  border-right: none;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li .bad-image-ttl {
  display: flex;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li .bad-image-ttl .icon {
  width: 11.2%;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li .bad-image-ttl .text {
  font-size: var(--font-size22);
  font-weight: 700;
  padding-top: 3%;
  letter-spacing: -0.05em;
  width: calc(100% - 11.2%);
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image li:first-child .bad-image-ttl .text {
  padding-left: 2.6%;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image figure {
  padding-left: 4.6%;
  margin-top: 8.63%;
}
#awa_wrapper .howto .accordion .acc-inner .attention .bad-image figcaption {
  font-size: var(--font-size20);
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
#awa_wrapper .howto .bnr-qa {
  margin: 0.5856515% 10.0292825% 0 9.2240117%;
}
#awa_wrapper .howto .bnr-qa img:hover {
  transition: all 0.5s ease;
  filter: brightness(1.1);
}
#awa_wrapper .howto .safety {
  margin: 3.6603221% 10.9809663%;
  border: none;
  padding: 2.1961932% 3.6603221%;
  background-color: #189cda;
}
#awa_wrapper .howto .safety .safety-ttl {
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  text-align: center;
  font-size: var(--font-size34);
  color: #ffffff;
  line-height: 1.29;
  font-weight: 900;
  letter-spacing: -0.05em;
  padding-top: calc(20px - (((1.29 * 34px) - 34px) / 2));
  padding-bottom: calc(20px - (((1.29 * 34px) - 34px) / 2));
}
#awa_wrapper .howto .safety .safety-ttl span {
  font-size: var(--font-size54);
}
#awa_wrapper .howto .safety .safety-inner {
  background-color: #fff;
  padding: 2.070%;
  margin-top: 3.10559%;
}
#awa_wrapper .howto .safety .safety-inner figcaption {
  font-size: var(--font-size32);
  line-height: 1.125;
  text-align: center;
  font-weight: 500;
  padding-top: calc(10px - (((1.125 * 32px) - 32px) / 2));
}
#awa_wrapper .howto .safety .safety-inner figcaption span {
  color: #d7000f;
}
#awa_wrapper .howto .safety .safety-inner .note {
  padding-top: calc(10px - (((1 * 20px) - 20px) / 2));
  font-size: var(--font-size20);
  text-align: center;
  font-weight: 500;
}
#awa_wrapper .product .ttl {
  max-width: 1366px;
  position: relative;
}
#awa_wrapper .product h3 {
  margin: 0 10.9809663%;
  font-size: var(--font-size39);
  color: #016eb9;
  font-weight: 900;
  border: solid 3px #016eb9;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  background-color: #ffffff;
}
#awa_wrapper .product h3 span {
  font-size: var(--font-size30);
}
#awa_wrapper .product figure {
  margin: 2.928% 10.9809663%;
}
#awa_wrapper .product .btn, #awa_wrapper .faq .btn {
  font-size: var(--font-size24);
  font-weight: 700;
  padding: 24px 0;
  display: block;
  background-color: #016eb9;
  color: #fff;
  text-decoration: none;
  background-image: url("../images/icon_arrow.png?20250330");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 21px 24.5px;
  max-width: 522px;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #016eb9;
  transition: all 0.5s ease;
}
#awa_wrapper .product .btn:hover, #awa_wrapper .faq .btn:hover {
  background-color: #fff;
  color: #016eb9;
  background-image: url("../images/icon_arrow_on.png?20250330");
}
#awa_wrapper .faq .btn-contact {
  font-size: var(--font-size24);
  font-weight: 700;
  padding: 24px 0;
  display: block;
  color: #000000;
  text-decoration: none;
  background-image: url("../images/icon_arrow_b.png?20250330");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 21px 24.5px;
  max-width: 522px;
  margin: 2.196% auto 0;
  text-align: center;
  border: solid 1px #000;
  transition: all 0.5s ease;
}
#awa_wrapper .faq .btn-contact:hover {
  background-color: #fff;
}
#awa_wrapper .rule {
  margin: 3.6603221% auto 0;
  padding-bottom: 3.6603221%;
  text-align: center;
  max-width: 1366px;
}
#awa_wrapper .rule .rule-inner {
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size16);
  line-height: 1.5;
  font-weight: 500;
}
#awa_wrapper .rule .rule-inner .box {
  margin: 2.196% auto;
  border: solid 1px #000;
  width: 420px;
  padding: 5px 0;
}
#awa_wrapper .rule .rule-inner .recycle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#awa_wrapper .rule .rule-inner img {
  width: 38px;
}
#awa_wrapper .banner {
  text-align: center;
  background-color: #fff;
  padding-top: 3.6603221%;
  padding-bottom: 3.6603221%;
}
#awa_wrapper .banner-inner {
  margin: 0 10.9809663%;
}
#awa_wrapper .banner .list {
  display: block;
  margin: 0 auto;
  max-width: 856px;
}
#awa_wrapper .banner .list li {
  margin-bottom: 20px;
}
#awa_wrapper .banner .list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #awa_wrapper .main {
    width: 100%;
  }
  #awa_wrapper .kv {
    background-image: url("../images/sp/kv_bg.webp?20250330");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    padding-bottom: 0;
  }
  #awa_wrapper .kv-inner:before {
    content: "";
    display: block;
    padding-top: 140%;
  }
  #awa_wrapper .kv .image01 {
    position: absolute;
    top: 1.4285714%;
    left: 2%;
    width: 18.5333333%;
    z-index: 0;
  }
  #awa_wrapper .kv .image02 {
    position: absolute;
    top: 52.5714285%;
    left: 16%;
    width: 45.2%;
    z-index: 0;
  }
  #awa_wrapper .kv .image03 {
    position: absolute;
    top: 37.3333333%;
    left: 37.2%;
    width: 69.8666666%;
    z-index: 0;
  }
  #awa_wrapper .kv .image04 {
    position: absolute;
    top: -2.2857142%;
    left: 7.6%;
    width: 90.5333333%;
    z-index: 0;
  }
  #awa_wrapper .kv .image05 {
    position: absolute;
    top: 81.7142857%;
    left: 4.5333333%;
    width: 31.0666666%;
  }
  #awa_wrapper .kv .text {
    position: absolute;
    left: 1.3333333%;
    border-bottom: 1.333333%;
    font-size: 2.13vw;
  }
  #awa_wrapper .sub-text {
    margin-top: 0;
  }
  #awa_wrapper .sub-text .note {
    margin: 0 1.33%;
    font-size: 10px;
    font-size: 2.6vw;
    padding: 1.86% 0;
  }
  #awa_wrapper .howto {}
  #awa_wrapper .howto .ttl {
    padding-top: 4%;
  }
  #awa_wrapper .howto h3 {
    margin: 0 2.66%;
    font-size: 19.5px;
    font-size: 5.2vw;
    border: solid 2px inherit;
    height: auto;
    display: block;
    padding: 2.66% 0;
  }
  #awa_wrapper .howto h3 span {
    font-size: 15px;
    font-size: 4vw;
  }
  #awa_wrapper .howto .ttl-image {
    margin-left: 2.66%;
    margin-right: 2.66%;
    margin-top: 5.33%;
  }
  #awa_wrapper .howto .detail {
    margin: 1.06% 2.66% 0;
  }
  #awa_wrapper .howto .detail dl {
    font-size: 10px;
    font-size: 2.66vw;
    margin-right: 1.3%;
    letter-spacing: -0.05em;
  }
  #awa_wrapper .howto .detail dl:last-child {
    margin-right: 0;
  }
  #awa_wrapper .howto .detail dt {
    color: #fff;
    padding: 6% 0;
    font-weight: 700;
  }
  #awa_wrapper .howto .detail dd {
    font-size: 22px;
    font-size: 5.8vw;
    padding: 8% 0;
  }
  #awa_wrapper .howto .detail-note {
    margin: 0 2.66% 0;
    line-height: 1.3;
    margin-top: 4%;
    font-size: 13px;
    font-size: 3.4vw;
  }
  #awa_wrapper .howto .contact {
    margin: 0 2.66% 0;
    margin-top: 6.66%;
  }
  #awa_wrapper .howto .contact .contact-ttl {
    padding: 0.4392386% 1.86% 0.8784773%;
  }
  #awa_wrapper .howto .contact .contact-ttl h4 {
    font-size: 13.5px;
    font-size: 3.6vw;
    line-height: 1.29;
    background-image: url("../images/howto_note_illust.png?20250330");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 16% auto;
    padding-top: 2.66%;
    padding-bottom: 4%;
  }
  #awa_wrapper .howto .contact .contact-ttl h4 p {
    padding-left: 18%;
  }
  #awa_wrapper .howto .contact .inner {
    padding: 2.11% 2.816% 2.816%;
  }
  #awa_wrapper .howto .contact .inner .lead {
    font-size: 13px;
    font-size: 3.4vw;
    font-weight: 500;
    padding-bottom: 2.11%;
  }
  #awa_wrapper .howto .contact .inner .contact-text {
    display: block;
  }
  #awa_wrapper .howto .contact .inner .contact-text li {
    width: 100%;
    margin-right: 0;
    border: solid 1px #000000;
  }
  #awa_wrapper .howto .contact .inner .contact-text li:last-child {
    margin-left: 0;
    margin-top: 4.4776119%;
  }
  #awa_wrapper .howto .contact .inner .contact-text li dt {
    font-size: 13px;
    font-size: 3.4vw;
    padding: 2.8% 3.52% 2.8%;
  }
  #awa_wrapper .howto .contact .inner .contact-text li dd {
    padding: 0 3.52% 3.52%;
    margin-bottom: 0;
  }
  #awa_wrapper .howto .contact .inner .contact-text li:last-child dd {
    margin-bottom: 0;
  }
  #awa_wrapper .howto .contact .inner .contact-text li dd .btn {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 2.81% 0 4%;
    margin-top: 2%;
    text-decoration: none;
    background-image: url("../images/icon_target.png?20250330");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16.5px 16px;
    transition: all 0.5s ease;
  }
  #awa_wrapper .howto .contact .inner .contact-text li dd .tel {
    font-size: 40px;
    font-size: 10.6vw;
  }
  #awa_wrapper .howto .contact .inner .contact-text li dd .note {
    font-size: 11px;
    font-size: 2.9vw;
    padding-top: 2.39%;
  }
  #awa_wrapper .howto .accordion {
    margin: 6.66% 2.66% 0;
  }
  #awa_wrapper .howto .accordion .acc-ttl {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: -0.02em;
    text-indent: 0.02em;
    padding: 4% 0 4%;
    margin-top: 6.66%;
  }
  #awa_wrapper .howto .accordion .acc-inner {
    margin: 0;
    padding: 3.337% 2.816% 2.816% 2.816%;
  }
  #awa_wrapper .howto .accordion .acc-inner .lead {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: -0.08em;
    text-indent: 0.08em;
    margin-bottom: 0;
    line-height: 1.64;
  }
  #awa_wrapper .howto .accordion .acc-inner .lead span {
    padding: 0 2px;
    margin: 0;
  }
  #awa_wrapper .howto .accordion .acc-inner .step {
    display: block;
  }
  #awa_wrapper .howto .accordion .acc-inner .step li {
    width: 100%;
    margin-right: 0;
    padding: 2.816%;
    margin-bottom: 3.512%;
  }
  #awa_wrapper .howto .accordion .acc-inner .step li:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  #awa_wrapper .howto .accordion .acc-inner .step li figcaption {
    font-size: 13px;
    font-size: 3.46vw;
    padding-top: 1.87%;
  }
  #awa_wrapper .howto .accordion .acc-inner .step li figcaption span {
    font-size: 16px;
    font-size: 4.2vw;
  }
  #awa_wrapper .howto .accordion .acc-inner .note {
    font-size: 10px;
    font-size: 2.66vw;
    margin-top: 1.40%;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention {
    margin: 4.225% 0 0;
    padding: 3.337% 2.816% 0;
    border: solid 1px #000000;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .lead {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: -0.02em;
    text-indent: 0.02em;
    line-height: 1.16;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image {
    display: block;
    padding: 0;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2.345%;
    padding-bottom: 4.78%;
    border-right: none;
    border-bottom: solid 1px #000;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image li:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-bottom: none;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image li .bad-image-ttl .icon {
    width: 9%;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image li .bad-image-ttl .text {
    font-size: 15px;
    font-size: 4vw;
    padding-top: 2%;
    letter-spacing: -0.05em;
    width: calc(100% - 9%);
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image li:first-child .bad-image-ttl .text {
    padding-left: 2.6%;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image figure {
    padding-left: 0;
    margin-top: 2.816%;
  }
  #awa_wrapper .howto .accordion .acc-inner .attention .bad-image figcaption {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #awa_wrapper .howto .bnr-qa {
    margin: 1.33% 0 6.66%;
  }
  #awa_wrapper .howto .safety {
    margin: 6.66% 2.66%;
    padding: 5.33% 2.18% 2.18%;
  }
  #awa_wrapper .howto .safety .safety-ttl {
    border-top: 5px solid inherit;
    border-bottom: 5px solid inherit;
    font-size: 18px;
    font-size: 4.8vw;
    padding-top: 2.53%;
    padding-bottom: 2.53%;
    margin-bottom: 5.33%;
  }
  #awa_wrapper .howto .safety .safety-ttl span {
    font-size: 29px;
    font-size: 7.73vw;
  }
  #awa_wrapper .howto .safety .safety-inner {
    padding: 2.186%;
    margin-top: 3.10559%;
  }
  #awa_wrapper .howto .safety .safety-inner figcaption {
    font-size: 13px;
    font-size: 3.4vw;
    padding-top: 1.40%;
  }
  #awa_wrapper .howto .safety .safety-inner figcaption span {
    font-size: 16.5px;
    font-size: 4.4vw;
  }
  #awa_wrapper .howto .safety .safety-inner .note {
    padding-top: 1.40%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.16;
  }
  #awa_wrapper .product h3 {
    margin: 0 2.66%;
    font-size: 19.5px;
    font-size: 5.2vw;
    border: solid 2px inherit;
    height: auto;
    display: block;
    padding: 2.66% 0;
  }
  #awa_wrapper .product figure {
    margin: 6.66% 2.66%;
  }
  #awa_wrapper .product .btn, #awa_wrapper .faq .btn {
    font-size: 14px;
    font-size: 3.73vw;
    padding: 3.692% 0 3.692%;
    background-image: url("../images/icon_arrow.png?20250330");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px auto;
    max-width: 650px;
    margin: 0 6.66%;
  }
  #awa_wrapper .faq .btn-contact {
    font-size: 14px;
    font-size: 3.73vw;
    padding: 3.692% 0 3.692%;
    background-image: url("../images/icon_arrow_b.png?20250330");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px auto;
    max-width: 650px;
    margin: 2.196% 6.66% 0;
  }
  #awa_wrapper .rule {
    margin: 6.66% auto 0;
    padding-bottom: 6.66%;
  }
  #awa_wrapper .rule .rule-inner {
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    font-size: 2.93vw;
  }
  #awa_wrapper .rule .rule-inner .box {
    margin: 2.196% 10.66%;
    width: auto;
    padding: 5px 0;
  }
  #awa_wrapper .rule .rule-inner .recycle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #awa_wrapper .rule .rule-inner img {
    width: 38px;
  }
  #awa_wrapper .banner {
    padding-top: 6.66%;
    padding-bottom: 6.66%;
  }
  #awa_wrapper .banner-inner {
    margin: 0 6.66%;
  }
  #awa_wrapper .banner .list {
    display: block;
  }
  #awa_wrapper .banner .list li {
    max-width: auto;
    max-width: initial;
    margin: 0 0 5.333% 0;
  }
  #awa_wrapper .banner .list li:last-child {
    margin: 0;
  }
}
/* =========================================================
　◆QA
========================================================= */
#awa_wrapper .qa-header {
  max-width: 1366px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
#awa_wrapper .qa-header .inner {
  background-color: #016eb9;
  position: relative;
  padding-bottom: 1%;
}
#awa_wrapper .qa-header h2 {
  font-size: var(--font-size56);
  font-weight: 900;
  color: #ffffff;
  padding-left: 20%;
  letter-spacing: -0.02em;
  padding-top: 2.5622254%;
}
#awa_wrapper .qa-header .text {
  font-weight: 900;
  font-size: var(--font-size22);
  line-height: 1.36;
  padding-left: 20%;
  padding-top: calc(20px - (((1.36 * 22px) - 22px) / 2));
}
#awa_wrapper .qa-header .note {
  font-size: var(--font-size14);
  line-height: 1.36;
  padding-left: 20%;
  padding-top: calc(6px - (((1.36 * 14px) - 14px) / 2));
}
#awa_wrapper .qa-header .image {
  position: absolute;
  top: 5.1063829%;
  left: 1.3909224%;
  width: 18.5212298%;
  z-index: 1;
}
#awa_wrapper .qa-block {
  margin: 2.9282576% 10.9809663%;
}
#awa_wrapper .qa-block .flex {
  display: flex;
}
#awa_wrapper .qa-block .flex div.left-box {
  border-bottom: solid 1px #666666;
  border-right: solid 1px #666666;
  width: 67.0731707%;
  padding-right: 1.8761726%;
  padding-bottom: 1.8761726%;
}
#awa_wrapper .qa-block .flex div.right-box {
  border-bottom: solid 1px #666666;
  width: calc(100% - 67.0731707%);
  padding-left: 1.8761726%;
  padding-bottom: 1.8761726%;
}
#awa_wrapper .qa-block .ttl {
  font-size: var(--font-size28);
  line-height: 1.14;
  font-weight: 700;
  color: #000000;
  margin: 1.4071294% 0;
}
#awa_wrapper .qa-block div {
  font-size: var(--font-size20);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
#awa_wrapper .qa-block h4 {
  font-size: var(--font-size28);
  line-height: 1.14;
  font-weight: 700;
  color: #000000;
  margin: 2.2514071% 0 0.9380863%;
  text-align: center;
}
#awa_wrapper .qa-block h5 {
  font-size: var(--font-size28);
  font-weight: 700;
  color: #fff;
  background-color: #d7000f;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
  width: 210px;
  padding: 5px 0;
}
#awa_wrapper .qa-block .flex2 {
  display: flex;
  margin-top: 1.31%;
  padding-bottom: 3%;
  border-bottom: solid 1px #666666;
  margin-bottom: 2.814%;
}
#awa_wrapper .qa-block .flex2 div.left-box {
  width: calc(100% / 2);
  position: relative;
}
#awa_wrapper .qa-block .flex2 div.right-box {
  width: calc(100% / 2);
  position: relative;
  padding-left: 1.876%;
}
#awa_wrapper .qa-block .flex2 .icon-point {
  width: 18.57%;
  position: relative;
}
#awa_wrapper .qa-block .flex2 .text {
  width: 42.77%;
  position: relative;
  font-size: var(--font-size20);
}
#awa_wrapper .qa-block .flex2 div.right-box .text {
  padding-bottom: 3%;
}
#awa_wrapper .qa-block .flex2 figure {
  width: 53.65%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4.2%;
}
#awa_wrapper .qa-block .flex2 div.left-box figure {
  width: 53.65%;
  position: absolute;
  top: 0;
  right: 3.752%;
}
#awa_wrapper .qa-block .detail {
  display: flex;
  margin: 5.6% 0 0;
}
#awa_wrapper .qa-block .detail dl {
  width: calc(100% / 3);
  text-align: center;
  margin-right: 0.9%;
  font-weight: 700;
}
#awa_wrapper .qa-block .detail dl:last-child {
  margin-right: 0;
}
#awa_wrapper .qa-block .detail dt {
  color: #ffffff;
  padding: 15px 0;
  background-color: #087cc3;
  font-size: var(--font-size20);
}
#awa_wrapper .qa-block .detail dd {
  border: none;
  padding: 15px 0;
  font-size: var(--font-size37);
  background-color: #ffffff;
}
#awa_wrapper .qa-block .detail-note {
  margin: 0 0;
  line-height: 1.6;
  margin-top: 5.06%;
  font-size: var(--font-size18);
  font-weight: 500;
}
#awa_wrapper .qa-block .flex div.right-box figure {
  margin-left: 8.8%;
  margin-right: 5.24%;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  #awa_wrapper .qa-header {}
  #awa_wrapper .qa-header .inner {
    background-color: transparent;
  }
  #awa_wrapper .qa-header h2 {
    font-size: 26px;
    font-size: 6.93vw;
    padding-left: 24%;
    padding-top: 2.66%;
    padding-bottom: 2.66%;
    line-height: 1.23;
    background-color: #016eb9;
  }
  #awa_wrapper .qa-header .text {
    font-weight: 700;
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.33% 2.66% 0;
    color: #000000;
    text-align: center;
  }
  #awa_wrapper .qa-header .note {
    font-size: 10px;
    font-size: 2.66vw;
    padding: 1.33% 2.66% 0;
    color: #000000;
  }
  #awa_wrapper .qa-header .image {
    top: 4%;
    left: 1.3909224%;
    width: 21%;
    z-index: 1;
  }
  #awa_wrapper .qa-block {
    margin: 2.9282576% 2.66% 6.66%;
  }
  #awa_wrapper .qa-block .flex {
    display: block;
  }
  #awa_wrapper .qa-block .flex div.left-box {
    border-bottom: solid 1px inherit;
    border-right: none;
    width: 100%;
    padding: 4% 0 4% 0;
  }
  #awa_wrapper .qa-block .flex div.right-box {
    border-bottom: solid 1px inherit;
    width: 100%;
    padding: 4% 0 4% 0;
  }
  #awa_wrapper .qa-block .ttl {
    font-size: 16px;
    font-size: 4.26vw;
    margin: 0 0 1.4071294% 0;
    text-align: center;
  }
  #awa_wrapper .qa-block div {
    font-size: 13px;
    font-size: 3.46vw;
  }
  #awa_wrapper .qa-block h4 {
    font-size: 16px;
    font-size: 4.26vw;
    margin: 4% 0 1.4071294%;
  }
  #awa_wrapper .qa-block h5 {
    font-size: 14px;
    font-size: 3.73vw;
    width: auto;
    padding: 5px 0;
    margin: 0 34.92%;
  }
  #awa_wrapper .qa-block .flex2 {
    display: flex;
    margin-top: 1.31%;
    padding-bottom: 5.13%;
    border-bottom: dashed 1px #666666;
    margin-bottom: 2.814%;
  }
  #awa_wrapper .qa-block .flex2 div.left-box {
    width: calc(100% / 2);
    position: relative;
    border-right: dashed 1px #666666;
  }
  #awa_wrapper .qa-block .flex2 div.right-box {
    width: calc(100% / 2);
    position: relative;
    padding-left: 1.876%;
  }
  #awa_wrapper .qa-block .flex2 .icon-point {
    width: 28.16%;
    position: relative;
  }
  #awa_wrapper .qa-block .flex2 .text {
    width: 100%;
    position: relative;
    font-size: 12px;
    font-size: 3.2vw;
  }
  #awa_wrapper .qa-block .flex2 figure {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    border-bottom: 0;
    padding: 0 2.66%;
  }
  #awa_wrapper .qa-block .flex2 div.left-box figure {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  #awa_wrapper .qa-block .detail {
    display: flex;
    margin: 5.6% 0 0;
  }
  #awa_wrapper .qa-block .detail dl {
    margin-right: 1.3%;
    font-size: 10px;
    font-size: 2.66vw;
  }
  #awa_wrapper .qa-block .detail dl:last-child {
    margin-right: 0;
  }
  #awa_wrapper .qa-block .detail dt {
    color: #fff;
    padding: 6% 0;
    font-size: 10px;
    font-size: 2.66vw;
    font-weight: 700;
  }
  #awa_wrapper .qa-block .detail dd {
    padding: 8% 0;
    font-size: 22px;
    font-size: 5.8vw;
  }
  #awa_wrapper .qa-block .detail-note {
    margin: 2.816% 2.66% 0;
    line-height: 1.3;
    font-size: 11px;
    font-size: 2.9vw;
  }
  #awa_wrapper .qa-block .flex div.right-box figure {
    width: 48%;
    margin: 1% auto 0;
  }
}
#awa_wrapper .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.78%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#awa_wrapper .toggle_btn:before, #awa_wrapper .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 50px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#awa_wrapper .toggle_btn:before {
  width: 10px;
  height: 50px;
}
#awa_wrapper .acc-ttl.selected .toggle_btn:before {
  content: normal;
}
#awa_wrapper .acc-ttl:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #awa_wrapper .toggle_btn {
    width: 20px;
    height: 20px;
  }
  #awa_wrapper .toggle_btn:before, #awa_wrapper .toggle_btn:after {
    width: 20px;
    height: 4px;
  }
  #awa_wrapper .toggle_btn:before {
    width: 4px;
    height: 20px;
  }
}
/* =========================================================
ナビ
========================================================= */
#awa_header {
  display: flex;
  background-color: #d7000f;
  /* [disabled]align-items: center; */
  padding: 7px 100px 4px 20px;
  position: relative;
  z-index: 1;
}
#awa_header div:last-child {
  margin-left: auto;
}
#awa_header .logo {
  max-width: 280px;
}
#global_nav ul {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
#global_nav li {
  margin-left: 100px;
  background-image: url("../images/navi_icon.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 9px auto;
}
.nav_list_item {
  font-size: 20px;
  color: #ffffff !important;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 700;
  text-align: right;
  padding-bottom: 1px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  margin-left: 15px;
}
.nav_list_item:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  #global_nav ul {
    display: block;
    width: 100%;
    padding: 0;
  }
  #global_nav ul li {
    display: block;
    margin-left: 0;
    background-image: none;
  }
  #nav_sp_toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: -40px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
  }
  #nav_sp_toggle div {
    position: relative;
  }
  #nav_sp_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav_sp_toggle span:nth-child(1) {
    top: 9px;
  }
  #nav_sp_toggle span:nth-child(2) {
    top: 15px;
  }
  #nav_sp_toggle span:nth-child(3) {
    top: 21px;
  }
  #awa_header, .inner {
    width: 100%;
    padding: 0;
    z-index: 1;
  }
  #awa_header {
    position: relative;
    padding: 0;
    display: block;
    height: 50px;
  }
  #awa_header .logo {
    max-width: 234px;
    padding: 11px 20px;
  }
  #sp_head {
    width: 100%;
    z-index: 1;
    position: relative;
  }
  #global_nav {
    position: absolute;
    top: -526px;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-top: 20px;
  }
  #global_nav ul {
    position: static;
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #d7000f;
  }
  #global_nav ul li {
    display: block;
  }
  .nav_list {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .nav_list_item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 20px;
    color: #d7000f !important;
    border: solid 1px #d7000f;
    background-color: #ffffff !important;
    background: transparent;
    transition: all 0.5s ease;
    text-decoration: none !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_list_item:hover {
    color: #ffffff !important;
    border: solid 1px #ffffff;
    background-color: #d7000f !important;
  }
  #nav_sp_toggle {
    display: block;
  }
  .open #nav_sp_toggle span:nth-child(1) {
    top: 17px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav_sp_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_sp_toggle span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global_nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    -ms-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/* =========================================================
◆スクロールアニメーション
========================================================= */
.fade-in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 600ms;
}
.fade-in.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* =========================================================
　◆共通
========================================================= */
.align_c {
  text-align: center;
}
.align_l {
  text-align: left;
}
.align_r {
  text-align: right;
}
.mb-15 {
  margin-bottom: 15px;
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* =========================================================
　◆表示切替
========================================================= */
.pcn {
  display: none;
}
@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}