@charset "utf-8";

/*-------------
   clearfix
-------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*-----------
   common
-----------*/
.wrapper {
  font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding: 0;
  position: relative;
}

.wrapper * {
  box-sizing: border-box;
}

.wrapper a {
  color: inherit;
  display: block;
}

.wrapper img {
  height: auto;
  max-width: 100%;
}

#container .flex {
  align-items: flex-start;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* buy-btn design */
#container p.buy-btn {
  border: solid 1px #c2aa25;
  color: #000;
  display: block;
  font: normal 1rem/2.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin: 5px auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

#container p.buy-btn:hover {
  background: #c2aa25;
  color: #fff;
  filter: alpha(opacity=90);
  /*不透明*/
  text-decoration: none;
  transition: all .1s;
}

#container p.buy-btn a {
  transition: all .1s;
}

#container p.buy-btn a:hover {
  text-decoration: none;
  opacity: 1;
}

#container p.buy-btn .material-icons {
  color: #000;
  font-size: 1.2rem;
  vertical-align: middle;
}

#container p.buy-btn a:hover .material-icons {
  color: #fff;
}

/*--sample--*/
#container p.sample {
  color: #c2aa25;
  display: block;
  font: 0.9rem/3 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin: 5px auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

#container p.sample a {
  display: inline;
  transition: all .1s;
}

#container p.sample a:hover {
  color: #8d7b18;
  text-decoration: none;
  opacity: 1;
}

#container p.sample .material-icons {
  color: #c2aa25;
  font-size: 1.2rem;
  vertical-align: middle;
}

#container p.sample a:hover .material-icons {
  color: #8d7b18;
}

a:hover {
  opacity: 1;
}

/*-- 画面外にいる状態 --*/
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: ease-in 400ms;
}

/*-- 画面内に入った状態 --*/
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*-- container --*/
#container {
  overflow: hidden;
}

#container .wrapper {
  font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

#container .wrapper p {
  margin: 0;
}

#container section {
  margin: 0 auto;
  padding: 0;
}

#container img {
  pointer-events: none;
}

/*-- mainvisual --*/
#container .mainvisual {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/fv-sp.jpg) top center no-repeat;
  background-size: 100%;
  background-color: #000;
  padding: 2%;
  position: relative;
}

#container .mainvisual:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 100%;
}

#container .mainvisual .width {
  border: solid 1px #c2aa25;
  padding: 4%;
  position: relative;
  height: 390px;
  z-index: 2;
}

#container .mainvisual .width::after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 3%;
  height: 10px;
  width: 95%;
}

#container .mainvisual .logo {
  margin-bottom: 2%;
  width: 30%;
}

#container .mainvisual .title {
  margin-bottom: 3%;
  width: 100%;
}

#container h1 {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
#container .mainvisual h1{
  display: flex;
  align-items: center;
}

#container h1 .box {
  background-color: #fff;
  color: #000;
  padding: 2%;
}

#container h1 em {
  font-size: 1.4rem;
}

#container .mainvisual .top-item {
  position: absolute;
  width: 92%;
  bottom: -10px;
  z-index: 3;
}

/*------------
  media-area
------------*/
#container .media-area dl {
  margin: 3% auto;
  text-align: center;
}

#container .media-area img {
  width: 80%;
}

#container .btn-area {
  justify-content: center;
}

#container .neumo {
  border: solid 1px #c2aa25;
  margin: 0 5% 10%;
}

#container .neumo .br-pc {
  display: none;
}

#container .neumo h2 {
  background: none;
  color: #c2aa25;
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin: 3% 7%;
}

.btn-area .button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  color: #7c858e;
  margin: 10px 10px 0;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  width: 80%;
}

.btn-area .button::after {
  right: 1em;
}

/*-- nav-area --*/
/*kiki-box*/
#container .kiki-box {
  padding: 5%;
}

#container .kiki-box .icon-kiki {
  margin: 0 auto 3%;
  width: 18%;
}

#container .kiki-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10%;
}

#container .kiki-box li {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-right: 5px;
}

#container .kiki-box .material-icons {
  color: #c2aa25;
  font-size: 1.0rem;
  vertical-align: middle;
}

/*nav-box*/
#container .nav-box {
  margin-bottom: 7%;
  padding: 0 5%;
}

#container .nav-btn {
  border: solid 1px #c3c3c3;
  color: #000;
  display: block;
  font: normal 1rem/2.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 2%;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

#container .nav-btn:hover {
  border: solid 1px #c2aa25;
  filter: alpha(opacity=90);
  text-decoration: none;
  transition: all .1s;
}

#container .nav-btn a:hover {
  text-decoration: none;
  opacity: 1;
}

#container .nav-btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 1px #c2aa25;
  border-right: solid 1px #c2aa25;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 10%;
}

#container .nav-btn a:hover::after {
  content: '';
  transition: 0.3s ease-in 0.1s;
  top: 50%;
}

#what-area,
#point-area,
#lineup-area {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

/*-- what-area --*/
#container p.des {
  color: #000;
  font: 0.9rem/1.5 "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#container .what-area p.des {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding: 3px;
}

