@charset "utf-8";

:root {
    --color-main: #ffbc14;
    --glass-background: rgba(255, 255, 255, 0.19);
    /* --glass-box-shadow: 0 4px 30px rgba(255, 255, 255, 0.5); */
    --glass-backdrop-filter: blur(5px);
    --glass-border: 1px solid rgba(255, 255, 255, 0.68);

    --x: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pc,
.pcbr {
    display: block;
}

.sp,
.spbr768,
.sp428br,
.sp360br,
.sp320br,
.sp1024br {
    display: none;
}



html,
body {
    width: 100%;
    padding: 0;
    height: auto;
    scroll-behavior: smooth;
}

body {
    text-align: left;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto;
    line-height: 2em;
    font-size: 19px;
    overflow-x: hidden;
    font-weight: 500;
    position: relative;
    background-color: black;
}

section {
    width: 95%;
    margin: 0 auto;
    margin: 6rem auto 0;
    text-align: center;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0;
}

span,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: 900;
    padding: 30px 0 20px;
}

h2 {
    margin: 2rem 0 2rem;
    font-size: 34px;
    font-weight: 800;
}

h3 {
    font-size: 28px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    cursor: pointer;
    color: var(--color-main);
}


li {
    list-style: none;
    color: white;
}

.allsidediv {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.alldiv {
    font-family: "Noto Serif JP", Serif;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto;
    overflow-x: hidden;
    color: #fff;
    width: 100%;
    max-width: 1920px;
    position: relative;
    background-color: black;
}

.alldiv::before {
    content: "";
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("bg3.png");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    max-width: 1920px;
    margin: 0 calc((100% - 1920px) / 2);
    /* 4px calc((100% - 1300px) /2) */
    /* transform: skewY(350deg) translateY(-40%); */
}

.background-black {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: black;
    position: absolute;
    z-index: 5;
    opacity: 1;
    transition: all 3s ease-out;
}

.hidebackground-black {
    opacity: 0;
    transition: all 2s ease-out;
}

.meika,
.meikaf {
    right: 30%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    width: 800px;
    /* animation: meika 2s 1s ease-in-out; */
    opacity: 0;
}

.meikaf {
    width: 30%;
    animation: meika 1s 1s ease-in-out;
    left: 20%;
    right: 0;
}

@keyframes meika {
    from {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* 
.alldiv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("bg_texture.png");
    background-size: 150%;
    background-position: center center;
    z-index: 0;
    filter: brightness(.75) opacity(.6);
} */


.background-video {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    filter: brightness(2);
}

.hidecanvas {
    animation: hidecanvas 2.5s;
}

@keyframes hidecanvas {
    from {
        opacity: 1;
        display: block;
    }

    80% {
        opacity: 1;
        display: block;
    }

    to {
        opacity: 0;
        display: none;
    }
}

#spotlight {
    position: fixed;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
}

.meika_line1,
.meika_line2,
.meika_line3,
.meika_line4 {
    position: fixed;
    z-index: 2;
    top: 10%;
    top: 10dvh;
    left: 0;
    background-image: url("meika_line1.png");
    background-size: 80%;
    background-repeat: repeat-x;
    /* background-position: 300px center; */
    width: 100%;
    height: 100vh;
    height: 100dvh;
    /* translate: calc(0% - var(--x) * 0.5); */
    /* transform: skewY(350deg) translateY(-40%) translateX(var(--x)); */
    /* filter: drop-shadow(var(--x) -16px white); */
    transform: skewY(350deg) translateY(-25%);
    /* filter: drop-shadow(calc((var(--x) - 800px) * -0.05) -16px white); */
    animation: bga-scrolling-reverse 90s infinite;
    animation-timing-function: linear;

}

.meika_line2 {
    background-image: url("meika_line2.png");
    top: 40vh;
    top: 40dvh;
    /* translate: calc(0% - var(--x) * 0.55) ; */
    animation: bgb-scrolling 92s infinite;
    animation-timing-function: linear;
}

.meika_line3 {
    background-image: url("meika_line3.png");
    top: 70vh;
    top: 70dvh;
    /* translate: calc(0% - var(--x) * .65); */
    animation: bga-scrolling-reverse 89s infinite;
    animation-timing-function: linear;
}

.meika_line4 {
    background-image: url("meika_line4.png");
    top: 100vh;
    top: 100dvh;
    /* translate: calc(0% - var(--x) * .45); */
    animation: bgb-scrolling 91s infinite;
    animation-timing-function: linear;
}

@keyframes bga-scrolling-reverse {
    from {
        background-position: 900px 0;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 900px 0;
    }
}

@keyframes bgb-scrolling {
    from {
        background-position: -900px 0;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: -900px 0;
    }
}


.all_bg1_div {
    position: relative;
    text-shadow: 1px 1px 1px black !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
    z-index: 2;
    box-shadow: 3px 0 14px var(--color-main),
        -3px 0 14px var(--color-main);
}


.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex_reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}



