@charset "UTF-8";

/* ==========================================================================
共通
========================================================================== */

html {
    scroll-behavior: smooth;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}


.flex {
    display: flex;
}

.fl_left {
    float: left
}

#new .flex {
    display: block;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

#new li {
    width: 500px;
    float: left;
}


.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}

.red {
    color: #d90303;
    font-size: 24px;
    line-height: 36px;
}

.bold {
    font-weight: 700;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.mh10 {
    margin: 10px 0;
}

.pw10 {
    padding: 0 20;
}

.pwl160 {
    padding-left: 160px;
}

#new .new_mark_wrap {
    position: relative;
}

.new_mark {
    position: absolute;
    background-color: #d90303;
    color: #ffffff !important;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 5%;
    top: 5%;
}

@media screen and (max-width: 767px) {}



/* ==========================================================================
ミニスナックゴールドコンテンツ内
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

:root {
    --color-brown: #995C3D;
    --color-browndark: #663014;
    --color-gold: #CC9933;
    --color-red: #E51739;
}

.sp-br {
    display: none;
}

#minisnackgold {
    background-color: #FAF7F0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: var(--color-browndark);
}

h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 44px;
    font-weight: 700;
    color: var(--color-gold);
    margin: 0;
}

h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

/*kv*/
.kv {
    display: grid;
    place-content: center;
    background-color: #ffffff;
}

.kv img {
    width: 100%;
    max-width: 1220px;
    height: auto;
}

/*intro*/
.intro {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin: 70px auto;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: var(--color-brown);
}

/*menu*/
.menu {
    max-width: 1120px;
    width: 95%;
    margin: 80px auto;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
}

.menu ul li {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    width: 32%;
    text-align: center;
    border-right: solid 1px #E51739;
}

.menu ul li:last-child {
    border-right: none;
}

.menu ul li a {
    display: block;
    color: var(--color-red) !important;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    transition: 0.3s;
    position: relative;
}

.menu ul li a:hover {
    text-decoration: none !important;
    opacity: 0.6;
}

.arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-gold);
    border-right: 2px solid var(--color-gold);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/*title area*/
.sub-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-gold);
    margin: 0;
    text-align: center;
}

.title-area {
    margin: 0px 0px 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

}

.title-decoration {
    display: flex;
    gap: 16px;
}

.title-decoration img {
    width: 32px;
    height: auto;
}


/*about*/
.about {
    margin-top: 120px;
    padding: 0 0 200px 0;
    background: url("../img/grgr-bg.webp");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;

}

.red-title {
    color: var(--color-red);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.about-contents {
    text-align: center;
    margin-bottom: 60px;
}

.about-img {
    width: 100%;
    max-width: 1220px;
    height: 100%;
    object-fit: contain;
}

.about-img-sp {
    display: none;
}

.about-contents2 {
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5vw;

}

.about2-img img {
    width: 31.94vw;
    height: auto;
    max-width: 460px;
}

.about-contents2 .flex-left {
    width: 340px;
}

.about-contents2 .about-img {
    width: 460px;
}

.about-contents2 .flex-right {
    width: 340px;
}

.column {
    border: solid 3px #663014;
    border-radius: 40px;
    background-color: #FAF7F0;
    width: 62.3%;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    padding: 60px;
}

.column h3 img {
    width: 292px;
    height: auto;
    position: absolute;
    top: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.center-box {
    width: fit-content;
    margin: 0 auto;
}

.caption {
    margin-top: 10px;
}

.about-contents3 img {
    width: 360px;
    margin-top: 40px;
}

/*making*/
#making {
    background-color: #ffffff;
    padding-top: 80px;
}

.making-contents {
    max-width: 1220px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.making .flow {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 100px;
}

.making .flow li {
    width: 30%;
    max-width: 400px;
    list-style: none;
}

.making .flow li .making-ex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.making .flow li .making-ex p {
    margin: 0;
}

.making .flow li .making-ex .number {
    color: var(--color-red);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    margin: 0;
}


.making .flow li img {
    width: 100%;
}

#movie {
    width: 100%;
    height: auto;
    position: relative;
}

#movie video {
    max-width: 400px;
    border-radius: 40px;
    object-fit: fill;
    aspect-ratio: 16 / 11;
    width: 100%;
}

#movie-button {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    /*親要素に対する位置指定*/
    cursor: pointer;
    /*カーソルを指に変更*/
    z-index: 1;
}

.movie-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.making-contents2 {
    margin-bottom: 100px;
    background-color: #ffffff;
}

.making-contents2 img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 30px;

}

.frame {
    background-color: #FAF7F0;
    padding-bottom: 120px;
}

.frame img {
    width: 100%;
    object-fit: cover;

}

/*lineup*/
.lineup {
    background: url("../img/grgr-bg2.webp");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;

    padding-bottom: 160px;
}

.lineup-contets {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 100px;

}

.lineup-contets .item1 img {
    width: 232px;
    height: auto;
}

.lineup-contets .item2 img {
    width: 338px;
    height: auto;
}

