body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

#brand01,
#brand03,
#brand04,
#brand05,
#brand06,
#brand07,
#brand08 {
  padding-top: 64px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #brand01,
  #brand03,
  #brand04,
  #brand05,
  #brand06,
  #brand07,
  #brand08 {
    padding-top: 60px;
    margin-top: 60px;
  }
}

.mv {
  margin-top: 130px;
  padding-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 48px;
  }
}
.mv .title {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .mv .title {
    margin-bottom: 24px;
  }
}
.mv .title img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv .title img {
    max-width: 309px;
    width: 100%;
  }
}
.mv .title span {
  font-size: 18px;
  text-align: center;
  color: #088153;
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv .title span {
    font-size: 14px;
  }
}
.mv .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: auto;
  width: 940px;
}
@media screen and (max-width: 1045px) {
  .mv .brand {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .mv .brand {
    width: 88%;
    margin: auto;
    gap: 24px 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  .mv .brand div {
    width: calc(33.3333333333% - 8px);
    text-align: center;
  }
}
.mv .brand a:hover {
  opacity: 0.5;
}

.brand {
  margin-bottom: 206px;
}
@media screen and (max-width: 768px) {
  .brand {
    margin-bottom: 150px;
  }
}
.brand .main {
  width: 100%;
  margin-bottom: 100px;
}
.brand .main img {
  width: 100%;
}
.brand .container {
  max-width: 966px;
  margin: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}
.brand .container .info {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .brand .container .info {
    width: 88%;
    margin: auto;
  }
}
.brand .container .info .sub {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brand .container .info .sub {
    font-size: 14px;
    text-align: center;
  }
}
.brand .container .info .title {
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .brand .container .info .title {
    font-size: 36px;
    text-align: center;
  }
}
.brand .container .info .catch {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .brand .container .info .catch {
    font-size: 18px;
    text-align: center;
  }
}
.brand .container .info .exp {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 24px;
}
.brand .container .info .company {
  background: #EBEBEB;
  padding: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .brand .container .info .company {
    font-size: 11px;
  }
}
.brand .container .info .company a {
  text-decoration: underline;
}
.brand .container .thumb {
  width: 483px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .brand .container .thumb {
    width: 90%;
    margin: auto;
  }
}
.brand .container .thumb img {
  width: 100%;
  vertical-align: bottom;
}
.brand .container .thumb .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.brand .container .thumb .small div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brand .container .thumb .small img {
  cursor: pointer;
}
.brand .container .thumb .small img:hover {
  opacity: 0.5;
}
.brand .container .thumb .small .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand .container .thumb .small .slick-slide:not(:nth-child(4)) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .brand .container .thumb .small .slick-slide:not(:nth-child(4)) {
    margin-right: 4px;
  }
}
.brand .container .flag {
  position: absolute;
  left: 0;
  top: -130px;
  left: -80px;
}
@media screen and (max-width: 1023px) {
  .brand .container .flag {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .brand .container .flag {
    left: 7px;
    width: 32vw;
    top: -35vw;
  }
}
.brand .btn {
  margin-top: 100px;
}
.brand .btn a {
  background: #088153;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 966px;
  width: 90%;
  height: 70px;
  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: auto;
}
@media screen and (max-width: 768px) {
  .brand .btn a {
    margin: auto;
    max-width: 335px;
    width: 90%;
  }
}
.brand .btn--arrow a span {
  color: #fff;
  position: relative;
  padding-right: 24px;
  height: 16px;
}
.brand .btn--arrow a span::after {
  content: "";
  display: block;
  background: url("../../img_brands/icon-arrow.svg") no-repeat top right;
  background-size: 100%;
  position: absolute;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bnr-float {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bnr-float {
    display: none;
  }
}

.prev-arrow,
.next-arrow {
  width: 21px !important;
  height: 39px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 19px);
  z-index: 10;
}

.prev-arrow {
  left: 25px;
}

.next-arrow {
  right: 25px;
}

.slick-disabled {
  display: none !important;
}/*# sourceMappingURL=style_brands.css.map */