@charset "UTF-8";

/*=========================s
override
=========================*/
.StoryDetail__Section .c-button--extarnal-link{
    font-weight: bold;
    color: #AF9E13;
}
.p-Group--button{
    margin-bottom: 20px;
}
#container_wrapper{
    padding: 40px 0 0;
}
.p-Card__textgroup {
    border-top: none !important;
}
[class*="p-Card"]:not([class*="p-Card__"]),
[class*="p-Card"][class*="--items"] .p-Card__textgroup {
    border: none !important;
}
[class*="p-Card"]:not([class*="p-Card__"]) .p-Card__imggroup {
    background-color: rgba(188, 188, 188, 0.2) !important;
}
[class*="p-Card"][class*="--riders"] img {
    border-bottom: none !important;
}
/* [class*="p-Card"] .p-Card__textgroup {
    padding-top: 10px !important;
} */
.p-BtnTextGroup--type01 [class*="c-TextBox"]:not([class*="c-Btn"]) {
    /* display: none; */
}
.p-Card__textbox {
    font-size: 12px !important;
}

/*=========================s
StoryDetail
=========================*/

/* StoryDetail__Header */

.StoryDetail__Header {
    position: relative;
    margin-bottom: 48px;
}
.StoryDetail__Header>div {
    padding-left: 193px;
}
.StoryDetail__Header div:first-child {
    margin-right: 40px;
}
.StoryDetail__Header>div:not(:last-child) {
    margin-bottom: 15px;
}
.StoryDetail__Header img {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: auto;
    max-height: none;
}
.StoryDetail__Header .CollectionIntroduce__Day,
.StoryDetail__Header .CollectionIntroduce__Scenario,
.StoryDetail__Header .CollectionIntroduce__Director {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .StoryDetail__Header {
        margin-bottom: 8px;
    }
    .StoryDetail__Header>div {
        padding-left: 0;
    }
    .StoryDetail__Header div h2 {
        line-height: 1.45;
    }
    .StoryDetail__Header img {
        position: static;
        transform: none;
        width: 101px;
        margin-right: 20px;
    }
    .StoryDetail__Header div:first-child {
        margin-right: 0;
    }
    .StoryDetail__Header div>*:not(:last-child) {
        margin-bottom: 10px;
    }
    .StoryDetail__Header .CollectionIntroduce__Day,
    .StoryDetail__Header .CollectionIntroduce__Day+div {
        margin-right: 0;
        padding-left: 120px;
    }
    .StoryDetail__Header .CollectionIntroduce__Day {
        width: 100%;
    }
}

/*=========================
StoryDetail__figure
=========================*/

.StoryDetail__figure {
    margin-bottom: 33px;
}
.StoryDetail__figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .StoryDetail__figure figure {
        margin: 0;
    }
    .StoryDetail__figure img {
        width: 100%;
    }
}

/*=========================
StoryDetail__Section
=========================*/

.StoryDetail__Section:not(:last-child) {
    margin-bottom: 30px;
}
.StoryDetail__Section p {
    line-height: 1.5;
}
.StoryDetail__Section .c-Btn--tablink {
    margin-top: 20px;
}

/*=========================
[class*="Card"]
=========================*/


/* .Card__List */

.Card__List ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.Card__List li {
    margin-bottom: 25px;
}
.Card__List [class*="p-Card--freesize"] {
    width: 154px;
}
.Card__List [class*="p-Card--freesize"] .p-Card__imggroup {
    height: 277px;
}
.Card__List [class*="p-Card--freesize"] .p-Card__imggroup img {
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .Card__List ul {
        margin-bottom: 8px;
    }
    .Card__List li {
        margin-bottom: 15px;
    }
    .Card__List [class*="p-Card--freesize"] .p-Card__textgroup p {
        letter-spacing: 0.01em;
        line-height: 1.5;
    }
    [class*="Card"]:not(.Card--items) .Card__List [class*="p-Card--freesize"] {
        width: 20.26vw;
    }
    [class*="Card"]:not(.Card--items) .Card__List [class*="p-Card--freesize"] .p-Card__imggroup {
        height: 36.53vw;
    }
    .Card__List [class*="p-Card--freesize"] .p-Card__imggroup img {
        padding: 0 5px;
    }
}
@media screen and (max-width: 768px) {
    .StoryDetail__Pagenation {
        margin-bottom: 30px;
    }
    .StoryDetail__Pagenation [class*="c-Btn"] {
        width: 160px;
    }
}

