@charset "UTF-8";

.oc-contents {
    margin-top: 20px;
}
.title-h3 {
    text-align: center;
    font-size: 20px;
}
.title-h3::before {
    content: attr(title-en);
    display: block;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}
.odd-visual {
    margin: 10px auto 0;
    width: 565px;
    height: auto;
}
.oc-box2 {
    margin-top: 30px;
    padding: 25px 75px 30px;
    border-top: 2px dotted #222222;
    border-bottom: 2px dotted #222222;
}
.title-h4 {
    margin: 0 auto;
    padding-bottom: 3px;
    border-bottom: 3px double #222222;
    width: fit-content;
    font-size: 25px;
    font-weight: 500;
}
.odd-about-text {
    margin-top: 12px;
    text-align: center;
    line-height: 1.8;
}
.oc-box3 {
    margin-top: 30px;
    padding: 25px 45px 30px;
    border-top: 2px dotted #222222;
    border-bottom: 2px dotted #222222;
}
.member-text {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    font-size: 16px;
}
.oddmember-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.member-image {
    width: 195px;
    height: auto;
}
.name-p {
    margin-top: 12px;
    text-align: center;
    font-size: 25px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
}
.name-p::after {
    content: attr(oddname-en);
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
}
.hover-drac:hover {
    color: crimson;
}
.hover-da:hover {
    color: blueviolet;
}
.hover-octo:hover {
    color: blue;
}
.oc-box4 {
    margin-top: 30px;
    padding: 25px 75px 30px;
    border-top: 2px dotted #222222;
    border-bottom: 2px dotted #222222;
}
.odd-bio-text {
    margin-top: 20px;
    line-height: 1.8;
    text-align: center;
}
.oc-box5 {
    margin-top: 30px;
    padding: 25px 75px 0;
    border-top: 2px dotted #222222;
}
.artwork-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.art-tmb {
    width: 275px;
    height: 325px;
}
.art-tmb>img {
    object-fit: cover;
    object-position: center;
}
.art-button {
    margin: 30px auto 0;
    width: 275px;
    border: 2px solid #222222;
    border-radius: 10px;
}
.art-button:hover {
    border-color: maroon;
}
.art-button-text {
    text-align: center;
    font-weight: 500;
}
.art-button-text a {
    padding: 18px 0;
    display: block;
}
.art-button-text a:hover {
    color: maroon;
}

@media screen and (max-width:1200px) {
    .title-h3 {
        font-size: 18px;
    }
    .title-h3::before {
        padding-bottom: 3px;
        font-size: 27px;
    }
    .odd-visual {
        width: 400px;
    }
    .oc-box2 {
        margin-top: 25px;
        padding: 22px 40px 25px;
    }
    .title-h4 {
        font-size: 22px;
    }
    .oc-box3 {
        margin-top: 25px;
    }
    .member-text {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .oddmember-box {
        display: block;
    }
    .oddmember {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .oddmember:not(:first-child) {
        margin-top: 20px;
    }
    .member-image {
        width: 170px;
    }
    .name-p {
        margin-top: 0;
        margin-right: 20px;
        text-align: right;
    }
    .oc-box4 {
        margin-top: 25px;
        padding: 25px 18px 30px;
    }
    .odd-bio-text {
        margin-top: 18px;
    }
    .artwork-box {
        margin-top: 25px;
        display: block;
    }
    .artwork:last-child {
        margin-top: 32px;
    }
    .art-tmb {
        margin: 0 auto;
        width: 220px;
        height: 260px;
        object-fit: cover;
    }
    .art-button {
        margin-top: 16px;
        width: 230px;
    }
    .art-button-text a {
        padding: 16px 0;
    }
}

@media screen and (max-width:768px) {
    .oc-contents {
        margin-top: 20px;
    }
    .title-h3 {
        font-size: 15px;
    }
    .title-h3::before {
        padding-bottom: 3px;
        font-size: 22px;
    }
    .odd-visual {
        width: 260px;
    }
    .oc-box2 {
        margin-top: 22px;
        padding: 20px 20px 22px;
    }
    .title-h4 {
        font-size: 22px;
    }
    .odd-about-text {
        font-size: 15px;
    }
    .oc-box3 {
        margin-top: 22px;
        padding: 25px 20px 30px;
    }
    .member-image {
        width: 150px;
    }
    .name-p {
        margin-right: 0;
        font-size: 20px;
    }
    .name-p::after {
        padding-bottom: 5px;
        font-size: 17px;
    }
    .oc-box4 {
        margin-top: 22px;
        padding: 25px 20px 30px;
    }
    .odd-bio-text {
        font-size: 15px;
        line-height: 1.7;
    }
    .oc-box5 {
        margin-top: 22px;
        padding: 25px 0 0;
    }
    .artwork-box {
        margin: 22px auto 0;
    }
    .artwork:last-child {
        margin-top: 28px;
    }
    .art-tmb {
        width: 198px;
        height: 234px;
    }
    .art-button {
        margin-top: 14px;
        width: 200px;
    }
    .art-button-text a {
        padding: 14px 0;
    }
}