@charset "utf-8";
/*-------------------
   clearfix
   -------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*-------------------
   common
   -------------------*/
.wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
	margin: 0 auto;
	width: 1040px;
}

.wrapper *{
	box-sizing: border-box;
}

.wrapper a{
	color: inherit;
	display:block;
	height:100%;
}

.wrapper  a:hover {
	text-decoration: none;
    opacity: 0.8;
}

#container .un_move,
#container #quick-menu{
	display: none;
}
/*-------------------
   header
-------------------*/
#container .mainvisual {
	background: url("/contents/shop/sevenbeauty/img/freepage/md-uv/pc_top2.jpg") no-repeat;
	padding: 0;
	position: relative;
	margin: 0 0 30px;
	min-height: 1200px;
}

#container .text-area{
	display: block;
	position: relative;
	top: 700px;
	margin: 0 auto;
}

#container .head-title {
    color: #bb9b03;
	display: block;
    font: bold 60px/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0 auto;
	padding: 50px 0 20px;
	position: relative;
	text-align: center;
	width: 850px;
}
#container .head-title strong {
	display: block;
	font-size: 1.1em;
}
#container .head-title::after {
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/head-title-back.png");
	position: absolute;
	top: -40px;
	right: 55px;
}

#container .mainvisual .kome {
    color: #bb9b03;
	position: absolute;
	top: 100px;
	left: 515px;
}
#container .mainvisual .kome2 {
	margin: 0 0 0 55px;
}

#container .head-text {
	display: block;
	font: 1.1em/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px auto 15px;
	width: 90%;
}

#container .mainvisual .iyaku-logo {
	display: inline-block;
	margin: 20px 15px 0 40px;
}

#container .mainvisual .item_name {
	display: block;
	font: 18px/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 0 0 40px;
}

#container .mainvisual .item_name strong {
	font: 30px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------
   section 共通
-------------------------*/
#container section{
	margin: 20px auto;
}

#container .section-title{
	background: #bb9b03;
	color: #fff;
	font: bold 2.2em/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	margin: 20px auto 0;
	text-align: center;
}
#container .section-title strong {
	display: block;
	font-size: 1.2em;
}

#container .secsub-title {
	font: bold 2.2em/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 30px auto 10px;
	text-align: center;
}
#container .secsub-title strong {
	font-size: 1.2em;
}

#container .kome {
	font: .7em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .kome2 {
	font: normal 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container .iyaku-logo {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font: 20px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px 10px;
}

#container .buy_btn{
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 100%);
    border: #99b61e 1px solid;
    border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.0rem/2.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	text-align: center;
}
.buy_btn a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy_btn a::before{
    border: solid 5px transparent;
    border-left: solid 7px #fff;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}
.buy_btn:hover{
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}

#container .img img{
	display: block;
	margin: 5px auto 10px;
}
/*------------------------
   section 1
-------------------------*/
#container .bihaku,
#container .uv{
	float: left;
	height: 465px;
	margin: 50px 2% 20px;
	padding: 10px;
	position: relative;
	width: 46%;
}

#container .sec1 dt{
	font: normal 1.3rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
	padding: 5px;
	text-align: center;
}

#container .sec1 dd{
	font: 1em/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 20px;
}
#container .sec1 dd img{
	display: block;
	margin: 5px auto;
}

#container .sec1 dd.quality{
	font: bold 1.6em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
#container .sec1 dd.quality strong{
	font-size: 1.8rem;
	letter-spacing: -1px;
}

#container .bihaku{
	border: solid 2px #14b793;
}
#container .uv{
	border: solid 2px #f47f32;
}

#container .bihaku::before,
#container .uv::before{
	background-color: #fff;
	border-radius: 50%;
	font: bold 2.2em/90px "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	height: 90px;
	position: absolute;
	text-align: center;
	top: -40px;
	left: -30px;
	width: 90px;
}

#container .bihaku::before{
	border: solid 2px #14b793;
	color:  #006d56;
	content: "美白";
}
#container .uv::before{
	border: solid 2px #f47f32;
	color: #e23d21;
	content: "UV";
}
/*-------------------
   section 2
-------------------*/
#container .seibun {
	background: url("/contents/shop/sevenbeauty/img/freepage/md-uv/sec2_bihada.jpg") no-repeat;
	height: 663px;
	margin: 0;
	padding: 0;
	position: rerative;
	top: 20px;
}
#container .seibun li{
	font: 1.14rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 38%;
}
#container .seibun li dd strong{
	color: #ce0284;
	display: block;
	font: bold 1.4em/1.7 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .seibun li dt{
	font: bold 1.2rem/1.6 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .seibun li.gri{
	margin: 60px 0 0 600px;
}
#container .seibun .gri dt{
	font: bold 1.4rem "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
}
#container .seibun .gri dt strong{
	margin-right: 5px;
}
#container .seibun li dt strong{
	font: bold 1.8rem "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container .seibun li.hial{
	margin: 80px 0 0 600px;
	text-align: center;
}
#container .seibun li.cla{
	margin: 50px 0 0 600px;
	text-align: center;
}
#container .seibun li.kis{
	margin: 55px 0 0 600px;
	text-align: center;
}

