@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
    html {
        font-size: 0.86vw;
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 55%;
        font-size: 2.35vw;
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    background: #9BC6CA;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* .container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
} */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .container {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}



/* @media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
} */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 767px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 767px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 767px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.f_YuMincho {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.f_YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.column_outside_right {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_right {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_right {
        margin-left: 0;
    }
}

.column_outside_left {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

@media only screen and (max-width: 1140px) {
    .column_outside_left {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .column_outside_left {
        margin-left: 0;
    }
}

/*
bl_******************************/

.bl_title_medium {
    font-size: 1.6rem;
    color: #99cc00;
    padding: 2.0rem 2.3rem 2.1rem;
    border: 1px solid #99cc00;
}

.bl_title_small {
    font-size: 1.6rem;
    color: #99cc00;
    background: #eeeeee;
    padding: 2.0rem 2.3rem 2.1rem;
    margin-top: 5rem;
    border-left: 7px solid #ccc;
}

.bl_title_medium:not(:first-child) {
    margin-top: 5.0rem;
}

.bl_text {
    padding-top: 2.0rem;
}

.bl_img {
    padding-top: 2.0rem;
}

.bl_span {
    color: #693;
}

/* bl_column */

.bl_column_box {
    padding-top: 2.0rem;
}

.bl_column_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bl_column_width {
    width: 50%;
    padding: 0 15px;
}

@media only screen and (max-width: 480px) {
    .bl_column_width {
        width: 100%;
    }

    .bl_column_width:not(:first-child) {
        padding-top: 2.0rem;
    }
}

.bl_column_width.bl_column_width_img {
    max-width: 325px;
}

.bl_column_flex_reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 -15px;
}

/*
header******************************/

.header_content {
    position: absolute;
    z-index: 30;
    padding: 2.8rem 0 0 5.0rem;
}

.header_logo_img {
    width: 9.9rem;
}

/* nav-toggle */

.nav-toggle {
    position: relative;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: difference;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        height: 26px;
    }
}

.nav-toggle>div {
    position: relative;
    width: 31px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle>div {
        width: 26px;
    }
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 14px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(2) {
        top: 10px;
    }
}

.nav-toggle span:nth-child(3) {
    top: 28px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(3) {
        top: 20px;
    }
}

.nav-toggle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 200;
    top: 4.7rem;
    right: 9.6rem;
    background-color: transparent;
    mix-blend-mode: difference;
}

@media screen and (max-width: 1400px) {
    .nav-toggle_box {
        top: 2.9rem;
        right: 5.0rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-toggle_box {
        top: 1.9rem;
        right: 2.0rem;
    }
}

.nav-toggle_text {
    font-size: 0.8rem;
    padding-top: 0.8rem;
}

.menu {
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 48.0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100vw;
    }
}

.menu nav {
    position: absolute;
    top: 15rem;
}

.menu__item {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    text-align: left;
    margin-top: 4rem;
}

.menu__item a {
    display: block;
    color: #fff;
    transition: color .6s ease;
    font-size: 1.8rem;
}

.menu__item a:hover {
    color: #666;
}

.menu__item:first-child {
    margin-top: 0;
    text-align: center;
    padding-bottom: 4rem;
}

.menu__item:last-of-type {
    margin-bottom: 10rem;
}

.menu__item {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

.menu__item span {
    display: block;
    font-size: 1.0rem;
}

/* is-active */

.menu.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.is-active.nav-toggle span {
    background: #fff;
}

.is-active.nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-active.nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.is-active.nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*
top-kv******************************/

.top-kv {
    position: relative;
    background: url(../images/top-kv.jpg) no-repeat;
    width: 100%;
    height: 123.2rem;
    background-size: cover;
    background-position: top center;
}

@media screen and (max-width: 767px) {
    .top-kv {
        height: 106.2rem;
    }
}

.top-kv_inner {
    width: -webkit-calc(100% - 6.0rem);
    width: calc(100% - 6.0rem);
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.top-kv_flex {
    width: 100%;
    height: 102rem;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

@media screen and (max-width: 767px) {
    .top-kv_flex {
        flex-flow: column;
        justify-content: center;
    }
}

.top-kv_left {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top-kv_left {
        width: 100%;
    }
}

.top-kv_right {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .top-kv_right {
        width: 100%;
    }
}

.top-kv_logo {
    max-width: 66.2rem;
}

.top-kv_menu_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 3.0rem;
}

@media screen and (max-width: 767px) {
    .top-kv_menu_content {
        flex-flow: column;
        justify-content: flex-end;
    }
}

.top-kv_menu_name {
    font-size: 4.2rem;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #101010;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .top-kv_menu_name {
        font-size: 2.94rem;
        margin-right: auto;
    }
}

.top-kv_menu_name span {
    font-size: 2.2rem;
    display: block;
}

.top-kv_menu_price {
    font-size: 4.4rem;
    padding-left: 2.0rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .top-kv_menu_price {
        font-size: 3.08rem;
        margin-left: auto;
    }
}

.top-kv_award {
    margin: auto;
    max-width: 65.8rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .top-kv_award {
        max-width: 31.9rem;
    }
}

.top-kv_award img {
    position: relative;
    z-index: 2;
}

.top-kv_award::after {
    content: "";
    position: absolute;
    background: url(../images/kv_kumo.png) no-repeat;
    width: 82.8rem;
    height: 49.8rem;
    background-size: 82.8rem 49.8rem;
    left: -25%;
    top: -25px;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .top-kv_award::after {
        content: "";
        position: absolute;
        background: url(../images/kv_kumo.png) no-repeat;
        width: 82.8rem;
        height: 49.8rem;
        background-size: 57.96rem 34.86rem;
        left: -25%;
        top: -13px;
        z-index: 0;
    }
}

/*
bg_en******************************/

.bg_en {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -24rem;
    margin-bottom: -0.1rem;
}

.bg_en img {
    width: 100vw;
}

/*
top-aboutus******************************/

.top-aboutus {
    position: relative;
    background: #9BC6CA;
}

.top-aboutus::before {
    position: absolute;
    background: url(../images/bg_en.png) no-repeat;
    width: 100%;
    background-size: cover;
}

.top-aboutus_inner {
    width: -webkit-calc(100% - 6.0rem);
    width: calc(100% - 6.0rem);
    max-width: 1140px;
    margin: 0 auto;
}

.top-aboutus_flex {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

@media screen and (max-width: 767px) {
    .top-aboutus_flex {
        flex-flow: column;
        justify-content: flex-end;
    }
}

.top-aboutus_left {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top-aboutus_left {
        width: 100%;
    }
}

.top-aboutus_right {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .top-aboutus_right {
        width: 100%;
    }
}

.top-aboutus_img {
    max-width: 73.8rem;
    position: relative;
    z-index: 3;
}

.top-aboutus_img img {
    position: relative;
    z-index: 3;
}

.top-aboutus_img::after {
    content: "";
    position: absolute;
    background: url(../images/aboutus_img_kumo.png) no-repeat;
    width: 109.7rem;
    height: 62.0rem;
    background-size: 109.7rem 62.0rem;
    left: -56%;
    top: -230px;
    z-index: 0;
}

@media screen and (max-width: 480px) {
    .top-aboutus_img::after {
        background-size: 65.82rem 37.2rem;
        top: -137px;
    }
}

.top-aboutus_catch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .top-aboutus_catch {
        justify-content: center;
    }
}

.top-aboutus_catch img {
    position: relative;
    z-index: 2;
}

.top-aboutus_catch::before {
    content: "";
    position: absolute;
    background: url(../images/aboutus_catch_kumo.png) no-repeat;
    width: 109.7rem;
    height: 62.0rem;
    background-size: 109.7rem 62.0rem;
    left: -53%;
    top: -25px;
    z-index: 0;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .top-aboutus_catch::before {
        left: -10%;
    }
}

@media screen and (max-width: 480px) {
    .top-aboutus_catch::before {
        left: -61%;
    }
}

.top-aboutus_catch::after {
    position: absolute;
    content: '';
    background: url(../images/catch_img.png) no-repeat;
    width: 40.0rem;
    height: 15.9rem;
    background-size: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 0;
}

.top-aboutus_catch_main {
    position: relative;
    max-width: 22.4rem;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .top-aboutus_catch_main {
        right: -2rem;
    }
}

.top-aboutus_catch_sub {
    position: relative;
    max-width: 10.5rem;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .top-aboutus_catch_sub {
        left: -2rem;
    }
}

/*
top-deliveryProduct******************************/

.top-deliveryProduct {
    position: relative;
}

.top-deliveryProduct_main {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
    margin-top: -1.0rem;
}

.top-deliveryProduct_main_img {
    position: relative;
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
}

.top-deliveryProduct_main_BasqueCheesecake {
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 0;
    padding-top: 13.0rem;
}

@media screen and (max-width: 767px) {
    .top-deliveryProduct_main_BasqueCheesecake {
        padding-top: 4rem;
    }
}

.top-deliveryProduct_main_kumo_left {
    justify-self: flex-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    position: relative;
    top: 200px;
    left: -200px;
}

@media screen and (max-width: 767px) {
    .top-deliveryProduct_main_kumo_left {
        top: 100px;
    }
}

.top-deliveryProduct_main_kumo_right {
    justify-self: flex-end;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    position: relative;
    top: -200px;
    right: -200px;
}

@media screen and (max-width: 767px) {
    .top-deliveryProduct_main_kumo_right {
        top: -100px;
    }
}

.kumo_animation {
    animation: floating-x 14.4s ease-in-out infinite alternate-reverse;
}

.kumo_animation img {
    animation: floating-y 3.6s ease-in-out infinite alternate-reverse;
}


@keyframes floating-x {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(10%);
    }
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}

/*
top-menu******************************/

.top-menu {
    padding-top: clamp(4.8rem, 4.1666vw, 8.0rem);
    position: relative;
    z-index: 5;
}

.top-menu_panel {
    position: relative;
    padding: 5.4rem 2.8rem 5.0rem;
    background: url(../images/bg_menu.png);
    background-size: contain;
    border-radius: 3.6rem;
    border: 2px solid #fff;
}

.top-menu_panel::before {
    position: absolute;
    content: "";
    background: url(../images/menu_lineup.png) no-repeat;
    width: 22.8rem;
    height: 13.4rem;
    background-size: 22.8rem 13.4rem;
    top: 1.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
    .top-menu_panel::before {
        background-size: 80%;
        background-position: center;
    }
}

.top-menu_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    column-gap: 8.0rem;
    row-gap: 6.4rem;
}

