@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;
	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 {
    background: #32b16c;
    border: solid 2px #32b16c;
    border-radius: 50px;
    color: #fff;
    display: block;
    font: normal 1.2rem/2.4 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#container .buy-btn:hover {
	filter: alpha(opacity=90);
    background: rgba(255, 255, 255, 0.6);
	border: solid 2px #32b16c;
    color: #32b16c;
	text-decoration: none;
}
#container .buy-btn a:hover {
	text-decoration: none;
	opacity: 1;
}
/*--ボタン-やじるし--*/
#container .buy-btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    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: 35%;
    right: 10%;
}
#container .buy-btn a:hover::after {
    content: '';
    border-top: solid 2px #32b16c;
    border-right: solid 2px #32b16c;
}
/*-- 画面外にいる状態 --*/
.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;
}
/*----------
 mainvisual
----------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/fv-sp.jpg) top -30px left 50% no-repeat;
    background-size: 110%;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
}
#container h1 {
	color: #083e4d;
    font: bold 1.3rem/1.3 "Hannari", serif;
    margin: 0 auto 160px;
    padding: 0 0;
}
#container .icon-box {
    display: flex;
    margin: 0 auto;
    padding: 0 0;
}
#container .icon-box dl {
    margin: 2px;
}
#container .icon-box dt {
    margin: 0 0 5px;
}
#container .icon-box dd {
	color: #000;
    font: 0.8rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    letter-spacing: -0.01rem;
    margin: 0 auto 5px;
    padding: 0 0;
}
#container .price-box h2 {
    color: #000;
    font: 1.2rem/1.5 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
}
#container .price-box .price {
    color: #000;
    font: 1.3rem/1.5 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 10px;
    padding: 0 0;
}
#container .price-box .price .small {
    font-size: 0.9rem;
}
#container .des {
    color: #849196;
    font: 0.9rem/1.5 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0;
    padding: 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*---scroll---*/
.scroll {
    opacity: 0;
    transition: all 1.5s ease;
}
.scroll.show {
    opacity: 1;
    transform: none;
    animation: 1.0s fadeIn;
}
.s-left {
    transform: translate(-100px, 0);
}
.s-right {
    transform: translate(100px, 0);
}
.s-bottom {
    transform: translate(0, 100px);
}

/*--sec0--*/
#container .sec0 {
    overflow: hidden;
    padding: 50px 0 80px;
}
#container .sec0 .backcolor {
    background-color: #f6fffe;
    margin: 0 0;
    padding: 20px 20px;
    position: relative;
}
#container .sec0 h2 {
    color: #000;
    font: bold 1.5rem/1.2 "Hannari", serif;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0;
}

#container .sec0 .text-left {
    margin: 0 auto 0 0;
    padding: 0 0;
    position: relative;
    width: 60%;
    z-index: 3;
}
#container .sec0 .text-right {
    margin: 0 0 0 auto;
    padding: 0 0;
    position: relative;
    width: 60%;
    z-index: 3;
}

