@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;
}
/*-- 画面外にいる状態 --*/
.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;
}
/* buy-btn design */
#container p.buy-btn {
  background: #a1597e;
  border-radius: 50px;
  color: #fff;
  display: block;
  font: normal 1rem/3.4 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin: 0 auto 5%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#container p.buy-btn:hover {
  background: #ed81a2;
  text-decoration: none;
  transition: all .1s;
}
#container p.buy-btn a:hover, #container p.inquiry-btn a:hover {
  text-decoration: none;
  opacity: 1;
}
/*-- > --*/
#container p.buy-btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 10%;
}
/* inquiry-btn design */
#container p.inquiry-btn {
  background: #c5a257;
  color: #fff;
  display: block;
  font: normal 1rem/3.4 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin: 0 auto 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#container p.inquiry-btn:hover {
  background: #f0cd80;
  text-decoration: none;
  transition: all .1s;
}
/*-- mainvisual --*/
#container .fv-area {
  display: flex;
  justify-content: center;
  margin: 0 auto 10%;
  position: relative;
}
#container img.fv-sp {
  display: block;
  max-width: none;
  width: 120%;
}
#container img.fv-pc {
  display: none;
}
#container .text-box {
  text-align: center;
  margin: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#container li.brand-logo {
  margin: 0 auto 3px;
  width: 40%;
}
#container li.brand-name {
  color: #fff;
  font-family: 'yu-mincho-pr6n', sans-serif;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0 auto 3px;
  padding: 0;
}
#container h1.name,#container p.name {
  color: #fff;
  font-family: 'yu-mincho-pr6n', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 auto 3px;
  padding: 0;
}
#container p.come {
  color: #444;
  font-size: 0.6rem;
  text-align: right;
}
/*-- top-area --*/
#container .top-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/cellogy-cosme-sodamask/top-back.jpg) bottom center no-repeat;
  background-size: 120%;
  background-color: #fff;
  padding: 0 0 110%;
  position: relative;
}
#container .top-area .image {
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 130%;
}
/*-----scroll-----*/
.scroll {
  opacity: 0;
  transition: all 1.5s ease;
}
.scroll.animation {
  opacity: 1;
  transform: none;
  animation: 1.0s fadeIn;
}
.s-bottom {
  transform: translate(0, 25px);
}
/*-- brand-image --*/
#container .brand-image {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/cellogy-cosme-sodamask/image-back.jpg) bottom center no-repeat;
  background-size: 120%;
  background-color: #401823;
  padding: 10% 20px 80%;
  position: relative;
}
#container .brand-image dl {
  display: flex;
  justify-content: center;
}
#container .brand-image dt,#container .brand-image dd {
  width: calc(100%/2);
}
#container .brand-image dt img {
  width: 100%;
}
#container .brand-image dd {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
  padding-left: 10px;
  text-align: justify;
}
#container sup {
  font-size: 0.5rem;
  vertical-align: top;
}
/*-- point-area --*/
#container section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#container section img {
  display: block;
  max-width: none;
  width: 124vw;
}
#container .po1-2,#container .po1-3,#container .po2-1,#container .po2-3 {
  position: relative;
}
#container .point-area p.point-icon img {
  position: absolute;
  left: 60px;
  width: 40%;
}
#container .po1-icon img {
  top: 7%;
}
#container .po2-icon img {
  bottom: 7%;
}
/*-----video-----*/
#container .video {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 48%;
}
/*-- step-area --*/
#container .step-area {
  background-color: #f5e1eb; 
}
/*-----youtube-----*/
#container .youtube {
  position: relative;
  margin: 5% auto 2%;
  width: 70%;
  height: 180px;
}
#container .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#container .approach-box {
  margin: 0 60px;
  position: absolute;
  bottom: 65px;
}
#container .point-area .approach-box img {
  width: 100%;
}
#container .po2-3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#container .po2-3 li {
  padding: 5px;
  width: calc(100%/3);
}

/*-----fadeUp-box-----*/
.fadeUp-box {
	opacity: 1;
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1.0s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-- last-area --*/
#container .last-area {
  margin: 0 auto 5%;
  position: relative;
}
#container .last-area .text-box {
  bottom: 5%;
}
#container .last-area .text-box img {
  width: 100%;
}
/*-- inquiry-area --*/
#container .inquiry-area {
  border: solid 1px #a1597e;
  margin: 5% 20px;
  padding: 5%;
}
#container .inquiry-area p.des {
  color: #000;
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 5%;
}
#container .inquiry-area p.come {
  color: #a1597e;
  text-align: left;
}
@media screen and (min-width:350px) and (max-width:480px) {/*スマホ縦　i6 / i6plus / i7  350pxから480pxまで*/

}
@media screen and (min-width:480px) {/*スマホ横～タブレット 480pxから*/
#container img.fv-sp,#container section img {
  width: 100%;
}
#container .text-box {
  margin: 0;
  left: 10%;
  width: 80%;
}
#container li.brand-logo {
  width: 45%;
}
#container li.brand-name {
  font-size: 1.2rem;
}
#container h1.name, #container p.name {
  font-size: 2.8rem;
  margin: 0 auto 20px;
}
#container p.buy-btn {
  font-size: 1.2rem;
}
#container p.come {
  font-size: 0.9em;
}
#container .brand-image {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/cellogy-cosme-sodamask/image-back.jpg) bottom center no-repeat;
  background-size: 100%;
  background-color: #401823;
  padding: 10% 20px 70%;
  position: relative;
}
#container .brand-image dl {
  margin: 0 auto;
  width: 80%;
}
#container .brand-image dd {
  font-size: 1.2rem;
}
#container .approach-box {
  margin: 0 100px;
  bottom: 80px;
}
#container .youtube {
  height: 300px;
}
#container .inquiry-area {
  margin: 5% 80px;
}
#container .inquiry-area p.des {
  font-size: 1.2rem;
}
}
@media screen and (min-width:960px) {/*小・大画面デスクトップ　960pxからはここを読み込む*/
#container .width {
  margin: 0 auto;
  width: 920px;
}
#container img.fv-sp {
  display: none;
}
#container img.fv-pc {
  display: block;
  width: 1400px;
}
#container .fv-area {
  background-color: #ede0e7;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
#container .text-box {
  background-color: #fff;
  position: relative;
  margin: 0;
  left: 0;
  width: 100%;
}
#container .name-box {
  mix-blend-mode: exclusion;
  margin: 4% 0;
}
#container .top-area {
  background-size: 920px;
  padding: 0 0 830px;
}
#container .top-area .image {
  left: 50%;
  transform: translate(-50%, 60px);
  width: 920px;
}
#container .top-area .image.scroll.animation {
  transform: translate(-50%, 0);
}
#container .brand-image {
  padding: 50px 20px 620px;
  width: 920px;
}
#container .brand-image dl {
  width: 100%;
}
#container .brand-image dt {
  width: 30%;
}
#container .approach-box {
  bottom: 170px;
}
#container .po2-3 li {
  padding: 0 20px;
}
#container .step-area {
  width: 920px;
}
#container .youtube {
  height: 360px;
}
#container .last-area .text-box {
  background-color: #fff0;
  position: absolute;
}
#container .last-area .name-box {
  mix-blend-mode: normal;
}
#container .btn-box {
  margin: 0 10%;
}
#container .inquiry-area {
  margin: 5% auto;
  padding: 2%;
  width: 920px;
}
#container .inquiry-area p.come {
  text-align: center;
}
}