@charset "UTF-8";
@import url("https://unpkg.com/swiper@7/swiper-bundle.min.css");

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* animation */
@keyframes fade-in-bottom {
    0% {
        transform: translateY(min(calc(50vw / 1300 * 100), 50px));
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-loop-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

body {
    position: relative;
    font-family: "Shippori Mincho", serif;
    font-size: min(calc(16vw / 1300 * 100), 16px);
    color: #595758;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    width: 100%;
    vertical-align: top;
    transition: all 0.3s;
}

iframe {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

section {
    position: relative;
}

.show-sp {
    display: none;
}

.inner {
    position: relative;
    width: min(calc(1200vw / 1300 * 100), 1200px);
    margin: 0 auto;
}

.common-sec-sub-head {
    font-size: min(calc(24vw / 1300 * 100), 24px);
    margin-bottom: min(calc(30vw / 1300 * 100), 30px);
    letter-spacing: 0.3em;
}

.common-sec-head {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    margin-bottom: min(calc(40vw / 1300 * 100), 40px);
    line-height: 2;
    letter-spacing: 0.1em;
}

.acc-btn {
    cursor: pointer;
}

.acc-cnt {
    display: none;
}

@media (max-width: 750px) {
    body {
        font-size: calc(26vw / 750 * 100);
    }

    .inner {
        width: calc(660vw / 750 * 100);
    }

    .common-sec-sub-head {
        font-size: calc(24vw / 750 * 100);
        margin-bottom: calc(20vw / 750 * 100);
    }

    .common-sec-head {
        font-size: calc(44vw / 750 * 100);
        margin-bottom: calc(45vw / 750 * 100);
        line-height: 1.7;
    }

    .show-pc {
        display: none !important;
    }

    .show-sp {
        display: block;
    }
}

/* swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: min(calc(10vw / 1300 * 100), 10px);
}

.swiper-pagination-bullet {
    background-color: #025b3f;
    width: min(calc(12vw / 1300 * 100), 12px);
    height: min(calc(12vw / 1300 * 100), 12px);
    margin: 0 min(calc(12vw / 1300 * 100), 12px);
    border: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    vertical-align: middle;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-next,
.swiper-prev {
    position: absolute;
    width: min(calc(10vw / 1300 * 100), 10px);
    height: min(calc(10vw / 1300 * 100), 10px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    cursor: pointer;
    z-index: 11;
}

.swiper-next {
    transform: rotate(-45deg);
}

.swiper-prev {
    transform: rotate(135deg);
}

@media (max-width: 750px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: calc(10vw / 750 * 100);
    }

    .swiper-pagination-bullet {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        margin: 0 calc(8vw / 750 * 100) !important;
        border: calc(1vw / 750 * 100) solid #fff;
    }

    .swiper-next,
    .swiper-prev {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-bottom: calc(2vw / 750 * 100) solid #fff;
        border-right: calc(2vw / 750 * 100) solid #fff;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #025b3f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(calc(84vw / 1300 * 100), 84px);
    padding: 0 min(calc(30vw / 1300 * 100), 30px);
    z-index: 20;
}

.header-logo {
    position: absolute;
    left: min(calc(30vw / 1300 * 100), 30px);
    width: min(calc(39vw / 1300 * 100), 39px);
}

.header-nav {
    display: flex;
}

.header-nav-item a {
    color: #fff;
}

.header-nav-item+.header-nav-item {
    margin-left: min(calc(20vw / 1300 * 100), 20px);
}

.header-link-list {
    position: absolute;
    right: min(calc(30vw / 1300 * 100), 30px);
    display: flex;
}

.header-link-item {
    width: min(calc(25vw / 1300 * 100), 25px);
}

.header-link-item+.header-link-item {
    margin-left: min(calc(20vw / 1300 * 100), 20px);
}

@media (max-width: 750px) {
    .header {
        justify-content: space-between;
        height: calc(90vw / 750 * 100);
        padding: 0 calc(45vw / 750 * 100);
    }

    .header-logo {
        position: static;
        width: calc(46vw / 750 * 100);
    }

    .header-menu {
        width: calc(42vw / 750 * 100);
        line-height: 1;
    }
}

/* page-top */
.page-top {
    position: fixed;
    background-color: #025b3f;
    right: min(calc(30vw / 1300 * 100), 30px);
    bottom: min(calc(30vw / 1300 * 100), 30px);
    width: min(calc(40vw / 1300 * 100), 40px);
    height: min(calc(40vw / 1300 * 100), 40px);
    transition: all 0.3s;
    z-index: 10;
}

.page-top:hover {
    background-color: #797979;
}

.page-top-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.page-top-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: min(calc(18vw / 1300 * 100), 18px);
    left: min(calc(15vw / 1300 * 100), 15px);
    width: min(calc(12vw / 1300 * 100), 12px);
    height: min(calc(12vw / 1300 * 100), 12px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    transform: rotate(-135deg);
}

@media (max-width: 750px) {
    .page-top {
        right: calc(15vw / 750 * 100);
        bottom: calc(15vw / 750 * 100);
        width: calc(40vw / 750 * 100);
        height: calc(40vw / 750 * 100);
    }

    .page-top-inner::after {
        top: calc(18vw /750 * 100);
        left: calc(15vw /750 * 100);
        width: calc(12vw /750 * 100);
        height: calc(12vw /750 * 100);
        border-bottom: calc(1vw /750 * 100) solid #fff;
        border-right: calc(1vw /750 * 100) solid #fff;
    }
}

/* fv */
.fv {
    background-image: url(../img/fv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: min(calc(670vw / 1300 * 100), 670px);
    margin-top: min(calc(84vw / 1300 * 100), 84px);
}

.fv .inner {
    padding-top: min(calc(70vw / 1300 * 100), 70px);
    padding-left: min(calc(80vw / 1300 * 100), 80px);
}

.fv-copy {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.8;
}

@media (max-width: 750px) {
    .fv {
        background-image: url(../img/fv_sp.jpg);
        height: calc(1179vw / 750 * 100);
        margin-top: calc(90vw / 750 * 100);
    }

    .fv .inner {
        padding-top: calc(120vw / 750 * 100);
        padding-left: calc(40vw / 750 * 100);
    }

    .fv-copy {
        font-size: calc(44vw / 750 * 100);
    }
}

/* concept */
.concept {
    display: flex;
    flex-direction: column;
}

.concept-bg {
    background-image: url(../img/concept_bg.png);
    background-size: 1000px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: min(calc(1100vw / 1300 * 100), 1100px);
}

.concept .inner {
    height: 100%;
    padding-top: min(calc(60vw / 1300 * 100), 60px);
}

.concept-txt-area {
    width: min(calc(560vw / 1300 * 100), 560px);
    margin-left: auto;
}

.concept-txt {
    line-height: 2;
}

.concept-txt+.concept-txt {
    margin-top: min(calc(30vw / 1300 * 100), 30px);
}

.concept-img-01 {
    position: absolute;
    top: min(calc(142vw / 1300 * 100), 142px);
    left: max(calc(-121vw / 1300 * 100), -121px);
    width: min(calc(636vw / 1300 * 100), 636px);
}

.concept-img-02 {
    position: absolute;
    bottom: 0;
    left: min(calc(100vw / 1300 * 100), 100px);
    width: min(calc(555vw / 1300 * 100), 555px);
}

.concept-img-03 {
    position: absolute;
    bottom: min(calc(135vw / 1300 * 100), 135px);
    right: max(calc(-20vw / 1300 * 100), -20px);
    width: min(calc(351vw / 1300 * 100), 351px);
}

.concept-bnr-list-list {
    margin-top: min(calc(150vw / 1300 * 100), 150px);
    overflow-x: hidden;
}

.concept-bnr-list {
    display: flex;
}

.concept-bnr-list-box+.concept-bnr-list-box {
    margin-top: min(calc(3vw / 1300 * 100), 3px);
}

.concept-bnr-list-box:nth-child(odd) .concept-bnr {
    animation: slide-loop 40s infinite linear 0.5s both;
}

.concept-bnr-list-box:nth-child(even) .concept-bnr {
    animation: slide-loop-reverse 40s infinite linear 0.5s both;
}

.concept-bnr {
    height: min(calc(405vw / 1300 * 100), 405px);
    flex: 0 0 auto;
}

.concept-bnr img {
    width: auto;
    height: 100%;
}

@media (max-width: 750px) {
    .concept {
        flex-direction: column-reverse;
    }

    .concept-bg {
        background-image: url(../img/concept_bg_sp.jpg);
        background-size: contain;
        height: calc(2164vw / 750 * 100);
    }

    .concept .inner {
        padding-top: calc(90vw / 750 * 100);
    }

    .concept-sub-head {
        margin-bottom: calc(10vw / 750 * 100);
    }

    .concept-head {
        margin-bottom: calc(30vw / 750 * 100);
    }

    .concept-txt-area {
        width: 100%;
    }

    .concept-txt {
        line-height: 1.9;
    }

    .concept-txt+.concept-txt {
        margin-top: calc(50vw / 750 * 100);
    }

    .concept-img-01 {
        top: calc(1102vw / 750 * 100);
        left: calc(0vw / 750 * 100);
        width: calc(558vw / 750 * 100);
    }

    .concept-img-02 {
        left: calc(0vw / 750 * 100);
        width: calc(529vw / 750 * 100);
    }

    .concept-img-03 {
        bottom: calc(399vw / 750 * 100);
        right: calc(27vw / 750 * 100);
        width: calc(351vw / 750 * 100);
    }

    .concept-bnr-list-list {
        margin-top: 0;
    }


    .concept-bnr-list-box+.concept-bnr-list-box {
        margin-top: calc(3vw / 750 * 100);
    }

    .concept-bnr {
        height: calc(245vw / 750 * 100);
    }

}

/* partner */
.partner {
    margin-top: min(calc(150vw / 1300 * 100), 150px);
    padding-bottom: min(calc(125vw / 1300 * 100), 125px);
    overflow-x: hidden;
}

.partner-txt-area {
    margin-top: min(calc(130vw / 1300 * 100), 130px);
    text-align: center;
}

.partner-slider-area {
    position: relative;
    margin-top: min(calc(100vw / 1300 * 100), 100px);
    padding-bottom: min(calc(75vw / 1300 * 100), 75px);
}

.partner-slide-cat {
    display: inline-block;
    padding: min(calc(3vw / 1300 * 100), 3px) min(calc(5vw / 1300 * 100), 5px);
    border: min(calc(1vw / 1300 * 100), 1px) solid #595758;
    line-height: 1;
}

.partner-slide-head {
    margin-top: min(calc(5vw / 1300 * 100), 5px);
    font-size: min(calc(19vw / 1300 * 100), 19px);
}

.partner-slide-img {
    margin-top: min(calc(5vw / 1300 * 100), 5px);
}

.partner-slide-txt {
    height: min(calc(100vw / 1300 * 100), 100px);
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    line-height: 1.7;
}

.partner-slide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #025b3f;
    width: 100%;
    height: min(calc(44vw / 1300 * 100), 44px);
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.partner-slide-btn:hover {
    background-color: #797979;
}

.partner-slider-area .swiper-pagination-bullet {
    background-color: #fff;
    border: min(calc(1vw / 1300 * 100), 1px) solid #797979;
}

.partner-slider-area .swiper-pagination-bullet-active {
    background-color: #797979;
}

.partner-slider-area .swiper-next,
.partner-slider-area .swiper-prev {
    bottom: min(calc(14vw / 1300 * 100), 14px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #797979;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #797979;
}

.partner-slider-area .swiper-next {
    right: min(calc(510vw / 1300 * 100), 510px);
}

.partner-slider-area .swiper-prev {
    left: min(calc(510vw / 1300 * 100), 510px);
}

@media (max-width: 750px) {
    .partner {
        margin-top: calc(15vw / 750 * 100);
        padding-bottom: calc(140vw / 750 * 100);
    }

    .partner-txt-area {
        margin-top: calc(130vw / 750 * 100);
    }

    .partner-txt {
        line-height: 1.8;
    }

    .partner-slider-area {
        width: calc(605vw / 750 * 100);
        margin: calc(95vw / 750 * 100) auto 0;
        padding-bottom: calc(85vw / 750 * 100);
    }

    .partner-slide-cat {
        padding: calc(8vw / 750 * 100) calc(15vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #595758;
    }

    .partner-slide-head {
        margin-top: calc(15vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
    }

    .partner-slide-img {
        margin-top: calc(25vw / 750 * 100);
    }

    .partner-slide-txt {
        height: calc(195vw / 750 * 100);
        margin-top: calc(10vw / 750 * 100);
        line-height: 1.9;
    }

    .partner-slide-btn {
        height: calc(94vw / 750 * 100);
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .partner-slider-area .swiper-pagination-bullet {
        border: calc(1vw / 750 * 100) solid #797979;
    }

    .partner-slider-area .swiper-next,
    .partner-slider-area .swiper-prev {
        bottom: calc(14vw / 750 * 100);
        border-bottom: calc(3vw / 750 * 100) solid #797979;
        border-right: calc(3vw / 750 * 100) solid #797979;
    }

    .partner-slider-area .swiper-next {
        right: calc(160vw / 750 * 100);
    }

    .partner-slider-area .swiper-prev {
        left: calc(160vw / 750 * 100);
    }
}

/* product */
.product {
    background-color: #025b3f;
    padding: min(calc(130vw / 1300 * 100), 130px) 0;
    overflow-x: hidden;
}

.product-sub-head {
    color: #fff;
    text-align: center;
}

.product-head {
    color: #fff;
    text-align: center;
}

.product-head.set-menu {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: min(calc(522vw / 1300 * 100), 522px);
    height: min(calc(60vw / 1300 * 100), 60px);
    margin: 0 auto min(calc(60vw / 1300 * 100), 60px);
    border: min(calc(1vw / 1300 * 100), 1px) solid #fff;
}

.product-txt {
    width: min(calc(910vw / 1300 * 100), 910px);
    margin: min(calc(50vw / 1300 * 100), 50px) auto 0;
    font-size: min(calc(21vw / 1300 * 100), 21px);
    color: #fff;
    line-height: 1.9;
}

.product-box {
    margin-top: min(calc(80vw / 1300 * 100), 80px);
}

.product-grand-menu-slider-area {
    position: relative;
    padding-bottom: min(calc(45vw / 1300 * 100), 45px);
}

.product-grand-menu-slider-cnt {
    width: min(calc(800vw / 1300 * 100), 800px);
    margin: 0 auto;
    overflow-x: hidden;
}

.product-grand-menu-slide {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: min(calc(5vw / 1300 * 100), 5px) min(calc(14vw / 1300 * 100), 14px) min(calc(5vw / 1300 * 100), 5px) min(calc(5vw / 1300 * 100), 5px);
}

.product-grand-menu-img {
    width: min(calc(510vw / 1300 * 100), 510px);
}

.product-grand-menu-details-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(calc(255vw / 1300 * 100), 255px);
    padding-top: min(calc(20vw / 1300 * 100), 20px);
}

.product-grand-menu-head {
    padding-bottom: min(calc(5vw / 1300 * 100), 5px);
    font-size: min(calc(24vw / 1300 * 100), 24px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
}

.product-grand-menu-txt {
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(20vw / 1300 * 100), 20px);
}

.product-grand-menu-allergy-area {
    height: min(calc(75vw / 1300 * 100), 75px);
    margin-top: min(calc(20vw / 1300 * 100), 20px);
}

.product-grand-menu-allergy {
    font-size: min(calc(12vw / 1300 * 100), 12px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) dotted #595758;
}

.product-grand-menu-allergy-icon-list {
    display: flex;
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    gap: 0 min(calc(10vw / 1300 * 100), 10px);
}

.product-grand-menu-allergy-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(calc(4vw / 1300 * 100), 4px);
}

.product-grand-menu-allergy-icon-img {
    height: min(calc(30vw / 1300 * 100), 30px);
}

.product-grand-menu-allergy-icon-img img {
    width: auto;
    height: 100%;
}

.product-grand-menu-allergy-icon-txt {
    font-size: min(calc(10vw / 1300 * 100), 10px);
    line-height: 1;
}

.product-grand-menu-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    width: min(calc(1110vw / 1300 * 100), 1110px);
    margin: min(calc(35vw / 1300 * 100), 35px) auto 0;
    gap: min(calc(10vw / 1300 * 100), 10px);
}

.product-grand-menu-thumbnail-item {
    position: relative;
    background-color: #fff;
    padding: min(calc(2vw / 1300 * 100), 2px);
    cursor: pointer;
}

.product-grand-menu-thumbnail-img {
    width: min(calc(125vw / 1300 * 100), 125px);
    height: min(calc(125vw / 1300 * 100), 125px);
    margin: 0 auto;
    overflow: hidden;
}

.product-grand-menu-thumbnail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-grand-menu-thumbnail-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

.product-grand-menu-thumbnail-item:hover::after {
    background: rgba(0, 0, 0, 0.4);
}

.product-grand-menu-thumbnail-name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: min(calc(10vw / 1300 * 100), 10px);
    left: 0;
    right: 0;
    width: min(calc(120vw / 1300 * 100), 120px);
    height: min(calc(40vw / 1300 * 100), 40px);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}

.product-grand-menu-thumbnail-item:hover .product-grand-menu-thumbnail-name {
    opacity: 1;
}

.product-grand-menu-slider-area .swiper-next,
.product-grand-menu-slider-area .swiper-prev {
    top: min(calc(175vw / 1300 * 100), 175px);
    width: min(calc(20vw / 1300 * 100), 20px);
    height: min(calc(20vw / 1300 * 100), 20px);
}

.product-grand-menu-slider-area .swiper-next {
    right: min(calc(145vw / 1300 * 100), 145px);
}

.product-grand-menu-slider-area .swiper-prev {
    left: min(calc(145vw / 1300 * 100), 145px);
}

.product-limited-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: min(calc(1110vw / 1300 * 100), 1110px);
    margin: min(calc(50vw / 1300 * 100), 50px) auto 0;
}

.product-limited-menu-slider-area {
    position: relative;
    padding-bottom: min(calc(50vw / 1300 * 100), 50px);
}

.product-limited-menu-slider-cnt {
    width: min(calc(630vw / 1300 * 100), 630px);
    margin: 0 auto;
    overflow-x: hidden;
}

.product-limited-menu-slide {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: min(calc(5vw / 1300 * 100), 5px) min(calc(14vw / 1300 * 100), 14px) min(calc(5vw / 1300 * 100), 5px) min(calc(5vw / 1300 * 100), 5px);
}

.product-limited-menu-img {
    width: min(calc(395vw / 1300 * 100), 395px);
}

.product-limited-menu-details-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(calc(205vw / 1300 * 100), 205px);
    padding-top: min(calc(10vw / 1300 * 100), 10px);
}

.product-limited-menu-txt-area,
.product-limited-menu-allergy-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-limited-menu-allergy-area {
    height: min(calc(75vw / 1300 * 100), 75px);
    margin-top: min(calc(20vw / 1300 * 100), 20px);
}

.product-limited-menu-head {
    padding-bottom: min(calc(5vw / 1300 * 100), 5px);
    font-size: min(calc(24vw / 1300 * 100), 24px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
}

.product-limited-menu-txt {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    font-size: min(calc(17vw / 1300 * 100), 17px);
}

.product-limited-menu-allergy {
    font-size: min(calc(12vw / 1300 * 100), 12px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) dotted #595758;
}

.product-limited-menu-allergy-icon-list {
    display: flex;
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    gap: 0 min(calc(10vw / 1300 * 100), 10px);
}

.product-limited-menu-allergy-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(calc(4vw / 1300 * 100), 4px);
}

.product-limited-menu-allergy-icon-img {
    height: min(calc(30vw / 1300 * 100), 30px);
}

.product-limited-menu-allergy-icon-img img {
    width: auto;
    height: 100%;
}

.product-limited-menu-allergy-icon-txt {
    font-size: min(calc(10vw / 1300 * 100), 10px);
    line-height: 1;
}

.product-limited-menu-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    width: min(calc(470vw / 1300 * 100), 470px);
    gap: min(calc(10vw / 1300 * 100), 10px);
}

.product-limited-menu-thumbnail-item {
    position: relative;
    background-color: #fff;
    padding: min(calc(2vw / 1300 * 100), 2px);
    cursor: pointer;
}

.product-limited-menu-thumbnail-img {
    width: min(calc(106vw / 1300 * 100), 106px);
    height: min(calc(106vw / 1300 * 100), 106px);
    margin: 0 auto;
    overflow: hidden;
}

.product-limited-menu-thumbnail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-limited-menu-thumbnail-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

.product-limited-menu-thumbnail-item:hover::after {
    background: rgba(0, 0, 0, 0.4);
}

.product-limited-menu-thumbnail-name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: min(calc(10vw / 1300 * 100), 10px);
    left: 0;
    right: 0;
    width: min(calc(100vw / 1300 * 100), 100px);
    height: min(calc(40vw / 1300 * 100), 40px);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 1;
}

