@charset  'utf-8';

/* - general
 ------------------------------------------------------------ */
.concert-series-report[class*=grid] {
    margin: 118px 0 0 0;
}
.concert-series-report {
    font-size: 14px;
    padding: 0;
    color: #3e3e3e;
    background-color: #fff;
}
.concert-series-report .wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report [class*=grid-].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report [class*=-noGutter].wrapping {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.concert-series-report header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.concert-series-report .white-space span:not(.eccetto) {
    display: inline-block;
    white-space: nowrap;
}
.concert-series-report [class*=-equalHeight] > [class*=col].for-mobile {
    display: block;
}
.concert-series-report [class*=-equalHeight] > [class*=col].for-pc {
    display: none;
}
.concert-series-report .for-mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.concert-series-report .for-pc {
    display: none;
}

.concert-series-report a:hover {
    opacity: .7;

        filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
}

/* header
--------------------------------------------- */


.concert-series-report header {
    position: relative;
    width: 100%;
}

.concert-series-report h1 img {
    display: block;
    margin: 0 auto;
}

/* intro
--------------------------------------------- */
.concert-series-report .intro {
    padding: 0 2em;
}
.concert-series-report .intro h2 {
    font-size: 1.75em;
    margin: 2em 0 0;
    text-align: center;
    font-weight: normal;
}
.concert-series-report .intro h2 span {
    font-size: 80%;
    display: block;
}
.concert-series-report .intro p {
    margin: 1em auto;
    text-align: center;
}


/* album
--------------------------------------------- */
.concert-series-report .album {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}
.concert-series-report .album h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 1em 0;
    text-align: center;
    letter-spacing: -1px;
}

.concert-series-report .album-grid {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 100px 100px 100px;
}

/* feedback
--------------------------------------------- */
.concert-series-report .feedback {
    width: 100%;
    margin: 0 auto;
}

.concert-series-report .feedback h3 {
    margin: 2em 0;
    text-align: center;
}
.concert-series-report .feedback h5 {
    margin: 1em 0;
    text-align: center;
}
.concert-series-report .feedback a {
    display: block;
    text-align: center;
    color: #555;
}
.concert-series-report .feedback img {
    width: 140px;
    border-radius: 50%;
}
.concert-series-report .feedback p {
    font-size: .95em;
    padding: 1em;
    border-radius: 10px;/* border: 1px solid #dedede; */
}
/* passato
--------------------------------------------- */

.passato {
    width: 100%;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    background-color: #f4f4f4;
}
.passato .wrap {
}
.passato .wrap .co-item .inner {
    margin: 1em 0;
    background-color: #ffffffc7;
    padding: 1em;
}
.passato .wrap .co-item a {}
.passato .wrap .co-item h5 {
    margin: .5em 0;
    font-size: 1.1em;
}
.passato .wrap .co-item p {
    margin: .5em 0;
}
.passato .wrap .co-item span {
    display: block;
}

.video-shop {
    width: 100%;
    margin: 0 auto;
    margin: 4em 0;
    background-color: #ebfaff;
    padding: 2em;
}
.video-shop .wrapping {
    background-image: url(../images/bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: 11px solid #fff;
    box-shadow: 0 1px 3px #dedede;
}


.concert-series-report .sec-profile {
    margin: 3em 0;
}
.concert-series-report .sec-profile h2 {
    font-size: 1.75em;
    text-align: center;
    font-weight: normal;
    margin: 1em 0;
}
.concert-series-report .sec-profile a {
    display: block;
}
.concert-series-report .sec-profile img {
    width: 151px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    border: 8px solid #fff;
    box-shadow: 0 2px 3px #dedede;
}
.concert-series-report .sec-profile p {
    font-size: .8em;
    line-height: 1.8;
    margin: 0 0 2em;
}
.concert-series-report .sec-profile h4 {
    font-weight: 800;
    font-size: 1.1em;
    margin: 1em 0 0;
}

/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width:540px) {
}

/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width:569px) {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
    .concert-series-report .free {
        display: inline-block;
    }
    .concert-series-report a:not(.noBox) {
        /* display: inline-block; */
    }
    .concert-series-report {
        font-size: 16px;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
}

/* - ## x >= 1281px
 ------------------------------------------------------------ */
@media screen and (min-width:1281px) {
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position: fixed;
    right: 20px;
    bottom: 120px;
}
#page-top
a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px;
    background: #d9d8c8;
}
#page-top
a:hover {
    text-decoration: none;
    background: #b89fae;
}

/* - .socialIcon
 ------------------------------------------------------------ */
.socialIcon {
    width: 100%;
    padding: 0 1em;
}
.socialIcon .flex-container {
    display: -webkit-flex;
    display:         flex;
    max-width: 500px;
    margin: 20px auto;
    padding: 14px 0 10px;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;

    -webkit-justify-content: center;
            justify-content: center;
}
.socialIcon .flex-container .social {
    width: 80px;

    -webkit-justify-content: center;
            justify-content: center;
    align-content: space-between;
}
.fb-like {
    top: -2px;
}
