* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a {
    outline: none;
    text-decoration: none;
}
body {
    font-family:"Noto Serif JP", serif, "Gloock", serif;
    width: 100%;
    position: relative;
}
.wrap {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
/** -------------------- 変数定義 -------------------- **/
:root {
    --white: #fff;
    --gold: #e9d6b3;
    --glay: #b5b5b5;
    --text: #312923;
    --text-lg: 24px;
    --text-md: 18px;
    --serif: "Noto Serif JP", serif;
    --en: "Gloock", serif;
}
/** -------------------- 変数定義 -------------------- **/
#main .logo {
    position: fixed;
    top: 50px;
    left: 40px;
    z-index: 10;
    padding-left: 20px;
}
#main .logo img {
    width: 100%;
    max-width: 212px;
}
h1 img {
    position: relative;
    max-width: 612px;
    width: 80%;
    z-index: 3;
    /* margin: 142px auto 0px auto; */
}
.text-lg {
    display: block;
    margin-bottom: 30px;
    font-size: var(--text-lg);
    line-height: 1.79;
}
.text-md {
    display: block;
    font-size: 18px;
    line-height: 1.78;
}
.intro {
    font-size: 13.5px;
    line-height: 1.78;
}
.section-title {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative;
    font-family: var(--en);
    color: var(--text);
    font-size: clamp(2.25rem, 1.464rem + 3.93vw, 5rem);
    font-weight: 400;
    text-align: center;
}
.section-title span {
    position: relative;
    z-index: 1;
}
.section-title span {
    display: inline-block;
}
.section-title::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image:url(../../../assets/img/special-page/photobook-sign/curve.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.button-wrap {
    text-align: center;
}
.hover-anime {
    position: relative;
    width: 80%;
    display: inline-block;
    background-color: var(--gold);
    border-radius: 50vw;
    overflow: hidden;
    margin: 0 auto;
    padding: 48px 0;
    font-family: var(--serif);
    font-size: 28px;
    color: var(--text);
    text-align: center;
    transition: all 0.3s;
}
.hover-anime:hover{
    opacity: 0.6;
}
.no-link {
  pointer-events: none;
  cursor: default;
}
.no-link {
    background-color: var(--glay);
}
.photo-slide {
    width: 100%;
}
.slide-track {
    display: flex;
    width: max-content;
    animation: scroll linear infinite;
}
.slide-track img {
    width: 100%;
}
/*  */
.slider_1 {
    max-width: 288px;
    max-height: 415px;
    aspect-ratio: 288 / 415;
    transform: rotate(7.29deg);
    overflow: hidden;
    margin: auto;
}
.slider_2 {
    max-width: 330px;
    max-height: 485px;
    aspect-ratio: 330 / 485;
    transform: rotate(-9.54deg);
    overflow: hidden;
    z-index: -2;
}
.slider_3 {
    max-width: 305px;
    max-height: 417px;
    aspect-ratio: 305 / 417;
    transform: rotate(14.08deg);
    overflow: hidden;
    margin-top: auto;
}
.slider_4 {
    max-width: 270px;
    max-height: 369px;
    aspect-ratio: 270 / 369;
    overflow: hidden;
    z-index: 1;
    margin: auto;
}
.slider_5 {
    max-width: 297px;
    max-height: 406px;
    aspect-ratio: 297 / 406;
    transform: rotate(-15.06deg) translate(0px, 50px);
    overflow: hidden;
    z-index: -2;
    margin: auto;
}
.slider_6 {
    max-width: 288px;
    max-height: 415px;
    aspect-ratio: 288 / 415;
    transform: rotate(7.29deg);
    overflow: hidden;
    margin: auto;
}
.slider_7 {
    max-width: 330px;
    max-height: 485px;
    aspect-ratio: 330 / 485;
    transform: rotate(-9.54deg);
    overflow: hidden;
    z-index: -2;
}
.slider_8 {
    max-width: 305px;
    max-height: 417px;
    aspect-ratio: 305 / 417;
    transform: rotate(14.08deg);
    overflow: hidden;
    margin-top: auto;
}
.slider_9 {
    max-width: 270px;
    max-height: 369px;
    aspect-ratio: 270 / 369;
    overflow: hidden;
    z-index: -1;
    margin: auto;
}
.slider_10 {
    max-width: 297px;
    max-height: 406px;
    aspect-ratio: 297 / 406;
    transform: rotate(-15.06deg);
    overflow: hidden;
    z-index: -2;
    margin: auto;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 768px) {
    #main .logo {
        top: 3.5vh;
        left: 1vw;
    }
    #main .logo img {
        width: 100%;
        max-width: 130px;
    }
    .intro {
        padding: 0 5px;
        line-height: 1.5;
    }
    .text-lg {
        font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    }
    .text-md {
        font-size: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem);
    }
    .section-title::after {
        width: 80%;
        height: 80px;
    }
    .hover-anime {
        width: 100%;
        padding: clamp(1.875rem, 1.071rem + 4.02vw, 3rem) 0;
        font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
    }
    .slide-track img {
        width: 200px;
    }
}
/* main */
.gr_area {
    background-color: #3a3026;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gr_area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../../assets/img/special-page/photobook-sign/bg_gr.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
#main {
    margin-top: 124px;
    text-align: center;
}
/* message */
#message {
    padding: 66px 0;
}
.message-wrap {
    color: var(--white);
    text-align: center;
}
.message-wrap .text-lg {
    margin-bottom: 30px;
}
/* product */
#product {
    color: var(--white);
    position: relative;
    z-index: 1;
}
#product::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 12.5%;
    background-image: url(../../../assets/img/special-page/photobook-sign/sparkle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0.6);
}
#product h2 {
    color: var(--gold);
}
#product h4 {
    font-family: var(--en);
    font-size: 28px;
    font-weight: 400;
    color: var(--gold);
}
.price-wrap {
    margin: 10px 0 16px 0;
}
.price-wrap .flex {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--gold);
}
.frame {
    width: fit-content;
    padding: 3px 16px;
    border: 1px solid var(--gold);
    font-family: var(--serif);
    font-size: 15px;
}
.price-wrap .flex dd {
    font-family: var(--serif);
    font-size: 20px;
}
.price-wrap .flex dd span {
    font-size: 12px;
}
#product .intro {
    line-height: 1.5;
}
.keita-coment-area .artist-comment {
    font-family: var(--serif);
    color: var(--gold);
    margin-bottom: 16px;
}
.keita-coment-area {
    border: 1px solid var(--gold);
    display: flex;
    gap: 34px;
    padding: 30px;
    margin: 58px 0;
}
.keita-coment-img {
    width: 194px;
    height: 194px;
    aspect-ratio: 194 / 194;
}
.product-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.product-img img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .keita-coment-area {
        gap: 24px;
        flex-direction: column;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 550px) {
    #message {
        padding: 44px 0;
    }
    .keita-coment-area {
        padding: 24px 16px 40px;
    }
    .keita-coment-img {
        margin: 0 auto;
    }
    .keita-coment-area .artist-comment {
        text-align: center;
        font-size: var(--text-md);
    }
    .keita-coment-area .artist-comment {
        margin-bottom: 12px;
    }
}
/* Event */
#event {
    padding: 120px 0;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-align: center;
}
#event h2 .text{
    font-size: var(--text-lg);
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#event::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 12.5%;
    background-image: url(../../../assets/img/special-page/photobook-sign/sparkle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    z-index: -2;
    pointer-events: none;
}
#event .section-title {
    color: var(--gold);
}
#event .text-lg {
    margin-bottom: 55px;
}
#event .text-lg a {
    color: var(--white);
    border-bottom: 1px solid var(--white);
    transition: all .3s;
}
#event .text-lg a:hover {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
}
#event .intro {
    margin: 40px 0;
}
#event .intro span {
    text-indent: -1rem;
    padding-left: 1rem;
    display: block;
}
#event .hover-anime {
    color: #000;
}
.fc-sticker-img {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.fc-only {
    position: absolute;
    top: 0;
    left: -20%;
}
@media screen and (max-width: 768px){
    #event h2 .text{
        font-size: clamp(0.875rem, 0.429rem + 2.23vw, 1.5rem);
    }
}
/* Quiz */
#Quiz {
    background-color: #e9d6b3;
    background-image: url(../../../assets/img/special-page/photobook-sign/bg_check.png);
    padding: 100px 0 140px 0;
    text-align: center;
}
.special-movie-img {
    position: relative;
    width: fit-content;
    margin: 36px auto;
}
.correct-only {
    position: absolute;
    top: -5%;
    left: -5%;
}
#Quiz .intro {
    margin-top: 24px;
}
#Quiz .intro span {
    text-indent: -1rem;
    padding-left: 1rem;
    display: block;
}
#Quiz .hover-anime {
    font-family: var(--en);
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .reveal-fade {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    #event,
    #Quiz {
        padding: 64px 0;
    }
    #event .wrap,
    #Quiz .wrap {
        padding: 0;
        padding-top: 20px;
    }
    .fc-sticker-img {
        padding: 0px 15px;
    }
    .special-movie-img {
        padding: 0px 15px;
    }
    .fc-only {
        top: -8%;
        left: 0%;
        width: 25%;
    }
    .correct-only {
        top: -8%;
        left: 0%;
        width: 25%;
    }
    #event .intro {
        text-align: left;
    }
    #Quiz .intro {
        text-align: left;
    }
}
/* footer */
footer {
    position: relative;
    height: 900px;
    background-color: #392f26;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            #2f2822,
            #3b3128);
    z-index: 0;
}
footer h1 img {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.copy {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 12px 0;
    border-top: 1px solid #e9d6b3;
    border-bottom: 1px solid #e9d6b3;
    font-size: 10px;
    color: #e9d6b3;
}
/*  */
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    footer h1 img {
        width: 80%;
    }
}
@media screen and (max-width: 550px) {
    footer {
        height: 450px;
    }
}
.anime {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
    transition: all .7s ease;
}
.anime-on {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
/* 
クイズページ 
*/