body {
  font: 62.5%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .outline {
  font-size: 1.4em;
}

.sub_part {
  color: #dddddd;
}

/* mod-grid
------------------------------------------------------- */
.mod-grid > .sub-cell {
  display: block;
  vertical-align: top;
  margin-top: 30px;
}
.mod-grid.-step > .sub-cell {
  margin-top: 0;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  margin-top: 0;
  padding-top: 37px;
  position: relative;
}
.mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "";
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -923px no-repeat;
  display: inline-block;
  width: 12.5px;
  height: 7px;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner:before {
  content: none !important;
  background: transparent !important;
}

.mod-grid > .sub-cell:first-child > .sub-inner {
  padding-top: 0;
}

.mod-grid.-step > .sub-cell:first-child > .sub-inner {
  padding-top: 44px;
}

.mod-grid > .sub-cell > .sub-inner .mod-grid {
  margin-left: -30px;
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid > .sub-cell > .sub-inner .mod-grid > .sub-cell {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 50%;
}
.mod-grid > .sub-cell > .sub-inner .mod-grid > .sub-cell > .sub-inner {
  margin-left: 30px;
  text-align: left;
  padding-top: 0;
}
.mod-grid > .sub-cell > .sub-inner .mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "";
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -935px no-repeat;
  display: inline-block;
  width: 7px;
  height: 12.5px;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: auto;
  margin: auto;
}

/* mod-figureBlock
------------------------------------------------------- */
div.mod-figureBlock {
  margin-bottom: 20px;
}
div.mod-figureBlock.-step {
  padding-bottom: 14px;
  position: relative;
}
div.mod-figureBlock.-step > .sub-figure:after {
  content: "";
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -1845px no-repeat;
  display: inline-block;
  width: 25px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock {
  *zoom: 1;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-left > .sub-figure {
  float: left;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-left > .sub-figure > .sub-inner {
  padding-right: 30px;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-right {
  margin-left: -30px;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-right > .sub-figure {
  float: right;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-right > .sub-figure > .sub-inner {
  padding-left: 30px;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock.-right .sub-detail {
  padding-left: 30px;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock > .sub-figure {
  width: 50%;
}
.mod-grid > .sub-cell > .sub-inner div.mod-figureBlock > .sub-detail.rect {
  overflow: hidden;
}

/* mod-dl
------------------------------------------------------- */
div.mod-dlLikeTable > dl.mod-dl {
  margin-bottom: 20px;
  border: 1px solid #333333;
}
div.mod-dlLikeTable > dl.mod-dl > dd {
  padding: 5px 10px;
  background: white;
  border-top: 1px dotted #333333;
  line-height: 1.5em;
}
div.mod-dlLikeTable > dl.mod-dl > dt {
  padding: 5px 10px;
  background: #dddddd;
  line-height: 1.5em;
}
div.mod-dlLikeTable > dl.mod-dl > dt + dd {
  border-top: 1px solid #333333;
}
div.mod-dlLikeTable > dl.mod-dl + dl.mod-dl {
  margin-top: -21px;
}

.showPc {
  display: none;
}

.global .nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.global .nav > span.menu {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -711px no-repeat;
  display: inline-block;
  width: 63px;
  height: 65px;
  padding-top: 65px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > span.menu.close {
  background-position: 0 -641px !important;
}
.global .nav > div {
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 75px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global .nav > div.close {
  display: none;
}
.global .nav > div > ul {
  background: #ffeaf0;
  border: 1px solid #333333;
  margin: 0;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.global .nav > div > ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 16px solid #000;
  position: absolute;
  top: -17px;
  right: 35px;
}
.global .nav > div > ul li {
  display: block;
  border-top: 1px solid #333333;
  margin-top: -1px;
}
.global .nav > div > ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
  position: relative;
}
.global .nav > div > ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #000;
  border-bottom: 6px solid transparent;
}
.global .nav > div > ul li > span {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  position: relative;
}
.global .nav > div > ul li > div > ul {
  border-width: 1px 0 0 0;
}
.global .nav > div > ul li > div > ul li {
  border-top: 1px dotted #f85586;
}
.global .nav > div > ul li > div > ul li.cs span {
  color: #b89aa3;
}
.global .nav > div > ul li.home {
  border-width: 0px;
}
.global .nav > div > ul li.home > a > span {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -888px no-repeat;
  display: inline-block;
  width: 76px;
  height: 30px;
  padding-top: 30px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0px 0px 0px;
  padding-bottom: 0;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > div > ul li.nav_01 > span {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -781px no-repeat;
  display: inline-block;
  width: 175px;
  height: 32.5px;
  padding-top: 32.5px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0px 0px 10px;
  padding-bottom: 0;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > div > ul li.nav_02 > span {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -819px no-repeat;
  display: inline-block;
  width: 171px;
  height: 32px;
  padding-top: 32px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0px 0px 10px;
  padding-bottom: 0;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > div > ul li.nav_03 > span {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -856px no-repeat;
  display: inline-block;
  width: 201px;
  height: 27px;
  padding-top: 27px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  margin: 10px 0px 0px 10px;
  padding-bottom: 0;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav .new {
  margin-left: 5px;
  padding: 3px;
  background: #ff00a2;
  color: #fff;
  font-weight: bold;
}
.global .nav .new:before {
  content: "";
  margin-left: 0;
}

/* mod-grid
------------------------------------------------------- */
.mod-grid.-sp2col {
  margin-left: -10px;
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid.-sp2col > .sub-cell {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 50%;
}
.mod-grid.-sp2col > .sub-cell > .sub-inner {
  margin-left: 10px;
  text-align: left;
}

.mod-grid.-sp3col {
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid.-sp3col > .sub-cell {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0 !important;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 33.333%;
}
.mod-grid.-sp3col > .sub-cell > .sub-inner {
  margin-left: 10px;
  text-align: left;
}

.imgMax50 {
  max-width: 50%;
}

body > .outline {
  background: url(/special/yadon_paradise/common/images/bg_pc.png) 50% -320px repeat-x;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  overflow: hidden;
}

.o-header-inner:before {
  content: "";
  width: 129px;
  height: 176px;
  background: url(/special/yadon_paradise/common/images/yashiL.png) top center repeat-x;
  -moz-background-size: 129px auto;
  -o-background-size: 129px auto;
  -webkit-background-size: 129px auto;
  background-size: 129px auto;
  position: absolute;
  top: -30px;
  left: -40px;
}

.o-header-inner:after {
  content: "";
  width: 129px;
  height: 176px;
  background: url(/special/yadon_paradise/common/images/yashiR.png) top center repeat-x;
  -moz-background-size: 129px auto;
  -o-background-size: 129px auto;
  -webkit-background-size: 129px auto;
  background-size: 129px auto;
  position: absolute;
  top: -30px;
  right: -40px;
}

.o-header-inner {
  position: relative;
}
.o-header-inner .dsc {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.o-header-inner .dsc a, .o-header-inner .dsc span {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -199px no-repeat;
  display: inline-block;
  width: 74px;
  height: 14px;
  padding-top: 14px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
}
.o-header-inner .yadon_paradise {
  position: absolute;
  top: 31px;
  padding-top: 5px;
  z-index: 2;
}
.o-header-inner .yadon_paradise img {
  max-width: 40%;
}
.o-header-inner .yadonsDay {
  position: relative;
  text-align: center;
  z-index: 1;
}
.o-header-inner .yadonsDay img {
  max-width: 43%;
  margin-right: -2%;
  margin-top: 6%;
}
.o-header-inner .global {
  top: 135px;
}

.pinkArea {
  background: url(/special/yadon_paradise/common/images/bg_pink.png) top center;
  -moz-background-size: 50px auto;
  -o-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
}

.pinkArea:before {
  content: "";
  display: block;
  height: 20px;
  background: url(/special/yadon_paradise/common/images/bg_pinkTop.png) top center;
  -moz-background-size: 512px auto;
  -o-background-size: 512px auto;
  -webkit-background-size: 512px auto;
  background-size: 512px auto;
  position: relative;
  top: -20px;
  margin-bottom: -10px;
}

.pinkArea2 {
  background: #fcc1da;
}

.pinkArea2:before {
  content: "";
  display: block;
  height: 22px;
  background: url(/special/yadon_paradise/common/images/bg_pink2Top.png) top center;
  -moz-background-size: 512px auto;
  -o-background-size: 512px auto;
  -webkit-background-size: 512px auto;
  background-size: 512px auto;
  position: relative;
  top: -22px;
  margin-bottom: -10px;
}

.blueArea {
  background: #abe7ff;
}

.blueArea:before {
  content: "";
  display: block;
  height: 20px;
  background: url(/special/yadon_paradise/common/images/bg_blueTop.png) top center;
  -moz-background-size: 512px auto;
  -o-background-size: 512px auto;
  -webkit-background-size: 512px auto;
  background-size: 512px auto;
  position: relative;
  top: -20px;
  margin-bottom: -10px;
}

.mod-frame.-note {
  margin: 13px 5px 33px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 5px;
  background: url(/special/yadon_paradise/common/images/frameNoteBody_sp.png) top right repeat-y;
  -moz-background-size: 640px auto;
  -o-background-size: 640px auto;
  -webkit-background-size: 640px auto;
  background-size: 640px auto;
  position: relative;
}
.mod-frame.-note .shadow {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

body,
.o-footer > .footerArea {
  background: url(/special/yadon_paradise/common/images/bg_footer.png) 50% 5px;
  -moz-background-size: 513.5px auto;
  -o-background-size: 513.5px auto;
  -webkit-background-size: 513.5px auto;
  background-size: 513.5px auto;
}

.o-footer > .footerArea:before {
  content: "";
  display: block;
  height: 45px;
  background: url(/special/yadon_paradise/common/images/bg_footerTop.png) top center;
  -moz-background-size: 512px auto;
  -o-background-size: 512px auto;
  -webkit-background-size: 512px auto;
  background-size: 512px auto;
  position: relative;
  top: -20px;
}

.o-footer > .footerArea {
  margin-top: -25px;
}

.mod-frame {
  margin: 5px;
}
.mod-frame .body {
  padding: 5px !important;
}

#sns {
  margin: -35px auto -20px;
  position: relative;
  z-index: 1;
}

.backTop {
  text-align: right;
  padding-right: 10px;
}
.backTop a {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 0 no-repeat;
  display: inline-block;
  width: 129.5px;
  height: 56px;
  padding-top: 56px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  position: relative;
  top: 5px;
}

.o-footer .copyright,
.o-footer .copyright3line,
.o-footer .copyright3lineTop,
.o-footer .copyrightLong,
.o-footer .copyrightGoods {
  text-align: center;
}
.o-footer .copyright img,
.o-footer .copyright3line img,
.o-footer .copyright3lineTop img,
.o-footer .copyrightLong img,
.o-footer .copyrightGoods img {
  max-width: 99%;
  margin: 30px auto;
}

.moreButton {
  text-align: center;
}

.getAdobeReader {
  background: #fff;
  display: table;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 10px;
  border: 2px solid #fff;
}
.getAdobeReader .text1 {
  background: #fff;
  padding: 10px 10px 0px 10px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.getAdobeReader .text2 {
  background: #e8e8e8;
  padding: 10px;
  font-size: 9px;
  color: #000;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 5px 5px;
}
.getAdobeReader .text2 .img {
  display: none;
}
.getAdobeReader .text2 a {
  color: #000;
}

body#TEASER {
  background: #fff;
}
body#TEASER .o-footer {
  background: #fff;
}
body#TEASER h1 {
  display: none;
}
body#TEASER .o-body.yadon {
  background: #fbadcb;
  position: relative;
}
body#TEASER .o-body.yadon .footer {
  background: #fff1ad;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body#TEASER .o-body.logo {
  background: #fff1ad;
  position: relative;
}
body#TEASER .o-body.logo .logo {
  padding: 10px;
}
body#TEASER .o-body.logo #sns {
  padding: 10px;
  margin: 0 auto;
}
body#TEASER .o-body-contents-main .yadonArea {
  margin: auto;
  padding: 35px;
  background: #fbadcb;
}
body#TEASER .yadonArea .dsc {
  position: relative;
  top: -20px;
  left: -20px;
}
body#TEASER .yadonArea > .nakigoe {
  display: none;
}
body#TEASER .yadonArea > .nakigoe img {
  display: none;
}
body#TEASER .text {
  display: none;
}
body#TEASER .footer {
  display: none;
}
body#TEASER .copyright {
  padding: 10px;
  color: #695909;
  font-size: 9px;
}

body#home .o-header-inner .yadonsDay img {
  max-width: 100%;
  margin: auto;
}
body#home .o-header-inner .yadon_paradise {
  position: static;
  padding-top: 5px;
  text-align: center;
}
body#home .o-header-inner .yadon_paradise img {
  max-width: 40%;
}
body#home .o-header-inner .mod-grid {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -15px;
}
body#home .o-header-inner .mod-grid > .sub-cell > .sub-inner {
  margin-left: 15px;
}
body#home .o-header-inner .overlay.ov-item1 > a, body#home .o-header-inner .overlay.ov-item2 > a {
  position: relative;
  z-index: 1;
}
body#home .o-header-inner .overlay.ov-item3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#home .o-header-inner .overlay.ov-item3 > a {
  position: absolute;
  top: 20%;
  left: 60%;
  z-index: 1;
}
body#home .o-header-inner .overlay.ov-item3 > a img {
  max-width: 50%;
}
body#home .o-header-inner .overlay .ov-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
body#home .o-header-inner .overlay .ov-content .content-inner {
  background: #fff;
  margin: 10px;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
