@charset "UTF-8";

.pc {
    display: none;
}
html {
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #000;
}
ul {
    list-style: none;
}
h2 {
    font-size: 24px;
    font-family: 'ＭＳ Ｐ明朝', serif;
    font-weight: lighter;
    text-align: center;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}

img {
    width: 100%;
}

.lp_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* scroll_up */
.scroll_up {
    transition: 1s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.delay-0 {
    transition-delay: 0s;
    transform: translateY(0);
}
.delay-1 {
    transition-delay: 1.6s;
}
.delay-2 {
    transition-delay: 1.2s;
}
.delay-3 {
    transition-delay: 1.8s;
}
.delay-4 {
    transition-delay: 0.8s;
}
.delay-5 {
    transition-delay: 1s;
}
.delay-6 {
    transition-delay: 1.4s;
}
.delay-7 {
    transition-delay: 0.4s;
}
.delay-border {
    transition-delay: 0.5s;
}

#fadeIn {
    animation-name: fadeIn;
    animation-fill-mode:backwards;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-direction:alternate-reverse;
}
.fadeIn1 {
    animation-delay: 5s;
}
.fadeIn2 {
    animation-delay: 4s;
}
.fadeIn3 {
    animation-delay: 3s;
}
.fadeIn4 {
    animation-delay: 1s;
}
.fadeIn5 {
    animation-delay: 5.5s;
}
.fadeIn6 {
    animation-delay: 4.5s;
}
.fadeIn7 {
    animation-delay: 2s;
}

@keyframes fadeIn{
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeInNone{
    0% {
        opacity: 0.7;
        filter: brightness(100%);
    }
    
    100% {
        opacity: 1;
        filter: brightness(110%);
    }
}


/* ------------------------------------------- */
/* Book List */
.top_list {
    width: 100%;
    background-color: #ededed;
    margin: -22px auto;
}
.top_list h2 {
    position: relative;
    top: 20px;
}
.top_list span {
    color: #a5a5a5;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    display: block;
    text-align: center;
    position: relative;
    top: 10px;
}
.top_list p {
    text-align: end;
    font-size: 12px;
    text-decoration: underline;
    text-underline-position: under;
}

.book_list {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.book_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    padding: 0;
}
.book_list ul li {
    width: 18%;
    padding-bottom: 16px;
    position: relative;
}

.book_list ul li.black {
    width: 23%;
}
.book_list ul li.black img {
    margin-left: 0;
}

/* NEW TAG */
.book_list ul li:first-child::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/sp/book/img/new_tag.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -22%;
    right: 1%;
    z-index: 1;
}



/* Intro */
.intro {
    width: 98%;
    margin: 100px auto 0;
}
.intro p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}
.intro #time_list {
    margin: 50px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.intro #time_list li a {
    font-size: 12px;
    text-decoration: underline;
    color: #0967dc;
    text-underline-position: under;
    position: relative;
}
.intro #time_list li a::after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #0967dc;
    display: inline-block;
    position: absolute;
    left: 125%;
    top: 50%;
    transform: translate(100%, -50%);
}
.intro #time_list li:last-child a::after {
    content: '';
    display: none;
}
.intro #time_list li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

/* Book Container */
.book_container {
    width: 96%;
    padding-top: 100px;
    margin: 0px auto;
}
.box {
    padding: 182px 0 120px;
    margin-top: -100px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.book-img {
    width: 100%;
    order: 1;
    margin-bottom: 340px;
}
.book-txt {
    width: 100%;
    justify-content: center;
    background-color: #fff;
    z-index: 10;
    order: 2;
    text-align: center;
    align-items: center;
}
/* ---- */
.book-txt span.date {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 25px 0;
    text-align: center;
    line-height: 1.4;
    display: block;
    background-color: #dcc001;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.book-txt span.date b {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.book-txt h4 {
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.book-txt h4::after {
    content: '';
    width: 60px;
    height: 2px;
    border-radius: 1px;
    background-color: #e9b612;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.book-txt p {
    width: 100%;
}
.book-txt .review {
    margin: 10px auto 0;
    padding: 24px;
    background-color: #f5f5f5;
    text-align: justify;
    line-height: 2;
}
/* ----- */
.book-img .book-main-img {
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;

    animation-name: BookImgHover;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}
@keyframes BookImgHover{
    0% {
        filter: brightness(110%) drop-shadow(0px 10px 10px #00000030);
        margin-top: -14px;
    }

    100% {
        filter: brightness(100%) drop-shadow(0px 10px 10px #00000000);
        margin-top: 0px;
    }
}
.book-img .book-main-img img {
    width: 100%;
}
.book-img .back-fadein {
    position: relative;
}
.book-img .back-fadein p {
    filter: drop-shadow(1px 4px 14px rgba(0, 0, 0, 0.1));
    position: absolute;
}

/* book 1 */
#book1 {
    padding: 158px 0 120px;
}
#book1 .book-img {
    margin-bottom: 300px;
}
#book1 .book-img .book-main-img {
    width: 50%;
    top: 110px;
}
#book1 .fadeIn1 {
    width: 16%;
    left: 0%;
    top: 90px;
    z-index: 5;
}
#book1 .fadeIn2 {
    width: 20%;
    left: 10%;
    top: 130px;
    z-index: 4;
}
#book1 .fadeIn3 {
    width: 24%;
    left: 13%;
    top: 20px;
    z-index: 2;
}
#book1 .fadeIn4 {
    width: 22%;
    right: 20%;
    top: 150px;
    z-index: 5;
}
#book1 .fadeIn5 {
    width: 26%;
    right: 0%;
    top: 60px;
    z-index: 4;
}
#book1 .fadeIn6 {
    width: 18%;
    right: 0%;
    top: 170px;
    z-index: 6;
    animation-name: fadeInNone;
}

