@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:600|Roboto');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.wrap {
	width:974px;
	margin:0 auto;
}
.inner-wrap {
	width:760px;
	margin:0 auto;
}

.pc {
		display:block;
	}


.sp {
		display:none !important;
	}

p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif ;	
}


img {
	max-width:100%;
}
a { outline: none; }
/* head */
#utility{
	padding-top:10px;
	padding-bottom:10px;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width:102px;
	overflow:hidden;
}
/* cont */
#breadcrumb {
	font-size:14px;
	/*	margin-bottom:714px;*/
}
#breadcrumb a {
	color:#000;
}
#main-visual {
	margin-top: 20px;
	width:100%;
	height:auto;
	/*	background:#f2f2f2;*/
	text-align:center;
	/*	position:fixed;
	top:220px;
	left:0;*/
	z-index:1;
}

#main-visual img {
	width:50%;
	text-align:center;
}

.sub{
		text-align:center;
		margin-bottom: 40px;
		
	}	

.sub img {
	margin: 0 auto;
	width:60%;
	text-align:center;
}

.blank {
	margin-bottom: 150px;	
}

.blank02 {
	margin-bottom: 200px;	
}

#contents .ttl{
	text-align:center;
}
#contents .ttl h3{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1.6px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 50px;
	display: inline-block;
	max-width: 94%;
	color: #000;
	line-height: 2;
}
#contents {
	width:100%;
	background:#fff;
	padding:40px 0 0;
	position:relative;
	z-index:2;
}
/* ボタンカラー -------------------*/
/* CHECKボタン */
#article-main .wrap > section .item-list dd .btn-check {
	background-color:#6b6b6b;
	background-image: url(../img/btn_check.png);
}
/* CHECKボタン(hover) */
#article-main .wrap > section .item-list dd .btn-check:hover {
	background-color:#000000;
}
/* 「ブランドサイトはこちら」ボタン */
#brand-info a.brandBtn {
	background-color:#6b6b6b;
	color:#fff;
}
/* 「ブランドサイトはこちら」ボタン(hover) */
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
.lead-bloc {
	text-align: center;
	margin-bottom:90px;
}

.lead-bloc h2 {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #000;
    line-height: 2;
}

.lead-bloc p {
	width: 680px;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	line-height:200%;
	margin-bottom:40px;
}
.lead-bloc .small {
	font-size:11px;
	line-height:1.6em;
	margin-bottom:40px;
	padding: 20px;
	border: 1px solid #cccccc;
	text-align: left;
	width: 584px;
	margin: 0 auto;
}
.lead-bloc .small span {
	display: block;
	margin-bottom: 10px;
}
.lead-bloc .ttl{
	font-size: 36px;
	padding: 5px 5px;
	margin-bottom: 30px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 1.6px;
	font-family: 'Roboto', sans-serif;
}


.read02 {
margin-top: 20px;
display: inline-block;	
}

#article-main .wrap > section.lead-bloc  {
	display: block;
	padding: 0 3%;
}
#article-main .wrap > section {
	margin-bottom:0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
#article-main .wrap > section:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#article-main .wrap > section .pic-bloc {
	width: 50%;
}

#article-main .wrap > section .pic-bloc img {
	width:500px;
}


/*#article-main .wrap > section .pic-bloc img {
border: 1px solid #cccccc;
}*/
#article-main .wrap > section .txt-bloc {
	width: 36%;
	margin-left: 4%;
}


#article-main .wrap > section:nth-of-type(2n) .txt-bloc{
	margin-left: 0;
	margin-right: 4%;
}
#article-main .wrap > section .txt-bloc .name{
	font-size: 21px;
	font-weight: normal;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: middle;
}
#article-main .wrap > section .txt-bloc .num{
	font-size: 36px;
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px;
	/*display: inline-block;*/
	margin-right: 20px;
	font-family: 'Roboto', sans-serif;
}
#article-main .wrap > section .txt-bloc .num.coordinate p{
	font-size: 42px;
	letter-spacing: 2.52px;
	position: relative;
	color: #092094;
	text-decoration: none;
	margin-right: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

#article-main .wrap > section .txt-bloc .num.coordinate2 p{
	font-size: 42px;
	letter-spacing: 2.52px;
	position: relative;
	color: #f22ed4;
	text-decoration: none;
	margin-right: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

