@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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

a {
    text-decoration: none;
    outline: 0;
    color: black;
}

a:hover {
    text-decoration: underline;
}

html {
    /*	background-color: black; */
}

.aspect.narrow {
    -webkit-transform: scale(0.9, 1);
    /* Chrome,Safari */
    -moz-transform: scale(0.9, 1);
    /* Firefox */
    -o-transform: scale(0.9, 1);
    /* Opera */
    -ms-transform: scale(0.9, 1);
    /* IE */
    transform: scale(0.9, 1);
    /* CSS3 */
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-left: 8%;
}

body {
    font: 12px "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 auto;
}

html > body {
    font-size: 16px;
}

/* variable */

:root {
    --margin-extra-wide: 75pt;
    --margin-wide: 80pt;
    --margin-normal: 30pt;
    --margin-narrow: 15pt;
    --margin-text: 8pt;
    --content-width-normal: 675pt;
    --content-width-narrow: 540pt;
    --content-width-extra: 780pt;
    --font-size-normal: 0.95em;
    --font-size-large: 1.1em;
    --font-size-caption: 0.8em;
}

body {
    position: relative;
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    font-weight: lighter;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    background-size: cover;
}

#globalheader {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#content {
    width: var(--content-width-normal);
    display: block;
    border: 1px solid #000000;
    margin: 30px auto;
    border-radius: 6px;
    color: black;
    background-color: #ceced2;
    -moz-box-shadow: 0 1px 5px rgb(0, 0, 0);
    -webkit-box-shadow: 0 1px 5px rgb(0, 0, 0);
    box-shadow: 0 1px 5px rgb(0, 0, 0);
    overflow: hidden;
}

header {
    display: block;
    width: 100%;
    text-align: center;
    background-color: black;
    padding-top: 20px;
    height: 60px;
}

header table {
    margin-right: auto;
    margin-left: auto;
}

header tr {
    display: block;
}

header a {
    display: block;
    height: 20px;
}

#content .box {
    display: block;
    height: 370px;
    position: relative;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 20px;
    background: url(../images/cover_featuring_yukimura.jpg) no-repeat 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -3px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -3px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -3px;
}

#content .box.year2019 {
    background: url(../images/cover_2019.jpg) no-repeat -30px 0;
    background-size: 104%;
    background-color: #e2e2e2;
}

#content .main {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 3px 4px;
    -moz-box-shadow: rgba(0, 0, 0, .4) 0 3px 4px;
    box-shadow: rgba(0, 0, 0, .4) 0 3px 4px;
    -webkit-border-radius: 5px;
    display: block;
    height: 369px;
    margin-bottom: 20px;
}

#content .main h1 {
    position: absolute;
    bottom: 75px;
    right: 0;
    color: black;
    width: 375px;
    height: 0px;
    padding-top: 59px;
    overflow: hidden;
    background: url(../images/smokeAndBlue2019_logo.svg) no-repeat;
    /*    mix-blend-mode: exclusion;*/
}

#content .play {
    width: 56px;
    display: block;
    font-size: 1.3rem;
    top: 50%;
    background: url(/images/svg/videoPlayButton.svg) no-repeat;
    opacity: 0.7;
    height: 0;
    padding-top: 56px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
}

#content .play:hover {
    cursor: pointer;
    opacity: 1.0;
}

#content .credit {
    display: block;
    width: 100%;
    padding: 8pt;
    padding-top: 50pt;
    color: rgb(165, 165, 165);
    font-size: 0.7em;
    line-height: 1.6em;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.41) 58.4%, rgba(110, 110, 110, 0));
}

/* WebCM */

.webCM {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: black\9;
}

.webCM iframe {
    display: block;
    width: 889px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 50%;
    margin-top: -250px;
}

.webCM .pause {
    display: block;
    color: white;
    position: absolute;
    top: calc(50% - 280px);
    right: calc(50% - 520px);
    background-image: url(/images/svg/videoCloseButton.svg);
    width: 50px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    opacity: 0.8;
}

.webCM .pause:hover {
    cursor: pointer;
    opacity: 1.0;
}