body#home .o-header-inner .overlay .ov-content .content-inner img {
  display: block;
  margin: auto;
}
body#home .o-header-inner .overlay .ov-content .close {
  text-align: center;
}
body#home .o-header-inner .overlay .ov-content .close img {
  max-width: 50%;
  margin: 20px auto;
}
body#home .o-header-inner .overlay .ov-content .jp-audio {
  display: none;
}
body#home h2 {
  text-align: center;
  margin: 10px 10px 20px;
}
body#home .addPadding {
  padding-bottom: 20px;
}
body#home .addPadding > .mod-grid {
  margin: 10px;
}
body#home .mod-grid > .sub-cell {
  margin-bottom: 20px;
}
body#home #enjoy .mod-grid {
  text-align: left;
}
body#home .mod-grid.omake {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: -90px;
}
body#home .backTop a {
  background: url('../../common/images/sprites/sp.png?bnDH') 0 -61px no-repeat;
  display: inline-block;
  width: 43px;
  height: 132.5px;
  padding-top: 132.5px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  position: relative;
  top: 5px;
}
body#home .js-hover + p {
  position: relative;
}
body#home .js-hover + p .new {
  position: absolute;
  top: 0;
  left: 32%;
  width: 30%;
}
body#home .songLink {
  display: block;
  margin: 0 10px -10px 5px;
  position: relative;
  z-index: 1;
}

