@charset "utf-8";

.topics-list {
  background: #f5f5f5;
  margin-left: 0;
  padding-bottom: 40px;
  margin-bottom: 75px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.topics-list a:hover{
	opacity: 0.85;
}

/*-------------------------
  side-area
--------------------------*/
.topics-list .side-area {
  width: 200px;
  padding-top: 45px;
  padding-left: 0;
  margin-left: 0;
}
.topics-list .side-area .brand-logo {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 3px solid #333;
}
.topics-list .side-area .brand-logo img{
  max-width: 56%;
}
.topics-list .side-area .update {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-family: 'Open Sans', sans-serif;
}
.topics-list .side-area .update span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-top: 3px;
}

/*-------------------------
  main-area
--------------------------*/
.main-area.span9 {
  width: 770px;
  float: left;
  margin-left: 0;
  padding: 40px 0 40px;
  background: #fff;
}
.main-area h4.topics-title {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  font-family: 'Open Sans', sans-serif;
}
.main-area h4.topics-title img {
  max-width: 544px;
  width: 75%;
}
.fair-novelty-title img {
	display: block;
  max-width: 240px;
  width: 60%;
  margin: 4% auto 2% auto;
}
.fair-novelty-image img {
	display: block;
  max-width: 430px;
  width: 85%;
  margin: 0 auto 1% auto;
}
.main-area .topics-lead {
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.03em
}
.main-area .topics-lead p {
  /*margin-bottom: 40px;*/
  text-align: center;
  margin: 0;
}
.main-area .topics-lead p span.att {
  font-size: 0.85em;
}