/*=========================
Card--items
=========================*/

.Card--items .Card__List ul {
    justify-content: flex-start;
    /* li の margin-right 20px 分 */
    width: calc(100% + 20px);
    margin-bottom: 40px;
}
.Card--items .Card__List li {
    margin-right: 20px;
    margin-bottom: 22px;
}
.Card--items .Card__List [class*="p-Card--freesize"] {
    width: auto;
}
.Card--items .Card__List [class*="p-Card--freesize"] .p-Card__imggroup {
    height: auto;
}
.Card--items .Card__List [class*="p-Card--freesize"] .p-Card__imggroup img {
    height: 154px;
}
@media screen and (max-width: 768px) {
    .Card--items .Card__List [class*="p-Card--freesize"] .p-Card__imggroup img {
        height: 28vw;
    }
}




.p-Card__textgroup {
    border-top: none !important;
}
.p-Card__textbox{
    color: #311F17!important;
}





[class*="p-Card"]:not([class*="p-Card__"]),
[class*="p-Card"][class*="--items"] .p-Card__textgroup {
    border: none !important;
}
[class*="p-Card"]:not([class*="p-Card__"]) .p-Card__imggroup {
    background-color: rgba(188, 188, 188, 0.2) !important;
}
[class*="p-Card"][class*="--riders"] img {
    border-bottom: none !important;
}
[class*="p-Card"] .p-Card__textgroup {
    padding-top: 10px !important;
}
.p-Card__textbox {
    font-size: 12px !important;
}
[class*="p-ArticleCard"][class*="--small"] .p-ArticleCard__imggroup {
    height: 104px;
}
@media screen and (max-width: 768px) {
    /* #wrap_body{
        padding-top: 0;
    }
    #container {
        width: 100%;
        padding: 30px 20px;
    } */
    .aside_sns {
        margin-bottom: 33px;
    }
}

/*=========================s
common
=========================*/

[class*="_List"] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*=========================s
CollectionIntroduce
=========================*/

.CorrelationDiagram {
    margin-bottom: 100px;
}

/* CorrelationDiagram__Figure */

