@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;
    margin: 0;
    font-size: min(calc(16vw / 1300 * 100), 16px);
    color: #595758;
    line-height: 1.5;
    letter-spacing: 0.1em;
    overflow-x: hidden;
}

body.sp-menu-open {
    overflow: 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 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-link-item-util {
    width: auto;
    min-width: min(calc(36vw / 1300 * 100), 36px);
}

.header-link-item-util img {
    width: min(calc(25vw / 1300 * 100), 25px);
}

.header-link-label {
    margin-top: min(calc(2vw / 1300 * 100), 2px);
    font-size: min(calc(10vw / 1300 * 100), 10px);
    color: #fff;
}

.header-link-item+.header-link-item {
    margin-left: min(calc(20vw / 1300 * 100), 20px);
}

.header-menu {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

@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;
    }

    .sp-menu {
        position: fixed;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s;
        z-index: 85;
    }

    .sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .sp-menu-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .sp-menu-content {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(560vw / 750 * 100);
        height: 100%;
        padding: calc(36vw / 750 * 100) calc(124vw / 750 * 100) calc(80vw / 750 * 100);
        background-color: #025b3f;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s;
    }

    .sp-menu.is-open .sp-menu-content {
        transform: translateX(0);
    }

    .sp-menu-close {
        position: absolute;
        top: calc(28vw / 750 * 100);
        right: calc(40vw / 750 * 100);
        width: calc(54vw / 750 * 100);
        height: calc(54vw / 750 * 100);
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    .sp-menu-close::before,
    .sp-menu-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: calc(2vw / 750 * 100);
        background-color: #fff;
        transform-origin: center;
    }

    .sp-menu-close::before {
        transform: translateY(-50%) rotate(45deg);
    }

    .sp-menu-close::after {
        transform: translateY(-50%) rotate(-45deg);
    }

    .sp-menu-util-list {
        display: flex;
        margin-top: calc(96vw / 750 * 100);
        gap: 0 calc(56vw / 750 * 100);
    }

    .sp-menu-util-item {
        width: auto;
    }

    .sp-menu-util-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
    }

    .sp-menu-util-item img {
        width: calc(56vw / 750 * 100);
    }

    .sp-menu-util-label {
        margin-top: calc(12vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
        line-height: 1.1;
    }

    .sp-menu-nav {
        margin-top: calc(55vw / 750 * 100);
        padding-top: calc(78vw / 750 * 100);
        border-top: calc(2vw / 750 * 100) solid rgba(255, 255, 255, 0.9);
    }

    .sp-menu-nav-item+.sp-menu-nav-item {
        margin: calc(60vw / 750 * 100) 0 0;
    }

    .sp-menu-nav-item a {
        font-size: calc(40vw / 750 * 100);
        color: #fff;
    }

    .sp-menu-sns-head {
        margin-top: calc(98vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        color: #fff;
        line-height: 1.1;
    }

    .sp-menu-sns-list {
        display: flex;
        margin-top: calc(40vw / 750 * 100);
        gap: 0 calc(58vw / 750 * 100);
    }

    .sp-menu-sns-item {
        width: auto;
    }

    .sp-menu-sns-item img {
        width: calc(60vw / 750 * 100);
    }

    .sp-menu-sns-item+.sp-menu-sns-item {
        margin-left: 0;
    }
}

/* 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(30vw / 750 * 100);
        bottom: calc(30vw / 750 * 100);
        width: calc(80vw / 750 * 100);
        height: calc(80vw / 750 * 100);
    }

    .page-top-inner::after {
        top: calc(36vw /750 * 100);
        left: calc(30vw /750 * 100);
        width: calc(24vw /750 * 100);
        height: calc(24vw /750 * 100);
        border-bottom: calc(1vw /750 * 100) solid #fff;
        border-right: calc(1vw /750 * 100) solid #fff;
    }
}

/* main-article */
.main-article {
    width: min(calc(1090vw / 1300 * 100), 1090px);
    margin: min(calc(90vw / 1300 * 100), 90px) auto 0;
    padding: min(calc(30vw / 1300 * 100), 30px) 0 min(calc(60vw / 1300 * 100), 60px);
}

.main-article .ttl {
    font-size: min(calc(32vw / 1300 * 100), 32px);
    margin-bottom: min(calc(30vw / 1300 * 100), 30px);
    padding: min(calc(20vw / 1300 * 100), 20px) 0;
    border-bottom: min(calc(1vw / 1300 * 100), 1px) solid #025b3f;
}

@media (max-width: 750px) {
    .main-article {
        width: calc(660vw / 750 * 100);
        margin: calc(90vw / 750 * 100) auto 0;
        padding: calc(10vw / 750 * 100) 0 calc(60vw / 750 * 100);
    }

    .main-article .ttl {
        font-size: calc(36vw / 750 * 100);
        margin-bottom: calc(30vw / 750 * 100);
        padding: calc(50vw / 750 * 100) 0;
        border-bottom: calc(1vw / 750 * 100) solid #025b3f;
    }
}

/* 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);
    }
}

.about-tbl {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #d8d2ca;
    border-left: 1px solid #d8d2ca;
    background: #fff;
}

.about-tbl th,
.about-tbl td {
    vertical-align: top;
    text-align: left;
    padding: 20px 24px;
    border-right: 1px solid #d8d2ca;
    border-bottom: 1px solid #d8d2ca;
    line-height: 1.8;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.about-tbl th {
    width: 28%;
    background: #f7f3ee;
    color: #2f2a26;
    font-weight: 700;
}

.about-tbl td {
    width: 72%;
    color: #595758;
    background: #fff;
}

.about-tbl a {
    color: #025b3f;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.about-tbl .payment-title,
.about-tbl .carriage-title {
    margin: 0 0 6px;
    font-weight: 700;
    color: #2f2a26;
}

.about-tbl .payment-content,
.about-tbl .carriage-content {
    margin: 0;
}

.about-tbl br+br {
    display: block;
    content: "";
    margin-top: 8px;
}

@media (max-width: 750px) {
    .about-tbl,
    .about-tbl tbody,
    .about-tbl tr,
    .about-tbl th,
    .about-tbl td {
        display: block;
        width: 100%;
    }

    .about-tbl {
        border-left: none;
        border-top: none;
    }

    .about-tbl tr {
        margin-bottom: 16px;
        border: 1px solid #d8d2ca;
        background: #fff;
    }

    .about-tbl th,
    .about-tbl td {
        border: none;
        padding: 16px 18px;
    }

    .about-tbl th {
        background: #f7f3ee;
        border-bottom: 1px solid #e3ddd5;
        font-size: 14px;
    }

    .about-tbl td {
        font-size: 14px;
    }
}
/* fv */
.fv {
    background-image: url(https://image.raku-uru.jp/01/17128/40/fv_1773723895047.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(https://image.raku-uru.jp/01/17128/39/fv_sp_1773723894715.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(https://image.raku-uru.jp/01/17128/47/concept_bg_1773723897150.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 80s infinite linear 0.5s both;
}

.concept-bnr-list-box:nth-child(even) .concept-bnr {
    animation: slide-loop-reverse 80s 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(https://image.raku-uru.jp/01/17128/46/concept_bg_sp_1773723896734.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(130vw / 1300 * 100), 130px);
    padding-bottom: min(calc(125vw / 1300 * 100), 125px);
    overflow-x: hidden;
}

.partner-txt-area {
    text-align: center;
}

.partner-head {
    margin-bottom: min(calc(20vw / 1300 * 100), 20px);
}

.partner-txt {
    line-height: 2.2;
}

.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);
    letter-spacing: 0;
}

.partner-slide-img {
    margin-top: min(calc(5vw / 1300 * 100), 5px);
    aspect-ratio: 24 / 11;
    overflow: hidden;
}

.partner-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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-head {
        margin-bottom: calc(45vw / 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);
    }
}

