* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#008200;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#008200;}
a:visited{color:#008200;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top; border-style:none;}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}

/* Common
 * --------------------------------------------------------*/
html {
    font-size: 62.5%;
    width: 100%;
}

body {
  background: url(../images/common/bg_movie.png) repeat;
  background-attachment: fixed;
  letter-spacing: 0.05em;
  font: normal 1.8rem "Shuei MaruGo L";
}

@font-face{font-family:'Hobonichi-Icons';src:url('/common/fonts/Hobonichi-Icons-v2.eot?i057te');src:url('/common/fonts/Hobonichi-Icons-v2.eot?i057te#iefix') format('embedded-opentype'),url('/common/fonts/Hobonichi-Icons-v2.ttf?i057te') format('truetype'),url('/common/fonts/Hobonichi-Icons-v2.woff?i057te') format('woff'),url('/common/fonts/Hobonichi-Icons-v2.svg?i057te#Hobonichi-Icons') format('svg');font-weight:normal;font-style:normal}

.container {
   width: 1000px;
   margin: 40px auto 100px;
}

* {
    box-sizing: border-box;
}

a {
    transition: opacity .16s;
}

a[target="_blank"]:after {
    font-family:'Hobonichi-Icons'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    content:"\e914"
}

a:hover {
    opacity: .5;
}

.shuei-bold {
    font-family: "Shuei MaruGo B";
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

/* Header
 * --------------------------------------------------------*/
.header {
    text-align: center;
    color: #fff;
    line-height: 200%;
    letter-spacing: 0.1em;
}
.header a {
    color: #FAEF38;
}
.header p {
    text-align: left;
    margin-left: 1em;
    margin-right: 1em;
}
.header__shiju {
    width: 259px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.links li + li {
    margin-left: 60px;
}

.links img {
    height: 83px;
}

.links a:after {
    content: '';
}

/* Content
 * --------------------------------------------------------*/
.yodogawa {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
    margin-bottom: 1em;
}

.section {
    margin-top: 50px;
    padding: 50px;
    background-color: white;
    border-radius: 80px;
    text-align: center;
}

.section h2 {
    position: relative;
    z-index: 3;
}

.content__title {
    margin-top: 20px;
    line-height: 165%;
    font-family: 'Maru Antique Heavy', sans-serif;
    font-size: 28px;
    color: #4980FA;
}

.content__text {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 200%;
    text-align: left;
}

.toc {
    display: inline-block;
    margin-top: 1em;
    text-align: left;
    color: #323232;
}

.toc-item {
    display: block;
    overflow: hidden;
    margin-top: 1em;
}

.toc-item a {
    display: inline-block;
}

.toc-item__title {
    float: left;
    width: 370px;
}

.toc-item__date {
    float: left;
    font-size: 14px;
    line-height: 27px;
}

.goods__title img {
    width: 530px;
}

.goods__notes {
    display: inline-block;
    margin-top: 30px;
    line-height: 210%;
    text-align: left;
}

.goods__btn {
    margin-top: 30px;
}

.goods__btn li + li {
    margin-left: 20px;
}

.goods__btn--cart {
    width: 241px;
}

.goods__btn--confirm {
    width: 266px;
}

.goods__btn--cancel {
    width: 241px;
}

.goods__btn a:hover {
    opacity: 0.7;
}

.product {
    margin-top: 50px;
}

.product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
}

.product__doll-title {
    width: 90%;
    margin-bottom: 40px;
}

.product__image {
    position: relative;
}

.product__image--sticker, .product__image--doll {
    width: 600px;
}

.product__image--iphone-case {
    width: 304px;
}

.product__info {
    margin-left: 40px;
    text-align: left;
    line-height: 190%;
}

.product__name {
    font-size: 1.9rem;
}

.product__name--iphone-case {
    margin-top: 80px;
}

.product__shipping, .product__price span {
    font-size: 1.3rem;
}

.product__notes {
    margin-top: 2em;
    font-size: 1.3rem;
    line-height: 160%;
}

.schedule {
    width: 650px;
    padding: 30px 0 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF5B4;
    border-radius: 20px;
}

.schedule__title {
    font-size: 2.1rem;
    line-height: 170%;
}

.schedule__title:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    margin: 15px auto 0;
    background-color: black;
}

.schedule__info {
    margin: 40px 60px 0;
    text-align: left;
    line-height: 200%;
}

.cart {
    display: inline-block;
    margin-top: 40px;
    text-align: center;
}

.cart_btn {
    display: inline-block;
    background-color: #008200;
    border: solid 3px #FFF000;
    text-align: center;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .35);
}

.cart_btn:hover {
    opacity: .7;
}

.cart_btn.sold {
    background-color: #4D4D4D;
    border-color: #808080;
    cursor: default;
}

.cart_btn.sold:hover {
    opacity: 1;
}

.cart--small img {
    width: 131px;
}

.cart--small .cart_btn.sold img {
    width: 102px;
}

.cart--small .cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 20px;
}

.cart--large img {
    width: 99px;
    margin-top: 25px;
}

.cart--large .cart_btn.sold img {
    margin-top: 50px;
}

.cart--large .cart_btn {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    border-width: 6px;
}

.cart .stock {
    display: block;
    margin-top: 0.5em;
    color: #FF0000;
    font-size: 1.3rem;
}

/* Comic
 * --------------------------------------------------------*/