/* book 2 */
#book2 {
    padding: 120px 0 120px;
}
#book2 .fadeIn1 {
    width: 26%;
    left: 0;
    top: 100px;
    z-index: 1;
}
#book2 .fadeIn2 {
    width: 20%;
    left: 14%;
    top: 30px;
    z-index: 200;
}
#book2 .fadeIn3 {
    width: 20%;
    right: 10%;
    top: 70px;
    z-index: 3;
}
#book2 .fadeIn4 {
    width: 20%;
    right: 20%;
    top: 160px;
    filter: none;
    z-index: 1;
    animation-name: fadeInNone;
}
#book2 .fadeIn5 {
    width: 22%;
    right: 0;
    top: 120px;
    z-index: 5;
    animation-name: fadeInNone;
    animation-delay: 4s;
}

/* book3 */
#book3 {
    padding: 160px 0 120px;
}
#book3 .book-img {
    margin-bottom: 320px;
}
#book3 .fadeIn1 {
    width: 35%;
    left: 0;
    top: 30px;
    z-index: 1;
}
#book3 .fadeIn2 {
    width: 22%;
    left: 12%;
    top: 140px;
    z-index: 4;
}
#book3 .fadeIn3 {
    width: 20%;
    right: 15%;
    top: 160px;
    z-index: 2;
}
#book3 .fadeIn4 {
    width: 20%;
    right: 2%;
    top: 80px;
    z-index: 2;
}
#book3 .fadeIn5 {
    width: 7%;
    right: 11%;
    top: 190px;
    z-index: 100;
    animation-name: fadeInNone;
    animation-delay: 1s;
}
#book3 .fadeIn6 {
    width: 8%;
    left: 5%;
    top: 110px;
    z-index: 6;
    animation-name: fadeInNone;
    animation-delay: 3s;
}

/* book 4 */ 
#book4 {
    padding: 90px 0 120px;
}
#book4 .book-img {
    margin-bottom: 340px;
}
#book4 .book-img .book-main-img {
    top: 60px;
}
#book4 .fadeIn1 {
    width: 24%;
    left: 0%;
    top: 40px;
    z-index: 1;
}
#book4 .fadeIn2 {
    width: 22%;
    left: 10%;
    top: 140px;
    z-index: 2;
}
#book4 .fadeIn3 {
    width: 24%;
    right: 2%;
    top: 90px;
    z-index: 4;
}
#book4 .fadeIn4 {
    width: 24%;
    right: 20%;
    top: 140px;
    z-index: 3;
}
#book4 .fadeIn5 {
    width: 14%;
    right: 10%;
    top: 220px;
    z-index: 10;
    animation-name: fadeInNone;
    animation-delay: 6s;
}
#book4 .fadeIn6 {
    width: 8%;
    right: 40%;
    top: 220px;
    z-index: 20;
    animation-name: fadeInNone;
    animation-delay: 3s;
}

/* book 5 */
#book5 {
    padding: 170px 0 160px;
}
#book5 .book-img {
    margin-bottom: 310px;
}
#book5 .book-img .book-main-img {
    top: 160px;
}
#book5 .fadeIn1 {
    width: 22%;
    left: 15%;
    top: 140px;
    z-index: 4;
}
#book5 .fadeIn2 {
    width: 26%;
    left: 2%;
    top: 30px;
    z-index: 3;
}
#book5 .fadeIn3 {
    width: 26%;
    right: 15%;
    top: 90px;
    z-index: 2;
}
#book5 .fadeIn4 {
    width: 24%;
    left: 8%;
    top: 0px;
    z-index: 5;
}
#book5 .fadeIn5 {
    width: 20%;
    right: 2%;
    top: 66px;
    z-index: 4;
    animation-name: fadeInNone;
    animation-delay: 3s;
}

