@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 0 20px;
	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;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
/* ボタンデザイン自由に変えてください  */
#container .buy-btn,
#container .buy-btn2 {
    background: #fff;
    border: solid 1px #00561f;
    border-radius: 5px;
    color: #00561f;
    display: block;
    font: normal 1.0rem/2.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
#container .buy-btn:hover {
    border: solid 2px #fff;
    background-color: rgb(0 86 31 / 0.8);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 1);
    color: #fff;
}
#container .buy-btn2:hover {
    background-color: #00561f;
    color: #fff;
}
#container .buy-btn a:hover,
#container .buy-btn2 a:hover {
    text-decoration: none;
    opacity: 1;
}
/*--ボタン-やじるし--*/
/* #container .buy-btn a::after,
#container .buy-btn2 a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #00561f;
    border-right: solid 1px #00561f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 3%;
} */
#container .buy-btn a::after,
#container .buy-btn2 a::after{
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px transparent; /* 枠線を透明に */
    border-top: none; /* 上の枠線は不要 */
    border-left: none; /* 左の枠線は不要 */
    border-bottom: solid 1px #00561f; /* 下の枠線を作成 */
    border-right: solid 1px #00561f; /* 右の枠線を作成 */
    position: absolute;
    top: 38%;
    right: 6%;
    transform: rotate(-45deg); /* 45度回転させて下矢印に */
}
#container .buy-btn a:hover:after,
#container .buy-btn2 a:hover:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.7s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
	margin: 0 auto;
	padding: 0 0;
}
#container {
    overflow: hidden;
}
/*----------
 mainvisual
----------*/
/* #container .mainvisual {
    background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/organteria-series/fv-sp-2.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    padding: 25px 20px;
    position: relative;
    height: 480px;
}
#container .title-desc {
    color: #fff;
    font: 1.1rem/1.2 "Hannari", serif;
    margin: 0 0;
    text-align: center;
    letter-spacing: -0.1rem;
}
#container .come {
    color: #fff;
    font: 0.8rem/1.5 "Hannari", serif;
    margin: 0 0;
    text-align: right;
}
#container .headtitle {
    color: #442e2d;
    font: 1.2rem/1.5 "Hannari", serif;
    margin: 90px 0px 215px;
    text-align: center;
    width: 73%;
}
.fv-item {
    display: inline-block;
    position: absolute;
    top: 225px;
    left: 25px;
    width: 85%;
} */
  #container .fv{
    /* background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/bg-sp_01.jpg) no-repeat center bottom/cover; */
    position: relative;
    color: #442e2d;
    font-family: "Noto Serif JP", serif;
  }
  #container .fv-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  
  #container .fv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #container .fv-inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
  }
  #container .fv-cert {
    margin-top: 2em;
    text-align: center;
  }
  #container .fv-cert img {
    width: 18vw;
  }
  #container .fv-cert p {
    font-size: 1.7em;
    margin-top: 0.3em;
  }
  #container .fv-content{
    display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
  }
  #container .fv-copy {
    margin-bottom: 1em;
    line-height: 1.5;
  }
  #container .fv-copy small{
    font-size: 0.8em;
  }
  #container .fv-logo {
    width: 90vw;
    margin-top: -1em;
    margin-left: auto;
    display: block;
  }
  #container .fv-button {
    position: relative;
    display: inline-block;
    padding: 3% 16% 3% 15%;
    font-size: 1.15em;
    background-color: #f4f4f0;
    color: #003c1c;
    text-decoration: none;
    border: 1px solid #003c1c;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo , sans-serif;
    transition: 0.7s;
    margin-top: 0.5em;
    border-radius: 5px;
  }
  #container .fv-button:hover {
    background-color:#003c1c;
    color: #fff;
    opacity: 0.9;
    box-shadow: 0 0 15px rgba(0, 60, 28, 0.459); 
  }
  #container .fv-button::after{
    content: '';
    width: 10px;
    height: 10px;
    border: solid 1px transparent; 
    border-top: none; 
    border-left: none; 
    border-bottom: solid 1px #003c1c; 
    border-right: solid 1px #003c1c; 
    position: absolute;
    top: 27%; 
    right: 10%;
    transform: rotate(45deg);
  }
  #container .fv-button:hover::after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.7s;
}
  #container .fv-product img{
    width: 97%;
  }  
  #container .fv-note{
    font-size: 0.8em;
    padding: 0 5%;
    color: #442e2d;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo , sans-serif;
    margin-right: 0;
    margin-top: 1em;
  }
  #container .cert-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10vw 5vw 2vw;
    gap: 2em;
  }
  #container .cert-area h2 {
    text-align: center;
    padding-bottom: 3vw;
  }
  #container .cert-area h2:before {
    background: none;
}
#container .cert-area small{
    font-size: 0.8em;
    letter-spacing: 0.1em;
}