body#illustrated h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#illustrated h2.mod-headline {
  text-align: center;
}
body#illustrated .mod-frame.-note .mod-grid img.shell {
  max-width: 65%;
}
body#illustrated .mod-frame.-note .addMargin {
  margin: 15px 0;
}
body#illustrated .mod-figureBlock {
  margin-bottom: 60px;
}
body#illustrated .mod-figureBlock .sub-figure, body#illustrated .mod-figureBlock .sub-detail {
  margin-bottom: 20px;
}
body#illustrated .mod-grid {
  margin-bottom: 60px;
}

body#manga h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#manga .mod-grid {
  margin: 0 60px;
}
body#manga .mod-grid .sub-cell.new {
  position: relative;
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}
body#manga .mod-grid .sub-cell.new:after {
  content: "";
  background: url(/special/yadon_paradise/common/images/new2.png);
  width: 35px;
  height: 26px;
  position: absolute;
  top: 15%;
  left: -5%;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
}

body#drawing h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#drawing h2 {
  margin: 0 20px 10px;
}
body#drawing h2 img {
  max-width: 67%;
  vertical-align: middle;
}
body#drawing h2 .h2gif {
  max-width: 31%;
  margin: -3% 2% 0 0;
  vertical-align: middle;
}
body#drawing .h2_02 {
  margin: 0 20px 10px;
  white-space: nowrap;
}
body#drawing .h2_02 img {
  max-width: 67%;
  vertical-align: middle;
}
body#drawing .h2_02 .h2_02gif {
  max-width: 31%;
  margin: -3% 2% 0 0;
  vertical-align: middle;
}
body#drawing .h2_02.new {
  padding-right: 25px;
}
body#drawing .h2_02.new:after {
  content: "";
  display: inline-block;
  background: url(/special/yadon_paradise/common/images/new.png);
  width: 35px;
  height: 26px;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  vertical-align: middle;
  margin-left: 5px;
}
body#drawing .mod-grid {
  margin: 0 60px;
}