#container .sec0 .backimg-1 {
    position: absolute;
    top: -40px;
    right: -50px;
    width: 70%;
    z-index: 2;
}
#container .sec0 .backimg-2 {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 70%;
    z-index: 2;
}
#container .sec0 .pc {
    display: none;
}
#container .sec0 .des {
    color: #485b63;
}
/*--sec1--*/
#container .sec {
    margin: 0 0 10px;
    padding: 0 20px 70px;
    position: relative;
}
#container h2 {
    color: #378cf5;
    font: 1.4rem/1.1 "Hannari", serif;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0;
}
/*----point-box----*/
#container .point-box {
    text-align: center;
    margin: 0 0 20px;
    padding: 60px 0 0;
    position: relative;
}
#container .po1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point1.jpg) top 0px left 50% no-repeat;
    background-size: 25%;
}
#container .po2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point2.jpg) top 0px left 50% no-repeat;
    background-size: 25%;
}
#container .po3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point3.jpg) top 0px left 50% no-repeat;
    background-size: 25%;
}
#container .po4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point4.jpg) top 0px left 50% no-repeat;
    background-size: 25%;
}
#container .po5 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point5.jpg) top 0px left 50% no-repeat;
    background-size: 25%;
}
/*-----------------*/
#container .point-box h3 {
    color: #0d8bd3;
    font: 1.6rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0;
}
#container .box dl,
#container .box p {
	margin: 20px;
}
#container .sec1 .box p {
    margin: 10px 0;
}
#container dt {
	margin-bottom: 10px;
}
/*----text-icon----*/
#container .sec1 .text-icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 70%;
}
#container .sec2 .text-icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 60%;
}
#container .sec3 .text-icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 60%;
}
#container .sec4 .text-icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 50%;
}
#container .sec5 .text-icon {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 70%;
}
/*-----------------*/
#container .sec3 {
    overflow: hidden;
    height: 530px;
}
#container .sec3 .box {
    position: absolute;
    bottom: 70px;
    left: -90px;
    width: 120%;
}
/*--sec4--*/
#container .come {
    color: #93adb7;
    font: 0.9rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 10px 0;
    padding: 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .box2 {
    border: solid 2px #7bd1cf;
    border-radius: 30px;
    margin: 30px 0 0;
    padding: 20px;
}
#container .box2 h4 {
    color: #000;
    font: 1.1rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    letter-spacing: -0.05rem;
    text-align: center;
    margin: 10px 0;
}
#container .list dl {
    display: flex;
    margin-bottom: 5px;
}
#container .list dt,
#container .list dd {
    width: 100%;
}
#container .list dt {
    margin: 0 10px 0 0;
    width: 35%;
}
#container .list p {
    font: 0.9rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0;
    padding: 0 0;
}
#container .list p.color {
    color: #7bd1cf;
    margin-top: 8px;
}
/*--sec6--*/
#container .sec6 {
    background-color: #ddfef0;
    margin: 0 0;
    padding: 30px 10px 1px;
}
#container .sec6 h2 {
    color: #000;
    font-family: 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
}
#container .sec6 .back-fff {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 0 40px;
    padding: 20px;
}
#container .sec6 .back-fff div {
    margin: 0 0 30px;
}
#container .sec6 .back-fff dl {
    margin: 0 0 20px;
}
#container .text {
    color: #000;
    font: bold 1.2rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 0 0 5px !important;
}
#container .sec6 .color {
    color: #ec886d;
}
#container .sec6 h3 {
    border-bottom: solid 1px #ddd;
    color: #0f9b98;
    font: bold 1.2rem/1.2 'メイリオ','Meiryo','Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 10px 0 20px;
}
#container .sec6 .item {
    margin: 10px 0 40px;
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/fv-sp.jpg) top -50px left 50% no-repeat;
    background-size: 120%;
}
#container h1 {
    font-size: 1.5rem;
    margin: 0 auto 200px;
}
#container .sec0 .backimg-1 {
    width: 75%;
}
#container .sec0 .backimg-2 {
    bottom: -50px;
}
#container .sec0 .text-right {
    margin: 50px 0 20px auto;
    width: 55%;
}
#container .sec h2 {
    font-size: 1.6rem;
    padding: 0 5px;
}
#container .point-box {
    padding: 70px 0 0;
}
#container .point-box h3 {
    font-size: 1.5rem;
}
#container .list p.color {
    font-size: 1.2rem;
    margin-top: 10px;
}
#container .box2 h4 {
    font-size: 1.2rem;
    letter-spacing: normal;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/fv-pc.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    text-align: center;
    padding: 40px 55px;
    position: relative;
}
#container h1 {
    color: #083e4d;
    font: bold 2.3rem/1.3 "Hannari", serif;
    margin: 0 auto 20px;
    padding: 0 0;
}
#container h1 br {
    display: none;
}
#container .icon-box {
    flex-wrap: wrap;
    margin: 0 auto 10px 0;
    width: 35%;
}
#container .icon-box dl {
    margin: 3px;
    width: 28%;
}
#container .price-box h2,
#container .price-box .price {
    font-size: 1.4rem;
    text-align: left;
}
#container .price-box dl {
    display: flex;
    flex-wrap: wrap;
}
#container .price-box dt,
#container .price-box dd {
    text-align: left;
    width: calc(97% / 2);
}
#container .sec0 {
    padding: 60px 0 100px;
}
#container .sec0 .backcolor {
    padding: 30px 60px;
}
#container .sec0 h2 {
    font-size: 2.0rem;
}
#container .sec0 h2 br {
    display: none;
}
#container .sec0 .text-left {
    margin: 0 auto 200px 0;
    width: 67%;
}
#container .sec0 .backimg-1 {
    top: -60px;
    right: -30px;
    width: 50%;
}
#container .sec0 .text-right {
    margin: 0 0 60px auto;
    width: 55%;
}
#container .sec0 .backimg-2 {
    bottom: -40px;
    left: -40px;
    width: 60%;
}
#container .sec0 .sp {
    display: none;
}
#container .sec0 .pc {
    display: block;
}
/*--sec1--*/
#container .sec {
    margin: 0 0 40px;
    padding: 0 70px 50px;
}
#container .sec h2 {
    font-size: 1.8rem;
}
/*----point-box----*/
#container .point-box {
    margin: 0 calc(50% - 50vw) 10px;
    padding: 0 70px 0 180px;
    width: 100vw;
}
#container .po1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point1.jpg) top 0px left 20px no-repeat;
    background-size: 20%;
}
#container .po2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point2.jpg) top 0px left 20px no-repeat;
    background-size: 20%;
}
#container .po3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point3.jpg) top 0px left 20px no-repeat;
    background-size: 20%;
}
#container .po4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point4.jpg) top 0px left 20px no-repeat;
    background-size: 20%;
}
#container .po5 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point5.jpg) top 0px left 20px no-repeat;
    background-size: 20%;
}
/*-----------------*/
#container .point-box h3 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 5px;
    padding: 0 0;
}
#container .box {
    display: flex;
}
#container .sec1 .box p {
    margin: 30px 0;
}
/*----text-icon----*/
#container .sec1 .text-icon {
    bottom: 30px;
    right: 10px;
    width: 40%;
}
#container .sec2 .text-icon {
    bottom: 10px;
    right: 10px;
    width: 30%;
}
#container .sec3 .text-icon {
    bottom: 10px;
    right: 10px;
    width: 35%;
}
#container .sec4 .text-icon {
    bottom: 10px;
    right: 10px;
    width: 30%;
}
#container .sec5 .text-icon {
    bottom: 20px;
    right: 10px;
    width: 45%;
}
/*-----------------*/
#container .sec3 {
    overflow: hidden;
    height: 450px;
}
#container .sec3 .box {
    position: absolute;
    bottom: 50px;
    left: 15%;
    width: 70%;
}
#container .box2 {
    padding: 30px 20px 20px;
}
#container .box2 h4 {
    font-size: 1.2rem;
    text-align: left;
    margin: 10px;
}
#container .box2 dl {
    display: flex;
    margin-bottom: 7px;
}
#container .list dt {
    margin: 0 10px 0;
    width: 20%;
}
#container .list p.color {
    font-size: 1.2rem;
    margin: 0 0;
}
#container .list p.des {
    letter-spacing: -0.05rem;
}
/*--sec6--*/
#container .sec6 {
    margin: 0 0;
    padding: 30px 50px 1px;
}
#container .sec6 .back-fff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 25px;
}
#container .sec6 .back-fff dl {
    display: inline-block;
    margin: 0 10px 20px;
    width: calc(90%/2);
}
#container .sec6 .use-box2 .back-fff div:nth-child(2) p.des {
    text-align: center;
}
#container .sec6 .item {
    margin: 20px 0 0;
}
#container .sec7 .mainvisual {
    height: 500px;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/fv-pc.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    text-align: center;
    padding: 60px 80px;
    position: relative;
    margin: 0 auto;
    width: 1040px;
}
#container h1 {
    color: #083e4d;
    font: bold 2.5rem/1.3 "Hannari", serif;
    text-align: left;
    margin: 0 auto 40px;
    padding: 0 0;
}
#container h1 br {
    display: none;
}
#container .icon-box {
    flex-wrap: wrap;
    margin: 0 auto 20px 0;
    width: 33%;
}
#container .icon-box dl {
    margin: 3px;
    width: 28%;
}
#container .price-box h2,
#container .price-box .price {
    font-size: 1.5rem;
    text-align: left;
}
#container .price-box dl {
    display: flex;
    flex-wrap: wrap;
}
#container .price-box dt,
#container .price-box dd {
    text-align: left;
    width: calc(100% / 2);
}
#container .buy-btn {
    font-size: 1.3rem;
    line-height: 2.8;
    margin: 0 auto 50px;
}
#container .des {
    font-size: 1.0rem;
}
#container .sec0 {
    padding: 60px 0 100px;
}
#container .sec0 .backcolor {
    padding: 60px 20px;
}
#container .sec0 .width {
    position: relative;
    margin: 0 auto;
    width: 870px;
}
#container .sec0 h2 {
    font-size: 2.0rem;
}
#container .sec0 h2 br {
    display: none;
}
#container .sec0 .text-left {
    margin: 0 auto 220px 0;
    width: 70%;
}
#container .sec0 .backimg-1 {
    top: -120px;
    right: -120px;
    width: 50%;
}
#container .sec0 .text-right {
    margin: 0 0 60px auto;
    width: 55%;
}
#container .sec0 .backimg-2 {
    bottom: -160px;
    left: -90px;
    width: 60%;
}
#container .sec0 .sp {
    display: none;
}
#container .sec0 .pc {
    display: block;
}
/*--sec1--*/
#container .sec {
    margin: 0 auto;
    padding: 0 70px 90px;
    width: 1040px;
}
#container .sec h2 {
    font-size: 2.8rem;
}
/*----point-box----*/
#container .point-box {
    margin: 0 auto 30px;
    padding: 10px 70px 0 180px;
    width: 950px;
}
#container .po1 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point1.jpg) top 0px left 0px no-repeat;
    background-size: 17%;
}
#container .po2 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point2.jpg) top 0px left 0px no-repeat;
    background-size: 17%;
}
#container .po3 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point3.jpg) top 0px left 0px no-repeat;
    background-size: 17%;
}
#container .po4 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point4.jpg) top 0px left 0px no-repeat;
    background-size: 17%;
}
#container .po5 {
    background: url(/contents/shop/sevenbeauty/img/freepage/uvcleansystem/point5.jpg) top 0px left 0px no-repeat;
    background-size: 17%;
}
/*-----------------*/
#container .point-box h3 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 5px;
    padding: 0 0;
}
#container .box {
    display: flex;
    justify-content: center;
}
#container .sec1 .box p {
    margin: 30px 0;
}
/*----text-icon----*/
#container .sec1 .text-icon {
    bottom: 60px;
    right: 10px;
    width: 35%;
}
#container .sec2 .text-icon {
    bottom: 30px;
    right: 10px;
    width: 30%;
}
#container .sec3 .text-icon {
    bottom: 60px;
    right: -10px;
    width: 35%;
}
#container .sec4 .text-icon {
    bottom: 10px;
    right: 10px;
    width: 30%;
}
#container .sec5 .text-icon {
    bottom: 60px;
    right: -100px;
    width: 50%;
}
/*-----------------*/
#container .sec3 {
    overflow: hidden;
    height: 560px;
}
#container .sec3 .box {
    position: absolute;
    bottom: 90px;
    left: 15%;
    width: 70%;
}
#container .box2 {
    padding: 40px 60px 20px;
}
#container .box2 h4 {
    font-size: 1.4rem;
    text-align: left;
    margin: 10px 20px;
}
#container .box2 dl {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
#container .list dt {
    margin: 0 10px 0 20px;
    width: 20%;
}
#container .list p.color {
    font-size: 1.2rem;
    margin: 0 0;
}
#container .list p.des {
    letter-spacing: -0.05rem;
}
/*--sec6--*/
#container .sec6 {
    margin: 0 0;
    padding: 30px 50px 1px;
}
#container .sec6 .width {
    margin: 0 auto;
    width: 870px;
}
#container .sec6 .back-fff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 25px;
}
#container .sec6 .back-fff dl {
    display: inline-block;
    margin: 0 15px 20px;
    width: calc(89%/2);
}
#container .sec6 .use-box2 .back-fff div:nth-child(2) .box {
    margin: 0 0;
}
#container .sec6 .use-box2 .back-fff div:nth-child(2) p.des {
    text-align: center;
}
#container .sec6 .item {
    margin: 20px 0 0;
}
#container .sec6 .box dl:nth-child(2) .item {
    margin: 50px 0 0;
}
#container .sec7 .mainvisual {
    height: 630px;
}
#container .gradation {
    background: linear-gradient(to bottom, #f1eee5 64%, rgba(255, 255, 255, 0) 88%);
}
}