/*-------------------------
    cert-area
-------------------------*/
  #container .cert-area p{
    color: #818181;
    text-align: justify;
    letter-spacing: 0.14em;
    line-height: 1.6em;
  }
  
/*-------------------------
 sale-all990en / sale-area
-------------------------*/
.sale-area {
  display: inline-block;
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
}
#container .sec4 .price.no {
  color: #d08976;
}
/*---scroll---*/
.scroll {
    opacity: 0;
    transition: all 1.5s ease;
}
.scroll.show {
    opacity: 1;
    transform: none;
    animation: 1.0s fadeIn;
}
.s-bottom {
    transform: translate(0, 100px);
}/*下からふわっと*/
.s-bottom2 {
    transform: translate(0, 20px);
}/*ちょっと下からふわっと*/
/*--------
 campaign
--------*/
#container .cam-box {
    margin: 5px 0 20px;
    padding: 0 20px;
}
#container .cam-box .cam-sp-img {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
}
#container .cam-box .cam-pc-img {
    display: none;
}
#container .cam-box img {
    width: 100%;
}
#container .cam-box .cam-text {
    color: #9e706e;
    font: 0.9rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*-----
 sec1-
-----*/
#container h2 {
    color: #442e2d;
    font: bold 1.2rem/1.5 "Hannari", serif;
    text-align: center;
    margin: 0 0;
    padding: 0 0 20px;
    position: relative;
}
#container h2:before {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 30px);
    width: 55px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #442e2d;
}
/*--des--*/
#container .des {
    color: #818181;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0;
    position: relative;
    letter-spacing: 0.1rem;
}
/*--top-box--*/
.top-box {
    padding: 50px 20px 0;
    position: relative;
}
.sec1 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point01.png) top 70px left 10px no-repeat;
    background-size: 55%;
}
.sec2 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point02.png) top 20px left 10px no-repeat;
    background-size: 55%;
}
.sec3 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point03.png) top 30px left 10px no-repeat;
    background-size: 95%;
}
/*---*/
#container h3 {
    color: #442e2d;
    font: 1.5rem/1.5 "Hannari", serif;
    text-align: center;
    margin: 40px 0 10px;
    padding: 0 0;
    position: relative;
    letter-spacing: -0.01rem;
}
#container .sec3 h3 {
    letter-spacing: -0.05rem;
}
.sec1 .flex {
    justify-content: center;
}
.sec1 dl {
    margin: 10px;
    width: calc(85% / 2);
}
.sec1 dd p {
    color: #818181;
    font: 0.9rem/1.6 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0;
    padding: 0 10px;
    text-align: center;
}
#container .sec1 h4 {
    border-bottom: solid 1px #a0a0a0;
    color: #442e2d;
    font: 1.1rem/1.3 "Hannari", serif;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
    letter-spacing: -0.01rem;
}
#container .sec1 dl:nth-of-type(5) h4 {
    padding: 16px 0;
}
#container .sec1 dl:nth-of-type(7) h4 {
    padding: 27px 0;
}
/*--sec2--*/
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-1.jpg), 
                url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left -80px, 
                         bottom 10px right -90px;
    background-size: 80%, 70%;
    background-color: #fff;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 210px;
    position: relative;
}
#container .sec2 .des {
    margin: 0 auto;
    width: 90%;
}
/*--sec3--*/
.square {
    background-color: #f1ece5;
    width: 90px;
    height: 90px;
    position: absolute;
    margin: 10px 0;
}
.des-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-03.jpg) top 210px left 50% no-repeat;
    background-size: 80%;
    padding: 30px 20px 30px;
    position: relative;
}
.des-box div {
    margin: 250px 0 0;
}
#container .sec3 h4 {
    color: #442e2d;
    font: 1.3rem/1.6 "Hannari", serif;
    margin: 0 0 10px;
    padding: 0 0;
    position: relative;
}
#container h5 {
    color: #9e706e;
    font: bold 1.2rem/1.5 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0 0 5px;
    padding: 0 0;
    position: relative;
    letter-spacing: -0.01rem;
}
/*--onepoint-box--*/
.onepoint-box {
    margin: 0 0 30px;
    padding: 0 20px;
    position: relative;
}
.onepoint-box .icon {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 40%;
}
.onepoint-box .box {
    border: solid 2px #e8ddcc;
    padding: 20px;
}
.onepoint-box .box dt {
    margin: 0 auto 10px;
    padding: 20px 40px 0;
    width: 100%;
}
.color {
    color: #ec886d;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0;
}
.color-box1 {
    background-color: #cbe5be;
    border-radius: 30px;
    color: #000;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.color-box2 {
    background-color: #f3d3ba;
    border-radius: 30px;
    color: #000;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.onepoint-box .box dd ul {
    margin: 0 0 10px;
}
.s-scaleDown {
    transform: scale(1.2);
}
/*--ex-box--*/
.ex-box {
    margin: 0 0;
    padding: 30px 20px 0;
}
.ex-box dl {
    border-bottom: solid 1px #e8ddcc;
    margin: 0 0 40px;
    padding: 0px 0 30px;
}
.ex-box dt {
    text-align: center;
    margin: 0 0 20px;
}
.ex-box .illust img {
    width: 70%;
}
.ex-box .ex04 {
    border-bottom: none;
}
.cap {
    color: #908779;
    font: 0.9rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
}
#container .ex-box h5 {
    font-size: 1.4rem;
}
/*--line-up--*/
#container .br-pc {
    display: none;
}
#container .sec4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/img-lineup.jpg) top 0px left 50% no-repeat;
    background-size: 380%;
    background-color: #fff;
    padding: 140px 0 0;
    position: relative;
}
.sec4 .top-box {
    padding: 10px 20px 0;
    position: relative;
}
.sec4 .square {
    background-color: #f1ece5;
    width: 130px;
    height: 240px;
    position: absolute;
    margin: 100px 0 0;
}
#container .sec4 .name {
    color: #000;
    font: 1.1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin: 20px 0 5px;
    letter-spacing: 0.1rem;
}
#container .sec4 .itembox2 .name {
    font-size: 1rem;
}
#container .sec4 .ml {
  color: #000;
  font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  margin: 0 0 10px;
}
#container .sec4 .price {
    color: #000;
    font: 1rem/1.5 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin: 0 0 10px;
}
#container .sec4 .price .small {
    font-size: 0.9rem;
}
.itembox1, .itembox2 {
    margin: 20px 0;
    padding: 0 25px;
    position: relative;
}
.itembox2 dt {
    text-align: center;
    width: 100%;
}
.itembox2 dt img {
    width: 22%;
}
#container .sec4 .itembox2 .item01 dt img {
    width: 25%;
}
#container .sec4 .itembox2 .item04 dt img {
    width: 28%;
}
#container .sec4 .itembox2 .item05 dt img {
    width: 40%;
}
#container .sec4 .itembox2 .item06 dt img {
    width: 25%;
}
#container .sec4 .buy-btn2 {
    margin: 20px auto 50px;
}
#container .sec4 .itembox2 .item06 {
    position: relative;
}
#container .new-icon {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 30%;
}
/*--- sale-all990en ---*/
#container s {
  text-decoration: line-through 2px solid #ec886d;
}
#container .sec4 .price .arrow {
  color: #ec886d;
  font-size: 1.6rem;
}
#container .sec4 .price .big {
  font-size: 2.0rem;
}
#container .sec4 .buy-btn2.no-item {
    border: solid 1px #858585;
    color: #858585;
}
#container .sec4 .buy-btn2.no-item:hover {
    background-color: #fff;
    pointer-events: none;
}
/*----
 sec0
----*/
#container .sec0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-00sp.jpg) top 90px left -45px no-repeat;
    background-size: 30%;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
}
#container .sec0 .icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 40%;
}
#container .sec0 .box {
    margin: 10px 20px 0px auto;
    padding: 0 0 30px;
    width: 75%;
}
#container .sec0 h2 {
    padding: 50px 0 20px;
}
#container .sec0 h2:before {
    display: none;
}
#container .sec0 .des {
    color: #717d7f;
    font: 0.9rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 20px;
}
#container .sec0 .buy-btn2 {
    font-size: 0.9rem;
}
#container .sec0 .buy-btn2 a::after {
    width: 10px;
    height: 10px;
    top: 25%;
    right: 11%;
}
.s-right {
    transform: translate(60px, 0);/*右からふわっと*/
}
/*-----movie-box-----*/
#container .movie-box {
    margin: 20px auto;
}
#container .movie-box p {
    color: #9e706e;
    font: 1.0rem/1.3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0;
}
#container .movie-box p.text1 {
    font-size: 1.3rem;
}
/*--moviebox--*/
#container .movie {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}
#container .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#container .moviebox-self .self-movie{
    margin: 0 auto;
    width: 48%;
}
#container .moviebox-self .self-movie .movie{
    height: 100px;
    margin-bottom: 0px;
}
#container .moviebox-self .self-movie .text3{
    font-size: 0.9rem;
    margin: 10% 0 3%;
}
#container .moviebox-self .self-movie .text3 em{
    display: block;
}

