/*----------
    Graffiti
----------*/
.-tokyograffiti img {
    max-width: 100%;
    align-self: flex-end;
}

.-tokyograffiti .red {
    color: #d90000;
}

.-tokyograffiti .marker {
    background: linear-gradient(transparent 40%, #eba4a4 0%);
}

.-tokyograffiti .p-entry__body {
    margin: 0 -60px 1.3em;
}

.-tokyograffiti .p-entry__body .note {
    margin: 0 60px;
}

@media screen and (max-width: 768px) {
    .-tokyograffiti .p-entry__body {
        margin: 0 0 1.3em;
    }

    .-tokyograffiti .p-entry__body .note {
        margin: 0;
    }
}

/* header */
header.-tokyograffiti {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1000px;
    height: calc(84/1192*100vw);
    background: rgba(255,255,255,0.9);
    z-index: 1;
}

header.-tokyograffiti .logo {
    width: calc(372/1192*100%);
}

/* content */
.content.-tokyograffiti {
    max-width: 1192px;
    min-width: 1000px;
    padding-top: 0;
    margin: 0 auto;
}

/* mv */
.-tokyograffiti .mv {
    display: flex;
    justify-content: center;
    height: 0;
    padding-top: calc(593/1193*100%);
    background: no-repeat center center / 100% auto;
    position: relative;
    overflow: hidden;
}
.-tokyograffiti .mv:before {
    content: "";
    height: 26%;
    width: 100%;
    position: absolute;
    bottom: -9%;
    left: 0;
    background: url(./images/grd.png) repeat-x left top / auto;
}
.-tokyograffiti .mv h1,
.-tokyograffiti .mv .text {
    position: absolute;
    top: 0;
}

.-tokyograffiti .mv h1 {
    width: calc(673/1193*100%);
    margin-top: calc(341/1193*100%);
}

.-tokyograffiti .mv .text {
    color: #333;
    font-size: calc(42/1192*100vw);
    line-height: 1.5;
    margin-top: calc(495/1193*100%);
}

.-tokyograffiti .mv .text span {
    font-weight: bold;
    padding: 0 0.3em;
    background: linear-gradient(transparent 0%, #fff 0%);
}

.-tokyograffiti .mv .text span br.sp{
    display: none;
}

/* overview */
.-tokyograffiti .overview {
    margin-top: calc(50/1192*100%);
}

.-tokyograffiti .overview + .overview {
    margin-top: calc(100/1192*100%);
}

.-tokyograffiti .overview h2 {
    color: #333;
    font-size: calc(28/1192*100vw);
    text-align: center;
    padding: 0 0.3em;
}

.-tokyograffiti .overview .text {
    width: calc(757/1192*100%);
    font-size: calc(20/1192*100vw);
    margin: calc(35/1192*100%) auto 0;
}

/* magazine */
.-tokyograffiti .introduction{
    margin-top: calc(80/1192*100%);
    margin-bottom: calc(100/1192*100%);
}

.-tokyograffiti .introduction h2{
    font-size: calc(28/1192*100vw);
    text-align: center;
}

.-tokyograffiti .magazine {
    display: flex;
    justify-content: center;
    margin-top: calc(50/1192*100%);
}

.-tokyograffiti .magazine .image {
    margin: 0;
    width: calc(462/1192*100%);
}

.-tokyograffiti .magazine .textBox {
    width: calc(526/1192*100%);
    margin-left: calc(45/1192*100%);
}

.-tokyograffiti .magazine .textBox .title {
    font-size: calc(28/1192*100vw);
    font-weight: bold;
}

.-tokyograffiti .magazine .textBox .information {
    font-size: calc(20/1192*100vw);
    padding-top: 0.6em;
    margin-top: 0.3em;
    border-top: 2px solid #333;
}

/* character */
.-tokyograffiti .character {
    margin-top: calc(55/1192*100%);
}

.-tokyograffiti .character ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    width: calc(405/595*100%);
    margin: 0 auto;
}

.-tokyograffiti .character ul li {
    width: calc(117/405*100%);
    font-weight: bold;
    text-align: center;
}

.-tokyograffiti .character ul li .category {
    font-size: calc(16/1192*100vw);
}

.-tokyograffiti .character ul li .icon {
    width: calc(165/236*100%);
    margin: 0.5em auto 0;
}

.-tokyograffiti .character ul li .profession {
    font-size: calc(10/1192*100vw);
    margin-top: 0.5em;
    padding-top: 3em;
    position: relative;
}

.-tokyograffiti .character ul li .profession span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -7%;
    width: 114%;
    height: 3em;
}