/* book 6 */
#book6 {
    padding: 190px 0 120px;
}
#book6 .book-img {
    margin-bottom: 320px;
}
#book6 .book-img .book-main-img {
    top: 120px;
}
#book6 .book-img .book-main-img img {
    width: 100%;
}
#book6 .fadeIn1 {
    width: 28%;
    left: 0%;
    top: 0px;
    z-index: 5;
}
#book6 .fadeIn2 {
    width: 24%;
    right: 0%;
    top: 60px;
    z-index: 2;
}
#book6 .fadeIn3 {
    width: 26%;
    right: 12%;
    top: 140px;
    z-index: 4;
}
#book6 .fadeIn4 {
    width: 14%;
    left: 3%;
    top: 130px;
    z-index: 5;
}

/* book 7 */
#book7 {
    padding: 194px 0 120px;
}
#book7 .book-img {
    margin-bottom: 300px;
}
#book7 .fadeIn1 {
    width: 18%;
    left: 0;
    top: 130px;
    z-index: 4;
}
#book7 .fadeIn2 {
    width: 14%;
    left: 15.5%;
    top: 180px;
    z-index: 3;
}
#book7 .fadeIn3 {
    width: 20%;
    right: 10%;
    top: 50px;
    z-index: 1;
}
#book7 .fadeIn4 {
    width: 18%;
    right: 0;
    top: 110px;
    z-index: 2;
}
#book7 .fadeIn5 {
    width: 22%;
    left: 10%;
    top: 50px;
    z-index: 2;
}
#book7 .fadeIn6 {
    width: 14%;
    right: 15%;
    top: 180px;
    z-index: 10;
}
#book7 .fadeIn7 {
    width: 16%;
    left: 16%;
    top: 80px;
    z-index: 20;
    animation-name: moving;
    animation-fill-mode:backwards;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.62,1.14,1,1);
    animation-direction: normal;
    animation-delay: 2s;
    opacity: 1;
}
@keyframes moving {
    0% {
        transform: translate(20px, -10px);
        opacity: 0;
	}
    20% {
        transform: translate(0, 0);
        opacity: 1;
    }
	100% {
		transform: translate(0, 0);
        opacity: 1;
	}
}
#book7 .fadeIn7 img {
    animation-name: BookImgHover;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}


/* book 8 */
#book8 .book-img {
    margin-bottom: 334px;
}
#book8 .fadeIn1 {
    width: 24%;
    left: 4%;
    top: 0px;
    z-index: 3;
}
#book8 .fadeIn2 {
    width: 20%;
    left: 8%;
    top: 100px;
    z-index: 4;
}
#book8 .fadeIn3 {
    width: 24%;
    right: 20%;
    top: 120px;
    z-index: 5;
}
#book8 .fadeIn4 {
    width: 20%;
    right: 5%;
    top: 90px;
    z-index: 2;
}
#book8 .fadeIn5 {
    width: 12%;
    right: 14%;
    top: 30px;
    z-index: 4;
    animation-name: fadeInNone;
    animation-delay: 3s;
}
#book8 .fadeIn6 {
    width: 10%;
    right: 8%;
    top: 60px;
    z-index: 5;
    animation-name: fadeInNone;
    animation-delay: 2s;
}
#book8 .fadeIn7 {
    width: 14%;
    left: 0%;
    top: 140px;
    z-index: 20;
    animation-name: fadeInNone;
}

/* book 9 */
#book9 {
    padding: 190px 0 120px;
}
#book9 .book-img {
    margin-bottom: 324px;    
}
#book9 .book-img .book-main-img {
    width: 50%;
}
#book9 .fadeIn1 {
    width: 22%;
    left: 10%;
    top: 30px;
    z-index: 4;
}
#book9 .fadeIn2 {
    width: 18%;
    left: 0%;
    top: 110px;
    z-index: 3;
}
#book9 .fadeIn3 {
    width: 24%;
    right: 5%;
    top: 40px;
    z-index: 5;
}
#book9 .fadeIn4 {
    width: 20%;
    right: 14%;
    top: 140px;
    z-index: 2;
}
#book9 .fadeIn5 {
    width: 20%;
    right: 0%;
    top: 180px;
    z-index: 4;
}
#book9 .fadeIn6 {
    width: 12%;
    left: 10%;
    top: 188px;
    z-index: 5;
    animation-name: fadeInNone;
    animation-delay: 6s;
}
#book9 .fadeIn7 {
    width: 18%;
    right: 3%;
    top: 130px;
    z-index: 20;
    opacity: 1;
    animation-name: fadeInNone;
    animation-delay: 1s;
}