/*------------------*/
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
/* #container .mainvisual {
    padding: 40px 20px;
    height: 550px;
} */
#container .title-desc {
    font-size: 1.3rem;
}
#container .headtitle {
    margin: 115px 0px 255px;
}
.fv-item {
    top: 260px;
}
/*--- sale-all990en ---*/
.fv-item {
  top: 500px;
}
/* #container .mainvisual {
  height: 800px;
} */
.fv-item {
  top: 530px;
}
#container .headtitle {
  margin: 365px 0px 255px;
}
/*---*/
#container h2 {
    font-size: 1.4rem;
}
#container h3 {
    margin: 40px 0 10px;
    letter-spacing: 0.1rem;
}
#container .sec3 h3 {
    letter-spacing: 0.08rem;
    padding: 0 5px;
}
.sec1 dd p {
    padding: 0 0;
}
#container .sec1 h4 {
    font-size: 1.0rem;
}
#container .sec1 dl:nth-of-type(5) h4,
#container .sec1 dl:nth-of-type(7) h4 {
    padding: 15px 0;
}
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-1.jpg), url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left -90px, bottom 10px right -100px;
    background-size: 80%, 70%;
    background-color: #fff;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 270px;
    position: relative;
}
.des-box div {
    margin: 100% 0 0;
}
#container h5 {
    letter-spacing: 0.1rem;
}
#container .sec4 .itembox2 dl{
    padding: 5vw 0;
}
#container .sec4 .name,
#container .sec4 .itembox2 .item02 .name {
    letter-spacing: 0.1rem;
    text-align: center;
}
#container .sec4 .ml {
    text-align: center;
}
#container .sec4 {
    padding: 160px 0 0;
}
#container .sec0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-00sp.jpg) top 110px left -50px no-repeat;
    background-size: 30%;
}
#container .sec0 h2 {
    padding: 60px 0 20px;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
