@charset "utf-8";
:root {
    --font_family_mincho: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

/*-------------------
    common
-------------------*/
#container{
    overflow: hidden;
}
#container .wrapper {
    color: #444;
    font: 3.8vw/6vw -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding-bottom: 20px;
    text-align: justify;
}
@media screen and (min-width:768px){
#container .wrapper {
    font-size: 0.9vw;
    line-height: 1.5vw;
}
}
#container .wrapper * {
    box-sizing: border-box;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#container .wrapper p{
    margin: 0;
}
#container .wrapper img{
	display: block;
    margin: 0 auto;
	width: 100%;
}
#container .wrapper a:hover{
    opacity: 1;
}

/*-------------------
    mainvisual
-------------------*/
#container .mainvisual{
    background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/fv_sp.jpg) no-repeat;
    background-size: 100%;
    padding: 10vw 0 75vw;
    text-align: center;
}
@media screen and (min-width:768px){
#container .mainvisual{
    background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/fv_pc.jpg) no-repeat;
    background-size: 100%;
    padding: 5vw 21vw 10vw;
    text-align: center;
}
#container .mainvisual .fv-txt{
	width: 52%;
}
}
#container .mainvisual .mainvisual-inner{
	position: relative;
}
#container .mainvisual .fv-txt{
	position: relative;
}
#container .mainvisual .titleCtach{ 
    font-size: 4.5vw;
}
#container .mainvisual .titleCtach span{
	background: #fffbeb;
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 8px;
}
#container .mainvisual h1{
	color: #da5464;
    font-family: var(--font_family_mincho);
    font-size: 10vw;
    font-weight: 600;
    margin-top: 2vw;
}
@media screen and (min-width:768px){
#container .mainvisual .titleCtach{ 
    font-size: 1.5vw;
}
#container .mainvisual .titleCtach span{
	margin-bottom: 8px;
	padding: 3px 8px;
}
#container .mainvisual h1{
    font-size: 4vw;
    font-weight: 600;
    margin-top: 1.5vw;
}	
}
#container .mainvisual .fv-en{
	left: 5px;
	position: absolute;
	top: -35%;
	width: 45vw;
}
@media screen and (min-width:768px){
#container .mainvisual .fv-en{
	left: -8%;
	top: -50%;
	width: 15vw;
}
}
#container .mainvisual .fv-icon .icon_1,
#container .mainvisual .fv-icon .icon_2{
	position: absolute;
	width: 20vw;
}
#container .mainvisual .fv-icon .icon_1{
	top: 108%;
	left: 35%;
}
#container .mainvisual .fv-icon .icon_2{
	top: 260%;
	right: 5%;
}
#container .fluffy{
	animation: fluffy 2.5s infinite ease-in-out;
}
@keyframes fluffy{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(5px);
	}
}
@media screen and (min-width:768px){
#container .mainvisual .fv-icon .icon_1,
#container .mainvisual .fv-icon .icon_2{
	width: 7vw;
}
#container .mainvisual .fv-icon .icon_1{
	top: -60%;
	left: 63%;
}
#container .mainvisual .fv-icon .icon_2{
	top: 100%;
	right: 2%;
}
@keyframes fluffy{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(10px);
	}
}
}

/*-------------------
  contents_common
-------------------*/
#container .pc-only{
	display: none;
}
@media screen and (min-width:768px){
#container .pc-only{
	display: block;
}
#container .sp-only{
	display: none;
}
}
/* scrollFadein */
.scrollFadein{
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein-bottom{
    transform: translate(0,30px);
}
.scrollIn{
    opacity: 1;
    transform: translate(0, 0);
}

/* 共通見出し_h2 */
#container h2{
	font-family: var(--font_family_mincho);
    font-size: 7vw;
    font-weight: 600;
	letter-spacing: -0.1px;
	text-align: center;
}
#container hgroup .sceneTitle-catch{
	text-align: center;
	font-size: 4.5vw;
	line-height: 6.5vw;
	margin-bottom: 8px;
}
@media screen and (min-width:768px){
#container h2{
    font-size: 2.2vw;
}
#container hgroup .sceneTitle-catch{
	font-size: 1.2vw;
	line-height: 2vw;
}
}

