@charset "utf-8";

.seasonArea{
    position:static !important;
}

.osusumeArea{
    position:static !important;
}

#seasonArea{
    position: relative;
    top: -230px;
}

#osusumeArea{
    position: relative;
    top: -230px;
}


.display_sp{display: block !important;}
.block_sp_2{display: none !important;}

.br_sp{display: none;}
.sp_block{display:none !important;}
.sp_none{display: block !important;}
.copyright a {
    font-size: 15px;
    color: #ffffff;
    margin-right: 12px;
    margin-left: 12px;
}

.copyright :hover {
text-decoration: underline;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

body {
	line-height: 1.3;
	color: #111111;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'游ゴシック', sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.4rem;
	vertical-align: top;
	color: #111111;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

.clrfix:after,
.clrfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ----------- COMMON ----------- */
.ifPc{
	display: block;
}
.ifSp{
	display: none;
}

/* --- header --- */
/*
.headerWrap{
	padding-top: 196px;
}
*/
.header{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	-webkit-transform: translate3d(0,0,0);
	background-color: #ffffff;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.header:before{
	content:"";
	height: 4px;
	display: block;
	background-color: #e40080;
	width: 100%;
	margin-bottom: 10px;
}
.header .headerInner{
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 12px;
	position: relative;
}
.header .headerInner .hederLogo{
	float: left;
	width: 16%;
	max-width: 160px;
}
.header .headerInner .hederLogo a{
	display: block;
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.header .headerInner .hederLogo a:hover{
	opacity: 0.5;
}
.header .headerInner .headerCont{
/*	float: left;*/
	max-width: 840px;
	width: 84%;
}
.header .headerCont .headerTexts{
/*	float: left;*/
	max-width: 600px;
	width: 53%;
	font-size: 1.2rem;
	position: absolute;
	left: 20%;
}
.header .headerCont .headerTexts .textRight{
	float: right;
	max-width: 200px;
	color: #e40080;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: right;
}
.header .headerCont .headerLinks{
	display: block;
}
.header .headerCont .headerLinks ul li{
	margin-top: 23px;
	display: inline-block;
	/*	height: 60px;*/
	position: relative;
	box-sizing: border-box;
	margin-right: 30px;
}
.header .headerCont .headerLinks ul li a{
	height: 100%;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.header .headerCont .headerLinks ul li a:hover{
	opacity: 0.7;
	color: #e40080;
}

.header .headerCont .headerLinks ul li a:hover .linkText{
	color: #e40080;
} 


.header .headerCont .headerLinks ul li .linkText{
	display: inline-block;
	padding-top: 40px;
	font-size: 1.2rem;
	font-weight: 600;
}
.header .headerCont .headerLinks ul li.welcom a:hover{
	opacity: 1;
}
.header .headerCont .headerLinks ul li.welcom .linkText{
	position: absolute;
	top: 17px;
	right: -15px;
	padding: 0;
	width: 280px;
	color: #e40080;
	font-size: 1.4rem;
	padding-right: 10px;
}
.header .headerCont .headerLinks ul li a:before{
	content: "";
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -17.5px;
}
.header .headerCont .headerLinks ul li.linkReg a:before{
	background-image: url(../img/header_link_reg.png);
}
.header .headerCont .headerLinks ul li.linkMypage a:before{
	background-image: url(../img/header_link_mypage.png);
}
.header .headerCont .headerLinks ul li.linkCart a:before{
	background-image: url(../img/header_link_cart.png);
}
.header .headerCont .headerLinks ul li.linkReg a:hover:before{
	background-image: url(../img/header_link_reg_on.png);
}
.header .headerCont .headerLinks ul li.linkMypage a:hover:before{
	background-image: url(../img/header_link_mypage_on.png);
}
.header .headerCont .headerLinks ul li.linkCart a:hover:before{
	background-image: url(../img/header_link_cart_on.png);
}
.header .headerCont .headerLinks ul{
	float: left;
	max-width: ;
	width: 65%;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 16px;
}
.header .shipping_text{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: right;
}
.header .shipping_text p{
	color: #e40080;
}
.header .headerSearch{
	position: absolute;
	top: 50px;
	right: 0;
}

.header .headerSearch .searchInner{
	position: relative;
}
.header .headerSearch .searchInner:before{
	content: '';
	position: absolute;
	background: url(../img/search_icon.png) no-repeat center center;
	top: 10px;
	left: 18px;
	width: 19px;
	height: 22px;
}
.header .headerSearch input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	color: #111111;
	box-sizing: border-box;
}
.header .headerSearch input:focus{
	outline: 0;
}
.header .headerSearch .keyword{
	border: solid 1px #d5d5d5;
	border-right: 0;
	margin-right: -10px;
	width: 230px;
	height: 40px;
	padding-left: 45px;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}

.header .headerSearch .keyword:placeholder-shown {color: #111111;}
.header .headerSearch .keyword::-webkit-input-placeholder {color: #111111;}
.header .headerSearch .keyword:-moz-placeholder {color: #111111; opacity: 1;}
.header .headerSearch .keyword::-moz-placeholder {color: #111111; opacity: 1;}
.header .headerSearch .keyword:-ms-input-placeholder {color: #111111;}

.header .headerSearch .submit{
	border: solid 1px #d5d5d5;
	background-color: #f9f9f9;
	height: 40px;
	width: 60px;
	font-weight: 600;
	vertical-align: top;
	cursor: pointer;
}
.header .globalNav{
	display: block;
	width: 100%;
/*	min-width: 1022px;*/
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.header .globalNav>ul{
	display: block;
/*	width: 1000px;*/
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0;
}
.header .globalNav>ul>li{
	display: block;
	vertical-align: middle;
	float: left;
	max-width: 145px;
	width: 14.25%;
}
.header .globalNav>ul>li .globalLink{
	position: relative;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	display: block;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 600;

}
.header .globalNav>ul>li:hover .globalLink{
	color: #e40080;
}
.header .globalNav>ul>li .globalLink span{
/*	padding-left: 11px;*/
/*	padding-right: 11px;*/
	position: relative;
	display: block;
/*
	width: 142px;
	max-width: 142px;
*/
	text-align: center;
	box-sizing: border-box;
		-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.header .globalNav>ul>li:hover .globalLink span{
	color: #e40080;
}
/*
.header .globalNav>ul>li:first-child .globalLink span{
	padding-left: 13px;
	padding-right: 12px;
}
.header .globalNav>ul>li:last-child .globalLink span{
	padding-left: 12px;
	padding-right: 13px;
}
*/
.header .globalNav>ul>li:first-child .globalLink span:before{
	content: '';
	position: absolute;
	height: 25px;
	width: 1px;
	background-color: #e7e7e7;
	left: 0;
	top: -4px;
}
.header .globalNav>ul>li .globalLink span:after{
	content: '';
	position: absolute;
	height: 25px;
	width: 1px;
	background-color: #e7e7e7;
	right: 0;
	top: -4px;
}
.header .globalNav>ul>li .globalLink:after{
	-webkit-transition:width 0.2s;
	-moz-transition:width 0.2s;
	-o-transition:width 0.2s;
	transition:width 0.2s;
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	left: 50%;
	width: 0;
	background: #e40080;
	height: 4px;
	text-align: center;
	-webkit-transform:  translateX(-50%);
	-moz-transform:  translateX(-50%);
	-ms-transform:  translateX(-50%);
	-o-transform:  translateX(-50%);
	transform:  translateX(-50%);
}
.header .globalNav>ul>li:hover .globalLink:after{
	width: 80%;
}
.header .globalNav>ul>li{
	position: relative;
}
.header .globalNav>ul>li:hover .subNav{
	visibility: visible;
	opacity: 1;
}
.header .globalNav>ul>li .subNav{
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #cecece;
	z-index: 10;
	top: 52rpx;
	left: 0;
	font-size: 0;
	text-align: left;
	box-sizing: border-box;
}
.header .globalNav>ul>li .subNav li a{
	font-weight: 600;
	font-size: 1.2rem;
}
.header .globalNav>ul>li .subNav.type1{
	padding: 15px 0 15px 15px;
}
.header .globalNav>ul>li .subNav.type1 ul{
	width: 135px;
	display: inline-block;
	vertical-align: top;
}
.header .globalNav>ul>li .subNav.type1 li{
	display: block;
	margin-bottom: 17px;
}
.header .globalNav>ul>li .subNav.type1 li a:before{
	content: "";
	display: inline-block;
	background-image: url(../img/arrow2_icon.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 11px;
	padding-right: 5px;
}
.header .globalNav>ul>li .subNav.type1 li a:hover{
	border-bottom: solid 1px;
}
.header .globalNav>ul>li .subNav.type1 li:last-child{
	margin-bottom: 0;
}
.header .globalNav>ul>li .subNav.type1.type1_1{
	width: 100%;
}
.header .globalNav>ul>li .subNav.type1.type1_2{
	width: 427px;
}
.header .globalNav>ul>li .subNav.type1.type1_3{
	width: 440px;
}
.header .globalNav>ul>li .subNav.type1.type1_3 .wide{
	width: 140px;
}
.header .globalNav>ul>li .subNav.type2{
	/*	display: block;*/
	width: 1000px;
	left: -713px;
}
.header .globalNav>ul>li .subNav.type2 li{
	width: 200px;
	height: 190px;
	float: left;
	background-color: #ffffff;
	border-right: solid 1px #cecece;
	box-sizing: border-box;
	vertical-align: bottom;
}
.header .globalNav>ul>li .subNav.type2 li:last-child{
	width: 198px;
	border-right: none;
}
.header .globalNav>ul>li .subNav.type2 li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 21px;
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.header .globalNav>ul>li .subNav.type2 li a:hover{
	opacity: 0.7;
}
.header .globalNav>ul>li .subNav.type2 li a img{
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -31px;
}
.header .globalNav>ul>li .subNav.type2 li .guideTitle{
	display: table-cell;
	font-size: 1.5rem;
	font-weight: 600;
	height: 22px;
	padding-top: 78px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	padding-bottom: 7px;
}
.header .globalNav>ul>li .subNav.type2 li .guideText{
	text-align: left;
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
	line-height: 1.8rem;
}

/* --- footer  --- */
.footer .footerLinkSec{
	width: 100%;
/*	min-width: 1022px;*/
	background-color: #ffdce8;
/*	margin-top: 50px;*/
}
.footer .footerLinkSecInner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
	box-sizing: border-box;
}
.footer #toTop{
	top: -37px;
	right: 0;
	position: absolute;
	display: block;
	height: 37px;
	width: 180px;
	box-sizing: border-box;
	background-color: #ffdce8;
	font-size: 1.5rem;
	text-align: center;
	line-height: 37px;
	font-weight: 600;
	cursor: pointer;
}
.footer #toTop:hover{
	text-decoration: underline;
}
.footer .footerGuideLinks{
	margin-bottom: 20px;
}
.footer .footerGuideLinks li:first-child{
	margin-left: 0;
}
.footer .footerGuideLinks li{
	width: 18.8%;
	max-width: 180px;
	height: 206px;
	float: left;
	background-color: #ffffff;
	margin-left: 1.5%;
	box-sizing: border-box;
}
.footer .footerGuideLinks li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 10px;
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.footer .footerGuideLinks li a:hover{
	opacity: 0.7;
}
.footer .footerGuideLinks li a:before{
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -31px;
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer .footerGuideLinks li:nth-of-type(1) a:before{
	background-image: url(../img/footer_guide_link1.png);
}
.footer .footerGuideLinks li:nth-of-type(2) a:before{
	background-image: url(../img/footer_guide_link2.png);
}
.footer .footerGuideLinks li:nth-of-type(3) a:before{
	background-image: url(../img/footer_guide_link3.png);
}
.footer .footerGuideLinks li:nth-of-type(4) a:before{
	background-image: url(../img/footer_guide_link4.png);
}
.footer .footerGuideLinks li:nth-of-type(5) a:before{
	background-image: url(../img/footer_guide_link5.png);
}
.footer .footerGuideLinks li:nth-of-type(6) a:before{
	background-image: url(../img/footer_guide_link6.png);
}
.footer .footerGuideLinks li .guideTitle{
	display: table-cell;
	font-size: 1.5rem;
	font-weight: 600;
	height: 35px;
	padding-top: 73px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	padding-bottom: 10px;
}
.footer .footerGuideLinks li .guideText{
	text-align: left;
	font-size: 1.2rem;
}

.footer .footerGuideLinks .footerGuideType2{
	margin-top: 20px;
	max-width: 310px;
	width: 32.32%;;
	box-sizing: border-box;
	height: 78px !important;
}
.footer .footerGuideLinks .footerGuideType2 a{
	display: table;
	background-image: url(../img/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 8px;
	padding-right: 45px;
	padding-top: 0;
	padding-bottom: 0;
}
.footer .footerGuideLinks .footerGuideType2 a:before{
	position: static;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.footer .footerGuideLinks li:nth-of-type(7) a:before{
	background-image: url(../img/footer_guide_link7.png);
}
.footer .footerGuideLinks li:nth-of-type(8) a:before{
	background-image: url(../img/footer_guide_link8.png);
}
.footer .footerGuideLinks li:nth-of-type(9) a:before{
	background-image: url(../img/footer_guide_link9.png);
}
.footer .footerGuideLinks .footerGuideType2 a .guideTitleSp{
	vertical-align: middle;
	width: 80%;
	display: table-cell;
	text-align: center;
}

.footer .footerGuideLinks .footerGuideType2.type2First{
	margin-left: 0;
}
.footer .footerGuideLinks .footerGuideType2 a{
	border: solid 1px #ffffff;
}
.footer .footerGuideLinks .footerGuideType2 a:hover{
	opacity: 1;
	color: #e40080;
	border: solid 1px #e40080;
	background-image: url(../img/arrow_icon_on.png);
}
.footer .footerGuideLinks .footerGuideType2 a:hover .guideTitleSp{
	color: #e40080;
}
.footer .footerGuideLinks .footerGuideType2:nth-of-type(6) a:hover:before{
	background-image: url(../img/footer_guide_link6_on.png);
}
.footer .footerGuideLinks .footerGuideType2:nth-of-type(7) a:hover:before{
	background-image: url(../img/footer_guide_link7_on.png);
}
.footer .footerGuideLinks .footerGuideType2:nth-of-type(8) a:hover:before{
	background-image: url(../img/footer_guide_link8_on.png);
}
.footer .footerKeyword{
	text-align: left;
}
.footer .footerKeyword strong{
	display: block;
	font-size: 1.8rem;
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .footerKeyword .keywordLink{
	font-size: 0;
	max-width: 875px;
}
.footer .footerKeyword .keywordLink li{
	display: inline-block;
	margin-right: 35px;
}
.footer .footerKeyword .keywordLink li a{
	font-size: 1.6rem;
	line-height: 1.7;
}
.footer .footerKeyword .keywordLink li a:hover{
	text-decoration: underline;
}
.footer .footerCopyright{
	width: 100%;
/*	min-width: 1022px;*/
	background-color: #e40080;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
.footer .footerCopyright .footerNav{
	max-width: 1000px;
	margin: 0 auto 15px auto;
	font-size: 0;
}
.footer .footerCopyright .footerNav li{
	display: inline-block;
}
.footer .footerCopyright .footerNav li a{
	font-size: 1.5rem;
	color: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 2;
}
.footer .footerCopyright .footerNav li a:hover{
	text-decoration: underline;
}
.footer .footerCopyright .footerNav li:after{
	content: "";
	height: 15px;
	width: 1px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: -8px;
}
.footer .footerCopyright .footerNav li:last-child:after{
	display: none;
}
.footer .footerCopyright .copyright{
	font-size: 1.3rem;
	color: #ffffff;
	line-height: 1.6;
}
.footer .footerCopyright .copyright span{
	color: #ffffff;
}

/* ----------- INSIDE PAGES ----------- */
.main{
	padding-top: 190px;
}
.main a{
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.main a:hover{
	opacity: 0.7;
}
.main img{
	display: block;
}
.main .subTitle{
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.main .subTitle:before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #e40080;
	vertical-align: 10px;
}
.main .subTitle{
	position: relative;
}
.main .subTitle span{
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #ffffff;
	font-size: 2.2rem;
}
.divWrap{
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 190px;
}
.slider {
	max-width: 1000px;
	margin: 0 auto;
}


.slider .caution{
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
}
.slider .caution:before{
	content:'';
	display: inline-block;
	background: url(../img/slide_caution.png) no-repeat left center;
	background-size: 16px;
	padding-right: 8px;
	height: 25px;
	width: 25px;
	position: absolute;
	top: -3px;
	left: 20px;
}
.slider .sliderMain {
/*	max-width: 1000px;*/
	margin: 0 auto;
}
.slider .sliderMain img{
	width: 100%;

}
.secondNav{
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}
.secondNavWrap{
	width: 100%;
	border-top: solid 4px #e40080;
	border-bottom: solid 1px #eeedeb;
	margin-bottom: 45px
}
.secondNav ul{
	max-width: 960px;
	font-size: 0;
	margin: auto;
	border-right: 1px solid #eeedeb;
	border-left: 1px solid #eeedeb;
	box-sizing: border-box;
}
.secondNav ul li{
	font-size: 1.5rem;
	width: 20%;
	max-width: 192px;
	display: inline-block;
	text-align: center;
	border-right: solid 1px #eeedeb;
	box-sizing: border-box;
	font-weight: 600;
}
.secondNav ul li:last-child{
	border-right: none;
}
.secondNav ul li a{
	display: block;
	padding: 27px 0;
	box-sizing: border-box;
	font-size: 1.5rem;
}

.secondNav ul li a:hover{
text-decoration: underline;
}

.otokuBtnWrap{
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 20px; 
	margin-bottom: 50px;
}
.otokuBtn img{
	width: 100%;
}
.ranking{
	max-width: 1000px;
	margin: 0 auto 60px auto;
}
.rankingArea .subTitle span{
	width: 200px;
	margin-left: -100px;
} 
.seasonArea .subTitle span{
	width: 200px;
	margin-left: -100px;
} 

.ranking .rankingText{
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 50px;
}
.ranking .rankingText p{
	font-weight: 600;
	padding: 0px 150px 0 150px;
	text-align: center;
	font-size: 1.7rem;
}
.ranking .rankingText span{
	position: absolute;
	width: 105px;
	color: #e40080;
	background-color: #ffdce8;
	font-size: 1.4rem;
	right: 0;
	top: 0;
}
.ranking .rankingList{
	font-size: 0;
	text-align: center;
}
.ranking .rankingList li{
	position: relative;
	display: inline-block;
	max-width: 270px;
	width: 28%;
	font-size: 1.4rem;
	text-align: center;
	box-sizing: border-box;
	margin-right: 7.4%;
}
.ranking .rankingList li a{
	display: block;
}

.ranking .rankingList li a:hover{
	text-decoration: underline;
}

.ranking .rankingList li a img{
	border: solid 1px #dedede;
/*	display: block;*/
	width: 100%;
/*	margin-bottom: 20px;*/
}
.ranking .rankingList li a strong{
	padding: 20px 10px 5px 10px;
	display: block;
}
.ranking .rankingList li:last-child{
	margin-right: 0;
}
.ranking .rankingList .rankNo{
	text-align: left;
	margin-bottom: 8px;
}
.ichiosiArea:after{
	content: '';
	display: block;
	clear: both;
}
.ichiosiArea .ichiosi{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.ichiosiArea .firstOne,
.ichiosiArea .trialBanner{
	float: right;
	width: 50%;
	padding-left: 5%;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.ichiosiArea .firstOne{
	margin-top: 37px;
}
.ichiosiArea .firstOne img,
.ichiosiArea .trialBanner img{
	width: 100%;
}
.ichiosi .ichiosiTitle{
	padding-left: 2px;
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 600;
	border-bottom: solid 1px #e40080;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.ichiosi .ichiosiList li{
	margin-bottom: 10px;
}
.ichiosi .ichiosiList li img{
	border: solid 1px #dedede;
	display: inline-block;
	max-width: 160px;
	width: 28%;
	box-sizing: border-box;
/*	float: left;*/
}
.ichiosi .ichiosiList li a{
	display: block;
}
.ichiosi .ichiosiList p{
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
	max-width: 310px;
	width: 70%;
	float: right;
	line-height: 1.3;
}
.ichiosi .ichiosiList li:after{
	content: "";
	display: block;
	clear: both;
}
.osusumeArea .subTitle span{
	width: 300px;
	margin-left: -150px;
}
.osusume .osusumeList {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.osusume .osusumeList li{
	max-width: 325px;
	width: 32.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 1.2%;
	margin-bottom: 30px;
	
}
.osusume .osusumeList li a{
	display: block;
}
.osusume .osusumeList li a img{
	width: 100%;
	border: solid 1px #dedede;
	box-sizing: content-box;
}
.osusume .osusumeList li .osusumeText{
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	line-height: 1.3;
}
.osusume .osusumeList li:nth-of-type(3n){
	margin-right: 0;
}
.info{
	margin-bottom: 50px
}
.info .infoTitleArea{
	position: relative;
	margin-bottom: 15px;
}
.info .infoTitleArea .infoTitle{
	color: #e40080;
	font-weight: 300;
	font-size: 2.2rem;
}
.info .infoTitleArea a{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}
.info .infoTitleArea a:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../img/arrow_list_icon.png) no-repeat center center;
	background-size: 6px;
	padding-left: 15px;
}
.info .newsList {
	border-top: solid 1px #dedede;
}
.info .newsList li{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dedede;
	font-size:1.6rem;
}
.info .newsList .newsInner{
	display: table-cell;
}
.info .newsList .newsDate{
	max-width: 120px;
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 5px; 
	padding-right: 20px;
}
.info .newsList .newsIcon{
	width: 120px;
	font-size: 1.2rem;
	background-color: #f5f5f5;
	display: table-cell;
	padding: 7px;
	vertical-align: middle;
	box-sizing: border-box;
}
.info .newsList .newsText{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size:1.6rem;
}
.mediaInfo{
	margin-bottom: 60px;
}
.mediaInfo .mediaTitle{
	color: #e40080;
	background-color: #fff0f7;
	font-weight: 400;
	font-size: 1.6rem;
	padding: 10px 13px;
}
.mediaInfo .mediaFb{
	border: solid 1px #dedede;
	box-sizing: border-box;
}
.mediaInfo .mediaFb img{
	width: 100%;
}
.mediaInfo .fbTimelineWrap{
	height: 460px;
	margin: 10px 25px;
	box-sizing: border-box;
}
.snsList ul{
	font-size: 0;
	display: block;
	width: 100%;
	text-align:center;
}
.snsList ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 13%;
	padding: 0 3%;
}
}
.snsList ul li a{
	display: block;
}
.snsList ul li img{
	display: inline-block;
	text-align: center;
	max-width: 130px;
/*	width: 100%;*/
}

/* 20180915追加 */

/* 季節のおすすめ */
.season_picup1_pctext
{display: block;}
.season_picup1_sptext
{display: none;
padding: 0px 4px;}

.seasonArea{
overflow: hidden;
margin-top: 100px;
width: 1000px;

}
.seasonArea img{
border: solid 1px #dedede;
}
.season_picup1{overflow: hidden;
width: auto;
display: table;
margin:50px 0px ;}
.season_picup1_left{float: left;}
.season_picup1_right{float: right;
display: table;
margin: 0px 0px 0px 60px;}

.season_picup1_right p a{font-size: 22px;
line-height: 40px;
font-weight: bold;
display: table-cell;
vertical-align: middle;
height: 400px;}

.season_picup1_right p a span{font-size: 22px;
line-height: 40px;
font-weight: bold;}

.season_picup2{width: 302px;
margin-right: 46px;
overflow: hidden;
float: left;
}

.season_picup3{width: 302px;
margin-right: 46px;
overflow: hidden;
float: left;}

.season_picup4{width: 302px;
overflow: hidden;
float: left;}

.season_picup_img{
margin-bottom: 10px;}
.season_picup_text a{
font-size: 16px;
line-height: 18px;
font-weight: bold;
margin-top: 10px;}
/* 季節のおすすめ */

/* 肌悩み */

.skin_trouble_search{
margin-top: 80px;
margin-bottom: 100px;
overflow: hidden;
}
.skin_trouble_search h3{
font-size: 24px;
clear: left;
text-align: center;
}
.skin_trouble_search ul{
margin-top: 40px;
width: 100%;
padding: 0px 2%;
}

.skin_trouble_search li{
float: left;
width: 30%;
border: solid 1px #dedede;
text-align: center;
padding: 2% 0px;
}
.skin_trouble_search li a{
width: 100%;
font-weight: bold;
display: block;
font-size: 20px;
padding: 2% 0px;
}
.skin_trouble_search_list_m{margin-right: 5%;}
.rankingArea{clear: left;}
/* 肌悩み */

/* イチオシ情報 */
.ichioshi_area{
margin-top: 100px;
margin-bottom: 100px;
overflow: hidden;}

.ichioshi_area img{
width: 100%;
max-width:250px;
border: solid 1px #dedede;
}
.ichioshi_area .subTitle span {
    width: 200px;
    margin-left: -100px;
}

.ichioshi_area1{
width: 47%;
float: left;
margin-top: 50px;
margin-bottom: 40px;
}
.ichioshi_area2{
width: 47%;
float: right;
margin-top: 50px;
margin-bottom: 40px;
}
.ichioshi_area3{
width: 47%;
float: left;
}
.ichioshi_area4{
width: 47%;
float: right;
}

.ichioshi_area_left{
float: left;
width: 45%;}

.ichioshi_area_right{
float: right;
width: 50%;
}
.ichioshi_text{
display: table-cell;
vertical-align: middle;
text-align: left;
height: 250px;
}

.ichioshi_text a{
font-size: 18px;
font-weight: bold;
}
/* イチオシ情報 */

li.swiper-slide a {
    display: block;
    padding: 1em;
}

li.swiper-slide img {
    display: block;
    margin: 0 0 .2em;
    width: 100%;
    height: auto;
}

li.swiper-slide p {
    font-size: 1.2rem;
    text-align: center;
}

/* おすすめエリア */
.osusumeArea .subTitle{
margin-bottom: 50px;
}
/* おすすめエリア */

/* はじめての方エリア */
.beginner_area{
margin-top: 100px;
margin-bottom: 100px;
overflow: hidden;}
.beginner_area li{
float: left;
width: 50%;
}
.beginner_area li{
float: left;
width: 46%;
margin: 0px 2%;
text-align: center;
}
.beginner_area img{
width: 100%;
max-width: 450px;
margin: 0px auto;
border: solid 1px #dedede;
box-sizing: content-box;
}

.mediaInfo{clear: left;}
/* はじめての方エリア */

.osusume_contant img{
margin: 0px auto;
width: 95%;}

.osusume_contant p{
font-weight: bold;
font-size: 12px;
margin-top: 3px;
text-align: center;}

.osusume_sp{
display: none;
}
.osusume_pc{
display: block;
}

/* 20180915追加 */

@media screen and (max-width: 1040px){
	.header .headerCont .headerLinks ul li.welcom .linkText{width: 100px;}
	.header .headerInner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footerLinkSecInner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .shipping_text{
		right: 20px;
	}
	.header .headerSearch{
		right: 20px;
	}
	.header .headerCont .headerLinks ul{
		padding-right: 40px;
		width: 62%;
	}
	.header .globalNav>ul>li:first-child .globalLink span:before{
		display: none;
	}
	.header .globalNav>ul>li:last-child .globalLink span:after{
		display: none;
	}

	.header .globalNav>ul>li .subNav.type2{
		max-width: 760px;
		width: 760px;
		left: -540px;
	}

	.header .globalNav>ul>li .subNav.type2 li{
		width: 150px;
	}
	.header .globalNav>ul>li .subNav.type2 li:last-child{
		width: 150px;
	}


}
@media screen and (max-width: 768px){

/*20180915更新*/


/*季節のおすすめ*/
.seasonArea{width: 100%;}
.season_picup1_pctext
{display: none;}
.season_picup1_sptext
{display: block;}

.seasonArea{
margin-top: 40px;
}
.season_picup1{
width: 48%;
float: left;
margin: 0px;
margin-top: 20px;
padding: 0px 2%;
}

.season_picup1_left{margin-bottom: 10px;}
.season_picup1_right p{
margin-bottom: 20px;
}
.season_picup1_right{
margin: 0px;
float: none;
}
.season_picup1_right p a {

    height: auto;
    padding: 0px 1%;
}

.season_picup1_right p a span{
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;}

.season_picup_text{
padding: 0px 4px;
}

.season_picup_text a{
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 1%;
}

.seasonArea img{
width: 100%;
}
.season_picup2{
width: 48%;
float: right;
margin: 0px;
margin-top: 20px;
padding: 0px 2%;
}

.season_picup3{
width: 48%;
float: left;
margin: 0px;
clear: both;
padding: 0px 2%;
}

.season_picup4{
width: 48%;
float: right;
padding: 0px 2%;
}

/*季節のおすすめ*/

/*肌悩みからアイテムを探す*/
.skin_trouble_search h3{
font-size: 16px;
}
.skin_trouble_search li a{
font-size: 14px;
font-weight: 400;
}
.skin_trouble_search ul{
margin: 20px 0px;
}
.skin_trouble_search{
margin: 40px 0px;
}

.skin_trouble_search_list_m a{font-weight: 400 !important;}
/*肌悩みからアイテムを探す*/

.ranking .rankingList li
{font-weight: 400 !important;}

/*イチオシ情報*/
.ichioshi_area{
margin: 40px 0px;
}
.ichioshi_area1{
width: 100%;
margin: 10px 0px;
padding: 0px 2%;
}
.ichioshi_area2{
width: 100%;
margin: 10px 0px;
padding: 0px 2%;

}
.ichioshi_area3{
width: 100%;
margin: 10px 0px;
padding: 0px 2%;

}
.ichioshi_area4{
width: 100%;
margin: 10px 0px;
padding: 0px 2%;

}
.ichioshi_text{
height: auto;
}
.ichioshi_text a{
font-size: 15px;

}
.seasonArea .subTitle span{
    width: 150px;
    margin-left: -75px;
    font-weight: bold !mportant;
    }

.beginner_area .subTitle span{
    width: 140px !important;
    margin-left: -70px !important;
    }
        
.ichioshi_area .subTitle span{
    width: 110px;
    margin-left: -55px;
    }
/*イチオシ情報*/

/*はじめての方へ*/
.beginner_area img{
width: 95%;
}
.beginner_area{
margin-top: 40px;
margin-bottom: 40px;
background-color: #fff6fb;
padding: 15px 0px;
}

.beginner_area span{
background-color: #fff6fb !important;
}
/*はじめての方へ*/


.seasonArea{
    position:static !important;
}

.osusumeArea{
    position:static !important;
}


#seasonArea{
    position: relative;
    top: -150px;
}

#osusumeArea{
    position: relative;
    top: -150px;
}


.osusume_sp{
display: block;
}
.osusume_pc{
display: none;
}

.font_bold{
font-weight: bold !important;
}

.ichioshi_area_right{
display: table;
}
.ichioshi_area_right p{
display: table-cell;
height: 150px;
font-weight: 400;
padding: 0px 4px;
}

.ichioshi_area_right a{
font-weight: 400;
font-size: 1.4rem;
}


.rankingArea{
background-color: #fff6fb;
padding: 15px 0px;
}
.rankingArea .subTitle span
{
background-color: #fff6fb;
}
/*20180915更新*/

/*sns*/
.sp_sns_content{
width: 100%;
}
.sns_content_sp_li_top img{width: 40% !important;}
.sns_content_sp_li_bottom img{width: 70%;}
.display_sp{display: none !important;}
.block_sp_2{display: block !important;}
/*sns*/


.header .headerCont .headerLinks ul li.welcom .linkText
{font-size: 0.8em;
width: 90px;
top: 5px;
right: -20px;}

.br_sp{display: block;}
.header .headerCont .headerLinks ul li.welcom .nameText{font-size: 0.8em;}


	.main a{
		-webkit-transition:opacity 0;
		-moz-transition:opacity 0;
		-o-transition:opacity 0;
		transition:opacity 0;
	}
	.main a:hover{
		opacity: 1;
	}

.sp_block{display:block !important;}
.sp_none{display: none !important;}


	/* ----------- COMMON ----------- */
	.ifSp{
		display: block;
	}
	.ifPc{
		display: none;
	}

	/* --- header --- */
/*
	.headerWrap{
		padding-top: 125px;
	}
*/
	.header .headerInner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header:before{
		height: 3px;
		margin-bottom: 8px;
	}
	.header .headerInner .headerCont{
		float: none;
		max-width: auto;
		width: 100%;
	}
	.header .headerInner .hederLogo{
		max-width: 56px;
		width: auto;
	}
	.header .headerInner .hederLogo a:hover{
		opacity: 1;
	}
	.header .headerInner .hederLogo img{
		width: 100%;
	}
	.header .headerCont .headerLinks{
		margin-left: 58px;
	}
	.header .headerCont .headerLinks ul{
		width: 100%;
		padding-right: 40px;
		padding-top: 3px;
	}
	.header .headerCont .headerLinks ul li{
		margin-top: 0;
		margin-right: 5%;
	}
	.header .headerCont .headerLinks ul li a:hover{
		opacity: 1;
		color:#111111;
	}
	.header .headerCont .headerLinks ul li.linkReg a:hover:before{
		background-image: url(../img/header_link_reg.png);
	}
	.header .headerCont .headerLinks ul li.linkMypage a:hover:before {
		background-image: url(../img/header_link_mypage.png);
	}
	.header .headerCont .headerLinks ul li.linkCart a:hover:before {
		background-image: url(../img/header_link_cart.png);
	}
	.header .headerCont .headerLinks ul li a:before{
		background-size: 22px;
		width: 22px;
		height: 22px;
		background-position: center center;
		margin-left: -11px;
	}
	.header .headerCont .headerLinks ul li .linkText{
		padding-top: 25px;
		font-weight: 300;
		font-size: 0.8rem;
	}
	.header #menuBtn{
		position: absolute;
		width: 40px;
		height: 25px;
		top: 10px;
		right: 2.5%;
		cursor: pointer;
	}
	.header #menuBtn img{
		width: 100%;
	}
	.header .globalNavSp{
		position: absolute;
		right: -2px;
		width: 40%;
		min-width: 125px;
		max-width: 250px;
		background-color: #ffffff;
		z-index: 100;
		font-size: 1.0rem;
		transition: .5s;
	}
	.header .globalNavSp.menuClose{
		top: 40px;
		opacity: 0;
		visibility: hidden;
	}
	.header .globalNavSp.menuOpen{
		top: 47px;
		visibility: visible;
		opacity: 1;
	}
	.header .globalNavSp li{
		display: block;
		border-bottom: solid 1px #cecece;
		background: url(../img/arrow2_icon.png) no-repeat 20px 48%;
		background-size: 6px;
	} 
	.header .globalNavSp li a{
		padding: 15px 0px 15px 30px;
		width: 100%;
		height: 100%;
		display: block;
		color: #0c0c0c;
		font-size: 12px;
		font-weight: 600;
		
	}
	.header .globalNavSp li:last-child{
		border-bottom: none;
	}
	.header .globalNavSp ul{
		border: solid 1px #cecece;
	}
	.header .relative{
		position: relative;
	}
	.header .relative .bar{
		display:block;
		width: 25px;
		height:2px;
		background:#0c0c0c;
		position:absolute;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	.header .relative .bar:first-of-type{
		top: 0px;
		left: 7px;
	}
	.header .relative .bar:nth-of-type(2){
		top: 9px;
		left: 7px;
	}
	.header .relative .bar:nth-of-type(3){
		top: 18px;
		left: 7px;
	}
	.header .menuBtnOpen .relative .bar:first-of-type{
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-ms-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
		top:8px;
		left:6px;
		width:30px;
	}
	.header .menuBtnOpen .relative .bar:nth-of-type(2){
		filter: alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity:0;
		opacity:0;
		left:20px;
		width:0;
		height:0;
		top:21px;
	}
	.header .menuBtnOpen .relative .bar:nth-of-type(3){
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		top:8px;
		left:6px;
		width:30px;
	}
	.header .shipping_text{
		position: static;
	}

	.header .shipping_text p{
		font-weight: 300;
		font-size: 1.2rem;
		color: #E40080 !important;
		padding-top: 3px;
		padding-bottom: 8px;
		font-weight: bold;
	}
	

	.header .headerSearch{
		position: static;
	}
	.header .headerSearch .keyword{
		width: 81%;
		height: 30px;
		font-size: 0.9rem;
	}
	.header .headerSearch .submit{
		width: 18%;
		height: 30px;
		font-size: 1.2rem;
	}
	.header .headerSearch .searchInner:before{
		top: 8px;
		left: 18px;
		width: 15px;
		height: 15px;
		background-size: 13px;
	}
	.header .globalNav.ifPc{
		display: none;
	}

	/* --- footer  --- */
	.footer #toTop{
		top: -25px;
		right: 15px;
		width: 90px;
		font-size: 0.9rem;
		height: 26px;
		line-height: 26px;
	}
	.footer .footerLinkSecInner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer #toTop:hover{
		text-decoration: none;
	}
	.footer .footerLinkSecInner{
		padding-top: 5px;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 6px;
	}
	.footer .footerGuideLinks{
		margin-bottom: 0;
	}
	.footer .footerGuideLinks li{
		width: 50%;
		margin-left: 0;
		max-width: none;
		height: auto !important;
		background-color: #ffdce8;
		padding-right: 1px;
		padding-top: 1px;
	}
	.footer .footerGuideLinks li:nth-of-type(2n){
		padding-right: 0;
	}
	.footer .footerGuideLinks li a{
		display: table;
		padding: 12px 0;
		background-color: #ffffff;
		background-image: url(../img/arrow_icon.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 6px;
	}
	.footer .footerGuideLinks li a:hover{
		opacity: 1;
	}
	.footer .footerGuideLinks li a:before{
		position: static;
		margin: 0 auto;
		display: table-cell;
		max-width: 31px;
		height: 31px;
		width: 31px;
		background-size: 31px;
	}
	.footer .footerGuideLinks li .guideTitleSp{
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		font-size: 0.9rem;
		width: 75%;
		padding-right: 11%;
	}
	.footer .footerGuideLinks .footerGuideType2{
		margin-top: 0;
		max-width: none;
		width: 50%;
		height: auto !important;
	}
	.footer .footerGuideLinks .footerGuideType2 a{
		padding: 12px 0;
		border: none;
		background-size: 6px;
	}
	.footer .footerGuideLinks .footerGuideType2 a:hover{
		border: none;
		background-image: url(../img/arrow_icon.png);
	}
	.footer .footerGuideLinks .footerGuideType2 a img{
		margin: 0 auto;
	}
	.footer .footerGuideLinks .footerGuideType2 a .guideTitleSp{
		width: 75%;
		text-align: left;
	}
	.footer .footerGuideLinks .footerGuideType2 a:hover .guideTitleSp{
		color: #111111;
	}
	.footer .footerGuideLinks .footerGuideType2:nth-of-type(6) a:hover:before{
		background-image: url(../img/footer_guide_link6.png);
	}
	.footer .footerGuideLinks .footerGuideType2:nth-of-type(7) a:hover:before{
		background-image: url(../img/footer_guide_link7.png);
	}
	.footer .footerGuideLinks .footerGuideType2:nth-of-type(8) a:hover:before{
		background-image: url(../img/footer_guide_link8.png);
	}
	.footer .footerCopyright{
		padding-top: 10px;
	}
	.footer .footerCopyright .footerNav li a{
		font-size: 0.9rem;
		font-weight: 300;
	}
	.footer .footerCopyright .footerNav li:after{
		height: 11px;
		vertical-align: -2px;
	}
	.footer .footerCopyright .copyright{
		font-size: 0.9rem;
	}
	.footer .footerCopyright .copyright span{
		display: block;
		font-size: 0.9rem;
	}
	.footer .footerCopyright .footerNav li a:hover{
		text-decoration: none;
	}



	.snsList ul{
		text-align: left;
		font-size: 0;
		display: table;
	}
	.snsList ul li{
		width: auto;
		padding: 0;
		display: table-cell;
	}
	.snsList ul li:last-child{
		padding-right: 0;
	}
	.snsList ul .fbIcon img{
		width: 35px;
	}
	.snsList ul .twIcon img{
		width: 42px;
	}
	.snsList ul .blogIcon img{
		width: 64px;
	}
	.snsList ul .youtubeIcon img{
		width: 60px;
	}
	.snsList ul .cosmeIcon img{
		width: 80px;
	}
	.snsList ul li{
		width: 9%;
	}


	/* ----------- INSIDE PAGES ----------- */
	.main{
		padding-top: 125px;
	}
	.main .subTitle span{
		font-size: 1.5rem;
	}
	.main .subTitle{
		margin-bottom: 5px;
	}
	.divWrap{
		margin-bottom: 60px;
	}
	.secondNav{
		padding-left: 15px;
		padding-right: 15px;
	}

	.secondNavWrap{
		border-top: solid 2px #e40080;
		border-bottom: none;
		margin-bottom: 17px;
	}
	.secondNav ul:after{
		content: '';
		display: block;
		clear: both;
	}
	.secondNav ul li{
		font-size: 1.4rem;
		font-weight: 300;
		display: table;
		float: left;
	}
	.secondNav ul li:nth-of-type(n-3){
		width: 33.333%;
		max-width: none;
	}
	.secondNav ul li:nth-of-type(3){
		border-right: none;
	}
	.secondNav ul li:nth-of-type(n+4){
		width: 50%;
		max-width: none;
		border-top: solid 1px #eeedeb;
		border-bottom: solid 1px #eeedeb;
	}
	.secondNav ul li a{
		padding: 0;
		display: table-cell;
		vertical-align: middle;
		height: 38px;
		font-size: 1.4rem;
	}
	.otokuBtnWrap{
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 33px;
	}
	.otokuBtn a{
		font-size: 1.4rem;
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: 7px;
		letter-spacing: 1.8px;
	}
	.ranking{
		margin-bottom: 15px;
	}
	.ranking .subTitle span{
		width: 120px;
		margin-left: -60px;
	}
	.ranking .rankingText{
		margin-bottom: 10px;
	}
	.ranking .rankingText p{
		padding: 0;
		padding-bottom: 5px;
		font-weight: 400;
		font-size: 1.2rem;
	}
	.ranking .rankingText span{
		position: relative;
		display: block;
		float: right;
		font-size: 0.9rem;
		padding: 3px 7px;
		width: auto;
	}
	.ranking .rankingText:after {
		content: '';
		display: block;
		clear: both;
	}
	.ranking .rankingList .rankNo{
		width: 40px;
		margin-bottom: 4px;
	}
	.ranking .rankingList .rankNo img{
		width: 100%;
	}
	.ranking .rankingList li{
		width: 32%;
		margin-right: 1.4%;
	}
	.ranking .rankingList li a strong{
		font-size: 0.9rem;
		padding-top: 8px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
		font-weight: 400;
	}
	.ichiosiArea .firstOne, 
	.ichiosiArea .trialBanner{
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
		float: none;
	}
	.ichiosiArea .ichiosi{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ichiosi .ichiosiTitle{
		font-size: 1.5rem;
		margin-bottom: 7px;
	}
	.ichiosi .ichiosiList li img{
		border: none;
	}
	.ichiosi .ichiosiList p{
		font-size: 1.0rem;
		max-width: none;
	}
	.osusume .osusumeList li{
		width: 48%;
		margin-bottom: 10px;
		margin-right: 0;
		
	}
	.osusume .osusumeList li:nth-of-type(2n){
		margin-left: 3%;
	}
	.osusume .osusumeList li .osusumeText{
		font-size: 1.0rem;
		padding: 5px 0;
	}
	.osusume_contant p{
	font-weight: 400;
	}
	
	.rankingArea .subTitle span{
		width: 110px;
		margin-left: -55px;
	} 
	.osusumeArea .subTitle span{
		width: 180px;
		margin-left: -90px;
	}
	.info .infoTitleArea .infoTitle{
		font-size: 1.5rem;
	}
	.info .infoTitleArea a{
		font-size: 1.2rem;
	}
	.info .infoTitleArea{
		margin-bottom: 10px;
	}
	.info .newsList .newsDate{
		font-size: 0.9rem;
		padding-left: 0;
		width: auto;
		padding-right: 5px;
	}
	.info .newsList .newsIcon{
		font-size: 0.9rem;
		width: auto;
		padding: 3px 5px;
	}
	.info .newsList .newsText{
		font-size: 0.9rem;
		display: block;
		padding-left: 0;
		padding-top: 8px;
	}
	.info .newsList .newsText a{text-decoration: underline;}
	.info .newsList li{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mediaInfo .fbTimelineWrap{
		height: 230px;
		margin: 8px 10px;
	}
	.slider .sliderMain img{
	width: 100%;
		margin-bottom: 50px;
}
	
}
@media screen and (max-width: 640px){

}

@media screen and (max-width: 480px){


	.info .newsList .newsText a{font-size: 0.9rem !important; text-decoration: underline;}
	.header .globalNavSp{
		width: 45%;
	}
	
	
.slider .sliderMain img{
	width: 100%;
		margin-bottom: 50px;
}

	.snsList ul .fbIcon img{
		width: 25px;
	}
	.snsList ul .twIcon img{
		width: 32px;
	}
	.snsList ul .blogIcon img{
		width: 50px;
	}
	.snsList ul .youtubeIcon img{
		width: 50px;
	}
	.snsList ul .cosmeIcon img{
		width: 70px;
	}
	.snsList ul li{
		width: 9%;
	}


.copyright a {
font-size: 0.9rem;
}

.com_header .globalNav{
font-size: 12px;}
	/* header */
/*
	.com_header .headerCont .headerLinks ul li.welcom{
		width: 30%;
		margin-right: 3px;
	}
	.com_header .headerCont .headerLinks ul li.welcom .linkText{
		height: 33px;
		text-align: left;
		vertical-align: middle;
		display: table-cell;
		padding-top: 0;
	}
	.com_header .headerCont .headerLinks ul li.welcom .linkText .nameText{
		display: block;
		margin-left: 0;
	}
*/
}