.CorrelationDiagram__Figure figure {
    position: relative;
    margin: 0;
}
.CorrelationDiagram__Figure figcaption {
    padding: 20px;
    background-color: #383838;
}
.CorrelationDiagram__Figure figcaption p {
    line-height: 1.5;
}
.CorrelationDiagram__Figure figcaption p:not(:last-child) {
    margin-bottom: 15px;
}
.CorrelationDiagram__FigureToggle {
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #aaa;
    background: linear-gradient(to bottom, transparent 0%, #383838 30%, #383838 100%);
}
@media screen and (max-width: 768px) {
    .CorrelationDiagram__Figure figcaption {
        padding: 10px;
        padding-bottom: 94px;
    }
}

/* CorrelationDiagram__List */

.CorrelationDiagram__List .p-Thumbnail--large{
    width: 288px;
}
.CorrelationDiagram__List ul {
    margin-top: 10px;
}
.CorrelationDiagram__List li {
    margin-top: 20px;
}
.CorrelationDiagram__List .new_article:before {
    display: none;
}
@media screen and (max-width: 768px) {
    .CorrelationDiagram__List .p-Thumbnail--large{
        width: 100%;
    }
    .CorrelationDiagram__List li {
        width: 100%;
        margin-top: 10px;
    }
    .CorrelationDiagram__List li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
    .CorrelationDiagram__List li:not(:nth-child(6n)) {
        margin-right: 0;
    }
}

/* CorrelationDiagram__Tab */


.CorrelationDiagram__TabPanel {
    position: relative;
}
.CorrelationDiagram__TabPanel section {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.CorrelationDiagram__TabPanel section.is-current {
    position: relative;
}
.CorrelationDiagram__TabPanel section:not(.is-current) {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .CorrelationDiagram__Tab {
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
        /* margin: 0 10px; */
    }
    .CorrelationDiagram__Tab label {
        display: inline-block !important;
        width: auto !important;
        padding: 13px 8px;
    }
}

/*=========================s
CollectionRiders
=========================*/

.CollectionRiders {
    margin-bottom: 80px;
}

/* .CollectionRiders__List */

.CollectionRiders__List ul {
    margin-bottom: 5x;
}
.CollectionRiders__List li {
    margin-bottom: 50px;
}
.CollectionRiders__List [class*="p-Card--freesize"] {
    width: 183px;
}
.CollectionRiders__List [class*="p-Card--freesize"] .p-Card__imggroup {
    width: 100%;
    height: 330px;
}
@media screen and (max-width: 768px) {
    .CollectionRiders__List ul {
        margin-bottom: 7px;
    }
    .CollectionRiders__List li {
        margin-bottom: 15px;
    }
    .CollectionRiders__List [class*="p-Card--freesize"] {
        width: 22vw !important;
    }
    .CollectionRiders__List [class*="p-Card--freesize"] .p-Card__imggroup {
        height: 40.26vw;
    }
    .CollectionRiders__List [class*="p-Card--freesize"] .p-Card__textgroup p {
        letter-spacing: 0.01em;
        line-height: 1.65;
    }
}

/*=========================s
CollectionCharacters
=========================*/

.CollectionCharacters {
    margin-bottom: 80px;
}

/* .CollectionCharacters__List */

.CollectionCharacters__List ul {
    margin-bottom: 30px;
}
.CollectionCharacters__List li {
    margin-bottom: 22px;
}
.CollectionCharacters__List [class*="p-Card--freesize"] {
    width: 154px;
}
.CollectionCharacters__List [class*="p-Card--freesize"] .p-Card__imggroup {
    width: 100%;
    height: 277px;
}
@media screen and (max-width: 768px) {
    .CollectionCharacters__List ul {
        margin-bottom: 7px;
    }
    .CollectionCharacters__List [class*="p-Card--freesize"] {
        width: 21.33vw;
    }
    .CollectionCharacters__List [class*="p-Card--freesize"] .p-Card__imggroup {
        height: 40vw;
    }
}

/*=========================s
CollectionItems
=========================*/

.CollectionItems {
    margin-bottom: 80px;
}

/* .CollectionItems__List */

.CollectionItems__List ul {
    justify-content: flex-start;
    /* li の margin-right 20px 分 */
    width: calc(100% + 20px);
    margin-bottom: 30px;
}
.CollectionItems__List li {
    margin-right: 20px;
    margin-bottom: 22px;
}
.CollectionItems__List [class*="p-Card--freesize"] {
    /* width: 183px; */
}
.CollectionItems__List [class*="p-Card--freesize"] .p-Card__imggroup img {
    /* width: 100%; */
    padding: 0 10px;
    height: 183px;
}
@media screen and (max-width: 768px) {
    .CollectionItems__List ul {
        /* li の margin-right 10px 分 */
        width: calc(100% + 10px);
        margin-bottom: 7px;
    }
    .CollectionItems__List li {
        margin-right: 10px;
        margin-bottom: 22px;
    }
    .CollectionItems__List [class*="p-Card--freesize"] {
        /* width: 29.33vw; */
    }
    .CollectionItems__List [class*="p-Card--freesize"] .p-Card__imggroup img {
        padding: 0 1.33vw;
        height: 29.33vw;
    }
}
