@charset "utf-8";
/*********************************************************************
 *
 *  For GOODS
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 25px;
}
#outline .inner {
}
#outline h2 {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 3.2rem;
	line-height: 50px;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	text-align: center;
	background-color: #000;
}
#outline .goods {
	display: block;
}

/* pay */
/* --------------------------------------------------------------------------- */
#pay {
	margin-bottom: 25px;
}
#pay .inner {
  width: 860px;
  padding: 35px;
  background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#pay h3 {
  margin-bottom: 20px;
  color: #ffea00;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#pay .desc {
  margin-bottom: 20px;
  padding-right: 100px;
  min-height: 60px;
  color: #FFF;
  background: url(../img/ico_applepay.png) right top no-repeat;
  background-size: 90px auto;
}
#pay .list {
  display: flex;
  justify-content: space-between;
}
#pay .list li {
  width: 380px;
}

}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 20px;
}
#outline .inner {
}
#outline h2 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 50px;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	text-align: center;
	background-color: #000;
}
#outline .goods {
	display: block;
}

/* pay */
/* --------------------------------------------------------------------------- */
#pay {
	margin-bottom: 25px;
}
#pay .inner {
  padding: 30px 10px;;
  background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#pay h3 {
  margin-bottom: 15px;
  color: #ffea00;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#pay .desc {
  margin-bottom: 15px;
  padding-bottom: 70px;
  color: #FFF;
  background: url(../img/ico_applepay.png) center bottom no-repeat;
  background-size: 90px auto;
}
#pay .list {
}
#pay .list li:nth-child(1) {
  margin-bottom: 10px;
}
#pay .list li iframe {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 141px;
}

}/* max-width: 767px */