@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  /*background:transparent;*/
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* clear */
.clear,
.clearfix {
    zoom: 100%;
}

.clear:after,
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.t-ind {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.b {
    font-weight: bold;
}

.break {
    word-wrap: break-word;
}

.bl {
    display: block;
}

.fs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    min-width: 980px;
}

body > svg {
    display: none;
}

svg + .fallback {
    display: none !important;
    background: none !important;
}

svg {
    overflow: hidden;
}

.f1,
.f1b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.f1b {
    font-weight: 700;
}

path.white {
    fill: #fff;
}

a {
    color: #000;
}

#wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#wrapper main {
    padding-bottom: 100px;
}

#wrapper footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 30px;
    width: 960px;
    margin-left: -480px;
    z-index: 1;
}

#wrapper footer .copyright {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 9px;
    letter-spacing: 0;
    z-index: -1;
}

#wrapper footer .sns {
    float: left;
}

#wrapper footer .sns .facebook,
      #wrapper footer .sns .twitter {
    float: left;
    margin-right: 8px;
}

#wrapper footer .links {
    float: right;
    overflow: hidden;
}

#wrapper footer .links a {
    display: block;
    float: left;
    margin-left: 8px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#wrapper footer .links a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#wrapper footer .links a .twitter,
        #wrapper footer .links a .facebook {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

#wrapper footer .links a .twitter.fallback,
          #wrapper footer .links a .facebook.fallback {
    background: url(../img/twitter.png) no-repeat 0 0;
}

#wrapper footer .links a .facebook.fallback {
    background: url(../img/facebook.png) no-repeat 0 0;
}

#wrapper footer .links a .official {
    width: 114px;
    height: 20px;
}

#wrapper footer .links a .official.fallback {
    background: url(../img/official.png) no-repeat 0 0;
}

#tag {
    width: 0;
    height: 0;
    overflow: hidden;
}

#boys-more,
#girls-more {
    display: none;
}

#girls-more img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-device-width: 480px) {
    #wrapper main {
        padding-bottom: 20px;
    }

    #wrapper footer .copyright {
        font-size: 14px;
    }

    #boys-more,
  #girls-more {
        display: block;
        position: absolute;
        width: 80px;
        height: 80px;
        left: 25%;
        margin-left: -40px;
        top: 560px;
    }

    #boys-more img,
    #girls-more img {
        display: block;
        width: 100%;
        height: auto;
    }

    #girls-more {
        left: 75%;
    }

    #tour-banner {
        position: relative;
        top: 70px;
    }
}

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  /*background:transparent;*/
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* clear */
.clear,
.clearfix {
    zoom: 100%;
}

.clear:after,
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.t-ind {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.b {
    font-weight: bold;
}

.break {
    word-wrap: break-word;
}

.bl {
    display: block;
}

.fs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    min-width: 980px;
}

body > svg {
    display: none;
}

svg + .fallback {
    display: none !important;
    background: none !important;
}

svg {
    overflow: hidden;
}

.f1,
.f1b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.f1b {
    font-weight: 700;
}

path.white {
    fill: #fff;
}

a {
    color: #000;
}

#wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#wrapper main {
    padding-bottom: 100px;
}

#wrapper footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 30px;
    width: 960px;
    margin-left: -480px;
    z-index: 1;
}

#wrapper footer .copyright {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 9px;
    letter-spacing: 0;
    z-index: -1;
}

#wrapper footer .sns {
    float: left;
}

#wrapper footer .sns .facebook,
      #wrapper footer .sns .twitter {
    float: left;
    margin-right: 8px;
}

#wrapper footer .links {
    float: right;
    overflow: hidden;
}

#wrapper footer .links a {
    display: block;
    float: left;
    margin-left: 8px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#wrapper footer .links a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#wrapper footer .links a .twitter,
        #wrapper footer .links a .facebook {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

#wrapper footer .links a .twitter.fallback,
          #wrapper footer .links a .facebook.fallback {
    background: url(../img/twitter.png) no-repeat 0 0;
}

#wrapper footer .links a .facebook.fallback {
    background: url(../img/facebook.png) no-repeat 0 0;
}

#wrapper footer .links a .official {
    width: 114px;
    height: 20px;
}

#wrapper footer .links a .official.fallback {
    background: url(../img/official.png) no-repeat 0 0;
}

