.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

.lp_wrap h1 {
    font-size: 20px;
    line-height: 3.5rem;
    color: #fff;
    margin: 0 0 30px;
}
.lp_wrap h2 {
    color: #fff;
    font-size: 18px;
}
.lp_wrap h3 {
    color: #fff;
    font-size: 16px;
}
.lp_wrap h4 {
    color: #fff;
    font-size: 14px;
    cursor: default;
    text-align: center;
    font-weight: normal;
}
.lp_wrap h4 span {
    width: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.lp_wrap p {
    color: #fff;
    text-align: justify;
}
hr {
    margin-top: 0px !important;
}


/* Fade in */
.fadein {
    animation-name: fadeinAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.fadeinTrigger{
    opacity: 0;
}



/* NAV MENU */
.nav_menu .nav_menu_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
}
.nav_menu ul {
    width: 20%;
    position: relative;
    filter: brightness(0.7);
}
.nav_menu ul.on {
    filter: brightness(1);
}
.nav_menu ul:active {
    filter: brightness(1);
}

.nav_menu ul li {
    text-align: center;
}

.nav_menu ul li {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 10px;
    z-index: 2;
}
.nav_menu ul li a img {
    width: 65%;
}
.nav_menu ul li a p {
    margin: 6px 0 0;
    color: #fff;
    font-size: 8px;
    line-height: 160%;
    text-align: center;
}
.nav_menu ul.on li a p {
    color: #ffcc00;
    text-decoration: underline;
    text-underline-position: under;
}
.nav_menu ul::after {
    content: '';
    width: 98%;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0) 80%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.nav_menu ul.on::after {
    content: '';
    width: 98%;
    height: 100px;
    background: linear-gradient(#fafafa, rgb(255, 255, 255, 0) 80%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.nav_menu ul:first-child li:last-child::before {
    content: '';
    width: 5vw;
    height: 5vw;
    background: url(/sp/harry_potter/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -5%;
    left: 10%;
    z-index: 2;
}

/* INTRO */
.intro {
    width: 94%;
    margin: 60px auto;
    position: relative;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* tab */
.tab-wrap .tab {
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}
.tab-wrap .tab li {
    width: 100%;
    margin: 0 0.25%;
    text-align: center;
    border-bottom: none;
}
.tab-wrap .tab li a p {
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
}
.tab-wrap .tab li a img {
    width: 80%;
    margin: 20% 10% 0;
}

.tab-wrap .tab li.active {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    position: relative;
}
.tab-wrap .tab li.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ffcb00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tab-wrap .tab li.new a {
    position: relative;
}
.tab-wrap .tab li.new a::before {
    content: '';
    width: 7vw;
    height: 7vw;
    background: url(/sp/harry_potter/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0vw;
    left: 5vw;
    transform: translate(-50%, -100%);
    z-index: 2;
}

/* area */
.area {
    width: 100%;
    background-color: #ffffff33;
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border-top: none;
    z-index: 1;
    display: none;
    opacity: 0;
}

.area ul.product_main {
    width: 94%;
    margin: 0 auto 40px;
}
.area ul.product_main h2 {
    text-align: center;
    margin: 0;
    padding: 40px 0 0;
}
.area ul.product_main img {
    width: 80%;
    margin: 20% 10% 0;
}

.area ul.product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area ul.product_list li {
    width: 50%;
    /* height: 280px; */
    padding: 10% 5% 5%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ffffff50;
    position: relative;
}
.area ul.product_list li a p {
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    margin: 16px auto 0;
}
.area ul.product_list li:nth-child(-n+2) {
    border-top: 1px solid #ffffff50;
}
.area ul.product_list li:nth-child(2n+1) {
    border-right: 1px solid #ffffff50;
}

.area ul.product_list li a img.c_5oz {
    width: 100%;
    margin: 0;
}
.area ul.product_list li a img.c_2oz {
    width: 90%;
    margin: 0 5%;
}
.area ul.product_list li a img.c_1oz {
    width: 86%;
    margin: 0 7%;
}
.area ul.product_list li a img.c_50pe {
    width: 76%;
    margin: 0 12%;
}
.area ul.product_list li a img.c_1-4oz {
    width: 70%;
    margin: 0 15%;
}

.tab-wrap .tab li.active a p {
    color: #ffcb00;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.area ul.product_list li.sold-out {
    padding: 10% 5% 50px;
}
.area ul.product_list li.sold-out a {
    opacity: 0.7;
}
.area ul.product_list li.sold-out::after {
    content: '現在取扱いが御座いません。';
    width: 85%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    /* padding: 0px 6px; */
    background-color: #8b8b8b;
    border-radius: 6px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);        
}
.area ul.product_list li.sold-out::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.area ul.product_list li:active {
    filter: brightness(110%);
}
.area ul.product_list li:active a p {
    text-decoration: underline;
    text-underline-position: under;
}
.area ul.product_list li.sold-out:active {
    filter:none;
}
.area ul.product_list li.sold-out:active a p {
    text-decoration: none;
}


/* CONTENT */
.content {
    width: 100%;
    margin: 60px auto;
    position: relative;
    z-index: 1;
}
.content_wrap {
    width: 94%;
    margin: 0 auto;
}

.content_wrap img {
    margin: 30px auto;
}
.content_wrap ul {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}

/* BEHIND */
.behind {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 0 170px;
    background: url(/sp/harry_potter/img/22_behind_bg.webp) no-repeat; 
    background-position: center;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.behind::before {
    content: '';
    width: 100%;
    height: 10vw;
    min-height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}
.behind::after {
    content: '';
    width: 100%;
    height: 200px;
    background: url(/sp/harry_potter/img/behind_school.png) no-repeat;
    background-size: 200%;
    background-position: right center;
    position: absolute;
    bottom: -3%;
    left: 0;
    z-index: -1;
}

.behind_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 16% 0 0;
}
.behind_tit {
    width: 200px;
    margin: 60px 0;
}
.behind_cont ul {
    display: flex;
    flex-wrap: wrap;
}
.behind_cont ul li {
    width: 70%;
}
.behind_cont ul li:nth-child(2) {
    margin: 10px 0 10px 30%;
}

.designer {
    margin: 80px auto 0;
}
.designer ul {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.designer ul li {
    width: 49%;
}


/* PROTRAIT */
.portrait {
    width: 100%;
    margin: 100px auto;
}
.portrait_wrap h4 {
    margin: 0 auto 40px;
}
.port_cont {
    width: 94%;
    margin: -40px auto 0;
}
.portrait_wrap p {
    margin: 0 auto 30px;
}


/* SERIE */
.serie {
    width: 100%;
    padding: 0 0 40px;
    position: relative;
}
.serie::before {
    content: '';
    width: 35%;
    height: 80px;
    background: url(/sp/harry_potter/img/22_decor-4.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: -2%;
    left: 16%;
    transform: translateX(-50%);
}
.serie_wrap {
    width: 94%;
    margin: 0 auto;
}
.serie_wrap .year {
    margin: 60px auto;
}
.serie_wrap h4 {
    font-size: 16px;
    font-weight: bold;
}
.serie_wrap h4 span {
    font-size: 14px;
    font-weight: normal;
}
.serie_wrap p {
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    margin: 100px auto 0;
}
.serie_wrap p img {
    width: 15%;
    margin: 0 0 10px;
}

.serie_wrap ul li {
    margin: 30px 0 0;
    position: relative;
}
.serie_wrap ul li a {
    position: relative;
}
.serie_wrap ul li a::after {
    content: '';
    width: 95vw;
    height: 50vw;
    background: url(/sp/harry_potter/img/serie_border.png) no-repeat;
    background-size: 100%;
    background-position: center;
    filter: drop-shadow(2px 4px 6px #00000075);
    position: absolute;
    top: 28vw;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
}

.serie_wrap .year22 ul li::before {
    content: '';
    width: 10%;
    height: 90px;
    position: absolute;
    top: 0.3vw;
    left: 10%;
    z-index: 2;
}
.serie_wrap .year22 ul li:nth-child(1)::before {
    background: url(/sp/harry_potter/img/serie_flag-1.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(2)::before {
    background: url(/sp/harry_potter/img/serie_flag-2.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(3)::before {
    background: url(/sp/harry_potter/img/serie_flag-3.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(4)::before {
    background: url(/sp/harry_potter/img/serie_flag-4.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.serie_wrap ul li:active img {
    filter: brightness(105%);
}
.serie_wrap ul li:active::after {
    filter: none;
}
/* flag change color */
.serie_wrap .year22 ul li:nth-child(1):active::before {
    background: url(/sp/harry_potter/img/serie_flag-1_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(2):active::before {
    background: url(/sp/harry_potter/img/serie_flag-2_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(3):active::before {
    background: url(/sp/harry_potter/img/serie_flag-3_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(4):active::before {
    background: url(/sp/harry_potter/img/serie_flag-4_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}


.star span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    animation: star-animate 3s linear infinite;
    position: absolute;
    top:50%;
    left:50%;
    z-index: -10;
}
.star span::before {
    content:'';
    width: 200px;
    height: 1px;
    background: linear-gradient(-90deg,#fff16fa1, transparent);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes star-animate
{
    0%
    {
        transform: rotate(-320deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(-320deg) translateX(3000px);
        opacity: 0;
    }
}
.star span:nth-child(1){
    top: 0;
    left: -1200px;
    right: initial;
    animation-delay: 7s;
    animation-duration: 5s;
}
.star span:nth-child(2){
    top: 0;
    right: 300px;
    left: initial;
    animation-delay: 11s;
    animation-duration: 6s;
}
.star span:nth-child(3){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 8s;
    animation-duration: 5s;
}
.star span:nth-child(4){
    top: 0;
    left: -1500px;
    right: initial;
    animation-delay: 16s;
    animation-duration: 4s;
}
.star span:nth-child(5){
    top: 0;
    left: -400px;
    right: initial;
    animation-delay: 12s;
    animation-duration: 6.5s;
}




/* STORY */
.story {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 0 100px;
    background: url(/sp/harry_potter/img/24_story_bg_sm.webp) no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.story::before {
    content: '';
    width: 100%;
    height: 10vw;
    min-height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}

.story_tit {
    margin: 120px auto 60px;
}
.story_cont {
    width: 94%;
    margin: 0 auto 100px;
    position: relative;
}
.story_cont h4 {
    margin: 0 auto 40px;
    font-weight: bold;
}
.story_cont h4 span {
    width: 100%;
    margin: 0 auto;
    font-weight: normal;
}
.story_cont p {
    margin: 0;
}
.story_cont img {
    margin: 100vw auto 0;
}

.cont-1::before {
    content: '';
    width: 100%;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_key.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 27%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2::before {
    content: '';
    width: 100%;
    height: 120px;
    background: url(/sp/harry_potter/img/24_story_bubble.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2::after {
    content: '';
    width: 100%;
    height: 90px;
    background: url(/sp/harry_potter/img/24_story_algae.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -17%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: none;
}
.cont-3::before {
    content: '';
    width: 40%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_bird.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 23%;
    right: -10%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-3::after {
    content: '';
    width: 56%;
    height: 120px;
    background: url(/sp/harry_potter/img/25_story_flying-car.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* 
.cont-3::after {
    content: '';
    width: 40%;
    height: 80px;
    background: url(/sp/harry_potter/img/25_story_flying-car.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: 35%;
    left: 21%;
    transform: translateX(-50%);
    z-index: -1;
}
 */

.cont-4::before {
    content: '';
    width: 40%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_ghost.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 43%;
    right: -17%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-4::after {
    content: '';
    width: 50%;
    height: 170px;
    background: url(/sp/harry_potter/img/25_story_patronum.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/* frame */
.cont-1 p::before {
    content: '';
    width: 40%;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_frame-1.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 90vw;
    left: 65%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-1 p::after {
    content: '';
    width: 60%;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_frame-2.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 48vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cont-2 p::before {
    content: '';
    content: '';
    width: 45%;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_frame-3.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 95vw;
    left: 35%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2 p::after {
    content: '';
    width: 47%;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_frame-4.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 47vw;
    left: 60%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-3 p::before {
    content: '';
    width: 50%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_frame-5.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 90vw;
    left: 70%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-3 p::after {
    content: '';
    width: 38%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_frame-6.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 56vw;
    left: 26%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-4 p::before {
    content: '';
    width: 50%;
    height: 240px;
    background: url(/sp/harry_potter/img/25_story_frame-7.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 80vw;
    left: 25%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-4 p::after {
    content: '';
    width: 38%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_frame-8.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 46vw;
    right: -15%;
    transform: translateX(-50%);
    z-index: -1;
}








