@charset "UTF-8";
.lp-frames {
  font-size: 14px;
  color: #1d1d1d;
  background-color: #fff;
  margin: 0 auto;
}
/* breadcrumb */
.fp {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 0!important;
}
.fp .pc {
  display: none !important;
}
.fp .breadcrumb {
  padding: 0 20px;
  margin: 0 0 20px;
}
.fp .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.fp .breadcrumb li {
  font-size: 12px;
  margin: 0 7px 0 0;
}
.fp .breadcrumb li:last-child {
  margin: 0;
}
.fp .breadcrumb li a {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
}
.fp .breadcrumb li a:after {
  content: '>';
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .lp-frames {
    font-size: 16px;
  }
  .fp {
    line-height: 1.9;
    margin: 0 0 20px !important;
  }
  .fp .breadcrumb {
    margin: 20px 0 20px;
  }
  .fp .breadcrumb ul {
    width: 100%;
    margin: 0 auto;
  }
}
/* mv */
.p-mv {
  margin-bottom: 60px;
}
.p-mv__image img {
  width: 100%;
}
.p-mv__header {
  padding: 30px 8%;
}
.p-mv__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-mv {
    max-width: 1060px;
    margin: 0 auto 80px;
  }
  .p-mv__header {
    padding: 20px;
  }
  .p-mv__text {
    font-size: 17px;
  }
}
/* brand */
.c-brand {
  padding-right: 5%;
  padding-left: 5%;
}
.c-brand + .c-brand {
  margin-top: 96px;
}
.c-brand__heading {
  text-align: center;
}
.c-brand__heading-icon {
  position: relative;
  width: 33px;
  margin: 0 auto;
}
.c-brand__heading-icon::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 2px;
  background: #87EB83;
}
.c-brand__heading-logo {
  margin: 48px auto 40px;
}
.c-brand__heading-logo--adsr {
  max-width: 146px;
}
.c-brand__heading-logo--oakley {
  max-width: 128px;
}
.c-brand__heading-logo--rayban {
  max-width: 240px;
}
.c-brand__heading-logo--eyevol {
  max-width: 179px;
}
.c-brand__heading-logo--eyevan {
  max-width: 177px;
}
.c-brand__pickup-info {
  padding: 20px 0 40px;
}
.c-brand__pickup-brand {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
.c-brand__pickup-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
}
.c-brand__pickup-brand + .c-brand__pickup-text {
  margin-top: 40px;
}
.c-brand__pickup-styling-main {
  margin-bottom: 8px;
}
.c-brand__pickup-styling-sub {
  display: flex;
  justify-content: space-between;
}
.c-brand__pickup-styling-subimage {
  width: calc(50% - 4px);
}
.c-brand__items {
  margin: 80px 0 0;
}
.c-brand__item {
  position: relative;
}
.c-brand__item + .c-brand__item {
  margin-top: 40px;
}
.c-brand__item a {
  text-decoration: underline;
  display: block;
}
.c-brand__item a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  content: "";
}
.c-brand__item a:hover {
  opacity: .8;
  text-decoration: none;
}
.c-brand__item-name {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .c-brand {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .c-brand + .c-brand {
    margin-top: 160px;
  }
  .c-brand__heading-logo {
    margin: 60px auto 0;
  }
  .c-brand__pickup {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .c-brand__pickup-inner,
  .c-brand__pickup-styling {
    width: calc(50% - 40px);
  }
  .c-brand__pickup-text {
    font-size: 15px;
  }
  .c-brand__items {
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-brand__item {
    width: calc(50% - 40px);
  }
  .c-brand__item + .c-brand__item {
    margin-top: 0;
  }
  .c-brand__item:nth-child(n+3) {
    margin-top: 64px;
  }
}
/* is-animated */
.p-mv__image.is-animated, .c-brand__heading.is-animated, .c-brand__pickup-inner.is-animated, .c-brand__pickup-styling.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-mv__image, .c-brand__heading, .c-brand__pickup-inner, .c-brand__pickup-styling {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}
/* Other Brands */
.p-other-brands {
  margin: 100px 0;
  padding-right: 5%;
  padding-left: 5%;
}
.p-other-brands__title {
  width: 50%;
  margin: 40px auto;
  max-width: 200px;
}
.p-other-brands__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-other-brands__item {
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
.p-other-brands__item a:hover {
  opacity: .8;
}
@media screen and (min-width:768px) {
  .p-other-brands {
    margin: 160px auto;
    max-width: 1060px;
    padding: 0;
  }
  .p-other-brands__title {
    margin: 60px auto 80px;
    max-width: 240px;
  }
  .p-other-brands__item {
    width: calc(25% - 16px);
    margin-bottom: 20px;
  }
}
/* utility */
.u-d-b--pc {
  display: none;
}
@media screen and (min-width:768px) {
  .u-d-n--pc {
    display: none;
  }
  .u-d-b--pc {
    display: block;
  }
}