@charset "UTF-8";
/**
 *
 *  ページ名.css
 *
 */
/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  	Content
---------------------------------------------------------------------------*/
/*============================
#goods
============================*/
#goods {
  background: #00b8e0 url("../images/index/bg_sky.gif") top center no-repeat;
  background-size: contain;
  /*============================
	#heading
	============================*/
  /*============================
	#original
	============================*/
  /*============================
	#avatar
	============================*/
}

#goods .pc {
  display: block;
}

#goods .sp {
  display: none;
}

#goods img {
  max-width: 100%;
  height: auto;
}

#goods .m0a {
  margin: 0 auto;
}

#goods .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

#goods .goods_detail {
  width: 100%;
  margin: auto;
  text-align: center;
}

#goods .goods_detail > * {
  margin-bottom: 22px;
  text-align: center;
}

#goods .goods_detail img {
  margin: auto;
}

#goods #heading .goods_detail {
  background: url("../images/index/img_nuigurumi_02.png") top center no-repeat;
  background-size: 100% 100%;
  height: 411px;
  font-size: 15px;
  font-weight: bold;
}

#goods #header_title {
  padding-top: 50px;
}

#goods #header_title h3 {
  text-align: center;
  margin: auto 30px 20px;
}

#goods #header_title h3 img {
  margin: auto;
}

#goods #original {
  margin-bottom: 20px;
}

#goods #avatar {
  margin-bottom: 65px;
}

#goods #bnr_area {
  overflow: hidden;
  *zoom: 1;
}

#goods #bnr_area li {
  float: left;
  width: 50%;
}

#goods #bnr_area li a img {
  width: 100%;
  height: auto;
}

/* @SP */
@media all and (max-width: 767px) {
  #goods {
    background: #00b8e0 url("../images/index/bg_sky.gif") top center no-repeat;
    background-size: contain;
    width: 100%;
    /*============================
		#heading
		============================*/
    /*============================
		#original
		============================*/
    /*============================
		#avatar
		============================*/
  }
  #goods .pc {
    display: none;
  }
  #goods .sp {
    display: block;
  }
  #goods img {
    max-width: 320px;
    margin: auto;
  }
  #goods .goods_detail {
    max-width: 320px;
    margin: auto;
  }
  #goods .goods_detail > * {
    margin-bottom: 6px;
  }
  #goods #heading .goods_detail {
    background: url("../images/index/img_nuigurumi_02_sp.png") top center no-repeat;
    background-size: 100% 100%;
    height: 214px;
    font-size: 10px;
    line-height: 1.7em;
    margin-bottom: 26px;
    font-weight: bold;
  }
  #goods #heading .goods_detail p {
    margin-top: 10px;
  }
  #goods #header_title {
    padding-top: 20px;
  }
  #goods #header_title h3 {
    margin: auto 30px 8px;
  }
  #goods #original {
    margin-bottom: 8px;
  }
  #goods #avatar {
    margin-bottom: 25px;
  }
  #goods #avatar figure {
    margin-top: 0px;
  }
  #goods .img_swimer img:last-of-type {
    margin-bottom: 47px;
  }
  /*============================
	#Side
	============================*/
  #Side {
    display: none;
  }
}

/*--------------------------------------------------------------------------
   xxx
---------------------------------------------------------------------------*/
/* xxx
-----------------------------------------------------------------*/
/* xxx */
