@charset "UTF-8";
.-center {
  text-align: center;
}

.-bodergrey {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}

@media only screen and (max-width: 960px) {
  img.nostretch {
    height: auto !important;
  }
}
.fig-wrap figure img {
  width: 100% !important;
}

.footnav-link a {
  font-size: inherit;
}
.footnav-link a.text-link.-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  display: inline-block;
  text-decoration: none;
}

ol.list-num {
  margin: 1em;
}

ol.circle {
  list-style-type: none;
  text-indent: -1em;
  margin: 1em;
}

.ml1em {
  margin-left: 1em;
}

.caption,
.asterisk {
  font-size: 0.8rem;
}

.asterisk {
  text-indent: -1rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.3rem;
}
.asterisk::before {
  content: "※";
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .btn-link.-more {
    font-size: 0.9rem !important;
    background-position-y: 0.2rem !important;
  }
}

.sssttl {
  font-weight: bold !important;
  font-size: 0.9rem;
}
.sssttl:not(:first-child) {
  margin: 25px 0 10px 0;
}
.sssttl::first-child {
  margin: 0 0 10px 0;
}

u {
  text-decoration: underline;
}

.clm.-bdr > .list-dot:first-child {
  margin-top: 0;
}
.clm.-bdr > .list-dot:last-child {
  margin-bottom: 0;
}