#tag {
    width: 0;
    height: 0;
    overflow: hidden;
}

#boys-more,
#girls-more {
    display: none;
}

#girls-more img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-device-width: 480px) {
    #wrapper main {
        padding-bottom: 20px;
    }

    #wrapper footer .copyright {
        font-size: 14px;
    }

    #boys-more,
  #girls-more {
        display: block;
        position: absolute;
        width: 80px;
        height: 80px;
        left: 25%;
        margin-left: -40px;
        top: 560px;
    }

    #boys-more img,
    #girls-more img {
        display: block;
        width: 100%;
        height: auto;
    }

    #girls-more {
        left: 75%;
    }

    #tour-banner {
        position: relative;
        top: 70px;
    }
}

body {
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

body.sp {
    background: none;
}

.spbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center #ddd;
    background-size: cover;
}

header {
    padding-top: 10px;
    position: relative;
}

header h1 {
    text-align: center;
    font-size: 32px;
}

header .menu-btn {
    position: fixed;
    top: 18px;
    left: 18px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

#global-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../img/screen.png);
    z-index: 9;
}

#global-menu .big {
    width: 445px;
    font-size: 52px;
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: 50%;
    margin-top: -220px;
}

#global-menu .big .left {
    float: left;
}

#global-menu .big .right {
    float: right;
}

#global-menu .big a {
    color: #fff;
}

#global-menu .big span {
    color: #000;
}

#global-menu ul {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -150px;
}

#global-menu ul li {
    margin-top: 30px;
}

#global-menu ul li.jp {
    font-weight: bold;
}

#global-menu ul li a {
    color: #fff;
}

#global-menu ul li a:hover {
    color: #000;
}

.csstransforms3d header .menu-btn:before,
.csstransforms3d header .menu-btn:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.csstransforms3d header .menu-btn:hover:before {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.csstransforms3d header .menu-btn:hover:after {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

.csstransforms3d header .menu-btn.open:before {
    -webkit-transform: rotate(-45deg) translate3d(-6px, 6px, 0);
    transform: rotate(-45deg) translate3d(-6px, 6px, 0);
    background: #fff;
}

.csstransforms3d header .menu-btn.open:after {
    -webkit-transform: rotate(45deg) translate3d(-5px, -5px, 0);
    transform: rotate(45deg) translate3d(-5px, -5px, 0);
    background: #fff;
}

.csstransforms3d header .menu-btn.open hr {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}

.csstransforms3d header .menu-btn:after {
    top: auto;
    bottom: 0;
}

.csstransforms3d header .menu-btn hr {
    position: absolute;
    width: 100%;
    border: none;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.csstransforms3d header #global-menu {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.csstransforms3d header #global-menu.show {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.no-csstransforms3d header .menu-btn {
    background: url(../img/menu.png) no-repeat center;
}

.no-csstransforms3d header .menu-btn.open {
    background: url(../img/close2.png) no-repeat center;
}

.no-csstransforms3d header .menu-btn hr {
    display: none;
}

main {
    width: 960px;
    margin: 0 auto;
}

#top {
    padding-top: 130px;
}

#top img {
    display: block;
    width: 450px;
    float: left;
    height: auto;
}

#top .right {
    width: 470px;
    float: right;
    text-align: center;
    padding-top: 10px;
}

#top .right .ff {
    font-size: 55px;
}

#top .right .ma {
    font-size: 30px;
    margin-top: 25px;
}

#top .right h1 {
    font-size: 134px;
    letter-spacing: 10px;
}

#top .right .release {
    font-size: 58px;
    margin-top: 14px;
}

#top .right .text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

#top .right a {
    display: block;
    width: 340px;
    margin: 10px auto 0;
}

#top .right a img {
    display: block;
    width: 100%;
    height: auto;
}

#release {
    margin-top: 290px;
    position: relative;
    padding-top: 65px;
    overflow: hidden;
}

#release .title {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -344px;
    width: 344px;
    height: 68px;
    overflow: hidden;
}

#release .block {
    position: relative;
}

#release .block img {
    display: block;
    width: 243px;
    height: auto;
    float: left;
}

#release .block .info {
    margin-left: 20px;
    float: left;
}

#release .block .info .ma {
    font-size: 16px;
}