/* 共通見出し_h3 */
#container .howto h3,
#container .lineup h3{
	border: 1px solid #444;
	display: inline-block;
	font-size: 4.5vw;
	left: 50%;
	margin-bottom: 50px;
	padding: 5px 10px;
	position: relative;
	transform: translateX(-50%);
}
#container .howto h3::after,
#container .lineup h3::after{
	background: #444;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 1px;
}
#container .howto h3::before,
#container .lineup h3::before{
	background: #444;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	top: calc(100% + 40px);
	transform: translateX(-50%);
	width: 6px;
}
@media screen and (min-width:768px){
#container .howto h3,
#container .lineup h3{
	font-size: 1.2vw;
}
}

/*-------------------
   about
-------------------*/
#container .about{
	margin-top: 5vw;
	padding: 0 5vw;
}
@media screen and (min-width:768px){
#container .about{
	margin: 0 auto;
	padding: 0;
	width: 50vw;
}
}
#container .about h2{
	color: #da5464;
	display: inline-block;
	font: 5vw/5.5vw -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	left: 50%;
	margin: 3vw auto 0;
	position: relative;
	transform: translateX(-50%);
}
#container .about h2::before{
	background-color: #da5464;
	bottom: -10px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 60px;
}
@media screen and (min-width:768px){
#container .about h2{
	font-size: 1.2vw;
	line-height: 2vw;
	margin-top: 1vw;
}
#container .about h2::before{
	bottom: -5px;
}
}
#container .about h3{
	font-family: var(--font_family_mincho);
    font-size: 5.5vw;
    font-weight: 600;
	line-height: 7vw;
	margin-top: 7vw;
	text-align: center;
}
@media screen and (min-width:768px){
#container .about h3{
    font-size: 1.8vw;
	line-height: 2.2vw;
	margin-top: 2vw;
}
}
#container .about .aboutDesc{
	margin-top: 3vw;
}
@media screen and (min-width:768px){
#container .about .aboutDesc{
	margin-top: 1vw;
}
}