.comic {
    margin-top: 50px;
}
.comic__text {
    margin-left: 160px;
    line-height: 200%;
    text-align: left;
}
.comic__list {
    overflow: hidden;
    width: 636px;
    margin-left: auto;
    margin-right: auto;
}
.comic__list li {
    display: block;
    float: left;
    width: 90px;
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
}
.comic__list a {
    display: inline-block;
    width: 90px;
    height: 90px;
    color: black;
    line-height: 80px;
    border: solid 5px #FF4E00;
}

.footer {
    margin-top: 40px;
    padding: 10px 150px;
    background-color: white;
    border-radius: 20px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
}

.footer .btn {
    display: inline-block;
    width: 66px;
    height: 74px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 66px 147px;
    background-repeat: no-repeat;
    background-position: 0 -74px;
}

.footer .btn:hover {
    background-position: 0 0;
    opacity: 1;
}

.footer .btn--twitter {
    background-image: url(../images/common/btn_tweet@2x.png);
}

.footer .btn--facebook {
    background-image: url(../images/common/btn_share@2x.png);
}

.footer .btn--mail {
    background-image: url(../images/common/btn_mail@2x.png);
}

.footer .btn--home {
    margin-left: 175px;
    background-image: url(../images/common/btn_home@2x.png);
}

.footer__share {
    margin: 1em 0;
}

.footer__share li {
    margin-right: 80px;
}

.footer__share li:last-child {
    margin-right: 0;
}

.footer__copyright {
    text-align: center;
}

.footer__copyright img {
    width: 218px;
}

@media  only screen and (min-width: 480px) {
    .forSp {
        display: none!important;
    }
}

.back-top {
    margin-top: 2em;
}

.banner {
    text-align: center;
    margin-top: 50px;
}


/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
    .forPc {
        display: none!important;
    }
    body {
        font-size: 1.4rem;
        background-image: none;
    }

    body:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/common/bg_movie_sp.png) repeat;
        background-size: 100% auto;
        z-index: -1;
    }

    .container {
       width: calc(100% - 10px);
       margin: 0 auto;
    }

    .header {
        margin: 5px;
    }

    .header__shiju {
        width: 180px;
    }

    .links img {
        height: 50px;
    }

    .links li + li {
        margin-left: 20px;
    }

    .yodogawa {
        display: block;
    }

    .section {
        margin-top: 20px;
        padding: 10px;
        border-radius: 20px;
    }

    .content__title img {
        width: auto;
        height: 50px;
    }

    .content__movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .content__movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .toc {
        text-align: center;
    }

    .toc-item__title {
        width: auto;
        float: none;
    }

    .toc-item__date {
        float: none;
    }

    .goods {
        padding-bottom: 20px;
    }

    .goods__btn {
        margin-top: 10px;
    }

    .goods__btn li {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .goods__btn img {
        max-height: 100%;
    }

    .goods__btn li + li {
        margin-top: 20px;
        margin-left: 0;
    }

    .goods__btn--cart, .goods__btn--cancel, .goods__btn--confirm {
        width: auto;
        height: 30px;
    }

    .goods__notes {
        margin-top: 1em;
        font-size: 1.2rem;
    }

    .product {
        margin-top: 20px;
        text-align: center;
    }

    .product__doll-title {
        margin-bottom: 20px;
    }

    .product__box {
        display: block;
    }

    .product__image {
        width: 100%;
    }

    .product__info {
        display: inline-block;
        text-align: left;
        margin-top: 10px;
        margin-left: 0;
    }

    .product__name {
        font-size: 1.5rem;
    }

    .product__notes {
        margin-top: 1em;
    }

    .schedule {
        width: 100%;
        padding: 20px 10px;
    }

    .schedule__title {
        font-size: 1.4rem;
    }

    .schedule__title:after {
        width: 100%;
    }

    .schedule__info {
        margin: 2em 1em 0;
    }

    .cart {
        margin-top: 20px;
    }

    .cart--large {
        position: absolute;
        margin-top: 0;
        left: 10px;
        bottom: 20px;
    }

    .cart--large .cart_btn {
        width: 100px;
        height: 100px;
        border-width: 4px;
    }

    .cart--large img {
        width: 70px;
        margin-top: 25px;
    }

    .cart--large .cart_btn.sold img {
        margin-top: 40px;
    }

    .cart--small {
        display: block;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .cart .stock {
        margin-top: 0.2em;
    }

    .comic {
        margin-top: 40px;
    }

    .comic__text {
        margin-left: 1em;
    }

    .comic__list {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .comic__list li {
        width: 80px;
        margin-left: 10px;
        margin-right: 0;
    }

    .comic__list a {
        width: 80px;
        height: 80px;
        line-height: 70px;
    }

    .footer {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 5px 20px;
    }

    .footer .btn {
        width: 50px;
        height: 55px;
        background-size: 50px 110px;
        background-position: 0 -55px;
    }

    .footer__inner {
        display: block;
    }

    .footer__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer__share li {
        margin-right: 0;
    }

    .footer .btn--home {
        margin-left: 0;
    }

    .back-top {
        margin-bottom: 2em;
    }

    .banner {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .precendence__info {
        top: 10px;
        font-size: 1.1rem;
    }

    .precendence__price span {
        font-size: 1.0rem;
    }

    .precendence__items {
        font-size: 1.2rem;
    }

    .precendence__items dd {
        font-size: 1.1rem;
    }

}
