@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まで  */
/*--buy-btn1--*/
#container .buy-btn {
    background: rgb(229 232 234 / 20%);
    border: solid 2px #a62b45;
    border-radius: 5px;
    color: #a62b45;
    display: block;
    font: normal 1rem/3.0 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/*--buy-btn2--*/
#container .buy-btn2 {
    background: #000;
    border: solid 2px #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: normal 1rem/3.0 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
/*--buy-btn3--*/
#container .buy-btn3 {
    background: #fff;
    border: solid 2px #a62b45;
    border-radius: 5px;
    color: #a62b45;
    display: block;
    font: normal 1rem/3.0 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
#container .buy-btn:hover,
#container .buy-btn2:hover,
#container .buy-btn3:hover {
	filter: alpha(opacity=90);
	transition: unset;
    background: #a62b45;
    border: solid 2px #a62b45;
    color: #fff;
	text-decoration: none;
}
#container .buy-btn a:hover,
#container .buy-btn2 a:hover,
#container .buy-btn3 a:hover {
    text-decoration: none;
    opacity: 1;
}
/*--ボタン-やじるし--*/
#container .buy-btn a::after,
#container .buy-btn3 a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #a62b45;
    border-right: solid 2px #a62b45;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 5%;
}
#container .buy-btn2 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: 35%;
    right: 5%;
}
#container .buy-btn a:hover:after,
#container .buy-btn3 a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
/*-- 画面外にいる状態 --*/
.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(/contents/shop/sevenbeauty/img/freepage/procare-xp/fv-back-sp.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    position: relative;
}
#container .mainvisual .width {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/model.png) top 0px right -10px no-repeat;
    background-size: 45%;
    padding: 30px 10px 10px;
    position: relative;
}
#container .mainvisual .procare-box {
    position: relative;
}
#container .mainvisual .procare {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 115%;
}
#container .title {
    color: #5a6366;
    font: bold 1.1rem/1.4 "Hannari", serif;
    margin: 0 0 20px;
}
#container .minibox {
    border: solid 1px #849498;
    color: #849498;
    display: inline-block;
    font-size: 0.9rem;
    margin: 0 0 10px;
    padding: 2px 5px;
}
#container .icon-box {
    color: #849498;
    font: 0.9rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 110px;
    position: relative;
}
#container .icon-box li {
    margin: 0 0 5px;
}
#container .name-box {
    color: #000;
    font: 0.9rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0;
    position: relative;
    z-index: 1;
}
#container .name-box .headtitle {
    float: left;
    font: 1.5rem/1.2 "Hannari", serif;
    margin: 0 10px 0 0;
}
#container .name-box .price {
    font-size: 1.2rem;
    letter-spacing: -0.01rem;
    margin: 0 0 10px;
    padding: 3px 0 0;
}
#container .name-box .price .small {
    font-size: 0.9rem;
}
/* ベストアイテム受賞バナー */
#container .beautyitem-bnr{
	margin-bottom: 5%;
}

/*--------
 area-fit
---------*/
.section {
    width: 100%;
}
.section-content {
    margin: 0 auto;
    padding: 30px 20px;
}

/*----
 sec1-
-----*/
#container .section1,
#container .section3 {
    background: linear-gradient(130deg, #fff 2%, #e8eced 15%, #fff 20%, #e8eced 40%, #fff 50%, #ebf0f2 70%, #fff 90%);
}

#container .hexagon {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
#container .hexagon img{
    display: inline-block;
    width: 7%;
}
#container h2 {
    color: #b7a246;
    font: bold 1.4rem/1.2 "Hannari", serif;
    position: relative;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
    letter-spacing: -0.01rem;
}
#container .come {
    color: #b7a246;
    font-size: 0.9rem;
    text-align: right;
}

/*--des--*/
#container .des {
    color: #000;
    font: 1.0rem/1.5 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 10px 0;
    padding: 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .fffbox .des {
    color: #434343;
    letter-spacing: 0.2rem;
}
#container .fffbox .des2 {
    color: #707070;
    font: 0.9rem/1.3 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}