/*-------------------
   howto
-------------------*/
#container .howto{
	background: linear-gradient(to bottom right, #f5ede0, #fcf3fb);
	margin-top: 10vw;
	padding: 15vw 5vw 10vw;
	position: relative;
}
#container .howto::before{
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
	border-width: 18vw 0 18vw 10vw;
	content: '';
	height: 0;
	left: 45%;
	position: absolute;
	top: -14vw;
	transform: rotate(90deg);
	width: 0;
}
@media screen and (min-width:768px){
#container .howto{
	margin-top: 5vw;
	padding: 5vw 0;
	position: relative;
}
#container .howto::before{
	border-width: 10vw 0 10vw 6vw;
	left: 46.5%;
	top: -10vw;
}
#container .howto .howtoInner{
	margin: 0 auto;
	width: 60vw;
}
}
#container .howto h3{
	margin-top: 8vw;
}
@media screen and (min-width:768px){
#container .howto h3{
	margin-top: 3vw;
}
}
#container .howto .preparationBox .preparationTxt{
	margin-top: 3vw;
}
@media screen and (min-width:768px){
#container .howto .preparationBox .preparationTxt{
	margin-top: 1.5vw;
	width: 53%;
}
}
#container .howto .preparationBox .preparationTxt li{
	background: #da5464;
	border-radius: 8px;
	color: #FFF;
	font-size: 4vw;
	line-height: 5.5vw;
	margin-bottom: 3vw;
	padding: 2vw 3vw 2vw 45px;
	position: relative;
	width: 100%;
}
#container .howto .preparationBox .preparationTxt li::before{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/howto-check.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	left: 3vw;
	position: absolute;
	top: 5vw;
	vertical-align: middle;
	width: 25px;
}
@media screen and (min-width:768px){
#container .howto .preparationBox .preparationTxt li{
	font-size: 1vw;
	line-height: 1.5vw;
	margin-bottom: 1vw;
	padding: 0.5vw 0 0.5vw 2.2vw;
}
#container .howto .preparationBox .preparationTxt li::before{
	height: 1.3vw;
	left: 0.7vw;
	top: 0.7vw;
	width: 1.3vw;
}
}
#container .howto .preparationBox  .preparationPht{
	margin: 5vw auto 0;
	width: 95%;
}
@media screen and (min-width:768px){
#container .howto .preparationBox  .preparationPht{
	margin-top: 0;
	width: 42%;
}
}
#container .howto .howtoStep{
	margin-top: 3vw;
}
@media screen and (min-width:768px){
#container .howto .sliderArea{
	margin: 1.5vw auto 0;
	width: 50vw;
}
}
#container .howto .howtoStep .stepTxt{
	position: absolute;
	top: 60%;
}
@media screen and (min-width:768px){
#container .howto .howtoStep .stepTxt{
	left: 2.5vw;
	top: 62%;
	width: 80%;
}
}
#container .howto .howtoStep h4{
	font-size: 4.8vw;
	font-weight: 700;
	text-align: center;
}
#container .howto .howtoStep .stepDesc{
	margin: 8px auto 0;
	width: 90%;
}
@media screen and (min-width:768px){
#container .howto .howtoStep h4{
	font-size: 1.2vw;
}
#container .howto .howtoStep .stepDesc{
	margin: 8px auto 0;
	width: 100%;
}
}
/* Stepスライド */
#container .slider .slick-arrow{
    background: none;
}
#container .slider .slider-prev,
#container .slider .slider-next{
	align-items: center;
	background: #444;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	height: 20px;
	justify-content: center;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 3;
}
#container .slider .slider-prev{
    left: -1%;
}
#container .slider .slider-next{
    right: -1%;
}
#container .slider .slider-prev::after,
#container .slider .slider-next::after {
    content: '';
    position: absolute;
    top: 13px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
}
#container .slider .slider-prev::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 0;
    left: 8px;
    transform: rotate(-135deg);
}
#container .slider .slider-next::after{
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 0;
    left: 5px;
    transform: rotate(135deg);
}
#container .slider li{
	position: relative;
	margin: 0 2vw;
}
@media screen and (min-width:768px){
#container .slider .slider-prev,
#container .slider .slider-next{
	height: 1.2vw;
    width: 1.2vw;
}
#container .slider .slider-prev{
    left: 0.4vw;
}
#container .slider .slider-next{
    right: 0.4vw;
}
#container .slider .slider-prev::after,
#container .slider .slider-next::after {
    top: 0.8vw;
    width: 0.3vw;
    height: 0.3vw;
}
#container .slider .slider-prev::after {
    left: 9px;
}
#container .slider .slider-next::after{
    left: 7px;
}
#container .slider li{
	margin: 0;
	padding: 0 1vw;
}
}

/*-------------------
   scene
-------------------*/
#container .scene{
	background:repeating-linear-gradient(-45deg,#a27b6b,#a27b6b 2px,#9d7463 0,#9d7463 5px);
	padding: 10vw 0;
}
#container .scene .sceneInner{
	margin: 0 auto;
	width: 90%;
}
@media screen and (min-width:768px){
#container .scene{
	padding: 5vw 0;
}
#container .scene .sceneInner{
	width: 50vw;
}
}
#container .scene h2,
#container .scene .sceneTitle-catch{
	color: #FFF;
}
#container .scene .sceneBox{
	background: #FFF;
	border-radius: 15px;
	margin-top: 8vw;
	padding: 5vw 0;
	position: relative;
}
@media screen and (min-width:768px){
#container .scene .sceneBox{
	margin-top: 3vw;
	padding: 2vw 0;
}
}
#container .scene .sceneBox h3{
	background: #da5464;
	box-sizing: border-box;
	color: #FFF;
	font-size: 4.8vw;
	position: relative;
	height: 12vw;
	left: 50%;
	line-height: 12vw;
    text-align: center;
	transform: translateX(-50%);
	width: 90%;
}
#container .scene .sceneBox h3::before,
#container .scene .sceneBox h3::after{
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	z-index: 1;
}
#container .scene .sceneBox h3::before{
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
	border-width: 25px 0px 25px 10px;
	left: 0;
	top: 0;
}
#container .scene .sceneBox h3::after{
	border-color: transparent #FFF transparent transparent;
	border-style: solid;
	border-width: 25px 10px 25px 0px;
	right: 0;
	top: 0;
}
@media screen and (min-width:768px){
#container .scene .sceneBox h3{
	font-size: 1.5vw;
	height: 3.2vw;
	line-height: 3.2vw;
	width: 50%;
}
#container .scene .sceneBox h3::before{
	border-width: 1.7vw 0px 1.7vw 0.8vw;
}
#container .scene .sceneBox h3::after{
	border-width: 1.7vw 0.8vw 1.7vw 0px;
}
}
#container .scene .sceneBox li{
	margin: 5vw auto 0;
	width: 85%;
}
@media screen and (min-width:768px){
#container .scene .sceneBox ul{
	width: 85%;
}
#container .scene .sceneBox li{
	margin-top: 1.5vw;
	width: calc(92% / 2);
}
}
#container .scene .sceneBox .scenePht{
	margin: 0 auto;
	width: 85%;
}
@media screen and (min-width:768px){
#container .scene .sceneBox .scenePht{
	width: 70%;
}
}
#container .scene .sceneBox h4{
	border-bottom: solid 1px #444;
	font-size: 5vw;
	margin: 5% 0;
	padding-bottom: 5px;
	text-align: center;
}
@media screen and (min-width:768px){
#container .scene .sceneBox h4{
	font-size: 1.2vw;
	margin-bottom: 3%;
	padding-bottom: 5px;
	text-align: center;
}	
}
/* 花装飾 */
#container .scene .flowerLeft,
#container .scene .flowerRight{
	position: absolute;
	width: 35%;
	z-index: 2;
}
#container .scene .flowerLeft{
	left: -12%;
	top: -4%;
}
#container .scene .flowerRight{
	right: -17%;
	top: -9%;
}
@media screen and (min-width:768px){
#container .scene .flowerLeft,
#container .scene .flowerRight{
	width: 35%;
}
#container .scene .flowerLeft{
	left: -18%;
	top: -15%;
}
#container .scene .flowerRight{
	right: -20%;
	top: -20%;
}
}

