@charset "UTF-8";
/* トップページ */
.mv {
  position: relative;
  height: calc(100vh - 5.4285714286vw);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.9);
}
.mv__ttl .catchcopy {
  display: inline-block;
  padding: 0.85em 0.18em 0.65em;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.7142857143vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color: initial;
  text-shadow: none;
}
.mv__ttl .catchcopy em {
  color: #86692a;
}
.mv__ttl .catchcopy small {
  display: inline-block;
  margin-right: -1em;
  font-size: 2.1428571429vw;
  letter-spacing: 1em;
}
.mv__ttl .catchcopy .tx01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mv__ttl .catchcopy .tx02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv__ttl .catchcopy .tx03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mv__ttl .catchcopy .tx04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mv__ttl .catchcopy .tx05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mv__ttl .catchcopy .tx06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mv__ttl .catchcopy .tx07 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mv__ttl .catchcopy .tx08 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mv__ttl .catchcopy .tx09 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.mv__ttl .catchcopy .tx10 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.mv__ttl .catchcopy span {
  display: inline-block;
  
  -webkit-transform: translate(-150px, -50px) rotate(-180deg) scale(3);
          transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  -webkit-animation: catchcopy 2s forwards;
          animation: catchcopy 2s forwards;
}
@-webkit-keyframes catchcopy {
  90% {
    -webkit-transform: translate(0, 20px) rotate(30deg) scale(0.3);
            transform: translate(0, 20px) rotate(30deg) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0) rotate(0) scale(1);
            transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes catchcopy {
  90% {
    -webkit-transform: translate(0, 20px) rotate(30deg) scale(0.3);
            transform: translate(0, 20px) rotate(30deg) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0) rotate(0) scale(1);
            transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}
.mv.mv01 {
  background-image: url(../images/mv01.webp);
}
.mv.mv02 {
  background-image: url(../images/mv02.webp);
}
.mv.mv03 {
  background-image: url(../images/mv03.webp);
}
.mv.mv04 {
  background-image: url(../images/mv04.webp);
}
.mv.mv05 {
  background-image: url(../images/mv05.webp);
}

.outline {
  width: 760px;
  margin: 0 auto;
  padding: 55px 0;
  text-align: left;
}
.outline__copy {
  padding: 0 0 0.6em;
  font-size: 38px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1em;
}
.outline__copy em {
  font-family: "Kaisei Opti", serif;
  font-size: 64px;
  font-weight: 700;
  color: #86692a;
}
.outline__copy small {
  font-size: 24px;
}
.outline__txt {
  font-size: 20px;
  line-height: 1.6em;
}
.outline__txt strong {
  font-size: 28px;
  font-weight: 700;
}
.outline__ttl {
  padding: 1.5em 0 0.5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
.outline__advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outline__point {
  width: 180px;
}
.outline__point:nth-child(2) {
  width: 245px;
  padding: 0 0 0 20px;
}
.outline__point__pict {
  width: 147px;
  padding: 0 0 15px;
}
.outline__point__ttl {
  padding: 0 0 0.5em;
  font-size: 20px;
  line-height: 1em;
}
.outline__point__txt {
  font-size: 16px;
  line-height: 1.5em;
}

.gallery {
  padding: 0 0 22px;
}
.gallery__photo {
  overflow: hidden;
}
.gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: #cfa960;
  border-radius: 50%;
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 11px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
.gallery .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 0;
}
.gallery .utility .fraction {
  margin: 0 30px 1.4em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.service {
  background: #1b2634;
}
.service .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 33.3333333333%;
}
.service__genre:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.service__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 333.3333333333px;
  padding: 0 0 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #21344e;
}
.service__genre:nth-child(2n) .service__detail {
  padding: 66px 0 0;
}
.service__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 134px;
  height: 134px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28em;
  color: #86692a;
}
.service__ttl small {
  display: block;
  margin-top: 0.3em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}