/* product-lists */
.main-area .product-lists {
  width: 720px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.main-area .product-lists li.product {
  margin-top: 0px;
  /*padding-top: 10px;*/
}
.main-area .product-lists li:nth-child(2){
  margin-top: 0;
  padding-top: 0;
}
.main-area .product-lists li:nth-child(3){
  margin-top: 30px;
  padding-top: 0;
}
.main-area .product-lists li:nth-child(4){
  margin-top: 30px;
  padding-top: 0;
}
.main-area .product-lists h5 {
  font-size: 25px;
  margin-bottom: 10px;
}
.main-area .product-lists h5 span {
  padding-top: 10px;
}
.main-area .product-lists .main-photo img
.main-area .product-lists .side-photo img {
  width: 100%;
}
.main-area .product-lists .side-photo {
	overflow: hidden;
  margin-top: 4%;
}
.main-area .product-lists .side-photo li:nth-child(odd) {
  float: left;
}
.main-area .product-lists .side-photo li:nth-child(even) {
  float: right;
}
.main-area .product-lists .caption {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  text-align: center;
}
.main-area .product-lists .product-info {
  margin-top: 0;
  text-align: center;
}
.main-area .product-lists .product-info img {
  max-width: 460px;
  width: 100%;
}
.main-area .product-lists .product-info span {
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 4% 0;
}
.main-area .product-lists li.product .buy {
  padding: 0;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 3%;
}
.main-area .product-lists li.product .buy p {
	width: 50%;
	float: left;
  padding:  12px 0 12px 2em;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.main-area .product-lists li.product .buy ul {
	width: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.main-area .product-lists li.product .buy ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.main-area .product-lists li.product .buy ul li:first-child {
	width: 50%;
	float: left;
	color: #ffffff;
}
.main-area .product-lists li.product .buy ul li.m_only {
	width: 50%;
	float: right;
	color: #ffffff;
}
.main-area .product-lists li.product .buy ul li:first-child a {
	color: #000;
	display: block;
	background-color: #e2e2e2;
	text-align: left;
	font-size: 1.2em;
	padding: 1em 0 1.1em 1.1em;
}
.main-area .product-lists li.product .buy ul li:nth-child(2) {
	width: 50%;
	float: right;
	border-left: 1px solid #f5f5f5;
	box-sizing: border-box;
}
.main-area .product-lists li.product .buy ul li:nth-child(2) a {
	color: #000;
	display: block;
	background-color: #d0d0d0;
	text-align: left;
	font-size: 1.2em;
	padding: 1em 0 1.1em 1.1em;
}
.main-area .product-lists li.product .buy ul li a:hover {
	text-decoration: none;
}
.main-area .product-lists li.product .buy ul li img.button_arrow {
	position: absolute;
	right: 0.8em;
	top: 36%;
	max-width: 7px;
	width: 4%;
}

/* page-link */
.main-area .page-last {
  max-width: 720px;
  width: 95%;
  /*border-top: 1px solid #ccc;*/
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.main-area .page-link {
  width: 100%;
  margin: 20px auto 0 auto;
  border: 1px solid #ccc;
  text-align: center;
}
.main-area .page-link a {
  display: block;
  line-height: 100px;
  font-family: 'Myriad Pro',sans-serif;
}
.main-area .page-link a:hover {
  text-decoration: none;
}
.main-area .page-link p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.14em;
  position: relative;
}
.main-area .page-link p img {
  max-width: 530px;
  width: 95%;
  padding-right: 2%;
}
.main-area .page-link .sub {
  font-size: 12px;
  position: absolute;
  right: 70px;
  vertical-align: middle;
  padding-right: 0;
  letter-spacing: 0.1em;
  background: url('http://ds-assets.s3.amazonaws.com/e-look.jp/2016/scapa/0914_originals/arrow.png') no-repeat right center;
  font-family: 'NotoSansCJKjp-Regular',sans-serif;
  font-weight: normal;
  width: 2%;
}

/* responsive */
img.pc_view {
	display: inline;
}
img.smp_view {
	display: none;
}
br.pc_view {
  display: inline;
}
br.smp_view {
  display: none;
}
span.pc_view{
  display: inline;
}
span.smp_view{
  display: none;
}

/******************************
pc
*******************************/
@media (min-width: 980px) and (max-width: 1200px) {
  .topics-list .side-area {
    width: 150px;
  }
  .main-area.span9 {
    width: 760px;
  }
  .main-area .product-lists {
    width: 700px;
  }
}

/******************************
tablet only
*******************************/
@media (min-width:768px) and (max-width: 979px) {
  .topics-list .side-area {
    width: 20%;
  }
  .main-area.span9 {
    width: 80%;
  }
  .main-area h4.topics-title {
    font-size: 22px;
  }
  .main-area .topics-lead {
    font-size: 13px;
  }
  .main-area .product-lists {
    width: 95%;
  }
 .main-area .product-lists li.product .buy p {
  padding: 12px 0 12px 1em;
 }

  /* page-link */
  .main-area .page-link .page-title {
    font-size: 17px;
  }
}

/******************************
smartphone to tablet
*******************************/
@media (max-width: 979px) {
	
.main-area .product-lists li.product .buy p {
  font-size: 12px;
}
  
.main-area .product-lists li.product .buy ul li:first-child a {
	font-size: 1em;
}
.main-area .product-lists li.product .buy ul li:nth-child(2) a {
	font-size: 1em;
}
  .main-area .product-lists .side-photo li {
    width: 48%;
  }
    .main-area .page-link p{
    font-size: 20px;
  }
  .main-area .page-link .sub {
    right: 20px;
  }
  .main-visual{
    margin: 0 -5px;
    width: auto;
  }
  .topics-list {
    width: auto;
    margin: 0 -5px 45px;
    padding-bottom: 0;
  }
}

/******************************
smartphone only
*******************************/
@media (max-width: 767px) {
  .topics-list {
    padding-bottom: 0;
    margin-bottom: 45px;
  }
.main-area .topics-lead p {
  margin-bottom: 0;
}
  .main-area .product-lists .product-info{
    margin-top: 0;

  }
  .topics-list .side-area .brand-logo img{
    width: 70%;
  }

  /*-------------------------
    side-area
  --------------------------*/
  .topics-list .side-area {
    width: 100%;
    padding: 14px 0;
    overflow: hidden;
  }
  .topics-list .side-area .brand-logo {
    float: left;
    width: 34%;
    border-right: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 22px;
  }
  .topics-list .side-area .update {
    float: left;
    text-align: center;
    padding-top: 0;
  }
  .topics-list .side-area .update span {
    display: inline;
    font-weight: bold;
    margin-top: 3px;
  }

  /*-------------------------
    main-area
  --------------------------*/
.main-area .product-lists {
  padding: 30px 0 20px 0;
}
  .main-area.span9 {
    width: 100%;
    padding: 30px 10px 0;
  }
  .main-area h4.topics-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .main-area .topics-lead p {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }

  /* product-lists */
  .main-area .product-lists {
    width: 100%;
    padding-bottom: 20px;
  }
  .main-area .product-lists h5 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .main-area .product-lists h5 .sub {
    padding-top: 5px;
  }
  .main-area .product-lists li.product {
    margin-top: 0;
  }
  .main-area .product-lists li:nth-child(4){
    margin-top: 15px;
  }
  .main-area .product-lists li:nth-child(2){
    margin-top: 0;
  }
  .main-area .product-lists .product-info .product{
    font-size: 15px;
  }
  .main-area .product-lists .caption {
    font-size: 12px;
	line-height: 2;
	margin: 10px 0;
	text-align: left;
}

  .main-area .product-lists .product-info .product .name {
    margin-right: 10px;
  }
  
  
  
.main-area .product-lists li.product .buy {
  padding: 0;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 3%;
}
.main-area .product-lists li.product .buy p {
	width: 100%;
	float: none;
  padding:  12px 0 12px 0;
  box-sizing: border-box;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
.main-area .product-lists li.product .buy ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
}
.main-area .product-lists li.product .buy ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.main-area .product-lists li.product .buy ul li:first-child {
	width: 50%;
	float: left;
	color: #ffffff;
}
.main-area .product-lists li.product .buy ul li:first-child a {
	display: block;
	text-align: left;
	font-size: 1em;
	padding: 1em 0 1.1em 1em;
}
.main-area .product-lists li.product .buy ul li:nth-child(2) {
	width: 50%;
	float: right;
	border-left: 1px solid #f5f5f5;
	box-sizing: border-box;
}
.main-area .product-lists li.product .buy ul li:nth-child(2) a {
	display: block;
	text-align: left;
	font-size: 1em;
	padding: 1em 0 1.1em 1em;
}
.main-area .product-lists li.product .buy ul li.m_only {
	width: 100%;
	float: none;
}
.main-area .product-lists li.product .buy ul li.m_only a {
	display: block;
	text-align: center;
	font-size: 1em;
	padding: 1em 0 1.1em 0;
}
.main-area .product-lists li.product .buy ul li img.button_arrow {
	position: absolute;
	right: 0.8em;
	top: 34%;
	max-width: 7px;
	width: 5%;
}
  
  
  /* page-link */
.main-area .page-last {
  width:100%;
  padding: 10px 0 0 0;
}

  .main-area .page-link p{
    text-indent: 0;
}
  .main-area .page-link p img{
    max-width: 400px;
	width: 95%;
	padding: 0;
}
  .main-area .page-link a {
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
  }
  .main-area .page-link .sub {
    display: block;
    background: none;
    margin: 7px 0 0 0;
    padding: 0;
    position: static;
    font-size: 11px;
	width: 100%;
  }

  /* responsive */
  img.pc_view {
  	display: none;
  }
  img.smp_view {
  	display: inline;
  }
  br.smp_view {
    display: inline;
  }
  br.pc_view {
    display: none;
  }
  span.pc_view{
    display: none;
  }
  span.smp_view{
    display: inline;
  }
}
@media(max-width: 480px){
  .topics-list .side-area .update {
    padding-top: 0;
  }
}
@media(max-width: 380px){
  .main-area .topics-lead p {
    font-size: 12px;
  }
}