/* BTN ANIMATION  */
.btn {
    position: relative;
}

.btn:hover {
    cursor: pointer;
}



.btn-contain {
    height: 100px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:active,
.btn:hover,
.btn:focus {
    outline: none !important;
    color: white;
}

.btn-particles {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 80%;
    right: 0;
    margin: auto;
    border-radius: 50%;
    color: #eee;
    font-family: monospace;
    z-index: 100;
    /* 	filter: url(#gooeyness); */
}

.btn:active {
    transform: scale(0.9) translate(-55%, -55%);
}

.poumu1 {
    position: absolute;
    width: 120px;
    height: 120px;
    transform: scale(0.8);
}

/* BTN ANIMATION  */

.swine_btn {
    width: 100%;
    margin: 8px auto;
    text-align: center;
    filter: drop-shadow(0 0 5px var(--color-main));
}

.btn_smaller {
    width: 60%;
}

/* header */

.header {
    position: relative;
}

.header_top {
    position: relative;
}

.bnimg {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    vertical-align: bottom;
}

.btn-contain-top {
    top: unset;
    bottom: 6%;
    left: -30%;
    width: 40%;
    max-width: 400px;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
    margin: auto;
}

.btn-contain-top-sp {
    display: none;
}

.top_btn {
    user-select: none;
    filter: drop-shadow(0 0 6px #FFF);
    width: 100%;
}

.top_btn_sp {
    width: 44%;
}

.headdiv {
    width: 100%;
}

.header_description {
    font-size: 24px;
    padding: 8px 0;
    font-weight: 600;
}

.header_btn {
    width: 30%;
    margin: 2rem auto;
}

.section_time p {
    font-size: 20px;
    line-height: 2;
    width: 100%;
    margin: 1rem auto;
    text-align: center;
}

.section_shouhin {
    gap: 2rem;
    /* padding: 0 2rem;
    background: var(--glass-background);
    backdrop-filter: var(--glass-backdrop-filter);
    -webkit-backdrop-filter: var(--glass-backdrop-filter);
    border: var(--glass-border); */
}

.shouhin_in {
    width: 75%;
    position: relative;
}

/* .shouhin_in .h2_title {
    color: black;
    font-size: 6vw;
    letter-spacing: 2rem;
    text-shadow: -1px 1px 2px var(--color-main),
        1px 1px 2px var(--color-main),
        1px -1px 0 var(--color-main),
        -1px -1px 0 var(--color-main), 3px 3px rgb(40, 40, 40);
    position: absolute;
} */

.shouhin_in img {
    width: 50%;
    filter: drop-shadow(0 0 16px white);
    max-width: 360px;
}

.shouhin_btns {
    width: 100%;
    gap: 1.5rem;
    justify-content: space-around;
    margin: 2rem auto;
}

.shouhin_btns img {
    width: 100%;
    max-width: 400px;
}

/* 
.product_body_h2 {}

.product_body_h3 {}

.product_body_kakaku {} */

.swine_tyui {
    width: fit-content;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: .5rem;
}

.swine_tyui p {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 auto;
}

/* SHOUKAI */
.section_shoukai {
    background-color: #f4f0f1;
    gap: 1rem;
    width: 100%;
}

.shoukai_article {
    width: 100%;
    gap: 1rem;
}

.shoukai_article>* {
    width: 48%;
}

.shoukai_img1 {
    width: 50%;
}
.shoukai_img1 img {
    width: 100%;
}

.shoukai_article div {
    /* white-space: nowrap; */
}

.article1 {
    padding: 0 0 1rem 0;
    padding-right: 1rem;
    justify-content: flex-start;
}

.article2 {
    padding-left: 1rem;
    justify-content: flex-end;
}

.shoukaip,
.shoukaih2 {
    color: black;
    font-weight: 400;
}


.shoukaip {
    gap: 1rem;
    text-align: left;
    font-size: 19px;
    width: fit-content;
    /* white-space: nowrap; */
    text-shadow: none;
    margin: 0;
}

.shoukaih2 {
    color: #000;
    font-weight: 600;
    text-shadow: -1px 1px 2px var(--color-main),
        1px 1px 2px var(--color-main),
        1px -1px 0 var(--color-main),
        -1px -1px 0 var(--color-main), 1px 3px rgb(40, 40, 40, .5);
}

.section_slider {
    width: 100%;
    margin: 0;
}


/* SHOUHIN  */
.shiyou_in {
    display: flex;
    width: 100%;
    gap: 1rem;
}

.shiyou_ul {
    text-align: center;
    padding: 1rem 2rem;
    position: relative;
    font-size: clamp(0.75rem, calc(0.25rem + 1.7vw), 1.25rem);
    width: 100%;
}

.shiyou_ul::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: var(--glass-background);
    /* box-shadow: 0 4px 30px rgba(255, 255, 255, 0.5); */
    backdrop-filter: var(--glass-backdrop-filter);
    -webkit-backdrop-filter: var(--glass-backdrop-filter);
    border: var(--glass-border);
}

.shiyou_ul>* {
    position: relative;
    z-index: 1;
}


/* CHUI */
.chui_body {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid white;
    padding: 1rem 2rem;
    background-color: black;
}

.chui_body_top {
    padding-left: 1em;
    text-indent: -1em;
}

.chui_body_top p span {
    color: red;
    font-weight: 800;
}

.chui_body_top p {
    font-weight: 500;
}

/* 最後の商品ボタン　セクション */
.shouhin2_div {
    gap: 5%;
    margin-bottom: 2rem;
}

.shouhin2_div>* {
    width: 40%;
}
.shouhin2_div a img {
    width: 100%;
}

.shouhin2_body {
    width: 50%;
    height: 100%;
    justify-content: space-around;
}

.shouhin2_h3 {
    font-size: 36px;
}

.shouhin2_btns {}

.shouhin2_btns img {
    width: 100%;
    max-width: 350px;
}


.section_footer {
    padding: 2rem;
    text-align: center;
    gap: 2rem;
    background: var(--glass-background);
    backdrop-filter: var(--glass-backdrop-filter);
    -webkit-backdrop-filter: var(--glass-backdrop-filter);
    border: var(--glass-border);
}

footer {
    padding: 2rem 0;
}

.footer_top,
.footer_copyright {
    width: 100%;
    text-align: center;
    margin: 0 0 2rem 0;
}

@media screen and (max-width: 1920px) {
    .alldiv::before {
        margin: 0;
        background-size: cover;
    }
}

@media screen and (max-width: 1300px) {}


@media screen and (max-width: 1200px) {
    /* .alldiv::before {} */
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 3.5vw;
    }

    h2 {
        font-size: 25px;
    }

    .header_description {
        font-size: 2.25vw;
    }

    .header_btn {
        width: 50%;
        margin: 1rem auto;
    }


    .shoukaip {
        font-size: 1.75vw;
    }

    .shouhin2_h3 {
        font-size: 3.25vw;
    }

    .shiyou_in {
        width: 85%;
        display: flex;
        flex-direction: column;
    }

    .shiyou_ul {
        padding: 1rem;
        line-height: 1.8;
        font-size:  clamp(.5rem, calc(0.5rem + 2vw), 1.3rem);
    }
}