/* book 10 */
#book10 .book-img .book-main-img {
    top: -39px;
    right: 3%;
}
#book10 .book-img {
    position: relative;
    top: 20px;
}

#book10 .fadeIn1 {
    width: 22%;
    left: 0;
    top: 30px;
    z-index: 1;
}
#book10 .fadeIn2 {
    width: 26%;
    right: 17%;
    top: 62px;
    z-index: 4;
}
#book10 .fadeIn3 {
    width: 24%;
    left: 10%;
    top: 100px;
    z-index: 4;
}
#book10 .fadeIn4 {
    width: 20%;
    right: 3%;
    top: 160px;
    z-index: 4;
}
#book10 .fadeIn5 {
    width: 20%;
    left: 28%;
    top: 170px;
    z-index: 3;
}
#book10 .fadeIn6 {
    width: 18%;
    left: 17%;
    top: -42px;
    z-index: 1;
}

/* book 11 */
#book11 .book-img {
    position: relative;
    top: -30px;
}

#book11 .book-img .book-main-img::before {
    content: '';
    width: 50px;
    height: 60px;
    background: url(/sp/book/img/new-sticker.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -2%;
    right: -10%;
    z-index: 1;
    transform: rotate(345deg);
}

#book11 .fadeIn1 {
    width: 24%;
    left: 15%;
    top: 165px;
    z-index: 4;
}
#book11 .fadeIn2 {
    width: 20%;
    right: 15%;
    top: 200px;
    z-index: 3;
}
#book11 .fadeIn3 {
    width: 20%;
    right: -2%;
    top: 130px;
    z-index: 2;
}
#book11 .fadeIn4 {
    width: 20%;
    right: 4%;
    top: 50px;
    z-index: 2;
}
#book11 .fadeIn5 {
    width: 20%;
    left: -2%;
    top: 90px;
    z-index: 1;
}
#book11 .fadeIn6 {
    width: 14%;
    left: 7%;
    top: 258px;
    z-index: 10;
    animation-name: fadeInNone;
    animation-delay: 1s;
}
#book11 .fadeIn7 {
    width: 9%;
    right: 0%;
    top: 6px;
    z-index: 100;
    opacity: 1;
    animation-name: fadeInNone;
    animation-delay: 1s;
}

/* book 12 */
#book12 .book-img {
    position: relative;
    top: -30px;
}

#book12 .book-img .book-main-img::before {
    content: '';
    width: 50px;
    height: 60px;
    background: url(/sp/book/img/new-sticker.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -8%;
    right: 14%;
    z-index: 1;
    transform: rotate(345deg);
}

#book12 .fadeIn1 {
    width: 22%;
    left: 15%;
    top: 100px;
    z-index: 4;
}
#book12 .fadeIn2 {
    width: 22%;
    right: 18%;
    top: 160px;
    z-index: 3;
}
#book12 .fadeIn3 {
    width: 20%;
    right: 0%;
    top: 90px;
    z-index: 2;
}
#book12 .fadeIn4 {
    width: 22%;
    left: -4%;
    top: 150px;
    z-index: 2;
}
#book12 .fadeIn5 {
    width: 10%;
    right: 15%;
    top: 20px;
    z-index: 10;
    animation-name: fadeInNone;
    animation-delay: 3s;
}
#book12 .fadeIn6 {
    width: 15%;
    left: 15%;
    top: 180px;
    z-index: 10;
    animation-name: fadeInNone;
    animation-delay: 2s;
}














.timeline .time-content{
    position: relative;
}

.timeline .time-content .time-year {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 2.2;
    display: block;
    text-align: center;
    margin: 24px 0 50px;
    padding: 58px 10px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.timeline .time-content .time-year::after {
    content: '';    
    width: 60px;  
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.timeline .time-content .time-year-top {
    opacity: 0;
}

.border-line {
	position: absolute;
	left: 50%;
	top: -100px;
	width: 0.5px;
	height:0;
	background: #525252;
    z-index: -1;
}
.time-content-top>.border-line {
    top: 160px;
    max-height: calc(100% - 160px);
}
.time-content:last-child .border-line {
    top: -250px;
    max-height: calc(100% - 250px);
}