@charset "utf-8";
/*-------------------
   clearfix
-------------------*/

.cf:before, .cf:after,
#container .point li:after{
	content: " ";
	display: table;
}
.cf:after,
#container .point li:after{
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding-bottom: 30px;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}

.wrapper img{
	height: auto;
	max-width: 100%;
}

#container section,
#container .mainvisual {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-------------------
   header
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/md-uv/pc_top2.jpg) no-repeat;
    background-size: contain;
    padding: 0 0 10px;
    position: relative;
    margin: 0 0 30px;
}

#container .head-title {
    color: #bb9b03;
    display: block;
    font: bold 25px/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0 auto;
    padding: 275px 0 0;
    position: relative;
    text-align: center;
}
#container .head-title strong{
	display: block;
	font-size: 1.1em;
}
#container .mainvisual .kome{
    color: #bb9b03;
	position: absolute;
	top: 25px;
	left: 49%;
}
#container .mainvisual .kome2{
	text-align: center;
}

#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;
	width: 96%;
}

#container .mainvisual .iyaku-logo{
	margin: 20px 5px 0 20px;
}

#container .mainvisual .item_name{
	display: inline-block;
	font: 15px/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px 0 0 10px;
	padding: 0;
}
#container .mainvisual .item_name strong{
	font: 22px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------
   section 共通
-------------------------*/
#container section{
	margin: 10px auto;
}

#container .section-title{
	background: #bb9b03;
	color: #fff;
	font: bold 1.8em/1.1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 0;
	margin: 5px auto 10px;
	text-align: center;
}
#container .section-title strong {
	display: block;
	font-size: 1.2em;
}

#container .secsub-title {
    font: bold 1.4rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 30px auto 10px;
    padding: 0 10px;
    text-align: center;
}
#container .secsub-title strong {
	font-size: 1.2rem;
}

#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;
	float: left;
	font: 17px/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.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 10px auto 20px;
    position: relative;
    text-align: center;
    width: 96%;
}

#container .pre-icon::after{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point3_icon.png");
	position: absolute;
	top: -5px;
	left: -110px;
}

.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;
}

#container .img img{
	display: block;
	margin: 5px auto;
}
/*------------------------
   section 1
-------------------------*/
#container .bihaku,
#container .uv {
	margin: 15px auto;
	padding: 5px;
	position: relative;
	width: 96%;
}

#container .sec1 dt {
    font: normal 1.0rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -1px;
    padding: 5px 5px 5px 10px;
    text-align: center;
}

#container .sec1 dd {
	font: 1em/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 5px;
}
#container .sec1 dd img{
	display: block;
	margin: 5px auto 0;
}

#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 1.7em/60px "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	height: 60px;
	padding: 5px 0 0 5px;
	position: absolute;
	text-align: center;
	top: -15px;
	left: -15px;
	width: 60px;
}

#container .bihaku::before{
	border: solid 2px #14b793;
	color:  #006d56;
	content: "美白";
}
#container .uv::before{
	border: solid 2px #f47f32;
	color: #e23d21;
	content: "UV";
}

#container .seibun  {
    background: url("/contents/shop/sevenbeauty/img/freepage/md-uv/sp_bihada.jpg") no-repeat;
    background-size: cover;
    padding: 0 0 295px;
    position: relative;
    margin: 0 0 30px;
}
#container .seibun li {
	display: none;
}
/*-------------------
   section 2
-------------------*/
#container .texture{
	background-color: rgba(234, 104, 162, 0.1);
	border-radius: 20px;
	margin: 20px auto;
	padding: 5px;
	width: 98%;
}

#container .texs-title{
	color: #ea68a2;
	font: bold 2em/1.6 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
	margin: 10px auto 0;
	text-align: center;
}

#container .texture .text{
	font: 1.1em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px auto;
	width: 96%;
}

#container .texture .secsub-title{
	font: bold 2em/1.3 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 10px auto;
}

#container .uvlevel {
    background: url("/contents/shop/sevenbeauty/img/freepage/md-uv/sp_sigaisen.jpg") no-repeat;
    background-size: cover;
    padding: 0 0 250px;
    position: relative;
    margin: 0 0 30px;
}
#container .uvlevel li {
	display: none;
}

/*-------------------
   section 3
-------------------*/
#container .point{
	margin: 5px auto 20px;
}
#container .point li{
	color: #333;
	display: block;
	font: 1.1em/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto 0;
	position: relative;
}
#container .point li strong{
    display: block;
    font: bold 1.2rem "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin: 0 0 5px;
}
#container .point li img{
	height: auto;
	margin: 0 5px;
	max-width: 50%;
}
#container .point li::before{
	float: left;
    margin: 0 5px 55px 0;
}
#container .point li::before{
	height:auto;
	max-width: 50%;
}
#container .point li:first-child::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point1.png");
}
#container .point li:nth-child(2)::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point2.png");
}
#container .point li:nth-child(3)::before{
	content: url("/contents/shop/sevenbeauty/img/freepage/md-uv/point3.png");
}
#container .matome{
	padding: 3px 30px 3px 0;
	text-align: right;
}

#container .matome::before{
    border: solid 5px transparent;
    border-left: solid 7px #000;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: 0;
}

/*-------------------
   section 4
-------------------*/
#container .item-box {
	margin: 10px auto;
	position: relative;
}

#container .item-box .item-img {
	margin: 10px auto;
}
#container .item-box .item-img img {
    height: auto;
    margin: 0 10px 0 90px;
    max-width: 100%;
}
#container .item-box .iyaku-logo {
	position: absolute;
	top: 15px;
	right: 15px;
}

#container .item-box .item-name {
	font: bold 1.4em/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 5px 0;
	text-align: center;

}
#container .item-box .item-name em {
	display: block;
	padding-left: 15px;
}
#container .item-box .item-name strong {
	display: block;
	font-size: 2em;
}
#container .item-box .price{
	display: inline-block;
	font: bold 1.2em/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
	margin: 15px 10px 0 10px;
}
#container .item-box .price strong{
	font-size: 1.3em;
}

#container .item-box .price em,
#container .amount em{
	color: #C03;
}
#container .item-list{
	margin: 10px auto;
}
#container .item-list li {
}
#container .no::before,
#container .wait::before,
#container .amount::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: 1.1em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	text-align: center;
	width: 25%;
}

#container .amount {
	border: solid 1px #666;
	display: inline-block;
	font: 1.1em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	text-align: center;
	width: 50%;
}
#container .no::before {
	content: "商品番号";
}
#container .wait::before {
	content: "内容量";
}
#container .amount::before{
	content: "数量";
}

#container .banner-title {
    font: normal 1.3rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 20px auto 15px;
    padding: 20px 20px 0;
}
.wrapper .md-banner {
    display: block;
    margin: 0 auto;
    padding: 0 10px 20px;
    text-align: center;
}
