@charset "UTF-8";
/* CSS Document */
section {
    padding-bottom: 20px;
}
.kv {
    background: url("/common/img/2x/kv@2x.webp") no-repeat center bottom;
    background-size: cover;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(50% / 10) calc(50% / 10);
}
.kvtext img, .kvtext svg {
    max-width: 416px;
    height: 100%;
}
.kvtext {
    display: flex;
    justify-content: center;
}
@keyframes scrollBall {
    0% {
        transform: translateY();
    }
    100% {
        transform: translateY(100px) rotate(135deg);
        opacity: 0;
    }
}
.scrolldown {
    position: relative;
    height: auto;
    margin-top: 50px;
    text-align: center;
}
.scrolldown span {
    position: relative;
    display: flex;
    justify-content: center;
}
.scrolldown span::after {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    animation-name: scrollBall;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.13, 0.43, 0.46, 0.91);
    animation-iteration-count: infinite;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(135deg);
}
.scrolldown a {
    color: #fff;
    font-family: 'helvetica', sans-serif;
}
.scrolldown a:hover {
    color: #bc9b34;
}
main section p {
    font-size: clamp(1.1rem, 1.6vw, 1.9rem);
    line-height: 1.42;
    font-family: 'helvetica-neue', sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 1.4em;
    text-align: justify;
    overflow-wrap: break-word;
}
.grid {
    display: grid;
}
/*quality
----------------------------------*/
#quality {
    margin: 0px;
    position: relative;
}
#quality .qlinner {
    padding-bottom: 80px;
}
#quality .bgb {
    color: var(--primary-color);
    max-width: 1070px;
    padding-top: 120px;
    background-size: cover;
    position: relative;
}
#quality::before {
    content: '';
    background: #A30000;
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}
#quality h2 {
    position: relative;
    z-index: 1;
    margin-bottom: -48px;
}
#quality .qlkv {
    margin-top: -70px;
}
#quality .imgsection {
    position: relative;
}
#quality h3 {
    bottom: 0;
    margin: -40px 0 40px 0px;
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: clamp(1.7rem, 3vw, 4.7rem);
    text-align: center;
    line-height: 1.23;
    position: relative;
}
#quality .grid {
    grid-template-columns: 240px 1fr;
    grid-column-gap: 30px;
    padding: 0 30px;
}
#quality .ql-g-pr p {
    line-height: 1.48;
    letter-spacing: 0.05em;
}
/*menu
----------------------------------*/
#menu {
    position: relative;
    padding-bottom: 250px;
    padding-top: 110px;
}
#menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: -1;
}
#menu .gmhead {
    padding: 20px 0 50px;
}
#menu .toppinghead {
    padding: 130px 0 30px;
}
#menu .grid.gm {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 35px;
}
#menu dl dd {
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(1.2rem, 2vw, 2.4rem);
    line-height: 1;
    margin-top: 0px;
    color: var(--second-color);
}
#menu .grid.topping {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}
#menu .menulogo {
    text-align: center;
}
/*about
----------------------------------*/
#about {
    color: #fff;
    position: relative;
    padding-bottom: 180px;
    background: url("/common/img/1x/footerbg.png");
}
#about h2 {
    padding: 160px 0 60px;
}
#about::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}
#about .aboutblandlogo {
    margin-bottom: 30px;
}
#about .aboutinfo {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 196px 1fr 117px;
    border: 1px solid var(--primary-color);
    padding: 40px 50px;
    position: relative;
    z-index: 0;
    margin-top: 50px;
    grid-template-areas: "a b c"
}
#about .aboutinfo .tgallogo {
    grid-area: a;
}
#about .aboutinfo dl {
    display: flex;
    flex-direction: column;
    grid-area: b;
}
#about .aboutinfo dl dt {
    margin-top: 15px;
}
#about .aboutinfo dl dd {
    margin-top: auto;
    line-height: 1.5;
}
#about .aboutinfo ul {
    margin-top: auto;
    grid-area: c;
}
#about .aboutinfo ul li:first-child {
    margin-bottom: 10px;
}
#about .aboutinfo ul a {
    color: var(--bland-color);
    background: var(--primary-color);
    font-family: 'helvetica-bold', sans-serif;
}
/*fermented
----------------------------------*/
#fermented {
    position: relative;
    padding-bottom: 90px;
}
#fermented p {
    text-align: justify;
    overflow-wrap: break-word;
}
#fermented h2 {
    font-family: "trajan-pro-3", serif;
    font-size: clamp(2.5rem, 4vw, 4.7rem);
    margin: 45px 0 20px;
    line-height: 1;
}
#fermented .fermentedtext {
    margin-bottom: 50px;
}
/*contact
----------------------------------*/
#contact {
    background: var(--primary-color);
    padding: 110px 0 100px;
}
#contact h2 {
    margin-bottom: 20px;
}
@media (768px <=width <=1170px) {
    #quality .grid {
        grid-template-columns: 20vw 1fr;
    }
    #about .aboutinfo {
        padding: 40px 20px;
    }
}
@media screen and (max-width:768px) {
    .kv {
        background: url("/common/img/1x/kvsp.png") no-repeat;
        background-size: cover;
        height: 100svh;
        margin: 0;
    }
    .kvtext {
        width: 187px;
    }
    .kvtext img, .kvtext svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    .scrolldown a {
        font-size: 1rem;
    }
    .scrolldown span::after {
        height: 20px;
        width: 20px;
    }
    .scrolldown p {
        text-align: center;
    }
    .scrolldown {
        position: absolute;
        bottom: 110px;
        left: 0;
        right: 0;
    }
    /*menu
----------------------------------*/
    #menu {
        padding-bottom: 60px;
        padding-top: 30px;
    }
    #menu .grid.gm, #menu .grid.topping {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 10px;
    }
    #menu .container1235 {
        padding: 0;
        margin-top: 0;
    }
    #menu dl dt {
        line-height: 1;
    }
    #menu dl dd {
        margin-top: 5px;
        line-height: 1.2;
    }
    #menu dl dt img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    #menu .menulogo {
        text-align: center;
        width: calc((100% - 60%)/2);
        margin: auto;
    }
    #menu h2 {
        padding: 50px 40px 10px;
    }
    #menu .gmhead {
        padding: 0px 0 10px;
    }
    #menu .gmhead img {
        width: 191px
    }
    #menu .toppinghead {
        padding: 70px 50px 10px;
    }
    #menu .toppinghead img {
        width: 128px;
    }
    #menu .appetizers img {
        width: 191px;
    }
    /*about
----------------------------------*/
    #about {
        padding-bottom: 50px;
    }
    #about h2 {
        padding: 35px 0px 25px;
    }
    #about h2 img {
        width: 176px;
    }
    #about .aboutinfo {
        grid-template-columns: 16vw 1fr;
        padding: 20px 20px;
        grid-gap: 30px;
        margin-top: 30px;
    }
    #about .aboutinfo dt img {
        width: 120px;
    }
    #about .aboutinfo dl dt {
        margin-top: 5px;
    }
    #about .aboutinfo dl dd {
        margin-top: auto;
        line-height: 1.4;
        font-size: clamp(1rem, 1.6vw, 1.6rem);
        letter-spacing: 0;
    }
    #about .aboutinfo ul {
        margin-top: auto;
        grid-area: c;
        display: flex;
        justify-content: center;
    }
    #about .aboutinfo ul a {
        max-width: 77px;
        padding: 2px 2px 0;
    }
    #about .aboutinfo ul li {
        margin: 0 10px;
    }
    #about .aboutinfo ul li:first-child {
        margin-bottom: 0;
    }
    #about .aboutblandlogo {
        margin-bottom: 10px;
    }
    #about .aboutinfo .tgallogo {
        grid-area: a;
        line-height: 1;
    }
    /*quality
----------------------------------*/
    #quality {
        margin: 0;
        padding-bottom: 0px;
    }
    #quality .qlinner {
        padding-bottom: 20px;
    }
    #quality .container1235 {
        margin: 0px 20px 0px;
        padding: 10px 20px;
    }
    #quality h2 {
        padding: 30px 40px 30px;
        margin-bottom: -60px;
    }
    #quality h2 img {
        width: 182px;
    }
    #quality h3 {
        margin: -22px 0 10px;
        line-height: 1.3;
    }
    #quality .grid {
        grid-template-columns: 1fr;
        grid-column-gap: 30px;
        padding: 0;
    }
    #quality .ql-g-img {
        display: none;
    }
    #quality .ql-g-pr p {
        letter-spacing: 0;
    }
    /*fermented
----------------------------------*/
    #fermented {
        padding-bottom: 70px;
    }
    #fermented .container {
        padding: 0 40px;
    }
    #fermented h2 {
        text-align: center;
        line-height: 1.2;
        margin: 25px 0 15px;
    }
    #fermented .fermentedtext {
        margin-bottom: 30px;
    }
    #fermented h2 img {
        width: 263px;
    }
    /*contact
----------------------------------*/
    #contact {
        padding: 40px 0 50px;
    }
    #contact img {
        width: 131px;
    }
    #contact h2 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 580px) {
    #about .aboutinfo ul {
        margin-top: auto;
        grid-area: c;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #about .aboutinfo ul li {
        margin: 0px 0;
    }
    #about .aboutinfo ul li:first-child {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    p {
        text-align: justify;
        overflow-wrap: break-word;
    }
    #about .aboutinfo ul {
        margin-top: auto;
        grid-area: c;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    #about .aboutinfo ul li {
        margin: 10px 10px 0;
    }
    #about .aboutinfo {
        grid-template-areas:
            "a b"
            "c c";
        grid-template-columns: 23vw 1fr;
        grid-gap: 13px;
    }
}
@media screen and (max-width: 375px) {}