.leadCopy {
    display: block;
    width: 100%;
    color: black;
    text-align: justify;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.6em;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
}

.leadCopy h2 {
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.leadCopy .date {
    display: block;
    font-size: 85%;
    margin-top: 15px;
}

.bodyCopy {
    font-size: 1em;
    /* text-shadow: 0 1px 1px #e6e6e6; */
}

.mainCopy {
    display: block;
    color: #2d2c44;
    margin-bottom: 10px;
    font-weight: bold;
}

#sns_plugin {
    display: block;
    width: 180px;
    margin-left: calc(100% - 180px);
    margin-bottom: 0;
}

#sns_plugin .plugin {
    width: 80px;
    float: left;
    display: block;
    margin-right: 20px;
}

#sns_plugin .plugin:last-child {
    width: 80px;
    margin-top: 5px;
    margin-right: 0;
}

.column {
    display: flex;
}

.side-column {
    display: block;
    width: 240px;
    margin-left: 20px;
    font-size: 0.8em;
    line-height: 1.5em;
    position: relative;
    order: 1;
}

.venue {
    display: flex;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 20px;
    width: 100%;
}

.venue .tokyo,
.venue .nagoya,
.venue .osaka {
    display: block;
    width: 30%;
    margin-right: var(--margin-narrow);
    margin-bottom: 0px;
}

.venue .osaka {
    margin-right: 0;
}

.venue .map {
    width: 100%;
    border: 1px solid #dadada;
    -moz-box-shadow: 0 1px 1px #858585;
    -webkit-box-shadow: 0 1px 1px #858585;
    box-shadow: 0 1px 1px #858585;
}

.venue .name a {
    padding-right: 16px;
    /* background: url(../images/buttons.png) no-repeat 120px 1px; */
    position: relative;
    color: #2c4272;
}

.venue .name a .svgIcon {
    fill: #30456e;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 4px;
}

.venue .name a:hover {
    /* color: #2c4272; */
}