#article-main .wrap > section .txt-bloc .num.coordinate + .name{
	margin-top: 20px;
}
#article-main .wrap > section .txt-bloc .caption{
	font-size: 15px;
	line-height: 200%;
	padding: 10px 0;
	  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif ;	
}
#article-main .wrap > section .itemBox {
	margin: 0;
	/*border-bottom: 1px solid #eeeeee;*/
	padding: 14px 10px;
}
#article-main .wrap > section .itemBox .itemInner .itemName {
	font-size:14px;
	font-weight: 600;
	text-align:left;
	width: 40%;
	float: left;
}
#article-main .wrap > section .itemBox .itemInner .itemPrice {
	width: 30%;
	text-align: right;
	float: right;
}
#article-main .wrap > section .itemBox .itemInner .itemPrice p{
	text-align: left;
	font-size:14px;
	white-space:nowrap;
	display: block;
	font-weight: 600;
}
#article-main .wrap > section .itemBox .itemBtn {
	width: 26%;
	float: right;
}
#article-main .wrap > section .itemBox .itemBtn a{
	display:block;
	margin-top: -2px;
	width:72px;
	height:21px;
	text-indent:100%;
	white-space: nowrap;
	margin-left: auto;
	overflow:hidden;
	background:#6b6b6b url(https://www.ny-onlinestore.com/special/sipuli/23ss_stylingbook_spring/img/btn_check.png) no-repeat center center;
	text-indent: -9999px;
}

#article-main .wrap > section .itemBox .itemBtn span{
	text-align: right;
	color: #999999;
	display: block;
	margin-top: 2px;
	font-size: 10px;
}
#article-main .wrap > section .itemBox .itemBtn a:hover {
	background-color:#000;
}
#brand-info {
	background:#eee;
	padding:25px 0;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
	display: block;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
#brand-info .brand_right h4.title {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
	font-size: 12px;
}
/*ページトップ*/
#pagetop {
	text-align: right;
	padding-right:90px;
	margin-bottom:10px;
}
#pagetop a {
	display:inline-block;
	text-align:center;
	color:#939393;
	text-decoration:none;
	padding-top:55px;
	background:url(../img/pagetop.png) no-repeat center top;
}
#pagetop a span {
	font-size:10px;
}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*ボタン*/
.btnArea {
	margin-bottom: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btnArea .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #6b6b6b;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}
.btnArea .btn.longTxt a {
	line-height: 1.3;
	padding: 6px 0 7px;
}
.btnArea .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnArea .btn a:hover {
	background-color: #000000;
}
.btnArea02 {
	margin-bottom: 120px;
}
/* --------- 0807_マンスリー --------- */
.notice{
	margin-top: 8px;
}
/* --------- 0807_マンスリー --------- */
@media all and (min-width: 640px) and (max-width: 996px) {
	.wrap {
		max-width:100%;
		padding:0 10px;
	}
	#main-visual {
		height:auto;
	}
}
@media only screen and (max-width:640px){
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	
	p {
     font-family: 'Noto Sans JP', sans-serif;	
}
	

	
	img.smp {
		display:inline;
	}
	.wrap {
		width:auto;
	}
	.inner-wrap,#brand-info .inner-wrap {
		width:auto;
		padding:0 20px;
	}
	#contents .ttl{
		text-align:center;
	}
	#contents .ttl h3{
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 1.6;
	}
	/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
		margin-top: 0;
		height:auto;
		top: auto;
	}
	#main-visual img {
	width:100%;
}

	.sp {
		display:block;
	}	
	
	.sub{
text-align: center;
				margin-bottom: 20px;
	}	
	
.sub img {
	margin: 0 auto;
	padding: 0 0 10 0;
	width:80%;
	text-align:center;
}

.blank {
	margin-bottom: 50px;	
}

