@charset "UTF-8";

/*初期化の設定
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}

body{
	line-height: 1;
}

ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #000;
	text-decoration: none;
}

/*基本レイアウト
------------------------------------------------------------------------------*/
body{
	background: #fff;
	color: #000;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	font-size: 14px;
	font-weight: 200;
}
.hover{
	cursor: pointer;
}
.hover:hover{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}
.mgb5{
	margin-bottom: 5px !important;
}
.mgb10{
	margin-bottom: 10px !important;
}
.mgb15{
	margin-bottom: 15px !important;
}
.mgb20{
	margin-bottom: 20px !important;
}
.mgb30{
	margin-bottom: 30px !important;
}
.mgb40{
	margin-bottom: 40px !important;
}
.mgb45{
	margin-bottom: 45px !important;
}
.mgb50{
	margin-bottom: 50px !important;
}
.mgb60{
	margin-bottom: 60px !important;
}
.red{
	color: #f31e3e;
}
.en{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.border-bottom{
	border-bottom: 1px solid #d4d4d4;
}
.border-top{
	border-top: 1px solid #d4d4d4;
}
/*HEADER
------------------------------------------------------------------------------*/
header{
	border-bottom: 1px solid #d4d4d4;
	height: 82px;
	position: relative;
}
header h1{
	margin: 0 auto;
	padding-top: 17px;
	text-align: center;
}
header #shoulder-navi{
	position: absolute;
	top: 26px;
	right: 50px;
}
header #shoulder-navi ul li{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
header #shoulder-navi ul li:nth-child(3){
	margin-left: 50px;
}
header #shoulder-navi ul li a{
	display: block;
}


/*お知らせバナー*/
.news_box{
    display: block;
    width: 100%;
    max-width: 1120px;
    margin: 2% auto;
}
.news_box img{
    width: 100%
}

/*Global-NAVI
------------------------------------------------------------------------------*/
#global-nav{
	border-bottom: 1px solid #d4d4d4;
}
#global-nav ul{
	margin: 0 auto;
	letter-spacing: -3em;
	padding: 30px 0;
	width: 890px;
}
#global-nav ul li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 16px;
	margin-right: 100px;
	text-align: center;
}
#global-nav ul li:last-child{
	margin-right: 0;
}
/*KeyIMG
------------------------------------------------------------------------------*/
#keyimg{
	margin: 0 auto;
	width: 1120px;
}
#keyimg img{
	width: 100%;
}

