@charset "UTF-8";
body {
    background: url('/v2/img/static_page/manga2023summer/background.png') repeat;
    min-width: 1000px;
    color: #000000;
    font-size: 16px;
    line-height: 1.25;
}

section:not(:last-child) {
    margin-bottom: 40px;
}

.button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9300;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.button:hover {
    opacity: .8;
}

.centering {
    padding-right: 90px;
    padding-left: 90px;
}

.first-view {
    position: relative;
    width: 100%;
}

.key-visual {
    line-height: 0;
    overflow: hidden;
    width: max(100%, 1000px);
    margin: auto;
    text-align: center;
}

.key-visual__image {
    width: max(1500px, 100vw);
    margin: 0 min(50% - 750px, 50% - 50vw);
}

.sns-share {
    position: absolute;
    top: 10px;
    right: calc(50% - 440px);
    display: flex;
    justify-content: space-between;
    width: 128px;
}

.x-share {
    width: 36px;
}

.main {
    padding-top: 30px;
    padding-bottom: 64px;
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
}

.abstract {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 32px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    background-color: #fffee6;
}

.abstract__fantasy {
    color: #00a7ff;
}

.abstract__love {
    color: #ff3492;
}

.abstract__action {
    color: #0fb95e;
}

.abstract__strong {
    color: #ff5800;
}

.pickup {
    border: solid 5px #ffd800;
}

.pickup__title {
    border-bottom: solid 5px #ffd800;
    background-color: #ffd800;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.pickup__content {
    display: flex;
    padding: 20px;
    gap: 16px;
    background-color: #fffdd6;
}

.pickup__image {
    width: 160px;
    height: 160px;
    border: solid 1px #707070;
    box-sizing: border-box;
}

.pickup__content-right {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 546px;
}

.pickup__content-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.manga-detail {
    border: solid 5px #a0d7ff;
}

.manga-detail:not(:last-child) {
    margin-bottom: 30px;
}

.manga-detail--released {
    border-color: #00a7ff;
}

.manga-detail__release-date {
    border-bottom: solid 5px #a0d7ff;
    background-color: #a0d7ff;
    font-size: 20px;
    padding: 5px 20px;
}

.manga-detail__release-date--released {
    border-color: #00a7ff;
    background-color: #00a7ff;
    font-weight: bold;
    color: #ffffff;
}

.manga-detail__content {
    display: flex;
    padding: 20px;
    gap: 16px;
}

.manga-detail__trial-image {
    width: 288px;
    height: 409px;
    border: solid 1px #707070;
}

.manga-detail__content-right {
    max-width: 424px;
}


.manga-detail__catchphrase {
    font-size: 18px;
    font-weight: bold;
    color: #004290;
    line-height: 1.4;
    margin-bottom: 16px;
}

.manga-detail__abstract {
    line-height: 1.5;
}

.manga-detail__border {
    border: 1px solid #b0b0b0;
    margin-top: 16px;
    margin-bottom: 16px;
}

.manga-detail__content-bottom {
    display: flex;
    gap: 16px;
}

.manga-detail__content-bottom:not(:last-child) {
    margin-bottom: 16px;
}

.manga-detail__banner-image {
    width: 113px;
    height: 113px;
    border: solid 1px #707070;
}

.manga-detail__title-and-authors {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.manga-detail__title {
    font-weight: bold;
    margin-bottom: 8px;
}

.manga-detail__author {
    font-size: 14px;
    color: #606060;
}

.bottom-banner {
    width: 960px;
    height: 230px;
}

.bottom-banner:hover {
    opacity: .8;
}

.reading-app-info {
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 20px;
    padding: 20px;
    border: solid 6px #ffbd64;
    background-color: #fff;
}

.reading-app-info__icon-and-text {
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
}

.reading-app-info__icon {
    width: 98px;
    height: 98px;
}

.reading-app-info__catchphrase {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
}

.reading-app-info__text {
    font-size: 18px;
}

.reading-app-info__banners {
    display: flex;
    justify-content: space-between;
}

.reading-app-info__banner-and-qr {
    display: flex;
    gap: 8px;
    align-items: center;
}

.reading-app-info__appstore,
.reading-app-info__playstore {
    width: 233px;
}

.reading-app-info__qr {
    width: 76px;
    height: 76px;
}

.page-top-icon {
    font-weight: bold;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 101px;
    height: 74px;
    transition: all .5s;
}

.page-top-icon:hover {
    opacity: .7;
}

.footer {
    padding: 32px 0;
    text-align: center;
    background: #000000;
}

.footer img {
    max-width: 100%;
}

.footer .copyright {
    font-size: 12px;
    margin-top: 8px;
    color: #ffffff;
}
