@charset "utf-8";

/*==========================================
 [common]
===========================================*/
/* mainSec_top 
----------------------------------*/
.mainSec_top {
	padding-top: 8.0rem;
	padding-bottom: 6rem;
  margin-top: 5.0rem;
  margin-bottom: 0.0rem;	
  background-image: url("../images/bg_contents.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
 }
.mainSec_top:first-child {
  margin-top: 0.0rem;
}
@media (max-width: 767px)  {
	.mainSec_top {
    padding-top: 4.0rem;
    padding-bottom: 5rem;
		margin-top: 0rem;
	 }
}
.mainSec_top h2 {
  padding-bottom: 3.5rem;
  margin-top: 0.0rem;
	margin-bottom: 3.0rem;
	font-weight: 600;
	color: #965900;
	text-align: center;
  background-image: url("../images/bg_title.png");
  background-repeat: no-repeat;
  background-position: bottom center; 
}
@media (max-width: 767px)  {
	.mainSec_top h2 {
      background-size:80% auto;
	 }
}
@media (min-width: 768px){
	.mainSec_top h2 {
      background-size:auto auto;
      padding-bottom: 5.0rem;
	 }
}

.mainSec_top p {
	line-height: 2.0;
}

/* bgColor */
.bgColor {
	background-color: #fff7c3;
}



/* ----------------------------------
   movie-item
----------------------------------*/
.movie-item video {
  width: 100%;
  height: auto;
}


/* ----------------------------------
	productWrapp
----------------------------------*/
/* product-item 
----------------------------------*/
.product-item {
  margin-top: -6.0rem;
  margin-bottom: 3.0rem;
}
.product-item > li {
  margin-top: 6.0rem;
}
.product-item > li h3 {
  padding-top: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}
.product-item > li p {
  line-height: 1.6;
  font-size: 100%;
}
@media (max-width: 767px){
  .product-item {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-item > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1441px)  {
  .product-item {
    margin-left: -40px;
    margin-right: -40px;
  }
  .product-item > li {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ----------------------------------
	conceptWrapp
----------------------------------*/
/* conceptPhoto */
.conceptPhoto {
	margin-bottom: 2.0rem;
  margin-left: 0px;
  margin-right: 0px;
}
.conceptPhoto li {
  padding: 0;
}