#release .block .info .t {
    font-size: 34px;
    margin-top: 5px;
}

#release .block .info .text {
    font-weight: bold;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
}

#release .block .info .text p {
    font-size: 14px;
}

#release .block#jk1 {
    left: 30px;
}

#release .block#jk2 {
    left: 440px;
    top: -30px;
}

#release .block#jk2 img {
    width: 220px;
}

#release #tokuten {
    width: 680px;
    padding: 25px;
    background: url(../img/pink.png);
    color: #fff;
    margin: 60px auto 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    border: solid 1px #fff;
}

#release #tokuten .t {
    font-size: 20px;
    margin-bottom: 10px;
}

#release #shoplist {
    width: 732px;
    margin: 45px auto 0;
}

#release #shoplist .t {
    font-size: 23px;
}

#release #shoplist ul {
    width: 750px;
    margin: -10px 0 0 -18px;
}

#release #shoplist ul li {
    float: left;
    margin: 18px 0 0 18px;
    width: 232px;
    overflow: hidden;
}

#release #shoplist ul li a {
    width: 230px;
    height: 34px;
    background: #000;
    border: solid 1px #fff;
    text-align: center;
    line-height: 34px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#release #shoplist ul li a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#release #shoplist ul li a span {
    font-size: 12px;
}

.svg #release .title {
    width: 0;
}

.svg #release .title path {
    opacity: 0;
    filter: alpha(opacity=0);
}

.svg #release .title path:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-svg #release .title {
    background: url(../img/release.png) no-repeat 0 0;
}

.move {
    position: relative;
    top: 0;
}

.svg .move {
    opacity: 0;
    filter: alpha(opacity=0);
}

#tracklist {
    margin-top: 215px;
}

#tracklist .title {
    width: 306px;
    height: 72px;
    left: 50%;
    margin-left: -153px;
    position: relative;
    overflow: hidden;
}

#tracklist #tl {
    width: 670px;
    margin: 65px auto 0;
}

#tracklist #tl li {
    border: solid 2px #000;
    padding: 15px 20px;
    margin-top: 30px;
    background: url(../img/white.png);
}

#tracklist #tl li dl {
    float: left;
}

#tracklist #tl li dl dt {
    font-size: 28px;
    float: left;
    width: 40px;
}

#tracklist #tl li dl dd {
    float: left;
    font-size: 13px;
}

#tracklist #tl li dl dd p {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 8px;
}

#tracklist #tl li .buttons {
    float: right;
    padding-top: 8px;
}

#tracklist #tl li .buttons button {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#tracklist #tl li .buttons button:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#tracklist #tl li .buttons .play-btn {
    width: 30px;
    height: 30px;
    float: left;
}

#tracklist #tl li .buttons .play-btn .play {
    width: 30px;
    height: 30px;
}

#tracklist #tl li .buttons .play-btn .play .pause {
    display: none;
}

#tracklist #tl li .buttons .play-btn .play.fallback {
    background: url(../img/play.png) no-repeat 0 0;
}

#tracklist #tl li .buttons .play-btn.on .play .pl {
    display: none;
}

#tracklist #tl li .buttons .play-btn.on .play .pause {
    display: block;
}

#tracklist #tl li .buttons .play-btn.on .play.fallback {
    background: url(../img/pause.png) no-repeat 0 0;
}

#tracklist #tl li .buttons .liner {
    height: 30px;
    background: #000;
    float: left;
    width: 128px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 17px;
}

.svg #tracklist .title {
    width: 0;
}

.svg #tracklist .title path {
    opacity: 0;
    filter: alpha(opacity=0);
}

.svg #tracklist .title path:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-svg #tracklist .title {
    background: url(../img/tracklist.png) no-repeat 0 0;
}

#liner-popup {
    position: fixed;
    width: 670px;
    padding: 25px 30px;
    border: solid 1px #fff;
    background: url(../img/screen.png);
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -366px;
    z-index: 7;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

#liner-popup .title {
    font-size: 24px;
    margin-bottom: 15px;
}

#liner-popup button {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#liner-popup button:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#liner-popup button .close {
    width: 17px;
    height: 17px;
}

#liner-popup button .close.fallback {
    background: url(../img/close.png) no-repeat center;
}

#liner-popup .ln {
    display: none;
}

#svg-close {
    fill: #fff;
}