@media screen and (max-width: 768px) {
    .alldiv::before {
        background-size: 300%;
    }

    .button_glitch {
        height: 40px;
        width: 80%;
    }

    .button_glitch p {
        font-size: 14px;
    }

    .button_glitch_top {
        left: 13%;
        width: 55%;
    }

    .pc {
        display: none;
    }

    .sp,
    .spbr768 {
        display: block;
    }

    .btn-contain-top-sp {
        bottom: 0;
        top: 40%;
        left: -45%;
        display: flex;
        width: 50%;
    }

    .meika {
        right: 0;
        left: -30%;
        width: 80%;

    }

    .meikaf {
        right: -30%;
        left: 0;
        width: 50%;

    }


    h1 {
        font-size: 4.5vw;
    }



    .header_btn {
        width: 60%;
    }

    .header_description {
        font-size: 2.5vw;
        width: fit-content;
        margin: 0 auto;
        text-align: left;
    }

    body {
        font-size: 14px;

    }

    section {
        width: 90%;
        margin: 4rem auto 0;
    }

    h2 {
        font-size: 4.25vw;
    }

    h3 {
        font-size: 4vw;
    }

    .spbr {
        display: block;
    }

    .flex_column_sp {
        flex-direction: column;
    }

    .section_time p {
        font-size: 3.5vw;
    }

    .shouhin_in {
        width: 100%;
    }

    .shouhin_btns {
        gap: 0;
        margin: 0 auto
    }

    .shouhin_btns img {
        margin: 0 auto;
        max-width: 300px;
    }

    .swine_tyui p {
        font-size: 12px;
    }

    .item-container {
        gap: 0;
    }

    .shiyou_in {
        width:100%;
    }

    .chui_body {
        width: 100%;
        padding: 1rem;
        font-size: 13px;
    }

    .shoukai_article {
        gap: 2rem;
    }

    .shoukaih2 {
        font-size: 5vw;
        text-align: center;
        margin: 0;
        padding: 2rem 0;
    }

    .article1,
    .article2 {
        padding: 0;
    }

    .shoukaip {
        font-size: 3vw;
        padding-bottom: 3rem;
        text-align: center;
    }

    .shoukai_img1 {
        width: 75%;
    }

    .shoukai_img2 {
        width: 100%;
    }

    .shouhin2_h3 {
        font-size: 3.5vw;
        margin-top: 1rem;
    }

    .shouhin2_body {
        width: 60%;
    }

    .shouhin2_btns img {
        max-width: 300px;
    }

    footer {
        padding: 1rem 0;
    }

    .footer_top,
    .footer_copyright {
        margin: 0 0 1rem 0;
        font-size: 2.75vw;
    }
    .btn-contain-shouhin2 {
        height: 80px;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 428px) {
    h1 {
        font-size: 5.5vw;
    }

    h2 {
        font-size: 5vw;
    }

    body {
        font-size: 13px;
    }


    .meika_line1,
    .meika_line2,
    .meika_line3,
    .meika_line4 {
        animation: unset;
        background-size: 160%;
    }

    .meika_line1 {
        top: 20vh;
        top: 20dvh;
    }

    .meika_line2 {
        top: 45vh;
        top: 45dvh;
    }

    .meika_line3 {
        top: 75vh;
        top: 75dvh;
    }

    .flex_column_428 {
        display: flex;
        flex-direction: column;
    }

    .section_time p {
        font-size: 4vw;
    }

    .header_btn {
        width: 80%;
    }

    .header_description {
        font-size: 2.75vw;
        margin: 0 auto;
        padding-top: 4px;
    }


    .shoukaip {
        font-size: 3.25vw;
    }

    .shouhin_btns img {
        /* max-width: 600px; */
    }

    .swine_tyui p {
        font-size: 11px;
    }

    .shouhin2_h3 {
        font-size: 4.75vw;
    }

    .shouhin2_div {
        margin: 1rem 0 3rem;
    }

    .shouhin2_div>* {
        width: 80%;
    }

    .shouhin2_body,
    .shouhin2_btns {}
    .btn-contain-shouhin2 {
        height: 70px;
    }

    .shiyou_ul {
        font-size:  clamp(.25rem, calc(0.25rem + 2.3vw), 1rem);
    }
}

@media screen and (max-width: 376px) {
    .banner_p {
        font-size: 4vw;
    }

    .section_time p {
        font-size: 4vw;
    }

    p {
        font-size: 3.5vw;
    }

    .headdiv {
        text-align: center;
    }

    .btn-contain-shouhin2 {
        height: 60px;
    }
}