.venue .addr {
    font-size: 80%;
    line-height: 1.3em;
    height: 30px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.venue .tokyo .addr {}

.venue .osaka .addr {
    /* background: url(../images/billboard_osaka.jpg) no-repeat -2px 24px; */
    line-height: 1.2em;
}

.venue .seat {
    font-size: 0.9em;
}

.side-column h2 {
    background-color: #30456e;
    padding: 8px;
    color: white;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 4pt;
    border-top-right-radius: 4pt;
}

.side-column .fromAudience a {
    display: block;
    background: url(http://www.moto.co.jp/live/live_record/images/record_top.jpg) no-repeat -480px white;
    border: 1px solid #680000;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 112px;
    margin-bottom: 30px;
}

.side-column .archive {
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 4pt;
    border-bottom-right-radius: 4pt;
    overflow: hidden;
    margin-bottom: 30pt;
}

.side-column .info {
    margin-bottom: 1px;
    display: block;
    width: 50%;
    height: 0;
    padding: 3pt 0 100pt 5pt;
    background-color: black;
    box-sizing: border-box;
    color: rgb(198, 196, 167);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.4em;
}

.side-column .info:hover {
    text-decoration: none;
    opacity: 0.8;
}

.side-column .year2012 {
    background: url(../images/s_b_2012_thumb.jpg) 40% 30% no-repeat;
    background-size: 200%;
}

.side-column .year2014 {
    background: url(../images/s_b_2014_thumb.jpg) 60% 0 no-repeat;
    background-size: 100%;
}

.side-column .year2015 {
    background: url(../images/s_b_2015_thumb.jpg) 50% 10% no-repeat;
    background-size: 170%;
}

.side-column .year2016 {
    background: url(../images/s_b_2016_thumb.jpg) 80% 33% no-repeat;
    background-size: 190%;
}

.side-column .year2017 {
    background: url(../images/s_b_2017_thumb.jpg) 35% 20% no-repeat;
    background-size: 230%;
}

.side-column .info:nth-child(odd) {
    border-right: 1px solid white;
}

.side-column .fromAudience a {
    margin-top: 15px;
}

.side-column .report {
    display: block;
    height: 40px;
    padding: 8px;
    margin-bottom: 30px;
    background-color: #30456e;
    color: white;
    border-radius: 6px;
}

.side-column .report .svgIcon {
    fill: white;
    display: block;
    width: 50px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.side-column .report span {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 600;
}

.side-column .video {
    margin-top: 20px;
    padding: 5px;
    border: 1px solid white;
    color: white;
    background: -moz-linear-gradient(90deg, black 62.3%, #707070 100%) black;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.623, black), to(#707070)) black;
}

.side-column .video a {
    color: white;
    font-size: 0.8em;
    background: url(../images/bridgeVideo.jpg) no-repeat 0 0 #232323;
    width: 218px;
    display: block;
    text-align: justify;
    line-height: 1.2em;
    padding: 142px 5px 5px;
}

.side-column .video.year2019 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.side-column .video.year2019 a {
    background: url(../images/2014pv.jpg) no-repeat 0 0 #232323;
}

.side-column .video a:hover {
    color: #87afe9;
    text-decoration: none;
}

.schedule {
    display: block;
    font-size: 0.8em;
    margin-left: var(--margin-narrow);
    margin-right: var(--margin-narrow);
    margin-bottom: 40px;
    width: 600px;
    order: 2;
}

.schedule .time {
    background-color: #30456e;
    padding: 2px 2px 2px 10px;
    padding-top: 8px;
    border-top: 1px solid #e2e1e8;
    border-bottom: 1px solid #e2e1e8;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    height: 20px;
    display: block;
}

.schedule .apr,
.schedule .may,
.schedule .jun {
    margin-bottom: 20px;
}

.schedule .apr .time {
    margin-top: 20px;
}

.schedule .place {
    display: block;
    border-bottom: 1px dotted #334b7b;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 0;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.schedule .place .name {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.schedule .offers {
    float: right;
}

.schedule dl {
    margin: 0 7pt;
}

.schedule .liveDate {
    margin-bottom: var(--margin-text);
    font-size: 0.9em;
}

.schedule .date {
    width: 70pt;
    display: inline-block;
}


.schedule .first,
.schedule .second {
    display: inline-block;
    width: auto;
}

.schedule .first {
    margin-right: 20pt;
}

.schedule .ticketLink {
    font-size: 0.9em;
    color: #2c4272;
    padding-right: 16px;
    /* background: url(../images/buttons.png) no-repeat 72px -24px; */
    display: inline-block;
    position: relative;
}

.schedule .ticketLink .svgIcon {
    fill: #30456e;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: 4px;
}

.ticket {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ticket tr {
    border: 1px solid silver;
}

.ticket .ticketTitle {
    width: 100px;
    height: 30px;
    margin: 0;
    font-size: 95%;
    background-color: #b7b6b9;
    color: #1f2d48;
}

.ticket .ticketDate {
    width: 450px;
    font-size: 95%;
    padding-left: 13px;
    background-color: white;
    line-height: 1.5em;
}

.ticketDate .arrow {
    padding-right: 12px;
    background: url(../images/buttons.png) no-repeat 23px -23px;
}

.ticketDate .arrow:hover {
    color: #30456E;
}

/* アルバムAD */

.albumAD {
    margin: 0;
    display: block;
    background-color: #000000;
    color: white;
    position: relative;
    padding: 10pt;
    height: auto;
}

.albumAD .artwork {
    width: 135px;
    height: 133px;
    display: block;
    margin: 0 auto;
    margin-bottom: var(--margin-text);
}

.albumAD .La-Costa-Libre .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE-3812_LaCostaLibre.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD .sideWalkTalk .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE-3808_SideWalkTalk.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD .coyote .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE9381_COYOTE.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD .zooey .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE-3809_ZOOEY.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD .bloodMoon .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE-3810_BloodMoon.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD .maniju .artwork {
    background: url(https://www.moto.co.jp/MotoApp/Artworks/w300/POCE-3811_maniju.jpg) no-repeat 0 0;
    background-size: contain;
}

.albumAD h2 {
    color: white;
    font-size: var(--font-size-large);
    text-align: center;
    margin: 5pt 0;
}

.albumAD .desc {
    display: block;
    color: white;
    text-align: center;
    margin-bottom: var(--margin-narrow);
    margin: 5pt 0;
}

.albumAD .desc h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: var(--margin-text);
}

.albumAD .desc p {
    font-size: var(--font-size-caption);
    font-weight: normal;
    display: block;
}

.albumAD .titles-frame {
    display: flex;
    width: 100%;
    height: auto;
    margin: 10pt 0;
    margin-top: var(--margin-narrow);
}

.albumAD .item {
    width: 25%;
    display: block;
    padding: 0 10pt;
    box-sizing: border-box;
    font-size: var(--font-size-caption);
    border-right: dotted 1px gray;
}

.albumAD .item:last-child {
    border-right: initial;
}

.albumAD .item .title {
    text-align: center;
    margin-bottom: var(--margin-text);
}

.albumAD .item .title .year {
    text-align: center;
    display: block;
    color: rgb(159, 159, 159);
    margin: 5pt 0;
}

.albumAD .item .copy {
    font-size: var(--font-size-normal);
    line-height: calc(var(--font-size-normal) *1.5);
    height: 70pt;
    margin-bottom: var(--margin-text);
    display: block;
    color: rgb(159, 159, 159);
}

.albumAD .store .logo {
    float: initial;
    display: block;
    width: 60pt;
    height: 0;
    padding-top: 20pt;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10pt;
}

.albumAD .store .amazonSmall {
    background: url(/images/svg/services/Amazon_logo_white.svg) no-repeat 0 0;
}

.albumAD .store .AppleMusic {
    background: url(/images/svg/services/Apple_Music_Badge_Small_textOnly.svg) no-repeat 0 0;
    background-size: 100%;
    padding-top: 18pt;
    margin-bottom: 15pt;
    width: 65%;
}

.albumAD .store .spotify {
    background: url(/images/svg/services/Spotify_logo_white.svg) no-repeat 0 0;
}

.albumAD .goURL {
    background-color: #B00101;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5pt 15pt 5pt 10pt;
    left: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: white;
    bottom: -35px;
}

@media screen and (max-device-width: 480px) {
    .ticket .ticketDate {
        font-size: 7px;
    }
}

.schedule a.twitter {
    background: url(../images/buttons.png) no-repeat 4px -52px;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 22px;
}

.schedule a.twitter:hover {
    background: url(../images/buttons.png) no-repeat 4px -74px;
}

footer {
    display: block;
    margin-bottom: 30px;
    font-size: 0.7em;
    text-align: center;
    color: white;
}

/* レポートページ */

#content.report {
    height: 100%;
}

#content.report .main {
    display: block;
    height: 77px;
    background-color: #ceced2;
    border-radius: 6px 6px 0px 0px;
}

#content.report .box {
    display: block;
    position: relative;
    height: 80px;
    background-image: none;
    background-color: #ceced2;
    border-bottom: 1px solid #979797\9;
    border-radius: 6px 6px 0px 0px;
}

#content.report .main a.nav .artist {
    background-position: 0 -53px;
    padding-top: 24px;
}

#content.report .main a.nav .live {
    background-position: 0 -77px;
    position: relative;
    top: -4px;
    padding-top: 20px;
}

