@charset "UTF-8";

body {
    margin: 0;
    background-image: url('https://cdn-image.alphapolis.co.jp/static_page/nijisanji/bg.png');
    background-repeat: repeat;
    line-height: 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.container {
    min-width: 1280px;
    margin: 34px auto 32px;
}

p, h2 {
    margin: 0;
}

.key-visual {
    position: relative;
    width: 1280px;
    margin: 0 auto 45px;
}

.key-visual__title {
    position: relative;
    width: 559px;
    margin: 0 auto 64px;
}

.key-visual__live {
    position: absolute;
    top: -27px;
    right: -11px;
}

.key-visual__live:hover {
    opacity: 0.5;
}

.key-visual__live--unlink:hover {
    opacity: unset;
}

.key-visual__rion {
    position: absolute;
    top: -20%;
    left: -2%;
    z-index: -1;
}

.key-visual__rion--big {
    top: 4%;
    left: 5%;
}

.key-visual__natume {
    position: absolute;
    top: 0;
    right: -5%;
    z-index: -1;
}

.key-visual__natume--big {
    top: 4%;
    right: 4%;
}

.twitter-present { /* font-awesome配下は外部読み込み部分のためXには更新しない */
  width: 652px;
  position: relative;
  margin: 0 auto;
  padding: 43px 24px 24px;
  color: black;
  background-color: rgba(185, 239, 255, 0.7);
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.twitter-present__hashtag {
    padding: 5px 0;
    color: #ff0093;
    background-color: #ffea00;
}

.twitter-present__hashtag:not(:last-child) {
    margin-right: 8px;
}

.sns {
    position: absolute;
    top: -35px;
    right: 33%;
}

.sns__image:hover {
    opacity: 0.8;
}

a {
    text-decoration: none;
}

.introduction {
    margin-bottom: 40px;
    padding: 32px 0;
    color: black;
    background-color: rgba(255, 252, 213, 0.6);
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

.introduction p {
    width: 708px;
    margin: 0 auto 48px;
}

.introduction--long {
    margin-bottom: 56px;
}

.introduction--long p {
    width: 864px;
    margin: 0 auto 48px;
}

.introduction p:last-child {
    margin-bottom: 0;
}

.introduction__date {
    color: #ff0093;
}

.movie {
    margin-bottom: 44px;
    text-align: center;
}

.movie__image {
    width: 864px;
    height: 486px;
    border: 0;
}

.content-button {
    display: flex;
    justify-content: space-between;
    width: 854px;
    margin: 0 auto 72px;
}

.content-button__link {
    position: relative;
    display: block;
    width: 410px;
    padding: 25px 84px;
    outline: 5px solid #ffb100;
    border: 2px solid white;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: black;
    background-color: #ffb100;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.content-button__link::after {
    content: url('https://cdn-image.alphapolis.co.jp/static_page/nijisanji/arrow.png');
    position: absolute;
    right: 4px;
    bottom: 8px;
}

.content-button__link:hover {
    opacity: 0.8;
}

.content-button__link--novel {
    margin-right: 34px;
}

.content-button__link--novel::before {
    content: url('https://cdn-image.alphapolis.co.jp/static_page/nijisanji/novel.png');
    position: absolute;
    left: 30px;
}

.content-button__link--comic::before {
    content: url('https://cdn-image.alphapolis.co.jp/static_page/nijisanji/comic.png');
    position: absolute;
    left: 30px;
}

.application {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    background-color: #ffe098;
}

.application-content {
    width: 864px;
    padding: 24px 0;
    box-sizing: border-box;
}

.application-content ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.application-content li {
    width: 394px;
    padding: 16px;
    background-color: white;
    border-radius: 20px;
}

.application-alphapolis {
    margin-right: 14px;
}

.application-introduction {
    display: flex;
    margin-bottom: 16px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.application-detail {
    padding-left: 10px;
}

.application-name {
    margin: 0 0 8px;
    color: #ffb100;
}

.application-stores {
    display: flex;
    gap: 15px;
}

.application-app {
    width: 90px;
    height: 90px;
}

.application-appstore,
.application-playstore {
    width: 190px;
}

.campaign {
    width: 960px;
    margin: 0 auto 40px;
    padding-top: 80px;
}

.campaign__title {
    margin: 0 auto 12px;
    color: black;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.campaign__title span {
    color: #ff0093;
}

.campaign__period {
    margin-bottom: 26px;
    padding: 5px;
    color: black;
    background-color: #ffea00;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.campaign__book {
    display: flex;
    margin: 0 auto;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.book {
    width: 440px;
    padding: 16px 16px 32px;
    background-color: rgba(255, 255, 255, 0.8);
}

.book__main {
    display: flex;
}

.book__image {
    width: 190px;
    height: 270px;
    margin-right: 16px;
    box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.16);
}

.book__info {
    position: relative;
    width: 230px;
}

.book__title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.book__author {
    font-size: 18px;
    line-height: 24px;
}

.book__author--single {
    margin-bottom: 22px;
}

.book__caption {
    line-height: 19px;
}

.square1, .square2, .square3, .square4, .square5, .square6,
.square7, .square8, .square9, .square10, .square11, .square12 {
    width: 80px;
    height: 80px;
    background-color: #fd1593;
    position: absolute;
    top: 90px;
    right: 8px;
}

.square2 {
    transform: rotate(7.5deg);
}

.square3 {
    transform: rotate(15deg);
}

.square4 {
    transform: rotate(22.5deg);
}

.square5 {
    transform: rotate(30deg);
}

.square6 {
    transform: rotate(37.5deg);
}

.square7 {
    transform: rotate(45deg);
}

.square8 {
    transform: rotate(52.5deg);
}

.square9 {
    transform: rotate(60deg);
}

.square10 {
    transform: rotate(67.5deg);
}

.square11 {
    transform: rotate(75deg);
}

.square12 {
    transform: rotate(82.5deg);
}

.book__caption-text {
    position: absolute;
    top: 92px;
    right: 12px;
    color: white;
    transform: rotate(7.5deg);
    font-weight: bold;
}

.book__anime {
    position: absolute;
    top: 130px;
    right: 0;
    color: #f7ff26;
    transform: rotate(7.5deg);
    font-weight: bold;
}

.book__anime--single {
    top: 101px;
    right: 23px;
}

.book__anime--single span {
    color: white;
}

.book__link {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: block;
    width: 222px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    background-color: #ffb100;
    border: 2px solid white;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    outline: 4px solid #ffb100;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.book__link:hover {
    opacity: 0.8;
}

.other-title {
    margin: 0 auto 16px;
    color: black;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.other {
    width: 864px;
    margin: 0 auto 112px;
    padding: 24px 48px;
    background-color: rgba(255, 255, 255, 0.8);
}

.other__book {
    display: flex;
    margin: 0 auto 16px;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.other__content {
    text-align: center;
}

.other__prize {
    margin-bottom: 8px;
    color: #ff0093;
    line-height: 20px;
    font-weight: bold;
}

.other__cover {
    width: 190px;
    box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.16);
}

.other__cover--normal {
    margin-top: 68px;
}

.other__button {
    position: relative;
    display: block;
    width: 410px;
    height: 110px;
    margin: 0 auto 5px;
    padding-right: 16px;
    outline: 5px solid #ffb100;
    border: 1px solid white;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: black;
    background-color: #ffb100;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 107px;
    z-index: 1;
}

.other__button::after {
    content: url('https://cdn-image.alphapolis.co.jp/static_page/nijisanji/arrow.png');
    position: absolute;
    right: 4px;
    bottom: -32px;
    z-index: -1;
}

.other__button:hover {
    opacity: 0.8;
}

.contribution {
    display: flex;
    width: 960px;
    margin: 0 auto 150px;
}

.contribution__message {
    position: relative;
    margin-top: 56px;
    padding: 54px 32px 16px;
    width: 100%;
    height: 243px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #ccc;
    border-radius: 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #ff0093;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.5px;
}

.contribution__message:before {
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border: solid transparent;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 42px;
    border-right-width: 42px;
    margin-top: -19px;
    border-right-color: white;
    right: 99.5%;
    top: 50%;
    z-index: 2;
}

.contribution__message:after {
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border: solid transparent;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 42px;
    border-right-width: 42px;
    margin-top: -19px;
    border-right-color: #ccc;
    right: 100%;
    top: 50%;
    z-index: 1;
}

.contribution__detail {
    padding-top: 28px;
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.contribution__detail a {
    color: #feb126;
}

.present {
    position: relative;
    width: 880px;
    margin: 0 auto 92px;
    padding: 24px 32px 28px 48px;
    background-color: rgba(255, 255, 255, 0.8);
}

.present__finished {
    height: 50px;
    margin-top: -10px;
    margin-bottom: 14px;
    color: #e20000;
    background-color: #e8e8e8;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.present__title {
    position: absolute;
    top: -114px;
    left: 25%;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.present__title-twitter {
    width: 66px;
    height: 66px;
    margin-top: 20px;
    margin-left: 32px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.present__title-twitter:hover {
    opacity: 0.8;
}

.present__content {
    display: flex;
}

.present__detail {
    width: 512px;
    margin-right: 28px;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}

.present__poster {
    color: #ff0093;
}

.present__apply {
    margin: 28px 0 16px;
    padding: 16px;
    padding-left: 2em;
    text-indent: -1em;
    background-color: rgb(255, 250, 169);
    font-weight: bold;
}

.present__apply a {
    color: #ff0093;
}

.present__method {
    font-weight: normal;
}

.present__teaser {
    width: 340px;
}

.present__image {
    width: 100%;
    margin-bottom: 8px;
}

.present__cast {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.present__period {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
}

.present__attention {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 20px;
    line-height: 30px;
}

.present__attention a {
    color: #feb126;
}

.pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: all .5s;
    z-index: 10;
}

.pagetop:hover {
    opacity: 0.8;
}

.logo {
    display: flex;
}

.logo__image {
    width: 158px;
    height: 39px;
    margin-left: auto;
    margin-right: 11px;
}

.logo__copyright {
    margin-right: auto;
    font-size: 14px;
    line-height: 39px;
}

.footer {
    padding: 48px 10px;
    background: black;
    text-align: center;
    font-size: 12px;
    color: white;
}

.footer-img {
    margin-bottom: 8px;
}