/*-------------------
   spec
-------------------*/
#container .spec{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/benefits-bg.jpg) no-repeat;
	background-size: 100%;
	background-position: left 8%;
	padding: 10vw 0;
}
@media screen and (min-width:768px){
#container .spec{
	margin: 0 auto;
	padding: 5vw 0;
	width: 50vw;
}
}
#container .spec .specList{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/benefits-hand.png) no-repeat;
	background-size: 40%;
	background-position: center bottom;
	margin: 3vw auto 0;
	padding-bottom: 26%;
	width: 95%;
}
@media screen and (min-width:768px){
#container .spec .specList{
	background-size: 40%;
	margin-top: 1vw;
	padding-bottom: 15%;
	width: 55%;
}
}
#container .spec .specList li{
	width: calc(100% / 3);
}
#container .spec .specList li:first-child,
#container .spec .specList li:last-child{
	padding-top: 15vw;
}
@media screen and (min-width:768px){
#container .spec .specList li:first-child,
#container .spec .specList li:last-child{
	padding-top: 5vw;
}
}
#container .spec .specDesc{
	margin: 3vw auto 0;
	width: 90%;
}
@media screen and (min-width:768px){
#container .spec .specDesc{
	margin-top: 1.5vw;
	text-align: center;
}
}

/*-------------------
   voice
-------------------*/
#container .voice{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/voice-bg.jpg) no-repeat;
	background-color: #fef4f6;
	background-size: 100%;
	margin-top: 5vw;
	padding: 13vw 0 10vw;
}
#container .voice .voiceInner{
	margin: 0 auto;
	width: 85%;
}
@media screen and (min-width:768px){
#container .voice{
	margin-top: 0;
	padding: 8vw 0 5vw;
}
#container .voice .voiceInner{
	width: 65vw;
}
}
#container .voice h2{
	background: linear-gradient(135deg, #da5464 0%, #9d7463 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-family: adobe-garamond-pro, serif;
	font-size: 9vw;
	font-style: normal;
	font-weight: 400;
	line-height: 10vw;
	text-fill-color: transparent;
}
@media screen and (min-width:768px){
#container .voice h2{
	font-size: 2.8vw;
	line-height: 3vw;
}
}
#container .voice li{
	margin-top: 8vw;
}
@media screen and (min-width:768px){
#container .voice li{
	margin: 2vw auto;
	width: calc(92% / 2);
}
}
#container .voice .voice-icon{
	margin: 0 auto;
	width: 80px;
}
#container .voice h3{
	font-size: 5vw;
	line-height: 7vw;
	margin: 3vw 0 5vw;
	padding-bottom: 5px;
	text-align: center;
}
@media screen and (min-width:768px){
#container .voice h3{
	font-size: 1.2vw;
	line-height: 1.6vw;
	margin: 1vw 0;
}
}
#container .voice .voice-salon h3{
	border-bottom: solid 1px #da5464;
}
#container .voice .voice-customer h3{
	border-bottom: solid 1px #9d7463;
}
#container .voice .voiceInner .from{
	font-size: 3.5vw;
	margin-top: 2vw;
	text-align: right;
}
@media screen and (min-width:768px){
#container .voice .voiceInner .from{
	font-size: 0.8vw;
	margin-top: 1vw;
	text-align: right;
}
}
#container .voice .voice-notes{
	font-size: 2.8vw;
	line-height: 3.6vw;
	margin-top: 5vw;
}
@media screen and (min-width:768px){
#container .voice .voice-notes{
	font-size: 0.6vw;
	line-height: 1vw;
	margin-top: 1vw;
	text-align: right;
}
}