@media screen and (max-width: 767px) {
    .top-menu_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .top-menu_list {
        column-gap: 1rem;
        row-gap: 2.4rem;
    }
}

.top-menu_item {
    position: relative;
    z-index: 1;
}

.top-menu_item_img {
    display: grid;
    place-content: center;
    place-items: center;
    width: 16.3rem;
    height: 10.6rem;
    margin: auto;
}

.top-menu_item_title {
    font-size: 2.0rem;
    padding-top: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: Algerian;
}

@media screen and (max-width: 767px) {
    .top-menu_item_title {
        font-size: 1.6rem;
    }
}

.top-menu_item_line {
    text-align: center;
    padding-top: 0.8rem;
}

.top-menu_item_category {
    font-size: 1.7rem;
    padding-top: 0.6vrem;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .top-menu_item_category {
        font-size: 1.4rem;
    }
}

.top-menu_item_price {
    font-size: 1.7rem;
    padding-top: 1.5rem;
    text-align: center;
    color: #fff;
}

.top-menu_item_link {
    text-align: center;
    padding-top: 2.0rem;
}

.top-menu_item_link a {
    display: block;
    margin: auto;
}

/*
top-thought******************************/

.top-thought {
    margin-top: calc(clamp(6.0rem, 5.2083vw, 10.0rem) * -1);
    position: relative;
    z-index: 5;
}