.service__txt {
  padding: 0 0 1em;
  font-size: 14px;
  line-height: 1.7em;
  color: #fff;
}
.service__link {
  padding: 1em 0 0;
  font-size: 15px;
  line-height: 1.7em;
}
.service__link .txtbtn {
  color: #cfa960;
  border-bottom: 1px solid #cfa960;
}
.service__link .txtbtn:after {
  display: inline-block;
  content: "▲";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  font-size: 14px;
  vertical-align: top;
}
.service__link .txtbtn:hover {
  opacity: 1;
  color: #fe7f0e;
  border-bottom: 1px solid #fe7f0e;
}
.service__link .boxbtn {
  position: relative;
  display: inline-block;
  background: #fe7f0e;
  padding: 0.3em 2.5em 0.3em 1em;
  line-height: 1.3em;
  color: #fff;
}
.service__link .boxbtn:after {
  content: "▲";
  position: absolute;
  display: block;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 12px;
}
.service__link .boxbtn:hover {
  opacity: 1;
  background: linear-gradient(-45deg, #86692a, #cfa960);
}

.garage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.garage__photo {
  width: 300px;
}

.staff {
  background: #1b2634;
}
.staff__ttl {
  padding: 0.8em 0 150px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}
.staff__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 15px;
}
.staff__member__id {
  width: 166px;
}
.staff__photo {
  margin-top: -124px;
}
.staff__txt {
  padding: 1em 0 0;
  font-size: 12px;
  line-height: 1.8em;
  color: #fff;
}
.staff__txt em {
  display: inline-block;
  margin: 0.5em 0 0;
  font-size: 22px;
}
.staff__txt small {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2em;
}
.staff__txt .narrow {
  display: inline-block;
  line-height: 1.2em;
}

