@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Bellefair');
#special-cont{
  position: relative;
  z-index:1;
}
.wrap {
	width:974px;
	margin:0 auto;
}
.inner-wrap {
	width:760px;
	margin:0 auto;
}
img {
	max-width:100%;
}
a { outline: none; }

.pc{
	display: block!important;
}
.sp{
	display: none!important;
}

/* head */
#head {
	border-bottom:solid 1px #000;
	margin-bottom:15px;
}
#utility{
	padding-top:10px;
	padding-bottom:10px;
  position: relative;
  z-index: 1;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width: 111px;
	overflow:hidden;
}
/* foot */
#foot {
	background:#fff;
	padding:30px 0 10px;
	position:relative;
	z-index:2;
}
#foot .copyright {
	font-size:11px;
	color:#4c4a4a;
	text-align:center;
}
#foot .logo {
	text-align:center;
	margin-bottom:20px;
}
/* cont */
#breadcrumb {
	font-size:14px;
/*	margin-bottom:714px;*/
}
#breadcrumb a {
	color:#000;
}
#main-visual {
	width:100%;
	height:auto;
/*	background:#f2f2f2;*/
	text-align:center;
/*	position:fixed;
	top:220px;
	left:0;*/
	z-index:1;
}

#main-visual img{
	width: 100%;
}

#contents {
	width:100%;
	padding:70px 0 0;
	position:relative;
	z-index:2;
}
/* ボタンカラー -------------------*/
/* CHECKボタン */
#article-main > section .item-list dd .btn-check {
	background-color:#6b6b6b;
	background-image: url(/img/usr/freepage/common/btn_check.png);
}
/* CHECKボタン(hover) */
#article-main > 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:60px;
}
.lead-bloc h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 50px;
  display: inline-block;
  color: #000;
  line-height: 2;
}
.lead-bloc p {
	font-size:16px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	line-height:2;
	margin-bottom:40px;
}
#article-main > section {
	margin-bottom:70px;
	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 > section:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#article-main > section .pic-bloc {
	width: 60%;
}
#article-main > section .txt-bloc {
	width: 37%;
	margin-left: 3%;
  padding: 30px;
  background: #fff;
}
#article-main > section:nth-of-type(2n) .txt-bloc{
	margin-left: 0;
	margin-right: 3%;
}
#article-main > section .txt-bloc .num{
	font-size: 40px;
	padding: 5px 5px;
	margin-bottom: 22px;
	border-bottom: 3px solid #000000;
	display: inline-block;
	font-family: 'Bellefair', serif;
}
#article-main > section .txt-bloc .caption {
    font-size: 14px;
    line-height: 1.6em;
    margin: 30px 0;
    padding: 20px 0;
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
}
#article-main > section .itemBox {
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	padding: 18px 10px;
}
#article-main > section .itemBox .itemInner{
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-align-items: top;
	align-items: top;
}
#article-main > section .itemBox .itemInner .itemName {
	font-size:14px;
	font-weight: 600;
	text-align:left;
	width: 60%;
}
#article-main > section .itemBox .itemInner .itemPrice {
	width: 40%;
	text-align: right;
}
#article-main > section .itemBox .itemInner .itemPrice p{
	text-align:right;
	font-size:14px;
	white-space:nowrap;
	display: block;
	font-weight: 600;
}
#article-main > section .itemBox .itemBtn a{
	display:block;
	margin-top: 5px;
	width:72px;
	height:21px;
	text-indent:100%;
	white-space: nowrap;
	margin-left: auto;
	overflow:hidden;
	background:#6b6b6b url(/img/usr/freepage/common/btn_check.png) no-repeat center center;
}
#article-main > section .itemBox .itemBtn span{
	text-align: right;
	color: #999999;
	display: block;
	margin-top: 5px;
}
#article-main > 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:260px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:30px;
}
#brand-info .logo em img {
	width: 154px;
}
#brand-info a.brandBtn {
	display:block;
	width:220px;
	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: 500px;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 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/usr/freepage/common/logo/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: 70px;
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.btnArea .btn a {
	display: block;
	width: 300px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	background-color: #d35497;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}
.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: #d2a4bc;
}

/*backIssues*/
.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;
}
.backIssues .ttl {
  position: relative;
	display: block;
	padding: 0;
	margin-bottom: 60px;
}
.backIssues {
    width: 100%;
    padding: 0 3%;
}
.backIssues .ttl  span {
  display: inline-block;
	background-color: #ffffff;
	padding: 0 50px;
	line-height: 1.1em;
	margin: 0 5%;
}
.backIssues .ttl  span::after {
	content: "";
  display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 50%;
	z-index: -1;
  left: 0;
	background-color: #333;
}
.backIssues .bannerArea .banner {
  width: 100%;
	text-align:center;
  margin-bottom: 18px;
}
.backIssues .bannerArea .banner img {
	border: #eeeeee solid 1px;
}

@media all and (min-width: 640px) and (max-width: 996px) {
	.wrap {
		max-width:100%;
		padding:0 10px;
	}
	#head #utility h1 {
		float:none;
		padding-bottom:5px;
	}
	#head .logolist{
		max-width:80%;
	}
	#main-visual {
		height:auto;
	}
}

@media all and (max-width: 735px) {
	#head .logolist{
		display: none;
	}
#head .nyonline_menu_select {
    float: none;
    text-align: center;
    padding-bottom: 10px;
	}
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
}