.product-limited-menu-thumbnail-item:hover .product-limited-menu-thumbnail-name {
    opacity: 1;
}

.product-limited-menu-slider-area .swiper-next,
.product-limited-menu-slider-area .swiper-prev {
    bottom: min(calc(11vw / 1300 * 100), 11px);
    width: min(calc(15vw / 1300 * 100), 15px);
    height: min(calc(15vw / 1300 * 100), 15px);
}

.product-limited-menu-slider-area .swiper-next {
    right: min(calc(200vw / 1300 * 100), 200px);
}

.product-limited-menu-slider-area .swiper-prev {
    left: min(calc(200vw / 1300 * 100), 200px);
}

.product-set-menu-slider-area {
    position: relative;
    padding-bottom: min(calc(75vw / 1300 * 100), 75px);
}

.product-set-menu-slider-cnt {
    width: min(calc(682vw / 1300 * 100), 682px);
    margin: 0 auto;
}

.product-set-menu-slide-inner {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #595758;
    padding: min(calc(5vw / 1300 * 100), 5px) min(calc(14vw / 1300 * 100), 14px) min(calc(5vw / 1300 * 100), 5px) min(calc(5vw / 1300 * 100), 5px);
}

.product-set-menu-img {
    width: min(calc(373vw / 1300 * 100), 373px);
}

