@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: #FFFFFF;
  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-t50 {
  margin-top: 5rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .m-t50 {
    margin-top: 3.906vw;
  }
}

.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.46875vw;
  }
}

.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: "Open Sans", 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-text {
  padding-bottom: 0.4rem;
}

.main-text-em {
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ef8740));
  background: linear-gradient(transparent 70%, #ef8740 30%);
}
@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-text2 {
  padding-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-text2 {
    padding-top: 0.78125vw;
  }
}

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

.button {
  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;
  margin: 0 auto;
  border: none;
  background-color: #ef8740;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  padding: 1.4em 3.6em;
  width: 50%;
}
.button:hover {
  cursor: pointer;
}
@media (min-width: 481px) and (max-width: 767px) {
  .button {
    padding: 0.9em 2em;
    width: 60%;
    font-size: 0.8em;
  }
}
@media (max-width:480px) {
  .button {
    padding: 0.9em 2em;
    width: 75%;
    font-size: 0.8em;
  }
}

.button::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202.1-3.7%202.1-6%200-5.4-4.4-9.7-9.7-9.7S0%204.4%200%209.8s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2.1v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  content: "";
}
@media (min-width: 768px) and (max-width: 1279px) {
  .button::before {
    margin-right: 0.78125vw;
  }
}

.brand-list-title {
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.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%;
}

.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: "Raleway", 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;
  }
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
}

.overlay p {
  font-size: 3.2rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .overlay p {
    font-size: 2.5vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .overlay p {
    font-size: 2rem;
  }
}
@media (max-width:480px) {
  .overlay p {
    font-size: 1.8rem;
  }
}

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

.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%;
  }
}