#content.report .main a.nav {
    padding-left: 20px;
    background: url(../images/goTopArrow.gif) no-repeat 0 15px;
    display: block;
}

#content.report .main h1 {
    position: relative;
    left: 20px;
    top: 20px;
}

#content .articles {
    display: block;
    width: 510px;
    margin-left: 300px;
    margin-top: 40px;
    padding-left: 30px;
}

#content .articles h2 {
    display: block;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
}

#content .articles .writer {
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.7em;
}

#content .articles .articleBody p {
    line-height: 1.7em;
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 0;
    text-align: justify;
}

/*	for Smartphones --------------------------------------------------- */

/* All */

@media only screen and (min-width: 300px) and (max-width: 736px) {
    #globalheader {
        width: 100% !important;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #content {
        width: 100%;
    }

    #content .box.year2019 {
        background: url(../images/cover_2019.jpg) no-repeat -60pt 0;
        background-size: cover;
        height: 300px;
    }

    #content .main {
        height: 300px;
    }

    #content .main h1 {
        width: 70vw;
        padding-top: 35pt;
        right: 5pt;
    }

    .leadCopy h2 {
        margin-bottom: var(--margin-narrow);
    }

    .bodyCopy {
        font-size: 0.9em;
        line-height: 1.5em;
        margin-bottom: var(--margin-narrow);
    }

    .column {
        display: block;
    }

    .schedule {
        width: 100%;
        margin: 0;
        padding: : var(--margin-narrow);
        margin-bottom: var(--margin-normal);
        box-sizing: border-box;
        float: inherit;
    }

    .schedule .time {
        padding-top: 2px;
    }

    .schedule .date {
        display: block;
    }

    .schedule .first,
    .schedule .second {
        width: 100%;
        margin-left: 15pt;
    }

    .side-column {
        width: 100%;
        margin-left: initial;
        padding: var(--margin-text);
        padding-top: 0;
        box-sizing: border-box;
    }

    .side-column a.report .svgIcon {
        width: 20pt;
        height: 30pt;
        margin-right: 10pt;
        margin-left: 20pt;
    }

    .side-column a.report {
        margin-bottom: var(--margin-normal);
    }

    .side-column a.report span {
        font-size: 1em;
        margin-top: 8pt;
        display: block;
    }

    .venue {
        display: block;
        width: 100%;
        padding: var(--margin-narrow) var(--margin-text);
        margin: 0;
        box-sizing: border-box;
        border-top: rgb(169, 173, 185) 1px solid;
    }

    .venue .tokyo,
    .venue .nagoya,
    .venue .osaka {
        display: block;
        width: 100%;
        float: initial;
        margin-bottom: var(--margin-normal);
    }

    .venue .name {
        font-weight: 600;
    }

    .venue .addr {
        color: rgb(96, 96, 96);
        height: auto;
        margin-bottom: var(--margin-text);
    }

    .venue .seat {
        font-size: 0.9em;
        margin-top: var(--margin-text);
    }

    .albumAD .artwork {
        width: 60vw;
        height: 60vw;
    }

    .albumAD .titles-frame {
        display: block;
    }

    .albumAD .item {
        width: 100%;
        border-right: initial;
    }

    .albumAD .item .title {
        font-size: var(--font-size-large);
    }

    .albumAD .item .title .year {
        margin: 0;
        font-size: var(--font-size-normal);
    }

    .albumAD .item .copy {
        text-align: center;
        height: auto;
        margin-bottom: var(--margin-narrow);
    }

    .albumAD .store {
        margin-bottom: var(--margin-normal);
    }

    .albumAD .store .AppleMusic {
        background-position-x: 50%;
        background-size: 60%;
    }
}

/*	Small Display (~ iPhone SE) */

@media only screen and (min-width: 300px) and (max-width: 568px) {}

/*	Standard Display (iPhone 7~X) */

@media only screen and (min-width: 375px) and (max-width: 667px) {}

/*	Large Display (iPhone XR~XS Max) */

@media only screen and (min-width: 414px) and (max-width: 736px) {}

/*	for Tablet --------------------------------------------------- */

/* All */

@media only screen and (min-width: 768px) and (max-width: 1366px) {
	
	#content .box.year2019 {
	    background: url(../images/cover_2019.jpg) no-repeat 0px 0;
	    background-size: cover;
	}
	
}

/* portrait */

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    :root {
        --content-width-normal: 600pt;
        --content-width-extra: 675pt;
    }

    .schedule .first {
        margin-right: 5pt;
    }
}

/* landscape */

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {}

@media screen and (-webkit-min-device-pixel-ratio:3),
(min-resolution: 3dppx) {}
