.malarcp * {
  box-sizing: border-box;
}
.malarcp img {
  width: 100%;
  font-size: 0;
}

/* ==========================================================================
LAYOUT / COMMON
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .malarcp {
    width: 100%;
  }
  .section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .show-sp {display: none!important;}
  .snsArea {margin-top: 0;}
  a:hover {
    opacity: .7;
  }
}
@media print, screen  and (max-width: 768px) {
  .show-pc {display: none!important;}
}
/* ==========================================================================
MV
========================================================================== */
@media print, screen  and (min-width: 769px) {
 .main-vidual .section-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
 .main-vidual .main-vidual__sub {
    background-image: url(../images/mv_sub_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.147877013% 0 5.988023952%
  }
 .main-vidual .main-vidual__sub img {
    width: 66.916666667%;
    max-width: 769px;
    margin: 0 auto;
    display: block;
  }
}
@media print, screen  and (max-width: 768px) {

}
/* ==========================================================================
PRESENT
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .section {
  }
  .present .section-inner {
    background-color: #FFFFFF;
  }
}
@media print, screen  and (max-width: 768px) {

}
/* ==========================================================================
VOTE
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .section.vote {
    background-image: url(../images/vote_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .vote-body {
    position: relative;
  }
  .vote-body__cta {
    position: absolute;
    width: 17%;
    top: 14.7%;
    right: 20%;
  }
  .vote-body__cta--2nd {
    top: 62.9%;
  }
  .vote-header, .vote-footer {
    position: relative;
  }
  .vote-header > img,
  .vote-footer > img {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .vote-header__cta {
    width: 48.333333333%;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, -50%);
  }
  .vote-footer__cta {
    width: 48.333333333%;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    padding-bottom: 8.583333333%;
  }
  .entry-body__hash {
    width: 49.5%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 3.3%;
    transform: translate(-50%, 2%);
  }
  .entry-body__hash p {
    font-size: 1.1vw;
    line-height: 1.38;
    font-weight: bold;
    border: solid 2px #7d1301;
    padding: 1.283333333% 2.5% 1.283333333% 26.5%;
    background-color: #ffffff;
    position: relative;
    margin-top: 9.06667%;
  }
  .entry-body__hash p:first-child {
    margin-top: 0%;
  }
  .entry-body__hash img {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 20.987564%;
  }
}
@media print, screen and (min-width: 1470px) {
  .entry-body__hash p {
    font-size: 18px;
  }
  .entry-body__hash span {
    font-size: 14px;
  }
}
@media print, screen  and (max-width: 768px) {
  .vote-body {
    position: relative;
  }

  .vote-body__cta {
    position: absolute;
    width: 45.733333333%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    left: 50%;
    top: 17%;
    transform: translate(-50%, -50%);
  }

  .vote-body__cta--2nd {
    top: 61.8%;
  }
  .entry-body__hash {
    width: 71%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, 2%);
  }
  .entry-body__hash p {
    font-size: 3.3vw;
    line-height: 1.343333333;
    font-weight: bold;
    border: solid 2px #7d1301;
    padding: 2.9% 4% 2.9% 40.15%;
    background-color: #ffffff;
    position: relative;
    margin-top: 11%;
  }
  .entry-body__hash p:first-child {
    margin-top: 0%;
  }
  .entry-body__hash img {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 34%;
  }
  .entry-body__hash span {
    font-size: 2.4vw;
    display: block;
    font-weight: bold;
    margin-top: 2%;
  }
}
/* ==========================================================================
PRODUCT
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .section.product{
    background-color: #FFFFFF;
  }
  .product-banner {
    width: 100%;
    padding: 6.916666667% 10.25% 7.166666667%;
    position: relative;
  }
  .product-banner__cta {
    position: absolute;
    width: 48.333333333%;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    left: 50%;
    bottom: 17.5%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen  and (max-width: 768px) {
  .product-banner {
    position: relative;
  }
  .product-banner__cta {
    position: absolute;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1;
    font-size: 0;
    left: 50%;
    bottom: 9%;
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
TERMS
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .section.terms{
    background-color: #000000;
    padding: 5% 0 7.916666667%;
  }
  .terms .section-inner {
    margin: 0 auto;
  }
  .terms-header {
  }
  .terms-header {
    width: 26.666666667%;
    margin: 0 auto;
  }
  .terms-body {
    background-color: #FFFFFF;
    margin: 1.666666667% auto 0;
    width: 79.166666667%;
    max-width: 950px;
    position: relative;
  }
  .terms-body:after {
    content: '';
    display: block;
    padding-top: 61.349693252%;
  }
  .terms-body__list {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5% 2.083333333%;
    word-break: break-all;
    white-space: normal;
  }
  .terms-body__list > dt, .terms-body__list > dd {
    font-size: 14px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
  }
  .terms-body__list > dt {
    margin-top: 20px;
  }
  .terms-body__list > dt:first-child {
    margin-top: 0;
  }
  .terms-body__list > dd {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
  }
  .terms-body__list--secondary > dt, .terms-body__list--secondary > dd {
    font-size: 14px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
  }
  .terms-body__list--secondary > dd {
    text-indent: 0em
  }
  .terms-body__list li {
    font-size: 14px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
  }
  .terms-body__list .note-list li {
    font-size: 11px;
  }
  .u-clear-indent {
    text-indent: 0!important;
    padding-left:0!important;
  }
}
@media print, screen  and (max-width: 768px) {
  .section.terms{
    background-color: #000000;
    padding: 8% 7.466666667% 13.333333333%;

  }
  .terms .section-inner {
    width: 100%;
    padding: 0 1.464128843%;
    margin: 0 auto;
  }
  .terms-header {
    width: 64.4%;
    margin: 0 auto;
  }
  .terms-body {
    background-color: #FFFFFF;
    margin-top: 1.916666667%;
    position: relative;
  }
  .terms-body:after {
    content: '';
    display: block;
    padding-top: 131.5625%;
  }
  .terms-body__list {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5.333333333% 4%;
    word-break: break-all;
    white-space: normal;
  }
  .terms-body__list > dt, .terms-body__list > dd {
    font-size: 12px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
  }
  .terms-body__list > dt {
    margin-top: 20px;
  }
  .terms-body__list > dt:first-child {
    margin-top: 0;
  }
  .terms-body__list > dd {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
  }
  .terms-body__list--secondary > dt, .terms-body__list--secondary > dd {
    font-size: 12px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
  }
  .terms-body__list--secondary > dd {
    text-indent: -1em;
  }
  .terms-body__list li {
    font-size: 12px;
    line-height: 1.571428571;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
  }
  .terms-body__list .note-list li {
    font-size: 10px;
  }
  .u-clear-indent {
    text-indent: 0!important;
    padding-left:0!important;
  }
}
/* ==========================================================================
NEXT CONTENT PATH
========================================================================== */
@media print, screen  and (min-width: 769px) {
  .section.next-content-path {
      background-color: #FFFFFF;
  }
  .next-content-path__cta {
      padding-bottom: 10.333333333%;
      margin: 5.833333333% auto 0;
      width: 79.166666667%;
      max-width: 950px;
  }
}
@media print, screen  and (max-width: 768px) {

}