.-tokyograffiti .character ul li .name {
    font-size: calc(18/1192*100vw);
}

.-tokyograffiti .character ul li .profile {
    font-size: calc(10/1192*100vw);
    font-weight: 500;
    text-align: left;
    padding-top: 0.6em;
    margin-top: 0.3em;
    border-top: 2px solid #333;
}

/* qa */
.-tokyograffiti .qa,
.-tokyograffiti .conversation,
.-tokyograffiti .image {
    list-style: none;
    width: calc(1030/1192*100%);
    margin: calc(60/1192*100%) auto 0;
}

.-tokyograffiti .qa > div {
    margin-top: calc(55/1030*100%);
}

.-tokyograffiti .qa h2 {
    font-size: calc(29/1192*100vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    padding-bottom: calc(15/1030*100%);
    border-bottom: 2px solid #333;
}

.-tokyograffiti .qa h2 b {
    display: block;
    font-size: calc(41/1192*100vw);
}

.-tokyograffiti .conversation li,
.-tokyograffiti .conversation li.multiple div + div {
    margin-top: calc(55/1030*100%);
}

.-tokyograffiti .conversation li:not(.multiple),
.-tokyograffiti .conversation li.multiple div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.-tokyograffiti .conversation li .icon {
    width: calc(133/1030*100%);
    font-size: calc(22/1192*100vw);
    font-weight: bold;
    text-align: center;
    margin-bottom: -1.3em;
}

.-tokyograffiti .conversation li .icon span {
    display: block;
    margin-top: 0.3em;
}
.-tokyograffiti .conversation li .icon .-fl2{
    font-size: calc(13/1192*100vw);
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.-tokyograffiti .conversation li .comment {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(840/1030*100%);
    font-size: calc(20/1192*100vw);
    font-weight: 500;
    padding: calc(20/1030*100%) calc(35/1030*100%);
    background: #e1e1e1;
    border-radius: calc(30/1192*100vw);
}

.-tokyograffiti .conversation li .comment::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: calc(20/1192*100vw);
}

.-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .icon,
.-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .icon {
    order: 2;
}

.-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .comment,
.-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .comment {
    order: 1;
}

.-tokyograffiti .conversation.challenger_start li:nth-of-type(odd) .comment::after,
.-tokyograffiti .conversation.staff_start li:nth-of-type(even) .comment::after {
    left: 0;
    margin-left: calc(-35/1192*100vw);
    border-color: transparent #e1e1e1 transparent transparent;
}

.-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .comment::after,
.-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .comment::after {
    right: 0;
    margin-right: calc(-35/1192*100vw);
    border-color: transparent transparent transparent #e1e1e1;
}

.-tokyograffiti .image {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(55/1192*100%);
}

.-tokyograffiti .image img,
.-tokyograffiti .image picture{
    display: block;
    margin: 0 auto;
}

.-tokyograffiti .image img + img,
.-tokyograffiti .image picture + picture,
.-tokyograffiti .image + .image {
    margin-top: calc(15/1030*100%);
}

/* banner */
.-tokyograffiti .banner {
    width: calc(496/1192*100%);
    margin: calc(80/1192*100%) auto;
}

.-tokyograffiti .banner a:hover {
    opacity: 0.8;
}

br.pc{
    display: block;
}
br.sp{
    display: none;
}

@media screen and (min-width: 1192.1px) {
    header.-tokyograffiti {
        height: 84px;
    }
    header.-tokyograffiti .logo {
        width: 372px;
    }
    .-tokyograffiti .mv .text {
        font-size: 42px;
    }
    .-tokyograffiti .overview h2 {
        font-size: 28px;
    }
    .-tokyograffiti .overview .text {
        font-size: 20px;
        font-weight: 500;
    }
    .-tokyograffiti .introduction{
        margin-top: 60px;
        margin-bottom: 100px;
    }
    .-tokyograffiti .introduction h2{
        font-size: calc(28*0.839px);
    }
    .-tokyograffiti .magazine .textBox .title {
        font-size: 28px;
    }
    .-tokyograffiti .magazine .textBox .information {
        font-size: 20px;
    }
    .-tokyograffiti .character ul li{
        width: 235px;
    }
    .-tokyograffiti .character ul li .category {
        font-size: 16px;
    }
    .-tokyograffiti .character ul li .profession {
        font-size: 14px;
    }
    .-tokyograffiti .character ul li .name {
        font-size: 18px;
    }
    .-tokyograffiti .character ul li .profile {
        font-size: 12px;
    }
    .-tokyograffiti .qa h2 {
        font-size: 29px;
        letter-spacing: 0.04em;
    }
    .-tokyograffiti .qa #q5 h2{
        font-size: 27px;
    }
    .-tokyograffiti .qa h2 b {
        font-size: 41px;
    }
    .-tokyograffiti .conversation li .icon {
        font-size: 22px;
    }
    .-tokyograffiti .conversation li .comment {
        font-size: 20px;
        border-radius: 30px;
    }
    .-tokyograffiti .conversation li .comment::after {
        border-width: 20px;
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(odd) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(even) .comment::after {
        margin-left: -35px;
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .comment::after {
        margin-right: -35px;
    }
    .-tokyograffiti .banner {
        width: 496px;
        margin: 80px auto;
    }
}

@media screen and (min-width: 768.1px) and (max-width: 1192px) {
    header.-tokyograffiti {
        height: calc(84*0.839px);
    }
    .-tokyograffiti .mv .text {
        font-size: calc(42*0.839px);
    }
    .-tokyograffiti .introduction h2,
    .-tokyograffiti .overview h2 {
        font-size: calc(28*0.839px);
    }
    .-tokyograffiti .overview .text {
        font-size: calc(20*0.839px);
    }
    .-tokyograffiti .magazine .textBox .title {
        font-size: calc(28*0.839px);
    }
    .-tokyograffiti .magazine .textBox .information {
        font-size: calc(20*0.839px);
    }
    .-tokyograffiti .character ul li .category {
        font-size: calc(26*0.839px);
    }
    .-tokyograffiti .character ul li .profession {
        font-size: calc(20*0.839px);
    }
    .-tokyograffiti .character ul li .name {
        font-size: calc(28*0.839px);
    }
    .-tokyograffiti .character ul li .profile {
        font-size: calc(20*0.839px);
    }
    .-tokyograffiti .qa h2 {
        font-size: calc(29*0.839px);
    }
    .-tokyograffiti .qa #q5 h2{
        font-size: calc(27*0.839px);
    }
    .-tokyograffiti .qa h2 b {
        font-size: calc(41*0.839px);
    }
    .-tokyograffiti .conversation li .icon {
        font-size: calc(22*0.839px);
    }
    .-tokyograffiti .conversation li .comment {
        font-size: calc(20*0.839px);
        border-radius: calc(30*0.839px);
    }
    .-tokyograffiti .conversation li .comment::after {
        border-width: calc(20*0.839px);
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(odd) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(even) .comment::after {
        margin-left: calc(-35*0.839px);
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .comment::after {
        margin-right: calc(-35*0.839px);
    }
}

@media screen and (max-width: 768px) {
    br.pc{
        display: none;
    }
    br.sp{
        display: block;
    }
    .content.-tokyograffiti {
        min-width: auto;
    }
    .-tokyograffiti .mv {
        text-align: center;
    }
    .-tokyograffiti .mv:before{
        bottom: -2%;
    }
    header.-tokyograffiti {
        min-width: auto;
        height: calc(83/653*100vw);
    }
    header.-tokyograffiti .logo {
        width: calc(372/653*100%);
    }
    .-tokyograffiti .content {
        min-width: auto;
    }
    .-tokyograffiti .mv {
        background: no-repeat center center / 100% auto;
        margin-top: 0;
        padding-top: calc(541/653*100%);
        width: 100%;
    }
    .-tokyograffiti .mv h1 {
        width: calc(515/653*100%);
        margin-top: calc(272/653*100%);
    }
    .-tokyograffiti .mv .text {
        width: 13.6em;
        font-size: calc(38/653*100vw);
        line-height: 1.7;
        margin: calc(390/653*100%) auto 0;
    }
    .-tokyograffiti .mv .text span br.sp{
        display: block;
    }
    .-tokyograffiti .overview {
        margin-top: calc(50/653*100%);
    }
    .-tokyograffiti .overview h2 {
        font-size: calc(28/653*100vw);
    }
    .-tokyograffiti .overview h2.collabo {
        font-size: calc(21/653*100vw);
    }
    .-tokyograffiti .overview .text {
        width: calc(582/653*100%);
        font-size: calc(20/653*100vw);
        margin: calc(35/653*100%) auto 0;
    }
    .-tokyograffiti .overview .text .red {
        font-size: calc(18/653*100vw);
    }
    /* magazine */
    .-tokyograffiti .introduction h2{
        font-size: calc(20/653*100vw);
    }
    .-tokyograffiti .magazine {
        flex-wrap: wrap;
        width: calc(560/653*100%);
        margin: calc(50/653*100%) auto 0;
    }
    .-tokyograffiti .magazine .image {
        width: calc(275/525*100%);
    }
    .-tokyograffiti .magazine .textBox {
        width: 100%;
        margin-top: 0.5em;
        margin-left: 0;
    }
    .-tokyograffiti .magazine .textBox .title {
        font-size: calc(28/653*100vw);
    }
    .-tokyograffiti .magazine .textBox .information {
        border-top: 1px solid #333;
        font-size: calc(20/653*100vw);
    }
    .-tokyograffiti .character {
        margin-top: calc(55/653*100%);
    }
    .-tokyograffiti .character ul {
        flex-wrap: wrap;
        width: calc(560/653*100%);
    }
    .-tokyograffiti .character ul li {
        width: calc(236/525*100%);
    }
    .-tokyograffiti .character ul li.one:first-child {
        width: calc(525/525*100%);
        margin-bottom: calc(90/525*100%);
    }
    .-tokyograffiti .character ul li.one:first-child .icon {
        width: calc(165/525*100%);
    }
    .-tokyograffiti .character ul li .category {
        font-size: calc(26/653*100vw);
    }
    .-tokyograffiti .character ul li .icon {
        width: calc(165/236*100%);
    }
    .-tokyograffiti .character ul li .profession {
        font-size: calc(20/653*100vw);
    }
    .-tokyograffiti .character ul li .name {
        font-size: calc(28/653*100vw);
    }
    .-tokyograffiti .character ul li .profile {
        border-top: 1px solid #333;
        font-size: calc(20/653*100vw);
    }
    .-tokyograffiti .conversation li .icon span.l2{
        font-size: calc(18/653*100vw);
        line-height: 1.4em;
    }
    .-tokyograffiti .qa {
        width: calc(560/653*100%);
        margin: calc(60/653*100%) auto 0;
    }
    .-tokyograffiti .qa > div {
        margin-top: calc(55/560*100%);
    }
    .-tokyograffiti .qa h2 {
        font-size: calc(28/653*100vw);
        padding-bottom: calc(15/560*100%);
        border-bottom: 1px solid #333;
    }
    .-tokyograffiti .qa h2 b {
        font-size: calc(41/653*100vw);
    }
    .-tokyograffiti .conversation li,
    .-tokyograffiti .conversation li.multiple div + div {
        margin-top: calc(64/560*100%);
    }
    .-tokyograffiti .conversation li .icon {
        width: calc(113/560*100%);
        font-size: calc(18/653*100vw);
    }
    .-tokyograffiti .conversation li .comment {
        width: calc(406/560*100%);
        font-size: calc(20/653*100vw);
        padding: calc(20/560*100%) calc(35/560*100%);
        border-radius: calc(30/653*100vw);
    }
    .-tokyograffiti .conversation li .comment::after {
        border-width: calc(20/653*100vw);
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(odd) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(even) .comment::after {
        margin-left: calc(-35/653*100vw);
    }
    .-tokyograffiti .conversation.challenger_start li:nth-of-type(even) .comment::after,
    .-tokyograffiti .conversation.staff_start li:nth-of-type(odd) .comment::after {
        margin-right: calc(-35/653*100vw);
    }
    .-tokyograffiti .image {
        margin-top: calc(55/653*100%);
    }
    .-tokyograffiti .image img + img,
    .-tokyograffiti .image picture + picture,
    .-tokyograffiti .image + .image{
        margin-top: calc(15/560*100%);
    }
    .-tokyograffiti .banner {
        width: calc(584/653*100%);
        margin: calc(80/653*100%) auto;
    }
    .-tokyograffiti .banner a:hover {
        opacity: 1;
    }
}

.qa .conversation li .icon span.l2 {
    font-size: calc(13/1192*100vw);
}