body#wallpaper h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#wallpaper .mod-frame.-wp .sub-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-width: 0 3px 3px;
  background: #e8e8e8;
  padding: 15px 8px;
  margin-bottom: 50px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 5px 5px;
}
body#wallpaper .new_wp03 {
  position: relative;
}
body#wallpaper .new_wp03:after {
  content: "";
  background: url(/special/yadon_paradise/common/images/new.png) no-repeat;
  width: 35px;
  height: 27px;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  position: absolute;
  top: 20%;
  right: 5%;
}
body#wallpaper .new_wp04 {
  position: relative;
}
body#wallpaper .new_wp04:after {
  content: "";
  background: url(/special/yadon_paradise/common/images/new.png) no-repeat;
  width: 35px;
  height: 27px;
  -moz-background-size: 35px auto;
  -o-background-size: 35px auto;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  position: absolute;
  top: 20%;
  right: 5%;
}

body#game h1.mod-headline {
  margin: 40px 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#game h2.mod-headline {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#game h2.mod-headline .h2gif {
  width: 25%;
  vertical-align: middle;
}
body#game h2.mod-headline .sub {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
body#game h3.mod-headline {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body#game .mod-para.-gamelead {
  margin: 0 10px;
}
body#game .mod-image.ttl,
body#game .mod-image.thumb {
  margin-bottom: 10px;
}
body#game .moreButton img {
  max-width: 70%;
}
body#game .mod-grid.-nav .sub-cell {
  margin-bottom: 10px;
}
body#game .addBlock {
  background: #ffe598;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 30px 20px;
  margin-bottom: 20px;
}
body#game .addBlock .mod-grid .sub-cell {
  margin-top: 0;
}
body#game .addBlock2 {
  background: #e9fdd4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px 20px;
  margin-bottom: 20px;
}
body#game .addBlock2 .mod-grid .sub-cell {
  margin-top: 0;
}
body#game .addBlock2 .mod-grid .sub-cell.x3of7 {
  margin-top: 20px;
}
body#game .addBlock3 {
  background: #d7f2fc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px 20px;
  margin-bottom: 20px;
}
body#game .addBlock3 .mod-grid .sub-cell {
  margin-top: 0;
}
body#game #GAMES .mod-grid.-sp2col .sub-cell {
  margin-bottom: 10px;
}