#container .section2 .cont-top .des {
    color: #fff;
}
#container .des3 {
    color: #a7a7a7;
    font: 0.8rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 5px 0;
}
/*--cont-video--*/
#container .fffbox {
    background-color: #fff;
    margin: 30px 0;
    padding: 20px 15px 100px;
    position: relative;
}
#container .cont-video .box2 {
    padding: 20px 15px 70px;
}
#container .cont-video .box3 {
    padding: 20px 15px 80px;
}
#container .cont-video .fffbox h3,
#container .section2 .fffbox h3 {
    color: #000;
    font: bold 1.3rem/1.2 "Hannari", serif;
    margin: 0 0;
    padding: 15px 0;
    text-align: center;
    letter-spacing: -0.01rem;
}
#container .cont-video h4 {
    color: #707070;
    font: bold 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif; 
    margin: 20px 0 5px;
    padding: 0 0;
    letter-spacing: 0.01rem;
}
/*--video-box--*/
#container .video-box {
    position: relative;
    width: 100%;
}
#container .video-btn {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    border: none;
}
#container .video-btn:hover {
    opacity: 0;
}
#container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
    text-align:center;
    width: 20%;
}
#container .video {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
/*----*/
#container .icon {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 25%;
}
#container .cont-video .item {
    z-index: 2;
    position: absolute;
}
#container .cont-video .box1 .item {
    bottom: -10px;
    right: -10px;
    width: 55%;
}
#container .cont-video .box2 .item {
    bottom: 0px;
    right: -20px;
    width: 65%;
}
#container .cont-video .box3 .item {
    bottom: -10px;
    right: -20px;
    width: 65%;
}
#container .cont-video .box4 .item {
    bottom: -10px;
    right: -10px;
    width: 55%;
}
/*---scroll---*/
.scroll {
    opacity: 0;
    transition: all 1.5s ease;
}
.scroll.show {
    opacity: 1;
    transform: none;
    animation: 1.0s fadeIn;
}
.s-left0 {
    transform: translate(-30px, 0);
}
.s-left {
    transform: translate(-50px, 0);
}
.s-bottom {
    transform: translate(0, 30px);
}
.s-scaleDown {
    transform: scale(1.2);
}

/*--cont-plus--*/
#container .section1 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back01.jpg) top -135px right -10px no-repeat;
    background-size: 160%;
    background-color: #fff;
    border: solid 1px #b7a246;
    display: inline-block;
    margin: 0 15px;
    padding: 80px 0 0;
    position: relative;
}
#container .cont-plus .box {
    background: linear-gradient(rgb(255 255 255 / 48%) 0%, rgb(255 255 255) 20%);
    padding: 5px 10px 1px;
}
#container .section1 .cont-plus h3 {
    color: #947f28;
    font: 1.2rem/1.2 "Hannari", serif;
    margin: 0 0 5px;
    padding: 0 0;
}
#container .cont-plus .des {
    font-size: 0.9rem;
}
#container .section2 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back02.jpg) top -60px right -20px no-repeat;
    background-size: 170%;
    background-color: #fff;
    border: solid 1px #3c7498;
    display: inline-block;
    margin: 0 15px;
    padding: 50px 0 0;
    position: relative;
}
#container .section2 .cont-plus h3 {
    color: #3d7498;
    font: 1.2rem/1.2 "Hannari", serif;
    margin: 0 0 5px;
    padding: 0 0;
}
#container .section2 .cont-plus h3 br {
    display: none;
}
#container .check {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 40%;
}
/*----*/
#container .section2 {
    background-color: #35343c;
}
#container .section2 .fffbox {
    padding: 20px 15px 30px;
}
/*--sec3--*/
#container .section3 .menu-box {
    border: solid 1px #5fa2ce;
    background-color: #fff;
    margin: 20px 0;
    padding: 20px 10px;
}
#container .section3 .menu-box h3 {
    color: #5fa2ce;
    font: 1.1rem/1.2 "Hannari", serif;
    text-align: center;
    margin: 0 0 10px;
}
#container .section3 .menu-box h4 {
    background-color: #5fa2ce;
    color: #fff;
    font: 1.1rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 0 0 5px;
    padding: 6px 0;
}
#container .menu-box .box {
    position: relative;
    margin: 0 0 30px;
}
#container .menu-box .box3 {
    margin: 0 0;
}
#container .menu-box .box p {
    border-bottom: dotted 2px #9ac6e2;
    color: #5fa2ce;
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 5px;
}
#container .menu-box .box .menu-img {
    border-bottom: none;
    margin: 0 0;
    padding: 0 0;
}
#container .menu-box .box .time {
    border-bottom: none;
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 0;
    padding: 0 0;
}
#container .menu-box .box .big {
    font-size: 1.3rem;
}
#container .menu-box .box .small{
    font-size: 0.9rem;
}