.top-thought_panel {
    position: relative;
    border-radius: 7.6rem;
    border: 2px solid #fff;
    background: url(../images/bg_thought_panel.png) repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .top-thought_panel {
        border-radius: 3.8rem;
    }
}

.top-thought_panel_header {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

.top-thought_panel_bg {
    position: relative;
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    margin-top: 17.0rem;
}

@media screen and (max-width: 480px) {
    .top-thought_panel_bg {
        margin-top: 8rem;
    }
}

.top-thought_panel_bg img {
    border-radius: 0 0 7.6rem 7.6rem;
}

@media screen and (max-width: 767px) {
    .top-thought_panel_bg img {
        height: 127rem;
        object-fit: cover;
        border-radius: 0 0 3.8rem 3.8rem;
    }
}

@media screen and (max-width: 480px) {
    .top-thought_panel_bg img {
        height: 146rem;
        object-fit: cover;
        object-position: 60%;
    }
}

.top-thought_panel_header_inner {
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    max-width: 102.4rem;
}

.top-thought_BasqueCheesecake_signboard {
    margin: auto;
    max-width: 80.4rem;
}

.BasqueCheesecake_signboard_side {
    position: relative;
}

.BasqueCheesecake_signboard_side::before {
    content: "";
    position: absolute;
    background: url(../images/BasqueCheesecake_signboard_side_01.png) no-repeat;
    width: 18.0rem;
    height: 10.1rem;
    background-size: 18.0rem 10.1rem;
    top: 4.0rem;
    left: -12rem;
}

@media screen and (max-width: 480px) {
    .BasqueCheesecake_signboard_side::before {
        background-size: 9rem 5.05rem;
        top: 2rem;
        left: -5rem;
    }
}


.BasqueCheesecake_signboard_side::after {
    content: "";
    position: absolute;
    background: url(../images/BasqueCheesecake_signboard_side_02.png) no-repeat;
    width: 21.8rem;
    height: 9.6rem;
    background-size: 21.8rem 9.6rem;
    top: 4.0rem;
    right: -14rem;
}

@media screen and (max-width: 480px) {
    .BasqueCheesecake_signboard_side::after {
        background-size: 10.9rem 4.8rem;
        top: 2rem;
        right: -18rem;
    }
}


.top-thought_heading {
    max-width: 45.8rem;
    padding-top: 4.0rem;
    padding-bottom: 2.5rem;
}

.top-thought_box {
    max-width: 70.1rem;
}

.top-thought_title {
    font-size: 2.7rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 1.8rem;
}

.top-thought_text {
    font-size: 2.1rem;
    padding-top: 2.0rem;
}

/* .top-thought_panel_content_bg {
    position: relative;
    background: url(../images/thought_panel_content_bg.png) no-repeat;
    width: 114.1rem;
    height: 86.4rem;
} */

.top-thought_img_content {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

.top-thought_img_content_left {
    position: relative;
    justify-self: flex-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    max-width: 78.8rem;
    height: auto;
}

.top-thought_img_content_right {
    justify-self: flex-end;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    max-width: 57.8rem;
    height: auto;
}

.top-thought_grid {
    position: relative;
    display: grid;
    place-items: center;
    align-items: end;
    position: relative;
    top: -3rem;
}

.top-thought_grid_left {
    position: relative;
    justify-self: flex-start;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    max-width: 50.8rem;
    height: 20.2rem;
}

.top-thought_grid_right {
    justify-self: flex-end;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    max-width: 58.5rem;
}

@media screen and (max-width: 480px) {
    .top-thought_grid_left_img {
        position: relative;
        top: 9.0rem;
    }
}

/*
top-detailed******************************/

.top-detailed {
    padding-top: 9.0rem;
    padding-top: clamp(6.3rem, 4.6875vw, 9.0rem);

}

.top-detailed_panel {
    position: relative;
    border-radius: 7.6rem;
    border: 2px solid #fff;
    background: url(../images/bg_detailed_panel.png) repeat;
    background-size: contain;
    padding-bottom: clamp(9.24rem, 8.02083vw, 15.4rem);
}

@media screen and (max-width: 480px) {
    .top-detailed_panel {
        border-radius: 3.8rem;
    }
}

.top-detailed_panel_header {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

.top-detailed_panel_bg {
    position: relative;
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
}

.top-detailed_panel_bg img {
    border-radius: 7.6rem 7.6rem 0 0;
}

@media screen and (max-width: 767px) {
    .top-detailed_panel_bg img {
        height: 52rem;
        object-fit: cover;
        border-radius: 3.8rem 3.8rem 0 0;
    }
}

@media screen and (max-width: 480px) {
    .top-detailed_panel_bg img {
        height: 39rem;
        object-fit: cover;
        object-position: 60%;
    }
}

.top-detailed_panel_header_inner {
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    max-width: 102.4rem;
}

.top-detailed_BasqueCheesecake_signboard {
    position: relative;
    margin: auto;
    max-width: 80.4rem;
}

.top-detailed_heading_content {
    text-align: center;
}

.top-detailed_heading_content_flex {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .top-detailed_heading_content_flex {
        flex-flow: column;
        justify-content: flex-end;
    }
}

.top-detailed_heading_content_left {
    width: 70%;
}

@media screen and (max-width: 767px) {
    .top-detailed_heading_content_left {
        width: 100%;
    }
}

.top-detailed_heading_content_right {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .top-detailed_heading_content_right {
        width: 100%;
    }
}

.top-detailed_heading {
    margin: auto;
    max-width: 59.4rem;
}

.top-detailed_award {
    margin: auto;
    max-width: 31.9rem;
}

.top-detailed_box:not(:first-child) {
    padding-top: 2.9rem;
}

.top-detailed_title {
    font-size: 4.4rem;
    font-size: clamp(3.08rem, 2.2916vw, 4.4rem);
    color: #fff;
    border-bottom: 3px solid #fff;
    font-weight: bold;
}

.top-detailed_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.0rem;
}

@media screen and (max-width: 767px) {
    .detailed_flex_01 {
        flex-direction: column-reverse;
    }

    .detailed_flex_03 {
        flex-direction: column-reverse;
    }
}

.top-detailed_img {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .top-detailed_img {
        width: 100%;
    }
}

.top-detailed_text {
    width: 50%;
    font-size: 2.3rem;
    text-align: left;
    padding-right: 4.0rem;
}

@media screen and (max-width: 767px) {
    .top-detailed_text {
        width: 100%;
        padding-top: 3.0rem;
        padding-right: 0;
    }

    .detailed_text_01 {
        padding-top: 5.0rem;
    }
}

.detailed_text_01 {
    padding-right: 12.8rem;
}

@media screen and (max-width: 767px) {
    .detailed_text_01 {
        padding-right: 0;
    }
}

.detailed_text_02 {
    padding-left: 4.0rem;
}

@media screen and (max-width: 767px) {
    .detailed_text_02 {
        padding-left: 0;
    }
}

.detailed_text_03 {
    padding-right: 4.0rem;
}

@media screen and (max-width: 767px) {
    .detailed_text_03 {
        padding-right: 0;
    }
}

.detailed_text_04 {
    padding-left: 4.0rem;
}

@media screen and (max-width: 767px) {
    .detailed_text_04 {
        padding-left: 0;
    }
}

.top-detailed_text-small {
    font-size: 1.6rem;
}

.top-detailed_text hr {
    margin: 2.8rem 0px 3.0rem;
}

.detailed_img_01 {
    position: relative;
}

.detailed_img_01::before {
    content: "";
    position: absolute;
    background: url(../images/detailed_box_01_img.png) no-repeat;
    width: 24.5rem;
    height: 19.3rem;
    background-size: 24.5rem 19.3rem;
    bottom: -2.9rem;
    left: -11rem;
}

@media screen and (max-width: 767px) {
    .detailed_img_01::before {
        left: -4rem;
    }
}

@media screen and (max-width: 480px) {
    .detailed_img_01::before {
        background-size: 70%;
        bottom: -8.9rem;
    }
}

.detailed_img_03 {
    position: relative;
}

.detailed_img_03::before {
    content: "";
    position: absolute;
    background: url(../images/detailed_box_03_img.png) no-repeat;
    width: 45.1rem;
    height: 18.6rem;
    background-size: 45.1rem 18.6rem;
    bottom: -2.9rem;
    left: 6%;
}

@media screen and (max-width: 767px) {
    .detailed_img_03::before {
        left: 18%;
    }
}

@media screen and (max-width: 480px) {
    .detailed_img_03::before {
        bottom: -8.9rem;
        left: 9%;
        background-size: 65%;

    }
}

.detailed_text_03_img {
    width: 37.3rem;
    height: 24.5rem;
}

/*
top-lineup******************************/

.top-lineup {
    padding-top: clamp(6.3rem, 4.6875vw, 9.0rem);
}

.top-lineup_panel {
    position: relative;
    border-radius: 7.6rem 7.6rem 0 0;
    padding-bottom: clamp(9.0rem, 10.4166vw, 20rem);
    background: #fff;
}

@media screen and (max-width: 480px) {
    .top-lineup_panel {
        border-radius: 3.8rem 3.8rem 0 0;
    }
}

.top-lineup_panel_header {
    position: relative;
    display: grid;
    place-items: center;
    align-items: start;
}

.top-lineup_panel_bg {
    position: relative;
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 1;
    margin-top: -1.0rem;
}

.top-lineup_panel_bg img {
    border-radius: 7.6rem 7.6rem 0 0;
}

@media screen and (max-width: 767px) {
    .top-lineup_panel_bg img {
        height: 31rem;
        object-fit: cover;
        border-radius: 3.8rem 3.8rem 0 0;
    }
}

@media screen and (max-width: 480px) {
    .top-lineup_panel_bg img {
        height: 19rem;
        object-fit: cover;
        object-position: 60%;
    }
}

.top-lineup_panel_header_inner {
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2;
    width: -webkit-calc(100% - 3.0rem);
    width: calc(100% - 3.0rem);
    max-width: 102.4rem;
}

.top-lineup_BasqueCheesecake_signboard {
    margin: auto;
    max-width: 80.4rem;
}

.top-lineup_heading_content {
    text-align: center;
}

.top-lineup_heading {
    margin: auto;
    max-width: 50.5rem;
    width: 50%;
}

.top-lineup_title {
    font-size: 3.9rem;
    font-size: clamp(2.73rem, 2.0312vw, 3.9rem);
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.top-lineup_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.6rem;
    column-gap: 2.0rem;
    row-gap: 6.0rem;
}

@media screen and (max-width: 767px) {
    .top-lineup_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .top-lineup_list {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1rem;
        row-gap: 2.4rem;
    }
}

.top-lineup_item {
    position: relative;
    z-index: 1;
    max-width: 44.8rem;
    margin: auto;
}

.top-lineup_item_img {}

.top-lineup_item_title {
    font-size: 2.7rem;
    padding-top: 4.0rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.top-lineup_item_price {
    font-size: 2.7rem;
    padding-top: 1.0rem;
    text-align: center;
    color: #000;
}

.top-lineup_item_text {
    font-size: 2.1rem;
    text-align: left;
    color: #000;
    border-bottom: 1px solid#69431A;
    padding-top: 1.6rem;
    padding-bottom: 2.8rem;
}

.online_shop_content {
    padding-top: 3.6rem;
}

.online_shop_list {
    display: grid;
    column-gap: 0.8rem;
    row-gap: 1.0rem;
    margin: 0;
}

.online_shop_item:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / span 2;
    width: 50%;
    margin: auto;
    padding-right: 0.5rem;
    padding-bottom: 0.9rem;
}

.online_shop_item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
}

.online_shop_item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}