#mv {
    margin-top: 240px;
}

#mv .title {
    width: 323px;
    height: 61px;
    position: relative;
    overflow: hidden;
}

#mv .v {
    width: 680px;
}

#mv .v .image {
    position: relative;
    height: 424px;
    overflow: hidden;
    cursor: pointer;
}

#mv .v .image iframe {
    width: 100%;
    height: 100%;
}

#mv .v .image button {
    position: absolute;
    width: 54px;
    height: 54px;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
}

#mv .v .image button .play2 {
    width: 54px;
    height: 54px;
}

#mv .v .image button .play2 .fallback {
    background: url(../img/play2.png) no-repeat 0 0;
}

#mv .v .image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -43px;
}

#mv .v .v-title {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    font-weight: bold;
}

#mv .v#video1 {
    margin: 50px 0 0 30px;
}

#mv .v#video2 {
    margin: 60px 0 0 250px;
}

.svg #mv .title {
    width: 0;
}

.svg #mv .title path {
    opacity: 0;
    filter: alpha(opacity=0);
}

.svg #mv .title path:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-svg #mv .title {
    background: url(../img/mv.png) no-repeat 0 0;
}

#iceball {
    width: 732px;
    margin: 100px auto 0;
}

#iceball .iceball-top {
    width: 732px;
    height: 163px;
    overflow: hidden;
}

#iceball .iceball-top.fallback {
    background: url(../img/iceball-top.png) no-repeat 0 0;
}

#iceball .wrap {
    border: solid 2px #000;
    border-top: none;
    background: #fff;
    margin-top: -3px;
    padding: 25px 25px 0;
    line-height: 1.5;
}

#iceball .wrap .top-text {
    font-weight: bold;
    font-size: 16px;
}

#iceball .wrap .top-text p {
    font-size: 12px;
    font-weight: normal;
}

#iceball .wrap .fukidashi {
    height: 110px;
    width: 474px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 22px 0 0 180px;
    background: url(../img/fukidashi.png) no-repeat 0 0;
    position: relative;
}

#iceball .wrap .fukidashi a {
    position: absolute;
    text-align: center;
    width: 190px;
    padding-top: 140px;
    top: 10px;
    right: -30px;
    font-size: 11px;
    color: #EC4577;
    text-decoration: underline;
    background: url(../img/book.png) no-repeat center 0;
}

#iceball .wrap ul {
    margin-top: 40px;
}

#iceball .wrap ul li {
    border-top: solid 2px #000;
    padding: 30px 20px;
    margin-top: 30px;
}

#iceball .wrap ul li img {
    display: block;
    float: right;
}

#iceball .wrap ul li .text {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    width: 368px;
}

#iceball .wrap ul li .text .i-title {
    font-size: 24px;
    margin-bottom: 10px;
}

#iceball .wrap ul li .text .p {
    color: #EC4577;
}

#iceball .wrap ul li .text.wide {
    width: auto;
    float: none;
}

#vinyl {
    width: 654px;
    margin: 100px auto 0;
    position: relative;
}

#vinyl .title {
    position: absolute;
    left: 375px;
    width: 383px;
    height: 65px;
    overflow: hidden;
}

#vinyl .info {
    padding-top: 130px;
}

#vinyl .info .jk {
    float: left;
    display: block;
}

#vinyl .info .info-text {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

#vinyl .info .info-text h3 {
    font-size: 34px;
    font-weight: bold;
    margin: 10px 0 20px;
    letter-spacing: 2px;
}

#vinyl .info .info-text .out {
    font-size: 24px;
    margin: 15px 0 40px;
}

#vinyl .info .info-text dl {
    line-height: 1.5;
    margin-top: 15px;
}

#vinyl .more-text {
    padding: 25px;
    background: url(../img/pink.png);
    color: #fff;
    margin-top: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

#vinyl .more-text p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

#vinyl .link {
    margin-top: 35px;
}

#vinyl .link a {
    display: block;
    float: right;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    height: 36px;
    line-height: 36px;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

#vinyl .link a span {
    font-size: 12px;
}

#vinyl .link a:hover {
    background: #666;
}

.svg #vinyl .title {
    width: 0;
}

.svg #vinyl .title path {
    opacity: 0;
    filter: alpha(opacity=0);
}