/*-------------------
   lineup
-------------------*/
#container .lineup{
	margin: 10vw auto 0;
	width: 92%;
}
@media screen and (min-width:768px){
#container .lineup{
	margin-top: 5vw;
	width: 60vw;
}
}
#container .lineup h3{
	margin-top: 8vw;
}
@media screen and (min-width:768px){
#container .lineup h3{
	margin-top: 3vw;
}
}
#container .lineup li{
	margin: 0 8px;
	width: calc(90% / 2);
}
@media screen and (min-width:768px){
#container .lineup li{
	margin: 0 2% 3vw;
	width: calc(84% / 4);
}
}
#container .lineup .off{
	margin-top: 2vw;
	text-align: center;
}
#container .lineup .off span{
	background: #da5464;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 3.5vw;
	font-weight: bold;
	padding: 2px 8px;
}
#container .lineup .itemName{
	text-align: center;
}
@media screen and (min-width:768px){
#container .lineup .off{
	margin-top: 0.5vw;
}
#container .lineup .off span{
	font-size: 0.8vw;
	line-height: 1.2vw;
}
#container .lineup .itemName{
	line-height: 1.2vw;
	margin-top: 0.5vw;
}
}

/*-------------------
   omdspa
-------------------*/
#container .omdspa{
	background: #fff7f3;
	margin-top: 15vw;
	padding: 10vw 0;
}
#container .omdspa .omdspaInner{
	position: relative;
}
@media screen and (min-width:768px){
#container .omdspa{
	margin-top: 5vw;
	padding: 5vw 0;
}
#container .omdspa .omdspaInner{
	margin: 0 auto;
	width: 50vw;
}
}
#container .omdspa .spa-en{
	left: 3%;
	position: absolute;
	top: -6%;
	width: 65%;
}
@media screen and (min-width:768px){
#container .omdspa .spa-en{
	left: -5%;
	top: -5%;
	width: 40%;
}
}
#container .omdspa h3{
	margin: 5vw auto 0;
	width: 85%;
}
@media screen and (min-width:768px){
#container .omdspa h3{
	margin-top: 2vw;
	width: 45%;
}
}
#container .omdspa ul{
	align-items: stretch;
	margin: 0 auto;
	width: 92%;
}
#container .omdspa li{
	background: #FFF;
	border-radius: 8px;
	margin: 8vw auto 0;
	padding: 6% 3% 3%;
	position: relative;
	width: calc(94% / 2);
}
@media screen and (min-width:768px){
#container .omdspa ul{
	width: 100%;
}
#container .omdspa li{
	margin-top: 2vw;
	padding: 2%;
	width: calc(90% / 4);
}
}
#container .omdspa .step-icon{
	left: 50%;
	position: absolute;
	top: -6%;
	transform: translateX(-50%);
	width: 32px;
}
#container .omdspa h4{
	font-weight: bold;
	letter-spacing: -0.1px;
	text-align: center;
}
#container .omdspa .stepPht{
	margin: 5px 0;
}
#container .omdspa .stepDesc{
	line-height: 5.5vw;
}
@media screen and (min-width:768px){
#container .omdspa .stepDesc{
	font-size: 0.8vw;
	line-height: 1.2vw;
}
}
#container .omdspa .omdspa-aboutBox{
	margin: 14vw auto 0;
	width: 90%;
}
@media screen and (min-width:768px){
#container .omdspa .omdspa-aboutBox{
	align-items: center;
	margin-top: 3vw;
	width: 100%;
}
#container .omdspa .omdspa-aboutBox .aboutTxt{
	margin-right: 5%;
	width: 60%;
}
}
#container .omdspa .omdspa-aboutBox .aboutTxt dt{
	font-size: 6vw;
	text-align: center;
}
#container .omdspa .omdspa-aboutBox .aboutTxt dd{
	margin-top: 3vw;
}
@media screen and (min-width:768px){
#container .omdspa .omdspa-aboutBox .aboutTxt dt{
	font-size: 1.2vw;
	text-align: left;
}
#container .omdspa .omdspa-aboutBox .aboutTxt dd{
	margin-top: 1vw;
}
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn{
	margin-left: auto;
	margin-top: 5vw;
	width: 50%;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a{
	color: #ceb968;
	display: inline-block;
	font-size: 4.5vw;
	position: relative;
	transition: all .3s;
	width: 100%;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a::after{
	border-top: solid 1px #ceb968;
	border-right: solid 1px #ceb968;
	content:"";
	display: block;
	position:absolute;
	top:50%;
	right: 32%;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
	transition: all .3s;
	width: 7px;
	height: 35px;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a:hover::after{
	right: 24%;
	height: 50px;
}
@media screen and (min-width:768px){
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn{
	margin-top: 2vw;
	width: 30%;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a{
	font-size: 1vw;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a::after{
	right: 25%;
}
#container .omdspa .omdspa-aboutBox .aboutTxt .omdspa-btn a:hover::after{
	right: 18%;
	height: 40px;
}
}
#container .omdspa .omdspa-aboutBox .aboutPht{
	margin: 5vw auto 0;
	width: 80%;
}
@media screen and (min-width:768px){
#container .omdspa .omdspa-aboutBox .aboutPht{
	margin: 0;
	width: 35%;
}
}

/*-------------------
   qanda
-------------------*/
#container .qanda{
	margin: 10vw auto;
	width: 90%;
}
#container .qanda .accordion-qaa{
	margin-top: 5vw;
}
@media screen and (min-width:768px){
#container .qanda{
	margin: 5vw auto;
	width: 50vw;
}
#container .qanda .accordion-qaa{
	margin-top: 3vw;
}
}
#container .qanda .accordion-qaa .question{
	background: #da5464;
	color: #FFF;
	cursor: pointer;
	font-size: 4.5vw;
	margin-bottom: 3%;
	padding: 3% 10% 3% 45px;
	position: relative;
	transition: all .5s ease;
	width: 100%;
}
#container .qanda .accordion-qaa .question::before{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/qanda-icon_q.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	left: 3vw;
	position: absolute;
	vertical-align: middle;
	width: 25px;
}
#container .qanda .accordion-qaa .question::after{
	border: 0;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	content: '';
	height: 6px;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
@media screen and (min-width:768px){
#container .qanda .accordion-qaa .question{
	font-size: 1vw;
	margin-bottom: 2%;
	padding: 1vw 0 1vw 3vw;
}
#container .qanda .accordion-qaa .question::before{
	height: 1.5vw;
	left: 1vw;
	width: 1.5vw;
}
#container .qanda .accordion-qaa .question::after{
	right: 1vw;
}
}
#container .qanda .accordion-qaa .question.close{
	float: none;
	opacity: 1;
	text-shadow: none;
}
#container .qanda .accordion-qaa .question.close::after{
	top: 60%;
	transform: rotate(-135deg);
}
#container .qanda .accordion-qaa .answer{
	display: none;
	padding: 0 3% 8% 45px;
	position: relative;
}
#container .qanda .accordion-qaa .answer::before {
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_paraffinpack/qanda-icon_a.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	left: 3vw;
	position: absolute;
	vertical-align: middle;
	width: 25px;
}
@media screen and (min-width:768px){
#container .qanda .accordion-qaa .answer{
	padding: 0 2vw 2vw 3vw;
}
#container .qanda .accordion-qaa .answer::before {
	height: 1.5vw;
	left: 1vw;
	width: 1.5vw;
}
}