.product-set-menu-txt-area {
    width: min(calc(268vw / 1300 * 100), 268px);
    padding-top: min(calc(15vw / 1300 * 100), 15px);
}

.product-set-menu-head {
    padding-bottom: min(calc(5vw / 1300 * 100), 5px);
    font-size: min(calc(17vw / 1300 * 100), 17px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
}

.product-set-menu-notes {
    margin-top: min(calc(5vw / 1300 * 100), 5px);
    font-size: min(calc(12vw / 1300 * 100), 12px);
}

.product-set-menu-price {
    font-size: min(calc(22vw / 1300 * 100), 22px);
}

.product-set-menu-price .small {
    font-size: min(calc(16vw / 1300 * 100), 16px);
}

.product-set-menu-postage {
    font-size: min(calc(12vw / 1300 * 100), 12px);
}

.product-set-menu-txt {
    margin-top: min(calc(15vw / 1300 * 100), 15px);
    font-size: min(calc(14vw / 1300 * 100), 14px);
    line-height: 1.7;
}

.product-set-menu-slider-area .swiper-next,
.product-set-menu-slider-area .swiper-prev {
    bottom: min(calc(11vw / 1300 * 100), 11px);
    width: min(calc(15vw / 1300 * 100), 15px);
    height: min(calc(15vw / 1300 * 100), 15px);
}

.product-set-menu-slider-area .swiper-next {
    right: min(calc(200vw / 1300 * 100), 200px);
}

.product-set-menu-slider-area .swiper-prev {
    left: min(calc(200vw / 1300 * 100), 200px);
}

@media (max-width: 750px) {
    .product {
        padding: calc(85vw / 750 * 100) 0;
    }

    .product-head {
        font-size: calc(32vw / 750 * 100);
    }

    .product-head.set-menu {
        width: calc(522vw / 750 * 100);
        height: calc(60vw / 750 * 100);
        margin: 0 auto calc(85vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #fff;
    }

    .product-txt {
        width: 100%;
        margin: calc(40vw / 750 * 100) auto 0;
        font-size: calc(28vw / 750 * 100);
        text-align: center;
        line-height: 1.8;
    }

    .product-box {
        margin-top: calc(80vw / 750 * 100);
    }

    .product-grand-menu-slider-area {
        padding-bottom: calc(65vw / 750 * 100);
    }

    .product-grand-menu-slider-cnt {
        width: 100%;
    }

    .product-grand-menu-slider-cnt .swiper-wrapper {
        align-items: stretch;
    }

    .product-grand-menu-slide {
        flex-direction: column;
        height: auto;
        padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-grand-menu-img {
        width: 100%;
        height: calc(278vw / 750 * 100);
    }

    .product-grand-menu-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .product-grand-menu-details-area {
        width: 100%;
        height: 100%;
        padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-grand-menu-head {
        padding-bottom: calc(10vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #595758;
    }

    .product-grand-menu-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
    }

    .product-grand-menu-allergy-area {
        height: calc(105vw / 750 * 100);
        margin-top: calc(30vw / 750 * 100);
    }

    .product-grand-menu-allergy {
        font-size: calc(17vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) dotted #595758;
    }

    .product-grand-menu-allergy-icon-list {
        margin-top: calc(15vw / 750 * 100);
        padding: 0 calc(15vw / 750 * 100);
        gap: 0 calc(20vw / 750 * 100);
    }

    .product-grand-menu-allergy-icon {
        gap: calc(7vw / 750 * 100);
    }

    .product-grand-menu-allergy-icon-img {
        height: calc(35vw / 750 * 100);
    }


    .product-grand-menu-allergy-icon-txt {
        font-size: calc(20vw / 750 * 100);
    }

    .product-grand-menu-thumbnail-list {
        justify-content: space-between;
        width: 100%;
        margin: calc(20vw / 750 * 100) auto 0;
        gap: calc(15vw / 750 * 100) 0;
    }

    .product-grand-menu-thumbnail-item {
        padding: calc(2vw / 750 * 100);
    }

    .product-grand-menu-thumbnail-img {
        width: calc(150vw / 750 * 100);
        height: calc(115vw / 750 * 100);
    }

    .product-grand-menu-thumbnail-name {
        align-items: flex-end;
        bottom: calc(10vw / 750 * 100);
        width: calc(145vw / 750 * 100);
        height: calc(50vw / 750 * 100);
        font-size: calc(18vw / 750 * 100);
    }

    .product-grand-menu-slider-area .swiper-pagination-bullet {
        width: calc(10vw / 750 * 100);
        height: calc(10vw / 750 * 100);
        margin: 0 calc(4vw / 750 * 100) !important;
    }

    .product-grand-menu-slider-area .swiper-next,
    .product-grand-menu-slider-area .swiper-prev {
        top: auto;
        bottom: calc(17vw / 750 * 100);
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
    }

    .product-grand-menu-slider-area .swiper-next {
        right: calc(145vw / 750 * 100);
    }

    .product-grand-menu-slider-area .swiper-prev {
        left: calc(145vw / 750 * 100);
    }

    .product-limited-menu-inner {
        width: 100%;
        margin: calc(20vw / 750 * 100) auto 0;
        display: block;
    }

    .product-limited-menu-slider-area {
        padding-bottom: calc(65vw / 750 * 100);
    }

    .product-limited-menu-slider-cnt {
        width: 100%;
    }

    .product-limited-menu-slider-cnt .swiper-wrapper {
        align-items: stretch;
    }

    .product-limited-menu-slide {
        flex-direction: column;
        height: auto;
        padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-limited-menu-img {
        width: 100%;
        height: calc(278vw / 750 * 100);
    }

    .product-limited-menu-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .product-limited-menu-details-area {
        width: 100%;
        height: 100%;
        padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-limited-menu-txt-area {
        height: auto;
        margin-top: 0;
    }

    .product-limited-menu-allergy-area {
        height: calc(105vw / 750 * 100);
        margin-top: calc(30vw / 750 * 100);
    }

    .product-limited-menu-head {
        padding-bottom: calc(10vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #595758;
    }

    .product-limited-menu-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
    }

    .product-limited-menu-allergy {
        font-size: calc(17vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) dotted #595758;
    }

    .product-limited-menu-allergy-icon-list {
        margin-top: calc(15vw / 750 * 100);
        padding: 0 calc(15vw / 750 * 100);
        gap: 0 calc(20vw / 750 * 100);
    }

    .product-limited-menu-allergy-icon {
        gap: calc(7vw / 750 * 100);
    }

    .product-limited-menu-allergy-icon-img {
        height: calc(35vw / 750 * 100);
    }

    .product-limited-menu-allergy-icon-txt {
        font-size: calc(20vw / 750 * 100);
    }

    .product-limited-menu-thumbnail-list {
        justify-content: space-between;
        width: 100%;
        margin: calc(20vw / 750 * 100) auto 0;
        gap: calc(15vw / 750 * 100) 0;
    }

    .product-limited-menu-thumbnail-item {
        padding: calc(2vw / 750 * 100);
    }

    .product-limited-menu-thumbnail-img {
        width: calc(150vw / 750 * 100);
        height: calc(115vw / 750 * 100);
    }

    .product-limited-menu-thumbnail-name {
        align-items: flex-end;
        bottom: calc(10vw / 750 * 100);
        width: calc(145vw / 750 * 100);
        height: calc(50vw / 750 * 100);
        font-size: calc(18vw / 750 * 100);
    }

    .product-limited-menu-slider-area .swiper-pagination-bullet {
        width: calc(10vw / 750 * 100);
        height: calc(10vw / 750 * 100);
        margin: 0 calc(4vw / 750 * 100) !important;
    }

    .product-limited-menu-slider-area .swiper-next {
        top: auto;
        bottom: calc(17vw / 750 * 100);
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
        right: calc(145vw / 750 * 100);
    }

    .product-limited-menu-slider-area .swiper-prev {
        top: auto;
        bottom: calc(17vw / 750 * 100);
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
        left: calc(145vw / 750 * 100);
    }

    .product-set-menu-slider-area {
        padding-bottom: calc(75vw / 750 * 100);
    }

    .product-set-menu-slider-cnt {
        width: 100%;
    }

    .product-set-menu-slider-cnt .swiper-wrapper {
        align-items: stretch;
    }

    .product-set-menu-slide {
        height: auto;
        display: flex;
    }

    .product-set-menu-slide-inner {
        flex-direction: column;
        height: 100%;
        padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-set-menu-img {
        width: 100%;
    }

    .product-set-menu-txt-area {
        width: 100%;
        height: 100%;
        padding: calc(20vw / 750 * 100) calc(10vw / 750 * 100);
    }

    .product-set-menu-head {
        padding-bottom: calc(10vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #595758;
    }

    .product-set-menu-notes {
        margin-top: calc(15vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .product-set-menu-price {
        font-size: calc(32vw / 750 * 100);
    }

    .product-set-menu-price .small {
        font-size: calc(26vw / 750 * 100);
    }

    .product-set-menu-postage {
        font-size: calc(14vw / 750 * 100);
    }

    .product-set-menu-txt {
        margin-top: calc(15vw / 750 * 100);
        font-size: calc(25vw / 750 * 100);
        line-height: 1.9;
    }

    .product-set-menu-slider-area .swiper-pagination-bullet {
        width: calc(10vw / 750 * 100);
        height: calc(10vw / 750 * 100);
        margin: 0 calc(4vw / 750 * 100) !important;
    }

    .product-set-menu-slider-area .swiper-next,
    .product-set-menu-slider-area .swiper-prev {
        top: auto;
        bottom: calc(17vw / 750 * 100);
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
    }

    .product-set-menu-slider-area .swiper-next {
        right: calc(145vw / 750 * 100);
    }

    .product-set-menu-slider-area .swiper-prev {
        left: calc(145vw / 750 * 100);
    }
}

/* yorur_ikko */
.yorur_ikko {
    background-image: url(../img/yorur_ikko_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: min(calc(140vw / 1300 * 100), 140px) 0;
}

.yorur_ikko .inner {
    width: min(calc(1240vw / 1300 * 100), 1240px);
}

.yorur_ikko-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.yorur_ikko-top-txt-area {
    width: min(calc(580vw / 1300 * 100), 580px);
}

.yorur_ikko-sub-head {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    margin-bottom: min(calc(20vw / 1300 * 100), 20px);
}

.yorur_ikko-head {
    margin-bottom: min(calc(20vw / 1300 * 100), 20px);
}

.yorur_ikko-txt {
    font-size: min(calc(18vw / 1300 * 100), 18px);
    line-height: 1.8;
}

.yorur_ikko-top-img {
    width: min(calc(570vw / 1300 * 100), 570px);
}

.yorur_ikko-img-list {
    display: flex;
    justify-content: space-between;
    margin-top: min(calc(60vw / 1300 * 100), 60px);
}

.yorur_ikko-img {
    width: min(calc(411vw / 1300 * 100), 411px);
}

.yorur_ikko-ig {
    position: relative;
    margin-top: min(calc(3vw / 1300 * 100), 3px);
}

.yorur_ikko-ig:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.yorur_ikko-ig:hover:after {
    opacity: 1;
}

.yorur_ikko-ig-inner {
    display: block;
    width: 100%;
    height: 100%;
}

.yorur_ikko-ig-hover-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(230vw / 1300 * 100), 230px);
    height: min(calc(52vw / 1300 * 100), 52px);
    font-size: min(calc(26vw / 1300 * 100), 26px);
    color: #fff;
    opacity: 0;
    border: min(calc(1vw / 1300 * 100), 1px) solid #fff;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    letter-spacing: 0.1em;
    z-index: 1;
}

.yorur_ikko-ig:hover .yorur_ikko-ig-hover-txt {
    opacity: 1;
}

@media (max-width: 750px) {
    .yorur_ikko {
        padding: calc(90vw / 750 * 100) 0 calc(150vw / 750 * 100);
    }

    .yorur_ikko .inner {
        width: 100%;
    }

    .yorur_ikko-top {
        flex-direction: column;
        align-items: flex-start;
        width: calc(660vw / 750 * 100);
        margin: 0 auto;
    }

    .yorur_ikko-top-txt-area {
        display: contents;
        width: 100%;
    }

    .yorur_ikko-sub-head {
        font-size: calc(38vw / 750 * 100);
        margin-bottom: calc(20vw / 750 * 100);
    }

    .yorur_ikko-head {
        margin-bottom: calc(50vw / 750 * 100);
        font-size: calc(36vw / 750 * 100);
        order: 1;
    }

    .yorur_ikko-txt {
        margin-top: calc(55vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        line-height: 2;
        order: 3;
    }

    .yorur_ikko-top-img {
        width: 100%;
        order: 2;
    }

    .yorur_ikko-img-list {
        margin-top: calc(60vw / 750 * 100);
    }

    .yorur_ikko-img {
        width: calc(247vw / 750 * 100);
    }

    .yorur_ikko-ig {
        margin-top: calc(3vw / 750 * 100);
    }

    .yorur_ikko-ig:after {
        opacity: 1;
    }

    .yorur_ikko-ig-hover-txt {
        width: calc(230vw / 750 * 100);
        height: calc(52vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #fff;
        opacity: 1;
    }
}

/* qa */
.qa {
    padding: min(calc(140vw / 1300 * 100), 140px) 0 min(calc(60vw / 1300 * 100), 60px);
}

.qa .inner {
    width: min(calc(745vw / 1300 * 100), 745px);
}

.qa-head,
.qa-sub-head {
    text-align: center;
}

.qa-box {
    margin-top: min(calc(65vw / 1300 * 100), 65px);
}

.qa-box-head {
    font-size: min(calc(26vw / 1300 * 100), 26px);
}

.qa-box-list {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
}

.qa-box-item {}

.qa-q,
.qa-a {
    display: flex;
    padding: min(calc(15vw / 1300 * 100), 15px) 0;
}

.qa-q {
    align-items: center;
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
}

.qa-q::before,
.qa-a::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(40vw / 1300 * 100), 40px);
    height: min(calc(40vw / 1300 * 100), 40px);
    margin-right: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(26vw / 1300 * 100), 26px);
    flex: 0 0 auto;
}

.qa-q::before {
    content: "Q";
    background-color: #025b3f;
    color: white;
}

.qa-q::after {
    content: "";
    display: block;
    width: min(calc(15vw / 1300 * 100), 15px);
    height: min(calc(15vw / 1300 * 100), 15px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
    border-right: min(calc(1vw / 1300 * 100), 1px) solid #595758;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.active .qa-q::after {
    transform: rotate(-135deg);
}

.qa-q-txt {
    width: min(calc(650vw / 1300 * 100), 650px);
    font-size: min(calc(18vw / 1300 * 100), 18px);
}

.qa-a::before {
    content: "A";
    color: #595758;
}

.qa-a-txt {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
}

@media (max-width: 750px) {
    .qa {
        padding: calc(90vw / 750 * 100) 0 calc(60vw / 750 * 100);
    }

    .qa .inner {
        width: calc(660vw / 750 * 100);
    }

    .qa-box {
        margin-top: calc(55vw / 750 * 100);
    }

    .qa-box-head {
        font-size: calc(34vw / 750 * 100);
        text-align: center;
    }

    .qa-box-list {
        margin-top: calc(5vw / 750 * 100);
    }

    .qa-q,
    .qa-a {
        padding: calc(15vw / 750 * 100) 0;
    }

    .qa-q {
        border-bottom: calc(1vw / 750 * 100) solid #595758;
    }

    .qa-q::before,
    .qa-a::before {
        width: calc(40vw / 750 * 100);
        height: calc(40vw / 750 * 100);
        margin-right: calc(20vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
    }

    .qa-q::after {
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #595758;
        border-right: calc(1vw / 750 * 100) solid #595758;
    }

    .qa-q-txt {
        width: calc(580vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
    }

    .qa-a-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }
}

/* about */
.about {
    padding: min(calc(60vw / 1300 * 100), 60px) 0 min(calc(140vw / 1300 * 100), 140px);
}

.about .inner {
    width: min(calc(1020vw / 1300 * 100), 1020px);
}

.about-sub-head,
.about-head {
    text-align: center;
}

.about-box {
    display: flex;
    justify-content: space-between;
    margin-top: min(calc(90vw / 1300 * 100), 90px);
}

.about-box-img {
    width: min(calc(394vw / 1300 * 100), 394px);
}

.about-box-txt-area {
    width: min(calc(555vw / 1300 * 100), 555px);
}

.about-box-head {
    font-size: min(calc(26vw / 1300 * 100), 26px);
}

.about-box-txt {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    line-height: 1.8;
}

.about-box-sns-list {
    display: flex;
    align-items: center;
    margin-top: min(calc(15vw / 1300 * 100), 15px);
    gap: 0 min(calc(15vw / 1300 * 100), 15px);
}

.about-box-sns-item {
    width: min(calc(27vw / 1300 * 100), 27px);
}

.about-map {
    width: 100%;
    height: min(calc(465vw / 1300 * 100), 465px);
    margin-top: min(calc(90vw / 1300 * 100), 90px);
}

@media (max-width: 750px) {
    .about {
        padding: calc(60vw / 750 * 100) 0 calc(110vw / 750 * 100);
    }

    .about .inner {
        width: calc(660vw / 750 * 100);
    }

    .about-box {
        flex-direction: column;
        margin-top: calc(55vw / 750 * 100);
    }

    .about-box-img {
        width: 100%;
    }

    .about-box-txt-area {
        width: calc(555vw / 750 * 100);
        margin: calc(70vw / 750 * 100) auto 0;
        text-align: center;
    }

    .about-box-head {
        font-size: calc(34vw / 750 * 100);
    }

    .about-box-txt {
        margin-top: calc(50vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
        line-height: 1.7;
    }

    .about-box-sns-list {
        justify-content: center;
        margin-top: calc(35vw / 750 * 100);
        gap: 0 calc(25vw / 750 * 100);
    }

    .about-box-sns-item {
        width: calc(60vw / 750 * 100);
    }

    .about-map {
        height: calc(490vw / 750 * 100);
        margin-top: calc(80vw / 750 * 100);
    }
}

/* business */
.business {
    background-color: #f3f3f3;
    padding: min(calc(130vw / 1300 * 100), 130px) 0;
}

.business .inner {
    width: min(calc(1030vw / 1300 * 100), 1030px);
}

.business-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.business-top-txt-area {
    width: min(calc(550vw / 1300 * 100), 550px);
}

.business-sub-head {
    margin-bottom: min(calc(10vw / 1300 * 100), 10px);
    font-size: min(calc(17vw / 1300 * 100), 17px);
}

.business-head {
    margin-bottom: min(calc(20vw / 1300 * 100), 20px);
    padding-bottom: min(calc(15vw / 1300 * 100), 15px);
    font-size: min(calc(26vw / 1300 * 100), 26px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #025b3f;
}

.business-txt {
    margin-top: min(calc(25vw / 1300 * 100), 25px);
    line-height: 1.9;
}

.business-lineup {
    font-size: min(calc(20vw / 1300 * 100), 20px);
    margin-top: min(calc(30vw / 1300 * 100), 30px);
}

.business-top-img {
    width: min(calc(430vw / 1300 * 100), 430px);
}

.business-top-img-sp {
    display: none;
}

.business-btn {
    background-color: #025b3f;
    width: min(calc(320vw / 1300 * 100), 320px);
    height: min(calc(50vw / 1300 * 100), 50px);
    margin: min(calc(60vw / 1300 * 100), 60px) auto 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.business-btn:hover {
    background-color: #797979;
}

.business-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media (max-width: 750px) {
    .business {
        padding: calc(105vw / 750 * 100) 0 calc(70vw / 750 * 100);
    }

    .business .inner {
        width: calc(660vw / 750 * 100);
    }

    .business-top {
        flex-direction: column;
    }

    .business-top-txt-area {
        width: 100%;
    }

    .business-sub-head {
        margin-bottom: calc(30vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .business-head {
        margin-bottom: calc(20vw / 750 * 100);
        padding-bottom: calc(60vw / 750 * 100);
        font-size: calc(40vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #025b3f;
        line-height: 1.5;
    }

    .business-txt {
        margin-top: calc(60vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
    }

    .business-lineup {
        font-size: calc(32vw / 750 * 100);
        margin-top: calc(20vw / 750 * 100);
    }

    .business-top-img {
        width: 100%;
        margin-top: calc(65vw / 750 * 100);
    }

    .business-btn {
        width: 100%;
        height: calc(95vw / 750 * 100);
        margin: calc(75vw / 750 * 100) auto 0;
        font-size: calc(36vw / 750 * 100);
    }
}

/* footer */
.footer {
    background-color: #025b3f;
    padding: min(calc(40vw / 1300 * 100), 40px) 0;
}

.footer-link-list {
    display: flex;
    justify-content: center;
    gap: 0 min(calc(20vw / 1300 * 100), 20px);
}

.footer-link-item {
    display: flex;
    gap: 0 min(calc(20vw / 1300 * 100), 20px);
}

.footer-link-item a {
    color: #fff;
}

.footer-link-item+.footer-link-item::before {
    content: "/";
    color: #fff;
}

.footer-copyright {
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(14vw / 1300 * 100), 14px);
    color: #fff;
    text-align: center;
}

@media (max-width: 750px) {
    .footer {
        padding: calc(50vw / 750 * 100) 0;
    }

    .footer-link-list {
        flex-wrap: wrap;
        gap: calc(20vw / 750 * 100) calc(20vw / 750 * 100);
    }

    .footer-link-item {
        gap: 0 calc(20vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .footer-copyright {
        margin-top: calc(35vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }
}

/* item-detail */
.item-detail {
    margin-top: min(calc(84vw / 1300 * 100), 84px);
    padding: min(calc(30vw / 1300 * 100), 30px) 0 min(calc(60vw / 1300 * 100), 60px);
}

.item-detail .inner {
    width: min(calc(1090vw / 1300 * 100), 1090px);
}

.item-detail-pankuzu {
    display: flex;
    align-items: center;
    gap: 0 min(calc(20vw / 1300 * 100), 20px);
}

.item-detail-pankuzu-item {
    font-size: min(calc(16vw / 1300 * 100), 16px);
}

.item-detail-pankuzu-item+.item-detail-pankuzu-item::before {
    content: "/";
    margin-right: min(calc(20vw / 1300 * 100), 20px);
}

.item-detail-pankuzu-item a {
    color: #025b3f;
}

.item-detail-main {
    display: flex;
    justify-content: space-between;
    margin: min(calc(90vw / 1300 * 100), 90px) auto 0;
}

.item-detail-main-img-area {
    overflow-x: hidden;
    width: min(calc(490vw / 1300 * 100), 490px);
}

.item-detail-main-img-thumbnail-list {
    display: flex;
    gap: 0 min(calc(10vw / 1300 * 100), 10px);
    margin-top: min(calc(10vw / 1300 * 100), 10px);
}

.item-detail-main-img-thumbnail-item {
    width: min(calc(110vw / 1300 * 100), 110px);
    cursor: pointer;
}

.item-detail-main-head {
    padding-bottom: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(32vw / 1300 * 100), 32px);
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #595758;
    line-height: 1;
}

.item-detail-main-desc-area {
    width: min(calc(556vw / 1300 * 100), 556px);
}

.item-detail-main-desc {
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    font-size: min(calc(16vw / 1300 * 100), 16px);
}

.item-detail-main-price {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
    font-size: min(calc(22vw / 1300 * 100), 22px);
}

.item-detail-main-price-num {
    margin-left: min(calc(10vw / 1300 * 100), 10px);
    font-size: min(calc(32vw / 1300 * 100), 32px);
}

.item-detail-main-count {
    display: flex;
    align-items: center;
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    gap: 0 min(calc(5vw / 1300 * 100), 5px);
}

.item-detail-main-count-txt {
    margin-right: min(calc(15vw / 1300 * 100), 15px);
    font-size: min(calc(20vw / 1300 * 100), 20px);
}

.item-detail-main-count-minus,
.item-detail-main-count-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(35vw / 1300 * 100), 35px);
    height: min(calc(35vw / 1300 * 100), 35px);
    background-color: #797979;
    color: #fff;
    font-size: min(calc(20vw / 1300 * 100), 20px);
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.item-detail-main-count-num {
    width: min(calc(35vw / 1300 * 100), 35px);
    height: min(calc(35vw / 1300 * 100), 35px);
    font-size: min(calc(20vw / 1300 * 100), 20px);
    color: #595758;
    border: min(calc(1vw / 1300 * 100), 1px) solid #797979;
    text-align: center;
}

.item-detail-main-count-num::-webkit-inner-spin-button,
.item-detail-main-count-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.item-detail-main-btn {
    background-color: #025b3f;
    width: min(calc(320vw / 1300 * 100), 320px);
    height: min(calc(62vw / 1300 * 100), 62px);
    margin-top: min(calc(40vw / 1300 * 100), 40px);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.item-detail-main-btn:hover {
    background-color: #797979;
}

.item-detail-main-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: min(calc(20vw / 1300 * 100), 20px);
    color: #fff;
}

.item-detail-desc {
    margin-top: min(calc(90vw / 1300 * 100), 90px);
}

.item-detail-desc-head {
    font-size: min(calc(26vw / 1300 * 100), 26px);
}

.item-detail-desc-txt {
    margin-top: min(calc(30vw / 1300 * 100), 30px);
    padding: min(calc(20vw / 1300 * 100), 20px) 0;
    border-top: min(calc(1vw / 1300 * 100), 1px) solid #595758;
    line-height: 1.8;
}

@media (max-width: 750px) {
    .item-detail {
        margin-top: calc(90vw / 750 * 100);
        padding: calc(10vw / 750 * 100) 0 calc(60vw / 750 * 100);
    }

    .item-detail .inner {
        width: calc(660vw / 750 * 100);
    }

    .item-detail-pankuzu {
        gap: 0 calc(20vw / 750 * 100);
    }

    .item-detail-pankuzu-item {
        font-size: calc(22vw / 750 * 100);
    }

    .item-detail-pankuzu-item+.item-detail-pankuzu-item::before {
        margin-right: calc(20vw / 750 * 100);
    }

    .item-detail-main {
        flex-direction: column;
        margin: calc(45vw / 750 * 100) auto 0;
    }

    .item-detail-main-img-area {
        width: 100%;
    }

    .item-detail-main-img-thumbnail-list {
        gap: 0 calc(10vw / 750 * 100);
        margin-top: calc(15vw / 750 * 100);
    }

    .item-detail-main-img-thumbnail-item {
        width: calc(145vw / 750 * 100);
    }

    .item-detail-main-head {
        padding-bottom: calc(20vw / 750 * 100);
        font-size: calc(44vw / 750 * 100);
        border-bottom: calc(1vw / 750 * 100) solid #595758;
    }

    .item-detail-main-desc-area {
        width: 100%;
        margin: calc(60vw / 750 * 100) auto 0;
    }

    .item-detail-main-desc {
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        line-height: 1.7;
    }

    .item-detail-main-price {
        margin-top: calc(50vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
    }

    .item-detail-main-price-num {
        margin-left: calc(10vw / 750 * 100);
        font-size: calc(36vw / 750 * 100);
    }

    .item-detail-main-count {
        margin-top: calc(40vw / 750 * 100);
        gap: 0 calc(5vw / 750 * 100);
    }

    .item-detail-main-count-txt {
        margin-right: calc(20vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
    }

    .item-detail-main-count-minus,
    .item-detail-main-count-plus {
        width: calc(45vw / 750 * 100);
        height: calc(45vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .item-detail-main-count-num {
        width: calc(45vw / 750 * 100);
        height: calc(45vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #797979;
    }

    .item-detail-main-btn {
        width: 100%;
        height: calc(110vw / 750 * 100);
        margin-top: calc(60vw / 750 * 100);
    }

    .item-detail-main-btn-inner {
        font-size: calc(34vw / 750 * 100);
    }

    .item-detail-desc {
        margin-top: calc(50vw / 750 * 100);
    }

    .item-detail-desc-head {
        font-size: calc(36vw / 750 * 100);
    }

    .item-detail-desc-txt {
        margin-top: calc(30vw / 750 * 100);
        padding: calc(50vw / 750 * 100) 0;
        border-top: calc(1vw / 750 * 100) solid #595758;
    }
}