.sp-slide{

}
.sp-slide img {
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: 0.2s linear;
}
.sp-slide.sp-selected img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*Container
------------------------------------------------------------------------------*/
#container{
	margin: 0 auto;
	width: 1120px;
	overflow: hidden;
	position: relative;
}
/*----------------------------------------
	#SIDE
----------------------------------------*/
#side{
	margin-top: 42px;
	width: 220px;
}
#container>#side{
	float: left;
	width: 220px;
}
#side a{
	display: block;
}
#side a p,
#side span p{
	line-height: 1.4em;
}
#side img{
	/*width: 100%;*/
}
#side .rakuten-bnr{
	margin-bottom: 30px;
}
#side .rakuten-bnr a{
	text-align: center;
}
#side .rakuten-bnr b{
	line-height: 1.4;
}
#side .bnr{
	margin-bottom: 45px;
}
#side .item{
	margin-bottom: 50px;
}
#side .item li{
	margin-bottom: 30px;
}
#side .item li .name{
	color: #000;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 4px;
	text-align: center;
}
#side .item li .price{
	color: #b09463;
	font-size: 23px;
	margin-bottom: 6px;
	text-align: center;
}
#side .item li .price span{
	font-size: 13px;
}
#side .item li .description{
	border-top: 1px solid #d4d4d4;
	color: #222222;
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 15px;
}
/*----------SIDE CALENDER----------*/
#side .calendar{}
#side .calendar h2{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
}
#side .calendar h2:before{
	background: url("/gold/smoothskin/common/img/calendar.png") no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 8px;
	vertical-align: -2px;
	width: 15px;
}
table.calbase_rakuten{
    width: 210px;
    border-collapse: collapse;
    padding: 0px 0px 10px 0px;
}
table.calbase_rakuten *{
    font-size: 12px;
    color: #000000;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}
table.calbase_rakuten th{
    text-align: center;
}
th.caltitle_rakuten{
    font-size: 85%;
    padding: 10px 0px 0px 0px;
}
table.calframe_rakuten{
    border-collapse: collapse;
    margin: 10px 10px 20px 10px;
    table-layout: fixed;
    width: 190px;
}
table.calframe_rakuten th{
    text-align: center;
    padding: 0px 0px 3px 0px;
}
table.calframe_rakuten td{
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    width:26px;
    height:26px;
    text-align: center;
    vertical-align: middle;
}
tr.weektitle_rakuten td{
    background-color: #FFFFFF;
}
td.event1day_rakuten{
    background-color: #FDD5DB !important;
}
font.event1day_rakuten{
    color: #FDD5DB;
}
td.event2day_rakuten{
    background-color: #B5DAFF !important;
}
font.event2day_rakuten{
    color: #B5DAFF;
}
td.event3day_rakuten{
    background-color: #FEDE93 !important;
}
font.event3day_rakuten{
    color: #FEDE93;
}
table.event_rakuten{
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 190px;
}
table.event_rakuten td{
    padding: 0px 0px 0px 0px;
}
table.text_rakuten{
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 190px;
}
/*----------------------------------------
	#MAIN
----------------------------------------*/
#slide{
	border-bottom: 1px solid #d4d4d4;
	background: url("/gold/smoothskin/common/images/slide-bg.png") repeat-x 0 586px;
}
#wrapper{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	float: right;
	padding-bottom: 95px;
	width: 850px;
}
.brand-img{
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}
.section-pouch h2 {
	margin:35px 0;
  text-align:center;
  font-size: 26px;
  font-weight: 200;
}
.section-pouch table {
  width: 100%;
}
.section-pouch table th {
  width: 360px;
  padding: 35px 0;
  text-align: right;
}
.section-pouch table td {
  width: auto;
  font-size: 22px;
  line-height: 1.8;
  vertical-align: middle;
  text-align: center;
}
.section-pouch table td img {
  width: 230px;
}
.section-pouch table td p {
  text-indent: -1em;
  padding-left: 1em;
}
.section-pouch table td p span {
  display: inline-block;
  text-align: left;
}
.section-feature ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto;
}
.section-feature ul li{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 55px;
	width: 425px;
}
.section-feature ul li:nth-child(odd){
	border-right: 1px solid #d4d4d4;
	width: 424px;
}
.section-feature h2{
	margin: 0 auto 35px;
}
.section-feature p{
	font-size: 16px;
	font-weight: 200;
	line-height: 1.8em;
	margin: 0 auto;
	width: 230px;
}
.section-feature .high-quality{
	background: url("/gold/smoothskin/common/images/feature06-img.png") no-repeat 50% 100%;
}
/*----------INSTAGRAM----------*/
#section-instagram{
	padding: 50px 40px 40px;
	position: relative;
}
#section-instagram h2{
	font-size: 16px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 190px;
	z-index: 10;
}
#section-instagram h2 i{
	margin-right: 8px;
	margin-top: 2px;
	vertical-align: top;
}
#section-instagram h2 span a{
	color: #b09463;
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	vertical-align: top;
}
#section-instagram ul{
	overflow: hidden;
	position: relative;
}
#section-instagram ul li{
	float: left;
	margin-right: 22px;
	margin-bottom: 40px;
}
#section-instagram ul li:nth-child(1),
#section-instagram ul li:nth-child(2),
#section-instagram ul li:nth-child(3),
#section-instagram ul li:nth-child(4),
#section-instagram ul li:nth-child(5),
#section-instagram ul li:nth-child(6){
	margin-bottom: 85px;
}
#section-instagram ul li:nth-child(6n){
	margin-right: 0;
}
#section-instagram ul li a:hover{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#section-instagram ul li img{
	height: 110px;
	object-fit: cover;
	width: 110px;
}
#section-instagram p{
	font-size: 16px;
	text-align: center;
}
/*----------LINE UP----------*/
.section-lineup{}
.section-lineup>h2{
	margin: 20px auto 15px;
	text-align: center;
}
.section-lineup ul{
	overflow: hidden;
	position: relative;
}
.section-lineup ul li{
	float: left;
	vertical-align: top;
}
.section-lineup ul li a{
	display: block;
}
.section-lineup section{
	margin: 0 0 60px;
}
.section-lineup section>div{
	display: flex;
	margin: 30px 40px 20px;
}
.section-lineup section>div .award{
	margin-left: 35px;
}
.section-lineup section p{
	font-size: 16px;
	font-weight: 200;
	line-height: 1.8em;
	margin: 0 40px;
}
.section-lineup section p strong{
	font-weight: bold;
}
.section-lineup section .btn{
	display: block;
	margin-top: 30px;
	text-align: center;
}
/*Autumn and Winter2017*/
#protect{
	border-top: 1px solid #d4d4d4;
}
.aw2017-box{
	background: url("/gold/smoothskin/common/images/protect-bg.png") no-repeat 50% 0,url("/gold/smoothskin/common/images/protect-bg-bottom.png") no-repeat 50% 100%;
	margin: 0 auto;
	padding: 80px 0 80px;
}
.aw2017-box-inner{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 710px;
}
.aw2017-box-inner>div{
	float: left;
	margin-bottom: 50px;
}
.aw2017-box-inner>div h3{
	color: #7e4614;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 32px;
}
.aw2017-box-inner>div p{
	color: #222;
	font-size: 16px;
	line-height: 1.6;
}
.aw2017-box-inner>div p span{
	color: #ae9048;
}
.aw2017-box-inner>div:nth-of-type(1){
	overflow: hidden;
	position: relative;
}
.aw2017-box-inner>div:nth-of-type(1) h4{
	margin-bottom: 22px;
}
.aw2017-box-inner>div:nth-of-type(1) figure{
	float: left;
	margin-right: 30px;
}
.aw2017-box-inner>div:nth-of-type(2){
	margin-right: 50px;
}
.aw2017-box-inner>div:nth-of-type(2),
.aw2017-box-inner>div:nth-of-type(3){
	text-align: center;
	width: 330px;
}
.aw2017-box-inner>div:nth-of-type(2) figure,
.aw2017-box-inner>div:nth-of-type(3) figure{
	margin-bottom: 40px;
}
.aw2017-box-inner>div:nth-of-type(2) p,
.aw2017-box-inner>div:nth-of-type(3) p{
	text-align: left;
}
.aw2017-box-inner>div:nth-of-type(4) figure{
	margin-bottom: 40px;
	text-align: center;
}
.aw2017-box-inner>div:nth-of-type(4) > div{
	text-align: center;
	width: 330px;
}
.aw2017-box-inner>div:nth-of-type(4) > div:nth-of-type(1){
	float: left;
	margin-right: 50px;
}
.aw2017-box-inner>div:nth-of-type(4) > div:nth-of-type(2){
	float: right;
}
.aw2017-box-inner>div:nth-of-type(4) p{
	text-align: left;
}
/*製品リンク*/
.section-buy{}
.section-buy ul{
	display: flex;
}
.section-buy ul li a{
	display: block;
}
/*VOICE*/
.section-voice{}
.section-voice h2{
	margin: 35px auto;
	text-align: center;
}
.section-voice ul{
	margin: 0 40px;
}
.section-voice ul li{
	margin: 0 0 45px 0;
	font-size: 16px;
	line-height: 1.8em;
}
.section-voice ul li strong{
	font-size: 20px;
	font-weight: bold;
}
/*----------お買い得＆安心情報----------*/
#section-info{
	width: 850px;
}
#section-info h2{
	margin: 35px auto 45px;
	text-align: center;
}
#section-info ul{
	letter-spacing: -3em;
	text-align: center;
}
#section-info ul li{
	display: inline-block;
	margin-right: 18px;
}
/*Pagetop
------------------------------------------------------------------------------*/
#pagetop{
	background: #000;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 100%;
}
#pagetop:before{
	background: url("/gold/smoothskin/common/img/pagetop.png") no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 12px;
	vertical-align: 1px;
	width: 14px;
}
/*Shopping-Guide
------------------------------------------------------------------------------*/
#shopping-guide{
	background: #ededed;
	padding: 35px 0;
}
#shopping-guide .inner{
	overflow: hidden;
	position: relative;
}
#shopping-guide .left-contents{
	float: left;
	width: 48%;
}
#shopping-guide .right-contents{
	float: right;
	width: 48%;
}
#shopping-guide .inner h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
#shopping-guide .inner p{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#shopping-guide .inner .attention{
	font-size: 11px;
	margin-bottom: 20px;
}
#shopping-guide .inner .attention li{
	line-height: 1.6em;
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}
#shopping-guide .inner table{
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	width: 100%;
}
#shopping-guide .inner table th{
	background: #f2f2f2;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 25px;
	text-align: left;
	width: 120px;
}
#shopping-guide .inner table td{
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	color: #000;
	font-size: 12px;
	padding: 8px 25px;
	text-align: left;
}
/*----------クーポンバナー----------*/
.coupon-ssg{
	position: absolute;
    right: 15px;
    top: 362px;
}
.coupon-ssg02{
	border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}



