@charset "UTF-8";
body {
  color: #000;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  /*font-family: 游ゴシック, YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
  font-size: 20px;
  font-size: 1rem;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.mincho {
	 font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
#container {
	width:100% !important;
}
#wrapper {
  width: 100%;
  /* max-width: 2000px; */
  margin: 0 auto;
  background: #FFF;
  overflow-x: hidden;
}
.lpWrap {
    z-index: 9;
    margin-bottom: 0;
    overflow: hidden;
    min-width: 1000px;
}
.lpWrapInner {
    width: 200%;
    margin: 0 -50%;
    text-align: center;
    position: relative;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .inner {
	width:1200px;
    margin: 0 auto;
}
.header h1 img {
    width: 100%;
	max-width: 1920px;
}
/* .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
} */
.productArea {
  text-align: center;
  position: relative;
}
.cartBottom {
  position: relative;
}
.cartBtn {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 800px;
}
.cartBtnArea_smaller {
  position: relative;
}
.cartBtn_smaller {
  top: auto;
bottom: 440px;
width: 770px;
}
.cartBtn_smaller img {
  max-width: 100%;
}
.product {
    position: relative;
}
.product a {
    position: absolute;
}
.product01 a {
    top: 647px;
    left: 150px;
}
.product02 a {
    top: 210px;
    right: 150px;
}
.mangaImg {
    text-align: center;
}
.footer {
    padding: 55px 15px 0px;
    color: #000;
}
.footer ul li {
    display: inline-block;
}
.footer ul {
	text-align:center;
}
.footer ul li a {
    padding: 0 35px;
    border-right: 1px solid #999;
    line-height: 1;
    display: inline-block;
}
.footer ul li:last-child a {
    border-right: 0px solid #999;
}
p.copyright {
    color: #000;
    text-align: center;
    padding: 1.5em 0;
    font-size: 1em;
}
