@font-face {
    font-family: 'Literata';
    src: url('./Literata-BoldItalic.ttf') format('truetype'),
        url('./Literata-BoldItalic.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-ExtraBold';
    src: url('./KumbhSans-ExtraBold.ttf') format('truetype'),
        url('./KumbhSans-ExtraBold.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-Medium';
    src: url('./KumbhSans-Medium.ttf') format('truetype'),
        url('./KumbhSans-Medium.woff') format('woff')
}
@font-face {
    font-family: 'KumbhSans-Regular';
    src: url('./KumbhSans-Regular.ttf') format('truetype'),
        url('./KumbhSans-Regular.woff') format('woff')
}
body{
    
}
.base-container{
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -2px;
}
.opaque{
    background-color: #FFEACA;
}
.opaque .store-button {
    pointer-events: all;
    opacity: 1;
}
.store-button{
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
}
nav{
    background-color: transparent;
    /* background-color: #15284B; */
    padding-left: 2rem;
    padding-right: 2rem;
    height: 5.625rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.6s ease;
}
nav .logo{
    height: 3.6rem;
}
nav .store-link{
    height: 3.5rem;
}
.c-1{
    position: relative;
    width: 100%;
    height: 67.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 13rem 2.25rem;
    background: linear-gradient(180deg, #FFF1DD 0%, #FFF 100%);
    z-index: 1;
}
.c-1::before {
    content: "";
    background-image: url('../images/b1.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
  
.c-1 .content{
    width: 45rem;
    height: 48rem;
}
.c-1 .illustration{
    width: 42.75rem;
    height: 53.375rem;

}
.c-1 .content .title{
    color: #000;
    font-family: 'Literata';
    font-size: 5rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-1 .content .desc{
    margin-top: 2rem;
    color: #515151;;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-1 .content .sub-title{
    margin-top: 2rem;
    color: #000;
    font-family: 'KumbhSans-Medium';
    font-size: 2.25rem;
    /* font-weight: 500; */
}
.c-1 .content .store-link{
    margin-top: 1.25rem
}
.c-1 .content .store-link .store-link{
    width: 16rem;
    margin: 0 1rem 0 0;
}
.c-1 .illustration img{
    width: 100%;
    height: auto;
}
.c-2{
    position: relative;
    width: 100%;
    height: 97.6875rem;
    padding-top: 1px;
    background: linear-gradient(180deg, #FFF1DD 0%, #FFF 100%);
    z-index: 1;
}
.c-2::before {
    content: "";
    background-image: url('../images/b2.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.c-2 .title{
    margin: 6.81rem auto 0;
    color: #000;
    text-align: center;
    font-family: 'Literata';
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: 0.11rem;
    width: 72rem;
}
.c-2 .content{
    margin: 2rem auto 0;
    width: 73.625rem;
    color: #515151;
    text-align: center;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.c-4{
    height: 96.25rem;
    width: 100%;
    padding-top: 1px;
    background: linear-gradient(180deg, #FFF1DD 0%, #FFF 100%);
}
.c-4 .title{
    margin: 9.12rem auto 5.56rem;
    color: #000;
    text-align: center;
    font-family: 'Literata';
    font-size: 5.3125rem;
    line-height: 1.4;
    letter-spacing: 0.11rem;
    width: 90.5rem;
}
.splide__arrow{
    width: 7.5rem;
    height: 7.5rem;
}
.splide__arrow--prev{
    left: 5.75rem;
    background: url('../images/prev.png');
    background-size: 100% 100%;
}
.splide__arrow--next{
    right: 5.75rem;
    background: url('../images/next.png');
    background-size: 100% 100%;
}
.splide__arrow svg{
    display: none;
}
button:focus{
    outline: transparent;
}

.splide .card-image{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
}
.splide .card-image:nth-child(1){
    margin-top: 1rem;
}
.splide .card-image:nth-child(2){
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.c-5{
    width: 100%;
    height: 106.125rem;
    padding-top: 1px;
    background: linear-gradient(180deg, #FFF1DD 0%, #FFF 100%);
}
.c-5 .content{
    margin-top: 5.62rem;
    margin-left: 14.5rem;
    margin-right: 14.5rem;
    padding-top: 1px;
    background-image: url('../images/c5/theme.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 37.375rem auto;
}
.c-5 .content .title{
    margin-top: 3.44rem;
    width: 54rem;
    color: #000;
    font-family: 'Literata';
    font-size: 6rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-5 .content .desc{
    margin-top: 2rem;
    width: 54rem;
    width: 40rem;
    color: #515151;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 3rem;
}
.c-5 .gallery{
    margin: 6.25rem 6.62rem 0;
    display: flex;
    justify-content: space-between;
}
.c-5 .gallery .item{
    width: 24.8125rem;
    height: 35.125rem;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
}
.c-5 .gallery .item:nth-child(1){
    background-image: url('../images/c5/Anne Stokes.png');
}
.c-5 .gallery .item:nth-child(2){
    background-image: url('../images/c5/Benedicta Buatsie.png');
}
.c-5 .gallery .item:nth-child(3){
    background-image: url('../images/c5/Roisin Sweeney .png');
}
.c-5 .gallery .item:nth-child(4){
    background-image: url('../images/c5/Haruka Togai.png');
}
.c-book{
    width: 100%;
    height: 125.0625rem;
    background: linear-gradient(180deg, #FFF1DD 0%, #FFF 100%);
    display: flex;
}
.c-book .thumb{
    width: 33rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.c-book .thumb .item{
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: 18.7rem auto;
    background-position: center center;
    border-right: solid 0.625rem #949494;
    cursor: pointer;
}
.c-book .thumb .item.active{
    background-color: rgba(208, 147, 203, 0.20);
    border-right: solid 0.625rem #832B84;
}
.c-book .thumb .item:nth-child(1){
    background-image: url('../images/book/t1.png');
}
.c-book .thumb .item:nth-child(2){
    background-image: url('../images/book/t2.png');
}
.c-book .thumb .item:nth-child(3){
    background-image: url('../images/book/t3.png');
}
.c-book .thumb .item:nth-child(4){
    background-image: url('../images/book/t4.png');
}
.c-book .detail{
    flex-grow: 1;
    text-align: center;
}
.c-book .title{
    margin: 11rem auto 0;
    width: 74.75rem;
    color: #000;
    font-family: 'Literata';
    font-size: 5rem;
    line-height: 1.4;
}
.c-book .detail-img{
    margin-top: 4.75rem;
    width: 70.75rem;
}
.c-6{
    width: 100%;
    height: 70.9375rem;
    padding-top: 1px;
    background: linear-gradient(180deg, #FFF0DC 0%, #FFF 100%);
}
.c-6 .title{
    width: 50rem;
    margin: 3.37rem auto 0;
    color: #000;
    text-align: center;
    font-family: 'Literata';
    font-size: 6rem;
    letter-spacing: 0.11rem;
    line-height: 1.4;
}
.c-6 .comments{
    margin-top: 5.31rem;
    margin-bottom: 8rem;
}
.c-6 .comment{
    width: 34.9375rem;
    height: 40rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.50);
    margin: 1rem 0;
}
.c-6 .comment .header{
    height: 13.8125rem;
    background: #F1F1F1;
    padding-top: 2.62rem;
    display: flex;
    justify-content: center;
    align-items: top;
    gap: 1.875rem;
}
.c-6 .comment .header .avatar{
    width: 8.24944rem;
    height: 8.24944rem;
    border: 0.5rem solid #fff;
    border-radius: 8rem;
    overflow: hidden;
    flex-shrink: 0;
}
.c-6 .comment .header .avatar img{
    width: 100%;
    height: 100%;
}
.c-6 .comment .header .introduce{
    width: 17.82rem;
    height: 8.5rem;
}

.c-6 .comment .header .introduce .star{
    width: 17.66rem;
    height: 3.2rem;
    background: url('../images/star.png');
    background-size: 100% 100%;
    background-position: left center;
}
.c-6 .comment .header .introduce .name{
    margin-top: 1rem;
    color: #02033B;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 1.5rem;
}
.c-6 .comment .header .introduce .id{
    margin-top: 1.14rem;
    color: #9CA3AF;
    font-family: 'KumbhSans-Regular';
    font-size: 1.8rem;
    line-height: 1.5rem;
}
.c-6 .comment .content-title{
    margin: 2.21rem auto 0;
    width: 27.25rem;
    color: #333;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 1.4;
}
.c-6 .comment .content{
    margin: 0 auto;
    width: 27.25rem;
    color: #333;
    font-family: 'KumbhSans-Regular';
    font-size: 2.25rem;
    line-height: 1.4;
}
.c-7{
    position: relative;
    width: 100%;
    height: 27.875rem;
    padding-top: 1px;
    background: linear-gradient(180deg, #FFF6F6 0%, #FFF1DD 100%);
}
.c-7 .title{
    color: #2F2F2F;
    font-family: 'KumbhSans-ExtraBold';
    font-size: 2.25rem;
    line-height: 5rem;
}
.c-7 .desc{
    text-decoration: none;
    color: #2F2F2F;
    font-family: 'KumbhSans-Regular';
    font-size: 2rem;
    font-style: normal;
    line-height: 5rem; /* 250% */
}
.c-7 .content{
    margin: 3.87rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6.3125rem;

}
.c-7 .content .s-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.375rem;
}
.c-7 .s-1 .store-link{
    width: 12.5rem;
}
.c-7 .content .s-2{
    display: flex;
    width: 15.5rem;
    flex-direction: column;
    align-items: center;
}
.c-7 .content .s-2 .title{
    margin-bottom: 1.375rem;
}
.c-7 .content .s-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-7 .content .s-3 .title{
    margin-bottom: 1.375rem;
}
.c-7 .content .s-4{
    width: 9.68056rem;
    height: 9.68056rem;
    flex-shrink: 0;
}
.c-7 .content .s-4 .logo{
    width: 9.68056rem;
    height: 9.68056rem;
    flex-shrink: 0;
    background: url('../images/logo2.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.c-7 .c-8{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.3725rem;
    color: #000;
    font-family: Inter;
    font-size: 1.25rem;
    line-height: 4.3725rem;
    text-align: center;
}




@media only screen and (max-width: 800px) {
    nav {
        height: 3.1925rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    nav .logo{
        height: 1.8125rem;
    }
    nav .store-link{
        height: 1.525rem;
    }
    .navbar-brand{
        margin: 0rem;
    }
    .c-1{
        width: 100%;
        height: auto;
        display: block;
        /* flex-direction: row;
        justify-content: space-between;
        align-items: center; */
        padding: 5.31rem 0;
    }
    .c-1 .content{
        width: 100%;
        height: auto;
    }
    .c-1 .illustration{
        width: 19.3125rem;
        height: auto;
        margin: 3.62rem auto 0;
    }
    .c-1 .content .title{
        padding-left: 1.25rem;
        font-size: 2.875rem;
    }
    .c-1 .content .desc{
        margin-top: 1rem;
        padding: 0 1.25rem;
        color: #515151;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.57525rem;
    }
    .c-1 .content .sub-title{
        margin-top: 2.44rem;
        padding: 0 1.25rem;
        color: #000;
        font-family: 'KumbhSans-Medium';
        font-size: 1.125rem;
    }
    .c-1 .content>.store-link{
        margin-top: 1.13rem;
        padding: 0 1.25rem;
        display: flex;
        justify-content: space-between;
    }
    .c-1 .content .store-link .store-link{
        width: 9.375rem;
        margin: 0;
    }
    .c-1 .illustration img{
        width: 100%;
        height: auto;
    }
    .c-2{
        width: 100%;
        height: 39rem;
    }
    .c-2 .title{
        margin: 5.31rem auto 2.25rem;
        width: 100%;
        font-size: 2.875rem;
        line-height: 1.4;
        letter-spacing: 0.11rem;
    }
    .c-2 .content{
        width: 100%;
        padding: 0 1.25rem;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57525rem;
    }
    .c-4{
        height: auto;
    }
    .c-4 .title{
        margin: 3.4rem 0 0;
        padding: 0 1.25rem;
        width: 100%;
        color: #000;
        text-align: center;
        font-size: 2.575rem;
        line-height: 1.4;
        letter-spacing: 0.11rem;
    }
    .c-4 .splide{
        height: 20rem;
    }
    .c-4 .splide__list{
        align-items: center;
        margin: 1rem 0;
    }
    .c-4 .splide__slide{
        transition: all 0.3s ease;
    }
    .c-4 .splide__slide{
        width: 15.96rem;
        height: 18.96rem;
        padding: 1.48rem;
    }
    .c-4 .splide__slide .card-image{
        width: 13rem;
        height: 13rem;
        transition: all 0.3s ease;
    }
    .c-4 .splide__slide.is-active .card-image{
        transform: scale(1.2);
    }
    .c-5{
        height: auto;
    }
    .c-5 .content{
        margin: 0;
        padding: 1.25em;
        width: 100%;
        background: none;
    }
    .c-5 .content .title{
        margin: 0;
        width: auto;
        color: #000;
        text-align: center;
        font-family: 'Literata';
        font-size: 2.5rem;
        line-height: 1.4;
        letter-spacing: 0.0575rem;
    }
    .c-5 .content .desc{
        width: auto;
        color: #515151;
        text-align: center;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.57525rem;
    }
    .c-5 .gallery{
        margin: 0;
        padding: 1.25rem;
        flex-direction: column;
    }
    .c-5 .gallery .item{
        width: 20rem;
        height: 28.5rem;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100% auto;
    }
    .c-book{
        display: none;
    }
    .c-6{
        height: 37rem;
    }
    .c-6 .title{
        margin: 2rem auto 0;
        width: auto;
        color: #000;
        text-align: center;
        font-family: 'Literata';
        font-size: 2.5rem;
        line-height: 1.4;
        letter-spacing: 0.0575rem;
    }
    .c-6 .comments{
        margin-top: 2rem;
        margin-bottom: 7.03rem;
    }
    .c-6 .comment{
        width: 17.46875rem;
        height: 20rem;
        border-radius: 0.625rem;
        overflow: hidden;
        background: #fff;
    }
    .c-6 .comment .header{
        /* 6.90625 */
        height: 6.79369rem;
        background: #F1F1F1;
        padding-top: 1.31rem;
        display: flex;
        justify-content: center;
        align-items: top;
        gap: 0.94rem;
    }
    .c-6 .comment .header .avatar{
        width: 4.12469rem;
        height: 4.12469rem;
        border: 0.3rem solid #fff;
        flex-shrink: 0;
    }
    .c-6 .comment .header .avatar img{
        width: 100%;
        height: 100%;
    }
    .c-6 .comment .header .introduce{
        width: 8.91rem;
        height: 4.25rem;
    }
    
    .c-6 .comment .header .introduce .star{
        width: 8.83rem;
        height: 1.6rem;
        background: url('../images/star.png');
        background-size: 100% 100%;
        background-position: left center;
    }
    .c-6 .comment .header .introduce .name{
        margin-top: 0.5rem;
        color: #02033B;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.125rem;
        line-height: 0.75rem;
    }
    .c-6 .comment .header .introduce .id{
        margin-top: 0.57rem;
        color: #9CA3AF;
        font-family: 'KumbhSans-Regular';
        font-size: 0.9rem;
        line-height: 0.75rem;
    }
    .c-6 .comment .content-title{
        margin: 1.11rem auto 0;
        width: 13.625rem;
        color: #333;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .c-6 .comment .content{
        margin: 0 auto;
        width: 13.625rem;
        color: #333;
        font-family: 'KumbhSans-Regular';
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .c-6 .splide__pagination{
        bottom: -3.5em;
    }
    
    .c-7-m{
        height: 27rem;
        padding-top: 1px;
        background: linear-gradient(180deg, #FFF6F6 0%, #FFF1DD 100%);
    }
    .c-7-m .content{
        margin: 0;
    }
    .c-7-m{
        width: 100%;
        height: 28rem;
        position: relative;
    }
    .c-7-m .title{
        color: #2F2F2F;
        font-family: 'KumbhSans-ExtraBold';
        font-size: 1.25rem;
        line-height: 2.5rem;
    }
    .c-7-m .desc{
        text-decoration: none;
        color: #2F2F2F;
        font-family: 'KumbhSans-Regular';
        font-size: 1rem;
        font-style: normal;
        line-height: 2.5rem;
    }
    .c-7-m .content .s-1{
        width: 100%;
        margin-top: 1rem;
        padding: 0 1.25rem;
    }
    .c-7-m .s-1 .store-link{
        width: 9.375rem;
    }
    .c-7-m .s-1 .store-link img{
        margin: 0;
    }
    .c-7-m .s-1 a:last-child{
        margin-left: 0.99rem;
    }
    .c-7-m .content .s-2{
        width: 100%;
        padding: 0 1.25rem;
    }
    .c-7-m .content .s-2 a:last-child{
        margin-left: 3.56rem;
    }
    .c-7-m .content .s-3{
        width: 100%;
        margin-top: 1rem;
        padding: 0 1.25rem;
    }
    .c-7-m .content .s-4{
        width: 5.3125rem;
        height: 4.72222rem;
        flex-shrink: 0;
        margin: 1.64rem auto 0;
    }
    .c-7-m .content .s-4 .logo{
        width: 5.3125rem;
        height: 4.72222rem;
        flex-shrink: 0;
        background: url('../images/logo2.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .c-7-m .c-8{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2.9375rem;
        color: #000;
        font-size: 1rem;
        line-height: 2.9375rem;
        text-align: center;
    }
} 