#container .what-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/back.jpg) top center repeat;
  background-size: 20%;
  background-attachment: fixed;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
}

#container .what-area .width,
#container .point-area .width {
  padding: 0 5%;
}

#container h2 {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/sec-back.jpg) top center no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  margin: 0 0 5%;
  padding: 3% 0;
  position: relative;
  text-align: center;
}

#container h3 {
  color: #c2aa25;
  font-size: 1.4rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  margin-bottom: 5%;
  text-align: center;
}

#container .what-area h4 {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/interview-text.png) top left no-repeat;
  background-size: 60%;
  color: #000;
  font-size: 1.0rem;
  margin: -130px 0 30px auto;
  padding-top: 30px;
  position: relative;
  width: 70%;
}

#container .what-area .box {
  margin-bottom: 10%;
}

/*box1*/
#container .what-area .box1 dl {
  display: flex;
  flex-direction: column-reverse;
}

#container .what-area .box1 dd {
  margin-bottom: -20px;
  width: 90%;
  z-index: 2;
}

#container .what-area .box1 dt {
  margin-left: 20px;
}

/*box2*/
#container .what-area .box2 dt {
  width: 50%;
}

#container .what-area .box2 dd {
  margin: 0 0 0 auto;
  width: 90%;
}

/*-- point-area --*/
#container .point-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/point-back.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 10%;
  position: relative;
}

#container .point-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#container .point-area li {
  padding: 0 3px;
  width: calc(100%/3);
}

/*-- lineup-area --*/
#container .come {
  font-size: 0.7rem;
}

#container .lineup-box dl {
  border-bottom: dashed 1px #d3d3d3;
  padding: 13% 5%;
}

#container .lineup-box dl:last-child {
  border: none;
}

#container .lineup-box dt {
  margin-bottom: 5%;
}

#container .lineup-box dd {
  padding: 0 5%;
}

#container .lineup-box p.des {
  margin-bottom: 5%;
}

/*ok-kiki-box*/
#container .ok-kiki-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

#container li.icon {
  margin-right: 5px;
  width: 55px;
}

#container li.img {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

#container li.img ul,
#container li.txt ul {
  display: flex;
  flex-wrap: wrap;
}

#container li.img li {
  width: 45px;
}

#container li.txt {
  padding: 10px 0;
}

#container li.txt li {
  color: #000;
  font-size: 0.7rem;
  line-height: 1.5;
}

#container li.txt li .material-icons {
  color: #c2aa25;
  font-size: 1.0rem;
  vertical-align: middle;
}

/*---*/
#container .lineup-box h3 {
  font-size: 1.6rem;
}

#container .lineup-box h4 {
  color: #000;
  font-size: 1.0rem;
  line-height: 1.3;
  margin-bottom: 5%;
}

#container .lineup-box .btnWrap{
  margin-bottom: 40px;
}

#container .lineup-box .btnWrap .btnWrap-cost img{
  display: block;
  margin: 0 auto 15px 0;
  width: auto;
}

#container .lineup-box p.des {
  color: #666;
}

/*banner-area*/
#container .banner-area h2 {
  background: #c2aa25;
}

#container .banner-area ul.banner {
  display: flex;
  justify-content: center;
  padding: 0 5%;
}

#container .banner-area ul.banner li {
  margin-bottom: 10%;
  padding: 0 1%;
}

/*----scroll----*/
.scroll {
  opacity: 0;
  transition: all 1.5s ease;
}

.scroll.animation {
  opacity: 1;
  transform: none;
  animation: 1.0s fadeIn;
}

.s-bottom {
  transform: translate(0, 20px);
}

.s-left {
  transform: translate(-50px, 0);
}