@media only screen and (max-width:640px){
  .content-bg{
    background: url(../img/bg.jpg)repeat-y center top/100% auto;
  }
  #special-cont{
    background-size: 1000px;
  }
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	img.smp {
		display:inline;
	}

	.wrap {
		width:auto;
	}
	.inner-wrap,#brand-info .inner-wrap {
		width:auto;
		padding:0 20px;
	}

/* head */
	#head {
		margin-bottom:5px;
	}
	#head #utility{
		padding-bottom: 0;
	}
	#head #utility h1{
		float:none;
		font-size:10px;
		line-height:1.4;
		padding-left:5px;
	}
	#head #utility ul{
		float:right;
		padding-right:10px;
	}
	#head #utility ul li{
	}
	#head .nyonline_menu_select{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	#head .logolist{
		display:none;
	}

/* foot */
	#foot {
		padding:0;
		position:relative;
	}
	#foot .copyright {
		font-size:10px;
		color:#fff;
		margin-bottom:0;
		background:#000;
		text-align:center;
		padding:5px;
	}
	#foot .logo {
/*		position:absolute;
		top:-25px;
		left:50%;
		z-index:2;
		width:90px;
		margin-left:-45px;*/
		text-align:center;
		padding-top:20px;
	}
	#foot .logo img{
		width:80px;
	}

/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
		height:auto;
		position: relative;
		top: auto;
	}
	#contents {
		padding:30px 0 0;
	}
	.lead-bloc {
		padding:0 20px;
		text-align:left;
		margin-bottom:50px;
	}

	#article-main .lead-bloc {
		padding: 0;
	}
  .lead-bloc h2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: left;
    display: block;
  }
	.lead-bloc p {
		font-size:120%;
		line-height:1.6;
		text-align: justify;
		margin-bottom: 18px;
	}
	#article-main > section {
    display: block;
	}
	#article-main > section+section {
		margin-top:60px;
	}
	#article-main > section .pic-bloc {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	#article-main > section .pic-bloc img {
		width:100%;
	}
	#article-main > section .txt-bloc {
		width:auto;
    background: none;
    padding: 10px 3%;
    margin-left: 0;
	}
	#article-main > section:nth-of-type(2n) .txt-bloc {
    margin-right: 0;
	}
	#article-main > section .txt-bloc .num {
		text-align: center;
	}
	#article-main > section .itemBox .itemInner .itemPrice {
     width: auto;
	}
	#article-main > section .txt-bloc .caption {
    margin: 15px 0 5px;
    padding: 15px 0;
}
	/**back**/
	.backIssues .bannerArea .banner {
    float: none;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
	}
	.backIssues .bannerArea .banner img {
    width: auto;
	}
	.backIssues .bannerArea .banner:nth-child(2n-1) {
    margin-right: 0;
	}
	.lead-bloc .ttl {
		margin-bottom: 10px;
		font-size: 25px;
	}
	.btnArea .btn a:hover {
    background-color: #000;
	}
    #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 .brand_right {
      display:block;
      width:auto;
      padding-right: 0;
      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 {
		display: none;
	}

	/*ボタン*/
	.btnArea {
    margin-bottom: 30px;
    display: block;
	}
	.btnArea .btn{
		display: block!important;
		width: 80%;
		margin: 0 auto;
    margin-bottom: 10px;
	}
	.btnArea .btn a{
		width: auto;
	}

	.backIssues .bannerArea .banner {
    float: none;
		width: auto;
    margin-bottom: 10px;
    margin-right: 0;
	}
	.backIssues .bannerArea .banner:nth-child(2n) {
		float: none;
	}
	.backIssues .bannerArea .banner img {
    width: auto;
	}
	.lead-bloc .ttl {
    margin-bottom: 10px;
		font-size: 25px;
	}

	.backIssues .ttl {
    margin-bottom: 30px;
    text-align: center;
	}
	.backIssues .ttl span {
    padding: 0 20px;
    margin: 0px 2%;
}

}
@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}


/*backIssues
-----------------------------*/
.backIssues .ttl {
  position: relative;
	display: block;
	padding: 0;
	margin-bottom: 60px;
}
.backIssues .ttl  span {
  display: inline-block;
	background-color: #ffffff;
	padding: 0 50px;
	line-height: 1.1em;
	margin: 0 5%;
}
.backIssues .ttl  span::after {
	content: "";
  display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 50%;
	z-index: -1;
  left: 0;
	background-color: #333;
}
.backIssues .bannerArea .banner {
  float: left;
  width: 49%;
  margin-bottom: 18px;
}
.backIssues .bannerArea .banner:nth-child(2n) {
	float: right;
}
.backIssues .bannerArea .banner img {
	border: #eeeeee solid 1px;
}
@media only screen and (max-width:640px){
  .backIssues .bannerArea .banner {
    float: none;
		width: auto;
    margin-bottom: 10px;
    margin-right: 0;
	}
	.backIssues .bannerArea .banner:nth-child(2n) {
		float: none;
	}
	.backIssues .bannerArea .banner img {
    width: auto;
	}
	.backIssues .ttl {
	  margin-bottom: 30px;
	}
	.backIssues .ttl span {
    padding: 0 20px;
    margin: 0px 2%;
  }
}

/* .background-pink */
#contents .background-pink {
	width:100%;
	background-color:#d35497;
	padding-bottom:230px;
}


.image-wrap {
  position: relative;
  width: 100%;
  max-width: 800px; /* 任意の幅に調整 */
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff 50%, #d35497 50%);
}

/* 画像 */
.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}