@charset "UTF-8";
/* ==========================================================================================
 Reset
========================================================================================== */
* {
	padding: 0;
	margin: 0;
	font-style: normal;
	position: relative;
	box-sizing: border-box;
}
ul,ol { list-style-type: none; }
body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, table, th, td, embed, object, button {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
}
body {
	background-attachment: scroll;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 180%;
	overflow-y: scroll;
}
main {
	display: block;
}
select,input,textarea,option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
	border: 0;
}
a {
	outline: medium none;
	text-decoration: none;
	color: #666;
}
a:link {}
a:visited {}
a:hover { text-decoration: none; opacity: 0.7; }
a:active {}
a:focus, *:focus { outline: none; }
*:after { clear: both; }
h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}
h3 {
	line-height: 1;
}
/* ==========================================================================================
 Mobile
========================================================================================== */
/* common
------------------------------------------------------------------------------------------ */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
section {
	padding-bottom: 40px;
}
.img-responsive {
	max-width: 100%;
	width: 100%;
	display: block;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.button {
	background-color: #000;
    padding: 10px 10px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 260px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
.button::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/shopnow-arrow.svg) no-repeat center 100%;
	width: 9px;
	height: 12px;
	right: 10px;
	top: calc(50% - 6px);
}
.pc {
	display: none !important;}
.sp {
	display: block !important;}
.color-pink {
	color: #e3287f;
}
.color-blue {
	color: #00a1e9;
}
.font-maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* header
------------------------------------------------------------------------------------------ */
/* header top*/

/* main visual */