.lineup-contets .item p {
    text-align: center;
    margin-top: 10px;
}

.other-item {
    display: grid;
    place-content: center;
    padding-bottom: 30px;
}

.other-item .grit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: fit-content;
    place-items: center;
}

.grid-item img {
    width: 180px;
    display: block;
}

.grid-item {
    width: fit-content;
}

.other-item .item1 {
    grid-column: 1;
    grid-row: 1;
}

.other-item .item2 {
    grid-column: 2;
    grid-row: 1;
}

.other-item .item3 {
    grid-column: 3;
    grid-row: 1;
}

.other-item .item4 {
    grid-column: 1;
    grid-row: 2;
}

.other-item .item5 {
    grid-column: 2;
    grid-row: 2;
}

.other-item .item6 {
    grid-column: 3;
    grid-row: 2;
}

@media screen and (max-width: 420px) {

    /*about*/
    .about {
        background: url("../img/grgr-bg-sp.webp");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        padding: 0 0 120px 0;
        margin-top: 100px;
    }

    /*lineup*/
    .lineup {
        background: url("../img/grgr-bg2-sp.webp");
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 100px;
    }

}

@media screen and (max-width: 767px) {

    #minisnackgold {
        width: 100%;
        font-size: clamp(14px, 4.27vw, 16px);
        line-height: 1.8;
        margin: 0;
    }

    h2 {
        font-size: clamp(20px, 7.6vw, 40px);
        text-align: center;
        line-height: 8vw;
    }

    h3 {
        font-size: 5vw;
    }

    .sp-br {
        display: block;
    }


    /*intro*/
    .intro {
        font-size: clamp(16px, 4.8vw, 28px);
        line-height: 8.35vw;
        margin: 30px 0;
    }

    /*menu*/
    .menu {
        margin: 50px auto;
    }

    .menu ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .menu ul li {
        border: 2px solid #995C3D;
        border-radius: 50px;
        background-color: #ffffff;
        width: 85.33vw;
        height: 17.07vw;
        margin: 0 auto;
    }

    .menu ul li:last-child {
        border-right: 2px solid #995C3D;
    }

    .menu ul li a {
        font-size: 4.8vw;
    }

    /*title area*/
    .sub-title {
        font-size: clamp(14px, 5.33vw, 28px);
        line-height: 50px;
    }

    .title-area {
        margin: 0;
    }

    .title-decoration {
        gap: 2vw;
    }

    .title-decoration img {
        width: 7.3vw;
        height: auto;
    }


    .decoration-pc {
        display: none;
    }

    /*about*/

    .red-title {
        font-size: 4.8vw;
        margin: 0;
    }

    .about-contents {
        width: 90%;
        margin: 0 auto;
    }

    .about-img {
        display: none;
    }

    .about-img-sp {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .about-contents2 {
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 60px 10px;
        flex-direction: column;
        align-items: center;
        gap: 5vw;
    }

    .about2-img {
        margin: 0 auto;
    }

    .about2-img img {
        width: 100%;
    }

    .about-contents2 .flex-left {
        width: 100%;
    }

    .about-contents2 .flex-right {
        width: 100%;
    }



    .flex-left {
        order: 1;
    }

    .flex-right {
        order: 2;
    }

    .column {
        width: 80%;
        padding: 10vw 20px 40px 20px;
        border-radius: 30px;
        margin: 0 auto;
    }

    .column h3 img {
        width: 69vw;
        max-width: 260px;
        min-width: 180px;
    }

    .about-contents3 img {
        width: 85vw;
        max-width: 250px;
        margin-top: 20px;
    }

    .caption {
        font-size: min(3.73vw, 13px);
    }


    /*making*/
    #making {
        padding: 20px 0 0 0;
        margin-top: -1px;
    }

    .making .flow {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .making .flow li {
        width: 100%;
    }

    #movie-button {
        width: 40px;
        height: 40px;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);
    }

    .making .flow li .making-ex p {
        margin-top: 5px;
    }

    .making .flow li .making-ex .number {
        line-height: 80px;
    }

    .making-contents2 {
        margin-bottom: 60px;
    }


    .frame {
        padding-bottom: 40px;
    }


    /*lineup*/
    .lineup-contets {
        padding-top: 50px;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 80px;
    }

    .lineup-contets .item p {
        margin-top: 0;
    }

    .lineup-contets .item1 img {
        width: 61.87vw;
    }

    .lineup-contets .item2 img {
        width: 84vw;
    }

    .other-item .grit-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: fit-content;
        place-items: center;
    }

    .grid-item img {
        width: 37vw;
    }

    .other-item .item1 {
        grid-column: 1;
        grid-row: 1;
    }

    .other-item .item2 {
        grid-column: 1;
        grid-row: 2;
    }

    .other-item .item3 {
        grid-column: 1;
        grid-row: 3;
    }

    .other-item .item4 {
        grid-column: 2;
        grid-row: 1;
    }

    .other-item .item5 {
        grid-column: 2;
        grid-row: 2;
    }

    .other-item .item6 {
        grid-column: 2;
        grid-row: 3;
    }
}