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: 100vh;
}

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

.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);
}

/* SNS */
.sns {
    width: 56px;
    height: 46px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    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: 25px;
    height: 25px;
}

.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: 2em;
    bottom: 2em;
    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: 180px;
    height: 180px;
    overflow: hidden;
}

/* 25th */
.info02 {
    position: fixed;
    z-index: 1;
    right: 2em;
    bottom: 2em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Dosis", sans-serif;
    letter-spacing: .05em;
    text-align: left;
}

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

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

.info02 img {
    width: 180px;
    height: 180px;
    overflow: hidden;
}

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

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

.title_svg 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: 344px;
    padding-top: 85px;
    margin: 0 0 50px 0;
    text-align: center;
    background-color: blueviolet;
    box-sizing: border-box;
    background: url(../img/img_bg_line.png) repeat-x;
}

.releasedate img {
    width: 850px;
    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 160px 0;
}

.catch img {
    width: 630px;
    height: 430px;
}

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

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

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

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

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

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

.video_catch img {
    width: 730px;
    height: 450px;
}

.liveviwing{
    width: 730px;
    height:auto;
    margin: 10px auto 160px auto;
    font-size: 16px;
}

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

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

.liveviwing_wrap img {
    width: 372px;
}

.liveviwing_btn01 {
    width: 435px;
    background-color: #a10000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    padding: 40px 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: 10px auto 50px auto;
    font-size: 18px;
}

.artwork img {
    width: 640px;
    height: 640px;
}

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

.spec_detail {
    width: 490px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
}

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

.spec_detail img {
    width: 435px;
}

.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: 16px;
    line-height: 24px;
}

.spec_text span {
    font-weight: bold;
}

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

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

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

.spec_btn01_wrap img {
    width: 372px;
}

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

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

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

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

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

.spec_btn02_wrap img {
    width: 200px;
}

.spec_btn02 {
    width: 435px;
    background-color: #ffffff;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #eb26eb;
    font-family: Arial;
    font-size: 24px;
    padding: 15px 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: 150px 0 100px 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: 286px;
}

.link_date {
    margin-bottom: 30px;
}

.link_date img {
    width: 435px;
}

.link_spec {
    margin-bottom: 15px;
}

.link_spec img {
    width: 435px;
}

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

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

.link_btn01_wrap img {
    width: 372px;
}

.link_btn01 {
    width: 435px;
    background-color: #a10000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    padding: 40px 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: 200px;
}

.link_btn02 {
    width: 435px;
    background-color: #ffffff;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #eb26eb;
    font-family: Arial;
    font-size: 24px;
    padding: 15px 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: 100px 0;
}

.giveaway_title {}

.giveaway img {
    width: 286px;
}

.giveaway_spec {
    width: 500px;
    height: auto;
    overflow: hidden;
    border: 3px solid #ffffff;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}

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

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

.s_giveaway_title {}


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

.s_giveaway img {
    width: 286px;
}

.s_giv_itemwrap {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

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

.s_giv_itemwrap_img img {
    width: 100%;
}

.s_giv_item {
    width: 295px;
}

.s_giv_item_img {
    height: 50px;
    margin-bottom: 10px;
}

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

.s_giv_item_text {
    margin: 10px 0 45px 0;
    font-size: 16px;
    font-family: serif;
}

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

.linernotes_title {}

.linernotes img {
    width: 286px;
}

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

.expand {
    width: 900px;
    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: 412px;
    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: 1250px;
}

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

.logo_area {
    width: 900px;
    height: auto;
    overflow: hidden;
    padding: 150px 0 160px 0;
    margin: 0 auto;
}

.logo_brahman {
    margin: 0 auto 55px auto;
    width: 285px;
    height: 90px;
}

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

.logo_child {
    width: 84px;
    height: 28px;
}

.logo_child img {
    width: 84px;
}

/* フッタ */
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_sp {
    display: none;
}

.menu {
    display: none;
}

.menubtn_wrap {
    display: none;
}