#page-container {
  min-width: 960px;
  overflow: hidden;
}

#page-container .main__ttl {
  font-size: 171.4285714286%;
  color: #4c535b;
}

#page-container .main-container .main__body {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

#page-container .main-container.mariohanafuda {
  margin-bottom: 70px;
  padding-top: 34px;
}

#page-container .main__ttl h2 {
    margin-bottom: 18px;
    text-align: center;
}

#page-container #infoArea {
    margin-bottom: 54px;
    text-align: center;
    position: relative;
}
#page-container #infoArea p:first-child {/*PC用*/
    position: absolute;
    top: -88px;
    right: 32px;
}
#page-container #infoArea p:first-child + * {/*メインイメージ*/
    margin-bottom: 185px;
}
#page-container #infoArea p:first-child + * + * {/*スマホ用*/
    display: none;
}

#page-container #infoArea p:first-child + * + * + * img:first-child,/*花札赤 タイトル*/
#page-container #infoArea p:first-child + * + * + * + * img:first-child {/*花札黒 タイトル*/
    width: 186px;
    height: auto;
    position: absolute;
    top: 478px;
}
#page-container #infoArea p:first-child + * + * + * img:first-child {
    left: 109px;
}
#page-container #infoArea p:first-child + * + * + * + * img:first-child {
    right: 268px;
}

#page-container #infoArea p:first-child + * + * + * img:first-child + *,/*花札赤 写真*/
#page-container #infoArea p:first-child + * + * + * + * img:first-child + * {/*花札黒 写真*/
    width: 160px;
    height: auto;
    position: absolute;
    top: 465px;
}
#page-container #infoArea p:first-child + * + * + * img:first-child + * {
    left: 308px;
}
#page-container #infoArea p:first-child + * + * + * + * img:first-child + * {
    right: 96px;
}

#page-container #infoArea p:first-child + * + * + * + * + * {/*発売日・価格*/
}

#page-container #pictureList {/*各月絵柄*/
    width: 880px;
    margin: 0 auto;
}
#page-container #pictureList ul {
    overflow: hidden;
}
#page-container #pictureList ul li {
    float: left;
    margin-bottom: 68px;
    position: relative;
}
#page-container #pictureList ul li:nth-child(2n) {
    margin-left: 50px;
}
#page-container #pictureList ul li:before {
    content: '';
    display: block;
    width: 410px;
    height: 242px;
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
}

#page-container #localNav {
    text-align: center;
}
#page-container #localNav p {
    margin-bottom: 6px;
    font-size: 11px;
}
#page-container #localNav ul li {
    display: inline-block;
    margin: 0 15px;
}
#page-container #localNav ul li a {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
#page-container #localNav ul li a:hover {
    opacity: .7;
}