/*----fadeUp-box----*/
.fadeUp-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width:480px) {

  /*スマホ横～タブレット 480pxから*/
  /*-- mainvisual --*/
  #container .mainvisual {
    background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/primeline-series/fv-pc.jpg) top center no-repeat;
    background-size: auto;
    background-color: #000;
  }

  #container .mainvisual .width {
    height: 450px;
  }

  #container .mainvisual .title {
    width: 60%;
  }

  #container h1 {
    font-size: 1.2rem;
  }

  #container h1 .box {
    padding: 0 1%;
  }

  #container h1 em {
    font-size: 2.0rem;
  }

  #container .mainvisual .top-item {
    bottom: -30px;
  }


  /*-- nav-area --*/
  /*kiki-box*/
  #container .kiki-box {
    display: flex;
  }

  #container .kiki-box .icon-kiki {
    margin: 0 10px 0 auto;
    width: 20%;
  }

  #container .kiki-box ul {
    align-content: center;
    justify-content: flex-start;
    margin: 0;
  }

  #container .kiki-box li {
    font-size: 1.0rem;
  }

  /*nav-box*/
  #container .nav-box ul {
    display: flex;
  }

  #container .nav-box li {
    margin: 5px;
    width: calc(100%/3);
  }

  #container .nav-btn {
    line-height: 3.4;
  }

  #container .nav-btn a::after {
    content: '';
    right: 4%;
  }

  /*-- media-area --*/
  #container .neumo h2 {
    line-height: 2.0rem;
    font-size: 1.7rem;
    margin: 5% 5% 0;
  }

  #container .neumo {
    margin: 0 6% 9%;
  }

  #container .media-area img {
    width: 450px;
  }

  .btn-area .button {
    padding: 1em 2em;
    margin: 20px 10px 20px;
    font-size: 1.2rem;
    width: 85%;
  }

  #container .neumo .br-pc {
    display: none;
  }

  /*-- what-area --*/
  #container h2 {
    font-size: 1.8rem;
    padding: 1% 0;
  }

  #container h3 {
    font-size: 1.8rem;
  }

  #container .what-area {
    background-size: 10%;
  }

  #container .what-area .box {
    margin-bottom: 5%;
  }

  #container .what-area .box1 dd {
    margin-bottom: -90px;
    width: 60%;
  }

  #container .what-area .box1 dt {
    margin: 0 0 0 auto;
    width: 70%;
  }

  #container .what-area .box2 dt {
    width: 30%;
  }

  #container .what-area .box2 dd {
    width: 80%;
  }

  #container .what-area h4 {
    background-size: 30%;
    font-size: 1.2rem;
    margin: -160px 0 20px auto;
    padding: 15px 0;
    padding-left: 170px;
    width: 100%;
  }

  #container .neumo .br-pc {
    display: block;
  }

  /*-- point-area --*/
  #container .point-area li {
    width: calc(100%/5);
  }

  /*-- lineup-area --*/
  #container .br-sp {
    display: none;
  }

  #container .lineup-box dl {
    display: flex;
    padding: 8% 5%;
  }

  #container .lineup-box dt {
    margin: 0;
    margin-right: 10px;
    width: 100%;
  }

  #container .lineup-box dd {
    padding: 0;
    width: 150%;
  }

  #container .lineup-box h3 {
    margin-bottom: 3%;
    text-align: left;
  }

  #container .lineup-box p.des {
    margin-bottom: 3%;
  }

  #container .ok-kiki-box {
    margin-bottom: 3%;
  }

  #container li.txt li {
    font-size: 0.9rem;
  }

  #container p.sample {
    text-align: end;
  }
}

@media screen and (min-width:960px) {

  /*小・大画面デスクトップ　960pxからはここを読み込む*/
  #container .width {
    margin: 0 auto;
    width: 1040px;
  }

  /*-- mainvisual --*/
  #container .mainvisual {
    background-size: 1200px;
    height: 520px;
    padding: 30px;
  }

  #container .mainvisual:after {
    content: "";
    height: 80px;
  }

  #container .mainvisual .width {
    padding: 20px;
  }

  #container .mainvisual .width::after {
    content: "";
    left: 130px;
    width: 73%;
  }

  #container .mainvisual .top-item {
    left: 150px;
    bottom: -40px;
  }

  #container h1 .box {
    display: inline-block;
  }

  /*-- nav-area --*/
  /*kiki-box*/
  #container .kiki-box {
    margin: 0 auto;
    padding: 5% 0;
    width: 80%;
  }

  #container .kiki-box .icon-kiki {
    width: 15%;
  }

  #container .kiki-box li {
    font-size: 1.2rem;
    margin-right: 10px;
  }

  #container .kiki-box .material-icons {
    font-size: 1.4rem;
  }

  /*-- media-area --*/
  #container .neumo .br-pc {
    display: block;
  }


  /*-- what-area --*/
  #container p.des {
    font-size: 1.0rem;
  }

  #container h2 {
    background-size: contain;
    font-size: 2.0rem;
  }

  #container h3 {
    font-size: 2.0rem;
  }

  #container .what-area {
    background-size: 80px;
    padding-bottom: 5%;
  }

  #container .what-area .box1 dt {
    width: 60%;
  }

  #container .what-area .box1 dd {
    margin-bottom: -230px;
    padding: 5% 1%;
  }

  #container .what-area p.des {
    line-height: 1.8;
  }

  #container .what-area .box2 dt {
    width: 25%;
  }

  #container .what-area h4 {
    padding: 20px 0;
    padding-left: 220px;
  }

  /*-- point-area --*/
  #container .point-area {
    padding-bottom: 5%;
  }

  /*-- lineup-area --*/
  #container .lineup-box dl {
    padding: 8% 0;
  }

  #container .lineup-box h3 {
    padding-top: 10px;
  }

  #container li.icon {
    margin-right: 10px;
    width: 60px;
  }

  #container li.img li {
    width: 50px;
  }

  #container li.txt {
    padding: 1% 0;
    width: 45%;
  }

  #container .lineup-box h4 {
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 2%;
  }

#container .lineup-box .btnWrap{
  position: relative;
}
#container .lineup-box .btnWrap .btnWrap-cost{
  position: absolute;
  top: 10px;
}
#container .lineup-box .btnWrap .btnWrap-cost img{
  width: 90%;
}

  #container p.buy-btn {
    line-height: 3.2;
    margin: 0 0 0 auto;
    width: 55%;
  }
}