#container .menu-box .box ul {
    margin: 0 0 30px;
    padding: 0 0;
}
#container .menu-box .box li {
    color: #000;
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    text-align: center;
}
#container .menu-box .box .mainmenu {
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
}
#container .sankaku .material-icons {
    color: #c2cdd4;
    font-size: 30px;
}
/*----
 sec4
-----*/
#container .section4 { 
    background-color: #97a0b2;
    margin: 0 0;
    padding: 0 0;
}
#container .section4 h2 {
    color: #fff;
    font-weight: normal; 
    letter-spacing: 0.1rem;
}
#container .section4 .box {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;
}
#container .section4 .item-box dl {
    margin: 0 0 10px;
    padding: 5px;
}
#container .section4 .item-box h3 {
    color: #000;
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 10px;
}
#container .section4 .item-box h3 br {
    display: none;
}
#container .section4 .item-box .jpg {
    width: 60%;
}
/*----
 sec5
-----*/
#container .section5 {
    margin: 0 0;
    padding: 30px 20px;
}
#container .section5 h2 {
    background: none;
    color: #6b858c;
    margin: 0 0 20px;
    padding: 0 0;
}
#container .btn-box li {
    border: solid 1px #6b858c;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 15px 10px;
    text-align: center;
}
#container .btn-box .text1 { 
    color: #6b858c;
    font: 1.2rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
}
#container .btn-box .text2 { 
    color: #000;
    font: 1.8rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
}
#container .btn-box .text3 { 
    color: #000;
    font: 0.9rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
}
#container .btn-box .text4 { 
    background-color: #6b858c;
    border-radius: 10px;
    color: #fff;
    font: 1.0rem/2.8 'Helvetica Neue','Helvetica','Arial',sans-serif;
    position: relative;
}
#container .btn-box .text4::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: 35%;
    right: 5%;
}
#container .material-icons {
    vertical-align: top;
}
/*----
 sec0
-----*/
#container .section0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/sec0-back.jpg) top -130px left -70px no-repeat;
    background-size: 170%;
    background-color: #000;
    position: relative;
    padding: 40px 0 0;
}
#container .section0 .des {
    color: #fff;
    font: 1.0rem/2.0 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 50px;
}
#container .section0 h2 {
    color: #fff;
    font: 1.4rem/1.2 "Hannari", serif;
    text-align: center;
    letter-spacing: -0.01rem;
    margin: 0 0 10px;
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .mainvisual .width {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/model.png) top 0px right -10px no-repeat;
    background-size: 45%;
    padding: 40px 25px 10px;
    position: relative;
}
#container .mainvisual .procare {
    position: absolute;
    top: 35px;
    left: -100px;
    width: 140%;
}
#container .title {
    font-size: 1.2rem;
}
#container .icon-box {
    font-size: 1.0rem;
    margin: 0 0 140px;
}
.section-content {
    margin: 0 auto;
    padding: 30px 30px;
}
#container h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
#container .cont-video .fffbox h3, #container .section2 .fffbox h3 {
    letter-spacing: 0.05rem;
}
#container .fffbox {
    padding: 20px 15px 110px;
}
#container .cont-video .box2 {
    padding: 20px 15px 90px;
}
#container .cont-video .box3 {
    padding: 20px 15px 100px;
}
#container .section1 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back01.jpg) top -180px right -10px no-repeat;
    background-size: 160%;
    background-color: #fff;
}
#container .section3 .menu-box .box3 h4 {
    padding: 6px 30px;
}
#container .section4 .item-box h3 br {
    display: block;
}
#container .section5 h2 {
    font-size: 1.2rem;
}
#container .btn-box .text2 {
    font-size: 2.0rem;
}
#container .btn-box .text3 {
    font-size: 1.1rem;
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/fv-back-pc.jpg) top 0px left -190px no-repeat;
    background-size: 140%;
    background-color: #fff;
    position: relative;
}
#container .title {
    font: bold 1.5rem/1.4 "Hannari", serif;
    margin: 0 0 70px;
}
#container .title .br-sp {
    display: none;
}
#container .name-box {
    display: flex;
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 10px;
}
#container .sub {
    margin: 10px 10px 0 0;
}
#container .name-box .headtitle {
    float: none;
    font: 1.6rem/1.2 "Hannari", serif;
    margin: 0 10px 0 0;
}
#container .name-box .price {
    font-size: 1.2rem;
    letter-spacing: -0.01rem;
    margin: 0 0 10px;
    padding: 5px 0 0;
}
#container .mainvisual .width {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/model.png) top 0px right 20px no-repeat;
    background-size: 29%;
    padding: 40px 60px 10px;
    position: relative;
}
#container .mainvisual .procare {
    position: absolute;
    top: -60px;
    left: -160px;
    width: 70%;
}
#container .icon-box {
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 60px 300px;
}
.btn-box {
    display: flex;
}
#container .buy-btn,
#container .buy-btn2 {
    width: 49%;
}

