@charset "UTF-8";

/* -------------------------------------------------- */
/* for cosmetics/makeup/ */
/* unique prefix 'page-' */
/* -------------------------------------------------- */

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/cosmetics/extra/img/2022_new/top_mv_bg.png') center center / cover no-repeat;
  min-height: 270px;
}
@media all and (max-width: 768px) {
  .page-header {
    min-height: 17rem;
  }
}

.page-header .page-header__title {
  text-align: center;
  font-size: 10px;
  line-height: 1;
}
.page-header .page-header__title img {
  width: 330px;
}
@media all and (max-width: 768px) {
  .page-header .page-header__title img {
    width: 160px;
  }
}


.page-section-1 {
  margin-bottom: 200px;
}
@media all and (max-width: 768px) {
  .page-section-1 {
    margin-bottom: 100px;
  }
}

.page-section-1 .wide-banner {
  max-width: 990px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .page-section-1 .wide-banner {
    padding: 0 20px;
    margin-top: 60px;
  }
}
.page-section-1 .wide-banner a img {
  transition: all .2s;
}
.page-section-1 .wide-banner a:hover img {
  opacity: .8;
}

.page-section-2 {
  /*margin-bottom: 150px;*/
  margin-top: 100px;
}

@media all and (max-width: 768px) {
  .page-section-2 {
    /*margin-bottom: 70px;*/
    margin: 60px 0 40px;
  }
}

.page-section-2 .section-inner {
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-section-2 .section-inner {
    padding: 0 20px;
  }
}
.page-section-2 .page-section-2__heading-1 {
  font-size: 37px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .page-section-2 .page-section-2__heading-1 {
    font-size: 4.5vw;
    margin-bottom: 18px;
  }
}
.page-section-2 .page-section-2__heading-2 {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .page-section-2 .page-section-2__heading-2 {
    margin-bottom: 20px;
  }
}
.page-section-2 .page-section-2__heading-2 img {
  width: 330px;
}
@media all and (max-width: 768px) {
  .page-section-2 .page-section-2__heading-2 img {
    width: 160px;
  }
}
.page-section-2 .page-section-2__text-1 {
  font-size: 20px;
  line-height: 2.5;
}
@media all and (max-width: 768px) {
  .page-section-2 .page-section-2__text-1 {
    font-size: 12px;
  }
}

.page-section-3 {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .page-section-3 {
    margin-bottom: 0;
  }
}
.page-section-3 .section-inner {
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .page-section-3 .section-inner {
    padding: 0 20px;
  }
}


.page-section-3 .story-card-wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.page-section-3 .story-card-wrapper.bg-1 {
  background: url('/cosmetics/extra/img/2022_new/top_bg_1_new.png') center center / 100% auto no-repeat;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card-wrapper.bg-1 {
    background: url('/cosmetics/extra/img/2022_new/top_bg_1_new.png') bottom left / 300% auto no-repeat;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.page-section-3 .story-card-wrapper.bg-2 {
  background: url('/cosmetics/extra/img/2022_new/top_bg_2.png') center center / 100% auto no-repeat;
  padding-bottom: 80px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card-wrapper.bg-2 {
    background: url('/cosmetics/extra/img/2022_new/top_bg_2.png') bottom left / 300% auto no-repeat;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.page-section-3 .story-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card {
    flex-wrap: wrap;
  }
}
.page-section-3 .story-card:not(:last-of-type) {
  margin-bottom: 200px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.page-section-3 .story-card .story-card-primary {
  flex: 0 1 100%;
  margin-left: calc(50% - 50vw);
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card .story-card-primary {
    margin-left: 0;
    order: 1;
  }
}
.page-section-3 .story-card .story-card-secondary + .story-card-primary {
  flex: 0 1 100%;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card .story-card-secondary + .story-card-primary {
    margin-right: 0;
  }
}

.page-section-3 .story-card .story-card-secondary {
  flex: 0 0 49%;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card .story-card-secondary {
    flex: 0 1 100%;
    order: 2;
  }
}
.page-section-3 .story-card .story-card-secondary .story-card-secondary__box {
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card .story-card-secondary .story-card-secondary__box {
    padding: 0 20px;
  }
}
.page-section-3 .story-card__image {
  text-align: right;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__image {
    text-align: center;
    padding-right: 0;
    margin: 0 calc(50% - 50vw) 20px;
  }
}
.page-section-3 .story-card__image img {
  max-width: 910px;
  width: 100%;
}
.page-section-3 .story-card__image.type-half {
  padding-left: 10%;
  padding-right: 10%;
}
.page-section-3 .story-card__heading-1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #829D9D;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__heading-1 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.page-section-3 .story-card__heading-2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__heading-2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-section-3 .story-card__text-1 {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__text-1 {
    font-size: 12px;
  }
}
.page-section-3 .story-card__text-1 p:not(:last-of-type) {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__text-1 p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.page-section-3 .story-card__text-1 .note {
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__text-1 .note {
    font-size: 10px;
  }
}
.page-section-3 .story-card__more {
}
.page-section-3 .story-card__more .btn-more {
  position: relative;
  display: block;
  border-bottom: 1px solid #829D9D;
  max-width: 414px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #829D9D;
  transition: all .2s;
}
@media all and (max-width: 768px) {
  .page-section-3 .story-card__more .btn-more {
    font-size: 12px;
  }
}
.page-section-3 .story-card__more .btn-more::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 20px;
  height: 20px;
  border-right: 1px solid #829D9D;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.page-section-3 .story-card__more .btn-more:hover {
  color: #000;
}

/*------------- nhi 追加 --------------*/

/* ボタン設定 */
.lineup_nav .btn-lineup {
  display: block;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 50px auto 0;
    max-width: 400px;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*hoverした際のボタンの形状*/
.lineup_nav .btn-lineup:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: .6s;
}

/*線の設定*/
.lineup_nav .btn-lineup span{
  display: block;
  z-index: 2;
}

/*== 線から塗に変化（左から右） */

.lineup_nav .borderleft {
  position: relative;
  z-index: 1;
}
/*線の設定*/
.lineup_nav .borderleft span::before,
.lineup_nav .borderleft span::after {
  content: '';
  position: absolute;
  width:0;
  height: 1px;
  background: #333;
  transition: all .3s;
}

/*左上線*/
.lineup_nav .borderleft span::before {
  left:0;
  top:0;
}

/*左下線*/
.lineup_nav .borderleft span::after {
  left:0;
  bottom:0;
}

/*hoverをすると線が伸びる*/
.lineup_nav .borderleft:hover span::before,
.lineup_nav .borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.lineup_nav .borderleft::before {
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #333;
  transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.lineup_nav .borderleft:hover::before{
  width: 100%;
  transition-delay: .4s;
}

/*----- triangle ------*/
.triangle {
  position: absolute;
  right: 22%;
  top: 43%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666;
}


@media (max-width:768px) {
  .lineup_nav {
    width: 60%;
    margin: 0 auto;
  }  

  .lineup_nav .btn-lineup {
    margin: 0 auto 20% ;
    font-size: 3.5vw;
  }
  .triangle {
    right: 10%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
  }
}    