.online_shop_item:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
}

.online_shop_item:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
}

/*
loop_img_small******************************/

.loop_img_small {
    position: relative;
    height: 15.7rem;
    height: clamp(9.42rem, 8.177083vw, 15.7rem);
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2.7rem;
}

@media screen and (max-width: 480px) {
    .loop_img_small {
        width: 103.38rem;
    }
}

.loop_img_small_img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    /* width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px); */
    height: 15.7rem;
    height: clamp(9.42rem, 8.177083vw, 15.7rem);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-image: url("../images/loop_img_small.png");
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: loop_img 100s linear 0s infinite;
    animation: loop_img 100s linear 0s infinite;
    /* opacity: 0.6; */
}

@-webkit-keyframes loop_img {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -728px top;
    }
}

@keyframes loop_img {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -728px top;
    }
}

/*
loop_img_large******************************/

.loop_img_large {
    position: relative;
    height: 17.2rem;
    height: clamp(10.32rem, 8.9583vw, 17.2rem);
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2.7rem;
}

@media screen and (max-width: 480px) {
    .loop_img_large {
        width: 1588.2rem;
    }
}

.loop_img_large_img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    /* width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px); */
    /* height: 17.2rem;
    height: 8.9583vw; */
    height: clamp(10.32rem, 8.9583vw, 17.2rem);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-image: url("../images/loop_img_large.png");
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: loop_img 100s linear 0s infinite;
    animation: loop_img 100s linear 0s infinite;
}