.btn-link.-back {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 0 0 12px 40px;
  border-bottom: 2px solid #418FDE;
  background: url(/ja/img/common/arrow_left_bdr.png) 6px 0.5rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link.-back:hover {
  color: #418FDE;
  background-position: 0px 0.5rem;
}

.btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-bottom: 10px;
  border: 2px solid #418FDE;
  color: #418FDE;
  padding: 0 55px 0 15px;
}
.btn::after {
  content: "";
  background: transparent url(/ja/img/common/arrow_right_bdr.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.btn.-primary {
  background-color: #418FDE;
  color: #fff;
}
.btn.-primary::after {
  background: transparent url(/ja/img/common/arrow_right_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn.-large {
  padding: 15px;
  width: 275px;
}
.btn.-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.btn.-back::after {
  background: transparent url(/ja/img/common/arrow_left_bdr.png) no-repeat 0 0;
  background-size: contain;
  left: 20px;
  right: auto;
}
.btn.-back.-primary {
  background: transparent url(/ja/img/common/arrow_left_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0.5;
}

.f-sm-reverse {
  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;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-sm-reverse .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse .btn + .btn {
    margin: 0 0 10px 0;
  }
}

.section-cat-top {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1240px) {
  .section-cat-top {
    padding: 0 20px;
    width: 100%;
  }
}
.section-cat-top .main-lead {
  font-size: 1.38rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-cat-top .main-lead {
    font-size: 1rem;
    padding-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
  }
}
.section-cat-top h2 {
  font-size: 2rem !important;
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section-cat-top h2 {
    font-size: 1.5rem !important;
  }
}
.section-cat-top .news-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-cat-top .news-list-header .btn-link {
  float: right;
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  .key-visual-inner img {
    position: absolute;
    right: -16%;
  }
}

.brandmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .brandmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.brandmap .brandmap-text {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .brandmap .brandmap-text {
    display: none;
  }
}
.brandmap .brandmap-img {
  width: calc(60% - 50px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .brandmap .brandmap-img {
    width: 100%;
  }
}
.brandmap .brandmap-img img {
  width: 100%;
}
.brandmap .brandmap-img .brandmap-bg {
  width: 100%;
  z-index: -1;
}
.brandmap .brandmap-img .brandmap-bg img {
  width: 100%;
}
.brandmap .brandmap-img .brandmap-logo a {
  position: absolute;
  line-height: 0;
}
.brandmap .brandmap-img .brandmap-logo a[href]:hover {
  opacity: 0.5;
}
.brandmap .brandmap-img .brandmap-logo a img {
  height: auto;
  width: auto;
}
.brandmap .brandmap-img .brandmap-logo a.decorteaq {
  width: 102px;
  left: 219px;
  top: 66px;
}
.brandmap .brandmap-img .brandmap-logo a.decorte {
  left: 288px;
  top: 60px;
  width: 107px;
}
.brandmap .brandmap-img .brandmap-logo a.jillstuart {
  left: 323px;
  top: 123px;
  width: 110px;
}

.brandmap .brandmap-img .brandmap-logo a.panpuri {
  left: 463px;
  top: 120px;
  width: 89px;
}
.brandmap .brandmap-img .brandmap-logo a.addiction {
  left: 428px;
  top: 62px;
  width: 103px;
}
.brandmap .brandmap-img .brandmap-logo a.predia{
  left: 434px;
  top: 237px;
  width: 58px;;
}
.brandmap .brandmap-img .brandmap-logo a.awake {
  width: 57px;
  left: 385px;
  top: 228px;
}
.brandmap .brandmap-img .brandmap-logo a.infinity {
  left: 227px;
  top: 231px;
  width: 74px;
}

.brandmap .brandmap-img .brandmap-logo a.sekkisei-myb {
  width: 100px;
  left: 242px;
  top: 248px;
}
.brandmap .brandmap-img .brandmap-logo a.imprea {
  left: 438px;
  top: 294px;
  width: 74px;
}
.brandmap .brandmap-img .brandmap-logo a.blue {
  left: 230px;
  top: 289px;
  width: 60px;
}
.brandmap .brandmap-img .brandmap-logo a.albion-bg {
  width: 163px;
  left: 492px;
  top: 57px;
}
.brandmap .brandmap-img .brandmap-logo a.albion {
  left: 563px;
  top: 61px;
  width: 78px;
}
.brandmap .brandmap-img .brandmap-logo a.predia_blue {
  left: 367px;
  top: 176px;
  width: 57px;
}
.brandmap .brandmap-img .brandmap-logo a.ignis {
  left: 585px;
  top: 173px;
  width: 36px;
}
.brandmap .brandmap-img .brandmap-logo a.ae {
  left: 582px;
  top: 110px;
  width: 42px;
}
.brandmap .brandmap-img .brandmap-logo a.infiore {
  width: 76px;
  left: 538px;
  top: 177px;
}
.brandmap .brandmap-img .brandmap-logo a.paulandjoe {
  left: 473px;
  top: 183px;
  width: 69px;
}
.brandmap .brandmap-img .brandmap-logo a.annasui {
  left: 589px;
  top: 232px;
  width: 28px;
}
.brandmap .brandmap-img .brandmap-logo a.tarte {
  left: 567px;
  top: 295px;
  width: 73px;
}
.brandmap .brandmap-img .brandmap-logo a.onebykose {
  left: 243px;
  top: 432px;
  width: 56px;
}
.brandmap .brandmap-img .brandmap-logo a.sekkisei {
  left: 231px;
  top: 371px;
  width: 80px;
}
.brandmap .brandmap-img .brandmap-logo a.lecheri {
  left: 346px;
  top: 441px;
  width: 62px;
}
.brandmap .brandmap-img .brandmap-logo a.esprique {
  left: 235px;
  top: 512px;
  width: 78px;
}
.brandmap .brandmap-img .brandmap-logo a.maihada {
  left: 374px;
  top: 487px;
  width: 36px;
}
.brandmap .brandmap-img .brandmap-logo a.astaluxe {
  left: 460px;
  top: 378px;
  width: 79px;
}
.brandmap .brandmap-img .brandmap-logo a.im {
  left: 487px;
  top: 437px;
  width: 31px;
}
.brandmap .brandmap-img .brandmap-logo a.doctorphil-bg {
  width: 88px;
  left: 567px;
  top: 352px;
}
.brandmap .brandmap-img .brandmap-logo a.x-barrier {
  left: 572px;
  top: 442px;
  width: 64px;
}
.brandmap .brandmap-img .brandmap-logo a.acneo {
  width: 56px;
  left: 583px;
  top: 422px;
}
.brandmap .brandmap-img .brandmap-logo a.icu {
  left: 585px;
  top: 376px;
  width: 38px;
}
.brandmap .brandmap-img .brandmap-logo a.carte {
  left: 566px;
  top: 503px;
  width: 76px;
}
.brandmap .brandmap-img .brandmap-logo a.visee {
  left: 227px;
  top: 595px;
  width: 82px;
}
.brandmap .brandmap-img .brandmap-logo a.fasio {
  left: 340px;
  top: 600px;
  width: 66px;
}
.brandmap .brandmap-img .brandmap-logo a.makekeepmist {
  left: 437px;
  top: 601px;
  width: 86px;
}
.brandmap .brandmap-img .brandmap-logo a.nailholic {
  left: 493px;
  top: 670px;
  width: 61px;
}
.brandmap .brandmap-img .brandmap-logo a.stephenknoll {
  left: 585px;
  top: 596px;
  width: 60px;
}
.brandmap .brandmap-img .brandmap-logo a.spawake {
  left: 607px;
  top: 672px;
  width: 54px;
}
.brandmap .brandmap-img .brandmap-logo a.cosmeport-bg {
  width: 449px;
  left: 174px;
  top: 704px;
}
.brandmap .brandmap-img .brandmap-logo a.softymo {
  left: 233px;
  top: 667px;
  width: 70px;
}
.brandmap .brandmap-img .brandmap-logo a.jelaime {
  left: 334px;
  top: 736px;
  width: 58px;
}
.brandmap .brandmap-img .brandmap-logo a.bioliss {
  left: 435px;
  top: 739px;
  width: 59px;
}
.brandmap .brandmap-img .brandmap-logo a.clearturn {
  left: 413px;
  top: 667px;
  width: 46px;
}
.brandmap .brandmap-img .brandmap-logo a.suncut {
  left: 337px;
  top: 660px;
  width: 41px;
}
.brandmap .brandmap-img .brandmap-logo a.mq {
  left: 537px;
  top: 730px;
  width: 55px;
}
.brandmap .brandmap-img .brandmap-logo a.graceone {
  left: 244px;
  top: 723px;
  width: 49px;
}
.brandmap h3 {
  color: #418FDE;
  font-size: 1.87rem;
  font-family: serif;
  margin-bottom: 5px;
}
.brandmap .lead {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.brandmap li {
  margin-bottom: 50px;
}

.imglink-col3 .catimg_cap large {
  font-family: serif;
  font-size: 2rem;
}
.imglink-col3 .catimg_cap small {
  font-size: 1rem;
}

.ttl span {
  font-family: serif;
}
.ttl small {
  font-size: 1.2rem;
  margin-left: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .ttl small {
    font-size: 1rem;
  }
}

.text-link {
  font-size: 1rem !important;
}

.text-serif {
  font-family: serif;
}

.nav-brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .nav-brands ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-brands ul li {
  white-space: nowrap;
  margin-right: 30px;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .nav-brands ul li {
    margin-right: 0;
    white-space: normal;
  }
}
.nav-brands ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #418FDE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-brands ul li a:hover {
  border-color: #fff;
}
.nav-brands ul li a::before {
  content: "";
  border-top: 6px solid #418FDE;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.brands-bigtron {
  margin-bottom: 60px;
  border-bottom: 1px solid #d5d5d5;
}
.brands-bigtron .brands-bigtron-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-bigtron .brands-bigtron-content .brand-logo {
  width: 30%;
  padding: 30px 0 60px 0;
}
.brands-bigtron .brands-bigtron-content .brand-logo img {
  width: 100%;
  height: auto;
}
.brands-bigtron .brands-bigtron-content .brand-logo img._border {
  border: 1px solid #dcdcdc;
}
.brands-bigtron .brands-bigtron-content .brand-txt {
  padding: 30px 30px 60px 30px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .brands-bigtron .brands-bigtron-content .brand-txt {
    padding-right: 0;
    padding-left: 20px;
  }
}
.brands-bigtron .brands-bigtron-content .brand-txt .sttl {
  margin-top: 0;
}

.brands-bigtron-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .brands-bigtron-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brands-bigtron-half .brands-bigtron {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .brands-bigtron-half .brands-bigtron {
    width: 100%;
  }
}