.main-content {
    background: #fff;
    overflow: hidden;
    flex: none;
    height: auto;
}

@media screen and (max-width: 1280px) {
    .p-contents-star-wrapper {
        overflow: hidden;
    }
}

/* Section Greeting */
.p-contents-greeting {
    padding: 0rem 0 2rem 0rem;
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 35px;
}

.p-contents-greeting__left-chara {
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 63.3125rem;
    height: 50rem;
    background-image: url("../../images/contents/image02_contents.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: 2;
    pointer-events: none;
    opacity: 0.9;
}

.p-contents-greeting__right-manga {
    position: absolute;
    top: -0.4rem;
    right: -12rem;
    width: 70.875rem;
    height: 58.5rem;
    background-image: url(../../images/contents/image01_contents.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: 3;
    pointer-events: none;
    opacity: 1.6;
}

.p-contents-greeting .ly-container {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: -6.25rem;
    padding: 0 !important;
}

.p-contents-greeting__text {
    max-width: 56.25rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.2;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
}

.p-contents-greeting__text p {
    margin-bottom: 0.5em;
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
}

.sec-works .works_text p{
    text-align: left;
    font-size: 14px;
    letter-spacing: normal;
}
@media screen and (max-width: 781px) {
    .p-contents-greeting {
        min-height: auto;
        padding: 5rem 0;
    }

    .p-contents-greeting__left-chara,
    .p-contents-greeting__right-manga {
        display: none;
    }

    .p-contents-greeting .ly-container {
        margin-top: 0;
    }

    .p-contents-greeting__text {
        font-size: 1rem;
    }

    .p-contents-greeting__text p {
        white-space: nowrap;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .sec-works .page_headline {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
}

/* Section Works */
.p-contents-works {
    background-color: #fff;
    position: relative;
}

.p-contents-works .page_headline {
    padding: 0 0 40px 0;
}

.p-contents-works__book {
    position: relative;
    text-align: center;
    margin-bottom: 3.125rem;
}

.p-contents-works__book-img-wrap {
    position: relative;
    width: fit-content;
    margin: 0 auto 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-contents-works__book-img {
    position: relative;
    z-index: 2;
    width: 14.75rem;
    height: 20.9375rem;
    background-image: url("../../images/contents/image03_contents.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.p-contents-works__book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-contents-works__book-halftone {
    display: none;
}

.p-contents-works__book-title {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    color: #000;
}

.p-contents-works__book-title span {
    background: #fff;
    padding: 0.3125rem 1.875rem;
    display: inline-block;
}

.p-contents-works__desc {
    max-width: 50rem;
    margin: 0 auto 5rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 500;
    color: #000;
}

.p-contents-works__desc p {
    margin-bottom: 0.5em;
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.p-contents-works__cards {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    max-width: 62.5rem;
    margin: 0 auto;
}

.p-contents-works .ly-container {
    padding: 0;
}

@media screen and (max-width: 781px) {
    .p-contents-works__cards {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 781px) {
    .p-contents-works {
        padding: 3.75rem 0;
    }

    .p-contents-works__desc p {
        white-space: nowrap;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .p-contents-works__book-img-wrap {
        width: 100%;
    }

    .p-contents-works__book-halftone {
        width: 25rem;
        height: 25rem;
    }

    .p-contents-works__book-title {
        font-size: 1.75rem;
    }
}

.p-author-card {
    position: relative;
    width: 30rem;
}

.p-author-card__label {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #000;
    padding: 0.625rem 3.125rem;
    border-radius: 3.125rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    line-height: 1;
    -webkit-text-stroke: 0.0625rem #fff;
    font-size: 1.4375rem;
}

.p-author-card__inner {
    background: #fff;
    border: 0.125rem solid #000;
    border-radius: 3.125rem;
    padding: 3.75rem 1.875rem 2.5rem;
    text-align: center;
    position: relative;
}

.p-author-card__avatar {
    width: 10rem;
    height: 10rem;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    overflow: hidden;
}

.p-author-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-author-card__name {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.9375rem;
}

.p-author-card__text {
    font-size: 0.875rem;
    line-height: 1.8;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.p-author-card__sns {
    display: flex;
    justify-content: center;
    gap: 0.9375rem;
}

.p-author-card__sns a.pink-icon img {
    width: 2.75rem;
    height: 2.75rem;
    filter: invert(47%) sepia(87%) saturate(3048%) hue-rotate(307deg) brightness(101%) contrast(101%);
}

.contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.14px;
    color: #000000;
}

@media screen and (max-width: 781px) {
    .p-author-card {
        width: 100%;
        max-width: 31.25rem;
    }
}

/* Section Contents List (Midokoro) */
.p-contents-list {
    background: #fff;
}

.p-contents-list__items {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    max-width: 62.5rem;
    padding-bottom: 8.75rem;
    margin: 0 auto;
}

.p-contents-list__item {
    display: flex;
    align-items: center;
    gap: 3.75rem;
}

.p-contents-list__item--reverse {
    flex-direction: row-reverse;
}

.p-contents-list__item-img {
    flex: 0 0 31.25rem;
    height: 18.75rem;
    background: #e0e0e0;
    border-radius: 2.5rem;
    overflow: hidden;
}

.p-contents-list__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-contents-list__item-content {
    flex: 1;
}

.p-contents-list__item-content h4 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1.25rem;
    position: relative;
}

.p-contents-list__item-content h4::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background: #000;
    margin-top: 0.625rem;
}

.p-contents-list__item-content p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 800;
}

@media screen and (max-width: 781px) {
    .p-contents-list__item {
        flex-direction: column;
        align-items: stretch;
        gap: 1.875rem;
    }
    .contents_item{
        gap: 12px;
    }

    .p-contents-list__item--reverse {
        flex-direction: column;
    }

    .p-contents-list__item-img {
        flex: none;
        height: 15.625rem;
    }

    .p-contents-list__item-content h4 {
        font-size: 1.25rem;
    }
}

/* Section Banner */
.p-contents-banner {
    background: #fff;
    padding: 3.75rem 0 6.25rem;
    text-align: center;
}

.p-contents-banner__inner {
    max-width: 25rem;
    margin: 0 auto;
}

.p-contents-banner__inner img {
    width: 100%;
}

/* Headline Styling Overwrite for this page if needed */
.p-contents-greeting,
.p-contents-works,
.p-contents-list {
    height: auto !important;
}

.p-contents-greeting .sec-title .main,
.p-contents-works .sec-title .main,
.p-contents-list .sec-title .main {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 40px;
}

.p-contents-greeting .sec-title .sub,
.p-contents-works .sec-title .sub,
.p-contents-list .sec-title .sub {
    font-size: 20px;
    font-weight: 900;
    margin-top: 7px;
    display: block;
}

.p-contents-star-wrapper .p-contents__char--01 img.char-left,
.p-contents-star-wrapper .p-contents__char--01 img.char-right {
    position: absolute;
    z-index: 3;
}

.p-contents-star-wrapper .p-contents__char--01 .char-left {
    width: 100%;
    height: auto;
}

.p-contents-star-wrapper .p-contents__char--01 .char-right {
    right: 0;
    height: auto;
}

@media screen and (max-width: 781px) {

    .p-contents-star-wrapper .p-contents__char--01 img.char-left,
    .p-contents-star-wrapper .p-contents__char--01 img.char-right {
        top: 0 !important;
    }

    .p-contents-star-wrapper .p-contents__char--01 .char-left {
        width: 780px;
        max-width: 100%;
    }
}

.sec-greeting .text {
    text-align: center;
}

.sec-greeting .text .text-inner {
    display: inline;
    background-color: #fff;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1.19px;
    color: #000000;
}

.sec-greeting .ly-wrapper {
    max-width: 80rem;
}

.works_img {
    text-align: center;
}

.sec-works {
    background-color: #F2F2F2;
}
.sec-works .page_headline {
    padding-top: 70px;
    padding-bottom: 30px;
}


.sec-works .works_text {
    text-align: center;
}

.works_text h3 {
    background-color: #fff;
    display: inline-block;
    padding: 8px 24px;
    font-weight: bold;
    font-size: 30px;
    line-height: 28.4px;
    letter-spacing: 5.1px;
    margin-bottom: 18px;
}

.works_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.profile-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 11px;
    margin-top: 28px;
}

.profile-container .profile_wrap {
    padding: 25px 35px 22px 35px;
    border-radius: 34px;
    border: 2px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.profile_divider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_divider svg {
    width: 100px;
    height: 100px;
}

.profile_divider svg path {
    stroke: #585858;
    stroke-width: 0.5;
}

.profile-container .profile_wrap .profile_img {
    width: 164px;
    height: 164px;
    border-radius: 100%;
    background-color: #C1C1C1;
    margin-bottom: 15px;
}

.profile-container .profile_wrap .profile_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    font-weight: bold;
    flex: 1;
    width: 100%;
    height: 100%;
}
.profile-container .profile_wrap .profile_text p{    
    font-weight: 300;    
    font-size: 13px;
    flex-grow: 100;
    text-align: left !important;
}

.profile-container .profile_wrap .profile_img {
    display: none;
}

.contents_item {
    gap: 40px;
}

.contents_item img {
    border-radius: 30px;
}

.contents_item .contents_item_image {
    width: 54% !important;
}
 .contents_item.center .contents_item_image {
    display: none;
}

.contents_item .contents_item_text {
    width: 40%;
}

.contents_item.center .contents_item_text {
    width: 100%;
}

.contents_item .contents_item_text .contents_text_inner h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 28.4px;
    letter-spacing: 3.4px;
}

.prof_link {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 10px;
    margin-top: auto;
    /* Push to bottom */
}

.prof_link img {
    width: 25px;
    height: auto;
    filter: brightness(0) invert(1);
}

.profile_text h3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 28.4px;
    letter-spacing: 4.25px;
}

@media screen and (max-width: 781px) {
    .sec-contents .page_headline{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .sec-greeting .text .text-inner {
        font-size: 12px;
        line-height: 1;
    }
    .sec-greeting .text {
        letter-spacing: 0.05em;
        color: #000000;
        /* text-align: left; */
    }

    .contents_item {
        flex-direction: column !important;
    }

    .contents_item .contents_item_image,
    .contents_item .contents_item_text {
        width: 100% !important;
    }

    .contents_item .contents_item_image img {
        width: 100%;
    }


    .contents_item .contents_item_text .contents_text_inner h3 {
        text-align: left;
    }

    .contents_item .contents_item_text .contents_text_inner h3 {
        font-size: 20px;
    }

    .contents_item .contents_item_text .contents_text_inner p.text {
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
        margin-top: 0;
    }

    .works_text h3 {
        font-size: 24px;
    }

    .sec-works .works_text {
        font-size: 16px;
    }
    .sec-works .works_text p{
        text-align: left;
    }

    .profile-container {
        gap: 0;
        width: 100%;
    }

    .profile-container .profile_wrap {
        flex-direction: row;
        padding: 25px 15px;
        gap: 30px;
        width: 100%;
        text-align: left;
        align-items: center;
    }

    .profile_divider {
        padding: 10px 0;
        display: flex;
        justify-content: center;
    }

    .profile_divider svg {
        width: 60px;
        height: 60px;
        transform: rotate(0deg);
    }
    .profile_divider svg path{
        stroke-width: 3;
    }

    .profile-container .profile_wrap .profile_text {
        font-size: 1rem;
        align-items: center;
        flex: 1;
        text-align: center;

    }

    .profile-container .profile_wrap .profile_img {
        display: none;
    }

    .contents_item .contents_item_image {
        margin-left: 0;
    }
}


@media screen and (max-width: 576px) {
    .contents_item .contents_item_text {
        padding: 0;
    }

    .sec-works .page_headline {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    .profile-container .profile_wrap{
        padding: 20px 8px;
    }

    .profile-container {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .profile_text{
        gap: 10px;
        height: 100%;
    }
    .profile_text h3{
        font-size: 16px;
        letter-spacing: 1;
    }
    .profile-container .profile_wrap .profile_text p{    
        font-size: 11px;
        text-align: left;
    }
    .profile_divider svg{
        width: 20px;
        height: 20px;
    }

}

.page_headline {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contents_item {
        gap: 20px !important;
    }
    .contents_item .contents_item_image {
        margin: auto;
    }
    .contents_item .contents_item_image img {
        width: auto !important;
        max-width: 100%;
        display: inline-block;
    }

    .p-contents-list__item {
        gap: 15px !important;
        align-items: center !important;
    }
    .p-contents-list__item-img {
        margin: 0 auto !important;
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .br_pc{
        display: none;
    }
}


/*# sourceMappingURL=contents.css.map */