/*FOOTER
------------------------------------------------------------------------------*/
footer{
	background: #fff;
}
footer .inner{
	overflow: hidden;
	position: relative;
}
footer ul{
	float: left;
	padding: 30px 0;
}
footer ul li{
	display: inline-block;
}
footer ul li:after{
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
footer ul li a{
	font-size: 14px;
}
footer p{
	float: right;
	font-size: 11px;
	padding: 30px 0;
}
#shopping-guide img{
	width: 100%
}
#shopping-guide .card{
	max-width: 505px;
}
#shopping-guide .time{
	max-width: 425px;
}
#shopping-guide .box{
	border: 2px solid #b09463;
	padding: 15px;
}
#shopping-guide .box h3{
	font-weight: bold;
	margin-bottom: 8px;
}
/*----------------------------------------
	下層ページ
----------------------------------------*/
#wrapper-row{
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	width: 850px;
}
/*----------INSTAGRAM----------*/
#wrapper-row #section-instagram{
	padding: 90px 40px 0;
}
#wrapper-row #section-instagram p{
	position: absolute;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 35px;
}
#wrapper-row #section-instagram h2{
    top: 233px;
}
/*----------LINE UP----------*/
#wrapper-row .section-lineup>h2{
	font-size: 26px;
	font-weight: 200;
	margin: 35px auto;
	text-align: center;
}
#wrapper-row .section-lineup>h2 span{
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
#wrapper-row .section-movie{
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
#wrapper-row .section-spec{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#wrapper-row .section-spec h2{
	margin-bottom: 25px;
}
#wrapper-row .section-spec div{
	margin: 0 auto;
	text-align: center;
	width: 265px;
}
#wrapper-row .section-spec table{
	font-size: 16px;
	line-height: 1.8em;
	margin: 25px 0;
	width: 585px;
}
#wrapper-row .section-spec table th{
	border-bottom: 1px solid #d4d4d4;
	font-weight: 300;
	padding: 25px 0;
	text-align: left;
	width: 166px;
}
#wrapper-row .section-spec table td{
	border-bottom: 1px solid #d4d4d4;
	font-weight: 200;
	padding: 25px 0;
	text-align: left;
}
#wrapper-row .section-spec table tr:last-child th,
#wrapper-row .section-spec table tr:last-child td{
	border-bottom: none;
}


/*----------------------------------------
	追従バナー
----------------------------------------*/
.float-bnr {
    display: block;
    position: fixed;
    bottom: 196px;
    right: 15px;
    z-index: 1000;
    max-width:110px;
}
.float-bnr ul li {
    margin:7px 0 0;	
}
.footerBanner {
    display: block;
    position: fixed;
    bottom: 150px;
    right: 7px;
    z-index: 1000;
	max-width:110px;
}
.footerBanner.pc {
    top: 325px;
    right: 15px;
    z-index: 999999;
    width: 118px;
}
#floatingButtons .toTopButton div {
	bottom: 50px;
}
 
#floatingButtons #smt_rakutenLimitedId_cartParts {
	bottom: 50px;
}