.section-content {
    padding: 40px 60px;
}
.section1 .section-content {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/sec1-back.png) bottom -280px left -110px no-repeat;
    background-size: 60%;
    padding: 40px 20px;
}
.section2 .section-content {
    padding: 40px 20px;
}
.section1 .cont-top,
.section2 .cont-top {
    padding: 0 40px;
}
#container .hexagon img {
    width: 4%;
}
#container h2 {
    font: bold 1.8rem/1.5 "Hannari", serif;
    letter-spacing: 0.1rem;
}
#container .cont-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 50px;
}
#container .fffbox {
    margin: 30px 7px;
    padding: 20px 20px 120px;
    width: calc(96% / 2);
    height: fit-content;
}
#container .cont-video .box2 {
    margin: 90px 7px 20px;
    padding: 20px 20px 100px;
}
#container .cont-video .box3 {
    margin: -90px 7px;
    padding: 20px 20px 130px;
}
#container .cont-video .box4 {
    padding: 20px 20px 120px;
}
#container .icon {
    right: -7px;
    width: 22%;
}
#container .cont-video .fffbox h3, #container .section2 .fffbox h3 {
    font: bold 1.4rem/1.4 "Hannari", serif;
    letter-spacing: 0.1rem;
}
#container .cont-video .box3 .item {
    width: 70%;
}
/*--cont-plus--*/
#container .section1 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back01.jpg) top -210px right 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    margin: 0 60px;
    padding: 40px 10px 10px;
}
#container .cont-plus .box {
    background: none;
    width: 60%;
}
#container .section2 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back02.jpg) bottom 0px right -50px no-repeat;
    background-size: 120%;
    background-color: #fff;
    margin: 0 60px;
    padding: 20px 10px 5px;
}
#container .check {
    top: -10px;
    left: -40px;
    width: 15%;
}
#container .section2 .cont-plus h3 br {
    display: block;
}
/*----*/
#container .section2 .fffbox {
    height: auto;
    margin: 30px 7px 0;
    padding: 20px 20px 30px;
}
#container .section2 .box6 h3 {
    padding: 35px 0;
}
#container .section2 .box6 .des {
    margin: 0 0 80px;
}
#container .section2 .box7 .des {
    margin: 10px 0 40px;
}
#container .section3 .menu-box {
    margin: 20px 0;
    padding: 30px 50px;
}
#container .menu-box .box {
    margin: 0 0 40px;
}
#container .menu-box .box3 {
    margin: 0 0;
}
#container .menu-box .box .time {
    display: inline;
}
#container .menu-box .box p {
    font-size: 1.2rem;
    margin: 0 0 20px;
    padding: 20px 0 10px;
}
#container .menu-box .box p br {
    display: none;
}
#container .menu-box .box li {
    font-size: 1.1rem;
}
#container .menu-box .box .mainmenu {
    font-size: 1.3rem;
}
#container .sankaku .material-icons {
    font-size: 35px;
}
/*--sec4--*/
#container .section4 h2 {
    font-size: 1.6rem;
}
#container .section4 .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container .section4 .item-box dl {
    margin: 0 0;
    padding: 10px;
    width: calc(100% / 3);
}
#container .section4 .item-box .jpg {
    width: 100%;
}
#container .section5 {
    padding: 30px 60px;
}
#container .section5 .btn-box {
    display: block;
}
#container .section5 .btn-box ul {
    display: flex;
    justify-content: space-around;
}
#container .btn-box li {
    margin: 0 5px;
    width: 100%;
}
/*--section0--*/
#container .section0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/sec0-back.jpg) top -190px right -20px no-repeat;
    background-size: 100%;
    background-color: #000;
}
#container .section0 .des {
    margin: 0 0 80px 10px;
}
#container .section0 h2 {
    font: 2.0rem/1.4 "Hannari", serif;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .width {
    margin: 0 auto;
    width: 1040px;
}
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/fv-back-pc.jpg) top 0px left 50% repeat-x;
    background-size: 1200px;
    background-color: #fff;
    position: relative;
}
#container .title {
    font: bold 1.6rem/1.4 "Hannari", serif;
    margin: 0 0 90px;
    letter-spacing: 0.2rem;
}
#container .title .br-sp {
    display: none;
}
#container .name-box {
    display: flex;
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 10px;
}
#container .sub {
    margin: 10px 10px 0 0;
}
#container .name-box .headtitle {
    float: none;
    font: 1.7rem/1.2 "Hannari", serif;
    margin: 0 10px 0 0;
}
#container .name-box .price {
    font-size: 1.5rem;
    margin: 0 0 10px;
}
/* ベストアイテム受賞バナー */
#container .beautyitem-bnr{
	margin: 0 auto 5%;
	width: 800px;
}
#container .mainvisual .width {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/model.png) top 0px right 130px no-repeat;
    background-size: 23%;
    padding: 40px 140px 20px;
    position: relative;
}
#container .mainvisual .procare {
    position: absolute;
    top: -60px;
    left: -120px;
    width: 60%;
}
#container .icon-box {
    font: 1.0rem/1.2 'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 0 0 63px 350px;
}
.btn-box {
    display: flex;
}
#container .buy-btn,
#container .buy-btn2 {
    width: 49%;
}

