@charset 'UTF-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  border: 0;
}

html
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

table
{
    border-spacing: 0;  border-collapse: collapse;
}

caption,
th,
td
{
    font-weight: normal;  text-align: left;  vertical-align: middle;
}

q,
blockquote
{
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after
{
      content: '';      content: none;
}

a img
{
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

.d-sp
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .d-sp
    {
        display: block;
    }

    .d-pc
    {
        display: none;
    }
}
*
{
    margin: 0;  padding: 0;
}

body.fixed
{
    position: fixed;  left: 0;  width: 100%;  height: 100%;
}

@keyframes fadeup
{
    0%
    {
        transform: translateY(20px);  opacity: 0;
    }
    100%
    {
        transform: translateY(0);  opacity: 1;
    }
}
@keyframes fadein
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes popanime
{
    from
    {
        bottom: -20px;
    }
    to
    {
        bottom: 0;
    }
}
.ani-off
{
    opacity: 0;
}

.ani-on
{
    animation-name: fadeup;  animation-duration: .2s;  animation-timing-function: ease-in;  animation-fill-mode: forwards;
}

.fade
{
    animation: fadein .2s ease .5s 1 forwards;
}

.ani01,
.ani04,
.ani07,
.ani10,
.ani13
{
    animation-delay: .2s;
}

.ani02,
.ani05,
.ani08,
.ani11,
.ani14
{
    animation-delay: .8s;
}

.ani03,
.ani06,
.ani09,
.ani012,
.ani15
{
    animation-delay: .6s;
}

#body_ps4
{
    font-family: 'Noto Sans JP', Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
}
#body_ps4 img
{
    width: 100%;
}
#body_ps4 .hb:hover
{
    cursor: pointer;          -webkit-transition: none;                  transition: none;  text-decoration: underline;  text-decoration: none;  color: #005bac;          -webkit-filter: brightness(105%);                  filter: brightness(105%);
}
#body_ps4 a:hover
{
    cursor: pointer;          -webkit-transition: none;                  transition: none;  text-decoration: underline;  text-decoration: none;  color: #005bac;          -webkit-filter: brightness(105%);                  filter: brightness(105%);
}
#body_ps4 .flex
{
    display: flex;
}
#body_ps4 .sec_inner
{
    width: 80%;  max-width: 1200px;  margin: 0 auto;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 .sec_inner
    {
        width: 92%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 .sec_inner
    {
        width: 88%;
    }
}
#body_ps4 .btn-reserve.is-fixed
{
    position: fixed !important;  z-index: 99;  right: 10px !important;  bottom: 140px !important;  max-width: 170px !important;
}
@media screen and (max-width: 768px)
{
    #body_ps4 .btn-reserve.is-fixed
    {
        z-index: 10;  right: -3vw !important;  bottom: 26vw !important;  display: block !important;  width: 34% !important;  max-width: 100% !important;
    }
}
#body_ps4 .btn-reserve.absolute
{
    bottom: 240px !important;
}
@media screen and (max-width: 768px)
{
    #body_ps4 .btn-reserve.absolute
    {
        display: none !important;
    }
}
#body_ps4 .modal
{
    position: fixed;  z-index: 100;  top: 0;  left: 0;  display: none;  width: 100%;  height: 100vh;
}
#body_ps4 .modal .modal-bg
{
    position: absolute;  z-index: 100;  width: 100%;  height: 100vh;  background: rgba(0, 0, 0, .3);
}
#body_ps4 .modal .modal-bg .modal-content
{
    position: absolute;    position: relative;  z-index: 100;  top: 50%;  left: 50%; width: 60%;  height: auto;  padding: 40px;   transform: translate(-50%, -50%);  text-align: center;  background: white;
}
@media screen and (max-width: 768px)
{
    #body_ps4 .modal .modal-bg .modal-content
    {
        width: 85%;  padding: 3%;
    }
}
#body_ps4 .modal .modal-bg .modal-content iframe
{
    position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 .modal .modal-bg .modal-content iframe
    {
        height: 52vw;
    }
}
#body_ps4 .modal .modal-bg .modal-content p
{
    width: 75%;  margin: 0 auto;
}
#body_ps4 .modal .modal-bg .modal-content .js-modal-close
{
    font-size: 300%;  position: absolute;  top: -20px;  right: -20px;  display: inline-block;  width: 60px;  height: 60px;  text-align: center;  text-decoration: none;  color: #01832f;  border-radius: 100%;  background: #fff;  box-shadow: 3px 3px #01832f;
}
@media screen and (max-width: 768px)
{
    #body_ps4 .modal .modal-bg .modal-content .js-modal-close
    {
        line-height: .9;  top: -20px;  right: -7px;  width: 50px;  height: 50px;  box-shadow: 2px 2px #01832f;
    }
}
#body_ps4 header
{
    position: relative;  padding-bottom: 5%;  background-color: transparent;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header
    {
        padding-bottom: 12%;
    }
}
#body_ps4 header:before
{
    position: absolute;  z-index: -1;  top: 0;  left: 0;  width: 100%;  height: 100%;  content: '';  background-image: url(../img/bg-layer.png);  background-repeat: repeat;  background-size: contain;
}
#body_ps4 header .mv_wrap
{
    position: absolute;  z-index: -1;  top: -5vw;  right: 0;  left: 0;  overflow: hidden;  height: 110%;  margin: auto;
}
#body_ps4 header .mv_wrap:before
{
    position: absolute;  z-index: 2;  top: 0;  width: 100%;  height: 100%;  content: '';  background-color: #fff63;  background-image: url(../img/mv-layer.png);  background-repeat: repeat;  background-size: contain;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .mv_wrap:before
    {
        background-size: auto;
    }
}
#body_ps4 header .mv_wrap iframe
{
    width: 110% !important;  height: 110% !important;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .twitter.d-sp
    {
        position: inherit;  width: 85%;  margin: 5% auto 0;
    }
}
#body_ps4 header .head
{
    position: relative;  width: 80%;  max-width: 1200px;  margin: 0 auto;  padding-top: 1%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .head
    {
        width: 88%;
    }
}
#body_ps4 header .head .logo
{
    display: flex;  align-items: center;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .head .logo
    {
        padding-top: 2%;
    }
}
#body_ps4 header .head .logo p.logo-ps4
{
    width: 100px;  margin-right: 15px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .head .logo p.logo-ps4
    {
        width: 18vw;
    }
}
#body_ps4 header .head .logo p.logo-marv
{
    width: 50px;  margin-right: 15px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .head .logo p.logo-marv
    {
        width: 10vw;
    }
}
#body_ps4 header .head .logo p.logo-25th
{
    width: 55px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .head .logo p.logo-25th
    {
        width: 11vw;
    }
}
#body_ps4 header .head .twitter
{
    position: absolute;  z-index: 2;  top: 8px;  right: 0;  width: 35%;  max-width: 320px;
}
#body_ps4 header .head .copy
{
    position: absolute;  left: 0;  width: 60%;  max-width: 700px;  margin-top: 2%;
}
#body_ps4 header .flexbox
{
    display: flex;  justify-content: space-between;  width: 80%;  max-width: 1200px;  margin: 1% auto 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox
    {
        flex-direction: column-reverse;  width: 95%;  min-height: 0;  margin: 0 auto 0;  margin-top: -6%;
    }
}
#body_ps4 header .flexbox .left
{
    z-index: 10;  width: 42%;  padding-top: 12%;  text-align: center;
}
#body_ps4 header .flexbox .left.no-movie
{
    width: 50%;  padding-top: 18%;
}
#body_ps4 header .flexbox .left.no-movie .release
{
    margin-top: 7%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left.no-movie
    {
        width: 90%;  padding-top: 14%;
    }
    #body_ps4 header .flexbox .left.no-movie .release
    {
        margin-top: 3%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left
    {
        z-index: 10;  width: 90%;  min-height: 0;  margin: -14% auto 0;
    }
    #body_ps4 header .flexbox .left img
    {
        height: auto;
    }
}
#body_ps4 header .flexbox .left h1
{
    display: inline-block;  width: 88%;  margin-bottom: 5px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left h1
    {
        display: block;  width: 88%;  margin: 0 auto 10%;
    }
}
#body_ps4 header .flexbox .left .modal-content
{
    padding-bottom: 34%;
}
#body_ps4 header .flexbox .left .movie
{
    position: relative;  z-index: 9;  max-width: 379px;  height: 268px;  margin: 0 auto;  background-image: url(../img/movie_bg.png);  background-repeat: no-repeat;  background-size: 100% 100%;
}
@media screen and (max-width: 1000px)
{
    #body_ps4 header .flexbox .left .movie
    {
        height: 24vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left .movie
    {
        width: 100%;  max-width: 768px;  height: 66vw;
    }
}
#body_ps4 header .flexbox .left .movie a
{
    display: block;  height: 100%;
}
#body_ps4 header .flexbox .left .movie a .mv_wrap2
{
    display: block;  width: 85%;  margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left .movie a .mv_wrap2
    {
        position: relative;  display: block;  overflow: hidden;  width: 82vw;  height: 68vw;  margin: 0 auto;
    }
}
#body_ps4 header .flexbox .left .movie .mv_wrap2 iframe
{
    top: 3% !important;  left: 3% !important;  width: 92% !important;  height: 75% !important;
}
#body_ps4 header .flexbox .left .movie .c-movie_img
{
    position: absolute;  z-index: 1;  top: -26%;  left: -34%;  display: block;  width: 168%;  height: 134%;  transform: scale(.55);
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left .movie .c-movie_img
    {
        position: absolute;  z-index: 1;  top: -20vw;  left: -35vw;  display: block;  width: 151vw;  height: 95vw;  transform: scale(.53);
    }
}
#body_ps4 header .flexbox .left .release
{
    width: 100%;  margin: 3% auto 5%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left .release
    {
        width: 80%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .left .copy
    {
        position: inherit;  width: 100%;  margin-top: -6%;
    }
}
#body_ps4 header .flexbox .right
{
    position: relative;  width: 60%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .right
    {
        width: 100%;  min-height: 0;
    }
    #body_ps4 header .flexbox .right img
    {
        height: auto;
    }
}
#body_ps4 header .flexbox .right .img-mv
{
    position: relative;  width: 100%;  margin: 0 auto 0 0;  text-align: right;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .right .img-mv
    {
        text-align: center;
    }
}
#body_ps4 header .flexbox .right .img-mv img
{
    width: 92%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .right .img-mv img
    {
        width: 70%;
    }
}
#body_ps4 header .flexbox .right .img-mv .info-btn
{
    display: flex;  justify-content: space-between;
}
#body_ps4 header .flexbox .right .img-mv .info-btn .release
{
    position: absolute;  bottom: 30px;  left: 20px;  width: 78%;  max-width: 420px;  text-align: left;
}
#body_ps4 header .flexbox .right .img-mv .info-btn .btn-reserve
{
    position: absolute;  z-index: 9;  right: -8vw;  bottom: -4vw;  width: 32%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 header .flexbox .right .img-mv .info-btn .btn-reserve
    {
        z-index: 10;  display: none;
    }
}
#body_ps4 #news
{
    position: relative;  z-index: 3;  top: -9vw;  padding-bottom: 22%;  background-image: url(../img/img-news-bg.png);  background-repeat: no-repeat;  background-position: center;  background-size: cover;
}
@media (min-width: 1400px)
{
    #body_ps4 #news
    {
        top: -7vw;  padding-bottom: 20%;
    }
}
@media (max-width: 1200px)
{
    #body_ps4 #news
    {
        top: -12vw;  padding-bottom: 30%;
    }
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #news
    {
        top: -13vw;  padding-bottom: 40%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news
    {
        padding-bottom: 0;
    }
    #body_ps4 #news:before
    {
        display: block;  padding-top: 47%;  content: '';
    }
}
#body_ps4 #news:after
{
    position: absolute;  top: 0;  bottom: 0;  width: 100%;  height: 14vw;  margin: auto;  content: '';  background-image: url(../img/img-news-deco.png);  background-repeat: no-repeat;  background-position: center;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news:after
    {
        content: none;
    }
}
#body_ps4 #news .sec_inner
{
    position: absolute;  z-index: 4;  top: 8.5vw;  right: 0;  left: 0;
}
@media (min-width: 1400px)
{
    #body_ps4 #news .sec_inner
    {
        top: 9vw;
    }
}
@media (max-width: 1200px)
{
    #body_ps4 #news .sec_inner
    {
        top: 11.5vw;
    }
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #news .sec_inner
    {
        top: 14.5vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner
    {
        top: 5vw;  box-sizing: border-box;  width: 100%;  padding: 12% 5% 10% 5%;  background-image: url(../img/img-news-bg-sp.png);  background-size: cover;
    }
}
#body_ps4 #news .sec_inner .flex
{
    align-items: center;  justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex
    {
        display: block;  margin-bottom: 2%;
    }
}
#body_ps4 #news .sec_inner .flex h3
{
    width: 100%;  max-width: 146px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex h3
    {
        width: 30%;  margin-bottom: 3%;
    }
}
#body_ps4 #news .sec_inner .flex dl
{
    font-weight: 600;  line-height: 2.2;  width: 75%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex dl
    {
        font-size: 3.5vw;  font-weight: bold;  line-height: 1.4;  width: 100%;
    }
}
#body_ps4 #news .sec_inner .flex dl dt
{
    position: relative;  padding-right: 30px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex dl dt
    {
        padding-right: 0;
    }
}
#body_ps4 #news .sec_inner .flex dl dt:after
{
    position: absolute;  top: 12px;  right: 4px;  width: 15px;  height: 13px;  content: '';  background-color: #f7e51e;  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex dl dt:after
    {
        display: none;
    }
}
#body_ps4 #news .sec_inner .flex dl dt .flex
{
    align-items: baseline;
}
#body_ps4 #news .sec_inner .flex dl dd
{
    line-height: 1.7 !important;  overflow: hidden;  width: 100%;  white-space: nowrap;  text-overflow: ellipsis;
}
#body_ps4 #news .sec_inner .flex dl dd br
{
    display: none;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .flex dl dd
    {
        position: relative;  display: -webkit-box;  overflow: hidden;  -webkit-box-orient: vertical;  box-sizing: border-box;  padding-left: 20px;  white-space: normal;  text-overflow: ellipsis;  -webkit-line-clamp: 2;
    }
    #body_ps4 #news .sec_inner .flex dl dd:after
    {
        position: absolute;  top: 7px;  left: 0;  width: 15px;  height: 13px;  content: '';  background-color: #f7e51e;  background-color: #f7e51e;  clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }
}
#body_ps4 #news .sec_inner .flex dl dd a
{
    text-decoration: none;  color: black;
}
#body_ps4 #news .sec_inner .flex dl dd a:hover
{
    color: #fff;
}
#body_ps4 #news .sec_inner .btn-news
{
    margin: 20px auto 0;  text-align: center;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .btn-news
    {
        margin: 5% auto 0;
    }
}
#body_ps4 #news .sec_inner .btn-news a
{
    font-size: 18px;  font-weight: 500;  position: relative;  display: inline-block;  width: 100%;  max-width: 200px;  padding: 12px 20px 12px 0;  text-align: center;  text-decoration: none;  color: #fff;  background: #7dd70b;  box-shadow: 0 3px #01832f;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .btn-news a
    {
        font-size: 4vw;  width: 55%;  padding: 2% 8% 2% 5%;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #news .sec_inner .btn-news a
    {
        padding: 2% 6% 2% 0;
    }
}
#body_ps4 #news .sec_inner .btn-news a:before
{
    position: absolute;  top: 40%;  right: 15px;  width: 24px;  height: 24px;  margin-top: -7px;  content: '';  border-radius: 50%;  background: #fff;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .btn-news a:before
    {
        width: 4vw;  height: 4vw;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #news .sec_inner .btn-news a:before
    {
        width: 5vw;  height: 5vw;
    }
}
#body_ps4 #news .sec_inner .btn-news a:after
{
    position: absolute;  top: 44%;  right: 23px;  width: 8px;  height: 8px;  margin-top: -3px;  content: '';          -webkit-transform: rotate(45deg);                  transform: rotate(45deg);  border-top: solid 3px #7dd70b;  border-right: solid 3px #7dd70b;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #news .sec_inner .btn-news a:after
    {
        top: 46%;  right: 25px;  width: 10px;  height: 10px;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #news .sec_inner .btn-news a:after
    {
        right: 22px;  width: 4px;  height: 4px;  border-top: solid 2px #7dd70b;  border-right: solid 2px #7dd70b;
    }
}
#body_ps4 main
{
    margin-top: -15vw;
}
#body_ps4 main .bg-green
{
    position: relative;  z-index: 2;  padding-top: 11vw;  padding-bottom: 25vw;  background-image: linear-gradient(180deg, #f5f588, #93e08c);
}
@media (min-width: 2000px)
{
    #body_ps4 main .bg-green
    {
        padding-bottom: 12vw;
    }
}
@media (min-width: 1700px)
{
    #body_ps4 main .bg-green
    {
        padding-bottom: 20vw;
    }
}
@media (max-width: 1200px)
{
    #body_ps4 main .bg-green
    {
        padding-top: 8vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .bg-green
    {
        margin-top: 0;  padding-top: 25%;  padding-bottom: 60vw;
    }
}
#body_ps4 main .bg-green:before
{
    position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  content: '';  background-image: url(../img/bg-layer.png);  background-repeat: repeat;  background-position: top;  background-size: contain;
}
#body_ps4 main .shop-tokuten-banner
{
    position: relative;  max-width: 900px;  margin: 0 auto 8vw;  padding: 0 20px;
}
#body_ps4 main .shop-tokuten-banner.d-sp
{
    position: absolute;  z-index: 10;  z-index: 3;  margin-top: -5%;
}
#body_ps4 main .block section
{
    position: relative;  display: flex;  flex-direction: column;  padding-bottom: 5%;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section
    {
        flex-direction: row;
    }
}
#body_ps4 main .block section:last-child
{
    position: absolute;  z-index: 4;  box-sizing: border-box;  width: 100%;  height: auto;  padding-bottom: 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:last-child .txt
    {
        padding-bottom: 3.5vw;
    }
}
#body_ps4 main .block section .block-bg
{
    position: relative;  z-index: 1;  overflow: hidden;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section .block-bg
    {
        overflow: inherit;
    }
}
#body_ps4 main .block section .block-bg a
{
    position: relative;  display: inline-block;
}
#body_ps4 main .block section .block-bg a img
{
              -webkit-transition: opacity .3s ease-out;                 -moz-transition: opacity .3s ease-out;                  -ms-transition: opacity .3s ease-out;                      transition: opacity .3s ease-out;
}
#body_ps4 main .block section .block-bg a:hover
{
              -webkit-filter: none;                      filter: none;
}
#body_ps4 main .block section .block-bg .txt
{
    position: absolute;  top: 0;  bottom: 0;  display: flex;  flex-direction: column;  justify-content: center;  width: 40%;  margin: auto;  padding-top: 15px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt
    {
        justify-content: flex-end;  width: 90%;  padding-bottom: 3.7vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco img
{
    position: absolute;
}
#body_ps4 main .block section .block-bg .txt .deco .img01
{
    top: 10px;  right: 0;  width: 12vw;  max-width: 175px;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img01
    {
        right: 1vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img01
    {
        top: auto;  right: 8vw;  bottom: 14vw;  width: 15vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img02
{
    bottom: 20px;  left: -9vw;  width: 8vw;  max-width: 140px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img02
    {
        right: 20vw;  bottom: 22px;  left: auto;  width: 9.4vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img03
{
    top: 10px;  left: -50px;  width: 7vw;  max-width: 90px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img03
    {
        top: auto;  bottom: 24.5vw;  left: -5vw;  width: 8vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img04
{
    right: -8vw;  bottom: 40px;  width: 14vw;  max-width: 210px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img04
    {
        right: 12vw;  bottom: 12vw;  width: 16.5vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img05
{
    top: 5px;  right: 0;  width: 10.5vw;  max-width: 160px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img05
    {
        top: auto;  right: 5.5vw;  bottom: 21vw;  width: 13.5vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img06
{
    bottom: 25px;  left: -11.5vw;  width: 10vw;  max-width: 150px;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img06
    {
        left: -9.5vw;
    }
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img06
    {
        left: -10.5vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img06
    {
        right: 21vw;  bottom: 8vw;  left: auto;  width: 11vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img07
{
    top: 10px;  left: -70px;  width: 9vw;  max-width: 120px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img07
    {
        top: auto;  right: 25vw;  bottom: 16vw;  left: auto;  width: 11vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img08
{
    right: -5vw;  bottom: 40px;  width: 8vw;  max-width: 100px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img08
    {
        right: 15vw;  bottom: 22vw;  width: 9vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img09
{
    top: 10px;  right: -3%;  width: 14vw;  max-width: 200px;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img09
    {
        top: 20px;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img09
    {
        top: auto;  right: 4vw;  bottom: 20vw;  width: 16vw;
    }
}
#body_ps4 main .block section .block-bg .txt .deco .img10
{
    bottom: 20px;  left: -9vw;  width: 9vw;  max-width: 140px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .deco .img10
    {
        bottom: 23vw;  left: -2vw;  width: 10vw;
    }
}
#body_ps4 main .block section .block-bg .txt h3
{
    position: relative;  z-index: 3;  height: 16vw;
}
#body_ps4 main .block section .block-bg .txt h3 img
{
    width: auto;  height: 100%;
}
#body_ps4 main .block section .block-bg .txt p
{
    font-size: 1.7vw;  font-weight: 700;  line-height: 1.4;  z-index: 3;  margin-top: 1.5vw;  color: black;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section .block-bg .txt p
    {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt p
    {
        font-size: 3.4vw;  display: inline-block;
    }
}
#body_ps4 main .block section .block-bg .txt .block-btn
{
    width: 5vw;  max-width: 60px;  margin: 1.5vw auto 0;  padding-right: 10vw;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section .block-bg .txt .block-btn
    {
        position: absolute;  right: 0;  bottom: 5%;  display: inline-block;  width: 7vw;
    }
}
#body_ps4 main .block section .block-bg:hover .img-a
{
    opacity: 0;
}
#body_ps4 main .block section .block-bg:hover .img-b
{
    opacity: 1;
}
#body_ps4 main .block section .block-bg .img-a
{
    position: absolute;  top: 0;  left: 0;
}
#body_ps4 main .block section .block-bg .img-b
{
    opacity: 0;
}
#body_ps4 main .block section:nth-child(odd)
{
    padding-right: 80px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(odd)
    {
        padding-right: 4%;
    }
}
#body_ps4 main .block section:nth-child(odd) .block-bg .txt
{
    right: 50px;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section:nth-child(odd) .block-bg .txt
    {
        right: 60px;
    }
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main .block section:nth-child(odd) .block-bg .txt
    {
        right: 4vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(odd) .block-bg .txt
    {
        left: 4%;
    }
}
#body_ps4 main .block section:nth-child(even)
{
    flex-direction: row-reverse;  padding-left: 80px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(even)
    {
        padding-left: 4%;
    }
}
#body_ps4 main .block section:nth-child(even) .block-bg .txt
{
    left: 100px;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main .block section:nth-child(even) .block-bg .txt
    {
        left: 10vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(even) .block-bg .txt
    {
        left: 16vw;
    }
}
#body_ps4 main .block section:nth-child(1) .txt h3
{
    height: 14vw;  max-height: 214px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(1) .txt h3
    {
        height: 10vw;
    }
}
#body_ps4 main .block section:nth-child(2) .txt h3
{
    height: 7vw;  max-height: 110px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(2) .txt h3
    {
        height: 10vw;
    }
}
#body_ps4 main .block section:nth-child(3) .txt h3
{
    height: 7vw;  max-height: 100px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(3) .txt h3
    {
        height: 10vw;
    }
}
#body_ps4 main .block section:nth-child(4) .txt h3
{
    height: 7vw;  max-height: 110px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(4) .txt h3
    {
        height: 10vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(5) .txt
    {
        padding-bottom: 3vw;
    }
}
#body_ps4 main .block section:nth-child(5) .txt h3
{
    height: 16vw;  max-height: 244px;
}
@media (min-width: 1400px)
{
    #body_ps4 main .block section:nth-child(5) .txt h3
    {
        max-height: 220px;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main .block section:nth-child(5) .txt h3
    {
        height: 11vw;
    }
}
#body_ps4 main #chara-block
{
    position: relative;  margin-top: -16vw;  padding: 32vw 0 6%;  background-image: url(../img/bg-chara.jpg);  background-repeat: no-repeat;  background-size: cover;
}
@media (min-width: 1700px)
{
    #body_ps4 main #chara-block
    {
        margin-top: -21vw;  padding: 35vw 0 6%;
    }
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main #chara-block
    {
        box-sizing: border-box;  margin-top: -15.5%;  padding: 32% 0 6%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main #chara-block
    {
        margin-top: -18vw;  padding: 43% 0 6%;
    }
}
#body_ps4 main #chara-block:before
{
    position: absolute;  top: 16vw;  width: 100%;  height: 12vw;  content: '';  background-image: url(../img/zigzag.png);  background-repeat: repeat-x;  background-size: contain;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main #chara-block:before
    {
        top: 14vw;
    }
}
#body_ps4 main #chara-block .sec_inner
{
    position: relative;
}
#body_ps4 main #chara-block .sec_inner a
{
    display: inline-block;  width: 100%;  height: 100%;
}
#body_ps4 main #chara-block .sec_inner a img
{
              -webkit-transition: opacity .3s ease-out;                 -moz-transition: opacity .3s ease-out;                  -ms-transition: opacity .3s ease-out;                      transition: opacity .3s ease-out;
}
#body_ps4 main #chara-block .sec_inner a .img-a
{
    position: absolute;  right: 0;  left: 0;  margin: auto;
}
#body_ps4 main #chara-block .sec_inner a .img-b
{
    opacity: 0;
}
#body_ps4 main #chara-block .sec_inner a:hover
{
              -webkit-filter: none;                      filter: none;
}
#body_ps4 main #chara-block .sec_inner a:hover .img-a
{
    opacity: 0;
}
#body_ps4 main #chara-block .sec_inner a:hover .img-b
{
    opacity: 1;
}
#body_ps4 main #chara-block .sec_inner a:hover h3:after
{
    background-image: url(../img/btn-hover.png);
}
#body_ps4 main #chara-block .sec_inner h3
{
    position: absolute;  z-index: 2;  top: 1.5vw;  right: 0;  left: 0;  margin: auto;  padding-bottom: 3%;  text-align: center;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 main #chara-block .sec_inner h3
    {
        top: 2.5vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main #chara-block .sec_inner h3
    {
        top: 1vw;  margin: 2% auto 1%;  padding: 0 2%;
    }
}
#body_ps4 main #chara-block .sec_inner h3 img
{
    width: 58vw;  max-width: 920px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 main #chara-block .sec_inner h3 img
    {
        width: 74.5vw;
    }
}
#body_ps4 main #chara-block .sec_inner h3:after
{
    position: absolute;  top: .3vw;  right: 40px;  width: 5vw;  max-width: 60px;  height: 5.25vw;  max-height: 63px;  margin: auto;  content: '';  background-image: url(../img/btn.png);  background-repeat: no-repeat;  background-size: 100% 100%;
}
@media screen and (max-width: 1300px)
{
    #body_ps4 main #chara-block .sec_inner h3:after
    {
        top: 0vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 main #chara-block .sec_inner h3:after
    {
        right: 3%;  bottom: 0;  width: 7vw;  height: 7vw;  background-size: 100% 100%;
    }
}
#body_ps4 main #chara-block .sec_inner .chara
{
    position: relative;  box-shadow: 8px 8px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px)
{
    #body_ps4 main #chara-block .sec_inner .chara
    {
        box-shadow: 5px 5px rgba(0, 0, 0, .25);
    }
}
#body_ps4 #tokuten
{
    position: relative;  background-image: url(../img/bg-tokuten.jpg);  background-repeat: no-repeat;  background-position: top;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten
    {
        background-image: url(../img/bg-tokuten-sp.jpg);
    }
}
#body_ps4 #tokuten:before
{
    position: absolute;  right: 0;  bottom: 30vw;  width: 13vw;  height: 25vw;  content: '';  background-image: url(../img/right03.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten:before
    {
        bottom: 94vw;  width: 17vw;  height: 34vw;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten:before
    {
        bottom: 110vw;
    }
}
#body_ps4 #tokuten:after
{
    position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 12vw;  content: '';  background-image: url(../img/img-footer.png);  background-repeat: no-repeat;  background-position: bottom;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten:after
    {
        height: 22vw;  background-image: url(../img/img-footer-sp.png);
    }
}
#body_ps4 #tokuten .block-deco01
{
    position: relative;  display: block;
}
#body_ps4 #tokuten .block-deco01:before
{
    position: absolute;  top: 21vw;  right: 0;  width: 13vw;  height: 13vw;  content: '';  background-image: url(../img/right01.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten .block-deco01:before
    {
        top: 30vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .block-deco01:before
    {
        top: 52vw;  width: 17vw;  height: 17vw;
    }
}
#body_ps4 #tokuten .block-deco01:after
{
    position: absolute;  top: 68vw;  left: 0;  width: 16vw;  height: 13vw;  content: '';  background-image: url(../img/left01.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .block-deco01:after
    {
        top: 205vw;  width: 19vw;  height: 17vw;
    }
}
#body_ps4 #tokuten .block-deco02
{
    position: relative;  z-index: 0;  display: block;
}
#body_ps4 #tokuten .block-deco02:before
{
    position: absolute;  right: 0;  bottom: 120vw;  width: 13vw;  height: 12vw;  content: '';  background-image: url(../img/right02.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .block-deco02:before
    {
        bottom: 235vw;  width: 18vw;  height: 16vw;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten .block-deco02:before
    {
        bottom: 250vw;
    }
}
#body_ps4 #tokuten .block-deco02:after
{
    position: absolute;  bottom: 70vw;  left: 0;  width: 16vw;  height: 13vw;  content: '';  background-image: url(../img/left02.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .block-deco02:after
    {
        bottom: 160vw;  width: 24vw;  height: 20vw;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten .block-deco02:after
    {
        bottom: 175vw;
    }
}
#body_ps4 #tokuten h3
{
    width: 100%;  max-width: 560px;  margin: 0 auto;  padding: 8% 0 4%;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten h3
    {
        width: 80%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten h3
    {
        width: 50%;  padding-top: 16%;
    }
}
#body_ps4 #tokuten .tokuten-txt
{
    position: relative;  width: 100%;  max-width: 1030px;  margin: 0 auto 8%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-txt
    {
        width: 78%;  margin: 2% auto 10%;
    }
}
#body_ps4 #tokuten .tokuten-list
{
    position: relative;  z-index: 5;  flex-wrap: wrap;  justify-content: center;  margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list
    {
        margin: 0 auto 7%;
    }
}
#body_ps4 #tokuten .tokuten-list li
{
    position: relative;  box-sizing: border-box;  width: calc(96%/3);  margin-bottom: 6%;  padding: 40px 30px 40px;  text-align: center;  background: #fff;  box-shadow: 8px 8px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten .tokuten-list li
    {
        padding: 4vw 2vw 3vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li
    {
        width: calc(94%/2);  box-shadow: 4px 4px rgba(0, 0, 0, .2);
    }
}
#body_ps4 #tokuten .tokuten-list li:before
{
    position: absolute;    position: absolute;  top: -10px;  right: 0;  left: 0;  width: 1.6vw;  height: 2.5vw;  margin: auto;  content: '';  background-image: url(../img/img-pin.png);  background-repeat: no-repeat;  background-size: cover;
}
@media (min-width: 1400px)
{
    #body_ps4 #tokuten .tokuten-list li:before
    {
        top: -1.5vw;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li:before
    {
        width: 2.7vw;  height: 4.5vw;
    }
}
#body_ps4 #tokuten .tokuten-list li .shop
{
    font-size: 23px;  font-weight: 600;  line-height: 1.2;  margin-bottom: 15px;  color: #01832f;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten .tokuten-list li .shop
    {
        font-size: 21px;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten .tokuten-list li .shop
    {
        font-size: 3.4vw;  font-weight: bold;  margin-bottom: 5%;
    }
}
#body_ps4 #tokuten .tokuten-list li .tokuten
{
    font-size: 16px;  font-weight: 600;  line-height: 1.5;  text-align: left;  color: #937e54;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten
    {
        font-size: 15px;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten
    {
        font-size: 2.7vw;  font-weight: auto;
    }
}
#body_ps4 #tokuten .tokuten-list li .tokuten span
{
    font-size: 14px;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten span
    {
        font-size: 12px;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten span
    {
        font-size: 2.4vw;
    }
}
#body_ps4 #tokuten .tokuten-list li .tokuten-img
{
    position: relative;  max-width: 300px;  margin: 20px auto 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten-img
    {
        margin: 7% auto 0;
    }
}
#body_ps4 #tokuten .tokuten-list li .tokuten-img:before
{
    position: absolute;    position: absolute;  bottom: 10px;  left: 10px;  width: 33px;  height: 33px;  content: '';  background-image: url(../img/zoom.png);  background-repeat: no-repeat;  background-size: cover;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li .tokuten-img:before
    {
        bottom: 7px;  left: 7px;  width: 22px;  height: 22px;
    }
}
#body_ps4 #tokuten .tokuten-list li .tokuten-img:hover:before
{
    z-index: 5;
}
#body_ps4 #tokuten .tokuten-list li .tokuten-img img
{
    width: 100%;  border: 2px solid #d4c8af;
}
#body_ps4 #tokuten .tokuten-list li .btn-yoyaku
{
    margin: 20px auto 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li .btn-yoyaku
    {
        margin: 5% auto 0;
    }
}
#body_ps4 #tokuten .tokuten-list li .btn-yoyaku a
{
    font-size: 1.7vw;  font-weight: 500;  position: relative;  z-index: 9;  display: block;  width: 100%;  max-width: 300px;  margin: 0 auto;  padding: 15px 0;  text-decoration: none;  letter-spacing: 1px;  color: #fff;  background: #48be6b;  box-shadow: 0 3px #01832f;
}
@media (min-width: 1400px)
{
    #body_ps4 #tokuten .tokuten-list li .btn-yoyaku a
    {
        font-size: 20px;
    }
}
#body_ps4 #tokuten .tokuten-list li .btn-yoyaku a:before
{
    font-weight: bold;  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  width: 96%;  height: 80%;  margin: auto;  content: '';  border: 1px solid #fff;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li .btn-yoyaku a
    {
        font-size: 3vw;  padding: 4.7% 0;
    }
}
#body_ps4 #tokuten .tokuten-list li .btn-yoyaku a:hover
{
    box-sizing: border-box;  color: #48be6b;  background: #fff;  box-shadow: none;
}
#body_ps4 #tokuten .tokuten-list li .btn-yoyaku a:hover:before
{
    position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  width: 96%;  height: 80%;  margin: auto;  content: '';  border: 3px solid #48be6b;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .tokuten-list li .btn-yoyaku a:hover:before
    {
        border: 2px solid #48be6b;
    }
}
#body_ps4 #tokuten .attention
{
    font-size: 12px;  line-height: 2;  position: relative;  z-index: 3;  padding-bottom: 15%;  color: #937e54;
}
@media (min-width: 1400px)
{
    #body_ps4 #tokuten .attention
    {
        padding-bottom: 20%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #tokuten .attention
    {
        font-size: 2.8vw;  line-height: 1.5;  padding-bottom: 30%;
    }
}
#body_ps4 #product
{
    background-color: #c1e7b2;
}
#body_ps4 #product .sec_inner
{
    align-items: flex-start;  justify-content: space-between;  max-width: 850px;  margin: 0 auto;  padding: 4% 0 1% 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner
    {
        display: block;
    }
}
#body_ps4 #product .sec_inner .product-img
{
    width: 25%;  max-width: 240px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .product-img
    {
        width: 47%;  margin: 0 auto;
    }
}
#body_ps4 #product .sec_inner .info
{
    font-size: 16px;  width: 65%;  color: #08550e;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .info
    {
        width: 100%;  margin: 0 auto;
    }
}
#body_ps4 #product .sec_inner .info .product-list-inner
{
    justify-content: space-between;  margin-bottom: 20px;  padding-bottom: 15px;  border-bottom: 1px solid #01832f;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .info .product-list-inner
    {
        font-size: 3.4vw;
    }
}
#body_ps4 #product .sec_inner .info .product-list-inner:last-child
{
    border-bottom: none;
}
#body_ps4 #product .sec_inner .info .product-list-inner dt
{
    font-weight: 600;  width: 30%;  padding-right: 15%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .info .product-list-inner dt
    {
        font-weight: bold;  width: 35%;  padding-right: 2%;
    }
}
#body_ps4 #product .sec_inner .info .product-list-inner dd
{
    width: 65%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .info .product-list-inner dd .flex
    {
        justify-content: space-between;
    }
    #body_ps4 #product .sec_inner .info .product-list-inner dd .flex .cero
    {
        top: 0;  width: 14%;  max-width: auto;  padding-right: 10%;
    }
}
@media screen and (max-width: 768px) and (max-width: 400px)
{
    #body_ps4 #product .sec_inner .info .product-list-inner dd .flex .cero
    {
        width: 20%;
    }
}

#body_ps4 #product .sec_inner .infotitle
{
    position: relative;
}
#body_ps4 #product .sec_inner .infotitle .product-title
{
    font-size: 30px;  font-weight: 600;  margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    #body_ps4 #product .sec_inner .infotitle .product-title
    {
        font-size: 3.5vw;  margin-bottom: 10%;
    }
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .sec_inner .infotitle .product-title
    {
        font-size: 5.5vw;  font-weight: bold;  margin-top: 8%;  text-align: center;
    }
}
#body_ps4 #product .sec_inner .infotitle .cero
{
    position: absolute;  top: 0;  right: 0;  bottom: 0;  max-width: 55px;  margin: auto;
}
#body_ps4 #product .banner .sec_inner
{
    justify-content: space-between;  max-width: 1200px;  padding: 0 0 3%;
}
#body_ps4 #product .banner .sec_inner p
{
    width: 32%;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .banner .sec_inner p
    {
        width: 100%;  margin-bottom: 3%;
    }
}
#body_ps4 #product .banner .share
{
    display: flex;  justify-content: space-between;  width: 8vw;  max-width: 120px;  margin: 0 auto;  padding: 0 0;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .banner .share
    {
        width: 100%;  max-width: 160px;
    }
}
@media screen and (max-width: 400px)
{
    #body_ps4 #product .banner .share
    {
        max-width: 120px;
    }
}
#body_ps4 #product .banner .share li
{
    width: 60%;  margin: auto;
}
@media screen and (max-width: 768px)
{
    #body_ps4 #product .banner .share
    {
        padding-bottom: 15%;
    }
}
#body_ps4 footer
{
    font-size: 14px;  position: relative;  padding: 20px 0;  color: #7d4c12;  background: #d2b576;
}
#body_ps4 footer .pagetop
{
    position: fixed;  z-index: 50;  right: 20px;  bottom: -130px;  max-width: 100px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .pagetop
    {
        width: 18%;
    }
}
#body_ps4 footer .pagetop.active
{
    visibility: visible;  animation: popanime .3s ease-out forwards;
}
#body_ps4 footer .pagetop.absolute
{
    position: absolute;  top: -100px;  bottom: auto;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .pagetop.absolute
    {
        top: -34%;  display: block;  width: 18%;
    }
}
#body_ps4 footer .flex
{
    justify-content: space-between;  margin-bottom: 12px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .flex
    {
        display: block;  text-align: left;
    }
}
#body_ps4 footer .flex a
{
    width: 22%;  color: #7d4c12;
}
#body_ps4 footer .flex .trademark
{
    line-height: 1.6;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .flex .trademark
    {
        margin-top: 3%;
    }
}
#body_ps4 footer .flex .trademark span
{
    display: inline-block;  vertical-align: middle;
}
#body_ps4 footer .flex .trademark span:nth-child(1)
{
    max-width: 20px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .flex .trademark span:nth-child(1)
    {
        width: 5.5%;
    }
}
#body_ps4 footer .flex .trademark span:nth-child(2)
{
    max-width: 54px;
}
@media screen and (max-width: 768px)
{
    #body_ps4 footer .flex .trademark span:nth-child(2)
    {
        width: 17%;
    }
}
#body_ps4 footer .copylight
{
    font-size: 12px;  text-align: center;
}