/* ---------------
    mainviudal
------------------ */
/* #container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/fv-pc.jpg) top 0px left 50% no-repeat;
    background-size: 240%;
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    height: 480px;
}
#container .title-desc {
    color: #fff;
    font: 1.6rem/1.2 "Hannari", serif;
    margin: 0 10px;
    text-align: left;
    letter-spacing: 0.1rem;
}
#container .come {
    font-size: 0.9rem;
    width: 60%;
}
#container .headtitle {
    font-size: 1.2rem;
    margin: 70px 0px 200px;
    width: 65%;
}
.fv-item {
    top: 220px;
    left: 40px;
    width: 52%;
}
#container .buy-btn {
    font: normal 1.0rem/3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 0 auto;
    width: 40%;
} */

#container .fv-cert p {
    font-size: 2em;
}
#container .fv-logo {
    width: 75vw;
}
#container .fv-button::after {
    top: 32%;
    right: 22%;
}
#container .fv-note {
    font-size: 0.9em;
}
#container .cert-area {
    padding: 4vw 4vw 2vw;
}
#container .cert-area h2 {
    text-align: center;
}
/*--- sale-all990en ---*/
.sale-area {
  top: 160px;
  left: 150px;
}
.fv-item {
  top: 255px;
  left: 40px;
  width: 45%;
}
#container .buy-btn {
  width: 45%;
}
#container .fv-button {
  padding: 3% 22%;
  font-size: 1.2em;
}
/*--------
 campaign
--------*/
#container .cam-box {
    margin: 20px 0;
    padding: 0;
}
#container .cam-box .cam-sp-img {
    display: none;
}
#container .cam-box .cam-pc-img {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
#container .cam-box .cam-text {
    text-align: center;
}
/*------*/
.sec1 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point01.png) top 90px left 0px no-repeat;
    background-size: 50%;
}
#container h2 {
    font-size: 1.8rem;
    padding: 0 0 30px;
}
#container h2:before {
    width: 70px;
}
#container h3 {
    font-size: 2.3rem;
    margin: 90px 0 10px;
    letter-spacing: 0.3rem;
}
#container .sec3 h3 {
    letter-spacing: 0.3rem;
}
.top-box {
    padding: 50px 40px 0;
}
.sec1 dl {
    margin: 5px;
    width: calc(87% / 4);
}
.sec1 dd p {
    padding: 0 0;
}
#container .sec1 h4 {
    font-size: 1.1rem;
    padding: 15px 0;
}
#container .sec1 dl:nth-of-type(5) h4,
#container .sec1 dl:nth-of-type(7) h4 {
    padding: 26px 0;
}
#container .sec1 dl:nth-of-type(8) h4 {
    letter-spacing: -0.1rem;
}
.sec2 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point02.png) top 20px left 0px no-repeat;
    background-size: 50%;
}
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-1.jpg), url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left -180px, bottom 10px right -180px;
    background-size: 60%, 50%;
    background-color: #fff;
    text-align: center;
    margin: 20px 0 20px;
    padding: 0 0 200px;
    position: relative;
}
#container .sec2 .des {
    margin: 0 auto;
    width: 55%;
    line-height: 2;
}
.des-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-03.jpg) top 110px right -110px no-repeat;
    background-size: 55%;
    padding: 30px 40px 30px;
    position: relative;
}
#container .sec3 .des-box .des {
    width: 60%;
}
.des-box div {
    margin: 20px 0 0;
}
.des-box div img {
    width: 60%;
}
.square {
    width: 130px;
    height: 130px;
}
#container h5 {
    letter-spacing: 0.1rem;
}
.onepoint-box .icon {
    left: 30px;
    width: 25%;
}
.onepoint-box {
    padding: 0 70px;
}
.onepoint-box .box dt {
    margin: 0 20px;
    padding: 10px 30px 0;
    width: 100%;
}
.sec3 dl {
    display: flex;
    justify-content: center;
}
.ex-box {
    margin: 0 0;
    padding: 30px 40px 0;
}
.ex-box .illust {
    margin: 0 20px 0 60px;
    width: 80%;
}
.ex-box .illust img {
    width: 90%;
}
.ex-box dd {
    margin: 0 30px 0 0;
    width: 70%;
}
#container .ex-box h5 {
    font-size: 1.5rem;
    margin: 20px 0 5px;
}
.sec4 .square {
    width: 160px;
    height: 160px;
}
#container .sec4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/img-lineup.jpg) top 0px left 50% no-repeat;
    background-size: 240%;
    background-color: #fff;
    padding: 210px 0 0;
    position: relative;
}
.sec4 .top-box {
    padding: 10px 40px 0;
}
.itembox1, .itembox2 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin: 30px 0;
    padding: 0 40px;
}
.item01 {
    display: flex;
    justify-content: center;
}
.item01 dt {
    margin: 0 30px 0 0;
    width: 100%;
}
.item01 dd {
    margin: 0 0;
    width: 100%;
}
#container .sec4 .name {
    font-size: 1.2rem;
    text-align: left;
    margin: 40px 0 20px;
    letter-spacing: 0.05rem;
}
#container .sec4 .itembox1 .name br {
    display: none;
}
#container .sec4 .price {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 0 30px;
}
#container .sec4 .buy-btn2 {
    margin: 30px auto 0;
    width: 100%;
}
.itembox2 dl {
    margin: 30px 10px;
    padding: 0 10px;
    width: calc(94% / 2);
}
#container .sec4 .itembox2 .name {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
#container .sec4 .itembox2 .item02 .name {
    letter-spacing: 0.1rem;
}
#container .sec4 .itembox2 .name br {
    display: block;
}
#container .sec4 .itembox2 .item01 dt img {
    margin-top: 20px;
    width: 22%;
}
#container .sec4 .itembox2 .item04 dt img {
    margin-top: 34px;
    width: 25%;
}
#container .sec4 .itembox2 .item05 dt img {
    margin-top: 38%;
    width: 38%;
}
#container .sec4 .itembox2 .item06 dt img {
    margin-top: 27px;
    width: 25%;
}
#container .sec0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-00pc.jpg) top 140px left -50px no-repeat;
    background-size: 70%;
    background-color: #fff;
}
#container .sec0 .icon {
    top: 10px;
    left: 10px;
    width: 20%;
}
#container .sec0 h2 {
    font: bold 2.3rem/1.5 "Hannari", serif;
    letter-spacing: 0.5rem;
    padding: 70px 0 20px;
}
#container .sec0 .box {
    margin: 90px 40px 0px auto;
    padding: 0 0;
    width: 60%;
}
#container .sec0 .buy-btn2 {
    font-size: 1.0rem;
    margin: 40px 0 20px;
    width: 100%;
}
#container .movie-box {
    margin: 30px auto 0;
}
/*---movie-box---*/
#container .movie-box p.text1 {
    font-size: 1.8rem;
}
#container .movie-box p.text2 {
    font-size: 1.3rem;
}
#container .movie {
    height: 360px;
}
#container .moviebox-self .self-movie .movie{
    height: 200px;
}
#container .moviebox-self .self-movie .text3{
    font-size: 1.2rem;
    margin: 5% 0 3%;
}
#container .moviebox-self .self-movie .text3 em{
    display: inline-block;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