.section-content {
    padding: 60px 140px;
    width: 1040px;
}
.section1 .section-content {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/sec1-back.png) bottom -300px left 0px no-repeat;
    background-size: 50%;
    padding: 60px 20px;
}
.section2 .section-content {
    padding: 60px 20px;
}
.section1 .cont-top,
.section2 .cont-top {
    padding: 0 120px;
}
#container .hexagon img {
    width: 3%;
}
#container h2 {
    font: bold 1.8rem/1.5 "Hannari", serif;
    letter-spacing: 0.3rem;
}
#container .des {
    line-height: 1.8;
    letter-spacing: 0.1rem;
}
#container .cont-top .des {
    margin: 40px 0;
}
#container .cont-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 50px;
}
#container .fffbox {
    margin: 30px;
    padding: 20px 30px 140px;
    width: calc(85% / 2);
    height: fit-content;
}
#container .cont-video .box2 {
    margin: 100px 30px 20px;
    padding: 20px 30px 150px;
}
#container .cont-video .box3 {
    margin: -130px 30px;
    padding: 20px 30px 150px;
}
#container .cont-video .box4 {
    margin: 50px 30px;
    padding: 20px 30px 150px;
}
#container .icon {
    top: 10px;
    right: 10px;
    width: 17%;
}
/*--video-box--*/
#container .video-box {
    position: relative;
    width: 100%;
}
#container .video-btn {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    border: none;
}
#container .video-btn:hover {
    opacity: 0;
}
#container .video {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
/*----*/
#container .cont-video .fffbox h3, #container .section2 .fffbox h3 {
    font: bold 1.4rem/1.4 "Hannari", serif;
    letter-spacing: 0.1rem;
}
#container .cont-video .box1 .item {
    width: 50%;
}
#container .cont-video .box3 .item {
    width: 70%;
}
#container .cont-video .box4 .item {
    width: 50%;
}
#container .des3 {
    font-size: 0.5rem;
}
#container .des3 br {
    display: none;
}
#container .des3 .br-pc {
    display: block;
}
/*--cont-plus--*/
#container .section1 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back01.jpg) top -250px right 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    margin: 0 120px;
    padding: 70px 10px 10px;
}
#container .cont-plus .box {
    background: none;
    width: 55%;
}
#container .section2 .cont-plus {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/plus-back02.jpg) bottom -30px right -50px no-repeat;
    background-size: 110%;
    background-color: #fff;
    margin: 0 120px;
    padding: 30px 10px 10px;
}
#container .check {
    top: -15px;
    left: -50px;
    width: 15%;
}
#container .section2 .cont-plus h3 br {
    display: block;
}
/*----*/
#container .section2 .fffbox {
    height: auto;
    margin: 30px;
    padding: 20px 30px 30px;
    width: calc(85% / 2);
}
#container .section2 .box6 h3 {
    padding: 15px 0;
}
#container .section2 .box6 .des {
    margin: 10px 0 57px;
}
#container .section2 .box7 .des {
    margin: 10px 0;
}
#container .section3 .menu-box {
    margin: 20px 0;
    padding: 30px 50px;
}
#container .menu-box .box {
    margin: 0 0 40px;
}
#container .menu-box .box3 {
    margin: 0 0;
}
#container .menu-box .box .time {
    display: inline;
}
#container .menu-box .box p {
    margin: 0 0 20px;
    padding: 10px 0 10px;
}
#container .menu-box .box p br {
    display: none;
}
#container .menu-box .box ul {
    margin: 0 0 10px;
    padding: 0 60px;
}
#container .menu-box .box li {
    font-size: 1.1rem;
}
#container .menu-box .box .mainmenu {
    font-size: 1.3rem;
}
#container .sankaku .material-icons {
    font-size: 35px;
}
/*--sec4--*/
#container .section4 h2 {
    font-size: 1.6rem;
}
#container .section4 .box {
    margin: 10px 0 0;
    padding: 20px 10px;
}
#container .section4 .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container .section4 .item-box h3 {
    font-size: 0.8rem;
    margin: 5px 0 10px;
    letter-spacing: 0.05rem;
    line-height: 1.5;
}
#container .section4 .item-box h3 br {
    display: block;
}
#container .section4 .item-box dl {
    margin: 0 0;
    padding: 10px;
    width: calc(100% / 3);
}
#container .section4 .item-box .jpg {
    width: 100%;
}
#container .section5 {
    margin: 0 auto;
    padding: 60px 140px 40px;
    width: 1040px;
}
#container .section5 .btn-box {
    display: block;
}
#container .section5 .btn-box ul {
    display: flex;
    justify-content: space-around;
}
#container .btn-box li {
    margin: 0 5px;
    width: 100%;
}
/*--section0--*/
#container .section0 {
    background: url(/contents/shop/sevenbeauty/img/freepage/procare-xp/sec0-back.jpg) top -160px right 45% no-repeat;
    background-size: 800px;
    background-color: #000;
}
#container .section0 .des {
    margin: 30px 0 150px;
    padding: 0 0 0 50px;
    letter-spacing: 0.3rem;
}
#container .section0 h2 {
    font: 2.0rem/1.4 "Hannari", serif;
    letter-spacing: 0.1rem;
    margin: 0 0 20px;
}
#container .section0 h2 br {
    display: none;
}
}