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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  body {
    font-size: 1.25vw;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.555;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

[type=text],
[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

@media (max-width:480px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1280px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .is-sp {
    display: none;
  }
}
.line {
  display: inline-block;
}

.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.util_title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .util_title {
    font-size: 1.875vw;
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .util_title {
    font-size: 1.92rem;
    margin-bottom: 1rem;
  }
}
@media (max-width:480px) {
  .util_title {
    font-size: 1.92rem;
    margin-bottom: 1rem;
  }
}

.m-t100 {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-t100 {
    margin-top: 7.813vw;
  }
}

.m-b100 {
  margin-bottom: 10rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-b100 {
    margin-bottom: 7.813vw;
  }
}

.m-b70 {
  margin-bottom: 7rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-b70 {
    margin-bottom: 5.469vw;
  }
}

.m-b50 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-b50 {
    margin-bottom: 3.90625vw;
  }
}

.m-b150 {
  margin-bottom: 15rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-b150 {
    margin-bottom: 11.719vw;
  }
}

.padding-lr {
  padding: 0px 2rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .padding-lr {
    padding: 0 1.563vw;
  }
}

.padding-lr-40 {
  padding: 0px 4rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .padding-lr-40 {
    padding: 0 3.125vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .padding-lr-40 {
    padding: 0;
  }
}
@media (max-width:480px) {
  .padding-lr-40 {
    padding: 0;
  }
}

.padding-tb {
  padding: 2rem 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .padding-tb {
    padding: 1.563vw 0;
  }
}

.pt-30 {
  padding-top: 3rem;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pt-30 {
    padding-top: 2.344vw;
  }
}

.wrapper {
  text-align: center;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.title {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
}

.header-visual img {
  width: 100%;
  height: auto;
}

.main {
  line-height: 2;
}

.main-text-em {
  font-size: 2rem;
  font-weight: 700;
  padding: 0.1em 0.2em;
  background: #ca2100;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-text-em {
    font-size: 1.5625vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-text-em {
    font-size: 1.6rem;
  }
}
@media (max-width:480px) {
  .main-text-em {
    font-size: 1.6rem;
  }
}

.main-text-info {
  padding-top: 2rem;
  font-size: 1.2rem;
  color: #ca2100;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-text-info {
    padding-top: 1.563vw;
    font-size: 1.094vw;
  }
}

.brand-list-title {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .brand-list-title {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .brand-list-title {
    margin-bottom: 1rem;
  }
}
@media (max-width:480px) {
  .brand-list-title {
    margin-bottom: 1rem;
  }
}

.brand {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.brand-visual {
  width: 25%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .brand-visual {
    width: 33.3333333333%;
  }
}
@media (max-width:480px) {
  .brand-visual {
    width: 50%;
  }
}

.brand-logo {
  width: 100%;
  background: #FFFFFF;
}

.brand-logo-item {
  height: 10rem;
  display: block;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .brand-logo-item {
    height: 7.813vw;
  }
}

.brand-logo-aba {
  width: 62%;
}

.brand-logo-abahousegray {
  width: 37.5%;
}

.brand-logo-bani {
  width: 75%;
}

.brand-logo-5351 {
  width: 48%;
}

.brand-logo-dw {
  width: 60%;
}

.brand-logo-atsceltaselectm {
  width: 80%;
}

.brand-logo-speakfor {
  width: 50%;
}

.brand-logo-rouge {
  width: 45%;
}

.brand-logo-qualite,
.brand-logo-nomine {
  width: 46%;
}

.brand-logo-designworks {
  width: 60%;
}

.brand-logo-designworks,
.brand-logo-laroute {
  width: 55%;
}

.brand-logo-grappe {
  width: 56%;
}

.brand-logo-piche,
.brand-logo-lowell {
  width: 38%;
}

.brand-logo-collex {
  width: 40%;
}

.brand-logo-mavie {
  width: 41%;
}

.brand-logo-storebyc,
.brand-logo-laroute,
.brand-logo-selfist {
  width: 48%;
}

.brand-logo-atsecltaselect {
  width: 80%;
}

.coupon-guide-visual img {
  width: 70.33333%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .coupon-guide-visual img {
    width: 83.33333%;
  }
}
@media (max-width:480px) {
  .coupon-guide-visual img {
    width: 83.33333%;
  }
}

.coupon-guide-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  border: 6px solid #ef8740;
  width: 50%;
  padding: 2rem;
  margin: 5rem auto 10rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .coupon-guide-text {
    font-size: 1.40625vw;
    padding: 1.5625vw;
    border: 0.46875vw solid #ef8740;
    margin: 3.90625vw auto 7.8125vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .coupon-guide-text {
    width: 70%;
    font-size: 1.4rem;
    padding: 1.6rem;
    margin: 3rem auto 6rem;
    border: 0.4rem solid #ef8740;
  }
}
@media (max-width:480px) {
  .coupon-guide-text {
    width: 70%;
    font-size: 1.4rem;
    padding: 1.6rem;
    margin: 3rem auto 6rem;
    border: 0.4rem solid #ef8740;
  }
}

.coupon-condition-image {
  width: 50%;
  background: #ef8740;
}

.coupon-condition-text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 8rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .coupon-condition-text {
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .coupon-condition-text {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    margin-top: 0.4rem;
  }
}
@media (max-width:480px) {
  .coupon-condition-text {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    margin-top: 0.4rem;
  }
}

.info-inner {
  padding: 10rem 2rem;
  background: #f0f0f0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .info-inner {
    padding: 7.813vw 1.563vw;
  }
}

.info-list {
  text-align: center;
}

.info-list-order {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
}
.info-list-order li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .info-list-order li:not(:last-child) {
    margin-bottom: 0.391vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .info-list-order {
    font-size: 1.094vw;
  }
}

.info-list-item {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.info-list-item::before {
  content: "・";
}

.topic-title {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .grid {
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .grid {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width:480px) {
  .grid {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.topic-visual-title {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .topic-visual-title {
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .topic-visual-title {
    font-size: 1.2rem;
    margin-top: 0.4rem;
    margin: 0.4rem 1rem auto 1rem;
  }
}
@media (max-width:480px) {
  .topic-visual-title {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    font-size: 1.2rem;
    margin: 0.4rem 1rem auto 1rem;
  }
}

.footer-link {
  width: 35%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .footer-link {
    width: 50%;
  }
}
@media (max-width:480px) {
  .footer-link {
    width: 50%;
  }
}