/*
slide_content_small******************************/

.slide_content_small {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15.7rem;
    height: 8.177vw;
    margin-top: 2.7rem;
}

@media screen and (min-width: 1921px) {
    .slide_content_small {
        height: 15.7rem;
    }
}

@media screen and (max-width: 480px) {
    .slide_content_small {
        height: 10.32rem;
    }
}

.slide_list_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide-small 200s infinite linear 1s both;
    animation: loop-slide-small 200s infinite linear 1s both;
}

.slide_item_small {
    width: 21.5rem;
    height: 15.7rem;
    width: 11.197vw;
    height: 8.177vw;
}

@media screen and (min-width: 1921px) {
    .slide_item_small {
        width: 21.5rem;
        height: 15.7rem;
    }
}

@media screen and (max-width: 480px) {
    .slide_item_small {
        width: 14.2rem;
        height: 9.42rem;
    }
}

@-webkit-keyframes loop-slide-small {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop-slide-small {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slide-paused:hover .slide_list_small {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide_item_small:hover {
    cursor: pointer;
}

/*
slide_content_large******************************/

.slide_content_large {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17.2rem;
    height: 8.9583vw;
    margin-top: -5.72916vw;
}

@media screen and (min-width: 1921px) {
    .slide_content_large {
        height: 17.2rem;
    }
}

@media screen and (max-width: 480px) {
    .slide_content_large {
        height: 10.32rem;
    }
}

.slide_list_large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide-large 200s infinite linear 1s both;
    animation: loop-slide-large 200s infinite linear 1s both;
}

.slide_item_large {
    width: 23.6rem;
    height: 17.2rem;
    width: 12.29166vw;
    height: 8.9583vw;
}

@media screen and (min-width: 1921px) {
    .slide_item_large {
        width: 23.6rem;
        height: 17.2rem;
    }
}

@media screen and (max-width: 480px) {
    .slide_item_large {
        width: 14.2rem;
        height: 10.32rem;
    }
}

@-webkit-keyframes loop-slide-large {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop-slide-large {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slide-paused:hover .slide_list_large {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.slide_item_large:hover {
    cursor: pointer;
}

/*
kumo_content******************************/

.kumo_content {
    position: relative;
    z-index: 2;
    margin-top: -8vw;
    pointer-events: none;
}


.kumo_content_flex {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kumo_content_left {
    width: 50%;
}

.kumo_content_right {
    width: 50%;
}

.kumo_img {
    animation: floating-x 14.4s ease-in-out infinite alternate-reverse;
}

.kumo_img img {
    animation: floating-y 3.6s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(10%);
    }
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}

/*
BasqueCheesecake******************************/

.BasqueCheesecake {
    text-align: center;
    margin-top: -8vw;
    pointer-events: none;
}

/*
top-shohin******************************/

.top-shohin {
    position: relative;
    /* padding-top: clamp(4.8rem, 4.1666vw, 8.0rem); */
}

.top-shohin_inner {
    width: -webkit-calc(100% - 6.0rem);
    width: calc(100% - 6.0rem);
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.top-shohin_img {
    max-width: 82.6rem;
    margin: auto;
}


.top-shohin_flex {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: -8rem;
}

@media screen and (max-width: 767px) {
    .top-shohin_flex {
        flex-flow: column;
        justify-content: center;
    }
}

.top-shohin_left {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top-shohin_left {
        width: 100%;
    }
}

.top-shohin_right {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .top-shohin_right {
        width: 100%;
    }
}

.top-shohin_logo {
    max-width: 66.2rem;
}

.top-shohin_menu_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 3.0rem;
}

@media screen and (max-width: 767px) {
    .top-shohin_menu_content {
        flex-flow: column;
        justify-content: flex-end;
    }
}

.top-shohin_menu_name {
    font-size: 4.2rem;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #101010;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .top-shohin_menu_name {
        font-size: 2.94rem;
        margin-right: auto;
    }
}

.top-shohin_menu_name span {
    font-size: 2.2rem;
    display: block;
}

.top-shohin_menu_price {
    font-size: 4.4rem;
    padding-left: 2.0rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .top-shohin_menu_price {
        font-size: 3.08rem;
        margin-left: auto;
    }
}

.top-shohin_award {
    margin: auto;
    max-width: 65.8rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .top-shohin_award {
        max-width: 31.9rem;
    }
}

.top-shohin_award img {
    position: relative;
    z-index: 2;
}