@charset "utf-8";

:root {
    --color-main: linear-gradient(to right,
            rgb(254, 127, 126),
            rgb(254, 127, 126) 50%,
            rgb(47, 168, 249) 53%);
    --color-rei: rgb(255, 37, 37);
    --color-rio: rgb(47, 168, 249);
    --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;
    margin: 0 auto;
    line-height: 2em;
    font-size: 19px;
    overflow-x: hidden;
    font-weight: 500;
    position: relative;
    background-color: #043564;
}

section {
    width: 95%;
    margin: 0 auto;
    margin: 6rem auto 0;
    text-align: center;
}

header,
main {
    position: relative;
    z-index: 1;
}

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 1rem;
    font-size: 32px;
    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%;
    overflow-x: hidden;
}

.alldiv {
    font-family: 'Kosugi Maru', "M PLUS 1p", "M PLUS Rounded 1c", "Noto Serif JP", sans-serif;
    transform: rotateZ(0.03deg);
    font-weight: bold;
    font-style: normal;
    margin: 0 auto;
    overflow-x: hidden;
    color: #fff;
    width: 100%;
    max-width: 1920px;
    position: relative;
}



.hidebackground-black {
    opacity: 0;
    transition: all 2s ease-out;
}

.tsparticles {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -5;
}

#spotlight {
    position: fixed;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
}

.all_bg1_div {
    position: relative;
    text-shadow: 1px 1px 1px black !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
    box-shadow:
        -3px 0 14px rgb(255, 37, 37),
        3px 0 14px rgb(47, 168, 249);
}


.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  */
.shape {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: scale(0.8);
}

.cir {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
}

.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: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50%;
    right: 0;
    margin: auto;
    z-index: 100;
}

.btn:active {
    transform: scale(0.9) translate(-55%, -55%);
}

/* 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: 12%;
    left: 0;
    right: 0;
    width: 40%;
    max-width: 400px;
    position: absolute;
    margin: 0 auto;
    margin: auto;
}

.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: 80%;
    max-width: 360px;
}

.shouhin_btns {
    width: 100%;
    justify-content: space-around;
    margin: 2rem auto;
    gap: 1rem;
    padding: 1rem 0;
    filter: drop-shadow(0 0 8px white);

}

.shouhin_btns a {
    height: fit-content;
}

.shouhin_btns img {
    width: 100%;
    max-width: 500px;
}

/* 
.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;
    width: 100%;
}

.shoukai_article {
    width: 100%;
    gap: 1rem;
}

.shoukai_article>* {
    width: 48%;
}

.shoukai_img1 {
    width: 50%;
}

.shoukai_img1 img {
    width: 100%;
}

.shoukai_img2 {
    width: 100%;
}

.shoukai_article div {
    /* white-space: nowrap; */
    padding: 0 0 0 1rem;
}

.article1 {
    justify-content: space-between;
}

.article2 {
    padding-left: 1rem;
    justify-content: flex-end;
}

.shoukaip,
.shoukaih2 {
    background: linear-gradient(to bottom,
            rgb(254, 127, 126),
            rgb(254, 127, 126) 50%,
            rgb(47, 168, 249) 53%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: none;
}

.shoukaip {
    text-align: left;
    font-size: 19px;
    width: fit-content;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto
}

/* 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;
    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;
}

/* 最後の商品ボタン　セクション */
.section_shouhin2 {}

.shouhin2_div {
    gap: 1rem;
    margin-bottom: 2rem;
}

.shouhin2_div>* {
    width: 40%;
}

.shouhin2_div a img {
    width: 100%;
}

.shouhin2_body {
    width: 80%;
    height: 100%;
    justify-content: space-around;
}

.shouhin2_h3 {
    font-size: 36px;
    padding-top: 1rem;
}

.shouhin2_btns {
    gap: 1rem;
    padding: 1rem 0;
}

.shouhin2_btns img {
    width: 50%;
}

.shouhin2_btns a {
    height: fit-content;
}

.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;
    position: relative;
    z-index: 5;
}

.footer_top,
.footer_copyright {
    width: 100%;
    text-align: center;
    margin: 0 0 2rem 0;
}

.footer_top:hover {
    background: linear-gradient(to bottom,
            rgb(254, 127, 126),
            rgb(254, 127, 126) 50%,
            rgb(47, 168, 249) 53%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: none;
}

@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: 3vw;
    }

    .header_description {
        font-size: 2.25vw;
    }

    .header_btn {
        width: 50%;
        margin: 1rem auto;
    }


    .shoukaip {
        font-size: 1.75vw;
        margin-left: auto;
        margin-right: 0;
    }

    .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 {
        top: 36%;
        bottom: 0;
        display: flex;
        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;
        margin: 1rem 0;
    }

    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 {
        margin: 0 auto
    }

    .shouhin_btns img {
        margin: 0 auto;
        max-width: 400px;
    }

    .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;
        flex-direction: column-reverse;
    }
    .shoukai_article>* {
        width: fit-content;
    }

    .shoukaih2 {
        font-size: 5vw;
        text-align: center;
        margin: 0;
        padding: 2rem 0;
    }

    .article1,
    .article2 {
        padding: 0;
    }

    .shoukaip {
        font-size: 3vw;
        text-align: center;
        margin-left: 0;
    }

    .shoukai_img1 {
        width: 75%;
    }

    .shoukai_img2 {
        width: 100%;
        padding-top: 2rem;
    }

    .shouhin2_h3 {
        font-size: 3.5vw;
    }

    .shouhin2_div>* {
        width: 80%;
    }

    .shouhin2_btns {
        width: 80%;
        gap: .5rem;
    }

    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;
    }

    section {
        width: 90%;
        margin: 2rem auto 0;
    }

    .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;
    }

    .shoukaih2 {
        font-size: 6vw;
    }

    .shoukaip {
        font-size: 3.75vw;
    }

    .swine_tyui p {
        font-size: 11px;
    }

    .shouhin2_h3 {
        font-size: 4.75vw;
    }

    .shouhin2_div {
        margin: .5rem 0;
    }

    .shouhin2_div>* {
        width: 80%;
    }

    .btn-contain-shouhin2 {
        height: 70px;
    }

    .shiyou_ul {
        font-size: clamp(.25rem, calc(0.25rem + 2.3vw), 1rem);
    }

    .footer_top,
    .footer_copyright {
        margin: 0 0 1rem 0;
        font-size: 14px;
    }
}

@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;
    }

    .shouhin2_btns {
        width: 100%;
        gap: .5rem;
    }
}