/* ----------------
      mainvisual
    ---------------  */
/* #container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/fv-pc.jpg) top 0px left 50% repeat-x;
    background-size: 2000px;
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    height: 540px;
}
#container .width {
    position: relative;
    margin: 0 auto;
    width: 1040px;
}
#container .title-desc {
    color: #fff;
    font: 1.6rem/1.2 "Hannari", serif;
    margin: 0 auto;
    padding: 0 150px;
    text-align: left;
    letter-spacing: 0.1rem;
}
#container .come {
    font-size: 0.9rem;
    
    text-align: center;
}
#container .headtitle {
    font-size: 1.2rem;
    margin: 90px auto 200px;
    padding: 0 280px 0 0;
}
.fv-item {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 170px;
    width: 35%;
}
#container .buy-btn {
    font: normal 1.0rem/3 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 120px 0 auto;
    width: 35%;
}
#container .des {
    font: 1rem/1.8 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
  #container .fv {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2000 / 650;
  }
  #container .fv-visual{
    display: block;
    width: 100%;
    height: auto;
  }  
  #container .fv-inner {
    position: absolute;
    inset: 0;
    max-width: 56vw;
    bottom: 2vh;
    align-items: flex-end;
    justify-content: center;
  }
  #container .fv-cert {
    display: flex;
    gap: 20px;
    text-align: justify;
    align-items: center;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    left: 3vw;
    width: 49vw;
    height: auto;
    top: 3.5vh;
  }
  #container .fv-cert img {
    width: 7vw;
  }
  #container .fv-cert .fv-copy {
    font-size: 1.8vw;
    letter-spacing: 0.13em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  #container .fv-content{
    align-items: flex-end;
  }
  #container .fv-product img {
    width: 33vw;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  #container .fv-logo {
    width: 30vw;
    margin-top: clamp(4vw, 12vw, 22vw);
 }
  #container .fv-button {
    padding: 0.7em 4em 0.7em 3em;
    font-size: 1vw;
    margin-top: 1em;
  }
  #container .fv-button::after {
    width: 3%;
    height: 25%;
    top: 26%;
    right: 14%;
  }
  #container .fv-note {
    font-size: 0.8vw;
    position: absolute;
    bottom: 2vh;
    padding: 0
  }

/* cert-area */
  #container .cert-area {
   flex-direction: row;
   max-width: 1040px;
   padding: 4vw 2vw 2vw;
   margin: 0 auto;
   gap: 4em;
  }
  #container .cert-area h2 {
    padding-bottom: 1vw;
    text-align: justify;
  }
