@media screen and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    body {
        font-family: 'Product Sans', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
        background: url(../img/body_bg.png) 0 0 repeat;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
    }

    body,
    figure {
        margin: 0;
    }

    /* サイズの値パディングとボーダーを含める */
    *,
    *::before,
    ::after {
        box-sizing: border-box;
    }

    header {
        position: relative;
        height: 40vh;
    }

    header::before {
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/img_head.jpg) center / cover;
    }

    .animation {
        opacity: 0; //不透明度0%
        -webkit-transform: translate3d(0, 150%, 0); //縦方向の位置を100%下げる
        transform: translate3d(0, 100%, 0);
        -webkit-transition: all 2s ease; //1秒間かけて変化させる
        transition: all 1s ease;
    }

    .animation.active {
        opacity: 1; //不透明度100%
        -webkit-transform: translate3d(0, 0, 0); // 縦方向の位置を戻す
        transform: translate3d(0, 0, 0);
    }

    .menu {
        display: none;
        width: 100%;
        background-color: rgba(0, 0, 0, 65%);
        position: fixed;
        bottom: 0;
        z-index: 999;
        padding: 15px 10px;
    }

    .menubtn_txt {
        color: #a10000;
        font-weight: bold;
    }

    .menubtn_wrap {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .menubtn_wrap img {
        width: 60%;
    }

    .menubtn {
        width: 90%;
        background-color: #ffffff;
        border-radius: 42px;
        display: inline-block;
        cursor: pointer;
        color: #000;
        font-family: Arial;
        font-size: 24px;
        padding: 8px 0;
        text-align: center;
    }

    .menubtn:hover {
        background-color: #b9b9b9;
    }

    .menubtn:active {
        position: relative;
        top: 1px;
    }

    .btn_25 {
        width: 30%;
        display: inline-block;
        cursor: pointer;
        color: #000;
        font-family: Arial;
        text-align: center;
    }

    .btn_25 img {
        width: auto;
        height: 40px;
    }

    /* SNS */
    .sns {
        width: 65px;
        height: 46px;
        position: absolute;
        z-index: 1;
        right: 0.5em;
        top: 0.5em;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1;
        font-family: "Dosis", sans-serif;
        letter-spacing: .05em;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sns_icon {
        width: 30px;
        height: 30px;
    }

    .sns_icon a {
        color: inherit;
        text-decoration: inherit;
    }

    .sns_icon a:hover {
        opacity: 60%;
    }

    .sns_txt {
        width: 30px;
        height: 15px;
        margin: 0 auto;
    }


    /* インフォ */
    .info {
        position: absolute;
        z-index: 1;
        left: 0.5em;
        bottom: 0.5em;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1;
        font-family: "Dosis", sans-serif;
        letter-spacing: .05em;
        text-align: left;
    }

    .info a {
        color: inherit;
        text-decoration: inherit;
    }

    .info a:hover {
        opacity: 80%;
        text-decoration: inherit;
    }

    .info img {
        width: 45%;
        height: 45%;
        overflow: hidden;
    }

    /* ヘッダ */
    header h1 {
        position: absolute;
        z-index: 1;
        top: 53%;
        width: 100%;
        margin: 0;
        padding: 0 .5em auto;
        transform: translateY(-50%);
    }

    .title_svg_sp {
        width: 80%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .title_svg_sp img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    @media all and (max-width: 480px) {
        header h1 {
            font-size: 4rem;
        }
    }

    #wrapper {
        background: url(../img/body_bg.png) 0 0 repeat;
        position: relative;
        z-index: 100;
        background-attachment: fixed;
    }

    .releasedate {
        width: 100%;
        height: 180px;
        padding-top: 60px;
        margin: 0;
        text-align: center;
        background-color: blueviolet;
        box-sizing: border-box;
        background: url(../img/img_bg_line.png) repeat-x;
        background-size: cover;
    }

    .releasedate img {
        width: 90%;
        height: auto;
    }

    .wrap {
        width: 100%;
        height: auto;
        overflow: auto;
        background-attachment: fixed;
    }

    .catch {
        width: 100%;
        text-align: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
        margin: 0 0 80px 0;
    }

    .catch img {
        width: 80%;
        height: auto;
        overflow: hidden;
    }

    .video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        text-align: center;
        margin: 0;
    }

    .video_mv_text {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
        margin: 5px 0 40px 0;
        font-size: 15px;
    }

    .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        padding: 0 0 35px 0;
        box-sizing: border-box;
    }

    .video_text {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 18px;
    }

    .btm_video_text {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 15px;
    }

    .video_catch {
        width: 80%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 40px auto;
    }

    .video_catch img {
        width: 100%;
    }

    .liveviwing {
        width: 80%;
        height: auto;
        margin: 10px auto 80px auto;
        font-size: 14px;
    }

    /* liveviwing_btn */
    .liveviwing_wrap {
        margin: 40px auto 0 auto;
        text-align: center;
    }

    .liveviwing_txt {
        color: #a10000;
        font-weight: bold;
        margin-bottom: 45px;
    }

    .liveviwing_wrap img {
        width: 80%;
    }

    .liveviwing_btn01 {
        width: 100%;
        background-color: #a10000;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        padding: 25px 0;
        text-decoration: none;
    }

    .liveviwing_btn01:hover {
        background-color: #de0000;
    }

    .liveviwing_btn01:active {
        position: relative;
        top: 1px;
    }

    .artwork {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
    }

    .artwork .caption {
        margin: 5px auto 50px auto;
        font-size: 14px;
    }

    .artwork img {
        width: 75%;
    }

    .spec {
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 70px 0 0 0;
        text-align: center;
        background: url(../img/img_bg_line.png) 0 0/100% 180px repeat-x;
    }

    .specwrap {
        margin: 0 0 70px 0;
    }

    .spec_detail {
        width: 80%;
        height: auto;
        overflow: auto;
        margin: 0 auto;
    }

    .spec_detail_title {
        width: 100%;
        margin-bottom: 30px;
    }

    .spec_detail img {
        width: 80%;
    }

    .spec_icon {
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .spec_icon_lp {
        width: 100%;
        height: auto;
        overflow: auto;
        margin-bottom: 5px;
    }

    .spec_icon img {
        width: 122px;
        height: 50px;
    }

    .spec_icon_lp img {
        width: 122px;
        height: 50px;
    }

    .spec_text {
        font-size: 15px;
        line-height: 24px;
    }

    .spec_text span {
        font-weight: bold;
    }

    .spec_special {
        margin: 20px auto 0 auto;
    }

    /* 完全生産限定盤btn */
    .spec_btn01_wrap {
        margin: 20px 0 10px 0;
    }

    .spec_btn01_txt {
        font-size: 15px;
        color: #a10000;
        font-weight: bold;
    }

    .spec_btn01_wrap img {
        width: 80%;
    }

    .spec_btn01 {
        width: 100%;
        background-color: #a10000;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        padding: 30px 0;
        text-decoration: none;
    }

    .spec_btn01:hover {
        background-color: #de0000;
    }

    .spec_btn01:active {
        position: relative;
        top: 1px;
    }

    /* 通常版等btn */
    .spec_btn02_wrap {
        margin: 20px 0 20px 0;
    }

    .spec_btn02_txt {
        color: #a10000;
        font-weight: bold;
    }

    .spec_btn02_wrap img {
        width: 150px;
    }

    .spec_btn02 {
        width: 100%;
        background-color: #ffffff;
        border-radius: 42px;
        display: inline-block;
        cursor: pointer;
        color: #eb26eb;
        font-family: Arial;
        font-size: 24px;
        padding: 10px 0;
        text-decoration: none;
    }

    .spec_btn02:hover {
        background-color: #b9b9b9;
    }

    .spec_btn02:active {
        position: relative;
        top: 1px;
    }

    .link {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0 80px 0;
        padding: 60px 0 10px 0;
        background-color: rgba(0, 0, 0, 40%);
        text-align: center;
    }

    .link_title {
        margin-bottom: 30px;
    }

    .link_title img {
        width: 50%;
    }

    .link_date {
        margin-bottom: 40px;
    }

    .link_date img {
        width: 80%;
    }

    .link_spec {
        margin-bottom: 15px;
    }

    .link_spec img {
        width: 80%;
    }

    /* buynow_完全生産限定盤btn */
    .link_btn01_wrap {
        margin: 0 0 5px 0;
    }

    .link_btn01_txt {
        width: 80%;
        margin: 0 auto;
        font-size: 15px;
        color: #a10000;
        font-weight: bold;
        margin-bottom: 45px;
    }

    .link_btn01_wrap img {
        width: 80%;
    }

    .link_btn01 {
        width: 80%;
        background-color: #a10000;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 25px;
        padding: 30px 0;
        text-decoration: none;
    }

    .link_btn01:hover {
        background-color: #de0000;
    }

    .link_btn01:active {
        position: relative;
        top: 1px;
    }

    /* buynow_通常版等btn */
    .link_btn02_wrap {
        margin: 0 0 47px 0;
    }

    .link_btn02_txt {
        color: #a10000;
        font-weight: bold;
    }

    .link_btn02_wrap img {
        width: 150px;
    }

    .link_btn02 {
        width: 80%;
        background-color: #ffffff;
        border-radius: 42px;
        display: inline-block;
        cursor: pointer;
        color: #eb26eb;
        font-family: Arial;
        font-size: 24px;
        padding: 10px 0;
        text-decoration: none;
    }

    .link_btn02:hover {
        background-color: #b9b9b9;
    }

    .link_btn02:active {
        position: relative;
        top: 1px;
    }

    .giveaway {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
        margin: 80px 0;
    }

    .giveaway_title {}

    .giveaway_title img {
        width: 50%;
    }

    .giveaway_spec {
        width: 90%;
        height: auto;
        overflow: hidden;
        border: 2px solid #ffffff;
        margin: 15px auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .giveaway_spec img {
        width: 100%;
        margin: 10px 0;
    }

    .giveaway_text {
        font-size: 15px;
        line-height: 24px;
    }

    .s_giveaway_title {}

    .s_giveaway_title img {
        width: 50%;
    }

    .s_giveaway {
        width: 100%;
        height: auto;
        overflow: auto;
        text-align: center;
        margin-bottom: 40px;
    }

    .s_giv_itemwrap {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 20px auto 40px auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .s_giv_itemwrap_img {
        width: 90%;
        height: 210px;
        margin-bottom: 40px;
        background-color: #999999;
    }

    .s_giv_itemwrap_img img {
        width: 80%;
    }

    .s_giv_item {
        margin: 0 auto;
        width: 90%;
    }

    .s_giv_item_img {
        margin-bottom: 10px;
    }

    .s_giv_item_img img {
        width: auto;
        height: 45px;
    }

    .s_giv_item_pic {}

    .s_giv_item_pic img {
        width: 100%;
    }


    .s_giv_item_text {
        margin: 10px 0 30px 0;
        font-size: 14px;
        font-family: serif;
    }

    .linernotes {
        width: 100%;
        text-align: center;
        margin: 0 0 160px 0;
    }

    .linernotes_title {
        width: 100%;
    }

    .linernotes_title img {
        width: 50%;
    }

    .contenedor {
        display: table;
        margin: 0 auto 10px auto;
        position: relative;
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }

    .expand {
        width: 90%;
        margin: 0 auto;
        padding: 0 10px;
        max-height: 120px;
        overflow: hidden;
        position: relative;
        transition: .5s;
    }

    .contenedor input {
        visibility: hidden;
    }

    .contenedor label {
        width: 75px;
        height: 50px;
        position: absolute;
        bottom: -4em;
        display: block;
        left: 40%;
        color: white;
        z-index: 999;
        cursor: pointer;
        text-transform: uppercase;
        margin: 0 auto;
    }

    .contenedor label:before {
        content: url(../img/btn_readmore.svg);
    }

    .contenedor input:checked + label:before {
        content: url(../img/btn_close.svg);
    }

    input[type=checkbox]:checked ~ .expand {
        max-height: 3500px;
    }

    input[type=checkbox]:checked ~ .expand:before {
        opacity: 0
    }

    .logo_area {
        width: 80%;
        height: auto;
        overflow: hidden;
        padding: 120px 0 80px 0;
        margin: 0 auto;
        text-align: center;
    }

    .logo_brahman {
        margin: 0 auto 55px auto;
        width: 80%;
        height: 80%;
    }

    .logo_brahman img {
        width: 80%;
    }

    .logo_company {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .logo_child {
        width: 30%;
    }

    .logo_child img {
        width: 80%;
    }

    /* フッタ */
    footer {
        padding: 20px 0;
        background-color: #000000;
        text-align: center;
    }

    footer .copyright small {
        color: #ffffff;
        font-size: 13px;
        font-family: "Ubuntu Condensed", sans-serif;
    }

    /* 非表示要素 */
    .title_svg {
        display: none;
    }

    .info02 {
        display: none;
    }