#container .uvlevel{
	background: url("/contents/shop/sevenbeauty/img/freepage/md-uv/sec2_sigaisen.jpg") no-repeat;
	height: 639px;
	margin: 0;
	padding: 0;
	position: rerative;
	top: 20px;
}
#container .uvlevel li{
	font: 1.14rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 260px;
	width: 42%;
}
#container .uvlevel li dt{
	border-bottom: solid 1px #000;
	font: bold 1.3em/1.5 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
}
#container .uvlevel li dt strong{
	color: #0081cc;
}
#container .uvlevel li dd{
	margin: 5px auto;
}
#container .uvlevel .quality{
	font: bold 1.4rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 5px auto;
	text-align: center;
	word-break: break-all;
}
#container .uvlevel .quality strong{
	display: block;
	font-size: 1.8em;
}

#container .uvlevel li.spf{
	margin: 45px 0 0 45px;
}
#container .uvlevel li.pa{
	margin: 20px 0 0 45px;
}

#container .texture{
	background-color: rgba(234, 104, 162, 0.1);
	border-radius: 20px;
	margin: 45px auto 20px;
	padding: 15px;
	width: 94%;
}

#container .texs-title{
	color: #ea68a2;
	font: bold 2.8em/1.6 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 10px auto 0;
	text-align: center;
}

#container .texture .text{
	font: 1.2em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px auto 40px;
	width: 88%;
}

#container .texture .secsub-title{
	font: bold 2.2em/1.3 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 10px auto;
}
/*-------------------
   section 3
-------------------*/
#container .point{
	margin: 5px auto 20px;
}

#container .point li{
    color: #333;
    display: block;
    font: 1.1rem/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -1px;
    height: 90px;
    margin: 30px auto 0;
    position: relative;
}

#container .point li strong{
	display: block;
	font: bold 1.8rem "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#container .point li img{
	float: right;
	margin: -30px 20px 0 0;
}

#container .point li::before{
	float: left;
}

#container .point li:first-child::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point1.png");
	margin: -20px 10px 15px 10px;
}
#container .point li:nth-child(2)::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point2.png");
	margin: -10px 10px 10px 10px;
}
#container .point li:nth-child(3)::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point3.png");
	margin: -8px 10px 25px 10px;
}

#container .matome{
	padding: 3px 30px 3px 0;
	text-align: right;
}

#container .matome::before{
    border: solid 7px transparent;
    border-left: solid 11px #000;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}
/*-------------------
   section 4
-------------------*/
#container .item-box{
	margin: 30px auto 20px;
	position: relative;
}

#container .item-box .item-img{
	float: left;
	margin: 10px 0 0 140px;
}

#container .item-box .iyaku-logo{
	position: absolute;
	top: 52px;
	left: 35%;
}

#container .item-box .item-name{
	font: bold 2em/1.4 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 52px 0 0 34%;

}
#container .item-box .item-name em{
	display: block;
	padding-left: 150px;
}
#container .item-box .item-name strong{
    display: block;
    font-size: 2.8rem;
}
#container .item-box .price{
	display: inline-block;
	font: bold 1.3em/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
	margin: 15px 10px 0 30px;
	position: relative;
}
#container .item-box .price strong{
	font-size: 1.3em;
}
#container .item-box .price em,
#container .amount em{
	color: #C03;
}

#container .item-list{
	float: right;
	margin: 20px 0 5px;
	position: relative;
	width: 65%;
}
#container .item-list li{
	float: left
}
#container .item-list li::before{
	background-color: #555;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
}
#container .no,
#container .wait{
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	display: inline-block;
	font: .9rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	text-align: center;
	width: 85px;
}

#container .amount{
    border: solid 1px #666;
    display: inline-block;
    font: .9rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    text-align: center;
    width: 94px;
}
#container .no::before{
	content: "商品番号";
}
#container .wait::before{
	content: "内容量";
}
#container .amount::before{
	content: "数量";
}

#container .no{
	margin-left: 100px;
}

#container .pre-icon::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point2_icon.png");
	position: absolute;
	top: -13px;
	left: -43px;
}

#container .item-list .buy_btn{
	display: block;
	margin: 0 0 5px 2%;
	width: 44%;
}
#container .banner-title {
    font: normal 1.6em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 50px auto 30px;
    padding: 30px 0 0;
}
.wrapper .md-banner {
    display: block;
	margin: 0 auto;
	padding: 0 0 30px;
    text-align: center;
}