/* main
------------------------------------------------------------------------------------------ */
/* header */
.header-top {
	padding: 12px 0 10px;
}
.header-mainvisual {
	padding: 14px;
	background-image: url(../img/header-bg__sp.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.header-logo {
	margin-bottom: 10px;
	padding-top: 70%;
}
.header-logo img {
	width: 150px;
}
.header-title {
    margin-bottom: 10px;
}
.header-detail {
	margin-bottom: 26px;
}
.header-detail2 {
	margin-bottom: 10px;
}
.header-annotate {
	overflow: hidden;
	margin-left: -14px;
}
.header-annotate small {
    background-color: #585858;
    color: #fff;
    transform: skew(-13deg, 0deg);
    display: inline-block;
    margin-left: -3px;
    line-height: 1;
    padding: 4px 14px 4px 17px;
}
.header-model {
    position: absolute;
    top: 0;
    right: 3px;
    width: 51%;
    z-index: 1;
    margin-top: -15px;
}
/* profile */
.profile:after,
.pickup3:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url(../img/section-cut.png);
    background-repeat: repeat-x;
    background-position: left;
    margin: 40px 0 20px;
    background-size: auto;
    visibility: visible;
}
.profile-title {
	text-align: center;
	margin-bottom: 30px;
    margin-top: 50px;
}
.profile-title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 50px;
	height: 50px;
	background-image: url(../img/profile-title__circle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	left: calc(50% - 90px);
    top: -20px;
}
.profile-nozomi {
	margin-bottom: 40px;
}
.profile-pic {
	width: 48%;
	float: left;
}
/*
.profile-pic:before {
	content: "";
	display: block;
	position: absolute;
    z-index: 1;
	border-left: 3px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	width: 6px;
	height: 100%;
	left: 0;
}
.profile-pic:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #fff transparent;
}
*/
.profile-detail {
	width: 48%;
	float: right;
}
.profile-detail__title {
	font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    line-height: 1.2;
}
.profile-detail__title small {
	display: block;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    margin: 5px 0 10px;
}
.profile-detail__list {
	font-size: 11px;
	letter-spacing: -0.3px
}
.profile-detail__list li {
	margin-bottom: 4px;
}
.profile-detail__list strong {
	color: #fff;
	padding: 3px 5px;
	border-radius: 100px;
	margin-right: 5px;
}
.profile-nozomi .profile-detail__list strong {
	background-color: #e3287f;
}
.profile-ai .profile-detail__list strong {
	background-color: #00a1e9;
}
/* pickup0 */
.pickup-main {
	padding: 14px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	margin-bottom: 20px;
}
.pickup1 .pickup-main {
	background-image: url(../img/pickup1-main__sp.png);
}
.pickup2 .pickup-main {
	background-image: url(../img/pickup2-main__sp.png);
}
.pickup3 .pickup-main {
	background-image: url(../img/pickup3-main__sp.png);
}
.pickup-title {
	padding-top: 65%;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.pickup-main__subtitle {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pickup-sub__model {
	width: 40%;
}
.pickup-sub__kimono {
	width: 60%;
    vertical-align: top;
    padding-top: 30%;
}
.pickup-sub__detail {
	margin-bottom: 20px;
}
.pickup-sub__detail-kimono {
	margin-bottom: 20px;
}
.pickup-sub__button {
	margin-top: -60px;
    right: 0;
    width: 60%;
    margin-right: 0px;
}
.pickup2 .pickup-sub__button {
	margin-left: 0;
}
.pickup3 .pickup-sub__button {
	margin-top: -10px;
    width: 50%;
}
.pickup3 .pickup-sub__kimono {
	padding-top: 0;
}
.pickup-sub__txt {
	padding-top: 17%;
	width: 40%;
	vertical-align: top;
	font-size: 16px;
	display: inline-block;
	margin-left: -10px;
}
.pickup-ex__title {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pickup-ex__title img {
	display: inline-block;
	text-align: center;
}
.pickup-ex__title::before,
.pickup-ex__title::after {
	content: "";
	display: block;
	width: 8%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
}
.pickup-ex__title::before {
	left: 0;
}
.pickup-ex__title::after {
	right: 0;
}
/* ranking */
.ranking-title {
	font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
.ranking-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 50px;
	height: 50px;
	background-image: url(../img/profile-title__circle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	left: 4%;
    top: -20px;
}
.ranking-list__model {
	width: 70%;
}
.ranking-list__top {
	text-align: center;
    width: 50%;
    float: right;
    margin-top: -45%;
}
.ranking-list__top span {
	display: block;
}
.ranking-list__button {
	margin-top: 10px;
    width: 90%;
}
.ranking-list__ranking2 .ranking-list__top {
	margin-top: -35%;
}
.ranking-list__ranking3 .ranking-list__top {
	margin-top: -23%;
}
.slick img {
	display: block;
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
}
.slick a {
	display: block;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    text-indent: -999%;
    overflow: hidden;
    background-size: contain;
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    height: 16px;
}
.slick-prev.slick-arrow {
	background-image: url(../img/arrow-left.png);
    left: -10px;
}
.slick-next.slick-arrow {
	background-image: url(../img/arrow-right.png);
    right: -10px;
}
/* footer
------------------------------------------------------------------------------------------ */
.footer-container {
	background-color: #fff;
}
.footer-visual {
	padding: 14px;
	background-image: url(../img/footer-bg__sp.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.footer-logo {
	margin-bottom: 10px;
	padding-top: 70%;
}
.footer-logo img {
	width: 70px;
}
.footer-title {
	font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer-detail {
	margin-bottom: 10px;
}
.footer-coment {

}
.footer-model {
    position: absolute;
    top: 0;
    right: 23px;
    width: 40%;
    z-index: 1;
    margin-top: -23px;
}
.copyright {
	padding: 20px 0;
	text-align: center
}
/* ==========================================================================================
 Desktop
========================================================================================== */
@media only screen and (min-width: 769px){
	/* common
	------------------------------------------------------------------------------------------ */
	body {
		font-size: 14px;
	}
	.container {
		width: 1040px;
	}
	section {
		padding-bottom: 100px;
	}
	.pc {
		display: block !important;}
	.sp {
		display: none !important;}
	h1 {
		font-size: 30px;
	}
	/* header
	------------------------------------------------------------------------------------------ */
	.header-top {
	    padding: 16px 0 10px;
	}
	.header-mainvisual {
		background-image: url(../img/header-bg.png);
		padding: 30px;
	}
	.header-model {
		right: 6px;
	    width: 40%;
	    margin-top: -40px;
	}
	.header-logo {
	    margin-bottom: 60px;
	    padding-top: 10px;
	}
	.header-title {
	    margin-bottom: 40px;
	}
	.header-detail2 {
		margin-bottom: 34px;
	}
	.header-annotate {
		margin-left: -30px;
	}
	/* main
	------------------------------------------------------------------------------------------ */
	/* profile */
	.profile-nozomi {
		width: 48%;
		float: left;
	}
	.profile-ai {
		width: 48%;
		float: right;
	}
	.profile-detail__title {
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.profile-detail__list {
		font-size: 13px;
		letter-spacing: 0px;
	}
	.profile-detail__list li {
		margin-bottom: 5px;
	}
	/* pickup */
	.pickup-main {
	    padding: 0;
	}
	.pickup1 .pickup-main {
	    background-image: url(../img/pickup1-main.png);
	}
	.pickup2 .pickup-main {
	    background-image: url(../img/pickup2-main.png);
	}
	.pickup3 .pickup-main {
	    background-image: url(../img/pickup3-main.png);
	}
	.pickup-title {
    	padding-top: 7px;
	    font-size: 38px;
	    margin-bottom: 80px;
	}
	.pickup-title small {
		display: block;
	}
	.pickup-main__subtitle,
	.pickup-main__detail {
		padding-left: 150px;
		padding-right: 480px;
	}
	.pickup-main__detail {
		padding-bottom: 60px;
	}
	.pickup-sub__image {
		width: 56%;
	    float: left;
	    margin-top: -100px;
	}
	.pickup-sub__detail {
		width: 37%;
    	float: right;
	}
	.pickup-sub__button {
		position: absolute;
		bottom: 20px;
		left: 262px;
		right: auto;
	}
	.pickup2 .pickup-title {
		text-align: right;
	}
	.pickup2 .pickup-main__subtitle,
	.pickup2 .pickup-main__detail {
		padding-left: 490px;
		padding-right: 150px;
	}
	.pickup2 .pickup-sub__image {
		float: right;
	}
	.pickup2 .pickup-sub__detail {
		float: left;
	}
	.pickup2 .pickup-sub__button {
		right: 260px;
		left: auto;
		bottom: 40px;
	}
	.pickup3 .pickup-sub__image {
		margin-top: -50px;
	}
	.pickup3 .pickup-sub__button {
		top: 150px;
		left: 300px;
		bottom: auto;
	}
	.pickup-ex {
		margin-top: 70px;
	}
	/* ranking */
	.ranking-title {
		font-size: 38px;
	}
	.ranking-title:before {
		left: calc(50% - 255px);
	}
	.ranking-list {
		height: 690px;
	}
	.ranking-list__ranking1 {
	    position: absolute;
    	width: 420px;
	}
	.ranking-list__ranking2 {
		position: absolute;
		width: 280px;
		left: 400px;
		top: 70px;
	}
	.ranking-list__ranking3 {
		position: absolute;
		width: 310px;
		left: 690px;
		top: 60px;
	}
	.ranking-list__model {
		width: 100%;
	}
	.ranking-list__ranking1 .ranking-list__top {
		margin-top: -134px;
    margin-right: -60px;
	}
	.ranking-list__ranking2 .ranking-list__top {
		margin-top: 5px;
    margin-right: -43px;
	}
	.ranking-list__ranking3 .ranking-list__top {
		margin-top: 0px;
    margin-right: 50px;
   	}
   	.ranking-list__top {
		width: 170px;
		text-align: left;
		margin-right: 120px;
		margin-top: -160px;
	}
   	.ranking-list__top span {
		display: inline-block;
		vertical-align: top;
		padding-left: 17px;
		padding-top: 28px;
		line-height: 1.5;
	}
	.ranking-list__ranking2 .ranking-list__top span,
	.ranking-list__ranking3 .ranking-list__top span {
		padding-top: 18px;
	}
	.ranking-list__button {
		width: 100%;
    	padding: 10px;
	}
	.slick img {
		width: 80%;
	}
	/* footer
	------------------------------------------------------------------------------------------ */
	.footer-visual {
		background-image: url(../img/footer-bg.png);
		padding: 30px;
	}
	.footer-model {
		right: 370px;
		width: 250px;
		margin-top: -36px;
	}
	.footer-logo {
		margin-bottom: 30px;
		padding-top: 0;
		text-align: right;
	}
	.footer-title {
		margin-bottom: 40px;
		padding-left: 630px;
		text-align: right;
	}
	.footer-detail {
		padding-left: 630px;
		margin-bottom: 40px;
		text-align: right;
	}
	.footer-coment {
		padding-left: 630px;
		text-align: right;
	}
	.footer-button {
		margin-right: 0;
		    margin-bottom: 40px;
	}
	.copyright {
		margin-top: 100px;
	}
}
/* ==========================================================================================
 wide
========================================================================================== */
@media only screen and (min-width: 1000px){

}