body#anime h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#anime h2 {
  margin: 0 20px 10px;
}
body#anime h2 img {
  max-width: 67%;
  vertical-align: middle;
}
body#anime h2 .h2gif {
  max-width: 31%;
  margin: -3% 2% 0 0;
  vertical-align: middle;
}
body#anime .mod-grid.-anime {
  margin-left: -10px;
}
body#anime .mod-grid.-anime > .sub-cell {
  vertical-align: bottom;
  margin-bottom: 15px;
}
body#anime .mod-grid.-anime > .sub-cell > .sub-inner {
  margin-left: 20px;
}
body#anime .mod-section.-anime01 .mod-figureBlock > .sub-figure > .sub-inner > .mod-image,
body#anime .mod-section.-anime02 .mod-figureBlock > .sub-figure > .sub-inner > .mod-image,
body#anime .mod-section.-anime03 .mod-figureBlock > .sub-figure > .sub-inner > .mod-image,
body#anime .mod-section.-anime04 .mod-figureBlock > .sub-figure > .sub-inner > .mod-image {
  margin: 10px 35px;
}
body#anime .mod-section.-anime01 .mod-image.-detailBottom img,
body#anime .mod-section.-anime02 .mod-image.-detailBottom img,
body#anime .mod-section.-anime03 .mod-image.-detailBottom img,
body#anime .mod-section.-anime04 .mod-image.-detailBottom img {
  display: block;
}
body#anime .mov {
  margin: 10px auto;
}
body#anime .animeXYbanner {
  margin: 10px 20px;
}
body#anime .mod-section.-anime01 h3 {
  position: relative;
}
body#anime .mod-section.-anime01 h3 .h3gif {
  max-width: 28%;
  position: absolute;
  top: 4%;
  left: 2%;
}

body#goods h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#goods h2.mod-headline {
  position: relative;
  margin: 0px auto;
}
body#goods h2.mod-headline .gif1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
}
body#goods h2.mod-headline .gif2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
body#goods .txt3 {
  position: relative;
}
body#goods .txt3 .gif2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
body#goods .mod-image.-goodsAttention {
  margin: 20px 0 20px 15px;
}
body#goods .mod-frame.-note .mod-grid > .sub-cell {
  margin-left: 15px;
}
body#goods .mod-frame.-note .mod-grid > .sub-cell > .sub-inner:first-child {
  margin-top: 0;
}
body#goods .mod-frame.-note .mod-grid > .sub-cell > .sub-inner h3.mod-headline {
  margin-bottom: 20px;
}