.svg #vinyl .title path:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-svg #vinyl .title {
    background: url(../img/vinyl.png) no-repeat 0 0;
}

#girls {
    margin-top: 240px;
    text-align: center;
    font-size: 28px;
    padding-bottom: 200px;
}

#girls a {
    color: #000;
    display: block;
}

#girls .g-title {
    font-size: 86px;
    margin: 10px 0 20px;
}

#girls .soon {
    font-size: 54px;
}

#externalsound {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
}

#next-arrow {
    width: 48px;
    height: 48px;
    z-index: 5;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -24px;
}

#next-arrow img {
    display: block;
    width: 100%;
    height: auto;
}

body,
.spbg {
    background-image: url(../img/bg2.jpg);
}

#global-menu {
    background: url(../img/screen2.png);
}

#top img {
    float: right;
    border: solid 1px #fff;
}

#top .right {
    float: left;
}

#release #tokuten {
    background: url(../img/green.png);
}

#release #tokuten div {
    font-size: 18px;
    margin-top: 20px;
    color: #000;
}

#vinyl .jk {
    width: 330px;
    border: solid 1px #fff;
}

#vinyl .more-text {
    background: url(../img/green.png);
    border: solid 1px #fff;
}

#liner-popup {
    background: url(../img/screen2.png);
}

main {
    width: 980px;
}

header h1 {
    font-size: 50px;
}

#top .right .ma {
    font-size: 40px;
}

#release #tokuten {
    width: 90%;
    box-sizing: border-box;
}

#release #shoplist {
    width: 90%;
}

#release #shoplist ul {
    width: 100%;
    margin: -10px 0 0;
}

#release #shoplist ul li {
    width: 32%;
    margin: 18px 0 0 0;
}

#release #shoplist ul li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}

#release #shoplist ul li:nth-child(5) {
    margin-left: 2%;
    margin-right: 2%;
}

#release #shoplist ul li a {
    font-size: 24px;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

#release #shoplist ul li a span {
    position: relative;
    top: -2px;
}

#tracklist #tl {
    width: 90%;
    box-sizing: border-box;
}

#liner-popup {
    box-sizing: border-box;
    width: 90%;
    margin-left: -45%;
    font-size: 30px;
}

#liner-popup .title {
    font-size: 34px;
}

#liner-popup button {
    height: 34px;
}

#liner-popup button .close {
    height: 34px;
}

header .menu-btn {
    width: 60px;
    height: 60px;
}

#iceball {
    margin-top: 500px;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

#iceball .wrap ul {
    margin-top: 100px;
}

#vinyl {
    margin-top: 400px;
}

#vinyl .info {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    padding-top: 150px;
}

#vinyl .more-text {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    margin-top: 150px;
}

#vinyl .link {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    margin-top: 100px;
}

#vinyl .link span {
    position: relative;
    top: -6px;
}

#girls {
    margin-top: 500px;
}

#next-arrow {
    width: 108px;
    height: 108px;
    margin-left: -54px;
}

.csstransforms3d header .menu-btn:before,
.csstransforms3d header .menu-btn:after {
    height: 10px;
}

.csstransforms3d header .menu-btn.open:before {
    -webkit-transform: rotate(-45deg) translate3d(-20px, 20px, 0);
    transform: rotate(-45deg) translate3d(-20px, 20px, 0);
}

.csstransforms3d header .menu-btn.open:after {
    -webkit-transform: rotate(45deg) translate3d(-15px, -15px, 0);
    transform: rotate(45deg) translate3d(-15px, -15px, 0);
}

.csstransforms3d header .menu-btn hr {
    height: 10px;
    margin-top: -5px;
}

#release .block .info .ma {
    font-size: 32px;
}

#release .block .info .t {
    font-size: 64px;
}

#release .block .info .text,
#release .block .info .text p,
#vinyl .info .info-text {
    font-size: 20px;
}

#release .block#jk2 {
    left: 400px;
}

#vinyl .link a {
    font-size: 32px;
}

#release #tokuten {
    font-size: 20px;
}

#release #tokuten .t {
    font-size: 30px;
}

#release #tokuten div {
    font-size: 25px;
}

#tracklist #tl li .buttons .liner {
    font-size: 20px;
}

#vinyl .more-text {
    font-size: 20px;
}

#vinyl .more-text p {
    font-size: 30px;
}