/* partner modal */
body.modal-open {
    overflow: hidden;
}

.partner-modal {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 95;
}

.partner-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    pointer-events: auto;
    z-index: 80;
}

.partner-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.partner-modal-item {
    position: absolute;
    inset: 0;
    padding: min(calc(45vw / 1300 * 100), 45px) min(calc(50vw / 1300 * 100), 50px);
    background-color: #efefef;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
}

.partner-modal-item::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.partner-modal-item.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.partner-modal-content {
    position: relative;
}

.partner-modal-inner {
    position: fixed;
    inset: min(calc(60vw / 1300 * 100), 60px) 0;
    width: min(calc(720vw / 1300 * 100), 720px);
    max-height: calc(100vh - min(calc(120vw / 1300 * 100), 120px));
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 90;
}

.partner-modal-inner.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.partner-modal-close {
    position: absolute;
    top: max(calc(-40vw / 1300 * 100), -40px);
    right: 0;
    color: #fff;
    font-size: min(calc(28vw / 1300 * 100), 28px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    z-index: 100;
}

.partner-modal-close.is-open {
    opacity: 1;
    visibility: visible;
}

.partner-modal-cat {
    display: inline-block;
    padding: min(calc(3vw / 1300 * 100), 3px) min(calc(8vw / 1300 * 100), 8px);
    background-color: #025b3f;
    font-size: min(calc(18vw / 1300 * 100), 18px);
    color: #fff;
}

.partner-modal-head {
    margin-top: min(calc(25vw / 1300 * 100), 15px);
    font-size: min(calc(24vw / 1300 * 100), 24px);
    line-height: 1.4;
}

.partner-modal-main-img {
    margin-top: min(calc(10vw / 1300 * 100), 10px);
}

.partner-modal-summary {
    margin-top: min(calc(15vw / 1300 * 100), 15px);
    padding-bottom: min(calc(18vw / 1300 * 100), 18px);
    border-bottom: min(calc(2vw / 1300 * 100), 2px) solid rgba(2, 91, 63, 0.45);
    line-height: 1.8;
}

.partner-modal-txt {
    margin-top: min(calc(15vw / 1300 * 100), 15px);
    line-height: 2;
}

.partner-modal-sub-img-list {
    display: flex;
    margin-top: min(calc(20vw / 1300 * 100), 20px);
    gap: min(calc(6vw / 1300 * 100), 6px);
}

.partner-modal-sub-img {
    width: min(calc(206vw / 1300 * 100), 206px);
}

@media (max-width: 750px) {
    .partner-modal-inner {
        inset: calc(90vw / 750 * 100) 0 calc(60vw / 750 * 100);
        width: calc(660vw / 750 * 100);
        max-height: calc(100vh - calc(150vw / 750 * 100));
    }

    .partner-modal-item {
        padding: calc(20vw / 750 * 100) calc(18vw / 750 * 100) calc(30vw / 750 * 100);
    }

    .partner-modal-close {
        top: calc(-45vw / 750 * 100);
        font-size: calc(24vw / 750 * 100);
    }

    .partner-modal-content {
        padding-top: calc(48vw / 750 * 100);
    }

    .partner-modal-cat {
        padding: calc(8vw / 750 * 100) calc(15vw / 750 * 100);
        font-size: calc(22vw / 750 * 100);
    }

    .partner-modal-head {
        margin-top: calc(18vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
    }

    .partner-modal-main-img {
        margin-top: calc(20vw / 750 * 100);
    }

    .partner-modal-summary {
        margin-top: calc(18vw / 750 * 100);
        padding-bottom: calc(18vw / 750 * 100);
        border-bottom: calc(2vw / 750 * 100) solid rgba(2, 91, 63, 0.45);
        font-size: calc(22vw / 750 * 100);
        line-height: 1.9;
    }

    .partner-modal-txt {
        margin-top: calc(16vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
        line-height: 2;
    }

    .partner-modal-sub-img-list {
        flex-direction: column;
        margin-top: calc(26vw / 750 * 100);
        gap: calc(12vw / 750 * 100);
    }

    .partner-modal-sub-img {
        width: 100%;
    }
}

/* product */
.product {
    background-color: #025b3f;
    padding: min(calc(130vw / 1300 * 100), 130px) 0;
    overflow-x: hidden;
}

.product-sub-head {
    margin-bottom: min(calc(60vw / 1300 * 100), 60px);
    color: #fff;
    text-align: center;
}

.product-sub-head .small {
    font-size: 20px;
}

.product-head {
    color: #fff;
    text-align: center;
}

.product-head.set-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    letter-spacing: 0;
    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(55vw / 1300 * 100), 55px);
}

.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(10vw / 1300 * 100), 10px);
    width: min(calc(15vw / 1300 * 100), 15px);
    height: min(calc(15vw / 1300 * 100), 15px);
}