#container .cert-area .br-sp{
    display: none;
}
/*--- sale-all990en ---*/
.sale-area {
  top: 130px;
  left: 234px;
}
.sale-area img {
  width: 68%;
}
.fv-item {
  top: 228px;
  left: 130px;
}
/*--------
 campaign
--------*/
#container .cam-box {
    margin: 20px auto;
    padding: 0;
    width: 1040px;
}
#container .cam-box .cam-sp-img {
    display: none;
}
#container .cam-box .cam-pc-img {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
#container .cam-box .cam-text {
    text-align: center;
}
/*------*/
.sec1, .sec2, .sec3 {
    margin: 0 auto;
    width: 1040px;
}
.sec1 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point01.png) top 90px left 80px no-repeat;
    background-size: 40%;
}
#container h2 {
    font-size: 1.8rem;
    padding: 0 0 30px;
}
#container h2:before {
    width: 70px;
}
#container h3 {
    font-size: 2.3rem;
    margin: 120px 0 20px;
    letter-spacing: 0.3rem;
}
#container .sec3 h3 {
    letter-spacing: 0.3rem;
}
.top-box {
    padding: 50px 90px 0;
}
.sec1 .flex {
    padding: 0 40px;
}
.sec1 dl {
    margin: 15px;
    width: calc(87% / 4);
    text-align: center;
}
.sec1 dd p {
    padding: 0 0;
}
#container .sec1 h4 {
    font-size: 1.1rem;
    padding: 15px 0;
}
#container .sec1 dl:nth-of-type(5) h4,
#container .sec1 dl:nth-of-type(7) h4 {
    padding: 26px 0;
}
#container .sec1 dl:nth-of-type(8) h4 {
    letter-spacing: -0.1rem;
}
.sec2 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point02.png) top 30px left 80px no-repeat;
    background-size: 40%;
}
#container .sec2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-1.jpg), url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-02-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left 30px, bottom 110px right 20px;
    background-size: 35%, 30%;
    background-color: #fff;
    text-align: center;
    margin: 20px auto;
    padding: 0 0 150px;
    position: relative;
}
#container .sec2 .des {
    margin: 0 auto;
    width: 35%;
    line-height: 2;
}
.sec3 .top-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/point03.png) top 30px left 80px no-repeat;
    background-size: 80%;
}
.des-box {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-03.jpg) top 60px right 0px no-repeat;
    background-size: 40%;
    padding: 40px 90px 30px;
    position: relative;
}
#container .sec3 .des-box .des {
    width: 60%;
}
.des-box div {
    margin: 20px 0 0;
}
.des-box div img {
    margin: -40px 90px 0;
    width: 45%;
}
.square {
    margin: 30px 0;
    width: 160px;
    height: 160px;
}
#container h5 {
    letter-spacing: 0.1rem;
}
.onepoint-box {
    padding: 0 100px;
}
.onepoint-box .box {
    padding: 30px 50px 10px;
}
.onepoint-box .box dt {
    display: block;
    text-align: center;
    margin: 0 20px;
    padding: 0 0;
    width: 70%;
}
.onepoint-box .box dt img {
    width: 80%;
}
.onepoint-box .box dd ul {
    margin: 0 0 20px;
}
.onepoint-box .icon {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 80px;
    width: 20%;
}
.color {
    font-size: 1.2rem;
}
.sec3 dl {
    display: flex;
    justify-content: center;
}
.ex-box {
    margin: 0 0;
    padding: 50px 90px 0;
}
.ex-box .illust {
    margin: 0 20px 0 60px;
    width: 80%;
}
.ex-box .illust img {
    width: 90%;
}
.ex-box div {
    width: 400px;
}
.ex-box dl {
    margin: 0 0 60px;
    padding: 0 0 40px;
}
.ex-box dd {
    margin: 0 10px 0 0;
    padding: 20px 0 0;
    width: 50%;
}
#container .ex-box h5 {
    font-size: 1.6rem;
    margin: 40px 0 10px;
}
.sec4 .square {
    width: 400px;
    height: 400px;
    margin: 70px auto 0 6%;
}
#container .br-pc {
    display: block;
}
#container .sec4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/img-lineup.jpg) top 0px left 50% repeat-x;
    background-size: 1800px;
    background-color: #fff;
    padding: 210px 0 0;
    position: relative;
}
#container .sec4 .top-box .des {
    text-align: center;
}
.sec4 .top-box {
    margin: 0 auto;
    padding: 10px 40px 0;
    width: 1040px;
}
.itembox1, .itembox2 {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    margin: 30px auto;
    padding: 0 90px;
    width: 1040px;
}
.item01 {
    display: flex;
    justify-content: center;
}
.item01 dt {
    margin: 0 30px 0 0;
    width: 100%;
}
.item01 dd {
    margin: 0 0;
    width: 100%;
}
#container .sec4 .name {
    font-size: 1.4rem;
    text-align: left;
    margin: 50px 0 5px;
    letter-spacing: 0.1rem;
}
#container .sec4 .name br {
    display: none;
}
#container .sec4 .price {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 0 30px;
}
#container .sec4 .buy-btn2 {
    margin: 30px auto 0;
    width: 100%;
}
#container .sec4 .item04 .buy-btn2 {
    margin: 30px auto 0;
}
#container .sec4 .itembox2 .name {
    font-size: 1.1rem;
    letter-spacing: -0.01rem;
}
.itembox2 dl {
    margin: 30px 10px;
    padding: 10px 6px;
    width: calc(93% / 3);
}
#container .sec4 .itembox2 .name br {
    display: block;
}
#container .sec4 .item03 .name, 
#container .sec4 .item05 .name {
    margin: 50px 0 30px;
}
/*--- sale-all990en ---*/
#container .sec4 .price,#container .sec4 .color {
  font-size: 1.0rem;
}
#container .sec4 .price.no {
  margin: 52px 0;
}
/*
.itembox2 dl:hover {
    box-shadow: 4px 4px 7px 3px rgb(0 0 0 / 0.2);
}*/
.itembox2 dt img {
    width: 28%;
}
#container .sec4 .itembox2 .item01 dt img {
    margin-top: 47px;
    width: 25%;
}
#container .sec4 .itembox2 .item04 dt img {
    margin-top: 8%;
    width: 35%;
}
#container .sec4 .itembox2 .item05 dt img {
    margin-top: 20%;
    width: 50%;
}
#container .sec4 .itembox2 .item06 dt img {
    margin-top: 23px;
    width: 25%;
}
#container .new-icon {
    top: -50px;
}
#container .sec0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/organteria-series/back-00pc.jpg) top 140px left -10px no-repeat;
    background-size: 55%;
    background-color: #fff;
    width: 1040px;
}
#container .sec0 .icon {
    top: 10px;
    left: 120px;
    width: 15%;
}
#container .sec0 h2 {
    font: bold 2.5rem/1.5 "Hannari", serif;
    letter-spacing: 0.5rem;
    padding: 70px 0 20px;
}
#container .sec0 .box {
    margin: 90px 110px 0px auto;
    padding: 0 0;
    width: 45%;
}
#container .sec0 .buy-btn2 {
    font-size: 1.0rem;
    margin: 40px 0 20px;
    width: 100%;
}
/*---movie-box---*/
#container .movie-box {
    margin: 30px auto;
}
#container .movie-box p.text1 {
    font-size: 1.8rem;
}
#container .movie-box p.text2 {
    font-size: 1.3rem;
}
#container .movie {
    margin: 0 auto 50px;
    height: 420px;
    width: 70%;
}
#container .moviebox-self .self-movie .movie{
    height: 280px;
    width: 100%;
}
#container .moviebox-self .self-movie .text3{
    font-size: 1.1rem;
    margin: 5% 0 2%;
}
#container .moviebox-self .self-movie .text3 em{
    display: inline-block;
}
}