.blank02 {
	margin-bottom: 80px;	
}
	
	
	
	
	#contents {
		padding:20px 0 0;
	}
	.lead-bloc {
		padding:0 3%;
		text-align:center;
		margin-bottom:40px;
	}
	#article-main .lead-bloc {
		padding: 0 3%;
	}
	.lead-bloc {
		text-align:center;
	}
	
	.lead-bloc h2 {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 1.6;
		text-align: center;
		display: block;
	}
	
	.lead-bloc p {
		text-align:justify;
		font-size: 14px;
		line-height: 200%;
		width: 94%;
	}
	.lead-bloc .small {
		width: auto;
	}
	#article-main .wrap > section {
		display: block;
		margin-bottom: 10px;
	}
	#article-main .wrap > section+section {
		margin-top: 0;
	}
	
	
	
	#article-main .wrap > section .pic-bloc {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	#article-main .wrap > section .pic-bloc img {
		width:94%;
	}
	#article-main .wrap > section .pic-bloc .bx-wrapper {
		margin-bottom: 30px;
	}
	#article-main .wrap > section .txt-bloc {
		width:auto;
		padding: 15px 20px;
		margin-left: 0;
	}
	#article-main .wrap > section:nth-of-type(2n) .txt-bloc {
		margin-right: 0;
	}
	#article-main .wrap > section .txt-bloc .name {
		display: block;
	}
	#article-main .wrap > section .txt-bloc .num img{
		width: auto;
	}
	#article-main .wrap > section .txt-bloc .num.coordinate + .name {
		margin-top: 15px auto 0 auto;
	}
		#article-main .wrap > section .txt-bloc .num.coordinate p {
			text-align: left;
			margin-top: 10px;
	}
	#article-main .wrap > section .itemBox {
		padding: 10px 1%;
	}
	#article-main .wrap > section .itemBox .itemInner .itemPrice {
		/*width: auto;*/
	}
	#article-main .wrap > section .itemBox .itemInner .itemName {
		font-size: 12px;
	}
	#article-main .wrap > section .itemBox .itemInner .itemPrice p {
		font-size: 12px;
		text-align: left;
	}
	#article-main .wrap > section .txt-bloc .caption{
		padding: 10px 0 25px;
		text-align: justify;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}
	#pagetop {
		padding-right:30px;
		position:relative;
		z-index:10;
	}
	#pagetop a {
		padding-top:0;
		width:45px;
		height:45px;
		background-image:url(../img/sp/pagetop.png);
		background-size:contain;
	}
	#pagetop a span {
		display:none;
	}
	/*ボタン*/
	.btnArea {
		margin-bottom: 50px;
    padding: 0;
		display: block;
	}
	.btnArea .btn{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
		display: block;
	}
	.btnArea .btn a{
		width: auto;
	}
	.btnArea02 {
		margin-bottom: 80px;
	}
	.lead-bloc .ttl {
		margin-bottom: 10px;
		font-size: 25px;
	}
}

@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}

/*211104追加*/
.page-nav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.page-nav li + li{
  margin-left: 60px;
}
.page-nav li a{
  width: 160px;
  display: block;
  text-decoration: none;
}
.page-nav li a span{
  display: block;
  color: #fff;
  width: 100%;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.page-nav li a:hover span{
  opacity: .7;
}
.page-nav li:first-child a span{
  background-color: #515151;
}
.page-nav li:nth-child(2) a span{
  background-color: #808080;
}
.page-nav li:nth-child(3) a span{
  background-color: #A6A6A6;
}
.page-nav li a p{
  font-size: 11px;
}
#trend.sec-ttl-wrap{
  margin-top: 70px;
}
.sec-ttl-wrap{
  margin-top: 150px;
}
.sec-ttl{
  background-color: #D9D9D9;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  line-height: 1;
}
.btn-code{
  margin-top: 30px;
}
.btn-code a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 10px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.btn-code a:hover{
  background-color: #6b6b6b;
}
.btn-code a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width:640px){
  .page-nav{
    display: block;
  }
  .page-nav li + li{
    margin-top: 20px;
    margin-left: 0;
  }
  .page-nav li a{
    margin: 0 auto;
  }
  .page-nav li a span{
  }
  .page-nav li a:hover span{
    opacity: 1;
  }
  #trend.sec-ttl-wrap{
    margin-top: 35px
  }
  .sec-ttl-wrap{
    margin-top: 55px;
  }
  .btn-code{
    width: 80%;
    margin: 15px auto 0;
  }
  .btn-code a{
    width: auto;
  }
}