.product-set-menu-slider-area .swiper-next {
    right: min(calc(510vw / 1300 * 100), 510px);
}

.product-set-menu-slider-area .swiper-prev {
    left: min(calc(510vw / 1300 * 100), 510px);
}

@media (max-width: 750px) {
    .product {
        padding: calc(85vw / 750 * 100) 0;
    }

    .product-head {
        font-size: calc(32vw / 750 * 100);
    }

    .product-sub-head .small {
        font-size: calc(22vw / 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(https://image.raku-uru.jp/01/17128/105/yorur_ikko_bg_1773723927566.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: min(calc(140vw / 1300 * 100), 140px) 0;
}

.yorur_ikko .inner {
    width: min(calc(1025vw / 1300 * 100), 1025px);
}

.yorur_ikko-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.yorur_ikko-top-txt-area {
    width: min(calc(540vw / 1300 * 100), 540px);
}

.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);
    font-size: min(calc(30vw / 1300 * 100), 30px);
}

.yorur_ikko-txt {
    font-size: min(calc(18vw / 1300 * 100), 18px);
    line-height: 1.8;
}

.yorur_ikko-top-img {
    width: min(calc(430vw / 1300 * 100), 430px);
}

.yorur_ikko-img {
    width: 100%;
    margin-top: min(calc(60vw / 1300 * 100), 60px);
}

.yorur_ikko-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;
}

.yorur_ikko-btn:hover {
    background-color: #797979;
}

.yorur_ikko-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

@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 {
        width: 100%;
        margin-top: calc(60vw / 750 * 100);
    }

    .yorur_ikko-btn {
        width: calc(630vw / 750 * 100);
        height: calc(95vw / 750 * 100);
        margin: calc(60vw / 750 * 100) auto 0;
    }
}

/* 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);
    line-height: 1;
    flex: 0 0 auto;
}

.qa-q::before {
    content: "Q";
    background-color: #025b3f;
    padding-bottom: min(calc(5vw / 1300 * 100), 5px);
    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);
        line-height: 1;
    }

    .qa-q::before {
        padding-bottom: calc(3vw / 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);
    }
}