body#present .mod-section {
  padding-left: 10px;
  padding-right: 10px;
}
body#present h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#present h2.mod-headline {
  position: relative;
  margin: 0px auto;
}
body#present h2.mod-headline .h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
}

body#strong .mod-section {
  padding-left: 10px;
  padding-right: 10px;
}
body#strong .mod-section .mod-section {
  padding-left: 0;
  padding-right: 0;
}
body#strong h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#strong h2.mod-headline {
  position: relative;
  margin: 0px auto;
}
body#strong h2.mod-headline .h2gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.6%;
}
body#strong h3.mod-headline {
  margin-bottom: 10px;
}
body#strong .block {
  background: #d7f2fc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px 20px;
  margin: 20px auto;
}
body#strong .block .mod-grid .sub-cell {
  margin-top: 0;
}
body#strong .block .mod-grid .sub-cell.x3of7 {
  margin-top: 20px;
}
body#strong .sub-figure {
  margin: 10px auto;
}

body#report .mod-section {
  padding-left: 10px;
  padding-right: 10px;
}
body#report .mod-section .mod-section {
  padding-left: 0;
  padding-right: 0;
}
body#report h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#report h2.mod-headline {
  position: relative;
  margin: 0px auto;
}
body#report h2.mod-headline .h2gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.6%;
}
body#report .mod-qa {
  margin-bottom: 30px;
}
body#report .mod-qa > dt {
  margin: 0 0 20px 0px;
}
body#report .mod-qa > dd {
  padding-left: 19%;
  position: relative;
}
body#report .mod-qa > dd .a {
  display: block;
  width: 16%;
  position: absolute;
  top: 0;
  left: 1%;
}
body#report .mod-qa .mod-grid > .sub-cell {
  margin-top: 0;
}

body#scoop .mod-section {
  padding-left: 10px;
  padding-right: 10px;
}
body#scoop .mod-section .mod-section {
  padding-left: 0;
  padding-right: 0;
}
body#scoop h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#scoop .scoopFrame {
  background: #fff;
  border: 1px solid #ec6c8d;
  border-width: 0 1px 1px 0;
  padding: 5px 10px 30px;
}
body#scoop .scoopFrame .date img {
  display: block;
}
body#scoop .scoopFrame > .sub-inner {
  border: 1px solid #4c4c4c;
  padding: 5px;
}
body#scoop .scoopFrame > .sub-inner > .tokucho {
  background: #e4f7ff;
  padding: 15px 5px 10px;
}
body#scoop .scoopFrame > .sub-inner > .tokucho .headline .gif {
  max-width: 22%;
  vertical-align: middle;
}
body#scoop .scoopFrame > .sub-inner > .tokucho .headline span {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
body#scoop .scoopFrame > .sub-inner > .tokucho .mod-image.img {
  margin: 15px auto;
}

body#song .mod-section {
  padding-left: 10px;
  padding-right: 10px;
}
body#song .mod-section .mod-section {
  padding-left: 0;
  padding-right: 0;
}
body#song h1.mod-headline {
  margin: 10% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#song h2.mod-headline {
  position: relative;
  margin: 0px auto 10px;
}
body#song h2.mod-headline .h2gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
}
body#song h3.mod-headline,
body#song h4.mod-headline {
  margin-bottom: 10px;
}
body#song .movie {
  padding: 10px;
}
body#song .utau {
  text-align: right;
  margin: -30px -20px -20px 0;
  position: relative;
  z-index: 1;
}
body#song .utau img {
  max-width: 50%;
}
body#song .movWrap-inner {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
body#song .movWrap-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 320px;
  min-height: 180px;
  width: 100%;
  height: 100%;
}
body#song .movieImakuni {
  padding: 20px;
  position: relative;
}
body#song .movieImakuni:before {
  content: "";
  display: block;
  width: 40px;
  height: 43px;
  background: url(/special/yadon_paradise/song/images/onpu1.png) no-repeat;
  -moz-background-size: 40px auto;
  -o-background-size: 40px auto;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  position: absolute;
  top: 0;
  left: 0;
}
body#song .movieImakuni:after {
  content: "";
  display: block;
  width: 32px;
  height: 36px;
  background: url(/special/yadon_paradise/song/images/onpu2.png) no-repeat;
  -moz-background-size: 32px auto;
  -o-background-size: 32px auto;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
body#song .mod-headline.-h202 .h2gif {
  top: 20%;
}