.company {
  padding: 14px 0 42px 202px;
  background: url(../images/icon_spray.png) no-repeat left 126px top 17px;
  background-size: 60px 62px;
  border-top: 2px solid #dad7d7;
  text-align: left;
}
.company__lead {
  padding: 1.2em 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
.company__ttl {
  padding: 0 0 0.6em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.company__txt {
  padding: 0 0 0.5em;
  font-size: 14px;
  line-height: 1.7em;
}
.company__counter {
  counter-reset: number;
}
.company__counter .company__txt {
  position: relative;
  padding: 0 0 0 2em;
}
.company__counter .company__txt:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
}

.news {
  padding: 0 0 47px;
}
.news__lead {
  padding: 1.2em 0 1em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}
.news__lead small {
  font-size: 18px;
  font-weight: 400;
}
.news__item {
  border-bottom: 1px solid #b1b1b1;
}
.news__item:first-child {
  border-top: 1px solid #b1b1b1;
}
.news__item__btn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 11px 0;
}
.news__item__btn:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(33, 52, 78, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news__item__btn:hover:before {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news__item__photo {
  position: relative;
  width: 139px;
  margin: 0 15px 0 0;
  float: left;
}
.news__item__photo .fit {
  height: 139px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item__txt {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}
.news__item__txt small {
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 16px;
  color: #000;
}
.news__btn {
  display: inline-block;
  padding: 0 1.8em;
  background: #cfa960;
  font-size: 17px;
  line-height: 40px;
}
.news__btn:hover {
  background: #21344e;
  color: #fff;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 61px 0 0;
}
.sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 482px;
}
.sns__link__site {
  width: 100%;
  padding: 0 0 30px;
}
.sns__link__site.helf {
  width: 232px;
}
.sns .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b1b1b1;
}
.sns .banner:hover {
  background: #fffbd8;
}
.sns .banner__photo {
  width: 246px;
}
.sns .banner__detail {
  width: 235px;
}
.sns .banner__detail.usa .banner__detail__ttl {
  background: #002292;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
  letter-spacing: -0.05em;
}
.sns .banner__detail.usa .banner__detail__ttl i {
  display: inline-block;
  -webkit-transform: scaleX(0.85);
          transform: scaleX(0.85);
  font-style: italic;
}
.sns .banner__detail.usa .banner__detail__txt {
  padding-top: 0.6em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  font-style: italic;
  color: #d00;
}
.sns .banner__detail.build-p .banner__detail__ttl {
  padding: 5px 23px 5px 24px;
  background: #1b2634;
}
.sns .banner__detail.build-p .banner__detail__txt {
  padding-top: 0.7em;
  font-size: 16px;
  line-height: 1.5em;
}
.sns .banner__detail.build-p .banner__detail__txt strong {
  font-size: 30px;
  font-weight: 700;
  color: #fe7f0e;
}
.sns .banner__detail.daytone .banner__detail__ttl {
  padding: 11px 5px 9px 8px;
  background: #000554;
}
.sns .banner__detail.daytone .banner__detail__txt {
  padding-top: 0.7em;
  font-size: 14px;
  line-height: 1.428em;
}
.sns .banner__detail.daytone .banner__detail__txt strong {
  font-size: 17px;
  font-weight: 700;
}
.sns .facebook {
  width: 482px;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .mv {
    height: 61.6428571429vw;
    background-size: 100vw auto;
    background-attachment: local;
  }
  .mv__ttl {
    font-size: 8vw;
    text-shadow: 0.7vw 0.7vw 2vw rgba(0, 0, 0, 0.9);
  }
  .mv__ttl .catchcopy {
    font-size: 8vw;
  }
  .mv__ttl .catchcopy small {
    font-size: 4vw;
  }
  .mv03 .mv__ttl {
    letter-spacing: 0.1em;
  }
  .mv.mv01 {
    background-attachment: fixed;
    background-position: center top 11vw;
  }

  .outline {
    width: auto;
    padding: 7vw 5% 10vw;
  }
  .outline__copy {
    font-size: 7vw;
  }
  .outline__copy em {
    font-size: 12vw;
  }
  .outline__copy small {
    font-size: 5vw;
  }
  .outline__txt {
    font-size: 4vw;
  }
  .outline__txt strong {
    font-size: 5vw;
  }
  .outline__ttl {
    padding: 1.5em 0 1em;
    font-size: 6vw;
  }
  .outline__advantage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .outline__point {
    width: 48%;
    padding: 0 0 5vw;
  }
  .outline__point:nth-child(2) {
    width: 48%;
    padding: 0 0 5vw;
  }
  .outline__point:last-child {
    padding: 0 26% 5vw;
  }
  .outline__point__pict {
    width: 60%;
    padding: 0 20% 2vw;
  }
  .outline__point__ttl {
    font-size: 4.5vw;
    text-align: center;
  }
  .outline__point__txt {
    font-size: 3.8vw;
  }

  .gallery {
    padding: 0 0 5vw;
  }
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
  .gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
    border-width: 2vw 2.75vw 2vw 0;
  }
  .gallery .utility {
    padding: 6vw 0 0;
  }
  .gallery .utility .fraction {
    margin: 0 5vw 1.4em;
    font-size: 3.6vw;
  }

  .service {
    margin: 0 0 20vw;
  }
  .service .inner {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .service__genre {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    width: auto;
  }
  .service__genre:nth-child(2n) {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .service__detail {
    height: auto;
    padding: 0 0 10vw;
  }
  .service__genre:nth-child(2n) .service__detail {
    padding: 0 0 10vw;
  }
  .service__ttl {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: unset;
            transform: unset;
    width: 32vw;
    height: 32vw;
    margin: -15vw auto 0;
    -webkit-box-shadow: 0 0 3vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 3vw rgba(0, 0, 0, 0.8);
    font-size: 6vw;
  }
  .service__ttl small {
    font-size: 4vw;
  }
  .service__txt {
    padding: 5vw 0 1em;
    font-size: 4vw;
  }
  .service__link {
    font-size: 4.5vw;
  }
  .service__link .txtbtn {
    border-bottom: 0.4vw solid #cfa960;
  }
  .service__link .txtbtn:after {
    font-size: 3.6vw;
  }
  .service__link .txtbtn:hover {
    border-bottom: 0.4vw solid #fe7f0e;
  }
  .service__link .boxbtn:after {
    font-size: 3.6vw;
  }

  .garage {
    gap: 5vw;
    width: auto;
    padding: 5vw 5vw 20vw;
  }
  .garage__photo {
    width: 42.5vw;
  }

  .staff {
    background: transparent;
  }
  .staff__ttl {
    padding: 1em 0;
    font-size: 8vw;
  }
  .staff__member {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    padding: 0 3% 5vw;
  }
  .staff__member__id {
    width: 47%;
    padding: 0 0 8vw;
  }
  .staff__photo {
    margin-top: 0;
  }
  .staff__txt {
    font-size: 3.6vw;
    line-height: 1.6em;
    color: inherit;
  }
  .staff__txt em {
    margin: 0.3em 0 0;
    font-size: 5vw;
  }
  .staff__txt small {
    font-size: 3.4vw;
  }

  .company {
    padding: 5vw 5vw 20vw;
    background: url(../images/icon_spray.png) no-repeat left 5vw top 5vw;
    background-size: 12vw auto;
    border-top: none;
  }
  .company__lead {
    background: #1b2634;
    font-size: 5vw;
    color: #fff;
  }
  .company__ttl {
    padding: 1em 0;
    font-size: 4.5vw;
    text-align: center;
  }
  .company__txt {
    font-size: 4vw;
  }

  .news {
    padding: 0 0 8vw;
  }
  .news__lead {
    padding: 1em 0 0.8em;
    font-size: 6vw;
  }
  .news__lead small {
    font-size: 4vw;
  }
  .news__item {
    border-bottom: 0.7vw dotted #222;
  }
  .news__item:first-child {
    border-top: 0.7vw dotted #222;
  }
  .news__item__btn {
    padding: 3vw 3%;
  }
  .news__item__photo {
    width: 30vw;
    margin: 0 3% 0 0;
  }
  .news__item__photo .fit {
    height: 30vw;
  }
  .news__item__txt {
    font-size: 4vw;
    line-height: 1.6em;
  }
  .news__item__txt small {
    margin-bottom: 0;
    font-size: 3.6vw;
  }
  .news__btn {
    padding: 0 1em;
    font-size: 4vw;
    line-height: 8vw;
  }

  .sns {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 8vw 5% 0;
  }
  .sns__link {
    width: auto;
  }
  .sns__link__site {
    padding: 0 0 5vw;
  }
  .sns__link__site.helf {
    width: 48%;
  }
  .sns .banner {
    border: 0.4vw solid #b1b1b1;
  }
  .sns .banner__photo {
    width: 50%;
  }
  .sns .banner__detail {
    width: 50%;
  }
  .sns .banner__detail.usa .banner__detail__ttl {
    font-size: 5vw;
    line-height: 7vw;
  }
  .sns .banner__detail.usa .banner__detail__txt {
    padding-top: 0.4em;
    font-size: 4vw;
  }
  .sns .banner__detail.build-p .banner__detail__ttl {
    padding: 0.3vw 3.8vw 0.8vw 3.8vw;
  }
  .sns .banner__detail.build-p .banner__detail__txt {
    padding-top: 0.4em;
    font-size: 3vw;
  }
  .sns .banner__detail.build-p .banner__detail__txt strong {
    font-size: 5vw;
  }
  .sns .banner__detail.daytone .banner__detail__ttl {
    padding: 1.5vw 1vw 1.5vw 2vw;
  }
  .sns .banner__detail.daytone .banner__detail__txt {
    padding-top: 0.4em;
    font-size: 2.8vw;
  }
  .sns .banner__detail.daytone .banner__detail__txt strong {
    font-size: 3.2vw;
  }
  .sns .facebook {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */